mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-21 06:31:49 -05:00
17 lines
476 B
PHP
Vendored
17 lines
476 B
PHP
Vendored
EventScript_UseSurf:: @ 81A0117
|
|
checkpartymove MOVE_SURF
|
|
compare VAR_RESULT, PARTY_SIZE
|
|
goto_if_eq EventScript_EndUseSurf
|
|
bufferpartymonnick 0, VAR_RESULT
|
|
setfieldeffectargument 0, VAR_RESULT
|
|
lockall
|
|
msgbox gText_WantToUseSurf, MSGBOX_YESNO
|
|
compare VAR_RESULT, NO
|
|
goto_if_eq EventScript_ReleaseUseSurf
|
|
msgbox gText_PlayerUsedSurf, MSGBOX_DEFAULT
|
|
dofieldeffect FLDEFF_USE_SURF
|
|
EventScript_ReleaseUseSurf: @ 81A014C
|
|
releaseall
|
|
EventScript_EndUseSurf: @ 81A014D
|
|
end
|