summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-04-24 20:03:13 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-04-24 20:07:13 -0700
commit3fac8501418ee66be63a3cfb3a957bef26a36ffd (patch)
treeb37c41125ef9b14739825c43a527aa2ed5b61fd1 /home.asm
parent7df6bdace8c4b1c1881d751fe7c3b0e4d8f9a9f0 (diff)
Label LoadDexVWFCharacter routine
Diffstat (limited to 'home.asm')
-rwxr-xr-xhome.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index 94ff987..a1e3273 100755
--- a/home.asm
+++ b/home.asm
@@ -3967,13 +3967,14 @@ CallTable_2049: ; 0x2049
padded_dab HandleFieldSelectScreen
; end of call table
-Func_206d: ; 0x206d
+LoadDexVWFCharacter: ; 0x206d
+; Loads a single variable-width-font character used in various parts of the Pokedex screen.
ld a, [hLoadedROMBank]
push af
- ld a, Bank(Func_8d17)
+ ld a, Bank(LoadDexVWFCharacter_)
ld [hLoadedROMBank], a
ld [MBC5RomBank], a
- call Func_8d17
+ call LoadDexVWFCharacter_
jr c, .asm_2084
pop af
ld [hLoadedROMBank], a