PMG sync in animations

This commit is contained in:
Pecusx
2025-07-25 09:03:44 +02:00
parent 48523bdc66
commit a140c6e9cd
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -79,6 +79,7 @@
;WaitForSync ;WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_r_ph2p2 animation_addr mwa #gamescreen_r_ph2p2 animation_addr
jsr SetPMr2
WaitForSync WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_r_ph3p1 animation_addr mwa #gamescreen_r_ph3p1 animation_addr
@@ -112,6 +113,7 @@
;WaitForSync ;WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_l_ph2p2 animation_addr mwa #gamescreen_l_ph2p2 animation_addr
jsr SetPMl2
WaitForSync WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_l_ph3p1 animation_addr mwa #gamescreen_l_ph3p1 animation_addr
@@ -209,6 +211,7 @@
;WaitForSync ;WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_r_ph2p11 animation_addr mwa #gamescreen_r_ph2p11 animation_addr
jsr SetPMr2
WaitForSync WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_r_ph3p9 animation_addr mwa #gamescreen_r_ph3p9 animation_addr
@@ -239,6 +242,7 @@
;WaitForSync ;WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_l_ph2p11 animation_addr mwa #gamescreen_l_ph2p11 animation_addr
jsr SetPMl2
WaitForSync WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_l_ph3p9 animation_addr mwa #gamescreen_l_ph3p9 animation_addr
@@ -333,6 +337,7 @@
;WaitForSync ;WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_r_ph2p7 animation_addr mwa #gamescreen_r_ph2p7 animation_addr
jsr SetPMr2
WaitForSync WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_r_ph3p5 animation_addr mwa #gamescreen_r_ph3p5 animation_addr
@@ -366,6 +371,7 @@
;WaitForSync ;WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_l_ph2p7 animation_addr mwa #gamescreen_l_ph2p7 animation_addr
jsr SetPMl2
WaitForSync WaitForSync
jsr branches_go_down jsr branches_go_down
mwa #gamescreen_l_ph3p5 animation_addr mwa #gamescreen_l_ph3p5 animation_addr
BIN
View File
Binary file not shown.