Download Predator (Japan) MMC5 Patch ROM Hack

Predator (Japan) MMC5 Patch Game
Spread the love:
Parameter Info
Console: NES
Original Game: Predator
Type: Improvement
Genre: Action > Platformer
Modifications: Other
Creator: Dracula X
Date Created: 07/20/2020
Last Modified: 07/21/2020
Parameter Info
File Name: Predator (Japan) MMC5 Patch v1.1.rar
Downloads: 6
Requirements: No Special Requirements
Version: 1.1
Rating:

Predator (Japan) MMC5 PatchDescription

Don’t think this is gonna be a 100% Gold Remake, it’ll have its differences. Extra battles (some’ll be optionals, tough but rewarding), Hoenn Pokemon (in every area, and hard to find) New areas, Remapped some dungeons (so your old guides wont work) , Extra recurring characters (some’ll hate you, some’ll help you)

Note that the hack is incomplete but feel free to enjoy the hack as-is.

Predator (Japan) MMC5 PatchRead Me

Predator (Japan)
Mapper Conversion Patch
FROM Mapper 1 (MMC1) TO Mapper 5 (MMC5)
Converted by Dracula X
RELEASE DATE: 09/29/19
Last Modified: 07/20/20



PRG Bankswitch Routine is at $E17D

To switch banks from $C000 - $FFFF, use like so:

LDA bank_number
JSR $E17D if not then try $E188




CHR Sprite Bankswitch Routine (Left side of PPU) is at $E191

To switch sprite pages, use like so:

LDA page_number
JSR $E191 if not then try $E1A1




CHR Background Bankswitch Routine (Right side of PPU) is at $E1A5

To switch background pages, use like so:

LDA page_number
JSR $E1A5 if not then try $E1B2




Nametable Mapping Routine (one of its uses is mirroring) is at $E169

To change mirroring for instance, use like so:

LDA mirroring_number (#$50 for Horizontal, #$44 for Vertical)
JSR $E169 if not then try $E179

8KB CHR-ROM pages is located at $80000

Use Delta Patcher to patch the xdelta file to the ROM. 
Ignore the checksum and then patch the file. If something
not right, then patch your hack ROM with your IPS file to the hack.

Changes for this version 1.1:
All bugs have been fixed and the PRG ROM has been expanded.

Credits:
Rockman or RetroRain: for info on how to convert the mapper!
Disch: for his mapper docs and a better MMC5 startup!


Non Supported Emulators:
Nintendulator
RockNES
VirtuaNES