diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-19 11:56:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-19 11:56:13 -0700 |
| commit | 02bd91b7076165653a900a8e39c12a92a9bd2976 (patch) | |
| tree | 90590dc9f3b05eb19697ba81ec3467ac533c8f1b /engine/menu/naming_screen.asm | |
| parent | Merge branch 'master' of https://github.com/YamaArashi/pokered (diff) | |
| download | pokeyellow-02bd91b7076165653a900a8e39c12a92a9bd2976.tar.gz pokeyellow-02bd91b7076165653a900a8e39c12a92a9bd2976.tar.xz pokeyellow-02bd91b7076165653a900a8e39c12a92a9bd2976.zip | |
jpab/jpba macros
Diffstat (limited to 'engine/menu/naming_screen.asm')
| -rwxr-xr-x | engine/menu/naming_screen.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm index 9a608491..6037329e 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -172,9 +172,7 @@ DisplayNamingScreen: ; 6596 (1:6596) ld a, [W_ISINBATTLE] and a jp z, LoadTextBoxTilePatterns - ld hl, LoadHudTilePatterns - ld b, BANK(LoadHudTilePatterns) - jp Bankswitch + jpab LoadHudTilePatterns .namingScreenButtonFunctions dw .dPadReturnPoint |
