diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 12:51:18 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 21:59:22 -0500 |
commit | 96372eb336d21e5da66246983e0522212f370bdf (patch) | |
tree | 84112b7f1643443dba9af53b21890ae9504a45bb /data | |
parent | 3555fb7c945ef5152910a84390ecbd1a38ea585d (diff) |
Decomped CanUseOnSelfWithStatusChecker()
Diffstat (limited to 'data')
-rw-r--r-- | data/data_80F4E2C.s | 49 | ||||
-rw-r--r-- | data/data_80F5668.s | 46 |
2 files changed, 46 insertions, 49 deletions
diff --git a/data/data_80F4E2C.s b/data/data_80F4E2C.s index 9bf1e1a..367ed2e 100644 --- a/data/data_80F4E2C.s +++ b/data/data_80F4E2C.s @@ -830,52 +830,3 @@ gUnknown_80F55BC: @ 80F55BC .global gUnknown_80F55EC gUnknown_80F55EC: @ 80F55EC .incbin "baserom.gba", 0xF55EC, 0x30 - - .global gDungeonCamouflageTypes -gDungeonCamouflageTypes: @ 80F561C - .incbin "baserom.gba", 0xF561C, 0x4C - - .global gDungeonMusic -gDungeonMusic: @ 80F5668 - .incbin "baserom.gba", 0xF5668, 0x98 - - .global gUnknown_80F5700 -gUnknown_80F5700: @ 80F5700 - .incbin "baserom.gba", 0xF5700, 0xCA - - .global gUnknown_80F57CA -gUnknown_80F57CA: @ 80F57CA -@ replacing .incbin "baserom.gba", 0x000f57ca, 0x2 - .byte 0x0a, 0x00 - - .global gUnknown_80F57CC -gUnknown_80F57CC: @ 80F57CC -@ replacing .incbin "baserom.gba", 0x000f57cc, 0x2 - .byte 0x14, 0x00 - - .global gUnknown_80F57CE -gUnknown_80F57CE: @ 80F57CE -@ replacing .incbin "baserom.gba", 0x000f57ce, 0x2 - .byte 0x14, 0x00 - - .global gUnknown_80F57D0 -gUnknown_80F57D0: @ 80F57D0 -@ replacing .incbin "baserom.gba", 0x000f57d0, 0x2 - .byte 0x14, 0x00 - - .global gUnknown_80F57D2 -gUnknown_80F57D2: @ 80F57D2 -@ replacing .incbin "baserom.gba", 0x000f57d2, 0x2 - .byte 0x0a, 0x00 - - .global gUnknown_80F57D4 -gUnknown_80F57D4: @ 80F57D4 - .incbin "baserom.gba", 0xF57D4, 0x120 - - .global gUnknown_80F58F4 -gUnknown_80F58F4: @ 80F58F4 - .incbin "baserom.gba", 0xF58F4, 0x84 - - .global gUnknown_80F5978 -gUnknown_80F5978: @ 80F5978 - .incbin "baserom.gba", 0xF5978, 0x4C diff --git a/data/data_80F5668.s b/data/data_80F5668.s new file mode 100644 index 0000000..93eb7de --- /dev/null +++ b/data/data_80F5668.s @@ -0,0 +1,46 @@ + .section .rodata + + .global gDungeonMusic +gDungeonMusic: @ 80F5668 + .incbin "baserom.gba", 0xF5668, 0x98 + + .global gUnknown_80F5700 +gUnknown_80F5700: @ 80F5700 + .incbin "baserom.gba", 0xF5700, 0xCA + + .global gUnknown_80F57CA +gUnknown_80F57CA: @ 80F57CA +@ replacing .incbin "baserom.gba", 0x000f57ca, 0x2 + .byte 0x0a, 0x00 + + .global gUnknown_80F57CC +gUnknown_80F57CC: @ 80F57CC +@ replacing .incbin "baserom.gba", 0x000f57cc, 0x2 + .byte 0x14, 0x00 + + .global gUnknown_80F57CE +gUnknown_80F57CE: @ 80F57CE +@ replacing .incbin "baserom.gba", 0x000f57ce, 0x2 + .byte 0x14, 0x00 + + .global gUnknown_80F57D0 +gUnknown_80F57D0: @ 80F57D0 +@ replacing .incbin "baserom.gba", 0x000f57d0, 0x2 + .byte 0x14, 0x00 + + .global gUnknown_80F57D2 +gUnknown_80F57D2: @ 80F57D2 +@ replacing .incbin "baserom.gba", 0x000f57d2, 0x2 + .byte 0x0a, 0x00 + + .global gUnknown_80F57D4 +gUnknown_80F57D4: @ 80F57D4 + .incbin "baserom.gba", 0xF57D4, 0x120 + + .global gUnknown_80F58F4 +gUnknown_80F58F4: @ 80F58F4 + .incbin "baserom.gba", 0xF58F4, 0x84 + + .global gUnknown_80F5978 +gUnknown_80F5978: @ 80F5978 + .incbin "baserom.gba", 0xF5978, 0x4C |