shithub: pokered

Download patch

ref: df62b8e81a4b0964d5f21dcc37916f996b5bd241
parent: 7619b01dd7bf838c0be396cab8a18158b216afd0
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Jul 19 12:45:39 EDT 2020

Missingno's Pokédex weight is two bytes like the rest

--- a/data/pokemon/dex_entries.asm
+++ b/data/pokemon/dex_entries.asm
@@ -1255,5 +1255,5 @@
 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)