30 lines
515 B
ArmAsm
30 lines
515 B
ArmAsm
|
.section .rodata
|
||
|
.include "macros.inc"
|
||
|
.include "PR/gbi.inc"
|
||
|
.include "surface_terrains.inc"
|
||
|
|
||
|
initbinid
|
||
|
actor mist
|
||
|
actor explosion
|
||
|
actor butterfly
|
||
|
actor coin
|
||
|
actor warp_pipe
|
||
|
actor door
|
||
|
actor bowser_key
|
||
|
actor flame
|
||
|
actor blue_fish
|
||
|
actor pebble
|
||
|
actor leaves
|
||
|
actor warp_collision # this is still weird...
|
||
|
actor mario_cap
|
||
|
actor power_meter
|
||
|
actor empty # Hmm...
|
||
|
actor mushroom_1up
|
||
|
actor star
|
||
|
actor sand
|
||
|
actor dirt
|
||
|
actor transparent_star
|
||
|
actor white_particle
|
||
|
actor wooden_signpost
|
||
|
actor tree
|