summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-12-23 15:40:59 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-12-23 15:40:59 -0500
commit043e9327650f2ee0053fe43a29c9d63bc5e120d3 (patch)
tree0fe1b2d958825dfd22d921d77fe068087e164ddf /data
parent8b82d13dd520d387f926db819fda949ad0021b53 (diff)
engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm
Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
Diffstat (limited to 'data')
-rwxr-xr-xdata/pokedex_entries.asm6
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