diff options
Diffstat (limited to 'data/script_menu.s')
-rw-r--r-- | data/script_menu.s | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/script_menu.s b/data/script_menu.s new file mode 100644 index 000000000..e28616300 --- /dev/null +++ b/data/script_menu.s @@ -0,0 +1,29 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +@ 83CD788 + .include "data/multichoice.inc" + + .align 2 +gUnknown_083CE048:: @ 83CE048 + .4byte OtherText_Cool2 + .4byte OtherText_Beauty3 + .4byte OtherText_Cute2 + .4byte OtherText_Smart2 + .4byte OtherText_Tough2 + .4byte OtherText_Normal + .4byte OtherText_Super + .4byte OtherText_Hyper + .4byte OtherText_Master + .4byte OtherText_Cool3 + .4byte OtherText_Beauty4 + .4byte OtherText_Cute3 + .4byte OtherText_Smart3 + .4byte OtherText_Tough3 + .4byte OtherText_Items + .4byte OtherText_KeyItems + .4byte OtherText_Balls + .4byte OtherText_TMsHMs + .4byte OtherText_Berries |