diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-21 16:53:19 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-21 16:53:19 -0500 |
commit | 5db31feba93b10a2d629cf88a9ca7096d4b1c9ae (patch) | |
tree | 0da260ba8a244de2bf12ccdf121f22b4e09e1a34 /engine/routines | |
parent | 81ba6c848aaada66cf2026ba765a48c98893431a (diff) |
POKEDEX_SCX
Diffstat (limited to 'engine/routines')
-rw-r--r-- | engine/routines/newpokedexentry.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/routines/newpokedexentry.asm b/engine/routines/newpokedexentry.asm index 122688eff..d6b755200 100644 --- a/engine/routines/newpokedexentry.asm +++ b/engine/routines/newpokedexentry.asm @@ -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 |