mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
$11 = wTempMonStructEnd - wTempMonLevel
This commit is contained in:
parent
97a11c623e
commit
ec1fe073a3
@ -4660,8 +4660,8 @@ PrintPlayerHUD:
|
|||||||
ld [de], a
|
ld [de], a
|
||||||
ld hl, wBattleMonLevel
|
ld hl, wBattleMonLevel
|
||||||
ld de, wTempMonLevel
|
ld de, wTempMonLevel
|
||||||
ld bc, $11
|
ld bc, wTempMonStructEnd - wTempMonLevel
|
||||||
call CopyBytes
|
call CopyBytes ; battle_struct and party_struct end with the same data
|
||||||
ld a, [wCurBattleMon]
|
ld a, [wCurBattleMon]
|
||||||
ld hl, wPartyMon1Species
|
ld hl, wPartyMon1Species
|
||||||
call GetPartyLocation
|
call GetPartyLocation
|
||||||
|
Loading…
Reference in New Issue
Block a user