diff options
author | YamaArashi <shadow962@live.com> | 2015-03-13 05:33:16 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-03-13 05:36:34 -0700 |
commit | 1115b4454db645d2ebaa9e9f1fdd9ea86c1c4e44 (patch) | |
tree | 78b1441c8db2c5b300de1e9bbd9e8aa33f45a522 /engine/menu/naming_screen.asm | |
parent | 1c2a1076cb6420f12b458809bf2bec2737ce82ae (diff) |
commented mon_party_sprites.asm
Diffstat (limited to 'engine/menu/naming_screen.asm')
-rwxr-xr-x | engine/menu/naming_screen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm index 7506c849..c5babaf2 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -92,7 +92,7 @@ DisplayNamingScreen: ; 6596 (1:6596) call GoPAL_SET call LoadHpBarAndStatusTilePatterns call LoadEDTile - callba Func_7176c + callba LoadMonPartySpriteTilePatterns hlCoord 0, 4 ld b, $9 ld c, $12 @@ -114,7 +114,7 @@ DisplayNamingScreen: ; 6596 (1:6596) ld hl, wHPBarMaxHP + 1 ld [hli], a ld [hli], a - ld [W_SUBANIMTRANSFORM], a + ld [wPartyMonAnimCounter], a .asm_65ed call PrintAlphabet call GBPalNormal @@ -472,7 +472,7 @@ PrintNamingText: ; 68f8 (1:68f8) ld a, [wcf91] ld [wcd5d], a push af - callba Func_71882 + callba WriteMonPartySpriteOAMByMonID pop af ld [wd11e], a call GetMonName |