aboutsummaryrefslogtreecommitdiffstats
path: root/data/pokedex_entries.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2018-07-15 21:45:22 -0500
committerGitHub <noreply@github.com>2018-07-15 21:45:22 -0500
commitc9da8510c88524c3c50e33f41ea1881594898d36 (patch)
treebd01b71757307249064ca236fdc9c8eb94b19f3b /data/pokedex_entries.asm
parentMerge pull request #188 from snelson3/consistent-map-header-comments (diff)
parentAvoid "Warning: Left shift of negative value" from rgbds (diff)
downloadpokeyellow-c9da8510c88524c3c50e33f41ea1881594898d36.tar.gz
pokeyellow-c9da8510c88524c3c50e33f41ea1881594898d36.tar.xz
pokeyellow-c9da8510c88524c3c50e33f41ea1881594898d36.zip
Merge pull request #187 from Rangi42/master
Document MissingNo's base stats, and silence an rgbds warning
Diffstat (limited to 'data/pokedex_entries.asm')
-rwxr-xr-xdata/pokedex_entries.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pokedex_entries.asm b/data/pokedex_entries.asm
index 3fb2d3c6..495a8e33 100755
--- a/data/pokedex_entries.asm
+++ b/data/pokedex_entries.asm
@@ -1256,4 +1256,4 @@ MissingNoDexEntry:
db "???@"
db 10 ; 1.0 m
db 100 ; 10.0 kg
- db 0,"コメント さくせいちゅう@" ; コメント作成中 (Comment to be written)
+ text "コメント さくせいちゅう@" ; コメント作成中 (Comment to be written)