summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 12:27:36 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 12:27:36 -0800
commit83023cda1927525d942f53f87a11b642b979ea96 (patch)
tree9bef4ec4be85ef3fc6998ce696f9e7774750bfc3 /engine/slot_machine.asm
parentc9b778fb008ebc845219a2b787ea6beb04ae29f8 (diff)
commented menu stuff
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index 2444155c..e3e452f3 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -137,7 +137,7 @@ MainSlotMachineLoop: ; 37395 (d:7395)
ld bc, $0d0f
xor a ; YES_NO_MENU
ld [wTwoOptionMenuID], a
- ld a, $14
+ ld a, TWO_OPTION_MENU
ld [wTextBoxID], a
call DisplayTextBoxID
ld a, [wCurrentMenuItem]