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,11 +2,11 @@ FortreeCity_House5_MapScripts:: @ 8217EF1
|
||||
.byte 0
|
||||
|
||||
FortreeCity_House5_EventScript_217EF2:: @ 8217EF2
|
||||
msgbox FortreeCity_House5_Text_217F17, 2
|
||||
msgbox FortreeCity_House5_Text_217F17, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House5_EventScript_217EFB:: @ 8217EFB
|
||||
msgbox FortreeCity_House5_Text_217F80, 2
|
||||
msgbox FortreeCity_House5_Text_217F80, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House5_EventScript_217F04:: @ 8217F04
|
||||
@@ -14,7 +14,7 @@ FortreeCity_House5_EventScript_217F04:: @ 8217F04
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox FortreeCity_House5_Text_217FFB, 4
|
||||
msgbox FortreeCity_House5_Text_217FFB, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user