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 @@ RustboroCity_House3_MapScripts:: @ 8216190
|
||||
.byte 0
|
||||
|
||||
RustboroCity_House3_EventScript_216191:: @ 8216191
|
||||
msgbox RustboroCity_House3_Text_2161B6, 2
|
||||
msgbox RustboroCity_House3_Text_2161B6, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_House3_EventScript_21619A:: @ 821619A
|
||||
msgbox RustboroCity_House3_Text_21622A, 2
|
||||
msgbox RustboroCity_House3_Text_21622A, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_House3_EventScript_2161A3:: @ 82161A3
|
||||
@@ -14,7 +14,7 @@ RustboroCity_House3_EventScript_2161A3:: @ 82161A3
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_PIKACHU, 0
|
||||
msgbox RustboroCity_House3_Text_2162AB, 4
|
||||
msgbox RustboroCity_House3_Text_2162AB, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user