summaryrefslogtreecommitdiff
path: root/data/trainer_moves.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/trainer_moves.asm')
-rwxr-xr-xdata/trainer_moves.asm7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/trainer_moves.asm b/data/trainer_moves.asm
index 61a3d650..432f0fed 100755
--- a/data/trainer_moves.asm
+++ b/data/trainer_moves.asm
@@ -1,3 +1,4 @@
+IF !DEF(YELLOW)
LoneMoves: ; 39d22 (e:5d22)
; these are used for gym leaders.
; this is not automatic! you have to write the number you want to W_LONEATTACKNO
@@ -31,12 +32,14 @@ TeamMoves: ; 39d32 (e:5d32)
db LANCE,BARRIER
db $FF
-if _YELLOW
-; different format from above.
+ELSE
+; yellow has its own format.
; entry ≔ trainerclass, trainerid, moveset+, 0
; moveset ≔ partymon, partymon'smove, moveid
+LoneMoves:
+TeamMoves:
db BUG_CATCHER,$f
db 2,2,TACKLE
db 2,3,STRING_SHOT