diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/data_8106A4C.s | 35 | ||||
-rw-r--r-- | data/data_8106FB5.s | 31 |
2 files changed, 31 insertions, 35 deletions
diff --git a/data/data_8106A4C.s b/data/data_8106A4C.s index 902cb73..d8e604b 100644 --- a/data/data_8106A4C.s +++ b/data/data_8106A4C.s @@ -362,38 +362,3 @@ gUnknown_8106F7C: @ 8106F7C .global gUnknown_8106FA4 gUnknown_8106FA4: @ 8106FA4 .string "{COLOR_2}%c%s{END_COLOR_TEXT_2}\0" - - .global gDirectionBitMasks -gDirectionBitMasks: @ 8106FAD -@ replacing .incbin "baserom.gba", 0x00106fad, 0x8 - .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 - - .global gUnknown_8106FB5 -gUnknown_8106FB5: @ 8106FB5 -@ replacing .incbin "baserom.gba", 0x00106fb5, 0x8 - .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 - - .global gUnknown_8106FBD -gUnknown_8106FBD: @ 8106FBD -@ replacing .incbin "baserom.gba", 0x00106fbd, 0x8 - .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 - - .global gUnknown_8106FC5 -gUnknown_8106FC5: @ 8106FC5 -@ replacing .incbin "baserom.gba", 0x00106fc5, 0x8 - .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 - - .global gUnknown_8106FCD -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_8106FB5.s b/data/data_8106FB5.s new file mode 100644 index 0000000..dc32b18 --- /dev/null +++ b/data/data_8106FB5.s @@ -0,0 +1,31 @@ + .section .rodata + + .global gUnknown_8106FB5 +gUnknown_8106FB5: @ 8106FB5 +@ replacing .incbin "baserom.gba", 0x00106fb5, 0x8 + .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 + + .global gUnknown_8106FBD +gUnknown_8106FBD: @ 8106FBD +@ replacing .incbin "baserom.gba", 0x00106fbd, 0x8 + .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 + + .global gUnknown_8106FC5 +gUnknown_8106FC5: @ 8106FC5 +@ replacing .incbin "baserom.gba", 0x00106fc5, 0x8 + .byte 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 + + .global gUnknown_8106FCD +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 |