diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 16:25:39 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 16:25:39 -0400 |
| commit | 462088a25c971fc8989e5bf56260c2365e258053 (patch) | |
| tree | db7babc1f3fcb99ccd113dbb6d0aa0eff2f17afd /data/pokedex_entries.asm | |
| parent | Merge pull request #185 from UrsSchmidt/master (diff) | |
| download | pokeyellow-462088a25c971fc8989e5bf56260c2365e258053.tar.gz pokeyellow-462088a25c971fc8989e5bf56260c2365e258053.tar.xz pokeyellow-462088a25c971fc8989e5bf56260c2365e258053.zip | |
Document the origin of MissingNo's base stats.
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) |
