diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-07-15 21:45:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-15 21:45:22 -0500 |
| commit | c9da8510c88524c3c50e33f41ea1881594898d36 (patch) | |
| tree | bd01b71757307249064ca236fdc9c8eb94b19f3b /data/pokedex_entries.asm | |
| parent | Merge pull request #188 from snelson3/consistent-map-header-comments (diff) | |
| parent | Avoid "Warning: Left shift of negative value" from rgbds (diff) | |
| download | pokeyellow-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-x | data/pokedex_entries.asm | 2 |
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) |
