From 043e9327650f2ee0053fe43a29c9d63bc5e120d3 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Wed, 23 Dec 2015 15:40:59 -0500 Subject: engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm Also document Func_1681 (GetFarByte) and fix Missingno's dex entry --- data/pokedex_entries.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') 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 -- cgit v1.3.1-sl0p