mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
c557ac61ae
* 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
19 lines
501 B
PHP
19 lines
501 B
PHP
RustboroCity_Flat1_1F_MapScripts:: @ 82150CD
|
|
.byte 0
|
|
|
|
RustboroCity_Flat1_1F_EventScript_2150CE:: @ 82150CE
|
|
msgbox RustboroCity_Flat1_1F_Text_2150E0, MSGBOX_NPC
|
|
end
|
|
|
|
RustboroCity_Flat1_1F_EventScript_2150D7:: @ 82150D7
|
|
msgbox RustboroCity_Flat1_1F_Text_215115, MSGBOX_NPC
|
|
end
|
|
|
|
RustboroCity_Flat1_1F_Text_2150E0: @ 82150E0
|
|
.string "Every POKéMON has a special ability\n"
|
|
.string "that it can use.$"
|
|
|
|
RustboroCity_Flat1_1F_Text_215115: @ 8215115
|
|
.string "POKéMON are such strange creatures.$"
|
|
|