diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-17 02:42:32 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-17 02:42:32 -0600 |
| commit | a3d3f8324a670aad8bf1348b65192544c8ab2d9f (patch) | |
| tree | b431eefa402d0d7106b03d701367a571216d5a74 /engine/slot_machine.asm | |
| parent | Minor comment/label improvements in Cinnabar Lab. (diff) | |
| download | pokeyellow-a3d3f8324a670aad8bf1348b65192544c8ab2d9f.tar.gz pokeyellow-a3d3f8324a670aad8bf1348b65192544c8ab2d9f.tar.xz pokeyellow-a3d3f8324a670aad8bf1348b65192544c8ab2d9f.zip | |
Kill version.asm.
Diffstat (limited to 'engine/slot_machine.asm')
| -rwxr-xr-x | engine/slot_machine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index b24b2d25..5b72c8b1 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -862,9 +862,9 @@ SLOTSMOUSE EQU $1614 INCLUDE "data/slot_machine_wheels.asm" SlotMachineTiles1: ; 37a51 (d:7a51) -IF _RED +IF DEF(_RED) INCBIN "gfx/red/slotmachine1.2bpp" ENDC -IF _BLUE +IF DEF(_BLUE) INCBIN "gfx/blue/slotmachine1.2bpp" ENDC |
