summaryrefslogtreecommitdiff
path: root/src/engine/menus
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-10-10 22:42:52 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-10-10 22:45:55 +0100
commitbe47e02cd7c844944665108b5c921b1eae27ad7b (patch)
tree2130f26a5bc8005f3df30976f17f0683e6f18113 /src/engine/menus
parent63a687d613e79cc2f8dd27198e45f9071a350ce6 (diff)
parent40d32ea4e266fa2e87f344d50ba854d53b02fba3 (diff)
Merge from pret:master
Diffstat (limited to 'src/engine/menus')
-rw-r--r--src/engine/menus/deck_machine.asm2
-rw-r--r--src/engine/menus/deck_selection.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/menus/deck_machine.asm b/src/engine/menus/deck_machine.asm
index e5ce983..5b76dca 100644
--- a/src/engine/menus/deck_machine.asm
+++ b/src/engine/menus/deck_machine.asm
@@ -891,7 +891,7 @@ DrawDeckMachineScreen:
; to index in register a, from wMachineDeckPtrs
; also checks whether the deck can be built
; either by dismantling other decks or not,
-; and places the corresponding symbol next to the name
+; and places the corresponding symbol next to the name
PrintDeckMachineEntry:
ld b, a
push bc
diff --git a/src/engine/menus/deck_selection.asm b/src/engine/menus/deck_selection.asm
index 83de8d0..bac7ffa 100644
--- a/src/engine/menus/deck_selection.asm
+++ b/src/engine/menus/deck_selection.asm
@@ -485,7 +485,7 @@ Func_9001:
ld bc, -1
call .GetNumberChar
ret
-
+
.GetNumberChar
ld a, SYM_0 - 1
.loop