Merge pull request #288 from DizzyEggg/slot_machine

Port a little bit of slot machine
This commit is contained in:
Diegoisawesome
2018-08-12 12:27:23 -07:00
committed by GitHub
7 changed files with 1638 additions and 2954 deletions
+2
View File
@@ -170,6 +170,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);
@@ -464,6 +465,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);