mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 10:31:45 +13:00
commented mon_party_sprites.asm
This commit is contained in:
parent
1c2a1076cb
commit
1115b4454d
9 changed files with 88 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue