summaryrefslogtreecommitdiff
path: root/data/maps/ThreeIsland_House5
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-02-26 16:02:29 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-02-27 12:51:23 -0500
commitd3adca3f9d13ebcc58f4d7e77e57dd0b5a94769d (patch)
tree133e9e81da8552d0e3c276ab48f0ec68d0d3d85a /data/maps/ThreeIsland_House5
parent43f66fce5574592ac1c37b9452fe858e482156bb (diff)
Document Three Island scripts
Diffstat (limited to 'data/maps/ThreeIsland_House5')
-rw-r--r--data/maps/ThreeIsland_House5/map.json2
-rw-r--r--data/maps/ThreeIsland_House5/scripts.inc10
-rw-r--r--data/maps/ThreeIsland_House5/text.inc4
3 files changed, 8 insertions, 8 deletions
diff --git a/data/maps/ThreeIsland_House5/map.json b/data/maps/ThreeIsland_House5/map.json
index 209fca3f8..f5c10efdf 100644
--- a/data/maps/ThreeIsland_House5/map.json
+++ b/data/maps/ThreeIsland_House5/map.json
@@ -25,7 +25,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "ThreeIsland_House5_EventScript_171920",
+ "script": "ThreeIsland_House5_EventScript_LittleGirl",
"flag": "0"
}
],
diff --git a/data/maps/ThreeIsland_House5/scripts.inc b/data/maps/ThreeIsland_House5/scripts.inc
index 4a2b4f370..f8d72e35b 100644
--- a/data/maps/ThreeIsland_House5/scripts.inc
+++ b/data/maps/ThreeIsland_House5/scripts.inc
@@ -1,15 +1,15 @@
ThreeIsland_House5_MapScripts:: @ 817191F
.byte 0
-ThreeIsland_House5_EventScript_171920:: @ 8171920
+ThreeIsland_House5_EventScript_LittleGirl:: @ 8171920
lock
faceplayer
- goto_if_set FLAG_RESCUED_LOSTELLE, EventScript_171935
- msgbox gUnknown_81A3469
+ goto_if_set FLAG_RESCUED_LOSTELLE, ThreeIsland_House5_EventScript_LittleGirlLostelleFound
+ msgbox ThreeIsland_House5_Text_ImNotLostelle
release
end
-EventScript_171935:: @ 8171935
- msgbox gUnknown_81A34DB
+ThreeIsland_House5_EventScript_LittleGirlLostelleFound:: @ 8171935
+ msgbox ThreeIsland_House5_Text_IllGoPlayWithLostelle
release
end
diff --git a/data/maps/ThreeIsland_House5/text.inc b/data/maps/ThreeIsland_House5/text.inc
index 16a034922..85ba66658 100644
--- a/data/maps/ThreeIsland_House5/text.inc
+++ b/data/maps/ThreeIsland_House5/text.inc
@@ -1,4 +1,4 @@
-gUnknown_81A3469:: @ 81A3469
+ThreeIsland_House5_Text_ImNotLostelle:: @ 81A3469
.string "Me?\n"
.string "I'm not LOSTELLE.\p"
.string "She's probably gone to the\n"
@@ -6,7 +6,7 @@ gUnknown_81A3469:: @ 81A3469
.string "She picks BERRIES there for making\n"
.string "lunch.$"
-gUnknown_81A34DB:: @ 81A34DB
+ThreeIsland_House5_Text_IllGoPlayWithLostelle:: @ 81A34DB
.string "I think I'll go play with LOSTELLE\n"
.string "today.$"