1
2
3
4
5
6
7
|
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
|