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:
@@ -7,17 +7,17 @@ PacifidlogTown_House5_EventScript_204111:: @ 8204111
|
||||
specialvar VAR_RESULT, IsMirageIslandPresent
|
||||
compare VAR_RESULT, 1
|
||||
goto_eq PacifidlogTown_House5_EventScript_20412D
|
||||
msgbox PacifidlogTown_House5_Text_204140, 4
|
||||
msgbox PacifidlogTown_House5_Text_204140, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PacifidlogTown_House5_EventScript_20412D:: @ 820412D
|
||||
msgbox PacifidlogTown_House5_Text_204161, 4
|
||||
msgbox PacifidlogTown_House5_Text_204161, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
PacifidlogTown_House5_EventScript_204137:: @ 8204137
|
||||
msgbox PacifidlogTown_House5_Text_20418B, 2
|
||||
msgbox PacifidlogTown_House5_Text_20418B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PacifidlogTown_House5_Text_204140: @ 8204140
|
||||
|
||||
Reference in New Issue
Block a user