start to port mystery gift from emerald

This commit is contained in:
PikalaxALT
2019-04-25 08:52:36 -04:00
parent 1a4867a4bf
commit 9575eba481
8 changed files with 201 additions and 262 deletions
+2 -1
View File
@@ -241,6 +241,7 @@ SECTIONS {
asm/buy_menu_helpers.o(.text);
asm/slot_machine.o(.text);
src/roamer.o(.text);
src/mystery_gift_menu.o(.text);
asm/mystery_gift_menu.o(.text);
asm/link_rfu_4.o(.text);
src/mevent.o(.text);
@@ -409,7 +410,7 @@ SECTIONS {
data/buy_menu_helpers.o(.rodata);
data/slot_machine.o(.rodata);
src/roamer.o(.rodata);
data/mystery_gift_menu.o(.rodata);
src/mystery_gift_menu.o(.rodata);
data/link_rfu_4.o(.rodata);
src/mevent.o(.rodata);
src/mevent_server_helpers.o(.rodata);