04 Bat on wall (block temp bricks)
05 Mirror
06 ?
07 Open Door
08 Big Blue Gem    *switchable*
09 Fireball Bottle *switchable*
0A Small Double Coin *switchable*
0B Orange Winged Gem *switchable*   Add 2 blocks to fireball distance
0C Big Orange Gem *switchable* 
0D Big Fireball Bottle *switchable*
0E Scroll *switchable*              Add 1 slot to fireball scroll
0F Bell *switchable
10 Empty
11 Half Gray Bottle        Timer * 2
12 Full Gray Bottle        Timer * 5
13 Blue Hourglass          Timer = 10,000
14 Orange Hourglass        Timer = 5,000
15 Fireball Bottle
16 Big Fireball Bottle
17 Scroll                Add 1 slot to fireball scroll
18 Bell
19 Orange Bottle         Kill enemies on screen
1A ?
1B Blue Winged Gem             Add half a block to fireball distance
1C Aires Seal
1D Taurus Seal
1E Gemini Seal
1F Cancer Seal
20 ?
21 ?
22 Book of Solomon
23 ?
24 ?
25 Silver small single coin
26 Silver small double coin
27 Blue oval gem
28 orange small single coin
29 orange small double coin
2A orange oval gem
2B single star coin
2C double star coin
2D orange oval gem 2 (slightly darker?)
2E origami crane           100,000 points?
2F orange bombjack coin    200,000 points
30 Sphinx                   500,000 points
31 Pharoah Head            1,000,000 points
32 Lamp                     500,000 points + extra life
33 E Bottle (extra life)
34 ??

90 Temp Block
F8 Solid Wall

high bit (0x80) seems to be temp brick
nex bit (0x40) seems to be hidden bit



27 and a7    
18     58


Monsters
1C Fairy

24 Panel Monster facing right
25 Panel Monster facing left
26 Panel Monster facing up
27 Panel Monster facing down

71 Goblin facing left
70 Goblin facing right


Monsters have multiple structs

8 byte struct..

AA ?? ?? ?? ?? ?? ?? ??
AA = 0x80 for occupied...  0x00 for empty

20 byte struct..

?? ?? ?? ?? ?? ?? ?? AA ?? ?? BB ?? ?? ?? ?? ?? ?? ?? ?? ??
AA = Y coordinate
BB = X coordinate


A    X
1    1     31 Pharoah Head              1,000,000
5    2     30 Sphinx                      500,000
2    2     2F orange bombjack             200,000
1    2     2E crane                       100,000
5    3     2D orange oval gem 2            50,000
2    3     2C double star coin             20,000
1    3     2B single star coin             10,000
5    4     2A orange oval gem               5,000
2    4     29 orange small double coin      2,000
1    4     28 orange small single coin      1,000
5    5     27 Blue oval gem                   500
2    5     26 Silver small double coin        200
1    5     25 Silver small single coin        100
