mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 10:57:40 -05:00
8 lines
325 B
ArmAsm
8 lines
325 B
ArmAsm
gContestExcitementTable:: @ 83CC5B4
|
|
@ Cool Beauty Cute Smart Tough
|
|
.byte 1, 0, -1, -1, 0 @ Cool Contest
|
|
.byte 0, 1, 0, -1, -1 @ Beauty Contest
|
|
.byte -1, 0, 1, 0, -1 @ Cute Contest
|
|
.byte -1, -1, 0, 1, 0 @ Smart Contest
|
|
.byte 0, -1, -1, 0, 1 @ Tough Contest
|