mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-06 17:35:03 -05:00
23 lines
2.0 KiB
C
23 lines
2.0 KiB
C
|
// 0x0700F978 - 0x0700FA2E
|
||
|
const MacroObject sl_seg7_area_2_macro_objs[] = {
|
||
|
MACRO_OBJECT(/*preset*/ macro_yellow_coin_2, /*yaw*/ 0, /*pos*/ 1740, 0, 900),
|
||
|
MACRO_OBJECT(/*preset*/ macro_yellow_coin_2, /*yaw*/ 0, /*pos*/ 1440, 0, 900),
|
||
|
MACRO_OBJECT(/*preset*/ macro_yellow_coin_2, /*yaw*/ 0, /*pos*/ 1140, 0, 900),
|
||
|
MACRO_OBJECT(/*preset*/ macro_goomba, /*yaw*/ 0, /*pos*/ 1760, 0, 200),
|
||
|
MACRO_OBJECT(/*preset*/ macro_spindrift, /*yaw*/ 0, /*pos*/ 1600, 80, -800),
|
||
|
MACRO_OBJECT(/*preset*/ macro_box_vanish_cap, /*yaw*/ 0, /*pos*/ 1660, 300, -1720),
|
||
|
MACRO_OBJECT(/*preset*/ macro_box_three_coins, /*yaw*/ 0, /*pos*/ -720, 300, -1740),
|
||
|
MACRO_OBJECT(/*preset*/ macro_bobomb_buddy_opens_cannon, /*yaw*/ 0, /*pos*/ -1400, 0, -1740),
|
||
|
MACRO_OBJECT(/*preset*/ macro_goomba, /*yaw*/ 0, /*pos*/ -20, 0, 960),
|
||
|
MACRO_OBJECT(/*preset*/ macro_goomba, /*yaw*/ 0, /*pos*/ 320, 0, -1220),
|
||
|
MACRO_OBJECT(/*preset*/ macro_spindrift, /*yaw*/ 0, /*pos*/ -860, 40, 2040),
|
||
|
MACRO_OBJECT(/*preset*/ macro_spindrift, /*yaw*/ 0, /*pos*/ 800, 60, 2000),
|
||
|
MACRO_OBJECT(/*preset*/ macro_coin_line_horizontal, /*yaw*/ 90, /*pos*/ 1500, 0, 500),
|
||
|
MACRO_OBJECT(/*preset*/ macro_coin_line_horizontal_flying, /*yaw*/ 90, /*pos*/ 1500, 100, 500),
|
||
|
MACRO_OBJECT(/*preset*/ macro_coin_line_horizontal_flying, /*yaw*/ 90, /*pos*/ 1500, 200, 500),
|
||
|
MACRO_OBJECT(/*preset*/ macro_coin_line_horizontal_flying, /*yaw*/ 90, /*pos*/ 1500, 300, 500),
|
||
|
MACRO_OBJECT(/*preset*/ macro_1up, /*yaw*/ 0, /*pos*/ 1700, 20, -100),
|
||
|
MACRO_OBJECT(/*preset*/ macro_box_1up_running_away, /*yaw*/ 0, /*pos*/ -120, 300, -1740),
|
||
|
MACRO_OBJECT_END(),
|
||
|
};
|