diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-26 23:34:43 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-27 00:00:21 -0500 |
| commit | 408f9b3141e7436f0092533e92c357dd0b9f3021 (patch) | |
| tree | d7b98a1a2a9aeef8c507be2ed58de45f7ae592d6 /data/baseStats/charizard.asm | |
| parent | Merge branch 'master' of https://github.com/xCrystal/pokered (diff) | |
| parent | More bugfixes. (diff) | |
| download | pokeyellow-408f9b3141e7436f0092533e92c357dd0b9f3021.tar.gz pokeyellow-408f9b3141e7436f0092533e92c357dd0b9f3021.tar.xz pokeyellow-408f9b3141e7436f0092533e92c357dd0b9f3021.zip | |
Merge branch 'master' of https://github.com/luckytyphlosion/pokered
Diffstat (limited to 'data/baseStats/charizard.asm')
| -rwxr-xr-x | data/baseStats/charizard.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/baseStats/charizard.asm b/data/baseStats/charizard.asm index 5cbecb91..c75d9a34 100755 --- a/data/baseStats/charizard.asm +++ b/data/baseStats/charizard.asm @@ -19,15 +19,15 @@ db EMBER db LEER db 3 ; growth rate ; learnset -db %10110101 -db %01000011 -db %01001111 -db %11001110 -db %11100011 -db %00001000 + tmlearn 1,3,5,6,8 + tmlearn 9,10,15 + tmlearn 17,18,19,20,23 + tmlearn 26,27,28,31,32 + tmlearn 33,34,38,39,40 + tmlearn 44 IF DEF(_YELLOW) - db %00101110 + tmlearn 50,51,52,54 ELSE - db %00100110 + tmlearn 50,51,54 ENDC db 0 ; padding |
