diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 22:26:26 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 22:32:35 -0400 |
| commit | b438d0c1d7157849e89423a9d6655ae36cad40b7 (patch) | |
| tree | 9bff469a6a9bcd32dab207091ffcbe8e16bd49b5 /data/pokedex_entries.asm | |
| parent | Pull most data out of main.asm (diff) | |
| download | pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.gz pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.tar.xz pokeyellow-b438d0c1d7157849e89423a9d6655ae36cad40b7.zip | |
Organize base stats and wild mon data (Koolboyman)
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 54b83099..6f06d699 100755 --- a/data/pokedex_entries.asm +++ b/data/pokedex_entries.asm @@ -1256,4 +1256,4 @@ MissingNoDexEntry: ; 40fe5 (10:4fe5) db "???@" db 10 ; 1.0 m db 100 ; 10.0 kg - db 0,"コメント さくせいちゅう@" ; コメント作成中 (Comment to be written)
\ No newline at end of file + db 0,"コメント さくせいちゅう@" ; コメント作成中 (Comment to be written) |
