start porting slot machine

This commit is contained in:
DizzyEggg
2018-08-11 17:57:20 +02:00
parent 85ebd76cd0
commit 7961aa44ba
4 changed files with 1138 additions and 1674 deletions

View File

@@ -167,6 +167,7 @@ SECTIONS {
src/region_map.o(.text);
asm/cute_sketch.o(.text);
src/decoration.o(.text);
src/slot_machine.o(.text);
asm/slot_machine.o(.text);
asm/contest_painting.o(.text);
src/battle_ai_script_commands.o(.text);
@@ -460,6 +461,7 @@ SECTIONS {
src/region_map.o(.rodata);
data/cute_sketch.o(.rodata);
src/decoration.o(.rodata);
src/slot_machine.o(.rodata);
data/slot_machine.o(.rodata);
data/contest_painting.o(.rodata);
src/battle_ai_script_commands.o(.rodata);