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_40.asm | |
parent | 8612a4a531b755b1d323e834980dab5ae896499c (diff) |
Pokedex labels
Diffstat (limited to 'misc/mobile_40.asm')
-rw-r--r-- | misc/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 5883a693e..211fabea5 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -6774,11 +6774,11 @@ Function102d48: ; 102d48 call AddNTimes predef GetUnownLetter callba UpdateUnownDex - ld a, [wdef4] + ld a, [wFirstUnownSeen] and a jr nz, .asm_102d98 ld a, [UnownLetter] - ld [wdef4], a + ld [wFirstUnownSeen], a .asm_102d98 and a |