sovereignx/data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc
Melody c557ac61ae adds constants, cleans up callstd and msgbox code
* adds some constants for standard script names and messagebox types
* replaces some callstd calls with msgbox calls where equivalent
* replaces msgbox and callstd calls using raw digits with versions that use the constants
2018-12-02 03:37:46 -05:00

72 lines
1.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

LilycoveCity_DepartmentStore_4F_MapScripts:: @ 821FDEA
.byte 0
LilycoveCity_DepartmentStore_4F_EventScript_21FDEB:: @ 821FDEB
msgbox LilycoveCity_DepartmentStore_4F_Text_21FE50, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_4F_EventScript_21FDF4:: @ 821FDF4
msgbox LilycoveCity_DepartmentStore_4F_Text_21FEC7, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_4F_EventScript_21FDFD:: @ 821FDFD
msgbox LilycoveCity_DepartmentStore_4F_Text_21FF2D, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_4F_EventScript_21FE06:: @ 821FE06
lock
faceplayer
message gUnknown_08272A21
waitmessage
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_21FE20
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
release
end
.align 2
LilycoveCity_DepartmentStore_4F_Pokemart_21FE20: @ 821FE20
.2byte ITEM_TM38
.2byte ITEM_TM25
.2byte ITEM_TM14
.2byte ITEM_TM15
.2byte ITEM_NONE
release
end
LilycoveCity_DepartmentStore_4F_EventScript_21FE2C:: @ 821FE2C
lock
faceplayer
message gUnknown_08272A21
waitmessage
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_21FE44
msgbox gUnknown_08272A3F, MSGBOX_DEFAULT
release
end
.align 2
LilycoveCity_DepartmentStore_4F_Pokemart_21FE44: @ 821FE44
.2byte ITEM_TM17
.2byte ITEM_TM20
.2byte ITEM_TM33
.2byte ITEM_TM16
.2byte ITEM_NONE
release
end
LilycoveCity_DepartmentStore_4F_Text_21FE50: @ 821FE50
.string "Hmm…\p"
.string "An attacking move…\n"
.string "Or a defensive move…\p"
.string "Its no easy matter to decide which TM\n"
.string "moves should be taught to POKéMON…$"
LilycoveCity_DepartmentStore_4F_Text_21FEC7: @ 821FEC7
.string "There are so many different kinds of\n"
.string "TM moves.\p"
.string "A catalog I read said there are fifty\n"
.string "different kinds.$"
LilycoveCity_DepartmentStore_4F_Text_21FF2D: @ 821FF2D
.string "Id like to get all the different TMs,\n"
.string "but a POKéMON learns only four moves.$"