Map triggers and label some addresses in bank 0.

This commit is contained in:
yenatch
2014-03-03 05:43:25 -05:00
parent 86e77a0229
commit d1a54e3265
4 changed files with 108 additions and 22 deletions

View File

@@ -586,10 +586,10 @@ Function2048:: ; 2048
Function2057:: ; 2057
ld a, [hROMBank]
push af
ld a, $21
ld a, BANK(Function842db)
rst Bankswitch
call $42db
call Function842db
pop af
rst Bankswitch