mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 09:06:41 +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
|
db 3 ; growth rate
|
||||||
|
|
||||||
; include learnset directly
|
; include learnset directly
|
||||||
INCBIN "baserom.gbc",$426f,$4276 - $426f
|
db %11111111
|
||||||
db $ff ; probably "learn anything" not padding
|
db %11111111
|
||||||
|
db %11111111
|
||||||
|
db %11111111
|
||||||
|
db %11111111
|
||||||
|
db %11111111
|
||||||
|
db %11111111
|
||||||
|
db %11111111 ; usually spacing
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$4277,$30
|
INCBIN "baserom.gbc",$4277,$30
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue