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
Last revision Both sides next revision
ff3:ff3us:doc:asm:codes:event_codes [2021/06/11 16:30]
rycona [Screen Actions (50-65)]
ff3:ff3us:doc:asm:codes:event_codes [2021/06/14 03:03]
rycona [Character and Party Actions (77-90)]
Line 98: Line 98:
 ==== Map Actions (6A-76) ==== ==== Map Actions (6A-76) ====
 <code> <code>
-6A nnnn xx yy ff        $C0AB47     Loads map nnnn, positions party at (xx, yy)+6A nnnn xx yy ff        $C0AB47     Loads map nnnn, positions party at (xx, yy) after fade out
                                     ff:                                     ff:
                                     01:     Party is in airship                                     01:     Party is in airship
                                     02:     Party is on Chocobo                                     02:     Party is on Chocobo
-6B nnnn xx yy ff        $C0AB55     Loads map nnnn, positions party at (xx, yy)+6B nnnn xx yy ff        $C0AB55     Loads map nnnn, positions party at (xx, yy) instantly
 6C xxxx xx yy ff        $C0AC0B     Set parent map to xxxx, parent coordinates to (xx, yy) 6C xxxx xx yy ff        $C0AC0B     Set parent map to xxxx, parent coordinates to (xx, yy)
 70 xx yy                $C0A881     Scroll BG0 70 xx yy                $C0A881     Scroll BG0
Line 114: Line 114:
 <code> <code>
 77 xx                   $C09F32     Restore character xx HP and MP to full 77 xx                   $C09F32     Restore character xx HP and MP to full
-78 xx                   $C09C7F     Enable ability to pass through other objects for object+78 xx                   $C09C7F     Enable ability to pass through other objects for object xx
 79 xx yy zz             $C0A36A     Place party on map xxxx 79 xx yy zz             $C0A36A     Place party on map xxxx
 7A xx aaaaaa            $C0A42A     Modify entity event--call $aaaaaa+$CA0000 when triggered 7A xx aaaaaa            $C0A42A     Modify entity event--call $aaaaaa+$CA0000 when triggered
  • ff3/ff3us/doc/asm/codes/event_codes.txt
  • Last modified: 3 years ago
  • by rycona