From 504f4ad42f82f262bbb85d1471970d20e5957213 Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Thu, 13 May 2021 09:59:07 +0100 Subject: Typo corrections --- src/engine/bank02.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine') diff --git a/src/engine/bank02.asm b/src/engine/bank02.asm index d7baf51..b36bfaf 100644 --- a/src/engine/bank02.asm +++ b/src/engine/bank02.asm @@ -8855,7 +8855,7 @@ PrintDeckMachineEntry: ; b424 (2:7424) ld d, 18 call InitTextPrinting -; print the symbol hat symbolizes whether the deck can +; print the symbol that symbolizes whether the deck can ; be built, or if another deck has to be dismantled to build it ld a, $0 ; no decks dismantled call CheckIfCanBuildSavedDeck @@ -8980,7 +8980,7 @@ PrintDeckMachineEntry: ; b424 (2:7424) ; 0xb525 ; counts how many decks in sSavedDecks are not empty -; stored value in wNumSavedDecks +; stores value in wNumSavedDecks GetSavedDeckCount: ; b525 (2:7525) call EnableSRAM ld hl, sSavedDecks -- cgit v1.2.3