C64 BTII: FILE3075300 - Dark Domain Level 4

Any developer realated stuff
Post Reply
User avatar
Darendor
Posts: 1502
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

C64 BTII: FILE3075300 - Dark Domain Level 4

Post by Darendor »

Here is the completed disassembly of the dungeon file for Dark Domain Level 4, part 1 of 2,

Wall/door layout and both event maps displayed here. The remainder to be shown on the following post.

Code: Select all

Index
- Wall/Doors Layout: 2EEA to 30E9 Inclusive (512 bytes)
- Event Map 1 (Darkness, Stairs, Portals, Special Events, Traps, Increased Combat Encounter Chance, etc): 30EA TO 32E9 Inclusive (512 bytes)
- Event Map 2 (Antimagic, Spinners, Silence Zones, Spell/Hit Point Regen/Leech, 'Odd'): 32EA TO 34E9 Inclusive (512 bytes)
- Dungeon Name (appears in caption): 34EA TO 34F7 (15 bytes) Inclusive (padded with >[FF])
- Dungeon Flags/Jump Table/Settings/Switches/Whatnot: 34F8 TO 3589 (145 bytes) Inclusive
- Text strings (non-loaded 'special' events): 358A TO 37F9 (623 bytes) Inclusive
- Beastiary (32 bytes per entry) (all monsters found in this dungeon level, whether random or set encounters, along with stats, picture file, difficulty, etc): 
    - 37FA TO 3809: Shadow Lord(s)
    - 380A TO 3829: Gozman(men)
    - 382A TO 3849: Sloggoth(s)
    - 384A TO 3869: Nite Dweller(s)
    - 386A TO 3889: Diamond Dog(s)
    - 388A TO 38A9: Dark Vampire(s)
    - 38AA TO 38C9: Stalker(s)
    - 38CA TO 38E9: Black Giant(s)
    - 38EA TO 3909: Hawkin(s)
    - 39A9 TO 3929: Fire Master(s)
    - 392A TO 3949: Devourer(s)
    - 394A TO 3969: Lich(s)
    - 396A TO 3989: Stone Elemental
    - 398A TO 39A9: Ninja(s)
    - 39AA TO 39C9: Soron(s)
    - 39CA TO 39E9: Fire Guard(s)
    - 39EA TO 3A09: Daemon(s)
    - 3A0A TO 3A29: Death Reaper(s)
    - 3A2A TO 3A49: The Dark Lord
    - 3A4A TO 3A69: The Princess
- End of File padded with 00: 3A6A TO 3AE7 Inclusive (possibly room for more monster entries)



2EEA to 30E9 INCLUSIVE: DUNGEON WALL/DOOR LAYOUT (512 bytes)
Each byte represents 1 square. The bits 0 and 1 for the north side, bits 2 and 3 for the south side, bits 4 and 5 east
and bits 6 and 7 west.

00 = no walls
01 = wall
10 = door
11 = secret door

START WALL/DOOR LEVEL LAYOUT

2eea ae				0N 0E
2eeb ef				0N 1E
2eec ee ldx $eeef		0N 2E
2eed ee				0N 3E
2eee ee				0N 4E
2eef ee inc $eeee		0N 5E
2ef0 ee				0N 6E
2ef1 ee				0N 7E
2ef2 ee inc $eeee		0N 8E
2ef3 ee				0N 9E
2ef4 cf				0N 10E
2ef5 6e inc $6ecf		0N 11E
2ef6 ee				0N 12E
2ef7 ee				0N 13E
2ef8 ee inc $eeee		0N 14E
2ef9 ee				0N 15E
2efa ee				0N 16E
2efb ee inc $eeee		0N 17E
2efc ee				0N 18E
2efd ee				0N 19E
2efe ee inc $eeee		0N 20E
2eff fe				0N 21E
2f00 aa				1N 0E
2f01 ef inc $efaa,x		1N 1E
2f02 ea       nop 		1N 2E
2f03 fa       ???		1N 3E
2f04 aa       tax 		1N 4E
2f05 ea       nop 		1N 5E
2f06 eb       ???		1N 6E
2f07 ea       nop 		1N 7E
2f08 eb       ???		1N 8E
2f09 ea       nop 		1N 9E
2f0a ff       ???		1N 10E
2f0b aa       tax 		1N 11E
2f0c ea       nop 		1N 12E
2f0d ea       nop 		1N 13E
2f0e ea       nop 		1N 14E
2f0f fa       ???		1N 15E
2f10 ba       tsx 		1N 16E
2f11 aa       tax 		1N 17E
2f12 eb       ???		1N 18E
2f13 ea       nop 		1N 19E
2f14 ea       nop 		1N 20E
2f15 fa       ???		1N 21E
2f16 aa       tax 		2N 0E
2f17 ee				2N 1E
2f18 ea				2N 2E
2f19 eb inc $ebea		2N 3E
2f1a ea       nop 		2N 4E
2f1b ea       nop 		2N 5E
2f1c ee				2N 6E
2f1d ea				2N 7E
2f1e ee inc $eeea		2N 8E
2f1f ea       nop 		2N 9E
2f20 ce				2N 10E
2f21 6b				2N 11E
2f22 ea dec $ea6b		2N 12E
2f23 ea       nop 		2N 13E
2f24 ea       nop 		2N 14E
2f25 ea       nop 		2N 15
2f26 eb       ???		2N 16E
2f27 ea       nop 		2N 17E
2f28 ee				2N 18E
2f29 ea				2N 19E
2f2a eb inc $ebea		2N 20E
2f2b fa       ???		2N 21E
2f2c aa       tax 		3N 0E
2f2d eb       ???		3N 1E
2f2e ea       nop 		3N 2E
2f2f ce				3N 3E
2f30 6a				3N 4E
2f31 fa dec $fa6a		3N 5E
2f32 aa       tax 		3N 6E
2f33 fb       ???		3N 7E
2f34 aa       tax 		3N 8E
2f35 fa       ???		3N 9E
2f36 ba       tsx 		3N 10E
2f37 42       ???		3N 11E
2f38 ba       tsx 		3N 12E
2f39 aa       tax 		3N 13E
2f3a ea       nop 		3N 14E
2f3b eb       ???		3N 15E
2f3c ee				3N 16E
2f3d fa				3N 17E
2f3e aa inc $aafa		3N 18E
2f3f fa       ???		3N 19E
2f40 ae				3N 20E
2f41 fa				3N 21E
2f42 aa ldx $aafa		4N 0E
2f43 ee				4N 1E
2f44 ea				4N 2E
2f45 eb inc $ebea		4N 3E
2f46 ea       nop 		4N 4E
2f47 ea       nop 		4N 5E
2f48 ea       nop 		4N 6E
2f49 ef       ???		4N 7E
2f4a eb       ???		4N 8E
2f4b eb       ???		4N 9E
2f4c fb       ???		4N 10E
2f4d 48       pha 		4N 11E
2f4e ab       ???		4N 12E
2f4f ea       nop 		4N 13E
2f50 fa       ???		4N 14E
2f51 ae				4N 15E
2f52 ea				4N 16E
2f53 ea ldx $eaea		4N 17E
2f54 ea       nop 		4N 18E
2f55 ea       nop 		4N 19E
2f56 ea       nop 		4N 20E
2f57 fa       ???		4N 21E
2f58 aa       tax 		5N 0E
2f59 eb       ???		5N 1E
2f5a ea       nop 		5N 2E
2f5b ef       ???		5N 3E
2f5c ea       nop 		5N 4E
2f5d eb       ???		5N 5E
2f5e fa       ???		5N 6E
2f5f ae				5N 7E
2f60 ee				5N 8E
2f61 ee ldx $eeee		5N 9E
2f62 ee				5N 10E
2f63 f2				5N 11E
2f64 ae inc $aef2		5N 12E
2f65 ea       nop 		5N 13E
2f66 eb       ???		5N 14E
2f67 ea       nop 		5N 15E
2f68 ea       nop 		5N 16E
2f69 ea       nop 		5N 17E
2f6a ea       nop 		5N 18E
2f6b ea       nop 		5N 19E
2f6c ea       nop 		5N 20E
2f6d fa       ???		5N 21E
2f6e aa       tax 		6N 0E
2f6f ee				6N 1E
2f70 fa				6N 2E
2f71 ae inc $aefa		6N 3E
2f72 ea       nop 		6N 4E
2f73 ee				6N 5E
2f74 fa				6N 6E
2f75 ab inc $abfa		6N 7E
2f76 eb       ???		6N 8E
2f77 e8       inx 		6N 9E
2f78 eb       ???		6N 10E
2f79 fb       ???		6N 11E
2f7a aa       tax 		6N 12E
2f7b ea       nop 		6N 13E
2f7c ee				6N 14E
2f7d ea				6N 15E
2f7e fa inc $faea		6N 16E
2f7f ba       tsx 		6N 17E
2f80 bb       ???		6N 18E
2f81 aa       tax 		6N 19E
2f82 ea       nop 		6N 20E
2f83 fa       ???		6N 21E
2f84 aa       tax 		7N 0E
2f85 eb       ???		7N 1E
2f86 ea       nop 		7N 2E
2f87 ea       nop 		7N 3E
2f88 ea       nop 		7N 4E
2f89 fa       ???		7N 5E
2f8a aa       tax 		7N 6E
2f8b ef       ???		7N 7E
2f8c fe				7N 8E
2f8d b2				7N 9E
2f8e ae inc $aeb2,x		7N 10E
2f8f fe				7N 11E
2f90 aa				7N 12E
2f91 ea inc $eaaa,x		7N 13E
2f92 fa       ???		7N 14E
2f93 ab       ???		7N 15E
2f94 ea       nop 		7N 16E
2f95 ea       nop 		7N 17E
2f96 ee				7N 18E
2f97 eb				7N 19E
2f98 ea inc $eaeb		7N 20E
2f99 fa       ???		7N 21E
2f9a aa       tax 		8N 0E
2f9b ee				8N 1E
2f9c fa				8N 2E
2f9d aa inc $aafa		8N 3E
2f9e fa       ???		8N 4E
2f9f aa       tax 		8N 5E
2fa0 fa       ???		8N 6E
2fa1 ae				8N 7E
2fa2 fa				8N 8E
2fa3 ba ldx $bafa		8N 9E
2fa4 ba       tsx 		8N 10E
2fa5 ba       tsx 		8N 11E
2fa6 aa       tax 		8N 12E
2fa7 ea       nop 		8N 13E
2fa8 ea       nop 		8N 14E
2fa9 ee				8N 15E
2faa ea				8N 16E
2fab ea inc $eaea		8N 17E
2fac fa       ???		8N 18E
2fad be				8N 19E
2fae aa				8N 20E
2faf fa ldx $faaa,y		8N 21E
2fb0 aa       tax 		9N 0E
2fb1 fa       ???		9N 1E
2fb2 aa       tax 		9N 2E
2fb3 eb       ???		9N 3E
2fb4 ea       nop 		9N 4E
2fb5 eb       ???		9N 5E
2fb6 ea       nop 		9N 6E
2fb7 eb       ???		9N 7E
2fb8 fb       ???		9N 8E
2fb9 ba       tsx 		9N 9E
2fba bb       ???		9N 10E
2fbb 8b       ???		9N 11E
2fbc 6a       ror a		9N 12E
2fbd ea       nop 		9N 13E
2fbe ee				9N 14E
2fbf ea				9N 15E
2fc0 eb inc $ebea		9N 16E
2fc1 fa       ???		9N 17E
2fc2 ba       tsx 		9N 18E
2fc3 ab       ???		9N 19E
2fc4 fb       ???		9N 20E
2fc5 ba       tsx 		9N 21E
2fc6 aa       tax 		10N 0E
2fc7 ea       nop 		10N 1E
2fc8 ea       nop 		10N 2E
2fc9 ee				10N 3E
2fca ea				10N 4E
2fcb ff inc $ffea		10N 5E
2fcc aa       tax 		10N 6E
2fcd fe				10N 7E
2fce ae				10N 8E
2fcf fa inc $faae,x		10N 9E
2fd0 ae				10N 10E
2fd1 fe				10N 11E
2fd2 aa ldx $aafe		10N 12E
2fd3 fb       ???		10N 13E
2fd4 aa       tax 		10N 14E
2fd5 ea       nop 		10N 15E
2fd6 ee				10N 16E
2fd7 ea				10N 17E
2fd8 ea inc $eaea		10N 18E
2fd9 ee				10N 19E
2fda ee				10N 20E
2fdb fa inc $faee		10N 21E
2fdc ba       tsx 		11N 0E
2fdd aa       tax 		11N 1E
2fde eb       ???		11N 2E
2fdf eb       ???		11N 3E
2fe0 ea       nop 		11N 4E
2fe1 ef       ???		11N 5E
2fe2 ea       nop 		11N 6E
2fe3 fa       ???		11N 7E
2fe4 aa       tax 		11N 8E
2fe5 fa       ???		11N 9E
2fe6 aa       tax 		11N 10E
2fe7 fa       ???		11N 11E
2fe8 aa       tax 		11N 12E
2fe9 ee				11N 13E
2fea ea				11N 14E
2feb fa inc $faea		11N 15E
2fec aa       tax 		11N 16E
2fed eb       ???		11N 17E
2fee ea       nop 		11N 18E
2fef eb       ???		11N 19E
2ff0 ea       nop 		11N 20E
2ff1 fa       ???		11N 21E
2ff2 aa       tax 		12N 0E
2ff3 ea       nop 		12N 1E
2ff4 ee				12N 2E
2ff5 ee				12N 3E
2ff6 ea inc $eaee		12N 4E
2ff7 fe				12N 5E
2ff8 aa				12N 6E
2ff9 fa inc $faaa,x		12N 7E
2ffa aa       tax 		12N 8E
2ffb fa       ???		12N 9E
2ffc aa       tax 		12N 10E
2ffd fa       ???		12N 11E
2ffe aa       tax 		12N 12E
2fff ea       nop 		12N 13E
3000 ea       nop 		12N 14E
3001 ea       nop 		12N 15E
3002 ea       nop 		12N 16E
3003 ee				12N 17E
3004 ea				12N 18E
3005 fe inc $feea		12N 19E
3006 ba       tsx 		12N 20E
3007 ba       tsx 		12N 21E
3008 aa       tax 		13N 0E
3009 eb       ???		13N 1E
300a fb       ???		13N 2E
300b aa       tax 		13N 3E
300c fa       ???		13N 4E
300d aa       tax 		13N 5E
300e ea       nop 		13N 6E
300f fa       ???		13N 7E
3010 ab       ???		13N 8E
3011 fa       ???		13N 9E
3012 a8       tay 		13N 10E
3013 fb       ???		13N 11E
3014 aa       tax 		13N 12E
3015 ea       nop 		13N 13E
3016 ea       nop 		13N 14E
3017 ff       ???		13N 15E
3018 ea       nop 		13N 16E
3019 ea       nop 		13N 17E
301a ea       nop 		13N 18E
301b ea       nop 		13N 19E
301c eb       ???		13N 20E
301d fa       ???		13N 21E
301e aa       tax 		14N 0E
301f ee				14N 1E
3020 ee				14N 2E
3021 ea inc $eaee		14N 3E
3022 ea       nop 		14N 4E
3023 fa       ???		14N 5E
3024 aa       tax 		14N 6E
3025 ea       nop 		14N 7E
3026 fe				14N 8E
3027 a8				14N 9E
3028 f0 inc $f0a8,x		14N 10E
3029 ae				14N 11E
302a ea				14N 12E
302b fb ldx $fbea		14N 13E
302c aa       tax 		14N 14E
302d ea       nop 		14N 15E
302e eb       ???		14N 16E
302f ea       nop 		14N 17E
3030 fa       ???		14N 18E
3031 aa       tax 		14N 19E
3032 ee				14N 20E
3033 fa				14N 21E
3034 aa inc $aafa		15N 0E
3035 ea       nop 		15N 1E
3036 fb       ???		15N 2E
3037 ba       tsx 		15N 3E
3038 ba       tsx 		15N 4E
3039 ab       ???		15N 5E
303a ea       nop 		15N 6E
303b ea       nop 		15N 7E
303c fb       ???		15N 8E
303d a2				15N 9E
303e f2    ldx #$f2		15N 10E
303f ab       ???		15N 11E
3040 ea       nop 		15N 12E
3041 ee				15N 13E
3042 ea				15N 14E
3043 ea inc $eaea		15N 15E
3044 ee				15N 16E
3045 ea				15N 17E
3046 ea inc $eaea		15N 18E
3047 fa       ???		15N 19E
3048 ea       nop 		15N 20E
3049 fa       ???		15N 21E
304a aa       tax 		16N 0E
304b ea       nop 		16N 1E
304c ef       ???		16N 2E
304d ea       nop 		16N 3E
304e ea       nop 		16N 4E
304f ee				16N 5E
3050 eb				16N 6E
3051 fa inc $faeb		16N 7E
3052 ae				16N 8E
3053 ea				16N 9E
2054 ea ldx $eaea		16N 10E
3055 fe				16N 11E
3056 aa				16N 12E
3057 ea inc $eaaa,x		16N 13E
3058 fa       ???		16N 14E
3059 ab       ???		16N 15E
305a ea       nop 		16N 16E
305b ea       nop 		16N 17E
305c eb       ???		16N 18E
305d ea       nop 		16N 19E
305e ea       nop 		16N 20E
305f fa       ???		16N 21E
3060 ba       tsx 		17N 0E
3061 aa       tax 		17N 1E
3062 ef       ???		17N 2E
3063 ea       nop 		17N 3E
3064 fb       ???		17N 4E
3065 aa       tax 		17N 5E
3066 ee				17N 6E
3067 fa				17N 7E
3068 aa inc $aafa		17N 8E
3069 ea       nop 		17N 9E
306a ea       nop 		17N 10E
306b fa       ???		17N 11E
306c ba       tsx 		17N 12E
306d ab       ???		17N 13E
306e ea       nop 		17N 14E
306f fe				17N 15E
3070 aa				17N 16E
3071 ea inc $eaaa,x		17N 17E
3072 ee				17N 18E
3073 eb				17N 19E
3074 fa inc $faeb		17N 20E
3075 fa       ???		17N 21E
3076 aa       tax 		18N 0E
3077 eb       ???		18N 1E
3078 ef       ???		18N 2E
3079 eb       ???		18N 3E
307a ee				18N 4E
307b ea				18N 5E
307c fa inc $faea		18N 6E
307d ba       tsx 		18N 7E
307e aa       tax 		18N 8E
307f ea       nop 		18N 9E
3080 ea       nop 		18N 10E
3081 fa       ???		18N 11E
3082 aa       tax 		18N 12E
3083 ee				18N 13E
3084 ea				18N 14E
3085 ea inc $eaea		18N 15E
3086 ea       nop 		18N 16E
3087 ea       nop 		18N 17E
3088 fb       ???		18N 18E
3089 ea       nop 		18N 19E
308a ea       nop 		18N 20E
308b fa       ???		18N 21E
308c ba       tsx 		19N 0E
308d af       ???		19N 1E
308e ee				19N 2E
308f ee				19N 3E
3090 ea inc $eaee		19N 4E
3091 ea       nop 		19N 5E
3092 ea       nop 		19N 6E
3093 fb       ???		19N 7E
3094 ab       ???		19N 8E
3095 e8       inx 		19N 9E
3096 e8       inx 		19N 10E
3097 fb       ???		19N 11E
3098 ab       ???		19N 12E
3099 ea       nop 		19N 13E
309a ea       nop 		19N 14E
309b aa       tax 		19N 15E
309c eb       ???		19N 16E
309d ea       nop 		19N 17E
309e ea       nop 		19N 18E
309f ea       nop 		19N 19E
30a0 aa       tax 		19N 20E
30a1 f8       sed 		19N 21E
30a2 aa       tax 		20N 0E
30a3 fe				20N 1E
30a4 bb				20N 2E
30a5 ba inc $babb,x		20N 3E
30a6 ab       ???		20N 4E
30a7 ea       nop 		20N 5E
30a8 fa       ???		20N 6E
30a9 ae				20N 7E
30aa ee				20N 8E
30ab e2 ldx $e2ee		20N 9E
30ac e2       ???		20N 10E
30ad ef       ???		20N 11E
30ae ff       ???		20N 12E
30af aa       tax 		20N 13E
30b0 ea       nop 		20N 14E
30b1 ea       nop 		20N 15E
30b2 fb       ???		20N 16E
30b3 aa       tax 		20N 17E
30b4 ea       nop 		20N 18E
30b5 ea       nop 		20N 19E
30b6 fa       ???		20N 20E
30b7 b2       ???		20N 21E
30b8 ab       ???		21N 0E
30b9 eb       ???		21N 1E
30ba ef       ???		21N 2E
30bb eb       ???		21N 3E
30bc ef       ???		21N 4E
30bd eb       ???		21N 5E
30be fb       ???		21N 6E
30bf ab       ???		21N 7E
30c0 eb       ???		21N 8E
30c1 eb       ???		21N 9E
30c2 cb       ???		21N 10E
30c3 5f       ???		21N 11E
30c4 3f       ???		21N 12E
30c5 ab       ???		21N 13E
30c6 eb       ???		21N 14E
30c7 eb       ???		21N 15E
30c8 ef       ???		21N 16E
30c9 eb       ???		21N 17E
30ca eb       ???		21N 18E
30cb eb       ???		21N 19E
30cc fb       ???		21N 20E
30cd bb       ???		21N 21E
30ce ea       nop 
30cf ea       nop 
30d0 ea       nop 
30d1 ea       nop 
30d2 ea       nop 
30d3 ea       nop 
30d4 ea       nop 
30d5 ea       nop 
30d6 ea       nop 
30d7 ea       nop 
30d8 ea       nop 
30d9 ea       nop 
30da ea       nop 
30db ea       nop 
30dc ea       nop 
30dd ea       nop 
30de ea       nop 
30df ea       nop 
30e0 ea       nop 
30e1 ea       nop 
30e2 ea       nop 
30e3 ea       nop 
30e4 ea       nop 
30e5 ea       nop 
30e6 ea       nop 
30e7 ea       nop 
30e8 ea       nop 
30e9 ea       nop 




START DUNGEON EVENT MAP 1 OF 2 0N0E TO 21N21E AS PER WALL/DOOR MAP SEQUENCE
FROM 30EA TO 32E9 INCLUSIVE
DOES NOT MARK SPINNERS, ANTIMAGIC ZONES, SILENCE ZONES, ET AL...
Bit 7 set to 1 = Increased chance of random combat encounter here; bit clears to 0 after
Bit 6 set to 1 = Portal Up (-1)
Bit 5 set to 1 = Portal Down (+1)
Bit 4 set to 1 = Trap
Bit 3 set to 1 = Darkness!
Bit 2 set to 1 = Special event flag; loaded via (probably) some dumb silly lookup table somewhere 
Bit 1 set to 1 = Stairs Down (+1)
Bit 0 set to 1 = Stairs Up (-1)
Dungeon Direction: DESCENDING

30ea ea       nop 		0N 0E
30eb ea       nop 
30ec ea       nop 
30ed ea       nop 
30ee ea       nop 
30ef ea       nop 
30f0 ea       nop 
30f1 ea       nop 
30f2 ea       nop 
30f3 ea       nop 
30f4 ea       nop 
30f5 e2       ???		0N 11E			00001000 (DARKNESS)
30f6 e2       ???		0N 12E			00001000 (DARKNESS)
30f7 e2       ???		0N 13E			00001000 (DARKNESS)
30f8 e2       ???		0N 14E			00001000 (DARKNESS)
30f9 e2       ???		0N 15E			00001000 (DARKNESS)
30fa e2       ???		0N 16E			00001000 (DARKNESS)
30fb e2       ???		0N 17E			00001000 (DARKNESS)
30fc e2       ???		0N 18E			00001000 (DARKNESS)
30fd e2       ???		0N 19E			00001000 (DARKNESS)
30fe e2       ???		0N 20E			00001000 (DARKNESS)
30ff e2       ???		0N 21E			00001000 (DARKNESS)
3100 ea       nop 		1N 0E
3101 ea       nop 
3102 ea       nop 
3103 ea       nop 
3104 ea       nop 
3105 ea       nop 
3106 ea       nop 
3107 ea       nop 
3108 ea       nop 
3109 ea       nop 
310a 6a       ror a		1N 10E			10000000 (CHANCE OF RANDOM COMBAT)
310b e2       ???		1N 11E			00001000 (DARKNESS)
310c e2       ???		1N 12E			00001000 (DARKNESS)
310d e2       ???		1N 13E			00001000 (DARKNESS)
310e e2       ???		1N 14E			00001000 (DARKNESS)
310f e2       ???		1N 15E			00001000 (DARKNESS)
3110 62       ???		1N 16E			10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3111 e2       ???		1N 17E			00001000 (DARKNESS)
3112 e2       ???		1N 18E			00001000 (DARKNESS)
3113 e2       ???		1N 19E			00001000 (DARKNESS)
3114 e2       ???		1N 20E			00001000 (DARKNESS)
3115 e2       ???		1N 21E			00001000 (DARKNESS)
3116 ea       nop 		2N 0E
3117 ea       nop 
3118 ea       nop 
3119 ea       nop 
311a ea       nop 
311b ea       nop 
311c ea       nop 
311d ea       nop 
311e ea       nop 
311f ea       nop 
3120 ea       nop 
3121 e2       ???		2N 11E			00001000 (DARKNESS)
3122 e2       ???		2N 12E			00001000 (DARKNESS)
3123 e2       ???		2N 13E			00001000 (DARKNESS)
3124 e2       ???		2N 14E			00001000 (DARKNESS)
3125 e2       ???		2N 15E			00001000 (DARKNESS)
3126 e2       ???		2N 16E			00001000 (DARKNESS)
3127 e2       ???		2N 17E			00001000 (DARKNESS)
3128 e2       ???		2N 18E			00001000 (DARKNESS)
3129 e2       ???		2N 19E			00001000 (DARKNESS)
312a e2       ???		2N 20E			00001000 (DARKNESS)
312b e2       ???		2N 21E			00001000 (DARKNESS)
312c ea       nop 		3N 0E
312d ea       nop 
312e ea       nop 
312f 6a       ror a		3N 3E			10000000 (CHANCE OF RANDOM COMBAT)
3130 ea       nop 
3131 ea       nop 
3132 ea       nop 
3133 fa       ???		3N 7E			00010000 (TRAP)
3134 ea       nop
3135 ea       nop 
3136 ea       nop 
3137 e2       ???		3N 11E			00001000 (DARKNESS)
3138 e2       ???		3N 12E			00001000 (DARKNESS)
3139 e2       ???		3N 13E			00001000 (DARKNESS)
313a e2       ???		3N 14E			00001000 (DARKNESS)
313b e2       ???		3N 15E			00001000 (DARKNESS)
313c e2       ???		3N 16E			00001000 (DARKNESS)
313d e2       ???		3N 17E			00001000 (DARKNESS)
313e e2       ???		3N 18E			00001000 (DARKNESS)
313f e2       ???		3N 19E			00001000 (DARKNESS)
3140 62       ???		3N 20E			10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3141 e2       ???		3N 21E			00001000 (DARKNESS)
3142 ea       nop 		4N 0E
3143 ea       nop 
3144 ea       nop 
3145 ea       nop 
3146 ea       nop 
3147 ea       nop 
3148 ea       nop 
3149 ea       nop 
314a ea       nop 
314b ea       nop 
314c ea       nop 
314d e2       ???		4N 11E			00001000 (DARKNESS)
314e e2       ???		4N 12E			00001000 (DARKNESS)
314f e2       ???		4N 13E			00001000 (DARKNESS)
3150 e2       ???		4N 14E			00001000 (DARKNESS)
3151 e2       ???		4N 15E			00001000 (DARKNESS)
3152 e2       ???		4N 16E			00001000 (DARKNESS)
3153 e2       ???		4N 17E			00001000 (DARKNESS)
3154 e2       ???		4N 18E			00001000 (DARKNESS)
3155 e2       ???		4N 19E			00001000 (DARKNESS)
3156 e2       ???		4N 20E			00001000 (DARKNESS)
3157 e2       ???		4N 21E			00001000 (DARKNESS)
3158 ea       nop 		5N 0E
3159 ea       nop 
315a ea       nop 
315b ea       nop 
315c ea       nop 
315d ea       nop 
315e ea       nop 
315f ea       nop 
3160 fa       ???		5N 8E			00010000 (TRAP)
3161 fa       ???		5N 9E			00010000 (TRAP)
3162 fa       ???		5N 10E			00010000 (TRAP)
3163 ea       nop 
3164 e2       ???		5N 12E			00001000 (DARKNESS)
3165 e2       ???		5N 13E			00001000 (DARKNESS)
3166 e2       ???		5N 14E			00001000 (DARKNESS)
3167 e2       ???		5N 15E			00001000 (DARKNESS)
3168 e2       ???		5N 16E			00001000 (DARKNESS)
3169 e2       ???		5N 17E			00001000 (DARKNESS)
316a e2       ???		5N 18E			00001000 (DARKNESS)
316b e2       ???		5N 19E			00001000 (DARKNESS)
316c e2       ???		5N 20E			00001000 (DARKNESS)
316d e2       ???		5N 21E			00001000 (DARKNESS)
316e ea       nop 		6N 0E
316f ea       nop 
3170 ea       nop 
3171 ea       nop 
3172 ea       nop 
3173 ea       nop 
3174 ea       nop 
3175 ea       nop 
3176 ea       nop 
3177 ea       nop 
3178 ea       nop 
3179 ea       nop 
317a e2       ???		6N 12E			00001000 (DARKNESS)
317b e2       ???		6N 13E			00001000 (DARKNESS)
317c e2       ???		6N 14E			00001000 (DARKNESS)
317d e2       ???		6N 15E			00001000 (DARKNESS)
317e e2       ???		6N 16E			00001000 (DARKNESS)
317f e2       ???		6N 17E			00001000 (DARKNESS)
3180 62       ???		6N 18E			10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3181 e2       ???		6N 19E			00001000 (DARKNESS)	
3182 e2       ???		6N 20E			00001000 (DARKNESS)
3183 e2       ???		6N 21E			00001000 (DARKNESS)
3184 ea       nop 		7N 0E
3185 ea       nop 
3186 ea       nop 
3187 ea       nop 
3188 ea       nop 
3189 ea       nop 
318a ea       nop 
318b ea       nop 
318c ea       nop 
318d ea       nop 
318e ea       nop 
318f ea       nop 
3190 e2       ???		7N 12E			00001000 (DARKNESS)
3191 e2       ???		7N 13E			00001000 (DARKNESS)
3192 e2       ???		7N 14E			00001000 (DARKNESS)
3193 e2       ???		7N 15E			00001000 (DARKNESS)
3194 e2       ???		7N 16E			00001000 (DARKNESS)
3195 e2       ???		7N 17E			00001000 (DARKNESS)
3196 e2       ???		7N 18E			00001000 (DARKNESS)
3197 e2       ???		7N 19E			00001000 (DARKNESS)
3198 e2       ???		7N 20E			00001000 (DARKNESS)
3199 e2       ???		7N 21E			00001000 (DARKNESS)
319a ea       nop 		8N 0E
319b ea       nop 
319c ea       nop 
319d ea       nop 
319e ea       nop 
319f ea       nop 
31a0 ea       nop 
31a1 ea       nop 
31a2 ea       nop 
31a3 ee				8N 9E			00000100 (SPECIAL EVENT FLAG)
31a4 ea	
31a5 ea inc $eaea
31a6 e2       ???		8N 12E			00001000 (DARKNESS)
31a7 e2       ???		8N 13E			00001000 (DARKNESS)
31a8 e2       ???		8N 14E			00001000 (DARKNESS)
31a9 e2       ???		8N 15E			00001000 (DARKNESS)
31aa e2       ???		8N 16E			00001000 (DARKNESS)
31ab e2       ???		8N 17E			00001000 (DARKNESS)
31ac e2       ???		8N 18E			00001000 (DARKNESS)
31ad e2       ???		8N 19E			00001000 (DARKNESS)
31ae e2       ???		8N 20E			00001000 (DARKNESS)
31af e2       ???		8N 21E			00001000 (DARKNESS)
31b0 ea       nop 		9N 0E
31b1 ea       nop 
31b2 ea       nop 
31b3 ea       nop 
31b4 ea       nop 
31b5 ea       nop 
31b6 ea       nop 
31b7 ea       nop 
31b8 ea       nop 
31b9 ea       nop 
31ba ea       nop 
31bb ea       nop 
31bc e2       ???		9N 12E			00001000 (DARKNESS)
31bd e2       ???		9N 13E			00001000 (DARKNESS)
31be e2       ???		9N 14E			00001000 (DARKNESS)
31bf e2       ???		9N 15E			00001000 (DARKNESS)
31c0 e2       ???		9N 16E			00001000 (DARKNESS)
31c1 e2       ???		9N 17E			00001000 (DARKNESS)
31c2 e2       ???		9N 18E			00001000 (DARKNESS)
31c3 e2       ???		9N 19E			00001000 (DARKNESS)
31c4 e2       ???		9N 20E			00001000 (DARKNESS)
31c5 e2       ???		9N 21E			00001000 (DARKNESS)
31c6 ea       nop 		10N 0E
31c7 ea       nop 
31c8 ea       nop 
31c9 ea       nop 
31ca ea       nop 
31cb e6				10N 5E			00001100 (DARKNESS; SPECIAL EVENT FLAG)
31cc ea    inc $ea		
31cd ea       nop 
31ce ea       nop 
31cf ee
31d0 6a				10N 10E			10000000 (CHANCE OF RANDOM COMBAT)
31d1 ea inc $ea6a
31d2 e2       ???		10N 12E			00001000 (DARKNESS)
31d3 e2       ???		10N 13E			00001000 (DARKNESS)
31d4 e2       ???		10N 14E			00001000 (DARKNESS)
31d5 e2       ???		10N 15E			00001000 (DARKNESS)
31d6 e2       ???		10N 16E			00001000 (DARKNESS)
31d7 e2       ???		10N 17E			00001000 (DARKNESS)
31d8 e2       ???		10N 18E			00001000 (DARKNESS)
31d9 e2       ???		10N 19E			00001000 (DARKNESS)
31da e2       ???		10N 20E			00001000 (DARKNESS)
31db e2       ???		10N 21E			00001000 (DARKNESS)
31dc ea       nop 		11N 0E
31dd ea       nop 
31de ea       nop 
31df ea       nop 
31e0 ea       nop 
31e1 ea       nop 
31e2 ea       nop 
31e3 ea       nop 
31e4 ea       nop 
31e5 ea       nop 
31e6 ea       nop 
31e7 ea       nop 
31e8 e2       ???		11N 12E			00001000 (DARKNESS)
31e9 e2       ???		11N 13E			00001000 (DARKNESS)
31ea e2       ???		11N 14E			00001000 (DARKNESS)
31eb e2       ???		11N 15E			00001000 (DARKNESS)
31ec e2       ???		11N 16E			00001000 (DARKNESS)
31ed e2       ???		11N 17E			00001000 (DARKNESS)
31ee e2       ???		11N 18E			00001000 (DARKNESS)
31ef e2       ???		11N 19E			00001000 (DARKNESS)
31f0 e2       ???		11N 20E			00001000 (DARKNESS)
31f1 e2       ???		11N 21E			00001000 (DARKNESS)
31f2 ea       nop 		12N 0E
31f3 ea       nop 
31f4 ea       nop 
31f5 ea       nop 
31f6 ea       nop 
31f7 ea       nop 
31f8 ea       nop 
31f9 ea       nop 
31fa ea       nop 
31fb ea       nop 
31fc ea       nop 
31fd 6a       ror a		12N 11E			10000000 (CHANCE OF RANDOM COMBAT)
31fe e2       ???		12N 12E			00001000 (DARKNESS)
31ff e2       ???		12N 13E			00001000 (DARKNESS)
3200 e2       ???		12N 14E			00001000 (DARKNESS)
3201 e2       ???		12N 15E			00001000 (DARKNESS)
3202 e2       ???		12N 16E			00001000 (DARKNESS)
3203 e2       ???		12N 17E			00001000 (DARKNESS)
3204 e2       ???		12N 18E			00001000 (DARKNESS)
3205 e2       ???		12N 19E			00001000 (DARKNESS)
3206 e2       ???		12N 20E			00001000 (DARKNESS)
3207 e2       ???		12N 21E			00001000 (DARKNESS)
3208 ea       nop 		13N 0E
3209 ea       nop 
320a 6a       ror a		13N 2E			10000000 (CHANCE OF RANDOM COMBAT)
320b ea       nop 	
320c ea       nop 
320d ea       nop 
320e ea       nop 
320f ea       nop 
3210 ea       nop 
3211 ee				13N 9E			00000100 (SPECIAL EVENT FLAG)
3212 6a				13N 10E			10000000 (CHANCE OF RANDOM COMBAT)
3213 ea inc $ea6a
3214 e2       ???		13N 12E			00001000 (DARKNESS)
3215 e2       ???		13N 13E			00001000 (DARKNESS)
3216 e2       ???		13N 14E			00001000 (DARKNESS)
3217 e2       ???		13N 15E			00001000 (DARKNESS)
3218 e2       ???		13N 16E			00001000 (DARKNESS)
3219 e2       ???		13N 17E			00001000 (DARKNESS)
321a e2       ???		13N 18E			00001000 (DARKNESS)
321b e2       ???		13N 19E			00001000 (DARKNESS)
321c e2       ???		13N 20E			00001000 (DARKNESS)
321d e2       ???		13N 21E			00001000 (DARKNESS)
321e ea       nop 		14N 0E
321f ea       nop 
3220 ea       nop 
3221 ea       nop 
3222 ea       nop 
3223 ea       nop 
3224 ea       nop 
3225 ea       nop 
3226 ea       nop 
3227 ea       nop 
3228 ea       nop 
3229 e2       ???		14N 11E			00001000 (DARKNESS)
322a e2       ???		14N 12E			00001000 (DARKNESS)
322b e2       ???		14N 13E			00001000 (DARKNESS)
322c e2       ???		14N 14E			00001000 (DARKNESS)
322d e2       ???		14N 15E			00001000 (DARKNESS)
322e e2       ???		14N 16E			00001000 (DARKNESS)
322f e2       ???		14N 17E			00001000 (DARKNESS)
3230 e2       ???		14N 18E			00001000 (DARKNESS)
3231 e2       ???		14N 19E			00001000 (DARKNESS)
3232 e2       ???		14N 20E			00001000 (DARKNESS)
3233 e2       ???		14N 21E			00001000 (DARKNESS)
3234 ea       nop 		15N 0E
3235 ea       nop
3236 ea       nop 
3237 ea       nop 
3238 ea       nop 
3239 ea       nop 
323a ea       nop 
323b ea       nop 
323c ea       nop 
323d ea       nop 
323e ea       nop 
323f e2       ???		15N 11E			00001000 (DARKNESS)
3240 e2       ???		15N 12E			00001000 (DARKNESS)
3241 e2       ???		15N 13E			00001000 (DARKNESS)
3242 e2       ???		15N 14E			00001000 (DARKNESS)
3243 e2       ???		15N 15E			00001000 (DARKNESS)
3244 e2       ???		15N 16E			00001000 (DARKNESS)
3245 e2       ???		15N 17E			00001000 (DARKNESS)
3246 e2       ???		15N 18E			00001000 (DARKNESS)
3247 e2       ???		15N 19E			00001000 (DARKNESS)
3248 e2       ???		15N 20E			00001000 (DARKNESS)
3249 e2       ???		15N 21E			00001000 (DARKNESS)
324a ea       nop 		16N 0E
324b ea       nop 
324c ea       nop 
324d ea       nop 
324e ea       nop 
324f ea       nop 
3250 ea       nop 
3251 ea       nop 
3252 ea       nop 
3253 ea       nop 
3254 ea       nop 
3255 ea       nop 
3256 e2       ???		16N 12E			00001000 (DARKNESS)
3257 e2       ???		16N 13E			00001000 (DARKNESS)
3258 e2       ???		16N 14E			00001000 (DARKNESS)
3259 e2       ???		16N 15E			00001000 (DARKNESS)
325a e2       ???		16N 16E			00001000 (DARKNESS)
325b e2       ???		16N 17E			00001000 (DARKNESS)
325c e2       ???		16N 18E			00001000 (DARKNESS)
325d e2       ???		16N 19E			00001000 (DARKNESS)
325e e2       ???		16N 20E			00001000 (DARKNESS)
325f e2       ???		16N 21E			00001000 (DARKNESS)
3260 ea       nop 		17N 0E
3261 ea       nop 
3262 ea       nop 
3263 ea       nop 
3264 ea       nop 
3265 ea       nop 
3266 ea       nop 
3267 ea       nop 
3268 ea       nop 
3269 ea       nop 
326a ea       nop 
326b ea       nop 
326c e2       ???		17N 12E			00001000 (DARKNESS)
326d 62       ???		17N 13E			10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
326e e2       ???		17N 14E			00001000 (DARKNESS)
326f e2       ???		17N 15E			00001000 (DARKNESS)
3270 62       ???		17N 16E			10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3271 e2       ???		17N 17E			00001000 (DARKNESS)
3272 e2       ???		17N 18E			00001000 (DARKNESS)
3273 e2       ???		17N 19E			00001000 (DARKNESS)
3274 e2       ???		17N 20E			00001000 (DARKNESS)
3275 e2       ???		17N 21E			00001000 (DARKNESS)
3276 eb       ???		18N 0E			00000001 (STAIRS UP)
3277 ea       nop 
3278 ea       nop 
3279 ea       nop 
327a ea       nop 
327b ea       nop 
327c ea       nop 
327d ea       nop 
327e ea       nop 
327f ea       nop 
3280 ea       nop 
3281 ea       nop 
3282 e2       ???		18N 12E			00001000 (DARKNESS)
3283 e2       ???		18N 13E			00001000 (DARKNESS)
3284 e2       ???		18N 14E			00001000 (DARKNESS)
3285 e2       ???		18N 15E			00001000 (DARKNESS)
3286 e2       ???		18N 16E			00001000 (DARKNESS)
3287 e2       ???		18N 17E			00001000 (DARKNESS)
3288 e2       ???		18N 18E			00001000 (DARKNESS)
3289 e2       ???		18N 19E			00001000 (DARKNESS)
328a e2       ???		18N 20E			00001000 (DARKNESS)
328b e2       ???		18N 21E			00001000 (DARKNESS)
328c ea       nop 		19N 0E
328d 6a       ror a		19N 1E			10000000 (CHANCE OF RANDOM COMBAT)
328e ea       nop 
328f ea       nop 
3290 ea       nop 
3291 ea       nop 
3292 ea       nop 
3293 ea       nop 
3294 ea       nop 
3295 ee				19N 9E			0000100 (SPECIAL EVENT FLAG)
3296 ee				19N 10E			0000100 (SPECIAL EVENT FLAG)
3297 ea inc $eaee
3298 e2       ???		19N 12E			00001000 (DARKNESS)
3299 e2       ???		19N 13E			00001000 (DARKNESS)
329a e2       ???		19N 14E			00001000 (DARKNESS)
329b e2       ???		19N 15E			00001000 (DARKNESS)
329c e2       ???		19N 16E			00001000 (DARKNESS)
329d e2       ???		19N 17E			00001000 (DARKNESS)
329e e2       ???		19N 18E			00001000 (DARKNESS)
329f e2       ???		19N 19E			00001000 (DARKNESS)
32a0 e2       ???		19N 20E			00001000 (DARKNESS)
32a1 e2       ???		19N 21E			00001000 (DARKNESS)
32a2 ea       nop 		20N 0E
32a3 fa       ???		20N 1E			00010000 (TRAP)
32a4 ea       nop 
32a5 ea       nop 
32a6 ea       nop 
32a7 ea       nop 
32a8 ea       nop 
32a9 ea       nop 
32aa ea       nop 
32ab ea       nop 
32ac ea       nop 
32ad ea       nop 
32ae ea       nop 
32af e2       ???		20N 13E			00001000 (DARKNESS)
32b0 e2       ???		20N 14E			00001000 (DARKNESS)
32b1 e2       ???		20N 15E			00001000 (DARKNESS)
32b2 62       ???		20N 16E			10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
32b3 f2       ???		20N 17E			00011000 (TRAP; DARKNESS)
32b4 e2       ???		20N 18E			00001000 (DARKNESS)
32b5 e2       ???		20N 19E			00001000 (DARKNESS)
32b6 e2       ???		20N 20E			00001000 (DARKNESS)
32b7 e2       ???		20N 21E			00001000 (DARKNESS)
32b8 ea       nop 		21N 0E
32b9 ea       nop 
32ba ea       nop 
32bb ea       nop 
32bc ea       nop 
32bd ea       nop 
32be ea       nop 
32bf ea       nop 
32c0 ea       nop 
32c1 ea       nop 
32c2 ee				21N 10E			00000100 (SPECIAL EVENT FLAG)
32c3 ee				21N 11E			00000100 (SPECIAL EVENT FLAG)
32c4 ee inc $eeee		21N 12E			00000100 (SPECIAL EVENT FLAG)
32c5 e2       ???		21N 13E			00001000 (DARKNESS)
32c6 e2       ???		21N 14E			00001000 (DARKNESS)
32c7 e2       ???		21N 15E			00001000 (DARKNESS)
32c8 e2       ???		21N 16E			00001000 (DARKNESS)
32c9 e2       ???		21N 17E			00001000 (DARKNESS)
32ca e2       ???		21N 18E			00001000 (DARKNESS)
32cb e2       ???		21N 19E			00001000 (DARKNESS)
32cc e2       ???		21N 20E			00001000 (DARKNESS)
32cd e6				21N 21E			00001100 (DARKNESS; SPECIAL EVENT FLAG)
32ce ea    inc $ea
32cf ea       nop 
32d0 ea       nop 
32d1 ea       nop 
32d2 ea       nop 
32d3 ea       nop 
32d4 ea       nop 
32d5 ea       nop 
32d6 ea       nop 
32d7 ea       nop 
32d8 ea       nop 
32d9 ea       nop 
32da ea       nop 
32db ea       nop 
32dc ea       nop 
32dd ea       nop 
32de ea       nop 
32df ea       nop 
32e0 ea       nop 
32e1 ea       nop 
32e2 ea       nop 
32e3 ea       nop 
32e4 ea       nop 
32e5 ea       nop 
32e6 ea       nop 
32e7 ea       nop 
32e8 ea       nop 
32e9 ea       nop



START DUNGEON EVENT MAP 2 OF 2 0N0E TO 21N21E AS PER WALL/DOOR MAP SEQUENCE
MARKS SPINNERS, ANTIMAGIC, SILENCE, SPELL/HIT POINT LOSS/REGENERATION, ODD, OTHER?...
EVENT MAP IS FROM 32EA TO 34E9 INCLUSIVE
Bit 7 set to 1 = ?????
Bit 6 set to 1 = Spell Point Leech Zone
Bit 5 set to 1 = Spell Point Regeneration Zone
Bit 4 set to 1 = Silence Zone
Bit 3 set to 1 = Odd
Bit 2 set to 1 = Hits Leech Zone
Bit 1 set to 1 = Anti-Magic Zone
Bit 0 set to 1 = Spinner


32ea ea       nop 		0N 0E
32eb ea       nop 
32ec ea       nop 
32ed ea       nop 
32ee ea       nop 
32ef ea       nop 
32f0 ea       nop 
32f1 ea       nop 
32f2 ea       nop 
32f3 ea       nop 
32f4 ea       nop 
32f5 ea       nop 
32f6 ea       nop 
32f7 ea       nop 
32f8 ea       nop 
32f9 ea       nop 
32fa ea       nop 
32fb ee				0N 17E			00000100 (Hit Point Leech Zone[4 points])
32fc ee				0N 18E			00000100 (Hit Point Leech Zone[4 points])
32fd ea inc $eaee
32fe ea       nop 
32ff ea       nop 
3300 ea       nop		1N 0E 
3301 ea       nop 
3302 ea       nop 
3303 ea       nop 
3304 ea       nop 
3305 ea       nop 
3306 ea       nop 
3307 ea       nop 
3308 ea       nop 
3309 ea       nop 
330a ea       nop 
330b ea       nop 
330c ea       nop 
330d ea       nop 
330e ea       nop 
330f ea       nop 
3310 ea       nop 
3311 ea       nop 
3312 ea       nop 
3313 ea       nop 
3314 ea       nop 
3315 ea       nop 
3316 ea       nop		2N 0E 
3317 ea       nop 
3318 ea       nop 
3319 ea       nop 
331a ea       nop 
331b ea       nop 
331c ea       nop 
331d ea       nop 
331e ea       nop 
331f ea       nop 
3320 ea       nop 
3321 ea       nop 
3322 ea       nop 
3323 ea       nop 
3324 ea       nop 
3325 ea       nop 
3326 ea       nop 
3327 ea       nop 
3328 ea       nop 
3329 ea       nop 
332a ea       nop 
332b ea       nop 
332c ea       nop 		3N 0E
332d ea       nop 
332e ea       nop 
332f ea       nop 
3330 ea       nop 
3331 ea       nop 
3332 ea       nop 
3333 ea       nop 
3334 ea       nop 
3335 ea       nop 
3336 ea       nop 
3337 ea       nop 
3338 ea       nop 
3339 ea       nop 
333a ea       nop 
333b ea       nop 
333c ea       nop 
333d ea       nop 
333e ea       nop 
333f ea       nop 
3340 ea       nop 
3341 ea       nop 
3342 ee				4N 0E			00000100 (Hit Point Leech Zone[4 points])
3343 ea
3344 ea inc $eaea
3345 ea       nop 
3346 ea       nop 
3347 ea       nop 
3348 ea       nop 
3349 ea       nop 
334a ea       nop 
334b ea       nop 
334c ea       nop 
334d ea       nop 
334e ea       nop 
334f ea       nop 
3350 ea       nop 
3351 ea       nop 
3352 ea       nop 
3353 ea       nop 
3354 ee				4N 18E			00000100 (Hit Point Leech Zone[4 points])
3355 ea
3356 ea inc $eaea
3357 ea       nop 
3358 ea       nop 		5N 0E
3359 ea       nop 
335a ea       nop 
335b ea       nop 
335c ea       nop 
335d ea       nop 
335e ea       nop 
335f ee				5N 7E			00000100 (Hit Point Leech Zone[4 points])
3360 fa				5N 8E			00010000 (SILENCE ZONE)
3361 ee inc $eefa		5N 9E			11111010
3362 ea       nop 
3363 ec				5N 11E			00000110 (Hit Point Leech Zone[4 points]; ANTI-MAGIC ZONE)
3364 ea
3365 ea cpx $eaea
3366 ea       nop 
3367 ea       nop 
3368 ea       nop 
3369 ea       nop 
336a ea       nop 
336b ea       nop 
336c ea       nop 
336d ea       nop 
336e ea       nop 		6N 0E
336f ea       nop 
3370 ea       nop 
3371 ea       nop 
3372 ea       nop 
3373 ea       nop 
3374 ea       nop 
3375 ea       nop 
3376 ea       nop 
3377 e8       inx 		6N 9E			00000010 (ANTI-MAGIC ZONE)
3378 ea       nop 
3379 ea       nop 
337a ea       nop 
337b ea       nop 
337c ea       nop 
337d ea       nop 
337e ea       nop 
337f ea       nop 
3380 ea       nop 
3381 ea       nop 
3382 ea       nop 
3383 ea       nop 
3384 ea       nop 		7N 0E
3385 ea       nop 
3386 ea       nop 
3387 ea       nop 
3388 ea       nop 
3389 ea       nop 
338a ea       nop 
338b ea       nop 
338c ea       nop 
338d ea       nop 
338e ea       nop 
338f ea       nop 
3390 ea       nop 
3391 ea       nop 
3392 ea       nop 
3393 ea       nop 
3394 ea       nop 
3395 ea       nop 
3396 ea       nop 
3397 ea       nop 
3398 ea       nop 
3399 ea       nop 
339a ea       nop 		8N 0E
339b ea       nop 
339c ea       nop 
339d ea       nop 
339e ea       nop 
339f ea       nop 
33a0 ea       nop 
33a1 ea       nop 
33a2 ea       nop 
33a3 ea       nop 
33a4 ea       nop 
33a5 ea       nop 
33a6 ea       nop 
33a7 ea       nop 
33a8 ea       nop 
33a9 ea       nop 
33aa ea       nop 
33ab ea       nop 
33ac ea       nop 
33ad ea       nop 
33ae ea       nop 
33af ea       nop 
33b0 ea       nop 		9N 0E
33b1 ea       nop 
33b2 ea       nop 
33b3 ea       nop 
33b4 ea       nop 
33b5 ea       nop 
33b6 ea       nop 
33b7 ea       nop 
33b8 ea       nop 
33b9 ea       nop 
33ba ca       dex 		9N 10E			00100000 (SPELL POINT REGENERATION ZONE)
33bb ea       nop 
33bc ea       nop 
33bd ea       nop 
33be ea       nop 
33bf ea       nop 
33c0 ea       nop 
33c1 ea       nop 
33c2 ea       nop 
33c3 ea       nop 
33c4 ea       nop 
33c5 ea       nop 
33c6 ea       nop 		10N 0E
33c7 ea       nop 
33c8 ea       nop 
33c9 ea       nop 
33ca ea       nop 
33cb ea       nop 
33cc ea       nop 
33cd ea       nop 
33ce ea       nop 
33cf ea       nop 
33d0 ea       nop 
33d1 ea       nop 
33d2 ea       nop 
33d3 ea       nop 
33d4 ea       nop 
33d5 ea       nop 
33d6 ea       nop 
33d7 ea       nop 
33d8 ea       nop 
33d9 ea       nop 
33da ea       nop 
33db ea       nop 
33dc ea       nop		11N 0E 
33dd ea       nop 
33de ea       nop 
33df ea       nop 
33e0 ea       nop 
33e1 ea       nop 
33e2 ea       nop 
33e3 ea       nop 
33e4 ea       nop 
33e5 ea       nop 
33e6 ea       nop 
33e7 ea       nop 
33e8 ea       nop 
33e9 ea       nop 
33ea ea       nop 
33eb ea       nop 
33ec ea       nop 
33ed ea       nop 
33ee ea       nop 
33ef ea       nop 
33f0 ea       nop 
33f1 ea       nop 
33f2 ea       nop 		12N 0E
33f3 ea       nop 
33f4 ea       nop 
33f5 ea       nop 
33f6 ea       nop 
33f7 ea       nop 
33f8 ea       nop 
33f9 ea       nop 
33fa ea       nop 
33fb ea       nop 
33fc ea       nop 
33fd ea       nop 
33fe ea       nop 
33ff ea       nop 
3400 ea       nop 
3401 ea       nop 
3402 ea       nop 
3403 ea       nop 
3404 ea       nop 
3405 ea       nop 
3406 ea       nop 
3407 ea       nop 
3408 ea       nop 		13N 0E
3409 ea       nop 
340a ea       nop 
340b ea       nop 
340c ea       nop 
340d ea       nop 
340e ea       nop 
340f ea       nop 
3410 ea       nop 
3411 ea       nop 
3412 ea       nop 
3413 ea       nop 
3414 ea       nop 
3415 ea       nop 
3416 ea       nop 
3417 ea       nop 
3418 ea       nop 
3419 ea       nop 
341a ea       nop 
341b ea       nop 
341c ea       nop 
341d ea       nop 
341e ea       nop 		14N 0E
341f ea       nop 
3420 ea       nop 
3421 ea       nop 
3422 ea       nop 
3423 ea       nop 
3424 ea       nop 
3425 ea       nop 
3426 ea       nop 
3427 ea       nop 
3428 ea       nop 
3429 ea       nop 
342a ea       nop 
342b ea       nop 
342c ea       nop 
342d ea       nop 
342e ea       nop 
342f ea       nop 
3430 ea       nop 
3431 ea       nop 
3432 ea       nop 
3433 ea       nop 
3434 e2       ???		15N 0E			00001000 (ODD)
3435 ea       nop 
3436 ea       nop 
3437 ea       nop 
3438 ea       nop 
3439 ea       nop 
343a ea       nop 
343b ea       nop 
343c ea       nop 
343d f8       sed 		15N 9E			00010010 (SILENCE; ANTI-MAGIC ZONE)
343e e8       inx		15N 10E			00000010 (ANTI-MAGIC ZONE) 
343f ea       nop 
3440 ea       nop 
3441 ea       nop 
3442 ea       nop 
3443 ea       nop 
3444 ea       nop 
3445 ea       nop 
3446 ea       nop 
3447 ea       nop 
3448 ea       nop 
3449 ea       nop 
344a ea       nop		16N 0E 
344b ea       nop 
344c ea       nop 
344d ea       nop 
344e ea       nop 
344f ea       nop 
3450 ea       nop 
3451 ea       nop 
3452 ea       nop 
3453 e2       ???		16N 9E			00001000 (ODD)
3454 eb       ???		16N 10E			00000001 (SPINNER)
3455 ea       nop 
3456 ea       nop 
3457 ea       nop 
3458 ea       nop 
3459 ea       nop 
345a ea       nop 
345b ea       nop 
345c ea       nop 
345d ea       nop 
345e ea       nop 
345f ea       nop 
3460 eb       ???		17N 0E			00000001 (SPINNER)
3461 eb       ???		17N 1E			00000001 (SPINNER)
3462 eb       ???		17N 2E			00000001 (SPINNER)
3463 ea       nop 
3464 ea       nop 
3465 ea       nop 
3466 ea       nop 
3467 ea       nop 
3468 ea       nop 
3469 ea       nop 
346a 6e				17N 10E			10000100 (CHANCE OF RANDOM COMBAT; Hit Point Leech Zone[4 points])
346b fa				17N 11E			00010000 (SILENCE)
346c ea ror $eafa
346d ea       nop 
346e ea       nop 
346f ea       nop 
3470 ea       nop 
3471 ea       nop 
3472 ea       nop 
3473 ea       nop 
3474 ea       nop 
3475 ea       nop 
3476 eb       ???		18N 0E			00000001 (SPINNER)
3477 eb       ???		18N 1E			00000001 (SPINNER)
3478 ea       nop 
3479 ea       nop 
347a ea       nop 
347b ea       nop 
347c ea       nop 
347d ea       nop 
347e ea       nop 
347f ee				18N 9E			00000100 (Hit Point Leech Zone[4 points])
3480 eb				18N 10E			00000001 (SPINNER)
3481 fa inc $faeb		18N 11E			00010000 (SILENCE)
3482 ea       nop 
3483 ea       nop 
3484 ea       nop 
3485 ea       nop 
3486 ea       nop 
3487 ea       nop 
3488 ea       nop 
3489 ea       nop 
348a ea       nop 
348b ea       nop 
348c eb       ???		19N 0E			00000001 (SPINNER)
348d eb       ???		19N 1E			00000001 (SPINNER)
348e ea       nop 
348f ea       nop 
3490 ea       nop 
3491 ea       nop 
3492 ea       nop 
3493 ea       nop 
3494 ea       nop 
3495 e8       inx 		19N 9E			00000010 (ANTI-MAGIC ZONE)
3496 e8       inx 		19N 10E			00000010 (ANTI-MAGIC ZONE)
3497 ea       nop 
3498 ea       nop 
3499 ea       nop 
349a ea       nop 
349b ea       nop 
349c ea       nop 
349d ea       nop 
349e ea       nop 
349f ea       nop 
34a0 ea       nop 
34a1 ea       nop 
34a2 e2       ???		20N 0E			00001000 (ODD)	
34a3 ea       nop 
34a4 ea       nop 
34a5 ea       nop 
34a6 e2       ???		20N 4E			00001000 (ODD)
34a7 ea       nop 
34a8 ea       nop 
34a9 ea       nop 
34aa ea       nop 
34ab ea       nop 
34ac ea       nop 
34ad ea       nop 
34ae ea       nop 
34af ea       nop 
34b0 ea       nop 
34b1 ea       nop 
34b2 ea       nop 
34b3 ea       nop 
34b4 ea       nop 
34b5 ea       nop 
34b6 ea       nop 
34b7 ea       nop 
34b8 ea       nop 		21N 0E
34b9 ea       nop 
34ba ea       nop 
34bb ea       nop 
34bc ea       nop 
34bd ea       nop 
34be ea       nop 
34bf ea       nop 
34c0 ea       nop 
34c1 ea       nop 
34c2 ea       nop 
34c3 ea       nop 
34c4 ea       nop 
34c5 ea       nop 
34c6 ea       nop 
34c7 ea       nop 
34c8 ea       nop 
34c9 ea       nop 
34ca ea       nop 
34cb ea       nop 
34cc ea       nop 
34cd ea       nop 		21N 21E
34ce ea       nop 
34cf ea       nop 
34d0 ea       nop 
34d1 ea       nop 
34d2 ea       nop 
34d3 ea       nop 
34d4 ea       nop 
34d5 ea       nop 
34d6 ea       nop 
34d7 ea       nop 
34d8 ea       nop 
34d9 ea       nop 
34da ea       nop 
34db ea       nop 
34dc ea       nop 
34dd ea       nop 
34de ea       nop 
34df ea       nop 
34e0 ea       nop 
34e1 ea       nop 
34e2 ea       nop 
34e3 ea       nop 
34e4 ea       nop 
34e5 ea       nop 
34e6 ea       nop 
34e7 ea       nop 
34e8 ea       nop 
34e9 ea       nop 
User avatar
Darendor
Posts: 1502
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Re: C64 BTII: FILE3075300 - Dark Domain Level 4

Post by Darendor »

Here is the rest of the disassembly for Dark Domain Level 4.

Dungeon Name, Dungeon Flags/Settings/Whathaveyou, Text strings and beastiary.

Code: Select all

BEGIN DUNGEON CAPTION 34ea - 34f7
34ea 2e				D
34eb 0b				a
34ec 18 rol $180b		r
34ed 01				k
34ee 4a    ora ($4a,x)		[SPC]
34ef 2e				D
34f0 05				o
34f1 07 rol $0705		m
34f2 0b       ???		a
34f3 03       ???		i
34f4 04       ???		n
34f5 15				>
34f6 15    ora $15,x		>
34f7 15				>


BEGIN DUNGEON FLAG SETTINGS ?(APAR, PHDO, WALL STYLE, DIFFICULTY LEVEL)? (UNCERTAIN, JUST A GUESS) 34f8-3589


34f8 e9    ora $e9,x		03
34f9 eb       ???		01
34fa ea       nop 		00
34fb ea       nop 		00
34fc e9				03
34fd ea    sbc #$ea		00
34fe ea       nop 		00
34ff ea       nop 		00
3500 ea       nop 		00
3501 ea       nop 		00
3502 ea       nop 		00
3503 ea       nop 		00
3504 eb       ???		01
3505 eb       ???		01
3506 eb       ???		01
3507 eb       ???		01
3508 eb       ???		01
3509 ea       nop 		00
350a f9				13
350b e3				09
350c f9 sbc $f9e3,y		13
350d e0				0a
350e e7    cpx #$e7		0d
350f e3       ???		09
3510 e0				0a
3511 e3    cpx #$e3		09
3512 ff       ???		15
3513 e1				0b
3514 ff    sbc ($ff,x)		15
3515 e0				0a
3516 ea    cpx #$ea		00
3517 ea       nop 		00
3518 ea       nop 		00
3519 ea       nop 		00
351a 85				6f
351b ea    sta $ea		00
351c 85				6f
351d eb    sta $eb		01
351e 9a       txs 		70
351f e8       inx 		02
3520 9a       txs 		70
3521 e9				03
3522 9b    sbc #$9b		71
3523 ea       nop 		00
3524 98       tya 		72
3525 ea       nop 		00
3526 ea       nop 		00
3527 ea       nop 		00
3528 ea       nop 		00
3529 43       ???		a9
352a ff       ???		15
352b ff       ???		15
352c e0				0a
352d ef    cpx #$ef		05
352e ff       ???		15
352f e6				0c
3530 ea    inc $ea		00
3531 ea       nop 		00
3532 ea       nop 		00
3533 ea       nop 		00
3534 ea       nop 		00
3535 ea       nop 		00
3536 ea       nop 		00
3537 ea       nop 		00
3538 ea       nop 		00
3539 ea       nop 		00
353a e9				03
353b e1    sbc #$e1		0b
353c fe				14
353d fa				10
353e fe inc $fefa,x		14
353f e8       inx 		02
3540 ea       nop 		00
3541 ea       nop 		00
3542 ea       nop 		00
3543 ea       nop 		00
3544 ea       nop 		00
3545 ea       nop 		00
3546 ea       nop 		00
3547 ea       nop 		00
3548 ea       nop 		00
3549 ea       nop 		00
354a ea       nop 		00
354b ea       nop 		00
354c ea       nop 		00
354d ea       nop 		00
354e ea       nop 		00
354f ea       nop 		00
3550 ea       nop 		00
3551 ea       nop 		00
3552 ea       nop 		00
3553 ea       nop		00 
3554 ea       nop 		00
3555 ea       nop 		00
3556 ea       nop 		00
3557 ea       nop 		00
3558 ea       nop 		00
3559 ea       nop 		00
355a ea       nop 		00
355b ea       nop 		00
355c ea       nop 		00
355d ea       nop 		00
355e ea       nop 		00
355f ea       nop 		00
3560 ea       nop 		00
3561 ea       nop 		00
3562 ea       nop 		00
3563 ea       nop 		00
3564 ea       nop 		00
3565 ea       nop 		00
3566 ea       nop 		00
3567 ea       nop 		00
3568 ea       nop 		00
3569 ea       nop 		00
356a e2       ???		08
356b e3       ???		09
356c ea       nop 		00
356d ea       nop 		00
356e ea       nop 		00
356f ea       nop 		00
3570 ea       nop 		00
3571 ea       nop 		00
3572 ea       nop 		00
3573 ea       nop 		00
3574 ea       nop 		00
3575 ea       nop 		00
3576 ea       nop 		00
3577 ea       nop 		00
3578 ea       nop 		00
3579 ea       nop 		00
357a 4a       lsr a		a0
357b ea       nop 		00
357c ea       nop 		00
357d ea       nop 		00
357e ea       nop 		00
357f ea       nop 		00
3580 ea       nop 		00
3581 ea       nop 		00
3582 ea       nop 		00
3583 ea       nop 		00
3584 ea       nop 		00
3585 ea       nop 		00
3586 ea       nop 		00
3587 ea       nop 		00
3588 ea       nop 		00
3589 ea       nop 		00




BEGIN TEXT STRINGS  358a-37e9


358a 2b       ???		A
358b 4a       lsr a		[SPC]
358c 0e				d
385d 0f				e
385e 0f asl $0f0f		e	
358f 1a       ???		p
3590 4a       lsr a		[SPC]
3591 09				c
3592 02    ora #$02		h
3593 0b       ???		a
3594 19				s
3595 07				m
3596 4a ora $4a07,y		[SPC]
3597 09				c
3598 0b    ora #$0b		a
3599 04       ???		n
359a 4a       lsr a		[SPC]
359b 08       php 		b
359c 0f       ???		e
359d 4a       lsr a		[SPC]
359e 19				s
359f 0f				e
35a0 0f ora $0f0f,y		e
35a1 04       ???		n
35a2 4a       lsr a		[SPC]
35a3 1e				t
35a4 05				o
35a5 4a asl $4a05,x		[SPC]
35a6 1e				t
35a7 02				h
35a8 0f asl $0f02,x		e
35a9 4a       lsr a		[SPC]
35aa 04       ???		n
35ab 05				o
35ac 18    ora $18		r
35ad 1e				t
35ae 02				h
35af 44 asl $4402,x		.
35b0 ea       nop 		[CR]
35b1 ea       nop 		[CR]
35b2 15				>		One single text string.  What a waste of space!
35b3 ea    ora $ea,x
35b4 ea       nop 
35b5 ea       nop 
35b6 ea       nop 
35b7 ea       nop 
35b8 ea       nop 
35b9 ea       nop 
35ba ea       nop 
35bb ea       nop 
35bc ea       nop 
35bd ea       nop 
35be ea       nop 
35bf ea       nop 
35c0 ea       nop 
35c1 ea       nop 
35c2 ea       nop 
35c3 ea       nop 
35c4 ea       nop 
35c5 ea       nop 
35c6 ea       nop 
35c7 ea       nop 
35c8 ea       nop 
35c9 ea       nop 
35ca ea       nop 
35cb ea       nop 
35cc ea       nop 
35cd ea       nop 
35ce ea       nop 
35cf ea       nop 
35d0 ea       nop 
35d1 ea       nop 
35d2 ea       nop 
35d3 ea       nop 
35d4 ea       nop 
35d5 ea       nop 
35d6 ea       nop 
35d7 ea       nop 
35d8 ea       nop 
35d9 ea       nop 
35da ea       nop 
35db ea       nop 
35dc ea       nop 
35dd ea       nop 
35de ea       nop 
35df ea       nop 
35e0 ea       nop 
35e1 ea       nop 
35e2 ea       nop 
35e3 ea       nop 
35e4 ea       nop 
35e5 ea       nop 
35e6 ea       nop 
35e7 ea       nop 
35e8 ea       nop 
35e9 ea       nop 
35ea ea       nop 
35eb ea       nop 
35ec ea       nop 
35ed ea       nop 
35ee ea       nop 
35ef ea       nop 
35f0 ea       nop 
35f1 ea       nop 
35f2 ea       nop 
35f3 ea       nop 
35f4 ea       nop 
35f5 ea       nop 
35f6 ea       nop 
35f7 ea       nop 
35f8 ea       nop 
35f9 ea       nop 
35fa ea       nop 
35fb ea       nop 
35fc ea       nop 
35fd ea       nop 
35fe ea       nop 
35ff ea       nop 
3600 ea       nop 
3601 ea       nop 
3602 ea       nop 
3603 ea       nop 
3604 ea       nop 
3605 ea       nop 
3606 ea       nop 
3607 ea       nop 
3608 ea       nop 
3609 ea       nop 
360a ea       nop 
360b ea       nop 
360c ea       nop 
360d ea       nop 
360e ea       nop 
360f ea       nop 
3610 ea       nop 
3611 ea       nop 
3612 ea       nop 
3613 ea       nop 
3614 ea       nop 
3615 ea       nop 
3616 ea       nop 
3617 ea       nop 
3618 ea       nop 
3619 ea       nop 
361a ea       nop 
361b ea       nop 
361c ea       nop 
361d ea       nop 
361e ea       nop 
361f ea       nop 
3620 ea       nop 
3621 ea       nop 
3622 ea       nop 
3623 ea       nop 
3624 ea       nop 
3625 ea       nop 
3626 ea       nop 
3627 ea       nop 
3628 ea       nop 
3629 ea       nop 
362a ea       nop 
362b ea       nop 
362c ea       nop 
362d ea       nop 
362e ea       nop 
362f ea       nop 
3630 ea       nop 
3631 ea       nop 
3632 ea       nop 
3633 ea       nop 
3634 ea       nop 
3635 ea       nop 
3636 ea       nop 
3637 ea       nop 
3638 ea       nop 
3639 ea       nop 
363a ea       nop 
363b ea       nop 
363c ea       nop 
363d ea       nop 
363e ea       nop 
363f ea       nop 
3640 ea       nop 
3641 ea       nop 
3642 ea       nop 
3643 ea       nop 
3644 ea       nop 
3645 ea       nop 
3646 ea       nop 
3647 ea       nop 
3648 ea       nop 
3649 ea       nop 
364a ea       nop 
364b ea       nop 
364c ea       nop 
364d ea       nop 
364e ea       nop 
364f ea       nop 
3650 ea       nop 
3651 ea       nop 
3652 ea       nop 
3653 ea       nop 
3654 ea       nop 
3655 ea       nop 
3656 ea       nop 
3657 ea       nop 
3658 ea       nop 
3659 ea       nop 
365a ea       nop 
365b ea       nop 
365c ea       nop 
365d ea       nop 
365e ea       nop 
365f ea       nop 
3660 ea       nop 
3661 ea       nop 
3662 ea       nop 
3663 ea       nop 
3664 ea       nop 
3665 ea       nop 
3666 ea       nop 
3667 ea       nop 
3668 ea       nop 
3669 ea       nop 
366a ea       nop 
366b ea       nop 
366c ea       nop 
366d ea       nop 
366e ea       nop 
366f ea       nop 
3670 ea       nop 
3671 ea       nop 
3672 ea       nop 
3673 ea       nop 
3674 ea       nop 
3675 ea       nop 
3676 ea       nop 
3677 ea       nop 
3678 ea       nop 
3679 ea       nop 
367a ea       nop 
367b ea       nop 
367c ea       nop 
367d ea       nop 
367e ea       nop 
367f ea       nop 
3680 ea       nop 
3681 ea       nop 
3682 ea       nop 
3683 ea       nop 
3684 ea       nop 
3685 ea       nop 
3686 ea       nop 
3687 ea       nop 
3688 ea       nop 
3689 ea       nop 
368a ea       nop 
368b ea       nop 
368c ea       nop 
368d ea       nop 
368e ea       nop 
368f ea       nop 
3690 ea       nop 
3691 ea       nop 
3692 ea       nop 
3693 ea       nop 
3694 ea       nop 
3695 ea       nop 
3696 ea       nop 
3697 ea       nop 
3698 ea       nop 
3699 ea       nop 
369a ea       nop 
369b ea       nop 
369c ea       nop 
369d ea       nop 
369e ea       nop 
369f ea       nop 
36a0 ea       nop 
36a1 ea       nop 
36a2 ea       nop 
36a3 ea       nop 
36a4 ea       nop 
36a5 ea       nop 
36a6 ea       nop 
36a7 ea       nop 
36a8 ea       nop 
36a9 ea       nop 
36aa ea       nop 
36ab ea       nop 
36ac ea       nop 
36ad ea       nop 
36ae ea       nop 
36af ea       nop 
36b0 ea       nop 
36b1 ea       nop 
36b2 ea       nop 
36b3 ea       nop 
36b4 ea       nop 
36b5 ea       nop 
36b6 ea       nop 
36b7 ea       nop 
36b8 ea       nop 
36b9 ea       nop 
36ba ea       nop 
36bb ea       nop 
36bc ea       nop 
36bd ea       nop 
36be ea       nop 
36bf ea       nop 
36c0 ea       nop 
36c1 ea       nop 
36c2 ea       nop 
36c3 ea       nop 
36c4 ea       nop 
36c5 ea       nop 
36c6 ea       nop 
36c7 ea       nop 
36c8 ea       nop 
36c9 ea       nop 
36ca ea       nop 
36cb ea       nop 
36cc ea       nop 
36cd ea       nop 
36ce ea       nop 
36cf ea       nop 
36d0 ea       nop 
36d1 ea       nop 
36d2 ea       nop 
36d3 ea       nop 
36d4 ea       nop 
36d5 ea       nop 
36d6 ea       nop 
36d7 ea       nop 
36d8 ea       nop 
36d9 ea       nop 
36da ea       nop 
36db ea       nop 
36dc ea       nop 
36dd ea       nop 
36de ea       nop 
36df ea       nop 
36e0 ea       nop 
36e1 ea       nop 
36e2 ea       nop 
36e3 ea       nop 
36e4 ea       nop 
36e5 ea       nop 
36e6 ea       nop 
36e7 ea       nop 
36e8 ea       nop 
36e9 ea       nop 
36ea ea       nop 
36eb ea       nop 
36ec ea       nop 
36ed ea       nop 
36ee ea       nop 
36ef ea       nop 
36f0 ea       nop 
36f1 ea       nop 
36f2 ea       nop 
36f3 ea       nop 
36f4 ea       nop 
36f5 ea       nop 
36f6 ea       nop 
36f7 ea       nop 
36f8 ea       nop 
36f9 ea       nop 
36fa ea       nop 
36fb ea       nop 
36fc ea       nop 
36fd ea       nop 
36fe ea       nop 
36ff ea       nop 
3700 ea       nop 
3701 ea       nop 
3702 ea       nop 
3703 ea       nop 
3704 ea       nop 
3705 ea       nop 
3706 ea       nop 
3707 ea       nop 
3708 ea       nop 
3709 ea       nop 
370a ea       nop 
370b ea       nop 
370c ea       nop 
370d ea       nop 
370e ea       nop 
370f ea       nop 
3710 ea       nop 
3711 ea       nop 
3712 ea       nop 
3713 ea       nop 
3714 ea       nop 
3715 ea       nop 
3716 ea       nop 
3717 ea       nop 
3718 ea       nop 
3719 ea       nop 
371a ea       nop 
371b ea       nop 
371c ea       nop 
371d ea       nop 
371e ea       nop 
371f ea       nop 
3720 ea       nop 
3721 ea       nop 
3722 ea       nop 
3723 ea       nop 
3724 ea       nop 
3725 ea       nop 
3726 ea       nop 
3727 ea       nop 
3728 ea       nop 
3729 ea       nop 
372a ea       nop 
372b ea       nop 
372c ea       nop 
372d ea       nop 
372e ea       nop 
372f ea       nop 
3730 ea       nop 
3731 ea       nop 
3732 ea       nop 
3733 ea       nop 
3734 ea       nop 
3735 ea       nop 
3736 ea       nop 
3737 ea       nop 
3738 ea       nop 
3739 ea       nop 
373a ea       nop 
373b ea       nop 
373c ea       nop 
373d ea       nop 
373e ea       nop 
373f ea       nop 
3740 ea       nop 
3741 ea       nop 
3742 ea       nop 
3743 ea       nop 
3744 ea       nop 
3745 ea       nop 
3746 ea       nop 
3747 ea       nop 
3748 ea       nop 
3749 ea       nop 
374a ea       nop 
374b ea       nop 
374c ea       nop 
374d ea       nop 
374e ea       nop 
374f ea       nop 
3750 ea       nop 
3751 ea       nop 
3752 ea       nop 
3753 ea       nop 
3754 ea       nop 
3755 ea       nop 
3756 ea       nop 
3757 ea       nop 
3758 ea       nop 
3759 ea       nop 
375a ea       nop 
375b ea       nop 
375c ea       nop 
375d ea       nop 
375e ea       nop 
375f ea       nop 
3760 ea       nop 
3761 ea       nop 
3762 ea       nop 
3763 ea       nop 
3764 ea       nop 
3765 ea       nop 
3766 ea       nop 
3767 ea       nop 
3768 ea       nop 
3769 ea       nop 
376a ea       nop 
376b ea       nop 
376c ea       nop 
376d ea       nop 
376e ea       nop 
376f ea       nop 
3770 ea       nop 
3771 ea       nop 
3772 ea       nop 
3773 ea       nop 
3774 ea       nop 
3775 ea       nop 
3776 ea       nop 
3777 ea       nop 
3778 ea       nop 
3779 ea       nop 
377a ea       nop 
377b ea       nop 
377c ea       nop 
377d ea       nop 
377e ea       nop 
377f ea       nop 
3780 ea       nop 
3781 ea       nop 
3782 ea       nop 
3783 ea       nop 
3784 ea       nop 
3785 ea       nop 
3786 ea       nop 
3787 ea       nop 
3788 ea       nop 
3789 ea       nop 
378a ea       nop 
378b ea       nop 
378c ea       nop 
378d ea       nop 
378e ea       nop 
378f ea       nop 
3790 ea       nop 
3791 ea       nop 
3792 ea       nop 
3793 ea       nop 
3794 ea       nop 
3795 ea       nop 
3796 ea       nop 
3797 ea       nop 
3798 ea       nop 
3799 ea       nop 
379a ea       nop 
379b ea       nop 
379c ea       nop 
379d ea       nop 
379e ea       nop 
379f ea       nop 
37a0 ea       nop 
37a1 ea       nop 
37a2 ea       nop 
37a3 ea       nop 
37a4 ea       nop 
37a5 ea       nop 
37a6 ea       nop 
37a7 ea       nop 
37a8 ea       nop 
37a9 ea       nop 
37aa ea       nop 
37ab ea       nop 
37ac ea       nop 
37ad ea       nop 
37ae ea       nop 
37af ea       nop 
37b0 ea       nop 
37b1 ea       nop 
37b2 ea       nop 
37b3 ea       nop 
37b4 ea       nop 
37b5 ea       nop 
37b6 ea       nop 
37b7 ea       nop 
37b8 ea       nop 
37b9 ea       nop 
37ba ea       nop 
37bb ea       nop 
37bc ea       nop 
37bd ea       nop 
37be ea       nop 
37bf ea       nop 
37c0 ea       nop 
37c1 ea       nop 
37c2 ea       nop 
37c3 ea       nop 
37c4 ea       nop 
37c5 ea       nop 
37c6 ea       nop 
37c7 ea       nop 
37c8 ea       nop 
37c9 ea       nop 
37ca ea       nop 
37cb ea       nop 
37cc ea       nop 
37cd ea       nop 
37ce ea       nop 
37cf ea       nop 
37d0 ea       nop 
37d1 ea       nop 
37d2 ea       nop 
37d3 ea       nop 
37d4 ea       nop 
37d5 ea       nop 
37d6 ea       nop 
37d7 ea       nop 
37d8 ea       nop 
37d9 ea       nop 
37da ea       nop 
37db ea       nop 
37dc ea       nop 
37dd ea       nop 
37de ea       nop 
37df ea       nop 
37e0 ea       nop 
37e1 ea       nop 
37e2 ea       nop 
37e3 ea       nop 
37e4 ea       nop 
37e5 ea       nop 
37e6 ea       nop 
37e7 ea       nop 
37e8 ea       nop 
37e9 ea       nop 



BEGIN DUNGEON LEVEL 'BEASTIARY'  37ea-EOF

37ea 39				S
37eb 02				h
37ec 0b and $0b02,y		a
37ed 0e				d
37ee 05				o
37ef 1d asl $1d05		w
37f0 4a       lsr a		[SPC]
37f1 26				L
37f2 05    rol $05		o
37f3 18       clc 		r
37f4 0e				d
37f5 45				[Unknown]
37f6 36 asl $3645		[EOT]
37f7 19				s
37f8 36				[EOT]
37f9 15 ora $1536,y		>
37fa f5				1f
37fb ea    sbc $ea,x		00
37fc fa       ???		10
37fd ea       nop 		00
37fe e9				03
37ff e9    sbc #$e9		03
3800 f9				13
3801 eb				01
3802 f7 sbc $f7eb,y		1d
3803 f7       ???		1d
3804 ea       nop 		00
3805 ea       nop 		00
3806 ba       tsx 		50
3807 e0				0a
3808 c9    cpx #$c9		23
3809 db       ???		31

380a 2d				G
380b 05				o
380c 10 and $1005		z
380d 45				[Unknown]
380e 07    eor $07		m
380f 0b       ???		a
3810 04       ???		n
3811 36				[EOT]
3812 07    rol $07,x		m
3813 0f       ???		e
3814 04       ???		n
3815 36				[EOT]
3816 15    rol $15,x		>
3817 15				>
3818 15    ora $15,x		>
3819 15				>
381a ed    ora $ed,x		07
381b ea       nop 		00
381c ed				07
381d ea				00
381e ef sbc $efea		05
381f e3       ???		09
3820 e0				0a
3821 e2    cpx #$e2		08
3822 ea       nop 		00
3823 ea       nop 		00
3824 ea       nop 		00
3825 ea       nop 		00
3826 cb       ???		21
3827 ee				04
3828 da				30
3829 fb inc $fbda		11

382a 39				S
382b 06				l
382c 05 and $0506,y		o
382d 0d				g
382e 0d				g
382f 05 ora $050d		o
3830 1e				t
3831 02				h
3832 45 asl $4502,x		[Unknown]
3833 36				[EOT]
3834 19    rol $19,x		s
3835 36				[EOT]
3836 15    rol $15,x		>
3837 15				>
3838 15    ora $15,x		>
3839 15				>
383a f5    ora $f5,x		1f
383b ea       nop 		00
383c f8       sed 		12
383d ea       nop 		00
383e e8       inx 		02
383f e9				03
3840 fb    sbc #$fb		11
3841 e8       inx 		02
3842 ce				24
3843 ce				24
3844 f7 dec $f7ce		1d
3845 f7       ???		1d
3846 bc				56
3847 e3				09
3848 c9 ldy $c9e3,x		23
3849 7b       ???		91

384a 24				N
384b 03    bit $03		i
384c 1e				t
384d 0f				e
384e 4a asl $4a0f,x		[SPC]
384f 2e				D
3850 1d				w
3851 0f rol $0f1d		e
3852 06				l
3853 06    asl $06		l
3854 0f       ???		e
3855 18       clc 		r
3856 45				[Unknown]
3857 36    eor $36		[EOT]
3858 19				s
3859 15				>
385a d5 ora $d515,y		3f
385b ea       nop 		00
385c e8       inx 		02
385d ea       nop 		00
385e e8       inx 		02
385f e8       inx 		02
3860 f8       sed 		12
3861 eb       ???		01
3862 b8       clv 		52
3863 b8       clv 		52
3864 ea       nop 		00
3865 ea       nop 		00
3866 bf       ???		55
3867 e1				0b
3868 cd    sbc ($cd,x)		27
3869 fb       ???		11

386a 2e				D
386b 03				i
386c 0b rol $0b03		a
386d 07       ???		m
386e 05				o
386f 04    ora $04		n
3870 0e				d
3871 4a				[SPC]
3872 2e asl $2e4a		D
3873 05				o
3874 0d    ora $0d		g
3875 45				[Unknown]
3876 36    eor $36		[EOT]
3877 19				s
3878 36				[EOT]
3879 15 ora $1536,y		>
387a f5				1f		Diamond dogs are undead??  I might be wrong about this flag...
387b ea    sbc $ea,x		00
387c e5				0f
387d ea    sbc $ea		00
387e ef       ???		05
387f ef       ???		05
3880 e5				0f
3881 e8    sbc $e8		02
3882 ea       nop 		00
3883 ea       nop 		00
3884 ea       nop 		00
3885 ea       nop 		00
3886 ca       dex 		20
3887 ed				07
3888 d4				3e
3889 bb sbc $bbd4		51

388a 2e				D
388b 0b				a
388c 18 rol $180b		r
388d 01				k
388e 4a    ora ($4a,x)		[SPC]
388f 3c       ???		V
3890 0b       ???		a
3891 07       ???		m
3892 1a       ???		p
3893 03       ???		i
3894 18       clc 		r
3895 0f       ???		e
3896 45				[Unknown]
3897 36    eor $36		[EOT]
3898 19				s
3899 15				>
389a d5 ora $d515,y		e9		This might be a bit flag to represent multiple monster "types"... (e9 = 00111111)
389b ea       nop 		00
389c ee				04
389d ea				00
389e ea inc $eaea		00
389f e8       inx 		02
38a0 e6				0c
38a1 ea    inc $ea		00
38a2 ce				24
38a3 f7				1d
38a4 ea dec $eaf7		00
38a5 ea       nop 		00
38a6 eb       ???		01
38a7 ec				06
38a8 c2				28
38a9 aa cpx $aac2		40

38aa 39				S		Picture: Ghost trapped in wall, mouth moving
38ab 1e				t		Max # appearing so far: 26
38ac 0b and $0b1e,y		a		Initial distance: 10'
38ad 06				l
38ae 01    asl $01		k
38af 0f       ???		e
38b0 18       clc 		r
38b1 45				[Unknown]
38b2 36    eor $36		[EOT]
38b3 19				s
38b4 36				[EOT]
38b5 15 ora $1536,y		>
38b6 15				>
38b7 15    ora $15,x		>
38b8 15				>
38b9 15    ora $15,x		>
38ba f5				1f
38bb ea    sbc $ea,x		00
38bc fe				14
38bd ea				00
38be ee inc $eeea,x		04
38bf eb       ???		01
38c0 f9				13
38c1 eb				01
38c2 ea sbc $eaeb,y		00
38c3 ea       nop 		00
38c4 ea       nop 		00
38c5 ea       nop 		00
38c6 d3       ???		39
38c7 e1				0b
38c8 cd    sbc ($cd,x)		27
38c9 fb       ???		11
Stalker
Class: Monster
Damage: 11-44
# attacks: 2
Special: Phaze
AC: L1
HP sample: 27,

38ca 28       plp 		B
38cb 06				l
38cc 0b    asl $0b		a
38cd 09				c
38ce 01    ora #$01		k
38cf 4a       lsr a		[SPC]
38d0 2d				G
38d1 03				i
38d2 0b and $0b03		a
38d3 04       ???		n
38d4 1e				t
38d5 45				[Unknown]
38d6 36 asl $3645,x		[EOT]
38d7 19				s
38d8 36				[EOT]
38d9 15 ora $1536,y		>
38da f5				1f
38db ea    sbc $ea,x		00
38dc fe				14
38dd ea				00
38de e9 inc $e9ea,x		03
38df eb       ???		01
38e0 e5				0f
38e1 e8    sbc $e8		02
38e2 ea       nop 		00
38e3 ea       nop 		00
38e4 ea       nop 		00
38e5 ea       nop 		00
38e6 ba       tsx 		50
38e7 e1				01
38e8 c7    sbc ($c7,x)		2d
38e9 fa       ???		10

38ea 22       ???		H
38eb 0b       ???		a
38ec 1d				w
38ed 01				k
38ee 03 ora $0301,x		i
38ef 04       ???		n
38f0 45				[Unknown]
38f1 36    eor $36		[EOT]
38f2 19				s
38f3 36				[EOT]
38f4 15 ora $1536,y		>
38f5 15				>
38f6 15    ora $15,x		>
38f7 15				>
38f8 15    ora $15,x		>
38f9 15				>
38fa f5    ora $f5,x		1f
38fb ea       nop 		00
38fc e2       ???		08
38fd ea       nop 		00
38fe e8       inx 		02
38ff ef       ???		05
3900 fb       ???		11
3901 eb       ???		01
3902 c3       ???		29
3903 d7       ???		3d
3904 ad				47
3905 f7				1d
3906 aa lda $aaf7		40
3907 ef       ???		05
3908 df       ???		35
3909 ba       tsx 		50

390a 2c				F
390b 03				i
390c 18 bit $1803		r
390d 0f       ???		e
390e 4a       lsr a		[SPC]
390f 27       ???		M
3910 0b       ???		a
3911 19				s
3912 1e				t
3913 0f ora $0f1e,y		e
3914 18       clc 		r
3915 45				[Unknown]
3916 36    eor $36		[EOT]
3917 19				s
3918 36				[EOT]
3919 15 ora $1536,y		>
391a d5				3f
391b ea    cmp $ea,x		00
391c ee				04
391d ea				00
391e e8 inc $e8ea		02
391f e9				03
3920 f8    sbc #$f8		12
3921 eb       ???		01
3922 d7       ???		3d
3923 d7       ???		3d
3924 f7       ???		1d
3925 f7       ???		1d
3926 ea       nop 		00
3927 ec				06
3928 d3				39
3929 da cpx $dad3		30

392a 2e				D
392b 0f				e
392c 1c rol $1c0f		v
392d 05				o
392e 1f    ora $1f		u
392f 18       clc 		r
3930 0f       ???		e
3931 18       clc 		r
3932 45				[Unknown]
3933 36    eor $36		[EOT]
3934 19				s
3935 36				[EOT]
3936 15 ora $1536,y		>
3937 15				>
3938 15    ora $15,x		>
3939 15				>
393a d5    ora $d5,x		3f
393b ea       nop 		00
393c e3       ???		09
393d ea       nop 		00
393e ee				04
393f e8				02
3940 fb inc $fbe8		11
3941 eb       ???		02
3942 ea       nop 		00
3943 ea       nop 		00
3944 ea       nop 		00
3945 ea       nop 		00
3946 c9				23
3947 e0    cmp #$e0		0a
3948 c8       iny 		22
3949 db       ???		31

394a 26				L
394b 03    rol $03		i
394c 09				c
394d 02    ora #$02		h
394e 45				[Unknown]
394f 36    eor $36		[EOT]
3950 19				s
3951 36				[EOT]
3952 15 ora $1536,y		>
3953 15				>
3954 15    ora $15,x		>
3955 15				>
3956 15    ora $15,x		>
3957 15				>
3958 15    ora $15,x		>
3959 15				>
395a d5    ora $d5,x		3f
395b ea       nop 		00
395c e2       ???		08
395d ea       nop 		00
395e ea       nop 		00
395f ea       nop 		00
3960 ea       nop 		00
3961 ea       nop 		00
3962 f6				1c
3963 f6    inc $f6,x		1c
3964 da       ???		30
3965 c6				2c
3966 ef    dec $ef		05
3967 ec				06
3968 c3				29
3969 ab cpx $abc3		41

396a 39				S
396b 1e				t
396c 05 and $051e,y		o
396d 04       ???		n
396e 0f       ???		e
396f 4a       lsr a		[SPC]
3970 2f       ???		E
3971 06				l
3972 0f    asl $0f		e
3973 07       ???		m
3974 0f       ???		e
3975 04       ???		n
3976 1e				t
3977 0b				a
3978 06 asl $060b,x		l
3979 15				>
397a f5    ora $f5,x		1f
397b ea       nop 		00
397c ff       ???		15
397d ea       nop 		00
397e ea       nop 		00
397f e8       inx 		02
3980 ff       ???		15
3981 eb       ???		01
3982 ea       nop 		00
3983 ea       nop 		00
3984 ea       nop 		00
3985 ea       nop 		00
3986 ba       tsx 		50
3987 e4				0e
3988 c5    cpx $c5		2f
3989 cb       ???		21

398a 24				N
398b 03    bit $03		i
398c 04       ???		n
398d 00       brk 		j
398e 0b       ???		a
398f 45				[Unknown]
3990 36    eor $36		[EOT]
3991 19				s
3992 36				[EOT]
3993 15 ora $1536,y		>
3994 15				>
3995 15    ora $15,x		>
3996 15				>
3997 15    ora $15,x		>
3998 15				?
3999 15    ora $15,x		?
399a f5				1f
399b ea    sbc $ea,x		00
399c f5				1f
399d ea    sbc $ea,x		00
399e e9				03
399f eb    sbc #$eb		01
39a0 e5				0f
39a1 e8    sbc $e8		02
39a2 8d				67
39a3 8d				67
39a4 8d sta $8d8d		67
39a5 8d				67
39a6 ea				00
39a7 e2 sta $e2ea		08
39a8 c1				2b
39a9 ba    cmp ($ba,x)		50
NINJA 398A to 39A9

39aa 39				S
39ab 05				o
39ac 18 and $1805,y		r
39ad 05				o
39ae 04    ora $04		n
39af 45				[Unknown]
39b0 36    eor $36		[EOT]
39b1 19				s
39b2 36				[EOT]
39b3 15 ora $1536,y		>
39b4 15				>
39b5 15    ora $15,x		>
39b6 15				>
39b7 15    ora $15,x		>
39b8 15				>
39b9 15    ora $15,x		>
39ba f5				1f
39bb ea    sbc $ea,x		00
39bc e5				0f
39bd ea    sbc $ea		00
39be e8       inx 		02
39bf eb       ???		01
39c0 fb       ???		11
39c1 ea       nop 		00
39c2 ce				24
39c3 ce				24
39c4 da dec $dace		30
39c5 da       ???		30
39c6 ea       nop 		00
39c7 e2       ???		08
39c8 cb       ???		21
39c9 9a       txs 		70

39ca 2c				F
39cb 03				i
39cc 18 bit $1803		r
39cd 0f       ???		e
39ce 4a       lsr a		[SPC]
39cf 2d				G
39d0 1f				u
39d1 0b and $0b1f		a
39d2 18       clc 		r
39d3 0e				d
39d4 45				[Unknown]
39d5 36 asl $3645		[EOT]
39d6 19				s
39d7 36				[EOT]
39d8 15 ora $1536,y		>
39d9 15				>
39da f5    ora $f5,x		1f
39db ea       nop 		00
39dc fe				14
39dd ea				00
39de e8 inc $e8ea,x		02
39df eb       ???		01
39e0 fb       ???		11
39e1 ea       nop 		00
39e2 b8       clv		52
39e3 b8       clv 		52
39e4 b8       clv 		52
39e5 bb       ???		51
39e6 ca       dex 		20
39e7 e2       ???		08
39e8 c9				23
39e9 cb    cmp #$cb		21

39ea 2e				D
39eb 0b				a
39ec 0f rol $0f0b		e
39ed 07       ???		m
39ee 05				o
39ef 04    ora $04		n
39f0 45				[Unknown]
39f1 36    eor $36		[EOT]
39f2 19				s
39f3 36				[EOT]
39f4 15 ora $1536,y		>
39f5 15				>
39f6 15    ora $15,x		>
39f7 15				>
39f8 15    ora $15,x		>
39f9 15				>
39fa d5    ora $d5,x		3f
39fb ea       nop 		00
39fc ec				06
39fd ea				00
39fe e8 cpx $e8ea		02
39ff eb       ???		01
3a00 fc       ???		16
3a01 eb       ???		01
3a02 be				54
3a03 be				54
3a04 b9 ldx $b9be,y		53
3a05 b9				53
3a06 ca				20
3a07 e5 lda $e5ca,y		0f
3a08 c9				23
3a09 ab    cmp #$ab		41

3a0a 2e				D
3a0b 0f				e
3a0c 0b rol $0b0f		a
3a0d 1e				t
3a0e 02				h
3a0f 4a asl $4a02,x		[SPC]
3a10 38       sec 		R
3a11 0f       ???		e
3a12 0b       ???		a
3a13 1a       ???		p
3a14 0f       ???		e
3a15 18       clc 		r
3a16 45				[Unknown]
3a17 36    eor $36		[EOT]
3a18 19				s
3a19 15				>
311a d5 ora $d515,y		3f
3a1b ea       nop 		00
3a1c e8       inx 		02
3a1d ea       nop 		00
3a1e e8       inx 		02
3a1f eb       ???		01
3a20 fb       ???		11
3a21 eb       ???		01
3a22 be				54
3a23 be				54
3a24 b9 ldx $b9be,y		53
3a25 b9				53
3a26 ca				20
3a27 fb lda $fbca,y		11
3a28 c9				23
3a29 ab    cmp #$ab		41

3a2a 3e				T		Picture: Mage dude tossing fireball from hand to hand
3a2b 02				h		Max # appearing: 1
3a2c 0f rol $0f02,x		e		Initial distance: 10'
3a2d 4a       lsr a		[SPC]
3a2e 2e				D
3a2f 0b				a
3a30 18 rol $180b		r
3a31 01				k
3a32 4a    ora ($4a,x)		[SPC]
3a33 26				L
3a34 05    rol $05		o
3a35 18       clc 		r
3a36 0e				d
3a37 36				[EOT]
3a38 15 asl $1536		>
3a39 15				>
3a3a d5    ora $d5,x		3f
3a3b ea       nop 		00
3a3c fa       ???		10
3a3d ea       nop 		00
3a3e ea       nop 		00
3a3f eb       ???		01
3a40 fd				17
3a41 eb				01
3a42 df sbc $dfeb,x		35
3a43 df       ???		35
3a44 ea       nop 		00
3a45 ea       nop 		00
3a46 ed				07
3a47 f9				13
3a48 df sbc $dff9		35
3a49 fa       ???		10
The Dark Lord
Class: Monster
Gender: 
Damage: 19-76
# attacks: 2
Special: Critical hit
AC: L5
HP sample: 33, 26,

3a4a 3e				T		Picture: Green ogre dude licking his lips (are you f%^%ing kidding me??)
3a4b 02				h		Max # appearing so far: 1 (only spawnable by selecting [F] when prompted what to do)
3a4c 0f rol $0f02,x		e		Initial distance: 10'
3a4d 4a       lsr a		[SPC]
3a4e 3a       ???		P
3a4f 18       clc 		r
3a50 03       ???		i
3a51 04       ???		n
3a52 09				c
3a53 0f    ora #$0f		e
3a54 19				s
3a55 19				s
3a56 36 ora $3619,y		[EOT]
3a57 15				>
3a58 15    ora $15,x		>
3a59 15				>
3a5a ed    ora $ed,x		07
3a5b ea       nop 		00
3a5c eb       ???		01
3a5d ea       nop 		00
3a5e ea       nop 		00
3a5f eb       ???		01
3a60 eb       ???		01
3a61 ea       nop 		00
3a62 15				ff
3a63 15    ora $15,x		ff
3a64 15				ff
3a65 15    ora $15,x		ff
3a66 ea       nop 		00
3a67 eb       ???		01
3a68 dd				37
3a69 fa				10
The Princess
Class: Monster
Gender: HIM (ya ok)(guess it's either HIM or IT in BTII)
Damage: 1-4
# attacks: 1
Special: Normal
AC: 7
HP sample: 4, 3,
XP: 42
GP: 45
NOTE: The Princess does literally NOTHING in combat.  After selecting "Y" for combat actions in the round, it just goes back to "You face 1 Princess..."


3a6a ea cmp $eafa,x
3a6b ea       nop 
3a6c ea       nop 
3a6d ea       nop 
3a6e ea       nop 
3a6f ea       nop 
3a70 ea       nop 
3a71 ea       nop 
3a72 ea       nop 
3a73 ea       nop 
3a74 ea       nop 
3a75 ea       nop 
3a76 ea       nop 
3a77 ea       nop 
3a78 ea       nop 
3a79 ea       nop 
3a7a ea       nop 
3a7b ea       nop 
3a7c ea       nop 
3a7d ea       nop 
3a7e ea       nop 
3a7f ea       nop 
3a80 ea       nop 
3a81 ea       nop 
3a82 ea       nop 
3a83 ea       nop 
3a84 ea       nop 
3a85 ea       nop 
3a86 ea       nop 
3a87 ea       nop 
3a88 ea       nop 
3a89 ea       nop 
3a8a ea       nop 
3a8b ea       nop 
3a8c ea       nop 
3a8d ea       nop 
3a8e ea       nop 
3a8f ea       nop 
3a90 ea       nop 
3a91 ea       nop 
3a92 ea       nop 
3a93 ea       nop 
3a94 ea       nop 
3a95 ea       nop 
3a96 ea       nop 
3a97 ea       nop 
3a98 ea       nop 
3a99 ea       nop 
3a9a ea       nop 
3a9b ea       nop 
3a9c ea       nop 
3a9d ea       nop 
3a9e ea       nop 
3a9f ea       nop 
3aa0 ea       nop 
3aa1 ea       nop 
3aa2 ea       nop 
3aa3 ea       nop 
3aa4 ea       nop 
3aa5 ea       nop 
3aa6 ea       nop 
3aa7 ea       nop 
3aa8 ea       nop 
3aa9 ea       nop 
3aaa ea       nop 
3aab ea       nop 
3aac ea       nop 
3aad ea       nop 
3aae ea       nop 
3aaf ea       nop 
3ab0 ea       nop 
3ab1 ea       nop 
3ab2 ea       nop 
3ab3 ea       nop 
3ab4 ea       nop 
3ab5 ea       nop 
3ab6 ea       nop 
3ab7 ea       nop 
3ab8 ea       nop 
3ab9 ea       nop 
3aba ea       nop 
3abb ea       nop 
3abc ea       nop 
3abd ea       nop 
3abe ea       nop 
3abf ea       nop 
3ac0 ea       nop 
3ac1 ea       nop 
3ac2 ea       nop 
3ac3 ea       nop 
3ac4 ea       nop 
3ac5 ea       nop 
3ac6 ea       nop 
3ac7 ea       nop 
3ac8 ea       nop 
3ac9 ea       nop 
3aca ea       nop 
3acb ea       nop 
3acc ea       nop 
3acd ea       nop 
3ace ea       nop 
3acf ea       nop 
3ad0 ea       nop 
3ad1 ea       nop 
3ad2 ea       nop 
3ad3 ea       nop 
3ad4 ea       nop 
3ad5 ea       nop 
3ad6 ea       nop 
3ad7 ea       nop 
3ad8 ea       nop 
3ad9 ea       nop 
3ada ea       nop 
3adb ea       nop 
3adc ea       nop 
3add ea       nop 
3ade ea       nop 
3adf ea       nop 
3ae0 ea       nop 
3ae1 ea       nop 
3ae2 ea       nop 
3ae3 ea       nop 
3ae4 ea       nop 
3ae5 ea       nop 
3ae6 ea       nop 
3ae7 ea       nop 

User avatar
Darendor
Posts: 1502
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Re: C64 BTII: FILE3075300 - Dark Domain Level 4

Post by Darendor »

Comments, etc: The entire eastern half of this level is flagged in darkness, which I guess is no surprise for a place called the "dark domain". :?

The only neat/silly/interesting things I found were regarding the Princess rescue special event. Obviously most people go the (R)escue route, but I decided to experiment a bit. If you look at the beastiary listing I left my comments intact regarding her. Him. Whatever.

First of all, if you decide to (F)ight her (him), the interesting thing is that she...he...IT... takes no action in combat. It behaves similarly to a "Wall" monster.

Secondly, if you fight the Princess and defeat...it... the event clears itself. However, if you (L)eave H...it..., you're teleported 1 square south with the event intact. How weird.

I've also messed around a bit more with investigating the flags for a monster entry, and I think that some of these might be bit fields to indicate multiple monster types at once.


With the Dark Domain being disassembled in its entirety, I think I'll do some comprehensive monster comparisons to try to figure out these flags/settings a bit more thoroughly. After I get fed up of that I'll proceed on to The Tombs.
Post Reply