mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Missingno's Pokédex weight is two bytes like the rest
This commit is contained in:
parent
7619b01dd7
commit
df62b8e81a
|
@ -1255,5 +1255,5 @@ VictreebelDexEntry:
|
||||||
MissingNoDexEntry:
|
MissingNoDexEntry:
|
||||||
db "???@"
|
db "???@"
|
||||||
db 10 ; 1.0 m
|
db 10 ; 1.0 m
|
||||||
db 100 ; 10.0 kg
|
dw 100 ; 10.0 kg
|
||||||
text "コメント さくせいちゅう@" ; コメント作成中 (Comment to be written)
|
db "コメント さくせいちゅう@" ; コメント作成中 (Comment to be written)
|
||||||
|
|
Loading…
Reference in a new issue