Skip to content

Commit fb83759

Browse files
committed
sa1: reference mp_player and rings_scatter from sa2
1 parent 780af61 commit fb83759

6 files changed

Lines changed: 211 additions & 3380 deletions

File tree

sa1/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ SA2_C_FILES := \
264264
src/game/shared/stage/mp_event_recv_mgr.c \
265265
src/game/shared/stage/spot_lights_manager.c \
266266
src/game/shared/stage/mp_event_mgr.c \
267+
src/game/shared/stage/mp_player.c \
268+
src/game/shared/stage/rings_scatter.c \
267269
src/game/sa1/ui/game_2_0.c \
268270
src/game/sa1/ui/game_2_1.c \
269271
src/game/sa1/ui/stage_results.c \

sa1/ldscript.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SECTIONS {
4848
sa2/src/game/sa1/save.o(.text);
4949

5050
sa2/src/game/shared/stage/unused_flash_task.o(.text);
51-
src/game/shared/stage/mp_player.o(.text);
51+
sa2/src/game/shared/stage/mp_player.o(.text);
5252
sa2/src/game/shared/stage/mp_indicators.o(.text);
5353
sa2/src/game/sa1/stage/enemies/bosses_egg_mobile.o(.text);
5454
sa2/src/game/sa1/stage/enemies/bosses_misc.o(.text);
@@ -133,7 +133,7 @@ SECTIONS {
133133
sa2/src/game/shared/stage/dust_effect_braking.o(.text);
134134
sa2/src/game/shared/stage/dust_effect_spindash.o(.text);
135135
sa2/src/game/shared/stage/grind_effect_1.o(.text);
136-
src/game/shared/stage/rings_scatter.o(.text);
136+
sa2/src/game/shared/stage/rings_scatter.o(.text);
137137
src/game/shared/stage/player.o(.text);
138138
sa2/src/game/sa1/stage/player_sonic.o(.text);
139139
sa2/src/game/sa1/stage/player_tails.o(.text);

0 commit comments

Comments
 (0)