move world map code to bank 34 for expanded draw

This commit is contained in:
scawful
2024-07-03 23:41:36 -04:00
parent b429020383
commit 9dac3164e3

View File

@@ -40,8 +40,7 @@ Palettes_GanonTowerFlash:
dw $7FFF, $34CD, $5971, $5635, $7F1B, $7FFF, $1D4A, $3D54 dw $7FFF, $34CD, $5971, $5635, $7F1B, $7FFF, $1D4A, $3D54
dw $7FFF, $1908, $2D2F, $3614, $4EDA, $471F, $1D4A, $390F dw $7FFF, $1908, $2D2F, $3614, $4EDA, $471F, $1D4A, $390F
dw $7FFF, $0884, $052A, $21EF, $3AB5, $4B39, $1D4C, $18AC dw $7FFF, $0884, $052A, $21EF, $3AB5, $4B39, $1D4C, $18AC
; dw $7FFF, $0C63, $40A5, $5D67, $7EAE, $7F18, $7A6B, $7B5C
incsrc "Overworld/world_map.asm"
incsrc "Overworld/master_sword.asm" incsrc "Overworld/master_sword.asm"
print "End of master_sword.asm ", pc print "End of master_sword.asm ", pc
@@ -61,6 +60,9 @@ incsrc "Overworld/overlays.asm"
print "End of Overworld/overlays.asm ", pc print "End of Overworld/overlays.asm ", pc
pushpc pushpc
incsrc "Overworld/world_map.asm"
print "End of world_map.asm ", pc
pullpc pullpc
incsrc "Overworld/entrances.asm" incsrc "Overworld/entrances.asm"
print "End of Overworld/entrances.asm ", pc print "End of Overworld/entrances.asm ", pc