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
This commit is contained in:
@@ -2,14 +2,14 @@ SafariZone_RestHouse_MapScripts:: @ 8242BE6
|
||||
.byte 0
|
||||
|
||||
SafariZone_RestHouse_EventScript_242BE7:: @ 8242BE7
|
||||
msgbox SafariZone_RestHouse_Text_2A5639, 2
|
||||
msgbox SafariZone_RestHouse_Text_2A5639, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SafariZone_RestHouse_EventScript_242BF0:: @ 8242BF0
|
||||
msgbox SafariZone_RestHouse_Text_2A56E1, 2
|
||||
msgbox SafariZone_RestHouse_Text_2A56E1, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SafariZone_RestHouse_EventScript_242BF9:: @ 8242BF9
|
||||
msgbox SafariZone_RestHouse_Text_2A5764, 2
|
||||
msgbox SafariZone_RestHouse_Text_2A5764, MSGBOX_NPC
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user