diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-27 22:15:45 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-27 22:15:45 -0600 |
commit | 91a041f1ad369b99a2ae4a427181f37bcce095bc (patch) | |
tree | 7694cb97234ec7856a889a1629655d01ce109729 /main.asm | |
parent | d0aa2ed0633713d5195016afe69d14de632c8a19 (diff) |
insert MewBaseStats
hg-commit-id: 35f5a02b395f
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -6102,7 +6102,37 @@ MewPicBack: ; 0x4205 INCBIN "pic/monback/mewb.pic" ; 0x425b -INCBIN "baserom.gbc",$425b,$42a7 - $425b +MewBaseStats: ; 0x425b + db 151 ; pokedex id + db 100 ; base hp + db 100 ; base attack + db 100 ; base defense + db 100 ; base speed + db 100 ; base special + + db PSYCHIC ; species type 1 + db PSYCHIC ; species type 2 + + db 45 ; catch rate + db 64 ; base exp yield + db $55 ; sprite dimensions + + dw MewPicFront + dw MewPicBack + + ; attacks known at lvl 0 + db POUND + db 0 + db 0 + db 0 + + db 3 ; growth rate + + ; include learnset directly + INCBIN "baserom.gbc",$426f,$4276 - $426f + db $ff ; probably "learn anything" not padding + +INCBIN "baserom.gbc",$4277,$30 UnnamedText_42a7: ; 0x42a7 TX_FAR SafariZoneEatingText |