Further split bank 4

This commit is contained in:
PikalaxALT
2015-11-11 16:11:08 -05:00
parent b522b0f165
commit 91068077f0
41 changed files with 5044 additions and 5035 deletions

View File

@@ -1963,7 +1963,7 @@ CheckStandingOnXYTrigger:: ; 2ae7
FadeToMenu:: ; 2b29
xor a
ld [hBGMapMode], a
call LoadPartyMenuDataHeader
call LoadStandardMenuDataHeader
callba FadeBlackBGMap
call ClearSprites
call DisableSpriteUpdates

View File

@@ -52,7 +52,7 @@ MenuTextBoxBackup:: ; 1d67
ret
; 1d6e
LoadPartyMenuDataHeader:: ; 1d6e
LoadStandardMenuDataHeader:: ; 1d6e
ld hl, MenuDataHeader_0x1d75
call LoadMenuDataHeader
ret