summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-19 16:45:39 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-19 16:45:39 -0400
commitdf62b8e81a4b0964d5f21dcc37916f996b5bd241 (patch)
tree4c44fbb1813e78eb00f7c1690d2c23099a49113b
parent7619b01dd7bf838c0be396cab8a18158b216afd0 (diff)
Missingno's Pokédex weight is two bytes like the rest
-rwxr-xr-xdata/pokemon/dex_entries.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pokemon/dex_entries.asm b/data/pokemon/dex_entries.asm
index c8dc12a7..931793df 100755
--- a/data/pokemon/dex_entries.asm
+++ b/data/pokemon/dex_entries.asm
@@ -1255,5 +1255,5 @@ VictreebelDexEntry:
MissingNoDexEntry:
db "???@"
db 10 ; 1.0 m
- db 100 ; 10.0 kg
- text "コメント さくせいちゅう@" ; コメント作成中 (Comment to be written)
+ dw 100 ; 10.0 kg
+ db "コメント さくせいちゅう@" ; コメント作成中 (Comment to be written)