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
16 lines
387 B
C++
16 lines
387 B
C++
SafariZone_RestHouse_MapScripts:: @ 8242BE6
|
|
.byte 0
|
|
|
|
SafariZone_RestHouse_EventScript_242BE7:: @ 8242BE7
|
|
msgbox SafariZone_RestHouse_Text_2A5639, MSGBOX_NPC
|
|
end
|
|
|
|
SafariZone_RestHouse_EventScript_242BF0:: @ 8242BF0
|
|
msgbox SafariZone_RestHouse_Text_2A56E1, MSGBOX_NPC
|
|
end
|
|
|
|
SafariZone_RestHouse_EventScript_242BF9:: @ 8242BF9
|
|
msgbox SafariZone_RestHouse_Text_2A5764, MSGBOX_NPC
|
|
end
|
|
|