From dd97bedd52f97122c0d4a06eb30c0b571ddda343 Mon Sep 17 00:00:00 2001 From: entrpntr Date: Sun, 14 Jun 2020 09:16:51 -0400 Subject: Update for unused wram and event flags. --- engine/games/slot_machine.asm | 2 +- engine/pokedex/pokedex.asm | 2 +- engine/pokegear/pokegear.asm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'engine') diff --git a/engine/games/slot_machine.asm b/engine/games/slot_machine.asm index 7c017a6a..94ba474f 100644 --- a/engine/games/slot_machine.asm +++ b/engine/games/slot_machine.asm @@ -249,7 +249,7 @@ Unreferenced_Function92d7a: Unreferenced_Function92d95: ; animate OAM tiles? - ld hl, wSlotsCE66 + ld hl, wce66 ld a, [hl] inc [hl] and $7 diff --git a/engine/pokedex/pokedex.asm b/engine/pokedex/pokedex.asm index 039766e7..eaece5e9 100644 --- a/engine/pokedex/pokedex.asm +++ b/engine/pokedex/pokedex.asm @@ -91,7 +91,7 @@ InitPokedex: ld [wJumptableIndex], a ld [wPrevDexEntryJumptableIndex], a ld [wPrevDexEntryBackup], a - ld [wPokegearCE66], a + ld [wce66], a call Pokedex_CheckUnlockedUnownMode diff --git a/engine/pokegear/pokegear.asm b/engine/pokegear/pokegear.asm index 5443889a..9150937d 100644 --- a/engine/pokegear/pokegear.asm +++ b/engine/pokegear/pokegear.asm @@ -92,7 +92,7 @@ PokeGear: ld [wJumptableIndex], a ; POKEGEARSTATE_CLOCKINIT ld [wPokegearCard], a ; POKEGEARCARD_CLOCK ld [wPokegearMapRegion], a ; JOHTO_REGION - ld [wPokegearCE66], a + ld [wce66], a ld [wPokegearPhoneScrollPosition], a ld [wPokegearPhoneCursorPosition], a ld [wPokegearPhoneSelectedPerson], a -- cgit v1.2.3