From 598a588589cb581b269f2e46373c657ec897a3a3 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 21 Feb 2022 15:59:34 -0500 Subject: Decomped CanAttackInFront() --- data/data_8106FB5.s | 10 ---------- data/data_8106FDD.s | 6 ++++++ 2 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 data/data_8106FDD.s (limited to 'data') 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 -- cgit v1.2.3