From a3d3f8324a670aad8bf1348b65192544c8ab2d9f Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Fri, 17 Oct 2014 02:42:32 -0600 Subject: Kill version.asm. --- data/trainer_moves.asm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'data/trainer_moves.asm') 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 -- cgit v1.3.1-sl0p