diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-13 09:59:07 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-13 09:59:07 +0100 |
commit | 504f4ad42f82f262bbb85d1471970d20e5957213 (patch) | |
tree | 2b3c74a83fa5094b0c822ebc05c4cd01ea7beaf4 | |
parent | 2246fb7c38f6481a93b2f1baa55a23a102b6bc30 (diff) |
Typo corrections
-rw-r--r-- | src/engine/bank02.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |