Skip to content

Commit edd054b

Browse files
committed
sa1: reference player.c from sa2
1 parent 6c316a7 commit edd054b

5 files changed

Lines changed: 256 additions & 9797 deletions

File tree

sa1/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ SA2_C_FILES := \
266266
src/game/shared/stage/mp_event_mgr.c \
267267
src/game/shared/stage/mp_player.c \
268268
src/game/shared/stage/rings_scatter.c \
269+
src/game/shared/stage/player.c \
269270
src/game/sa1/ui/game_2_0.c \
270271
src/game/sa1/ui/game_2_1.c \
271272
src/game/sa1/ui/stage_results.c \

sa1/ldscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ SECTIONS {
134134
sa2/src/game/shared/stage/dust_effect_spindash.o(.text);
135135
sa2/src/game/shared/stage/grind_effect_1.o(.text);
136136
sa2/src/game/shared/stage/rings_scatter.o(.text);
137-
src/game/shared/stage/player.o(.text);
137+
sa2/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);
140140
sa2/src/game/sa1/stage/player_knuckles.o(.text);

0 commit comments

Comments
 (0)