ff3:ff3us:doc:asm:codes:battle_animation_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
ff3:ff3us:doc:asm:codes:battle_animation_script [2022/08/27 18:22]
c-dude Added Everything's explanation of the animation script header
ff3:ff3us:doc:asm:codes:battle_animation_script [2022/11/19 01:59]
c-dude Annotate blank descriptions with info from the Battle Animations disassembly
Line 19: Line 19:
                       $0A            $D82B white/effect magic intro                       $0A            $D82B white/effect magic intro
                       $0B            $D7E3 Update Esper Pre-Animation Balls Position                       $0B            $D7E3 Update Esper Pre-Animation Balls Position
-                      $0C            $D753 +                      $0C            $D753 move to first sprite thread position
                       $0D            $D7C4                        $0D            $D7C4 
                       $0E            $D79D                        $0E            $D79D 
Line 25: Line 25:
                       $10            $D73E move to target position                       $10            $D73E move to target position
                       $11            $D727 Randomize vector angle                       $11            $D727 Randomize vector angle
-                      $12            $D734 +                      $12            $D734 init polar movement
                       $13            $D6E5 toggle imp graphics for target (imp)                       $13            $D6E5 toggle imp graphics for target (imp)
                       $14            $D6BD make target vanish (vanish)                       $14            $D6BD make target vanish (vanish)
Line 37: Line 37:
                       $1C            $CB6A decrement screen brightness                       $1C            $CB6A decrement screen brightness
                       $1D            $CB61 transform into magicite                       $1D            $CB61 transform into magicite
-                      $1E            $D56B  +                      $1E            $D56B scroll bg3 for pearl 
-                      $1F            $D5FC  +                      $1F            $D5FC init bg3 hdma scroll data for pearl (horizontal) 
-                      $20            $D59F +                      $20            $D59F init bg3 hdma scroll data for pearl (vertical)
                       $21            $D54E Update Rotating Sprite Layer Priority                       $21            $D54E Update Rotating Sprite Layer Priority
                       $22            $D4F2 pearl wind                       $22            $D4F2 pearl wind
Line 69: Line 69:
                       $38            $D24D enable high priority bg3 (justice)                       $38            $D24D enable high priority bg3 (justice)
                       $39 xx         $D1E6 update blue gradient lines (S. Cross, Carbunkl, Odin/Raiden)                       $39 xx         $D1E6 update blue gradient lines (S. Cross, Carbunkl, Odin/Raiden)
-                      $3A xx         $D1DE +                      $3A xx         $D1DE set gradient line intensity to xx
                       $3B            $D1B0 Set target's color palette to animation palette                       $3B            $D1B0 Set target's color palette to animation palette
                       $3C            $D18A Set target's color palette to normal                       $3C            $D18A Set target's color palette to normal
Line 88: Line 88:
                       $48            $CF8D clear                       $48            $CF8D clear
                       $49            $CF7F ink hit/virite                       $49            $CF7F ink hit/virite
-                      $4A            $CF6A +                      $4A            $CF6A disable stepping forward to attack for all characters
                       $4B            $D2CC update red/yellow gradient lines (megazerk)                       $4B            $D2CC update red/yellow gradient lines (megazerk)
                       $4C            $CF45 move triangle to thread position                       $4C            $CF45 move triangle to thread position
                       $4D            $CF1C set vector from triangle to target                       $4D            $CF1C set vector from triangle to target
-                      $4E            $CF15  +                      $4E            $CF15 clear frame offset 
-                      $4F            $CEF0  +                      $4F            $CEF0 move to attacking character position 
-                      $50            $CE9A +                      $50 xx         $CE9A 
                       $51            $CE62 rippler                       $51            $CE62 rippler
                       $52            $CE29 stone                       $52            $CE29 stone
Line 115: Line 115:
                       $63 xx         $D361 move in narrow vertical sine wave with speed xx (evil toot)                       $63 xx         $D361 move in narrow vertical sine wave with speed xx (evil toot)
                       $64            $CBE5 purifier/inviz edge                       $64            $CBE5 purifier/inviz edge
-                      $65            $CBE0 +                      $65            $CBE0 change rainbow palette
                       $66            $CBDB shock wave                       $66            $CBDB shock wave
                       $67            $CBD6 Load Extra Esper Palette (purifier)                       $67            $CBD6 Load Extra Esper Palette (purifier)
Line 186: Line 186:
 $99 ----ppp-    $FC37 Set Thread Palette to p $99 ----ppp-    $FC37 Set Thread Palette to p
 $9A             $FC40 Set Thread Facing Direction to Match Attacker $9A             $FC40 Set Thread Facing Direction to Match Attacker
-$9B             $F31A +$9B xx          $F31A 
 $9C xx          $F2A2  $9C xx          $F2A2 
 $9D xx          $F2F1  $9D xx          $F2F1 
-$9E             $F2B6 +$9E xx          $F2B6 
 $9F xx          $F7CF Animated Loop start (loop count equal to the number of active threads, xx = 0) (autocrossbow) $9F xx          $F7CF Animated Loop start (loop count equal to the number of active threads, xx = 0) (autocrossbow)
 $A0 xx yy       $FA4B Jump Forward Along Vector (speed xx, code branch yy) $A0 xx yy       $FA4B Jump Forward Along Vector (speed xx, code branch yy)
Line 301: Line 301:
 $C8 xx          $E7B1 Set attacker modified graphic index $C8 xx          $E7B1 Set attacker modified graphic index
 $C9 xx          $DAE4 Play sound effect xx ($00 means play default for this animation) $C9 xx          $DAE4 Play sound effect xx ($00 means play default for this animation)
-$CA             $E798 +$CA xx          $E798 Set character action speed, xx=00 is normal, xx=01 is double speed
 $CB eddddddd    $E779 Enable/Disable Echo Sprites (4 copies of character sprite) $CB eddddddd    $E779 Enable/Disable Echo Sprites (4 copies of character sprite)
                       e: 1 = enable, 0 = disable                       e: 1 = enable, 0 = disable
Line 343: Line 343:
                                o4321: layers to add/sub                                o4321: layers to add/sub
 $D5 ------vh    $E707 Flip Monster (v = vertical, h = horizontal) $D5 ------vh    $E707 Flip Monster (v = vertical, h = horizontal)
-$D6             $E6CD +$D6 xx yy       $E6CD scroll background to (xx,yy), typically used to shake the screen
 $D7 xx          $E68D Move Fire Dance Sprites $D7 xx          $E68D Move Fire Dance Sprites
 $D8 xx yy zz    $E5F9 x: x speed, y: y speed, z: ??? $D8 xx yy zz    $E5F9 x: x speed, y: y speed, z: ???
Line 355: Line 355:
 $E0 xx yy dd rr $E3A0 Modify Triangle $E0 xx yy dd rr $E3A0 Modify Triangle
 $E1 xx          $E328 show/hide attacker sprite $E1 xx          $E328 show/hide attacker sprite
-$E2             $DD8D  +$E2             $DD8D Part of Monster Steal/Jump, must be used after $E4 and before $E3. Leap forward on $E4 arc. 
-$E3             $DD42  +$E3             $DD42 Part of Monster Steal/Jump, must be used after $E4 and $E2. Leap backward on $E4 arc and restore coordinates. 
-$E4             $E286 +$E4             $E286 Part of Monster Steal/Jump, saves original coordinates and calculates target-to-monster inverse parabola
 $E5 xx yy zz    $E15D yy = number of bytes to branch backwards $E5 xx yy zz    $E15D yy = number of bytes to branch backwards
 $E6 xx yy zz    $E1B3 yy = number of bytes to branch backwards $E6 xx yy zz    $E1B3 yy = number of bytes to branch backwards
-$E7             $E25A +$E7             $E25A calculate vector from attacking character to target
 $E8 rr tt       $DCDF Move rr,tt in polar coordinates (radius,theta) $E8 rr tt       $DCDF Move rr,tt in polar coordinates (radius,theta)
 $E9 xx yy       $DC9B Move randomly (0...xx,0...yy) $E9 xx yy       $DC9B Move randomly (0...xx,0...yy)
Line 373: Line 373:
 $EF rr tt       $DCD9 similar to $E8 $EF rr tt       $DCD9 similar to $E8
 $F0 5 words     $DB6C Jump based on current target index (char1, char2, char3, char4, monster) $F0 5 words     $DB6C Jump based on current target index (char1, char2, char3, char4, monster)
-$F1 xx          $E2C0 +$F1 m------s    $E2C0 Hide or show specified sprite 
 +                      m = affect monster 
 +                      s = show sprite
 $F2             $F980 Set a trajectory from target center to attacker $F2             $F980 Set a trajectory from target center to attacker
 $F3 5 words     $DB64 Jump based on current attacker index (char1, char2, char3, char4, monster) $F3 5 words     $DB64 Jump based on current attacker index (char1, char2, char3, char4, monster)
Line 381: Line 383:
 $F7 xx          $DB50 Wait until vertical scanline position xx $F7 xx          $DB50 Wait until vertical scanline position xx
 $F8 xxxx yyyy   $DB31 Jump to either xxxx or yyyy if magitek mode is enabled $F8 xxxx yyyy   $DB31 Jump to either xxxx or yyyy if magitek mode is enabled
-$F9 xx yy zz    $DAF9 +$F9 xx yy zz    $DAF9 set attacker magitek armor action to xx
 $FA xxxx        $DB23 Jump to $xxxx $FA xxxx        $DB23 Jump to $xxxx
 $FB rgbfffff    $ED4C Set character palettes color subtraction (absolute) $FB rgbfffff    $ED4C Set character palettes color subtraction (absolute)
  • ff3/ff3us/doc/asm/codes/battle_animation_script.txt
  • Last modified: 8 months ago
  • by c-dude