mirror of
https://github.com/pret/pokered.git
synced 2026-03-22 01:54:53 -05:00
12 lines
260 B
NASM
12 lines
260 B
NASM
Colosseum_Script:
|
|
ASSERT TRADECENTER_OPPONENT == COLOSSEUM_OPPONENT
|
|
jp TradeCenter_Script
|
|
|
|
Colosseum_TextPointers:
|
|
def_text_pointers
|
|
dw_const ColosseumOpponentText, TEXT_COLOSSEUM_OPPONENT
|
|
|
|
ColosseumOpponentText:
|
|
text_far _ColosseumOpponentText
|
|
text_end
|