Move events and scripts into map dirs

This commit is contained in:
Marcus Huderle
2018-06-20 17:41:41 -05:00
parent 89d35e82a2
commit 135a11e50e
1038 changed files with 1036 additions and 1036 deletions
+11
View File
@@ -0,0 +1,11 @@
OldaleTown_House2_EventObjects: @ 852D7F0
object_event 1, EVENT_OBJ_GFX_WOMAN_2, 0, 4, 4, 3, 10, 0, 0, 0, 0, OldaleTown_House2_EventScript_1FBF5B, 0
object_event 2, EVENT_OBJ_GFX_SCHOOL_KID_M, 0, 7, 4, 3, 9, 0, 0, 0, 0, OldaleTown_House2_EventScript_1FBF64, 0
OldaleTown_House2_MapWarps: @ 852D820
warp_def 3, 7, 0, 1, MAP_OLDALE_TOWN
warp_def 4, 7, 0, 1, MAP_OLDALE_TOWN
OldaleTown_House2_MapEvents:: @ 852D830
map_events OldaleTown_House2_EventObjects, OldaleTown_House2_MapWarps, 0x0, 0x0
+20
View File
@@ -0,0 +1,20 @@
OldaleTown_House2_MapScripts:: @ 81FBF5A
.byte 0
OldaleTown_House2_EventScript_1FBF5B:: @ 81FBF5B
msgbox OldaleTown_House2_Text_1FBF6D, 2
end
OldaleTown_House2_EventScript_1FBF64:: @ 81FBF64
msgbox OldaleTown_House2_Text_1FBFB0, 2
end
OldaleTown_House2_Text_1FBF6D: @ 81FBF6D
.string "When POKéMON battle, they eventually\n"
.string "level up and become stronger.$"
OldaleTown_House2_Text_1FBFB0: @ 81FBFB0
.string "If the POKéMON with you become\n"
.string "stronger, youll be able to go farther\l"
.string "away from here.$"