mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 00:56:40 +13:00
update learnset in MewBaseStats
hg-commit-id: 18864cbe2961
This commit is contained in:
parent
d1281e8d5e
commit
8de771cfe3
10
main.asm
10
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue