User Tools

Site Tools


ff3:ff3us:doc:asm:codes:event_codes

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
ff3:ff3us:doc:asm:codes:event_codes [2024/08/05 02:23]
c-dude Correction to Modify Color Range (Thanks Myself086!)
ff3:ff3us:doc:asm:codes:event_codes [2025/02/17 15:46] (current)
drakeyc [Menus, Timers and Cinematics (96-aF)]
Line 74: Line 74:
                                        100: Subtract 1 from each color component, down to limit ii (27, 23, 15, 0)                                        100: Subtract 1 from each color component, down to limit ii (27, 23, 15, 0)
                                        101: Subtract ii from each color component, down to 0                                        101: Subtract ii from each color component, down to 0
-                                       110: +1 to each active color component down until it's equal (not greater) to the original+                                       110: +1 to each active color component up until it's equal (not greater) to the original
                                        111: Reset all palette modifiers                                        111: Reset all palette modifiers
 52 xx                   $C0A686     Tint characters (cumulative) 52 xx                   $C0A686     Tint characters (cumulative)
Line 180: Line 180:
 9A                      $C0B0B2     Invoke Coliseum item selection screen 9A                      $C0B0B2     Invoke Coliseum item selection screen
 9B xx                   $C0B06D     Invoke shop xx 9B xx                   $C0B06D     Invoke shop xx
-9C xx                   $C0B08C+9C xx                   $C0B08C     Optimize equipment for character xx
 9D                      $C0B09C     Invoke Party Order screen (from final battle) 9D                      $C0B09C     Invoke Party Order screen (from final battle)
 A0 xx xx yy yy zz       $C0B0E0     Set timer to XXXX jiffies, jump to YYYY on expiration, flags ZZ (includes index, etc.) A0 xx xx yy yy zz       $C0B0E0     Set timer to XXXX jiffies, jump to YYYY on expiration, flags ZZ (includes index, etc.)
 A1 xx                   $C0B10E     Reset timer XX A1 xx                   $C0B10E     Reset timer XX
 A2                      $C0B130      A2                      $C0B130     
-A6                      $C0BA09      +A6                      $C0BA09     Delete rotating pyramids on layer 3 
-A7 xx                   $C0BA14     +A7 xx                   $C0BA14     Create rotating pyramids on layer 3 around NPC xx
 A8                      $C0BA51     Show Floating Island soaring into the sky A8                      $C0BA51     Show Floating Island soaring into the sky
 A9                      $C0B966     Show title screen A9                      $C0B966     Show title screen
ff3/ff3us/doc/asm/codes/event_codes.1722824607.txt.gz · Last modified: 2024/08/05 02:23 by c-dude