Skip to content

Commit e9494fa

Browse files
committed
sa1: reference collision_3 from sa2
1 parent 5df51b5 commit e9494fa

10 files changed

Lines changed: 546 additions & 1077 deletions

File tree

include/game/shared/stage/collision.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ EHit sub_800C2B8(Sprite *s, s16 sx, s16 sy, Player *p);
5858
bool32 sub_800C934(Sprite *s, s32 x, s32 y, Rect8 *rectPlayer, u32 UNUSED param4, Player *p, u32 *moveState);
5959
bool32 sub_800CBBC(Sprite *s, s32 x, s32 y, Rect8 *rectPlayer, u32 UNUSED param4, Player *p, u32 *param6);
6060
u32 sub_800CCB8(Sprite *, s32 x, s32 y, Player *);
61-
EHit Coll_Player_Boss(Sprite *s, CamCoord worldX, CamCoord worldY, Player *p);
61+
EHit Coll_Player_Enemy(Sprite *s, CamCoord worldX, CamCoord worldY, Player *p);
6262
EHit Coll_Player_Boss_1(Sprite *s, CamCoord worldX, CamCoord worldY, Player *p);
6363
EHit Coll_Player_Bosses_2_6(Sprite *s, CamCoord worldX, CamCoord worldY, Player *p);
6464
EHit sub_800BF10(Sprite *s, CamCoord worldX, CamCoord worldY, Player *p);

sa1/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ SA2_C_FILES := \
271271
src/game/shared/menus/unused_level_select.c \
272272
src/game/shared/stage/collision_1.c \
273273
src/game/shared/stage/collision_2.c \
274+
src/game/shared/stage/collision_3.c \
274275
src/game/sa1/ui/game_2_0.c \
275276
src/game/sa1/ui/game_2_1.c \
276277
src/game/sa1/ui/stage_results.c \

sa1/ldscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SECTIONS {
2929
src/game/shared/stage/rings_manager.o(.text);
3030
src/game/shared/stage/entities_manager.o(.text);
3131
sa2/src/game/shared/stage/collision_1.o(.text);
32-
src/game/shared/stage/collision_3.o(.text);
32+
sa2/src/game/shared/stage/collision_3.o(.text);
3333
sa2/src/game/shared/stage/collision_2.o(.text);
3434
sa2/src/game/shared/stage/palette_loader.o(.text);
3535

0 commit comments

Comments
 (0)