You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Multiplayer engine: 500 ms delay between different player turns (#40)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
GotoNextPlayerScript::
|
||||
callasm .RotateTurnPlayer
|
||||
reanchormap
|
||||
wait 500
|
||||
reloadmaptonextplayer
|
||||
end
|
||||
|
||||
|
||||
@@ -4,6 +4,11 @@ DebugLevel2_Map2_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_ENDMAPSETUP, .FlashAutoScript
|
||||
|
||||
.FlashAutoScript:
|
||||
callasm UseFlashAuto
|
||||
endcallback
|
||||
|
||||
DebugLevel2_Map2_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
Reference in New Issue
Block a user