diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-01-31 15:57:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 15:57:02 -0800 |
commit | 1d64db5214b455bbd6f50ad6369ec04420e03984 (patch) | |
tree | 1a78046d52129ea3ddafc06d391706590a54ceaf /data/data_8106FB5.s | |
parent | 408fe77d7b9440d7eb5d46eda5f920572d516d67 (diff) | |
parent | 5dc5b3b1f97f9467005dadd63f5f6e052f984bc3 (diff) |
Merge pull request #94 from AnonymousRandomPerson/master
Dungeon movement decomp
Diffstat (limited to 'data/data_8106FB5.s')
-rw-r--r-- | data/data_8106FB5.s | 31 |
1 files changed, 31 insertions, 0 deletions
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 |