summaryrefslogtreecommitdiff
path: root/data/maps
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-19 10:48:31 -0700
committerYamaArashi <shadow962@live.com>2016-06-19 10:48:31 -0700
commit437ddcb23c183e1f4b6ae45416a81ed1ca9414d7 (patch)
tree7ddb210caa4135774047fad5db851db1ce7caaf8 /data/maps
parentbad704bfa69776730b71863be174ab0b3e93d681 (diff)
dump mamy script strings
Diffstat (limited to 'data/maps')
-rw-r--r--data/maps/text/AbandonedShip_HiddenFloorRooms.s10
-rw-r--r--data/maps/text/LittlerootTown_BrendansHouse_2F.s11
-rw-r--r--data/maps/text/MossdeepCity.s3
-rw-r--r--data/maps/text/Route110_TrickHouseEnd.s7
-rw-r--r--data/maps/text/Route110_TrickHousePuzzle1.s5
-rw-r--r--data/maps/text/Route110_TrickHousePuzzle2.s7
-rw-r--r--data/maps/text/Route110_TrickHousePuzzle3.s7
-rw-r--r--data/maps/text/Route110_TrickHousePuzzle4.s7
-rw-r--r--data/maps/text/Route110_TrickHousePuzzle5.s9
-rw-r--r--data/maps/text/Route110_TrickHousePuzzle6.s7
-rw-r--r--data/maps/text/Route110_TrickHousePuzzle7.s7
-rw-r--r--data/maps/text/Route117_PokemonDayCare.s5
-rw-r--r--data/maps/text/RustboroCity.s5
13 files changed, 76 insertions, 14 deletions
diff --git a/data/maps/text/AbandonedShip_HiddenFloorRooms.s b/data/maps/text/AbandonedShip_HiddenFloorRooms.s
index 861f523aa..fffe37c25 100644
--- a/data/maps/text/AbandonedShip_HiddenFloorRooms.s
+++ b/data/maps/text/AbandonedShip_HiddenFloorRooms.s
@@ -2,5 +2,13 @@ AbandonedShip_HiddenFloorRooms_Text_198EE2:: @ 8198EE2
.string "It’s bright and shiny!\n"
.string "But it’s just trash...$"
- .incbin "baserom.gba", 0x198f10, 0x79
+UnknownString_8198F10: @ 8198F10
+ .string "There’s a small indent in the wall.$"
+
+UnknownString_8198F34: @ 8198F34
+ .string "There’s a small indent in the wall.\p"
+ .string "Use the SECRET POWER?$"
+
+UnknownString_8198F6E: @ 8198F6E
+ .string "Discovered a small cavern!$"
diff --git a/data/maps/text/LittlerootTown_BrendansHouse_2F.s b/data/maps/text/LittlerootTown_BrendansHouse_2F.s
index 07c127c92..be18475de 100644
--- a/data/maps/text/LittlerootTown_BrendansHouse_2F.s
+++ b/data/maps/text/LittlerootTown_BrendansHouse_2F.s
@@ -12,7 +12,12 @@ LittlerootTown_BrendansHouse_2F_Text_172E4C:: @ 8172E4C
.string "Oh, you should make sure that\n"
.string "everything’s all there on your desk.$"
- .incbin "baserom.gba", 0x172f31, 0x69
+UnknownString_8172F31: @ 8172F31
+ .string "The bookshelf is lined entirely with\n"
+ .string "books on POKéMON.\p"
+ .string "It’s {PLAYER}’s prized collection.$"
+
+ .incbin "baserom.gba", 0x172F85, 0x15
LittlerootTown_BrendansHouse_2F_Text_172F9A:: @ 8172F9A
.string "{PLAYER} flipped open the notebook.\p"
@@ -22,7 +27,9 @@ LittlerootTown_BrendansHouse_2F_Text_172F9A:: @ 8172F9A
.string "Record your progress with SAVE.\p"
.string "The remaining pages are blank...$"
- .incbin "baserom.gba", 0x17303d, 0x2f
+UnknownString_817303D: @ 817303D
+ .string "{PLAYER} took a closer look at the\n"
+ .string "HOENN region map.$"
LittlerootTown_BrendansHouse_2F_Text_17306C:: @ 817306C
.string "It’s a Nintendo GameCube.\p"
diff --git a/data/maps/text/MossdeepCity.s b/data/maps/text/MossdeepCity.s
index c7d7132c1..38b977722 100644
--- a/data/maps/text/MossdeepCity.s
+++ b/data/maps/text/MossdeepCity.s
@@ -83,5 +83,6 @@ MossdeepCity_Text_16965C:: @ 816965C
.string "MOSSDEEP SPACE CENTER\n"
.string "“The closest place to space.”$"
- .incbin "baserom.gba", 0x169690, 0x14
+UnknownString_8169690: @ 8169690
+ .string "The door is closed.$"
diff --git a/data/maps/text/Route110_TrickHouseEnd.s b/data/maps/text/Route110_TrickHouseEnd.s
index 43d6353b6..9d8086d26 100644
--- a/data/maps/text/Route110_TrickHouseEnd.s
+++ b/data/maps/text/Route110_TrickHouseEnd.s
@@ -102,5 +102,10 @@ Route110_TrickHouseEnd_Text_19CA8B:: @ 819CA8B
.string "Now, now! You’re ignoring me now?\n"
.string "Now that, I consider heartbreaking!$"
- .incbin "baserom.gba", 0x19cad1, 0x7e
+UnknownString_819CAD1: @ 819CAD1
+ .string "{PLAYER} wrote down the secret code\n"
+ .string "on the door.\p"
+ .string "“TRICK MASTER is fabulous.”\n"
+ .string "... ... ... ... ... ... ... ...\p"
+ .string "The lock clicked open!$"
diff --git a/data/maps/text/Route110_TrickHousePuzzle1.s b/data/maps/text/Route110_TrickHousePuzzle1.s
index 19731e2b4..89a9a7b56 100644
--- a/data/maps/text/Route110_TrickHousePuzzle1.s
+++ b/data/maps/text/Route110_TrickHousePuzzle1.s
@@ -8,5 +8,8 @@ Route110_TrickHousePuzzle1_Text_19C1CB:: @ 819C1CB
Route110_TrickHousePuzzle1_Text_19C1FF:: @ 819C1FF
.string "A secret code is written on it.$"
- .incbin "baserom.gba", 0x19c21f, 0x62
+UnknownString_819C21F: @ 819C21F
+ .string "The door is locked.\p"
+ .string "...On closer inspection, this is written\n"
+ .string "on it: “Write the secret code here.”$"
diff --git a/data/maps/text/Route110_TrickHousePuzzle2.s b/data/maps/text/Route110_TrickHousePuzzle2.s
index 76583b324..3b923be21 100644
--- a/data/maps/text/Route110_TrickHousePuzzle2.s
+++ b/data/maps/text/Route110_TrickHousePuzzle2.s
@@ -31,5 +31,10 @@ Route110_TrickHousePuzzle2_Text_19CEB8:: @ 819CEB8
.string "You’re strong, aren’t you?\n"
.string "Maybe even enough to be a GYM LEADER!$"
- .incbin "baserom.gba", 0x19cef9, 0x7d
+UnknownString_819CEF9: @ 819CEF9
+ .string "{PLAYER} wrote down the secret code\n"
+ .string "on the door.\p"
+ .string "“TRICK MASTER is coveted.”\n"
+ .string "... ... ... ... ... ... ... ...\p"
+ .string "The lock clicked open!$"
diff --git a/data/maps/text/Route110_TrickHousePuzzle3.s b/data/maps/text/Route110_TrickHousePuzzle3.s
index b4e6184fe..9daf76b7d 100644
--- a/data/maps/text/Route110_TrickHousePuzzle3.s
+++ b/data/maps/text/Route110_TrickHousePuzzle3.s
@@ -33,5 +33,10 @@ Route110_TrickHousePuzzle3_Text_19D110:: @ 819D110
.string "How many traps are in this house?\p"
.string "You may be the one to solve that.$"
- .incbin "baserom.gba", 0x19d164, 0x7a
+UnknownString_819D164: @ 819D164
+ .string "{PLAYER} wrote down the secret code\n"
+ .string "on the door.\p"
+ .string "“TRICK MASTER is cool.”\n"
+ .string "... ... ... ... ... ... ... ...\p"
+ .string "The lock clicked open!$"
diff --git a/data/maps/text/Route110_TrickHousePuzzle4.s b/data/maps/text/Route110_TrickHousePuzzle4.s
index 7a0516a75..ffb2cef06 100644
--- a/data/maps/text/Route110_TrickHousePuzzle4.s
+++ b/data/maps/text/Route110_TrickHousePuzzle4.s
@@ -32,5 +32,10 @@ Route110_TrickHousePuzzle4_Text_19D380:: @ 819D380
Route110_TrickHousePuzzle4_Text_19D386:: @ 819D386
.string "Has anyone made it to the end?$"
- .incbin "baserom.gba", 0x19d3a5, 0x7e
+UnknownString_819D3A5: @ 819D3A5
+ .string "{PLAYER} wrote down the secret code\n"
+ .string "on the door.\p"
+ .string "“TRICK MASTER is a genius.”\n"
+ .string "... ... ... ... ... ... ... ...\p"
+ .string "The lock clicked open!$"
diff --git a/data/maps/text/Route110_TrickHousePuzzle5.s b/data/maps/text/Route110_TrickHousePuzzle5.s
index e88aaa08f..719d57788 100644
--- a/data/maps/text/Route110_TrickHousePuzzle5.s
+++ b/data/maps/text/Route110_TrickHousePuzzle5.s
@@ -123,5 +123,12 @@ Route110_TrickHousePuzzle5_Text_19DB97:: @ 819DB97
.string "How many signs are there in\n"
.string "LILYCOVE CITY?$"
- .incbin "baserom.gba", 0x19dbd4, 0xb3
+ .incbin "baserom.gba", 0x19DBD4, 0x36
+
+UnknownString_819DC0A: @ 819DC0A
+ .string "{PLAYER} wrote down the secret code\n"
+ .string "on the door.\p"
+ .string "“TRICK MASTER is my life.”\n"
+ .string "... ... ... ... ... ... ... ...\p"
+ .string "The lock clicked open!$"
diff --git a/data/maps/text/Route110_TrickHousePuzzle6.s b/data/maps/text/Route110_TrickHousePuzzle6.s
index 559336ae4..4261a2797 100644
--- a/data/maps/text/Route110_TrickHousePuzzle6.s
+++ b/data/maps/text/Route110_TrickHousePuzzle6.s
@@ -34,5 +34,10 @@ Route110_TrickHousePuzzle6_Text_19DE44:: @ 819DE44
.string "You don’t seem to be affected at all.\n"
.string "Or do you have your poker face on?$"
- .incbin "baserom.gba", 0x19de8d, 0x7e
+UnknownString_819DE8D: @ 819DE8D
+ .string "{PLAYER} wrote down the secret code\n"
+ .string "on the door.\p"
+ .string "“TRICK MASTER is huggable.”\n"
+ .string "... ... ... ... ... ... ... ...\p"
+ .string "The lock clicked open!$"
diff --git a/data/maps/text/Route110_TrickHousePuzzle7.s b/data/maps/text/Route110_TrickHousePuzzle7.s
index 9cccb954d..7dcfd169c 100644
--- a/data/maps/text/Route110_TrickHousePuzzle7.s
+++ b/data/maps/text/Route110_TrickHousePuzzle7.s
@@ -34,5 +34,10 @@ Route110_TrickHousePuzzle7_Text_19E0B2:: @ 819E0B2
.string "You’re solving all the puzzles in the\n"
.string "TRICK HOUSE. That’s the feeling I get.$"
- .incbin "baserom.gba", 0x19e0ff, 0x79
+UnknownString_819E0FF: @ 819E0FF
+ .string "{PLAYER} wrote down the secret code\n"
+ .string "on the door.\p"
+ .string "“TRICK MASTER I love.”\n"
+ .string "... ... ... ... ... ... ... ...\p"
+ .string "The lock clicked open!$"
diff --git a/data/maps/text/Route117_PokemonDayCare.s b/data/maps/text/Route117_PokemonDayCare.s
index f3ab011f8..bb8cdbb37 100644
--- a/data/maps/text/Route117_PokemonDayCare.s
+++ b/data/maps/text/Route117_PokemonDayCare.s
@@ -70,5 +70,8 @@ Route117_PokemonDayCare_Text_1B2C17:: @ 81B2C17
.string "what will you battle with?\p"
.string "Come back another time.$"
- .incbin "baserom.gba", 0x1b2c68, 0x2d
+UnknownString_81B2C68: @ 81B2C68
+ .string "Huh?$"
+
+ .incbin "baserom.gba", 0x1B2C6D, 0x28
diff --git a/data/maps/text/RustboroCity.s b/data/maps/text/RustboroCity.s
index 70b7fa653..54b658c01 100644
--- a/data/maps/text/RustboroCity.s
+++ b/data/maps/text/RustboroCity.s
@@ -159,7 +159,10 @@ RustboroCity_Text_167439:: @ 8167439
.string "LEADER: ROXANNE\p"
.string "“The ROCK-loving honors student!”$"
- .incbin "baserom.gba", 0x167485, 0x58
+UnknownString_8167485: @ 8167485
+ .string "DEVON CORP. BRANCH OFFICE\p"
+ .string "“Access limited to DEVON employees\n"
+ .string "and authorized personnel.”$"
RustboroCity_Text_1674DD:: @ 81674DD
.string "RUSTBORO CITY\p"