found functions that determine next OTPkmn

This commit is contained in:
JimB16
2015-09-12 04:21:00 +02:00
parent 8ccdd4d6c0
commit 0001c688d3
13 changed files with 137 additions and 125 deletions

View File

@@ -1955,7 +1955,7 @@ CheckStandingOnXYTrigger:: ; 2ae7
FadeToMenu:: ; 2b29
xor a
ld [hBGMapMode], a
call Function1d6e
call LoadMenuDataHeader_0x1d75
callba FadeBlackBGMap
call ClearSprites
call Function2ed3

View File

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