diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-06 16:08:20 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-06 16:08:20 -0500 |
| commit | 6ddc025942a03802acf6a2731d7b46f2672ae74f (patch) | |
| tree | 97cf0f4bca92254f5e6d32bd78505bca9f6cda94 /data/trainer_moves.asm | |
| parent | BankD misc functions (diff) | |
| download | pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.tar.gz pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.tar.xz pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.zip | |
engine/battle/trainer_ai.asm
Diffstat (limited to 'data/trainer_moves.asm')
| -rwxr-xr-x | data/trainer_moves.asm | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
