summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-27 23:05:02 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-27 23:05:02 -0600
commit8de771cfe32e0c05ef3458634cf6fc3a98e802b4 (patch)
tree320306ef0d907981d734b8d8428ab127befe125b
parentd1281e8d5e14bd5ae42b34186ac4f91647389e84 (diff)
update learnset in MewBaseStats
hg-commit-id: 18864cbe2961
-rw-r--r--main.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index e45978e7..ee5db1ac 100644
--- a/main.asm
+++ b/main.asm
@@ -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