You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
trainers put the class and id first: trainer YOUNGSTER, JOEY1, ...
This commit is contained in:
@@ -76,15 +76,15 @@ ENDM
|
||||
|
||||
|
||||
trainer: MACRO
|
||||
;\1: flag: an EVENT_BEAT_* constant
|
||||
;\2: trainer group
|
||||
;\3: trainer id
|
||||
;\1: trainer group
|
||||
;\2: trainer id
|
||||
;\3: flag: an EVENT_BEAT_* constant
|
||||
;\4: seen text
|
||||
;\5: win text
|
||||
;\6: loss text
|
||||
;\7: after-battle text
|
||||
dw \1
|
||||
db \2, \3
|
||||
dw \3
|
||||
db \1, \2
|
||||
dw \4, \5, \6, \7
|
||||
ENDM
|
||||
|
||||
|
Reference in New Issue
Block a user