diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-27 23:05:02 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-27 23:05:02 -0600 |
| commit | 8de771cfe32e0c05ef3458634cf6fc3a98e802b4 (patch) | |
| tree | 320306ef0d907981d734b8d8428ab127befe125b | |
| parent | move learnsets into the asm (diff) | |
| download | pokeyellow-8de771cfe32e0c05ef3458634cf6fc3a98e802b4.tar.gz pokeyellow-8de771cfe32e0c05ef3458634cf6fc3a98e802b4.tar.xz pokeyellow-8de771cfe32e0c05ef3458634cf6fc3a98e802b4.zip | |
update learnset in MewBaseStats
hg-commit-id: 18864cbe2961
| -rw-r--r-- | main.asm | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -6129,8 +6129,14 @@ MewBaseStats: ; 0x425b db 3 ; growth rate ; include learnset directly - INCBIN "baserom.gbc",$426f,$4276 - $426f - db $ff ; probably "learn anything" not padding + db %11111111 + db %11111111 + db %11111111 + db %11111111 + db %11111111 + db %11111111 + db %11111111 + db %11111111 ; usually spacing INCBIN "baserom.gbc",$4277,$30 |
