POKEDEX_SCX

This commit is contained in:
Remy Oukaour
2018-01-21 16:53:19 -05:00
parent 81ba6c848a
commit 5db31feba9
2 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ NewPokedexEntry: ; fb877
ld a, [wPokedexStatus]
push af
ld a, [hSCX]
add POKDEX_SCX
add POKEDEX_SCX
ld [hSCX], a
xor a
ld [wPokedexStatus], a
@@ -26,7 +26,7 @@ NewPokedexEntry: ; fb877
call MaxVolume
call RotateThreePalettesRight
ld a, [hSCX]
add -POKDEX_SCX
add -POKEDEX_SCX
ld [hSCX], a
call .ReturnFromDexRegistration
pop af