diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/data_8106FB5.s | 10 | ||||
-rw-r--r-- | data/data_8106FDD.s | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/data/data_8106FB5.s b/data/data_8106FB5.s index dc32b18..e958b9f 100644 --- a/data/data_8106FB5.s +++ b/data/data_8106FB5.s @@ -19,13 +19,3 @@ gUnknown_8106FC5: @ 8106FC5 gUnknown_8106FCD: @ 8106FCD @ replacing .incbin "baserom.gba", 0x00106fcd, 0x8 .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 - - .global gDirectionBitMasks_2 -gDirectionBitMasks_2: @ 8106FD5 -@ replacing .incbin "baserom.gba", 0x00106fd5, 0x8 - .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 - - .global gDirectionBitMasks_3 -gDirectionBitMasks_3: @ 8106FDD -@ replacing .incbin "baserom.gba", 0x00106fdd, 0x8 - .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 diff --git a/data/data_8106FDD.s b/data/data_8106FDD.s new file mode 100644 index 0000000..4e984ab --- /dev/null +++ b/data/data_8106FDD.s @@ -0,0 +1,6 @@ + .section .rodata + + .global gDirectionBitMasks_3 +gDirectionBitMasks_3: @ 8106FDD +@ replacing .incbin "baserom.gba", 0x00106fdd, 0x8 + .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80
\ No newline at end of file |