diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-11 18:44:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 11:44:12 -0600 |
commit | 5fd50012a4672492dd9464ed9380b70080f35921 (patch) | |
tree | 65e2a1201093f0d0a3edf479ae4e4ba86105fe46 | |
parent | 72aa91c7f8075f85a252d2a5db589ce640f94bef (diff) |
Resolve a few text incbins (#3)
-rw-r--r-- | data/friend_area.inc | 14 | ||||
-rw-r--r-- | data/text/wonder_mail_1.inc | 6 |
2 files changed, 16 insertions, 4 deletions
diff --git a/data/friend_area.inc b/data/friend_area.inc index cce582a..75d48ec 100644 --- a/data/friend_area.inc +++ b/data/friend_area.inc @@ -49,15 +49,23 @@ gUnknown_80DD1A8: @ 80DD1A8 .global gUnknown_80DD1C8 gUnknown_80DD1C8: @ 80DD1C8 - .incbin "baserom.gba", 0xDD1C8, 0x24 + .string "#+The #C4$i1#R was\n" + .asciz "#+handed over. " + .align 2,0 .global gUnknown_80DD1EC gUnknown_80DD1EC: @ 80DD1EC - .incbin "baserom.gba", 0xDD1EC, 0x54 + .string "#+The #C4$i1#R was\n" + .string "#+handed over.#P" + .string "#+The #C4$i0#R was\n" + .asciz "#+returned to the Toolbox." + .align 2,0 .global gUnknown_80DD240 gUnknown_80DD240: @ 80DD240 - .incbin "baserom.gba", 0xDD240, 0x30 + .string "#+The #C4$i0#R was\n" + .asciz "#+returned to the Toolbox." + .align 2,0 .global gUnknown_80DD270 gUnknown_80DD270: @ 80DD270 diff --git a/data/text/wonder_mail_1.inc b/data/text/wonder_mail_1.inc index 3fc142f..a5ec8a2 100644 --- a/data/text/wonder_mail_1.inc +++ b/data/text/wonder_mail_1.inc @@ -91,7 +91,11 @@ gUnknown_80DDFB8:: @ 80DDFB8 .align 2, 0 gUnknown_80DE01C:: @ 80DE01C - .incbin "baserom.gba", 0xDE01C, 0x50 + .string "#+Communicating...\n" + .string "#+Please wait with the power on.\n" + .string "#+To cancel~2c press {B_BUTTON}." + .byte 0 + .align 2, 0 gUnknown_80DE06C:: @ 80DE06C .string " Okeydoke!\n" |