Prev: 28131 Up: Map Next: 28463
28303: Data for the word 'HUNGRY' on the title screen
Used by the routine at 27982.
Each byte here determines the bit pattern that is drawn in a single tile. Bits 4 and 5 determine the pattern in the upper half of the tile, and bits 0 and 1 determine the pattern in the lower half.
hungry
28303 DEFB 51,17,0,51,17,34,51,0 First row of tiles.
28311 DEFB 34,51,0,51,17,0,51,17
28319 DEFB 0,35,49,51,1,0,51,49
28327 DEFB 50,19,0,34,51,0,34,51
28335 DEFB 51,17,0,51,17,34,51,0 Second row of tiles.
28343 DEFB 34,51,0,51,51,1,51,17
28351 DEFB 34,51,0,32,48,0,51,17
28359 DEFB 0,51,17,34,51,0,34,51
28367 DEFB 51,19,3,51,17,34,51,0 Third row of tiles.
28375 DEFB 34,51,0,51,49,51,51,17
28383 DEFB 34,51,2,3,3,0,51,19
28391 DEFB 35,49,0,0,50,19,51,16
28399 DEFB 51,17,0,51,17,34,51,0 Fourth row of tiles.
28407 DEFB 34,51,0,51,17,32,51,17
28415 DEFB 34,51,0,34,51,0,51,49
28423 DEFB 51,1,0,0,0,51,17,0
28431 DEFB 51,17,0,51,17,0,50,19 Fifth row of tiles.
28439 DEFB 51,16,0,51,17,0,51,17
28447 DEFB 0,50,19,51,16,0,51,17
28455 DEFB 32,51,1,0,0,51,17,0
Prev: 28131 Up: Map Next: 28463