Prev: B0D6 Up: Map Next: B11D
B0F9: Background : Picture frame matrices.
Input
Output
Each 9x9 matrix holds the bitmap indices to make a picture.
PictureMatrix_Gallery B0F9 DEFB $00,$00,$00,$00 Holds an array of indices representing the char bitmaps drawn within a gallery's picture frame.
PictureMatrix_Gallery_Image1 B0FD DEFB $00
B0FE DEFB $00,$00,$00,$00
PictureMatrix_Deposit B102 DEFB $00,$00,$00,$00 Picture matrix start for a deposit room. The picture is stored as a matrix of character indices.
PictureMatrix_Deposit_Image B106 DEFB $00 This byte represents the index used for the pictures clue.
B107 DEFB $00,$00,$00,$00
B10B DEFB $00,$00,$00
B10E DEFB $00,$00,$00
B111 DEFB $00,$00,$00
B114 DEFB $00,$00,$00
B117 DEFB $00,$00,$00
B11A DEFB $00,$00,$00
Prev: B0D6 Up: Map Next: B11D