Download Dragon Warrior MMC5 Patch ROM Hack

Dragon Warrior MMC5 Patch Game
Spread the love:
Parameter Info
Console: NES
Original Game: Dragon Warrior
Type: Improvement
Genre: Role Playing
Modifications: Other
Creator: Dracula X
Date Created: 05/19/2020
Last Modified: 05/19/2020
Parameter Info
File Name: Dragon Warrior MMC5 Patch v1.1a.rar
Downloads: 1
Requirements: No Special Requirements
Version: 1.1a
Rating:

Dragon Warrior 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.

Dragon Warrior MMC5 PatchRead Me

Dragon Warrior
Mapper Conversion Patch
FROM Mapper 1 (MMC1) TO Mapper 5 (MMC5)
Converted by Dracula X
RELEASE DATE: 10/2/19
Last Modified 05/11/2020




PRG Bankswitch Routine is at $FF96

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

LDA bank_number
JSR $FF96
JMP to any location in $8000-$BFFF




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

To switch sprite pages, use like so:

LDA page_number
JSR $FFAC




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

To switch background pages, use like so:

LDA page_number
JSR $FFC2




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

To change mirroring for instance, use like so:

LDA mirroring_number (#$50 for Horizontal, #$44 for Vertical)
JSR $FE09

This patch does not work for:
Dragon Quest (Japan)

Hacks supported:
All!

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

Changes for this version 1.1a:
Changed the IPS format to xdelta format and all hacks are now supported.

Changes for this version 1.1:
Fixed the bankswitch code at location $FF96 instead of $FF7D
Changed the $5105 Nametable mapping code.

Non Supported Emulators:
Nintendulator
RockNES
VirtuaNES