From 6ddc025942a03802acf6a2731d7b46f2672ae74f Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 6 Dec 2015 16:08:20 -0500 Subject: engine/battle/trainer_ai.asm --- data/trainer_moves.asm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'data/trainer_moves.asm') diff --git a/data/trainer_moves.asm b/data/trainer_moves.asm index ef1d20f5..2e3f3b02 100755 --- a/data/trainer_moves.asm +++ b/data/trainer_moves.asm @@ -1,10 +1,9 @@ ; yellow has its own format. -; entry ≔ trainerclass, trainerid, moveset+, 0 -; moveset ≔ partymon, partymon'smove, moveid +; entry = trainerclass, trainerid, moveset+, 0 +; moveset = partymon location, partymon's move, moveid -LoneMoves: -TeamMoves: +SpecialTrainerMoves: ; 39c6b (e:5c6b) db BUG_CATCHER,$f db 2,2,TACKLE db 2,3,STRING_SHOT -- cgit v1.3.1-sl0p