User Tools

Site Tools


sm64:macro_objects

Differences

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

Link to this comparison view

Next revision
Previous revision
sm64:macro_objects [2018/10/11 04:16]
David created (still need to fill the entries section)
sm64:macro_objects [2019/06/14 20:57] (current)
simer [Limitations] degree sign
Line 12: Line 12:
   * They will always appear in every act in the level, as they don't have an act mask.   * They will always appear in every act in the level, as they don't have an act mask.
   * Each macro object contains a preset ID, that references a list that tells the object what model ID and behavior are.   * Each macro object contains a preset ID, that references a list that tells the object what model ID and behavior are.
 +  * Because the y-rotation is stored in 7 bits, it allows for a maximum range of 0 to 127. This maps to 0° to 360° in the game for the y-rotation. In order to receive the y-rotation from this number, multiply by ''​2.8125''​. This also means the highest accuracy available for macro objects is 2.8125°.
  
 ---- ----
Line 25: Line 26:
 | <color green>​YYYY</​color>​ | Y position of object (signed 16 bits) | | <color green>​YYYY</​color>​ | Y position of object (signed 16 bits) |
 | <color blue>​ZZZZ</​color>​ | Z position of object (signed 16 bits) | | <color blue>​ZZZZ</​color>​ | Z position of object (signed 16 bits) |
-| <color cyan>​B1</​color>​ | Replaces B.Param 1 value if not zero+| <color cyan>​B1</​color>​ | Replaces B.Param 1 value if not zero | 
-| <color orange>​B2</​color>​ | Replaces B.Param 2 value if not zero| +| <color orange>​B2</​color>​ | Replaces B.Param 2 value if not zero |
- +
-* Needs to be confirmed+
  
 ---- ----
Line 44: Line 43:
  
  
-==== Format ====+==== Entry Format ====
  
-There are 366 entries in this table, starting with preset ID 0x1F. Each entry in the table takes up 8 bytes.+Each entry in the table takes up 8 bytes.
  
 ''​[<​color red>BS BS BS BS</​color>​] [<color green>MM MM</​color>​] [<color cyan>​B1</​color>​] [<color orange>​B2</​color>​]''​ ''​[<​color red>BS BS BS BS</​color>​] [<color green>MM MM</​color>​] [<color cyan>​B1</​color>​] [<color orange>​B2</​color>​]''​
Line 57: Line 56:
 ==== Entries ==== ==== Entries ====
  
-TBA+There are 366 entries in this table, starting at preset ID 31. 
 + 
 +(Object names are taken from TT64 and Quad64) 
 +^Preset ID^Object Name^Behavior address^Model ID^B.Param 1^B.Param 2^ 
 +|31| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|32| Yellow Coin |0x1300090C|0x0074|0x00|0x00| 
 +|33| Moving Blue Coin |0x130030A4|0x0076|0x00|0x00| 
 +|34| ??? |0x130030D4|0x0076|0x00|0x00| 
 +|35| Red Coin |0x13003EAC|0x00D7|0x00|0x00| 
 +|36| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|37| Coin Formation (5 Coins Horizontal) |0x130008EC|0x0000|0x00|0x00| 
 +|38| Coin Formation (Horizontal Ring) |0x130008EC|0x0000|0x00|0x02| 
 +|39| Coin Formation (Arrow) |0x130008EC|0x0000|0x00|0x04| 
 +|40| Coin Formation |0x130008EC|0x0000|0x00|0x10| 
 +|41| Coin Formation (5 Coins Vertial) |0x130008EC|0x0000|0x00|0x11| 
 +|42| Coin Formation |0x130008EC|0x0000|0x00|0x12| 
 +|43| Coin Formation (Vertical Ring) |0x130008EC|0x0000|0x00|0x13| 
 +|44| Coin Formation |0x130008EC|0x0000|0x00|0x14| 
 +|45| Hidden Star Trigger (Secrets) |0x13003F1C|0x0000|0x00|0x00| 
 +|46| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|47| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|48| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|49| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|50| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|51| Star |0x13002A20|0x007A|0x00|0x00| 
 +|52| Wooden Signpost |0x130032E0|0x007C|0x00|0x00| 
 +|53| Cannon (Closed) |0x13003274|0x00C9|0x00|0x00| 
 +|54| Pink Bob-omb (Open Cannons) |0x13003228|0x00C3|0x00|0x00| 
 +|55| Butterfly |0x130033BC|0x00BB|0x00|0x00| 
 +|56| Jumping Fireball |0x13001168|0x0000|0x00|0x00| 
 +|57| Fish |0x1300215C|0x0000|0x00|0x00| 
 +|58| Fish |0x1300215C|0x0000|0x00|0x01| 
 +|59| Coins? |0x13001298|0x0000|0x00|0x00| 
 +|60| 1-Up (Hidden in Tree or Pole) |0x130041A4|0x0000|0x00|0x00| 
 +|61| Large Goomba |0x1300472C|0x00C0|0x00|0x01| 
 +|62| Small Goomba |0x1300472C|0x00C0|0x00|0x02| 
 +|63| Three Goombas |0x13004770|0x0000|0x00|0x00| 
 +|64| Three Goombas |0x13004770|0x0000|0x00|0x08| 
 +|65| Sign on Wall |0x13003324|0x0000|0x00|0x00| 
 +|66| Chuckya |0x13000528|0x00DF|0x00|0x00| 
 +|67| Cannon (Opened) |0x130004A8|0x0080|0x00|0x00| 
 +|68| Goomba |0x1300472C|0x00C0|0x00|0x00| 
 +|69| Amp 2 |0x13003354|0x00C2|0x00|0x00| 
 +|70| Amp |0x13003388|0x00C2|0x00|0x00| 
 +|71| ??? |0x13003454|0x007D|0x00|0x00| 
 +|72| ??? |0x13001608|0x00B5|0x00|0x00| 
 +|73| ??? |0x13003A30|0x00B4|0x00|0x00| 
 +|74| Snufit |0x130051E0|0x00CE|0x00|0x00| 
 +|75| Recovery Heart |0x13004EF8|0x0078|0x00|0x00| 
 +|76| 1-Up (Sliding) |0x13004044|0x00D4|0x00|0x00| 
 +|77| 1-Up |0x1300407C|0x00D4|0x00|0x00| 
 +|78| ??? |0x130040B4|0x00D4|0x00|0x00| 
 +|79| 1-Up (hidden) |0x130040EC|0x00D4|0x00|0x00| 
 +|80| Hidden 1-Up Trigger |0x13004124|0x0000|0x00|0x00| 
 +|81| 1-Up |0x1300407C|0x00D4|0x00|0x01| 
 +|82| 1-Up |0x1300407C|0x00D4|0x00|0x02| 
 +|83| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|84| Blue Coin Switch |0x13002568|0x008C|0x00|0x00| 
 +|85| Blue Coin |0x13002588|0x0076|0x00|0x00| 
 +|86| ??? |0x130001CC|0x0055|0x00|0x00| 
 +|87| ??? |0x130001CC|0x0055|0x00|0x01| 
 +|88| ??? |0x130001CC|0x0055|0x00|0x02| 
 +|89| ??? |0x130001CC|0x0055|0x00|0x03| 
 +|90| ??? |0x130025F8|0x0081|0x00|0x00| 
 +|91| [!] Box (Wing Cap) |0x13002250|0x0089|0x00|0x00| 
 +|92| [!] Box (Metal Cap) |0x13002250|0x0089|0x00|0x01| 
 +|93| [!] Box (Vanish Cap) |0x13002250|0x0089|0x00|0x02| 
 +|94| [!] Box (Koopa Shell) |0x13002250|0x0089|0x00|0x03| 
 +|95| [!] Box (1 Coin) |0x13002250|0x0089|0x00|0x04| 
 +|96| [!] Box (5 Coins) |0x13002250|0x0089|0x00|0x05| 
 +|97| [!] Box (10 Coins) |0x13002250|0x0089|0x00|0x06| 
 +|98| [!] Box (1-Up) |0x13002250|0x0089|0x00|0x07| 
 +|99| [!] Box (Star) |0x13002250|0x0089|0x00|0x08| 
 +|100| Breakable Box (Big) |0x130014E0|0x0081|0x00|0x00| 
 +|101| Breakable Box (Big) |0x130014E0|0x0081|0x00|0x01| 
 +|102| Pushable Metal Box |0x13001518|0x00D9|0x00|0x00| 
 +|103| Breakable Box (Small) |0x13004218|0x0082|0x00|0x00| 
 +|104| Purple Floor Switch (For Hidden Objects) |0x130014AC|0x00CF|0x00|0x00| 
 +|105| Breakable Box (Hidden) |0x130014BC|0x0081|0x00|0x00| 
 +|106| Breakable Box (Hidden) |0x130014BC|0x0081|0x00|0x01| 
 +|107| Breakable Box (Hidden) |0x130014BC|0x0081|0x00|0x02| 
 +|108| Breakable Box (Big) |0x130014E0|0x0081|0x00|0x03| 
 +|109| Koopa Shell |0x13000708|0x00BE|0x00|0x00| 
 +|110| [!] Box |0x13002250|0x0089|0x00|0x09| 
 +|111| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|112| ??? |0x1300179C|0x0054|0x00|0x00| 
 +|113| Heave-Ho |0x13001548|0x0059|0x00|0x00| 
 +|114| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|115| ??? |0x13000B8C|0x0058|0x00|0x00| 
 +|116| Fire Spewer |0x1300518C|0x00B4|0x00|0x00| 
 +|117| Fly Guy |0x130046DC|0x00DC|0x00|0x01| 
 +|118| Jumping Box |0x13001650|0x0081|0x00|0x00| 
 +|119| Butterfly (Spawn 1-Up?) |0x13005598|0x00BB|0x00|0x00| 
 +|120| Butterfly (Spawn 1-Up?) |0x13005598|0x00BB|0x00|0x04| 
 +|121| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|122| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|123| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|124| Bully |0x1300362C|0x0056|0x00|0x00| 
 +|125| ??? |0x1300362C|0x0057|0x00|0x00| 
 +|126| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|127| ??? |0x13001D0C|0x0058|0x00|0x00| 
 +|128| Jumping Fireball |0x13001168|0x0000|0x00|0x00| 
 +|129| Flame Thrower |0x13001108|0x0000|0x00|0x04| 
 +|130| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|131| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|132| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|133| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|134| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|135| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|136| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|137| Poundable Wooden Log |0x1300481C|0x006B|0x00|0x00| 
 +|138| Water Bubble Drop |0x13004B8C|0x0000|0x00|0x00| 
 +|139| Evil Lakitu |0x13004918|0x0054|0x00|0x00| 
 +|140| Koopa The Quick |0x13004580|0x0068|0x00|0x02| 
 +|141| Koopa Flag |0x130045D0|0x0000|0x00|0x00| 
 +|142| Bob-omb |0x13003174|0x00BC|0x00|0x00| 
 +|143| Cannon |0x13004F10|0x0080|0x00|0x00| 
 +|144| Pink Bob-omb (Open Cannons) |0x13003228|0x00C3|0x00|0x00| 
 +|145| Cannon |0x13004F10|0x0080|0x00|0x00| 
 +|146| Bob-omb |0x13003174|0x00BC|0x00|0x01| 
 +|147| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|148| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|149| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|150| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|151| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|152| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|153| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|154| ??? |0x13002A20|0x0054|0x00|0x00| 
 +|155| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|156| ??? |0x13004F40|0x0055|0x00|0x00| 
 +|157| Sushi (Shark) |0x13002338|0x0056|0x00|0x00| 
 +|158| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|159| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|160| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|161| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|162| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|163| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|164| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|165| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|166| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|167| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|168| Yellow Sphere (Bowser Battle) |0x13002A48|0x0057|0x00|0x00| 
 +|169| Tweester |0x13002650|0x0056|0x00|0x00| 
 +|170| Pokey |0x13004634|0x0000|0x00|0x00| 
 +|171| Pokey |0x13004634|0x0000|0x00|0x00| 
 +|172| Tox Box |0x13001F90|0x00C7|0x00|0x00| 
 +|173| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|174| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|175| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|176| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|177| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|178| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|179| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|180| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|181| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|182| Monty Mole |0x13004A00|0x0055|0x00|0x00| 
 +|183| Monty Mole |0x13004A00|0x0055|0x00|0x01| 
 +|184| Monty Mole (in hole) |0x13004A58|0x0054|0x00|0x00| 
 +|185| Fly Guy |0x130046DC|0x00DC|0x00|0x00| 
 +|186| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|187| Wiggler Boss |0x13004898|0x0057|0x00|0x00| 
 +|188| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|189| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|190| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|191| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|192| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|193| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|194| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|195| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|196| Spindrift |0x130012B4|0x0054|0x00|0x00| 
 +|197| Mr. Blizzard (hidden) |0x13004DBC|0x0055|0x00|0x00| 
 +|198| Mr. Blizzard (hidden) |0x13004DBC|0x0055|0x00|0x00| 
 +|199| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|200| Baby Penguin |0x130020E8|0x0057|0x00|0x00| 
 +|201| Mother Penguin |0x13002088|0x0057|0x00|0x00| 
 +|202| Mother Penguin |0x13002088|0x0057|0x00|0x00| 
 +|203| Mr. Blizzard (hidden) |0x13004DBC|0x0055|0x00|0x01| 
 +|204| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|205| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|206| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|207| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|208| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|209| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|210| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|211| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|212| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|213| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|214| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|215| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|216| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|217| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|218| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|219| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|220| Haunted Chair |0x13004FD4|0x0056|0x00|0x00| 
 +|221| Haunted Chair |0x13004FD4|0x0056|0x00|0x00| 
 +|222| Haunted Chair |0x13004FD4|0x0056|0x00|0x00| 
 +|223| Boo Buddy 2 |0x13002804|0x0054|0x00|0x00| 
 +|224| Boo Buddy 2 |0x13002804|0x0054|0x00|0x00| 
 +|225| Boo Buddy group (x3) |0x130027D0|0x0054|0x00|0x00| 
 +|226| Boo Buddy With Cage |0x13002710|0x0054|0x00|0x00| 
 +|227| ??? |0x13001778|0x0055|0x00|0x00| 
 +|228| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|229| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|230| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|231| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|232| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|233| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|234| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|235| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|236| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|237| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|238| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|239| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|240| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|241| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|242| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|243| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|244| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|245| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|246| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|247| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|248| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|249| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|250| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|251| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|252| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|253| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|254| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|255| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|256| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|257| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|258| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|259| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|260| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|261| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|262| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|263| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|264| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|265| Chirp Chirp (Water Levels Only) |0x130021E4|0x0000|0x00|0x00| 
 +|266| Bubbles? |0x13003158|0x0000|0x00|0x00| 
 +|267| ??? |0x13000278|0x0065|0x00|0x00| 
 +|268| Bowser Bomb |0x130037EC|0x00B3|0x00|0x00| 
 +|269| Fish |0x1300215C|0x0000|0x00|0x02| 
 +|270| Fish |0x1300215C|0x0000|0x00|0x03| 
 +|271| ??? |0x13003738|0x0068|0x00|0x00| 
 +|272| ??? |0x13003738|0x0068|0x00|0x00| 
 +|273| ??? |0x13005468|0x0069|0x00|0x00| 
 +|274| Clam Shell |0x13005440|0x0058|0x00|0x00| 
 +|275| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|276| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|277| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|278| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|279| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|280| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|281| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|282| ??? |0x13001CB0|0x0056|0x00|0x00| 
 +|283| ??? |0x13001CB0|0x0056|0x00|0x01| 
 +|284| ??? |0x13001FBC|0x0064|0x00|0x00| 
 +|285| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|286| Small Whomp |0x13002BCC|0x0067|0x00|0x00| 
 +|287| Chain Chomp |0x1300478C|0x0066|0x00|0x00| 
 +|288| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|289| Koopa |0x13004580|0x0068|0x00|0x01| 
 +|290| Koopa |0x13004580|0x00BF|0x00|0x00| 
 +|291| Poundable Wooden Log |0x1300481C|0x006B|0x00|0x00| 
 +|292| Piranha Plant |0x13005120|0x0064|0x00|0x00| 
 +|293| Piranha Plant |0x13005120|0x0064|0x00|0x01| 
 +|294| Koopa |0x13004580|0x0068|0x00|0x04| 
 +|295| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|296| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|297| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|298| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|299| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|300| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|301| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|302| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|303| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|304| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|305| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|306| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|307| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|308| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|309| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|310| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|311| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|312| Moneybag (with coin) |0x130039D4|0x0074|0x00|0x00| 
 +|313| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|314| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|315| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|316| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|317| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|318| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|319| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|320| Swoop (Bat) |0x13004698|0x0064|0x00|0x00| 
 +|321| Swoop (Bat) |0x13004698|0x0064|0x00|0x01| 
 +|322| Mr. I |0x13000054|0x0000|0x00|0x00| 
 +|323| Scutlebug Spawner? |0x13002BA0|0x0000|0x00|0x00| 
 +|324| Scutlebug |0x13002B5C|0x0065|0x00|0x00| 
 +|325| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|326| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|327| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|328| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|329| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|330| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|331| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|332| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|333| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|334| ??? |0x1300091C|0x0054|0x00|0x00| 
 +|335| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|336| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|337| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|338| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|339| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|340| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|341| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|342| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|343| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|344| Rotating Cube |0x13004BF0|0x0036|0x00|0x00| 
 +|345| Rotating Prism |0x13004BF0|0x0037|0x00|0x01| 
 +|346| Pendulum |0x13004C24|0x0038|0x00|0x00| 
 +|347| Metal Platform |0x13004C5C|0x0039|0x00|0x00| 
 +|348| Small Metal Platform |0x13004C5C|0x003A|0x00|0x01| 
 +|349| Push/Pull Platform |0x13004C94|0x003B|0x00|0x00| 
 +|350| Rotating Platform |0x13004CCC|0x003C|0x00|0x00| 
 +|351| Rotating Triangle Platform |0x13004CCC|0x003D|0x00|0x02| 
 +|352| Box Platform |0x13004CF8|0x003E|0x00|0x00| 
 +|353| Box Platform |0x13004CF8|0x003F|0x00|0x01| 
 +|354| Rising Platform |0x13004D28|0x0040|0x00|0x00| 
 +|355| Rotating Clock Hand |0x13004D64|0x0041|0x00|0x00| 
 +|356| Rotating Clockwork Platform |0x13004D90|0x0042|0x00|0x00| 
 +|357| Small Rotating Gear |0x13004D64|0x0043|0x00|0x01| 
 +|358| Big Rotating Gear |0x13004D64|0x0044|0x00|0x01| 
 +|359| Metal Platform |0x13004C5C|0x0039|0x00|0x02| 
 +|360| Small Metal Platform |0x13004C5C|0x003A|0x00|0x03| 
 +|361| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|362| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|363| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|364| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|365| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|366| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|367| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|368| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|369| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|370| [!] Box (Star 1) |0x13002250|0x0089|0x00|0x0A| 
 +|371| [!] Box (Star 2) |0x13002250|0x0089|0x00|0x0B| 
 +|372| [!] Box (Star 3) |0x13002250|0x0089|0x00|0x0C| 
 +|373| [!] Box (Star 4) |0x13002250|0x0089|0x00|0x0D| 
 +|374| [!] Box (Star 5) |0x13002250|0x0089|0x00|0x0E| 
 +|375| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|376| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|377| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|378| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|379| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|380| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|381| ??? |0x13004E4C|0x0036|0x00|0x00| 
 +|382| ??? |0x13004E4C|0x0037|0x00|0x00| 
 +|383| ??? |0x130013DC|0x0038|0x00|0x00| 
 +|384| ??? |0x13004E78|0x0039|0x00|0x00| 
 +|385| ??? |0x13004EA0|0x0041|0x00|0x00| 
 +|386| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|387| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|388| ??? |0x13004B44|0x003D|0x00|0x00| 
 +|389| ??? |0x13004ECC|0x003E|0x00|0x00| 
 +|390| ??? |0x13004B1C|0x003F|0x00|0x00| 
 +|391| ??? |0x13004B1C|0x0040|0x00|0x00| 
 +|392| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|393| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|394| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|395| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00| 
 +|396| Yellow Coin (for triggers?) |0x1300091C|0x0074|0x00|0x00|
  
-^Preset ID^Object^Behavior address^Model ID^B.Param 1^B.Param 2^ 
-|  |  |  |  |  |  | 
sm64/macro_objects.1539231411.txt.gz · Last modified: 2018/10/11 04:16 by David