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 @@ DewfordTown_House1_MapScripts:: @ 81FC3CD
|
||||
.byte 0
|
||||
|
||||
DewfordTown_House1_EventScript_1FC3CE:: @ 81FC3CE
|
||||
msgbox DewfordTown_House1_Text_1FC3F3, 2
|
||||
msgbox DewfordTown_House1_Text_1FC3F3, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_House1_EventScript_1FC3D7:: @ 81FC3D7
|
||||
msgbox DewfordTown_House1_Text_1FC45B, 2
|
||||
msgbox DewfordTown_House1_Text_1FC45B, MSGBOX_NPC
|
||||
end
|
||||
|
||||
DewfordTown_House1_EventScript_1FC3E0:: @ 81FC3E0
|
||||
@@ -14,7 +14,7 @@ DewfordTown_House1_EventScript_1FC3E0:: @ 81FC3E0
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox DewfordTown_House1_Text_1FC510, 4
|
||||
msgbox DewfordTown_House1_Text_1FC510, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user