diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2015-04-01 11:23:27 +0200 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2015-04-01 17:05:10 +0200 |
| commit | e74dce24b4bbb0d0d23a1724932b289050b66d4a (patch) | |
| tree | ac695b04a00f7af920e1e84b88adbcb0fce84842 /engine/battle/e.asm | |
| parent | Document animation types (shake screen/blink pic) (diff) | |
| download | pokeyellow-e74dce24b4bbb0d0d23a1724932b289050b66d4a.tar.gz pokeyellow-e74dce24b4bbb0d0d23a1724932b289050b66d4a.tar.xz pokeyellow-e74dce24b4bbb0d0d23a1724932b289050b66d4a.zip | |
Rename battle files and split move effects Part 1
1.asm, 4.asm, and 4_2.asm
Diffstat (limited to 'engine/battle/e.asm')
| -rwxr-xr-x | engine/battle/e.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/e.asm b/engine/battle/e.asm index e7802e4e..1144abe8 100755 --- a/engine/battle/e.asm +++ b/engine/battle/e.asm @@ -335,7 +335,7 @@ AIMoveChoiceModification3: ; 39817 (e:5817) ld a, [W_ENEMYMOVETYPE] ld d, a ld hl, wEnemyMonMoves ; enemy moves - ld b, $5 + ld b, NUM_MOVES + 1 ld c, $0 .loopMoves dec b |
