diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/pokedex_entries.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/pokedex_entries.asm b/data/pokedex_entries.asm index 3635ddff..8b021287 100755 --- a/data/pokedex_entries.asm +++ b/data/pokedex_entries.asm @@ -1260,6 +1260,6 @@ MissingNoDexEntry: ; 41072 (10:5072) ; what the game sees ; db "???@" -; db 10,100 ; 10 feet 100 inches -; dw 41097 ; dw "コメ" -; db "ント さくせいちゅう@" ; a whole bunch of sound effects
\ No newline at end of file +; db 10,100 ; 10 feet, 100 inches +; dw 35072 ; dw ("コ" << 8 | 0), 3507.2 lbs +; db "メント さくせいちゅう@" ; a whole bunch of sound effects
\ No newline at end of file |