diff options
author | YamaArashi <shadow962@live.com> | 2017-02-10 11:04:38 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-02-10 11:04:38 -0800 |
commit | c78e787f934f03bfffcf93ac69d92271d7d8036d (patch) | |
tree | ef16ecc2adae7c2df4d6f1df1598a9ff651a769b | |
parent | b7563c6e9aa897d59fca29d3fc7bd3fb12b974b3 (diff) |
credits and field_effect_helpers baserom incbins
-rw-r--r-- | data/credits.s | 34 | ||||
-rw-r--r-- | data/field_effect_helpers.s | 13 |
2 files changed, 35 insertions, 12 deletions
diff --git a/data/credits.s b/data/credits.s index e5f5188d3..68931ef75 100644 --- a/data/credits.s +++ b/data/credits.s @@ -4,19 +4,39 @@ .section .rodata gUnknown_0840B83C:: @ 840B83C - .incbin "baserom.gba", 0x0040b83c, 0xf + .byte 0, 1, 0 + .byte 0xFF, 1,0xFF + .byte 0xFF, 1,0xFF + .byte 0xFF, 1,0xFF + .byte 0xFF, 1,0xFF gUnknown_0840B84B:: @ 840B84B - .incbin "baserom.gba", 0x0040b84b, 0xf + .byte 1,0xFF, 1 + .byte 1,0xFF, 1 + .byte 1, 2, 1 + .byte 1,0xFF, 1 + .byte 1,0xFF, 1 gUnknown_0840B85A:: @ 840B85A - .incbin "baserom.gba", 0x0040b85a, 0xf + .byte 1, 0, 0 + .byte 1,0xFF,0xFF + .byte 1, 2, 2 + .byte 1,0xFF,0xFF + .byte 1,0x80,0x80 gUnknown_0840B869:: @ 840B869 - .incbin "baserom.gba", 0x0040b869, 0xf - -gUnknown_0840B878:: - .incbin "baserom.gba", 0x0040B878, 0xf + .byte 1, 3, 1 + .byte 1, 4, 1 + .byte 1, 5, 1 + .byte 1,0xC4, 1 + .byte 1,0xC3, 1 + +gUnknown_0840B878:: @ 840B878 + .byte 1, 6, 7 + .byte 1, 8, 9 + .byte 1,0xFF, 1 + .byte 1,0x88,0x89 + .byte 1,0x86,0x87 .include "data/text/credits.inc" diff --git a/data/field_effect_helpers.s b/data/field_effect_helpers.s index 629d41df9..d22bd8dde 100644 --- a/data/field_effect_helpers.s +++ b/data/field_effect_helpers.s @@ -7,14 +7,16 @@ .align 2 .string "タマゴ$" + .align 1 gUnknown_08401E2C:: @ 8401E2C - .incbin "baserom.gba", 0x00401e2c, 0x6 + .2byte 0xC, 0x1C, 0x2C gUnknown_08401E32:: @ 8401E32 - .incbin "baserom.gba", 0x00401e32, 0x4 + .byte 0, 1, 2, 3 + .align 1 gUnknown_08401E36:: @ 8401E36 - .incbin "baserom.gba", 0x00401e36, 0xa + .2byte 4, 4, 4, 16 .align 2 gUnknown_08401E40:: @ 8401E40 @@ -28,7 +30,8 @@ gUnknown_08401E48:: @ 8401E48 .4byte sub_8127E30 gUnknown_08401E54:: @ 8401E54 - .incbin "baserom.gba", 0x00401e54, 0x6 + .byte 0, 0, 1, 2, 3 + .align 1 gUnknown_08401E5A:: @ 8401E5A - .incbin "baserom.gba", 0x00401e5a, 0x6 + .2byte 3, 7 |