mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-08 02:24:08 -05:00
30 lines
639 B
ArmAsm
30 lines
639 B
ArmAsm
.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
|