diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
commit | d314bdb4fa6061fc8f288bae6c514df54047e79e (patch) | |
tree | 4151e764c5de0ca2063efac73afa4ccb2550dd25 /misc/mobile_5f.asm | |
parent | 8612a4a531b755b1d323e834980dab5ae896499c (diff) |
Pokedex labels
Diffstat (limited to 'misc/mobile_5f.asm')
-rw-r--r-- | misc/mobile_5f.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_5f.asm b/misc/mobile_5f.asm index e61689a9e..26bf5f28e 100644 --- a/misc/mobile_5f.asm +++ b/misc/mobile_5f.asm @@ -418,12 +418,12 @@ Function17d1f1: ; 17d1f1 call AddNTimes predef GetUnownLetter callab UpdateUnownDex - ld a, [wdef4] + ld a, [wFirstUnownSeen] and a jr nz, .asm_17d223 ld a, [UnownLetter] - ld [wdef4], a + ld [wFirstUnownSeen], a .asm_17d223 ret |