diff options
author | yenatch <yenatch@gmail.com> | 2015-03-14 02:08:30 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-03-14 02:08:30 -0400 |
commit | ec76703936ae690411a29c4f6ff11eef41ebdfd3 (patch) | |
tree | f06149eb62213a0401c515c6f922e803ce5109d2 /engine/menu/naming_screen.asm | |
parent | 1c2a1076cb6420f12b458809bf2bec2737ce82ae (diff) | |
parent | 332b7b3090445902d53cd6d424c3c7f7da308136 (diff) |
Merge pull request #87 from YamaArashi/master
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..583bb5aa 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 LoadMonPartySpriteGfx 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 |