summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
-rw-r--r--charmap.txt217
-rw-r--r--data/data.s32
-rw-r--r--data/data_80B9BB8.s682
-rw-r--r--data/text/luminous_cave.inc137
-rw-r--r--data/text/party_menu.inc147
-rw-r--r--data/text/save.inc58
-rw-r--r--data/text/wonder_mail_1.inc350
-rw-r--r--data/text/wonder_mail_2.inc283
-rw-r--r--data/text/wonder_mail_3.inc68
-rw-r--r--data/text/wonder_mail_4.inc195
-rw-r--r--data/text/wonder_mail_complete.inc40
-rw-r--r--sound/music_player_table.inc3
-rw-r--r--sound/song_table.inc3
14 files changed, 1510 insertions, 707 deletions
diff --git a/Makefile b/Makefile
index 10c7dee..7e75101 100755
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ $(C_OBJECTS): $(BUILD_DIR)/%.o: %.c $$(C_DEP)
$(AS) $(ASFLAGS) -o $@ $(BUILD_DIR)/$*.s
$(BUILD_DIR)/data/%.o: data/%.s $$(ASM_DEP)
- $(AS) $(ASFLAGS) $< -o $@
+ $(PREPROC) $< charmap.txt | $(CPP) -I include | $(AS) $(ASFLAGS) -o $@
$(BUILD_DIR)/%.o: %.s $$(ASM_DEP)
$(AS) $(ASFLAGS) $< -o $@ \ No newline at end of file
diff --git a/charmap.txt b/charmap.txt
new file mode 100644
index 0000000..e7ea662
--- /dev/null
+++ b/charmap.txt
@@ -0,0 +1,217 @@
+' ' = 20
+'!' = 21
+'"' = 22
+'#' = 23
+'$' = 24
+'%' = 25
+'&' = 26
+'\'' = 27
+'(' = 28
+')' = 29
+'*' = 2A
+'+' = 2B
+',' = 2C
+'-' = 2D
+'.' = 2E
+'/' = 2F
+'0' = 30
+'1' = 31
+'2' = 32
+'3' = 33
+'4' = 34
+'5' = 35
+'6' = 36
+'7' = 37
+'8' = 38
+'9' = 39
+':' = 3A
+';' = 3B
+'<' = 3C
+'=' = 3D
+'>' = 3E
+'?' = 3F
+'@' = 40
+'A' = 41
+'B' = 42
+'C' = 43
+'D' = 44
+'E' = 45
+'F' = 46
+'G' = 47
+'H' = 48
+'I' = 49
+'J' = 4A
+'K' = 4B
+'L' = 4C
+'M' = 4D
+'N' = 4E
+'O' = 4F
+'P' = 50
+'Q' = 51
+'R' = 52
+'S' = 53
+'T' = 54
+'U' = 55
+'V' = 56
+'W' = 57
+'X' = 58
+'Y' = 59
+'Z' = 5A
+'[' = 5B
+@'\\' = 5C
+']' = 5D
+'^' = 5E
+'_' = 5F
+'`' = 60
+'a' = 61
+'b' = 62
+'c' = 63
+'d' = 64
+'e' = 65
+'f' = 66
+'g' = 67
+'h' = 68
+'i' = 69
+'j' = 6A
+'k' = 6B
+'l' = 6C
+'m' = 6D
+'n' = 6E
+'o' = 6F
+'p' = 70
+'q' = 71
+'r' = 72
+'s' = 73
+'t' = 74
+'u' = 75
+'v' = 76
+'w' = 77
+'x' = 78
+'y' = 79
+'z' = 7A
+'{' = 7B
+'|' = 7C
+'}' = 7D
+'~' = 7E
+'€' = 80
+'⋯' = 85
+'†' = 86
+'ˆ' = 88
+'‰' = 89
+'Š' = 8A
+'‹' = 8B
+'Œ' = 8C
+'Ž' = 8E
+'•' = 8F
+'‘' = 91
+'’' = 92
+'“' = 93
+'”' = 94
+'™' = 99
+'š' = 9A
+'›' = 9B
+'œ' = 9C
+'ž' = 9E
+'Ÿ' = 9F
+'¡' = A1
+'¢' = A2
+'£' = A3
+'¤' = A4
+'¥' = A5
+'¦' = A6
+'§' = A7
+'¨' = A8
+'©' = A9
+'ª' = AA
+'«' = AB
+'¬' = AC
+'—' = AD
+'®' = AE
+'¯' = AF
+'°' = B0
+'±' = B1
+'²' = B2
+'³' = B3
+'´' = B4
+'µ' = B5
+'¶' = B6
+'„' = B7
+'‚' = B8
+'¹' = B9
+'⁰' = BA
+'»' = BB
+'←' = BC
+'♂' = BD
+'♀' = BE
+'¿' = BF
+'À' = C0
+'Á' = C1
+'Â' = C2
+'Ã' = C3
+'Ä' = C4
+'Å' = C5
+'Æ' = C6
+'Ç' = C7
+'È' = C8
+'É' = C9
+'Ê' = CA
+'Ë' = CB
+'Ì' = CC
+'Í' = CD
+'Î' = CE
+'Ï' = CF
+'Ð' = D0
+'Ñ' = D1
+'Ò' = D2
+'Ó' = D3
+'Ô' = D4
+'Õ' = D5
+'Ö' = D6
+'×' = D7
+'Ø' = D8
+'Ù' = D9
+'Ú' = DA
+'Û' = DB
+'Ü' = DC
+'Ý' = DD
+'Þ' = DE
+'ß' = DF
+'à' = E0
+'á' = E1
+'â' = E2
+'ã' = E3
+'ä' = E4
+'å' = E5
+'æ' = E6
+'ç' = E7
+'è' = E8
+'é' = E9
+'ê' = EA
+'ë' = EB
+'ì' = EC
+'í' = ED
+'î' = EE
+'ï' = EF
+'ð' = F0
+'ñ' = F1
+'ò' = F2
+'ó' = F3
+'ô' = F4
+'õ' = F5
+'ö' = F6
+'÷' = F7
+'ø' = F8
+'ù' = F9
+'ú' = FA
+'û' = FB
+'ü' = FC
+'ý' = FD
+'þ' = FE
+'ÿ' = FF
+
+POKE = 83 BF 83 C4
+
+A_BUTTON = 87 50
+B_BUTTON = 87 51
+
+'\n' = 0A \ No newline at end of file
diff --git a/data/data.s b/data/data.s
index 656302e..2486395 100644
--- a/data/data.s
+++ b/data/data.s
@@ -22,37 +22,7 @@ gUnknown_80B69F8: @ 80B69F8
gUnknown_80B6A28: @ 80B6A28
.incbin "baserom.gba", 0xB6A28, 0xC
- .global gUnknown_80B6A34
-gUnknown_80B6A34: @ 80B6A34
- .incbin "baserom.gba", 0xB6A34, 0x48
-
- .global gUnknown_80B6A7C
-gUnknown_80B6A7C: @ 80B6A7C
- .incbin "baserom.gba", 0xB6A7C, 0x24
-
- .global gUnknown_80B6AA0
-gUnknown_80B6AA0: @ 80B6AA0
- .incbin "baserom.gba", 0xB6AA0, 0x74
-
- .global gUnknown_80B6B14
-gUnknown_80B6B14: @ 80B6B14
- .incbin "baserom.gba", 0xB6B14, 0x64
-
- .global gUnknown_80B6B78
-gUnknown_80B6B78: @ 80B6B78
- .incbin "baserom.gba", 0xB6B78, 0x10
-
- .global gUnknown_80B6B88
-gUnknown_80B6B88: @ 80B6B88
- .incbin "baserom.gba", 0xB6B88, 0x54
-
- .global gUnknown_80B6BDC
-gUnknown_80B6BDC: @ 80B6BDC
- .incbin "baserom.gba", 0xB6BDC, 0xDC
-
- .global gUnknown_80B6CB8
-gUnknown_80B6CB8: @ 80B6CB8
- .incbin "baserom.gba", 0xB6CB8, 0xD8
+ .include "data/text/save.inc"
.global gUnknown_80B6D90
gUnknown_80B6D90: @ 80B6D90
diff --git a/data/data_80B9BB8.s b/data/data_80B9BB8.s
index 6c98e87..eb4932c 100644
--- a/data/data_80B9BB8.s
+++ b/data/data_80B9BB8.s
@@ -156,7 +156,9 @@ gUnknown_80D40FC: @ 80D40FC
.global gUnknown_80D4104
gUnknown_80D4104: @ 80D4104
- .incbin "baserom.gba", 0xD4104, 0x1C
+ .string "Where would you like to go?"
+ .byte 0
+ .align 2, 0
.global gUnknown_80D4120
gUnknown_80D4120: @ 80D4120
@@ -1286,85 +1288,7 @@ gUnknown_80DCA24: @ 80DCA24
gUnknown_80DCA2C: @ 80DCA2C
.incbin "baserom.gba", 0xDCA2C, 0x8
- .global gUnknown_80DCA34
-gUnknown_80DCA34: @ 80DCA34
- .incbin "baserom.gba", 0xDCA34, 0x84
-
- .global gUnknown_80DCAB8
-gUnknown_80DCAB8: @ 80DCAB8
- .incbin "baserom.gba", 0xDCAB8, 0x18
-
- .global gUnknown_80DCAD0
-gUnknown_80DCAD0: @ 80DCAD0
- .incbin "baserom.gba", 0xDCAD0, 0x28C
-
- .global gUnknown_80DCD5C
-gUnknown_80DCD5C: @ 80DCD5C
- .incbin "baserom.gba", 0xDCD5C, 0x34
-
- .global gUnknown_80DCD90
-gUnknown_80DCD90: @ 80DCD90
- .incbin "baserom.gba", 0xDCD90, 0x28
-
- .global gUnknown_80DCDB8
-gUnknown_80DCDB8: @ 80DCDB8
- .incbin "baserom.gba", 0xDCDB8, 0x24
-
- .global gUnknown_80DCDDC
-gUnknown_80DCDDC: @ 80DCDDC
- .incbin "baserom.gba", 0xDCDDC, 0x3C
-
- .global gUnknown_80DCE18
-gUnknown_80DCE18: @ 80DCE18
- .incbin "baserom.gba", 0xDCE18, 0x20
-
- .global gUnknown_80DCE38
-gUnknown_80DCE38: @ 80DCE38
- .incbin "baserom.gba", 0xDCE38, 0x30
-
- .global gUnknown_80DCE68
-gUnknown_80DCE68: @ 80DCE68
- .incbin "baserom.gba", 0xDCE68, 0x48
-
- .global gUnknown_80DCEB0
-gUnknown_80DCEB0: @ 80DCEB0
- .incbin "baserom.gba", 0xDCEB0, 0x2C
-
- .global gUnknown_80DCEDC
-gUnknown_80DCEDC: @ 80DCEDC
- .incbin "baserom.gba", 0xDCEDC, 0x68
-
- .global gUnknown_80DCF44
-gUnknown_80DCF44: @ 80DCF44
- .incbin "baserom.gba", 0xDCF44, 0x44
-
- .global gUnknown_80DCF88
-gUnknown_80DCF88: @ 80DCF88
- .incbin "baserom.gba", 0xDCF88, 0x24
-
- .global gUnknown_80DCFAC
-gUnknown_80DCFAC: @ 80DCFAC
- .incbin "baserom.gba", 0xDCFAC, 0x48
-
- .global gUnknown_80DCFF4
-gUnknown_80DCFF4: @ 80DCFF4
- .incbin "baserom.gba", 0xDCFF4, 0x60
-
- .global gUnknown_80DD054
-gUnknown_80DD054: @ 80DD054
- .incbin "baserom.gba", 0xDD054, 0x44
-
- .global gUnknown_80DD098
-gUnknown_80DD098: @ 80DD098
- .incbin "baserom.gba", 0xDD098, 0x48
-
- .global gUnknown_80DD0E0
-gUnknown_80DD0E0: @ 80DD0E0
- .incbin "baserom.gba", 0xDD0E0, 0x24
-
- .global gUnknown_80DD104
-gUnknown_80DD104: @ 80DD104
- .incbin "baserom.gba", 0xDD104, 0x44
+ .include "data/text/luminous_cave.inc"
.global gUnknown_80DD148
gUnknown_80DD148: @ 80DD148
@@ -1458,93 +1382,7 @@ gUnknown_80DD358: @ 80DD358
gUnknown_80DD370: @ 80DD370
.incbin "baserom.gba", 0xDD370, 0x18
- .global gUnknown_80DD388
-gUnknown_80DD388: @ 80DD388
- .incbin "baserom.gba", 0xDD388, 0x98
-
- .global gUnknown_80DD420
-gUnknown_80DD420: @ 80DD420
- .incbin "baserom.gba", 0xDD420, 0xA4
-
- .global gUnknown_80DD4C4
-gUnknown_80DD4C4: @ 80DD4C4
- .incbin "baserom.gba", 0xDD4C4, 0x30
-
- .global gUnknown_80DD4F4
-gUnknown_80DD4F4: @ 80DD4F4
- .incbin "baserom.gba", 0xDD4F4, 0x40
-
- .global gUnknown_80DD534
-gUnknown_80DD534: @ 80DD534
- .incbin "baserom.gba", 0xDD534, 0x30
-
- .global gUnknown_80DD564
-gUnknown_80DD564: @ 80DD564
- .incbin "baserom.gba", 0xDD564, 0x30
-
- .global gUnknown_80DD594
-gUnknown_80DD594: @ 80DD594
- .incbin "baserom.gba", 0xDD594, 0x24
-
- .global gUnknown_80DD5B8
-gUnknown_80DD5B8: @ 80DD5B8
- .incbin "baserom.gba", 0xDD5B8, 0x54
-
- .global gUnknown_80DD60C
-gUnknown_80DD60C: @ 80DD60C
- .incbin "baserom.gba", 0xDD60C, 0x30
-
- .global gUnknown_80DD63C
-gUnknown_80DD63C: @ 80DD63C
- .incbin "baserom.gba", 0xDD63C, 0x28
-
- .global gUnknown_80DD664
-gUnknown_80DD664: @ 80DD664
- .incbin "baserom.gba", 0xDD664, 0xC
-
- .global gUnknown_80DD670
-gUnknown_80DD670: @ 80DD670
- .incbin "baserom.gba", 0xDD670, 0xC
-
- .global gUnknown_80DD67C
-gUnknown_80DD67C: @ 80DD67C
- .incbin "baserom.gba", 0xDD67C, 0xC
-
- .global gUnknown_80DD688
-gUnknown_80DD688: @ 80DD688
- .incbin "baserom.gba", 0xDD688, 0xC
-
- .global gUnknown_80DD694
-gUnknown_80DD694: @ 80DD694
- .incbin "baserom.gba", 0xDD694, 0x8
-
- .global gUnknown_80DD69C
-gUnknown_80DD69C: @ 80DD69C
- .incbin "baserom.gba", 0xDD69C, 0x8
-
- .global gUnknown_80DD6A4
-gUnknown_80DD6A4: @ 80DD6A4
- .incbin "baserom.gba", 0xDD6A4, 0x10
-
- .global gUnknown_80DD6B4
-gUnknown_80DD6B4: @ 80DD6B4
- .incbin "baserom.gba", 0xDD6B4, 0x8
-
- .global gUnknown_80DD6BC
-gUnknown_80DD6BC: @ 80DD6BC
- .incbin "baserom.gba", 0xDD6BC, 0x8
-
- .global gUnknown_80DD6C4
-gUnknown_80DD6C4: @ 80DD6C4
- .incbin "baserom.gba", 0xDD6C4, 0xC
-
- .global gUnknown_80DD6D0
-gUnknown_80DD6D0: @ 80DD6D0
- .incbin "baserom.gba", 0xDD6D0, 0x10
-
- .global gUnknown_80DD6E0
-gUnknown_80DD6E0: @ 80DD6E0
- .incbin "baserom.gba", 0xDD6E0, 0xC
+ .include "data/text/party_menu.inc"
.global gUnknown_80DD6EC
gUnknown_80DD6EC: @ 80DD6EC
@@ -1662,218 +1500,8 @@ gUnknown_80DDB24: @ 80DDB24
gUnknown_80DDB60: @ 80DDB60
.incbin "baserom.gba", 0xDDB60, 0x48
- .global gUnknown_80DDBA8
-gUnknown_80DDBA8: @ 80DDBA8
- .incbin "baserom.gba", 0xDDBA8, 0x54
-
- .global gUnknown_80DDBFC
-gUnknown_80DDBFC: @ 80DDBFC
- .incbin "baserom.gba", 0xDDBFC, 0x34
-
- .global gUnknown_80DDC30
-gUnknown_80DDC30: @ 80DDC30
- .incbin "baserom.gba", 0xDDC30, 0x40
-
- .global gUnknown_80DDC70
-gUnknown_80DDC70: @ 80DDC70
- .incbin "baserom.gba", 0xDDC70, 0x4C
-
- .global gUnknown_80DDCBC
-gUnknown_80DDCBC: @ 80DDCBC
- .incbin "baserom.gba", 0xDDCBC, 0x70
-
- .global gUnknown_80DDD2C
-gUnknown_80DDD2C: @ 80DDD2C
- .incbin "baserom.gba", 0xDDD2C, 0x5C
-
- .global gUnknown_80DDD88
-gUnknown_80DDD88: @ 80DDD88
- .incbin "baserom.gba", 0xDDD88, 0x34
-
- .global gUnknown_80DDDBC
-gUnknown_80DDDBC: @ 80DDDBC
- .incbin "baserom.gba", 0xDDDBC, 0x1C
-
- .global gUnknown_80DDDD8
-gUnknown_80DDDD8: @ 80DDDD8
- .incbin "baserom.gba", 0xDDDD8, 0x48
-
- .global gUnknown_80DDE20
-gUnknown_80DDE20: @ 80DDE20
- .incbin "baserom.gba", 0xDDE20, 0x38
-
- .global gUnknown_80DDE58
-gUnknown_80DDE58: @ 80DDE58
- .incbin "baserom.gba", 0xDDE58, 0x68
-
- .global gUnknown_80DDEC0
-gUnknown_80DDEC0: @ 80DDEC0
- .incbin "baserom.gba", 0xDDEC0, 0x6C
-
- .global gUnknown_80DDF2C
-gUnknown_80DDF2C: @ 80DDF2C
- .incbin "baserom.gba", 0xDDF2C, 0x8C
-
- .global gUnknown_80DDFB8
-gUnknown_80DDFB8: @ 80DDFB8
- .incbin "baserom.gba", 0xDDFB8, 0x64
-
- .global gUnknown_80DE01C
-gUnknown_80DE01C: @ 80DE01C
- .incbin "baserom.gba", 0xDE01C, 0x50
-
- .global gUnknown_80DE06C
-gUnknown_80DE06C: @ 80DE06C
- .incbin "baserom.gba", 0xDE06C, 0x54
-
- .global gUnknown_80DE0C0
-gUnknown_80DE0C0: @ 80DE0C0
- .incbin "baserom.gba", 0xDE0C0, 0x64
-
- .global gUnknown_80DE124
-gUnknown_80DE124: @ 80DE124
- .incbin "baserom.gba", 0xDE124, 0x54
-
- .global gUnknown_80DE178
-gUnknown_80DE178: @ 80DE178
- .incbin "baserom.gba", 0xDE178, 0x3C
-
- .global gUnknown_80DE1B4
-gUnknown_80DE1B4: @ 80DE1B4
- .incbin "baserom.gba", 0xDE1B4, 0x30
-
- .global gUnknown_80DE1E4
-gUnknown_80DE1E4: @ 80DE1E4
- .incbin "baserom.gba", 0xDE1E4, 0x9C
-
- .global gUnknown_80DE280
-gUnknown_80DE280: @ 80DE280
- .incbin "baserom.gba", 0xDE280, 0x30
-
- .global gUnknown_80DE2B0
-gUnknown_80DE2B0: @ 80DE2B0
- .incbin "baserom.gba", 0xDE2B0, 0xB8
-
- .global gUnknown_80DE368
-gUnknown_80DE368: @ 80DE368
- .incbin "baserom.gba", 0xDE368, 0xC8
-
- .global gUnknown_80DE430
-gUnknown_80DE430: @ 80DE430
- .incbin "baserom.gba", 0xDE430, 0x5C
-
- .global gUnknown_80DE48C
-gUnknown_80DE48C: @ 80DE48C
- .incbin "baserom.gba", 0xDE48C, 0x2C
-
- .global gUnknown_80DE4B8
-gUnknown_80DE4B8: @ 80DE4B8
- .incbin "baserom.gba", 0xDE4B8, 0x38
-
- .global gUnknown_80DE4F0
-gUnknown_80DE4F0: @ 80DE4F0
- .incbin "baserom.gba", 0xDE4F0, 0x34
-
- .global gUnknown_80DE524
-gUnknown_80DE524: @ 80DE524
- .incbin "baserom.gba", 0xDE524, 0xF0
-
- .global gUnknown_80DE614
-gUnknown_80DE614: @ 80DE614
- .incbin "baserom.gba", 0xDE614, 0x34
-
- .global gUnknown_80DE648
-gUnknown_80DE648: @ 80DE648
- .incbin "baserom.gba", 0xDE648, 0x4C
-
- .global gUnknown_80DE694
-gUnknown_80DE694: @ 80DE694
- .incbin "baserom.gba", 0xDE694, 0x40
-
- .global gUnknown_80DE6D4
-gUnknown_80DE6D4: @ 80DE6D4
- .incbin "baserom.gba", 0xDE6D4, 0x80
-
- .global gUnknown_80DE754
-gUnknown_80DE754: @ 80DE754
- .incbin "baserom.gba", 0xDE754, 0x64
-
- .global gUnknown_80DE7B8
-gUnknown_80DE7B8: @ 80DE7B8
- .incbin "baserom.gba", 0xDE7B8, 0x30
-
- .global gUnknown_80DE7E8
-gUnknown_80DE7E8: @ 80DE7E8
- .incbin "baserom.gba", 0xDE7E8, 0x20
-
- .global gUnknown_80DE808
-gUnknown_80DE808: @ 80DE808
- .incbin "baserom.gba", 0xDE808, 0x28
-
- .global gUnknown_80DE830
-gUnknown_80DE830: @ 80DE830
- .incbin "baserom.gba", 0xDE830, 0x34
-
- .global gUnknown_80DE864
-gUnknown_80DE864: @ 80DE864
- .incbin "baserom.gba", 0xDE864, 0x50
-
- .global gUnknown_80DE8B4
-gUnknown_80DE8B4: @ 80DE8B4
- .incbin "baserom.gba", 0xDE8B4, 0x64
-
- .global gUnknown_80DE918
-gUnknown_80DE918: @ 80DE918
- .incbin "baserom.gba", 0xDE918, 0x24
-
- .global gUnknown_80DE93C
-gUnknown_80DE93C: @ 80DE93C
- .incbin "baserom.gba", 0xDE93C, 0x18
-
- .global gUnknown_80DE954
-gUnknown_80DE954: @ 80DE954
- .incbin "baserom.gba", 0xDE954, 0x38
-
- .global gUnknown_80DE98C
-gUnknown_80DE98C: @ 80DE98C
- .incbin "baserom.gba", 0xDE98C, 0x64
-
- .global gUnknown_80DE9F0
-gUnknown_80DE9F0: @ 80DE9F0
- .incbin "baserom.gba", 0xDE9F0, 0x68
-
- .global gUnknown_80DEA58
-gUnknown_80DEA58: @ 80DEA58
- .incbin "baserom.gba", 0xDEA58, 0x5C
-
- .global gUnknown_80DEAB4
-gUnknown_80DEAB4: @ 80DEAB4
- .incbin "baserom.gba", 0xDEAB4, 0x64
-
- .global gUnknown_80DEB18
-gUnknown_80DEB18: @ 80DEB18
- .incbin "baserom.gba", 0xDEB18, 0x3C
-
- .global gUnknown_80DEB54
-gUnknown_80DEB54: @ 80DEB54
- .incbin "baserom.gba", 0xDEB54, 0xAC
-
- .global gUnknown_80DEC00
-gUnknown_80DEC00: @ 80DEC00
- .incbin "baserom.gba", 0xDEC00, 0x70
-
- .global gUnknown_80DEC70
-gUnknown_80DEC70: @ 80DEC70
- .incbin "baserom.gba", 0xDEC70, 0x50
-
- .global gUnknown_80DECC0
-gUnknown_80DECC0: @ 80DECC0
- .incbin "baserom.gba", 0xDECC0, 0x3C
-
- .global gUnknown_80DECFC
-gUnknown_80DECFC: @ 80DECFC
- .incbin "baserom.gba", 0xDECFC, 0x48
-
+ .include "data/text/wonder_mail_1.inc"
+
.global gUnknown_80DED44
gUnknown_80DED44: @ 80DED44
.incbin "baserom.gba", 0xDED44, 0x4
@@ -1918,169 +1546,7 @@ gUnknown_80DEEBC: @ 80DEEBC
gUnknown_80DEEE4: @ 80DEEE4
.incbin "baserom.gba", 0xDEEE4, 0x20
- .global gUnknown_80DEF04
-gUnknown_80DEF04: @ 80DEF04
- .incbin "baserom.gba", 0xDEF04, 0x24
-
- .global gUnknown_80DEF28
-gUnknown_80DEF28: @ 80DEF28
- .incbin "baserom.gba", 0xDEF28, 0x58
-
- .global gUnknown_80DEF80
-gUnknown_80DEF80: @ 80DEF80
- .incbin "baserom.gba", 0xDEF80, 0x5C
-
- .global gUnknown_80DEFDC
-gUnknown_80DEFDC: @ 80DEFDC
- .incbin "baserom.gba", 0xDEFDC, 0x68
-
- .global gUnknown_80DF044
-gUnknown_80DF044: @ 80DF044
- .incbin "baserom.gba", 0xDF044, 0x5C
-
- .global gUnknown_80DF0A0
-gUnknown_80DF0A0: @ 80DF0A0
- .incbin "baserom.gba", 0xDF0A0, 0x40
-
- .global gUnknown_80DF0E0
-gUnknown_80DF0E0: @ 80DF0E0
- .incbin "baserom.gba", 0xDF0E0, 0x58
-
- .global gUnknown_80DF138
-gUnknown_80DF138: @ 80DF138
- .incbin "baserom.gba", 0xDF138, 0x5C
-
- .global gUnknown_80DF194
-gUnknown_80DF194: @ 80DF194
- .incbin "baserom.gba", 0xDF194, 0x2C
-
- .global gUnknown_80DF1C0
-gUnknown_80DF1C0: @ 80DF1C0
- .incbin "baserom.gba", 0xDF1C0, 0x48
-
- .global gUnknown_80DF208
-gUnknown_80DF208: @ 80DF208
- .incbin "baserom.gba", 0xDF208, 0x48
-
- .global gUnknown_80DF250
-gUnknown_80DF250: @ 80DF250
- .incbin "baserom.gba", 0xDF250, 0xB4
-
- .global gUnknown_80DF304
-gUnknown_80DF304: @ 80DF304
- .incbin "baserom.gba", 0xDF304, 0x2C
-
- .global gUnknown_80DF330
-gUnknown_80DF330: @ 80DF330
- .incbin "baserom.gba", 0xDF330, 0x50
-
- .global gUnknown_80DF380
-gUnknown_80DF380: @ 80DF380
- .incbin "baserom.gba", 0xDF380, 0x34
-
- .global gUnknown_80DF3B4
-gUnknown_80DF3B4: @ 80DF3B4
- .incbin "baserom.gba", 0xDF3B4, 0x64
-
- .global gUnknown_80DF418
-gUnknown_80DF418: @ 80DF418
- .incbin "baserom.gba", 0xDF418, 0x34
-
- .global gUnknown_80DF44C
-gUnknown_80DF44C: @ 80DF44C
- .incbin "baserom.gba", 0xDF44C, 0x20
-
- .global gUnknown_80DF46C
-gUnknown_80DF46C: @ 80DF46C
- .incbin "baserom.gba", 0xDF46C, 0x88
-
- .global gUnknown_80DF4F4
-gUnknown_80DF4F4: @ 80DF4F4
- .incbin "baserom.gba", 0xDF4F4, 0x50
-
- .global gUnknown_80DF544
-gUnknown_80DF544: @ 80DF544
- .incbin "baserom.gba", 0xDF544, 0x50
-
- .global gUnknown_80DF594
-gUnknown_80DF594: @ 80DF594
- .incbin "baserom.gba", 0xDF594, 0x50
-
- .global gUnknown_80DF5E4
-gUnknown_80DF5E4: @ 80DF5E4
- .incbin "baserom.gba", 0xDF5E4, 0x58
-
- .global gUnknown_80DF63C
-gUnknown_80DF63C: @ 80DF63C
- .incbin "baserom.gba", 0xDF63C, 0x58
-
- .global gUnknown_80DF694
-gUnknown_80DF694: @ 80DF694
- .incbin "baserom.gba", 0xDF694, 0x5C
-
- .global gUnknown_80DF6F0
-gUnknown_80DF6F0: @ 80DF6F0
- .incbin "baserom.gba", 0xDF6F0, 0x20
-
- .global gUnknown_80DF710
-gUnknown_80DF710: @ 80DF710
- .incbin "baserom.gba", 0xDF710, 0x2C
-
- .global gUnknown_80DF73C
-gUnknown_80DF73C: @ 80DF73C
- .incbin "baserom.gba", 0xDF73C, 0x40
-
- .global gUnknown_80DF77C
-gUnknown_80DF77C: @ 80DF77C
- .incbin "baserom.gba", 0xDF77C, 0x58
-
- .global gUnknown_80DF7D4
-gUnknown_80DF7D4: @ 80DF7D4
- .incbin "baserom.gba", 0xDF7D4, 0x9C
-
- .global gUnknown_80DF870
-gUnknown_80DF870: @ 80DF870
- .incbin "baserom.gba", 0xDF870, 0x44
-
- .global gUnknown_80DF8B4
-gUnknown_80DF8B4: @ 80DF8B4
- .incbin "baserom.gba", 0xDF8B4, 0x38
-
- .global gUnknown_80DF8EC
-gUnknown_80DF8EC: @ 80DF8EC
- .incbin "baserom.gba", 0xDF8EC, 0x3C
-
- .global gUnknown_80DF928
-gUnknown_80DF928: @ 80DF928
- .incbin "baserom.gba", 0xDF928, 0x24
-
- .global gUnknown_80DF94C
-gUnknown_80DF94C: @ 80DF94C
- .incbin "baserom.gba", 0xDF94C, 0x20
-
- .global gUnknown_80DF96C
-gUnknown_80DF96C: @ 80DF96C
- .incbin "baserom.gba", 0xDF96C, 0x38
-
- .global gUnknown_80DF9A4
-gUnknown_80DF9A4: @ 80DF9A4
- .incbin "baserom.gba", 0xDF9A4, 0x4C
-
- .global gUnknown_80DF9F0
-gUnknown_80DF9F0: @ 80DF9F0
- .incbin "baserom.gba", 0xDF9F0, 0x8
-
- .global gUnknown_80DF9F8
-gUnknown_80DF9F8: @ 80DF9F8
- .incbin "baserom.gba", 0xDF9F8, 0xB0
-
- .global gUnknown_80DFAA8
-gUnknown_80DFAA8: @ 80DFAA8
- .incbin "baserom.gba", 0xDFAA8, 0x6C
-
- .global gUnknown_80DFB14
-gUnknown_80DFB14: @ 80DFB14
- .incbin "baserom.gba", 0xDFB14, 0xBC
+ .include "data/text/wonder_mail_2.inc"
.global gUnknown_80DFBD0
gUnknown_80DFBD0: @ 80DFBD0
@@ -2194,73 +1660,13 @@ gUnknown_80DFE04: @ 80DFE04
gUnknown_80DFE1C: @ 80DFE1C
.incbin "baserom.gba", 0xDFE1C, 0x30
- .global gUnknown_80DFE4C
-gUnknown_80DFE4C: @ 80DFE4C
- .incbin "baserom.gba", 0xDFE4C, 0x50
-
- .global gUnknown_80DFE9C
-gUnknown_80DFE9C: @ 80DFE9C
- .incbin "baserom.gba", 0xDFE9C, 0x34
-
- .global gUnknown_80DFED0
-gUnknown_80DFED0: @ 80DFED0
- .incbin "baserom.gba", 0xDFED0, 0x5C
-
- .global gUnknown_80DFF2C
-gUnknown_80DFF2C: @ 80DFF2C
- .incbin "baserom.gba", 0xDFF2C, 0x78
-
- .global gUnknown_80DFFA4
-gUnknown_80DFFA4: @ 80DFFA4
- .incbin "baserom.gba", 0xDFFA4, 0x6C
-
- .global gUnknown_80E0010
-gUnknown_80E0010: @ 80E0010
- .incbin "baserom.gba", 0xE0010, 0x64
-
- .global gUnknown_80E0074
-gUnknown_80E0074: @ 80E0074
- .incbin "baserom.gba", 0xE0074, 0x20
-
- .global gUnknown_80E0094
-gUnknown_80E0094: @ 80E0094
- .incbin "baserom.gba", 0xE0094, 0x74
-
- .global gUnknown_80E0108
-gUnknown_80E0108: @ 80E0108
- .incbin "baserom.gba", 0xE0108, 0x44
-
- .global gUnknown_80E014C
-gUnknown_80E014C: @ 80E014C
- .incbin "baserom.gba", 0xE014C, 0xC
-
- .global gUnknown_80E0158
-gUnknown_80E0158: @ 80E0158
- .incbin "baserom.gba", 0xE0158, 0x14
+ .include "data/text/wonder_mail_3.inc"
.global gUnknown_80E016C
gUnknown_80E016C: @ 80E016C
.incbin "baserom.gba", 0xE016C, 0x18
- .global gUnknown_80E0184
-gUnknown_80E0184: @ 80E0184
- .incbin "baserom.gba", 0xE0184, 0x1C
-
- .global gUnknown_80E01A0
-gUnknown_80E01A0: @ 80E01A0
- .incbin "baserom.gba", 0xE01A0, 0x24
-
- .global gUnknown_80E01C4
-gUnknown_80E01C4: @ 80E01C4
- .incbin "baserom.gba", 0xE01C4, 0x2C
-
- .global gUnknown_80E01F0
-gUnknown_80E01F0: @ 80E01F0
- .incbin "baserom.gba", 0xE01F0, 0x28
-
- .global gUnknown_80E0218
-gUnknown_80E0218: @ 80E0218
- .incbin "baserom.gba", 0xE0218, 0x30
+ .include "data/text/wonder_mail_complete.inc"
.global gUnknown_80E0248
gUnknown_80E0248: @ 80E0248
@@ -2530,73 +1936,7 @@ gUnknown_80E0B3C: @ 80E0B3C
gUnknown_80E0BD4: @ 80E0BD4
.incbin "baserom.gba", 0xE0BD4, 0x78
- .global gUnknown_80E0C4C
-gUnknown_80E0C4C: @ 80E0C4C
- .incbin "baserom.gba", 0xE0C4C, 0x24
-
- .global gUnknown_80E0C70
-gUnknown_80E0C70: @ 80E0C70
- .incbin "baserom.gba", 0xE0C70, 0x160
-
- .global gUnknown_80E0DD0
-gUnknown_80E0DD0: @ 80E0DD0
- .incbin "baserom.gba", 0xE0DD0, 0x108
-
- .global gUnknown_80E0ED8
-gUnknown_80E0ED8: @ 80E0ED8
- .incbin "baserom.gba", 0xE0ED8, 0x1F0
-
- .global gUnknown_80E10C8
-gUnknown_80E10C8: @ 80E10C8
- .incbin "baserom.gba", 0xE10C8, 0x144
-
- .global gUnknown_80E120C
-gUnknown_80E120C: @ 80E120C
- .incbin "baserom.gba", 0xE120C, 0x160
-
- .global gUnknown_80E136C
-gUnknown_80E136C: @ 80E136C
- .incbin "baserom.gba", 0xE136C, 0xB4
-
- .global gUnknown_80E1420
-gUnknown_80E1420: @ 80E1420
- .incbin "baserom.gba", 0xE1420, 0x15C
-
- .global gUnknown_80E157C
-gUnknown_80E157C: @ 80E157C
- .incbin "baserom.gba", 0xE157C, 0x120
-
- .global gUnknown_80E169C
-gUnknown_80E169C: @ 80E169C
- .incbin "baserom.gba", 0xE169C, 0x12C
-
- .global gUnknown_80E17C8
-gUnknown_80E17C8: @ 80E17C8
- .incbin "baserom.gba", 0xE17C8, 0x74
-
- .global gUnknown_80E183C
-gUnknown_80E183C: @ 80E183C
- .incbin "baserom.gba", 0xE183C, 0x2C
-
- .global gUnknown_80E1868
-gUnknown_80E1868: @ 80E1868
- .incbin "baserom.gba", 0xE1868, 0x1C8
-
- .global gUnknown_80E1A30
-gUnknown_80E1A30: @ 80E1A30
- .incbin "baserom.gba", 0xE1A30, 0xA8
-
- .global gUnknown_80E1AD8
-gUnknown_80E1AD8: @ 80E1AD8
- .incbin "baserom.gba", 0xE1AD8, 0xB0
-
- .global gUnknown_80E1B88
-gUnknown_80E1B88: @ 80E1B88
- .incbin "baserom.gba", 0xE1B88, 0x1FC
-
- .global gUnknown_80E1D84
-gUnknown_80E1D84: @ 80E1D84
- .incbin "baserom.gba", 0xE1D84, 0x178
+ .include "data/text/wonder_mail_4.inc"
.global gUnknown_80E1EFC
gUnknown_80E1EFC: @ 80E1EFC
diff --git a/data/text/luminous_cave.inc b/data/text/luminous_cave.inc
new file mode 100644
index 0000000..6956c7f
--- /dev/null
+++ b/data/text/luminous_cave.inc
@@ -0,0 +1,137 @@
+gUnknown_80DCA34:: @ 80DCA34
+ .string "#+...#WA voice emanates from somewhere...#P#+...Ye who seek awak"
+ .string "ening...#P#+This is Luminous Cave.#W\n"
+ .string "#+Do ye seek a new evolution?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCAB8:: @ 80DCAB8
+ .string "#+Do ye seek evolution?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCAD0:: @ 80DCAD0
+ .string "#+There are those among Pokémon\n"
+ .string "#+that can evolve.#P#+Such Pokémon can evolve at this very\n"
+ .string "#+spot if they satisfy certain conditions.#P#+Evolution brings a"
+ .string "bout changes\n"
+ .string "#+in appearance and abilities.#P#+Not only that~2c some Pokémon even change\n"
+ .string "#+type and learn different moves.#P#+However...#W The requiremen"
+ .string "ts for\n"
+ .string "#+evolution differ among Pokémon.#P#+Some become ready for evolution\n"
+ .string "#+merely by leveling up.#P#+Still others may need special items\n"
+ .string "#+to attain evolution.#P#+Ye must also be aware of this:#P#+Once"
+ .string " it has evolved~2c a Pokémon\n"
+ .string "#+can never regain its previous form.#P#+That is why ye must thi"
+ .string "nk carefully\n"
+ .string "#+before committing to evolution."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCD5C:: @ 80DCD5C
+ .string "#+Ye shall return if evolution\n"
+ .string "#+is what ye seek..."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCD90:: @ 80DCD90
+ .string "#+Will ye give an item for evolution?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCDB8:: @ 80DCDB8
+ .string "#+Will ye give yet another item?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCDDC:: @ 80DCDDC
+ .string "#+Alas~2c ye seem to lack what is needed\n"
+ .string "#+for evolution."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCE18:: @ 80DCE18
+ .string "#+Ye seem to have but one item."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCE38:: @ 80DCE38
+ .string "#+...Ye who seek awakening...\n"
+ .string "#+Let us begin."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCE68:: @ 80DCE68
+ .string "#+...#W"
+ .byte 0x24
+ .string "n0 is undergoing changes...#P#+"
+ .byte 0x24
+ .string "n0~27s appearance changed...#P"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCEB0:: @ 80DCEB0
+ .string "#+It evolved from #C4"
+ .byte 0x24
+ .string "m0#R\n"
+ .string "#+to #C6"
+ .byte 0x24
+ .string "m1#R!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCEDC:: @ 80DCEDC
+ .string "#+...#P#+One cannot evolve if one\n"
+ .string "#+is in the company of others.#P#+Come alone if ye wish to evolve."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCF44:: @ 80DCF44
+ .string "#+...#P#+Ye cannot evolve yet.#P#+Ye have not high enough a level."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCF88:: @ 80DCF88
+ .string "#+...#P#+Ye cannot evolve anymore."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCFAC:: @ 80DCFAC
+ .string "#+...#P#+Ye cannot evolve yet.#P#+Ye need your Friend Area to evolve."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DCFF4:: @ 80DCFF4
+ .string "#+...#P#+Ye cannot evolve yet.#P#+The Friend Area to which ye shall go\n"
+ .string "#+has no room for ye."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD054:: @ 80DD054
+ .string "#+...#P#+Ye cannot evolve yet.#P#+Ye seem to lack the IQ to evolve."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD098:: @ 80DD098
+ .string "#+#+...#P#+Ye cannot evolve yet.#P#+Ye seem to lack an item to evolve."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD0E0:: @ 80DD0E0
+ .string "#+#+...#P#+Ye cannot evolve yet. "
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD104:: @ 80DD104
+ .string "#+Ye must give a name to\n"
+ .string "#+the evolved Pokémon. "
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
+ .align 2, 0
diff --git a/data/text/party_menu.inc b/data/text/party_menu.inc
new file mode 100644
index 0000000..eaaabd1
--- /dev/null
+++ b/data/text/party_menu.inc
@@ -0,0 +1,147 @@
+gUnknown_80DD388:: @ 80DD388
+ .string "You have chosen to say farewell\n"
+ .string "to this Pokémon.#PThe Pokémon will leave its Friend Area.\n"
+ .string "It will no longer be available for\n"
+ .string "adventures. Is that OK?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD420:: @ 80DD420
+ .string "If you say farewell to this\n"
+ .string "Pokémon~2c it will be gone forever.#PYou will never be able to get another one\n"
+ .string "like it to join your team.\n"
+ .string "Will you release it anyway?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD4C4:: @ 80DD4C4
+ .string "#+"
+ .byte 0x24
+ .string "m1 joined the\n"
+ .string "#+rescue team for adventures!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD4F4:: @ 80DD4F4
+ .string "#+"
+ .byte 0x24
+ .string "m1 left the team to remain\n"
+ .string "#+on standby in the Friend Area."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD534:: @ 80DD534
+ .string "#+"
+ .byte 0x24
+ .string "m1 became the leader\n"
+ .string "#+of the rescue team."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD564:: @ 80DD564
+ .string "#+"
+ .byte 0x24
+ .string "m1 left\n"
+ .string "#+the Friend Area.\n"
+ .string "#+Bye-bye~2c "
+ .byte 0x24
+ .string "m1!"
+ .byte 0
+gUnknown_80DD594:: @ 80DD594
+ .string "#+The #C4"
+ .byte 0x24
+ .string "i1#R was\n"
+ .string "#+handed over. "
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD5B8:: @ 80DD5B8
+ .string "#+The #C4"
+ .byte 0x24
+ .string "i1#R was\n"
+ .string "#+handed over.#P#+The #C4"
+ .byte 0x24
+ .string "i0#R was\n"
+ .string "#+returned to the Toolbox."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD60C:: @ 80DD60C
+ .string "#+The #C4"
+ .byte 0x24
+ .string "i0#R was\n"
+ .string "#+returned to the Toolbox."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD63C:: @ 80DD63C
+ .string "#+The #C4"
+ .byte 0x24
+ .string "i0#R was\n"
+ .string "#+sent to storage."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD664:: @ 80DD664
+ .string "Stand By"
+ .byte 0
+ .align 2, 0
+gUnknown_80DD670:: @ 80DD670
+ .string "Make Leader"
+ .byte 0
+
+gUnknown_80DD67C:: @ 80DD67C
+ .string "Join Team"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD688:: @ 80DD688
+ .string "Give Gummi"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD694:: @ 80DD694
+ .string "Give"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD69C:: @ 80DD69C
+ .string "Take"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD6A4:: @ 80DD6A4
+ .string "Say Farewell"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD6B4:: @ 80DD6B4
+ .string "Summary"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD6BC:: @ 80DD6BC
+ .string "Moves"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD6C4:: @ 80DD6C4
+ .string "Check IQ"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD6D0:: @ 80DD6D0
+ .string "Item: #C4"
+ .byte 0x24
+ .string "i0#R "
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DD6E0:: @ 80DD6E0
+ .string "%s"
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
+ .align 2, 0
diff --git a/data/text/save.inc b/data/text/save.inc
new file mode 100644
index 0000000..a944a8d
--- /dev/null
+++ b/data/text/save.inc
@@ -0,0 +1,58 @@
+gUnknown_80B6A34:: @ 80B6A34
+ .string "#+Quicksaving your adventure...\n"
+ .string "#+Please don~27t turn off the power."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80B6A7C:: @ 80B6A7C
+ .string "#+Your adventure has been saved."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80B6AA0:: @ 80B6AA0
+ .string "#+Your adventure has been saved.\n"
+ .string "#+When you are in a dungeon~2c quicksave\n"
+ .string "#+your progress before ending the game."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80B6B14:: @ 80B6B14
+ .string "#+The data could not be written.\n"
+ .string "#+Please turn off the power and remove\n"
+ .string "#+and reinsert the DS Card."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80B6B78:: @ 80B6B78
+ .string "#+Save failed."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80B6B88:: @ 80B6B88
+ .string "#+Error reading data.\n"
+ .string "#+Please turn off the power and reinsert\n"
+ .string "#+the DS Game Card."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80B6BDC:: @ 80B6BDC
+ .string "#+Your data was not properly saved~2c\n"
+ .string "#+so your game cannot be resumed\n"
+ .string "#+from your last spot.#P#+Your last outing is considered a defeat.\n"
+ .string "#+Before shutting down~2c save in your\n"
+ .string "#+team base~2c or quicksave in a dungeon."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80B6CB8:: @ 80B6CB8
+ .string "#+You may not resume your dungeon\n"
+ .string "#+adventure using this saved data.\n"
+ .string "#+Your last outing is considered a defeat."
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
+ .align 2, 0
+
+ .incbin "baserom.gba", 0xB6D30, 0x60
diff --git a/data/text/wonder_mail_1.inc b/data/text/wonder_mail_1.inc
new file mode 100644
index 0000000..0c6915e
--- /dev/null
+++ b/data/text/wonder_mail_1.inc
@@ -0,0 +1,350 @@
+gUnknown_80DDBA8:: @ 80DDBA8
+ .string " What you need to do is\n"
+ .string "tell your friend--the one you rescued--\n"
+ .string "this here password."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDBFC:: @ 80DDBFC
+ .string " All righty!\n"
+ .string "Here~27s your #CGA-OK Mail password#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDC30:: @ 80DDC30
+ .string " Okeydoke! That~27s all done.\n"
+ .string "Come around whenever you need."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDC70:: @ 80DDC70
+ .string " Okeydoke! I sent off your\n"
+ .string "#CGA-OK Mail#R.#P Let me save your adventure."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDCBC:: @ 80DDCBC
+ .string "#+Please choose the Pokémon you want to\n"
+ .string "#+send as a helper to your friend.\n"
+ .string "#+(Its hold item will not be sent.)"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDD2C:: @ 80DDD2C
+ .string " ...Uh~2c no?\n"
+ .string "There appear to be no Pokémon in your\n"
+ .string "Friend Areas. What do you want to do?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDD88:: @ 80DDD88
+ .string " You~27re sure you want to\n"
+ .string "send this here Pokémon?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDDBC:: @ 80DDDBC
+ .string " You~27re sure about this?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDDD8:: @ 80DDDD8
+ .string " All righty. I need you to\n"
+ .string "pick the #CGA-OK Mail#R you want to send."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDE20:: @ 80DDE20
+ .string " ...Uh~2c no?\n"
+ .string "I don~27t see any #CGA-OK Mail#R here."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDE58:: @ 80DDE58
+ .string " Did you know? If you use\n"
+ .string "a #CGGame Link cable#R~2c you can send\n"
+ .string "a #CGhelper Pokémon#R to your friend."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDEC0:: @ 80DDEC0
+ .string " Don~27t you worry. Sending\n"
+ .string "a Pokémon doesn~27t mean it will go away.\n"
+ .string "So! Want to send one to your friend?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDF2C:: @ 80DDF2C
+ .string " ...Uh~2c no?\n"
+ .string "There~27s no space at all to receive\n"
+ .string "any more mail.#P Delete some old mail~2c\n"
+ .string "and then come to me to receive\n"
+ .string "your mail~2c OK?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DDFB8:: @ 80DDFB8
+ .string " All righty! Connect up\n"
+ .string "the #CGGame Link cable#R~2c if you~27d please.\n"
+ .string "Your friend ready~2c too?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE01C:: @ 80DE01C
+ .incbin "baserom.gba", 0xDE01C, 0x50
+
+gUnknown_80DE06C:: @ 80DE06C
+ .string " Okeydoke!\n"
+ .string "I received your friend~27s #CGSOS Mail#R.#P Let me save your adventure."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE0C0:: @ 80DE0C0
+ .string " Okeydoke! You~27re good to go.\n"
+ .string "Just give me a shout when you~27d like\n"
+ .string "to go rescue your friend."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE124:: @ 80DE124
+ .string " OK~2c I need you to enter\n"
+ .string "the #CGSOS Mail password#R that your\n"
+ .string "friend gave you."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE178:: @ 80DE178
+ .string " How do you want to receive\n"
+ .string "your friend~27s #CGSOS Mail#R?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE1B4:: @ 80DE1B4
+ .string " How do you want to send\n"
+ .string "your #CGA-OK Mail#R?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE1E4:: @ 80DE1E4
+ .string " ...Uh~2c no?\n"
+ .string "You don~27t have an #CGSOS Mail#R.#P You~27ll need to arrange\n"
+ .string "to receive your friend~27s #CGSOS Mail#R first.\n"
+ .string "That~27s what you need to do."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE280:: @ 80DE280
+ .string " Okeydoke!\n"
+ .string "Let me show you to the rescue site."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE2B0:: @ 80DE2B0
+ .string " ...Uh~2c no?\n"
+ .string "Doesn~27t look like you can go to the dungeon\n"
+ .string "named in this #CGSOS Mail#R.#P Come see me about doing\n"
+ .string "this rescue when you can actually go\n"
+ .string "to that dungeon~2c all right?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE368:: @ 80DE368
+ .string " ...Uh~2c no?\n"
+ .string "You~27ve blown this rescue mission too\n"
+ .string "often. Your friend~27s team is beyond help.#P I~27m sorry to say this~2c\n"
+ .string "but you~27ll have to tell your friend that\n"
+ .string "your rescue attempts failed."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE430:: @ 80DE430
+ .string " Okeydoke.\n"
+ .string "I~27ll need you to choose the #CGSOS Mail#R\n"
+ .string "for you to go on a rescue mission."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE48C:: @ 80DE48C
+ .string " What kind of mail do you\n"
+ .string "want to delete?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE4B8:: @ 80DE4B8
+ .string " All righty. Choose\n"
+ .string "the #CGSOS Mail#R you don~27t need."
+ .byte 0
+
+gUnknown_80DE4F0:: @ 80DE4F0
+ .string " ...Uh~2c no?\n"
+ .string "You don~27t have any #CGSOS Mail#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE524:: @ 80DE524
+ .string " If you want a reward~2c #C2don~27t\n"
+ .string "delete an A-OK Mail#R before getting a\n"
+ .string "#CGThank-You Mail#R back for it.#P #C2Be careful#R if you~27re g"
+ .string "oing\n"
+ .string "to delete any #CGA-OK Mail#R.#P Okeydoke.\n"
+ .string "Choose an #CGA-OK Mail#R\n"
+ .string "you don~27t need anymore."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE614:: @ 80DE614
+ .string " ...Uh~2c no?\n"
+ .string "You don~27t have any #CGA-OK Mail#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE648:: @ 80DE648
+ .string " Uh~2c OK.\n"
+ .string "So~2c you want me to delete every piece\n"
+ .string "of mail that you have."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE694:: @ 80DE694
+ .string " ...Uh~2c no?\n"
+ .string "You don~27t have a single piece of\n"
+ .string "mail on you!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE6D4:: @ 80DE6D4
+ .string " So~2c delete all your #CGSOS Mail#R~2c\n"
+ .string "#CGA-OK Mail#R~2c and your #CGThank-You Mail#R?\n"
+ .string "You~27re absolutely~2c positively sure?"
+ .byte 0
+
+gUnknown_80DE754:: @ 80DE754
+ .string " If I delete any mail~2c it~27s\n"
+ .string "gone forever and ever. Bye-bye.\n"
+ .string "You~27re really~2c really sure now?"
+ .byte 0
+
+gUnknown_80DE7B8:: @ 80DE7B8
+ .string " OK~2c then.\n"
+ .string "Let me save your adventure now."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE7E8:: @ 80DE7E8
+ .string " Okeydoke. That~27s all done."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE808:: @ 80DE808
+ .string " Do you want to delete\n"
+ .string "any other mail?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE830:: @ 80DE830
+ .string " Okeydoke.\n"
+ .string "I~27ll delete #CGevery piece of mail#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE864:: @ 80DE864
+ .string " Okeydoke.\n"
+ .string "Every bit of mail has been deleted.#P Let me save your adventure"
+ .string "."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE8B4:: @ 80DE8B4
+ .string " Well~2c hello~2c there!\n"
+ .string "This is the #CGFriend Rescue#R counter.\n"
+ .string "What can I help you with today?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE918:: @ 80DE918
+ .string " Help you with anything\n"
+ .string "else today?"
+ .byte 0
+
+gUnknown_80DE93C:: @ 80DE93C
+ .string " Come again anytime!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE954:: @ 80DE954
+ .string " ...Uh~2c no?\n"
+ .string "Something~27s not working right here..."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE98C:: @ 80DE98C
+ .string " ...Uh~2c no?\n"
+ .string "The number of GBA systems isn~27t right.\n"
+ .string "You~27d better try this again from the top."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DE9F0:: @ 80DE9F0
+ .string " ...Uh~2c no? You~27re not in the\n"
+ .string "same mode as your friend.\n"
+ .string "You~27d better try this again from the top."
+ .byte 0
+
+gUnknown_80DEA58:: @ 80DEA58
+ .string " ...Uh~2c no?\n"
+ .string "Your storage space is stuffed full.\n"
+ .string "You~27d better make room and try again."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEAB4:: @ 80DEAB4
+ .string " ...Uh~2c no? It looks like\n"
+ .string "you received this mail before.\n"
+ .string "You can~27t get the same mail twice. "
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEB18:: @ 80DEB18
+ .string " ...Uh~2c no?\n"
+ .string "You~27re not eligible to receive this mail."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEB54:: @ 80DEB54
+ .string " ...Uh~2c no?\n"
+ .string "There~27s no room for you to \n"
+ .string "receive any more mail.#P You~27d better delete some\n"
+ .string "mail and make room before you come see\n"
+ .string "me again about receiving new mail."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEC00:: @ 80DEC00
+ .string " ...Uh~2c no? Looks like your\n"
+ .string "friend didn~27t do what needed doing.\n"
+ .string "You~27d better do this again from the top."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEC70:: @ 80DEC70
+ .string " ...Uh~2c no?\n"
+ .string "This here password looks wrong.\n"
+ .string "Do you want to try that again?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DECC0:: @ 80DECC0
+ .string " ...Uh~2c no? This password~27s\n"
+ .string "not for any #CGSOS Mail#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DECFC:: @ 80DECFC
+ .string ": I received the #CGSOS Mail#R.\n"
+ .string "Your adventure will be saved."
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
+ .align 2, 0
diff --git a/data/text/wonder_mail_2.inc b/data/text/wonder_mail_2.inc
new file mode 100644
index 0000000..1cc51b9
--- /dev/null
+++ b/data/text/wonder_mail_2.inc
@@ -0,0 +1,283 @@
+gUnknown_80DEF04:: @ 80DEF04
+ .string " ...Oh?\n"
+ .string "Something~27s gone wrong."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEF28:: @ 80DEF28
+ .string " ...Oh? The number of linked\n"
+ .string "GBA systems is incorrect.\n"
+ .string "Please try again from the start."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEF80:: @ 80DEF80
+ .string " ...Oh? It looks like your\n"
+ .string "friend chose a different mode.\n"
+ .string "Please try again from the start."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DEFDC:: @ 80DEFDC
+ .string " ...Oh? It looks like your\n"
+ .string "storage space is full. Please clear some\n"
+ .string "space and try again from the start."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF044:: @ 80DF044
+ .string " ...Oh?\n"
+ .string "I think you~27ve received this mail before.\n"
+ .string "You can~27t get the same mail twice."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF0A0:: @ 80DF0A0
+ .string " ...Oh?\n"
+ .string "I don~27t think you~27re eligible to receive\n"
+ .string "this mail."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF0E0:: @ 80DF0E0
+ .string " ...Oh?\n"
+ .string "There is no room to receive new mail.\n"
+ .string "Please delete some mail and try again."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF138:: @ 80DF138
+ .string " ...Oh? Your friend didn~27t\n"
+ .string "follow through on their side.\n"
+ .string "Please try again from the start."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF194:: @ 80DF194
+ .string " Your #CGThank-You Mail#R\n"
+ .string "has been sent."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF1C0:: @ 80DF1C0
+ .string " ...Oh?\n"
+ .string "This password appears to be wrong.\n"
+ .string "Would you like to try again?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF208:: @ 80DF208
+ .string " ...Oh? This password doesn~27t\n"
+ .string "appear to be for a #CGThank-You Mail#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF250:: @ 80DF250
+ .string ": This is the counter for\n"
+ .string "#CGThank-You Mail#R.#P: Oh~2c hi~2c #CN%s#R.\n"
+ .string "I~27ve been waiting for you. You wanted me\n"
+ .string "to process a #CGThank-You Mail#R?#P: Let me get on it right away"
+ .string "."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF304:: @ 80DF304
+ .string " Is it OK to send this\n"
+ .string "#CGThank-You Mail#R?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF330:: @ 80DF330
+ .string " Please choose the\n"
+ .string "#CGThank-You Mail#R that you want to\n"
+ .string "send to your friend."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF380:: @ 80DF380
+ .string " OK. Please enter the\n"
+ .string "#CGThank-You Mail password#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF3B4:: @ 80DF3B4
+ .string " Please give this password\n"
+ .string "to the friend that rescued your team.#P I also must save your\n"
+ .string "adventure."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF418:: @ 80DF418
+ .string " OK~2c here is your\n"
+ .string "#CGThank-You Mail password#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF44C:: @ 80DF44C
+ .string " I need to save your\n"
+ .string "adventure."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF46C:: @ 80DF46C
+ .string " There we go.\n"
+ .string "I~27m all done.#P Doesn~27t it feel great to\n"
+ .string "be appreciated for doing something good?\n"
+ .string "Please keep up your rescue work!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF4F4:: @ 80DF4F4
+ .string " A #CGThank-You Mail#R has\n"
+ .string "arrived from your friend for your rescue\n"
+ .string "mission."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF544:: @ 80DF544
+ .string "#+Communicating...\n"
+ .string "#+Please wait with the power on.\n"
+ .string "#+To cancel~2c press {B_BUTTON}."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF594:: @ 80DF594
+ .string " There. I~27ve sent your\n"
+ .string "#CGThank-You Mail#R.\n"
+ .string "I need to save your adventure."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF5E4:: @ 80DF5E4
+ .string " Please connect the GBA\n"
+ .string "systems with a #CGGame Link cable#R.\n"
+ .string "Is your friend also ready?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF63C:: @ 80DF63C
+ .string " There~2c all done.\n"
+ .string "#CN%s#R~2c I hope your friend\n"
+ .string "appreciates your sense of gratitude."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF694:: @ 80DF694
+ .string " The item you~27ve chosen\n"
+ .string "here can~27t be exchanged later.\n"
+ .string "Are you certain this item is OK?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF6F0:: @ 80DF6F0
+ .string " I~27ve saved your adventure. "
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF710:: @ 80DF710
+ .string " OK~2c please choose\n"
+ .string "the item to be sent."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF73C:: @ 80DF73C
+ .string " ...Oh?\n"
+ .string "Your storage space is empty.\n"
+ .string "What would you like to do?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF77C:: @ 80DF77C
+ .string " Would you like to choose\n"
+ .string "a #CGreward item#R from storage and\n"
+ .string "send it with your mail?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF7D4:: @ 80DF7D4
+ .string " ...Oh?\n"
+ .string "You~27ve already attached a #CGreward item#R\n"
+ .string "to this mail.#P I~27m sorry~2c but once an item\n"
+ .string "has been attached to mail~2c it can~27t be\n"
+ .string "exchanged."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF870:: @ 80DF870
+ .string " Would you like to send it\n"
+ .string "again with the item you chose before?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF8B4:: @ 80DF8B4
+ .string " ...Oh?\n"
+ .string "You don~27t seem to have a #CGThank-You Mail#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF8EC:: @ 80DF8EC
+ .string " Hello.\n"
+ .string "I handle #CGThank-You Mail#R.\n"
+ .string "How may I serve you?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF928:: @ 80DF928
+ .string " May I help you with\n"
+ .string "anything else?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF94C:: @ 80DF94C
+ .string " Please come see me\n"
+ .string "anytime."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF96C:: @ 80DF96C
+ .string " How would you like to send\n"
+ .string "your #CGThank-You Mail#R?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF9A4:: @ 80DF9A4
+ .string " How would you like to\n"
+ .string "receive your friend~27s #CGThank-You Mail#R?"
+ .byte 0
+
+ .string "pksdir0"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF9F0:: @ 80DF9F0
+ .string "????"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DF9F8:: @ 80DF9F8
+ .string " Oh~2c hello!\n"
+ .string "Your rescue mission went well~2c didn~27t it?\n"
+ .string "I wouldn~27t expect any less~2c #CG%s#R!#P Well~2c well!\n"
+ .string "Here is your reward from the Pokémon\n"
+ .string "Rescue Organization!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DFAA8:: @ 80DFAA8
+ .string " I hope you will keep on\n"
+ .string "rescuing your friends in\n"
+ .string "dire straits.#P And now~2c I must save\n"
+ .string "your adventure."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DFB14:: @ 80DFB14
+ .string " Oh~2c yes~2c that~27s right.\n"
+ .string "Please don~27t forget to send an #CGA-OK Mail#R\n"
+ .string "to the friend you just rescued.#P Please give me a shout if\n"
+ .string "you would like to send #CGA-OK Mail#R."
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
diff --git a/data/text/wonder_mail_3.inc b/data/text/wonder_mail_3.inc
new file mode 100644
index 0000000..1aa2213
--- /dev/null
+++ b/data/text/wonder_mail_3.inc
@@ -0,0 +1,68 @@
+gUnknown_80DFE4C:: @ 80DFE4C
+ .string "Are you sure you want to replace the\n"
+ .string "old #CGWonder Mail#R with the new one?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DFE9C:: @ 80DFE9C
+ .string "This #CGWonder Mail#R has already been\n"
+ .string "received."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DFED0:: @ 80DFED0
+ .string "This #CGWonder Mail#R has already been\n"
+ .string "received.\n"
+ .string "You may not receive the same one again."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DFF2C:: @ 80DFF2C
+ .string "Only #CGone piece#R of #CGWonder Mail#R can be held.\n"
+ .string "Please receive it after completing any\n"
+ .string "rescue mission in progress."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80DFFA4:: @ 80DFFA4
+ .string "The rescue team has quicksaved in\n"
+ .string "a dungeon with a mission in progress.\n"
+ .string "Please complete the mission first."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0010:: @ 80E0010
+ .string "The rescue team has quicksaved in\n"
+ .string "a dungeon with a mission in progress.\n"
+ .string "Mail cannot be deleted now."
+ .byte 0
+gUnknown_80E0074:: @ 80E0074
+ .string "Received the #CGWonder Mail#R!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0094:: @ 80E0094
+ .string "Only #CGone piece#R of #CGWonder Mail#R can be held.\n"
+ .string "Is it OK to replace the old #CGWonder Mail#R\n"
+ .string "with the new one?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0108:: @ 80E0108
+ .string "Your #CGJob List#R is full.\n"
+ .string "Please select and delete unwanted mail."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E014C:: @ 80E014C
+ .string "New Mail"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0158:: @ 80E0158
+ .string "Old Mail"
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
diff --git a/data/text/wonder_mail_4.inc b/data/text/wonder_mail_4.inc
new file mode 100644
index 0000000..7f5b843
--- /dev/null
+++ b/data/text/wonder_mail_4.inc
@@ -0,0 +1,195 @@
+gUnknown_80E0C4C:: @ 80E0C4C
+ .string " So~2c what~27d you want to\n"
+ .string "know?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0C70:: @ 80E0C70
+ .string " If you need to call for\n"
+ .string "help~2c first send your friend\n"
+ .string "an #CGSOS Mail#R.#P Once you send that mail~2c\n"
+ .string "wait until your friend sends you back\n"
+ .string "an #CGA-OK Mail#R.#P When you get that\n"
+ .string "#CGA-OK Mail#R back~2c your team\n"
+ .string "can continue from where it went down.#P Make sure you send your\n"
+ .string "friend a #CGThank-You Mail#R.\n"
+ .string "That~27s if you get revived~2c of course."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0DD0:: @ 80E0DD0
+ .string " If your team gets defeated\n"
+ .string "in a dungeon~2c you can send an #CGSOS Mail#R\n"
+ .string "to a friend willing to help.#P But I have to warn you.\n"
+ .string "You can~27t get anyone to rescue you\n"
+ .string "in certain places.#P If you need to send\n"
+ .string "an #CGSOS Mail#R~2c you send it from the\n"
+ .string "#CGmain menu#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0ED8:: @ 80E0ED8
+ .string " If your friend manages to\n"
+ .string "rescue your team~2c you need to receive\n"
+ .string "an #CGA-OK Mail#R from your friend.#P See~2c once you get that\n"
+ .string "#CGA-OK Mail#R~2c your team can continue from\n"
+ .string "where it went down in the dungeon.#P And~2c if you use\n"
+ .string "a #CGGame Link cable#R~2c your friend can\n"
+ .string "even send you a #CGhelper Pokémon#R.#P There~27s just one thing.\n"
+ .string "A #CGhelper Pokémon#R can~27t bring\n"
+ .string "any item it happens to be holding.#P You can receive that\n"
+ .string "team-saving #CGA-OK Mail#R on the #CGmain menu#R~2c\n"
+ .string "all right?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E10C8:: @ 80E10C8
+ .string " If your team gets rescued~2c\n"
+ .string "be sure to send your friend\n"
+ .string "a #CGThank-You Mail#R.#P You do that by going to\n"
+ .string "the #CGright counter#R~2c or\n"
+ .string "by selecting it from the #CGmain menu#R.#P You can attach an ite"
+ .string "m in\n"
+ .string "storage to your #CGThank-You Mail#R\n"
+ .string "as a #CGreward item#R.#P You don~27t want to ever\n"
+ .string "forget to express your thanks."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E120C:: @ 80E120C
+ .string " If you want to go and\n"
+ .string "rescue your friend~27s KO~27d team~2c\n"
+ .string "you need to receive an #CGSOS Mail#R.#P When you get that mail~2"
+ .string "c\n"
+ .string "you can rescue your friend at\n"
+ .string "the #CGleft counter#R over there.#P If you do manage to rescue\n"
+ .string "the team~2c you send your friend\n"
+ .string "an #CGA-OK Mail#R.#P After you do that~2c your\n"
+ .string "friend can send back to you\n"
+ .string "a #CGThank-You Mail#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E136C:: @ 80E136C
+ .string " To go off on a rescue~2c\n"
+ .string "you first need to receive your friend~27s\n"
+ .string "#CGSOS Mail#R.#P You do that at\n"
+ .string "the #CGleft counter#R over there~2c\n"
+ .string "or by selecting it from the #CGmain menu#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E1420:: @ 80E1420
+ .string " If you succeed in rescuing\n"
+ .string "that team~2c you send your friend an\n"
+ .string "#CGA-OK Mail#R.#P You do that by going to\n"
+ .string "the #CGleft counter#R~2c\n"
+ .string "or from the #CGmain menu#R.#P You can send your friend\n"
+ .string "a Pokémon as a helper from your Friend\n"
+ .string "Areas using a #CGGame Link cable#R.#P This Pokémon won~27t\n"
+ .string "disappear from its Friend Area~2c so\n"
+ .string "don~27t you worry any."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E157C:: @ 80E157C
+ .string " If you get an #CGSOS Mail#R~2c\n"
+ .string "you head off on the rescue from\n"
+ .string "the #CGleft counter#R.#P But~2c I have to warn you.\n"
+ .string "You can~27t go off to rescue in a dungeon\n"
+ .string "if you can~27t get into it.#P You~27ll be able to get\n"
+ .string "there when you go farther in your\n"
+ .string "adventure~2c so it won~27t do to fret."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E169C:: @ 80E169C
+ .string " If you send your friend\n"
+ .string "an #CGA-OK Mail#R~2c you can look forward\n"
+ .string "to getting a #CGThank-You Mail#R back.#P You can receive it at\n"
+ .string "the #CGright counter#R\n"
+ .string "or on the #CGmain menu#R.#P But you need to #C2be careful#R.\n"
+ .string "You #C2must not delete the A-OK Mail#R\n"
+ .string "before you get the #CGThank-You Mail#R back."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E17C8:: @ 80E17C8
+ .string " I~27m your guide to what you\n"
+ .string "can expect at the Pelipper Post Office.\n"
+ .string "If you have any questions~2c just ask away!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E183C:: @ 80E183C
+ .string " Did you want to ask about\n"
+ .string "anything else?"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E1868:: @ 80E1868
+ .string " #CGThe Pelipper Post Office#R\n"
+ .string "keeps track of information from\n"
+ .string "around the world.#P We inform folks\n"
+ .string "about everything from gossip to calls\n"
+ .string "for help from fellow Pokémon.#P For the latest news~2c check\n"
+ .string "#CGyour Mailbox#R or the #CGBulletin Board#R\n"
+ .string "outside~2c all right?#P Oh~2c that~27s not all.\n"
+ .string "You can arrange for #CGFriend Rescue#R\n"
+ .string "missions at that counter there.#P The #CGleft counter#R is\n"
+ .string "for rescues~2c and the #CGright counter#R\n"
+ .string "is for Thank-You Mail."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E1A30:: @ 80E1A30
+ .string " The #CGBulletin Board#R outside\n"
+ .string "here lists rescue requests.#P Take on rescue jobs from\n"
+ .string "the Bulletin Board. Be a hero and handle\n"
+ .string "the jobs for fellow Pokémon in need!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E1AD8:: @ 80E1AD8
+ .string " If your rescue team\n"
+ .string "becomes famous for doing lots of rescues~2c\n"
+ .string "expect to get rescue requests directly.#P Our delivery "
+ .byte 0x24
+ .string "m0\n"
+ .string "will take those jobs straight to your\n"
+ .string "#CGMailbox#R."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E1B88:: @ 80E1B88
+ .string " Friend Rescue is what we\n"
+ .string "call rescue missions between friends using\n"
+ .string "a #CGGame Link cable#R~2c #CGpasswords#R~2c etc.#P For instance~"
+ .string "2c you can send\n"
+ .string "out for help saying your team wiped out\n"
+ .string "in a dungeon at such and such a place.#P Your friend could play\n"
+ .string "the hero and come to your team~27s rescue.\n"
+ .string "Or it can be the other way around~2c too.#P If you use #CGpasswo"
+ .string "rds#R~2c\n"
+ .string "you can do rescues with friends in\n"
+ .string "far-away places.#P You can apply for Friend\n"
+ .string "Rescue jobs at the #CGleft counter#R of\n"
+ .string "that counter there."
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E1D84:: @ 80E1D84
+ .string " Deleting mail just means\n"
+ .string "getting rid of old mail that you don~27t\n"
+ .string "need anymore.#P If you do lots of Friend\n"
+ .string "Rescues~2c you~27ll find #CGSOS Mail#R and\n"
+ .string "#CGA-OK Mail#R piling up.#P Once you get #CG30 pieces#R~2c\n"
+ .string "you won~27t be able to receive more mail.\n"
+ .string "That~27s why you~27ll need to delete old mail.#P You can look th"
+ .string "rough old\n"
+ .string "mail at the #CGleft counter#R over there."
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
diff --git a/data/text/wonder_mail_complete.inc b/data/text/wonder_mail_complete.inc
new file mode 100644
index 0000000..7b6fad1
--- /dev/null
+++ b/data/text/wonder_mail_complete.inc
@@ -0,0 +1,40 @@
+gUnknown_80E0184:: @ 80E0184
+ .string " Thank you for rescuing me!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E01A0:: @ 80E01A0
+ .string " Thank you for rescuing\n"
+ .string "#C5"
+ .byte 0x24
+ .string "m1#R!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E01C4:: @ 80E01C4
+ .string " Thank you for escorting me\n"
+ .string "to #C5"
+ .byte 0x24
+ .string "m1#R! "
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E01F0:: @ 80E01F0
+ .string " Thank you for delivering\n"
+ .string "the #C4"
+ .byte 0x24
+ .string "i0#R!"
+ .byte 0
+ .align 2, 0
+
+gUnknown_80E0218:: @ 80E0218
+ .string " Thank you for getting me\n"
+ .string "the #C4"
+ .byte 0x24
+ .string "i0#R!"
+ .byte 0
+ .align 2, 0
+
+ .string "pksdir0"
+ .byte 0
+ .align 2, 0
diff --git a/sound/music_player_table.inc b/sound/music_player_table.inc
index f21c434..86c4795 100644
--- a/sound/music_player_table.inc
+++ b/sound/music_player_table.inc
@@ -1,6 +1,5 @@
.align 2
- .global gMPlayTable
-gMPlayTable: @ 9E8665C
+gMPlayTable:: @ 9E8665C
music_player 0x20008F0, 0x2000000, 12, 0
music_player 0x2000970, 0x20003C0, 6, 0
music_player 0x20009B0, 0x20005A0, 1, 0
diff --git a/sound/song_table.inc b/sound/song_table.inc
index 86488a3..df66710 100644
--- a/sound/song_table.inc
+++ b/sound/song_table.inc
@@ -1,6 +1,5 @@
.align 2
- .global gSongTable
-gSongTable: @ 9E866BC
+gSongTable:: @ 9E866BC
song 0x9F5185C, 0, 0
song 0x9F5218C, 0, 0
song 0x9F52D24, 0, 0