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:
@@ -12,19 +12,19 @@ PacifidlogTown_MapScript1_1EBAC0: @ 81EBAC0
|
||||
end
|
||||
|
||||
PacifidlogTown_EventScript_1EBAC3:: @ 81EBAC3
|
||||
msgbox PacifidlogTown_Text_1EBB6C, 2
|
||||
msgbox PacifidlogTown_Text_1EBB6C, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PacifidlogTown_EventScript_1EBACC:: @ 81EBACC
|
||||
msgbox PacifidlogTown_Text_1EBAE7, 2
|
||||
msgbox PacifidlogTown_Text_1EBAE7, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PacifidlogTown_EventScript_1EBAD5:: @ 81EBAD5
|
||||
msgbox PacifidlogTown_Text_1EBBAC, 2
|
||||
msgbox PacifidlogTown_Text_1EBBAC, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PacifidlogTown_EventScript_1EBADE:: @ 81EBADE
|
||||
msgbox PacifidlogTown_Text_1EBC7A, 3
|
||||
msgbox PacifidlogTown_Text_1EBC7A, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
PacifidlogTown_Text_1EBAE7: @ 81EBAE7
|
||||
|
||||
Reference in New Issue
Block a user