Split until items
This commit is contained in:
parent
2e5917ef89
commit
20ed8d7076
3 changed files with 85 additions and 2 deletions
|
|
@ -289,6 +289,15 @@ config.libs = [
|
|||
Object(NonMatching, "game/board/space.c"),
|
||||
Object(NonMatching, "game/board/shop.c"),
|
||||
Object(NonMatching, "game/board/lottery.c"),
|
||||
Object(NonMatching, "game/board/basic_space.c"),
|
||||
Object(NonMatching, "game/board/warp.c"),
|
||||
Object(NonMatching, "game/board/char_roulette.c"),
|
||||
Object(NonMatching, "game/board/mushroom_space.c"),
|
||||
Object(NonMatching, "game/board/star.c"),
|
||||
Object(NonMatching, "game/board/dice_roll.c"),
|
||||
Object(NonMatching, "game/board/ui.c"),
|
||||
Object(NonMatching, "game/board/hidden_block.c"),
|
||||
Object(NonMatching, "game/board/item.c"),
|
||||
],
|
||||
},
|
||||
DolphinLib(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue