From ec1fe073a341a796cf7e3125ef95280c615a5eb8 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 15 Mar 2021 15:40:48 -0400 Subject: $11 = wTempMonStructEnd - wTempMonLevel --- engine/battle/core.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle') diff --git a/engine/battle/core.asm b/engine/battle/core.asm index ff94859f3..aa197bea2 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -4660,8 +4660,8 @@ PrintPlayerHUD: ld [de], a ld hl, wBattleMonLevel ld de, wTempMonLevel - ld bc, $11 - call CopyBytes + ld bc, wTempMonStructEnd - wTempMonLevel + call CopyBytes ; battle_struct and party_struct end with the same data ld a, [wCurBattleMon] ld hl, wPartyMon1Species call GetPartyLocation -- cgit v1.2.3