diff options
author | dannye <33dannye@gmail.com> | 2021-10-10 14:35:37 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-10-10 14:35:37 -0500 |
commit | 40d32ea4e266fa2e87f344d50ba854d53b02fba3 (patch) | |
tree | 56dc343bff6be04c7763459b9336f59424d73101 /src/engine/menus/deck_machine.asm | |
parent | 3ceaa8f66011c828daab46fd251d238ce9494131 (diff) |
Split bank 3
Diffstat (limited to 'src/engine/menus/deck_machine.asm')
-rw-r--r-- | src/engine/menus/deck_machine.asm | 2 |
1 files changed, 1 insertions, 1 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 |