diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2017-11-11 16:10:17 -0600 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2017-11-11 16:10:17 -0600 |
| commit | f497c1508bb285fb0a7065df2ca2168ec6fac14b (patch) | |
| tree | 856eaaf0138d198a1f9f3d7d7466d3d522af7fcb /data/scripts/maps/DewfordTown_PokemonCenter_1F.inc | |
| parent | 2e40384fa22725de06a5293454b8962ab4de8f4d (diff) | |
Split files from event_scripts.s
Also move maps/scripts to scripts/maps
Diffstat (limited to 'data/scripts/maps/DewfordTown_PokemonCenter_1F.inc')
| -rw-r--r-- | data/scripts/maps/DewfordTown_PokemonCenter_1F.inc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/data/scripts/maps/DewfordTown_PokemonCenter_1F.inc b/data/scripts/maps/DewfordTown_PokemonCenter_1F.inc new file mode 100644 index 000000000..15a1c81b9 --- /dev/null +++ b/data/scripts/maps/DewfordTown_PokemonCenter_1F.inc @@ -0,0 +1,37 @@ +DewfordTown_PokemonCenter_1F_MapScripts:: @ 81FC523 + map_script 3, DewfordTown_PokemonCenter_1F_MapScript1_1FC52E + map_script 5, DewfordTown_PokemonCenter_1F_MapScript1_277C30 + .byte 0 + +DewfordTown_PokemonCenter_1F_MapScript1_1FC52E: @ 81FC52E + setrespawn 15 + call DewfordTown_PokemonCenter_1F_EventScript_2718DE + end + +DewfordTown_PokemonCenter_1F_EventScript_1FC537:: @ 81FC537 + setvar VAR_0x800B, 1 + call DewfordTown_PokemonCenter_1F_EventScript_27191E + waitmessage + waitbuttonpress + release + end + +DewfordTown_PokemonCenter_1F_EventScript_1FC545:: @ 81FC545 + msgbox DewfordTown_PokemonCenter_1F_Text_1FC557, 2 + end + +DewfordTown_PokemonCenter_1F_EventScript_1FC54E:: @ 81FC54E + msgbox DewfordTown_PokemonCenter_1F_Text_1FC5AE, 2 + end + +DewfordTown_PokemonCenter_1F_Text_1FC557: @ 81FC557 + .string "There’s a stone cavern at the edge\n" + .string "of town.\p" + .string "I’ve heard you can find rare stones\n" + .string "there.$" + +DewfordTown_PokemonCenter_1F_Text_1FC5AE: @ 81FC5AE + .string "Even if a POKéMON faints and can’t\n" + .string "battle, it can still use a move learned\l" + .string "from a HIDDEN MACHINE (HM).$" + |
