Parody World - Monster Party (Japan) Mapper Conversion Patch FROM Mapper 1 (MMC1) TO Mapper 5 (MMC5) Converted by Dracula X RELEASE DATE: 09/27/19 Last Modified: 10/31/2021 PRG Bankswitch Routine is at $C604 To switch banks from $C000 - $FFFF, use like so: LDA bank_number JSR $C604 CHR Sprite Bankswitch Routine (Left side of PPU) is at $C5DC To switch sprite pages, use like so: LDA page_number JSR $C5DC CHR Background Bankswitch Routine (Right side of PPU) is at $C5F0 To switch background pages, use like so: LDA page_number JSR $C5F0 Nametable Mapping Routine (one of its uses is mirroring) is at $C5C8 To change mirroring for instance, use like so: LDA mirroring_number (#$50 for Horizontal, #$44 for Vertical) JSR $C5C8 Known bugs: A line on some stuff in the game but the game is fully playable. Hacks supported: None! Use Delta Patcher to patch the ROM. Ignore the checksum and then patch the file. 10/31/2021 Changed IPS file to xdelta format and all emulators are now supported. Credits: Rockman or RetroRain: for info on how to convert the mapper! Disch: for his mapper docs and a better MMC5 startup!