diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-29 21:52:37 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-29 21:52:37 -0400 |
commit | 8384ed7a25f2fed140786b90a9893f47f8379f9a (patch) | |
tree | 64ce692027b4ff2967698382fe2a0b0c0ff6eef8 /data | |
parent | e130a00cdf69c58dbff8e98a69559aeb33f87b60 (diff) |
Finish slot_machine
Diffstat (limited to 'data')
-rw-r--r-- | data/slot_machine.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/slot_machine.s b/data/slot_machine.s deleted file mode 100644 index 1ff90742f..000000000 --- a/data/slot_machine.s +++ /dev/null @@ -1,15 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gUnknown_8466C34:: @ 8466C34 - .byte 0x02, 0x04 - - .align 2 -gUnknown_8466C38:: @ 8466C38 - window_template 0x00, 0x13, 0x09, 0x06, 0x04, 0x0f, 0x009f - -gUnknown_8466C40:: @ 8466C40 - .2byte 0x0229, 0x022a, 0x0249, 0x024a, 0x022e, 0x022f, 0x024e, 0x024f, 0x0233, 0x0234, 0x0253, 0x0254 |