From 1c6f6d2e61316e19b065f5954050384adeb2ebd7 Mon Sep 17 00:00:00 2001 From: SnorlaxMonster Date: Mon, 26 Feb 2024 02:46:24 +1100 Subject: [PATCH] Apply rename to missed file --- engine/events/halloffame.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/events/halloffame.asm b/engine/events/halloffame.asm index 8a160a184cb..5f9c2eb6dbe 100644 --- a/engine/events/halloffame.asm +++ b/engine/events/halloffame.asm @@ -172,7 +172,7 @@ GetHallOfFameParty: ld [de], a inc de - ld hl, MON_ID + ld hl, MON_TRAINER_ID add hl, bc ld a, [hli] ld [de], a