From 5db31feba93b10a2d629cf88a9ca7096d4b1c9ae Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Sun, 21 Jan 2018 16:53:19 -0500 Subject: POKEDEX_SCX --- engine/routines/newpokedexentry.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/routines') 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 -- cgit v1.2.3