diff options
author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/menu/naming_screen.asm | |
parent | c9946975d4cd806c92c1aa1efef94eb41d8b9d36 (diff) |
Labelled many functions/variables
Diffstat (limited to 'engine/menu/naming_screen.asm')
-rwxr-xr-x | engine/menu/naming_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm index 17aa96e6..7a0e7691 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -171,8 +171,8 @@ DisplayNamingScreen: ; 6596 (1:6596) ld a, [W_ISINBATTLE] ; W_ISINBATTLE and a jp z, LoadTextBoxTilePatterns - ld hl, Func_3ee5b - ld b, BANK(Func_3ee5b) + ld hl, LoadHudTilePatterns + ld b, BANK(LoadHudTilePatterns) jp Bankswitch .unknownPointerTable_665e: ; 665e (1:665e) |