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,7 +2,7 @@ LilycoveCity_House1_MapScripts:: @ 821ECCD
|
||||
.byte 0
|
||||
|
||||
LilycoveCity_House1_EventScript_21ECCE:: @ 821ECCE
|
||||
msgbox LilycoveCity_House1_Text_21ECEA, 2
|
||||
msgbox LilycoveCity_House1_Text_21ECEA, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_House1_EventScript_21ECD7:: @ 821ECD7
|
||||
@@ -10,7 +10,7 @@ LilycoveCity_House1_EventScript_21ECD7:: @ 821ECD7
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_KECLEON, 0
|
||||
msgbox LilycoveCity_House1_Text_21ED63, 4
|
||||
msgbox LilycoveCity_House1_Text_21ED63, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user