summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/054.asm
blob: 3802f2853901fcf8b4bf391ddb672b6f41c399e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; PsyduckPokedexEntry: ; 0x182cee
	db "DUCK@" ; species name
	dw 207, 430 ; height, width
	
	db   "The only time it"
	next "can use its psy-"
	next "chic power is when"
	page "its sleeping brain"
	next "cells happen to"
	next "wake.@"
; 0x182d55