User Tools

Site Tools


sm64:macro_objects

Macro 3D Objects

Macro objects are objects that are loaded into the level from the level script command 0x39. Their main purpose is to save space in the ROM, since they only take up 10 bytes whereas regular objects take up 24 bytes. However, they are more limited than the regular objects loaded from the level script command 0x24.

ROM Hacks of SM64 usually won't use macro objects, since ROM space is not an issue.


Limitations

  • You can only directly modify the position, Y rotation, and the first two behavior parameters of the object.
  • 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.
  • 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°.

List Format

The level script command 0x39 loads a list of macro commands from a segmented address. The list ends if the preset ID is either 0x00 or 0x1E.

[AA AA] [XX XX] [YY YY] [ZZ ZZ] [B1] [B2]

AAAA First 7 bits = Y rotation, Last 9 bits = Preset ID
XXXX X position of object (signed 16 bits)
YYYY Y position of object (signed 16 bits)
ZZZZ Z position of object (signed 16 bits)
B1 Replaces B.Param 1 value if not zero
B2 Replaces B.Param 2 value if not zero

Macro Preset Table

The Preset ID is used to get the Model ID, Behavior address, and the default Behavior parameters for the object. The location of this table differs based on the version of the game you are using.

VersionROM Address
North America (US) 0xEC7E0
Europe 0xBD590
Japanese 0xEB6D0
Japanese (Shindou Edition) 0xC8D60
Chinese IQue 0xCB220

Entry Format

Each entry in the table takes up 8 bytes.

[BS BS BS BS] [MM MM] [B1] [B2]

BSBSBSBS Segment address of behavior
MMMM Model ID
B1 Default B.Param 1 value
B2 Default B.Param 2 value

Entries

There are 366 entries in this table, starting at preset ID 31.

(Object names are taken from TT64 and Quad64)

Preset IDObject NameBehavior addressModel IDB.Param 1B.Param 2
31 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
32 Yellow Coin 0x1300090C0x00740x000x00
33 Moving Blue Coin 0x130030A40x00760x000x00
34 ??? 0x130030D40x00760x000x00
35 Red Coin 0x13003EAC0x00D70x000x00
36 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
37 Coin Formation (5 Coins Horizontal) 0x130008EC0x00000x000x00
38 Coin Formation (Horizontal Ring) 0x130008EC0x00000x000x02
39 Coin Formation (Arrow) 0x130008EC0x00000x000x04
40 Coin Formation 0x130008EC0x00000x000x10
41 Coin Formation (5 Coins Vertial) 0x130008EC0x00000x000x11
42 Coin Formation 0x130008EC0x00000x000x12
43 Coin Formation (Vertical Ring) 0x130008EC0x00000x000x13
44 Coin Formation 0x130008EC0x00000x000x14
45 Hidden Star Trigger (Secrets) 0x13003F1C0x00000x000x00
46 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
47 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
48 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
49 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
50 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
51 Star 0x13002A200x007A0x000x00
52 Wooden Signpost 0x130032E00x007C0x000x00
53 Cannon (Closed) 0x130032740x00C90x000x00
54 Pink Bob-omb (Open Cannons) 0x130032280x00C30x000x00
55 Butterfly 0x130033BC0x00BB0x000x00
56 Jumping Fireball 0x130011680x00000x000x00
57 Fish 0x1300215C0x00000x000x00
58 Fish 0x1300215C0x00000x000x01
59 Coins? 0x130012980x00000x000x00
60 1-Up (Hidden in Tree or Pole) 0x130041A40x00000x000x00
61 Large Goomba 0x1300472C0x00C00x000x01
62 Small Goomba 0x1300472C0x00C00x000x02
63 Three Goombas 0x130047700x00000x000x00
64 Three Goombas 0x130047700x00000x000x08
65 Sign on Wall 0x130033240x00000x000x00
66 Chuckya 0x130005280x00DF0x000x00
67 Cannon (Opened) 0x130004A80x00800x000x00
68 Goomba 0x1300472C0x00C00x000x00
69 Amp 2 0x130033540x00C20x000x00
70 Amp 0x130033880x00C20x000x00
71 ??? 0x130034540x007D0x000x00
72 ??? 0x130016080x00B50x000x00
73 ??? 0x13003A300x00B40x000x00
74 Snufit 0x130051E00x00CE0x000x00
75 Recovery Heart 0x13004EF80x00780x000x00
76 1-Up (Sliding) 0x130040440x00D40x000x00
77 1-Up 0x1300407C0x00D40x000x00
78 ??? 0x130040B40x00D40x000x00
79 1-Up (hidden) 0x130040EC0x00D40x000x00
80 Hidden 1-Up Trigger 0x130041240x00000x000x00
81 1-Up 0x1300407C0x00D40x000x01
82 1-Up 0x1300407C0x00D40x000x02
83 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
84 Blue Coin Switch 0x130025680x008C0x000x00
85 Blue Coin 0x130025880x00760x000x00
86 ??? 0x130001CC0x00550x000x00
87 ??? 0x130001CC0x00550x000x01
88 ??? 0x130001CC0x00550x000x02
89 ??? 0x130001CC0x00550x000x03
90 ??? 0x130025F80x00810x000x00
91 [!] Box (Wing Cap) 0x130022500x00890x000x00
92 [!] Box (Metal Cap) 0x130022500x00890x000x01
93 [!] Box (Vanish Cap) 0x130022500x00890x000x02
94 [!] Box (Koopa Shell) 0x130022500x00890x000x03
95 [!] Box (1 Coin) 0x130022500x00890x000x04
96 [!] Box (5 Coins) 0x130022500x00890x000x05
97 [!] Box (10 Coins) 0x130022500x00890x000x06
98 [!] Box (1-Up) 0x130022500x00890x000x07
99 [!] Box (Star) 0x130022500x00890x000x08
100 Breakable Box (Big) 0x130014E00x00810x000x00
101 Breakable Box (Big) 0x130014E00x00810x000x01
102 Pushable Metal Box 0x130015180x00D90x000x00
103 Breakable Box (Small) 0x130042180x00820x000x00
104 Purple Floor Switch (For Hidden Objects) 0x130014AC0x00CF0x000x00
105 Breakable Box (Hidden) 0x130014BC0x00810x000x00
106 Breakable Box (Hidden) 0x130014BC0x00810x000x01
107 Breakable Box (Hidden) 0x130014BC0x00810x000x02
108 Breakable Box (Big) 0x130014E00x00810x000x03
109 Koopa Shell 0x130007080x00BE0x000x00
110 [!] Box 0x130022500x00890x000x09
111 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
112 ??? 0x1300179C0x00540x000x00
113 Heave-Ho 0x130015480x00590x000x00
114 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
115 ??? 0x13000B8C0x00580x000x00
116 Fire Spewer 0x1300518C0x00B40x000x00
117 Fly Guy 0x130046DC0x00DC0x000x01
118 Jumping Box 0x130016500x00810x000x00
119 Butterfly (Spawn 1-Up?) 0x130055980x00BB0x000x00
120 Butterfly (Spawn 1-Up?) 0x130055980x00BB0x000x04
121 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
122 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
123 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
124 Bully 0x1300362C0x00560x000x00
125 ??? 0x1300362C0x00570x000x00
126 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
127 ??? 0x13001D0C0x00580x000x00
128 Jumping Fireball 0x130011680x00000x000x00
129 Flame Thrower 0x130011080x00000x000x04
130 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
131 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
132 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
133 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
134 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
135 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
136 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
137 Poundable Wooden Log 0x1300481C0x006B0x000x00
138 Water Bubble Drop 0x13004B8C0x00000x000x00
139 Evil Lakitu 0x130049180x00540x000x00
140 Koopa The Quick 0x130045800x00680x000x02
141 Koopa Flag 0x130045D00x00000x000x00
142 Bob-omb 0x130031740x00BC0x000x00
143 Cannon 0x13004F100x00800x000x00
144 Pink Bob-omb (Open Cannons) 0x130032280x00C30x000x00
145 Cannon 0x13004F100x00800x000x00
146 Bob-omb 0x130031740x00BC0x000x01
147 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
148 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
149 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
150 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
151 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
152 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
153 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
154 ??? 0x13002A200x00540x000x00
155 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
156 ??? 0x13004F400x00550x000x00
157 Sushi (Shark) 0x130023380x00560x000x00
158 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
159 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
160 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
161 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
162 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
163 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
164 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
165 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
166 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
167 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
168 Yellow Sphere (Bowser Battle) 0x13002A480x00570x000x00
169 Tweester 0x130026500x00560x000x00
170 Pokey 0x130046340x00000x000x00
171 Pokey 0x130046340x00000x000x00
172 Tox Box 0x13001F900x00C70x000x00
173 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
174 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
175 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
176 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
177 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
178 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
179 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
180 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
181 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
182 Monty Mole 0x13004A000x00550x000x00
183 Monty Mole 0x13004A000x00550x000x01
184 Monty Mole (in hole) 0x13004A580x00540x000x00
185 Fly Guy 0x130046DC0x00DC0x000x00
186 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
187 Wiggler Boss 0x130048980x00570x000x00
188 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
189 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
190 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
191 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
192 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
193 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
194 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
195 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
196 Spindrift 0x130012B40x00540x000x00
197 Mr. Blizzard (hidden) 0x13004DBC0x00550x000x00
198 Mr. Blizzard (hidden) 0x13004DBC0x00550x000x00
199 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
200 Baby Penguin 0x130020E80x00570x000x00
201 Mother Penguin 0x130020880x00570x000x00
202 Mother Penguin 0x130020880x00570x000x00
203 Mr. Blizzard (hidden) 0x13004DBC0x00550x000x01
204 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
205 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
206 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
207 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
208 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
209 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
210 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
211 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
212 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
213 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
214 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
215 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
216 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
217 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
218 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
219 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
220 Haunted Chair 0x13004FD40x00560x000x00
221 Haunted Chair 0x13004FD40x00560x000x00
222 Haunted Chair 0x13004FD40x00560x000x00
223 Boo Buddy 2 0x130028040x00540x000x00
224 Boo Buddy 2 0x130028040x00540x000x00
225 Boo Buddy group (x3) 0x130027D00x00540x000x00
226 Boo Buddy With Cage 0x130027100x00540x000x00
227 ??? 0x130017780x00550x000x00
228 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
229 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
230 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
231 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
232 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
233 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
234 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
235 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
236 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
237 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
238 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
239 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
240 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
241 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
242 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
243 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
244 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
245 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
246 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
247 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
248 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
249 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
250 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
251 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
252 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
253 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
254 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
255 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
256 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
257 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
258 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
259 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
260 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
261 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
262 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
263 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
264 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
265 Chirp Chirp (Water Levels Only) 0x130021E40x00000x000x00
266 Bubbles? 0x130031580x00000x000x00
267 ??? 0x130002780x00650x000x00
268 Bowser Bomb 0x130037EC0x00B30x000x00
269 Fish 0x1300215C0x00000x000x02
270 Fish 0x1300215C0x00000x000x03
271 ??? 0x130037380x00680x000x00
272 ??? 0x130037380x00680x000x00
273 ??? 0x130054680x00690x000x00
274 Clam Shell 0x130054400x00580x000x00
275 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
276 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
277 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
278 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
279 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
280 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
281 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
282 ??? 0x13001CB00x00560x000x00
283 ??? 0x13001CB00x00560x000x01
284 ??? 0x13001FBC0x00640x000x00
285 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
286 Small Whomp 0x13002BCC0x00670x000x00
287 Chain Chomp 0x1300478C0x00660x000x00
288 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
289 Koopa 0x130045800x00680x000x01
290 Koopa 0x130045800x00BF0x000x00
291 Poundable Wooden Log 0x1300481C0x006B0x000x00
292 Piranha Plant 0x130051200x00640x000x00
293 Piranha Plant 0x130051200x00640x000x01
294 Koopa 0x130045800x00680x000x04
295 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
296 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
297 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
298 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
299 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
300 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
301 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
302 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
303 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
304 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
305 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
306 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
307 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
308 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
309 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
310 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
311 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
312 Moneybag (with coin) 0x130039D40x00740x000x00
313 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
314 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
315 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
316 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
317 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
318 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
319 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
320 Swoop (Bat) 0x130046980x00640x000x00
321 Swoop (Bat) 0x130046980x00640x000x01
322 Mr. I 0x130000540x00000x000x00
323 Scutlebug Spawner? 0x13002BA00x00000x000x00
324 Scutlebug 0x13002B5C0x00650x000x00
325 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
326 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
327 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
328 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
329 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
330 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
331 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
332 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
333 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
334 ??? 0x1300091C0x00540x000x00
335 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
336 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
337 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
338 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
339 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
340 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
341 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
342 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
343 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
344 Rotating Cube 0x13004BF00x00360x000x00
345 Rotating Prism 0x13004BF00x00370x000x01
346 Pendulum 0x13004C240x00380x000x00
347 Metal Platform 0x13004C5C0x00390x000x00
348 Small Metal Platform 0x13004C5C0x003A0x000x01
349 Push/Pull Platform 0x13004C940x003B0x000x00
350 Rotating Platform 0x13004CCC0x003C0x000x00
351 Rotating Triangle Platform 0x13004CCC0x003D0x000x02
352 Box Platform 0x13004CF80x003E0x000x00
353 Box Platform 0x13004CF80x003F0x000x01
354 Rising Platform 0x13004D280x00400x000x00
355 Rotating Clock Hand 0x13004D640x00410x000x00
356 Rotating Clockwork Platform 0x13004D900x00420x000x00
357 Small Rotating Gear 0x13004D640x00430x000x01
358 Big Rotating Gear 0x13004D640x00440x000x01
359 Metal Platform 0x13004C5C0x00390x000x02
360 Small Metal Platform 0x13004C5C0x003A0x000x03
361 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
362 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
363 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
364 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
365 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
366 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
367 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
368 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
369 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
370 [!] Box (Star 1) 0x130022500x00890x000x0A
371 [!] Box (Star 2) 0x130022500x00890x000x0B
372 [!] Box (Star 3) 0x130022500x00890x000x0C
373 [!] Box (Star 4) 0x130022500x00890x000x0D
374 [!] Box (Star 5) 0x130022500x00890x000x0E
375 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
376 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
377 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
378 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
379 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
380 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
381 ??? 0x13004E4C0x00360x000x00
382 ??? 0x13004E4C0x00370x000x00
383 ??? 0x130013DC0x00380x000x00
384 ??? 0x13004E780x00390x000x00
385 ??? 0x13004EA00x00410x000x00
386 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
387 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
388 ??? 0x13004B440x003D0x000x00
389 ??? 0x13004ECC0x003E0x000x00
390 ??? 0x13004B1C0x003F0x000x00
391 ??? 0x13004B1C0x00400x000x00
392 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
393 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
394 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
395 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
396 Yellow Coin (for triggers?) 0x1300091C0x00740x000x00
sm64/macro_objects.txt · Last modified: 2019/06/14 20:57 by simer