Skip to content

Commit 5b521c3

Browse files
committed
sa1: split collision
1 parent 10e1059 commit 5b521c3

5 files changed

Lines changed: 1916 additions & 1860 deletions

File tree

sa1/ldscript.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ SECTIONS {
2828
/* Game */
2929
src/game/shared/stage/rings_manager.o(.text);
3030
src/game/shared/stage/entities_manager.o(.text);
31-
src/game/shared/stage/collision.o(.text);
31+
src/game/shared/stage/collision_1.o(.text);
32+
src/game/shared/stage/collision_3.o(.text);
33+
src/game/shared/stage/collision_2.o(.text);
3234
sa2/src/game/shared/stage/palette_loader.o(.text);
3335

3436
/* Menus */

0 commit comments

Comments
 (0)