C64 BTII: FILE5401665.PRG - Fanskar's Castle

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

C64 BTII: FILE5401665.PRG - Fanskar's Castle

Post by Darendor »

This thread will detail the inner workings of a dungeon file - namely Fanskar's Castle.

So far I've confirmed an early suspicion that the dungeon maps in Bard's Tale II have TWO event maps, as opposed to one in Bard's Tale I. This explains how there can be an entire level of antimagic zones and a billion spinners. :?

I will be pasting my findings once I managed to get through it. The dungeon files are 13 blocks long!

Watch this space.
Last edited by Darendor on Mon Apr 15, 2019 11:55 pm, edited 1 time in total.
User avatar
Darendor
Posts: 1503
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Re: FILE5401665.PRG - Fanskar's Castle

Post by Darendor »

Here is the ENTIRE FILE broken down into its native structure, part 1 of 2 containing the Wall/Door map and both Event maps.

Edit 14 April 2019: Corrected beastiary entries; added Sahar Guard(s).

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): 
    - 37EA TO 3809: Sahar Guard(s)
    - 380A TO 3829: Ninja(s)
    - 382A TO 3849: Archer(s)
    - 384A TO 3869: Mantis(es)
    - 386A TO 3889: Void Shade(s)
    - 388A TO 38A9: Lizard man(men)
    - 38AA TO 38C9: Ogre Magi
    - 38CA TO 38E9: Cloud Giant(s)
    - 38EA TO 3909: Poison Giant(s)
    - 390A TO 3929: Kobold(s)
    - 392A TO 3949: Kwi Chang
    - 394A TO 3969: Master Mage(s)
    - 396A TO 3989: Brass Dragon(s)
    - 398A TO 39A9: Death Dealer(s)
    - 39AA TO 39C9: Wizard(s)
    - 39CA TO 39E9: War Giant(s)
    - 39EA TO 3A09: Bodyguard
    - 3A0A TO 3A29: Fanskar
    - 3A2A TO 3A49: A friend
 - End of File padded with 00: 3A5A 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 fe ae ldx $aefe		0N 0E | 0N 1E | 0N 2E
2eed ef       ???		0N 3E
2eee cf       ???		0N 4E
2eef 6e fe ae ror $aefe		0N 5E | 6E | 7E
2ef2 ee ee ee inc $eeee		0N 8E | 9E | 10E
2ef5 ee ee ee inc $eeee		0N 11E | 12E | 13E
2ef8 ee ee fe inc $feee		0N 14E | 15E | 16E
2efb bc ae fe ldy $feae,x	0N 17E | 18E | 19E
2efe ae fe aa ldx $aafe		0N 20E | 21E | 1N 0E
2f01 fb       ???		1N 1E
2f02 ba       tsx 		1N 2E
2f03 ae fe ab ldx $abfe		1N 3E | 1N 4E | 1N 5E
2f06 fb       ???		1N 6E
2f07 aa       tax 		1N 7E 
2f08 ea       nop 		1N 8E
2f09 ea       nop 		1N 9E
2f0a ea       nop 		1N 10E
2f0b ea       nop 		1N 11E
2f0c eb       ??? 		1N 12E
2f0d ea       nop 		1N 13E
2f0e ea       nop 		1N 14E
2f0f ea       nop 		1N 15E
2f10 fa       ???		1N 16E
2f11 b0 ab    bcs $2ebe		1N 17E | 1N 18E
2f13 f8       sed 		1N 19E
2f14 ab       ???		1N 20E
2f15 fa       ???		1N 21E
2f16 4a       lsr a		2N 0E
2f17 6f       ???		2N 1E
2f18 fb       ???		2N 2E
2f19 a8       tay 		2N 3E
2f1a fb       ???		2N 4E
2f1b ae fe aa ldx $aafe		2N 5E | 2N 6E | 2N 7E
2f1e ea       nop 		2N 8E
2f1f ea       nop 		2N 9E
2f20 ea       nop		2N 10E 
2f21 fa       ???		2N 11E
2f22 8f       ???		2N 12E
2f23 6a       ror a		2N 13E
2f24 ea       nop 		2N 14E
2f25 ea       nop 		2N 15E
2f26 fa       ???		2N 16E
2f27 a2 ce    ldx #$ce		2N 17E | 2N 18E
2f29 62       ???		2N 19E
2f2a fe 8b 4a inc $4a8b,x	2N 20E | 2N 21E | 3N 0E
2f2d 7f       ???		3N 1E
2f2e ae c2 6f ldx $6fc2		3N 2E | 3N 3E | 3N 4E
2f31 eb       ???		3N 5E
2f32 fb       ???		3N 6E
2f33 aa       tax 		3N 7E
2f34 ea       nop 		3N 8E
2f35 ea       nop 		3N 9E
2f36 ea       nop 		3N 10E
2f37 ea       nop 		3N 11E
2f38 ee ea ea inc $eaea		3N 12E | 3N 13E | 3N 14E
2f3b ea       nop 		3N 15E
2f3c fa       ???		3N 16E
2f3d ab       ???		3N 17E
2f3e fb       ???		3N 18E
2f3f ab       ???		3N 19E
2f40 eb       ???		3N 20E
2f41 cf       ???		3N 21E
2f42 4a       lsr a		4N 0E
2f43 6f       ???		4N 1E
2f44 eb       ???		4N 2E
2f45 fb       ???		4N 3E
2f46 ae ce 7c ldx $7cce		4N 4E | 4N 5E | 4N 6E
2f49 aa       tax 		4N 7E
2f4a ea       nop 		4N 8E
2f4b ea       nop 		4N 9E
2f4c eb       ???		4N 10E
2f4d eb       ???		4N 11E
2f4e eb       ???		4N 12E
2f4f eb       ???		4N 13E
2f50 ea       nop 		4N 14E
2f51 ea       nop 		4N 15E
2f52 fa       ???		4N 16E
2f53 ae fe ae ldx $aefe		4N 17E | 4N 18E | 4N 19E
2f56 fe 8f 4a inc $4a8f,x	4N 20E | 4N 21E | 5N 0E
2f59 6f       ???		5N 1E
2f5a cf       ???		5N 2E
2f5b 6f       ???		5N 3E
2f5c ea       nop 		5N 4E
2f5d fa       ???		5N 5E
2f5e b0 aa    bcs $2f0a		5N 6E | 5N 7E
2f60 ea       nop 		5N 8E
2f61 fa       ???		5N 9E
2f62 4f       ???		5N 10E
2f63 4f       ???		5N 11E
2f64 4f       ???		5N 12E
2f65 7f       ???		5N 13E
2f66 aa       tax 		5N 14E
2f67 ea       nop 		5N 15E
2f68 fa       ???		5N 16E
2f69 ab       ???		5N 17E
2f6a cb       ???		5N 18E
2f6b 6b       ???		5N 19E
2f6c eb       ???		5N 20E
2f6d cf       ???		5N 21E
2f6e 4a       lsr a		6N 0E
2f6f 6f       ???		6N 1E
2f70 ee fe ab inc $abfe		6N 2E | 6N 3E | 6N 4E
2f73 fb       ???		6N 5E
2f74 b0 aa    bcs $2f20		6N 6E | 6N 7E
2f76 ea       nop 		6N 8E
2f77 fa       ???		6N 9E
2f78 ae ee ee ldx $eeee		6N 10E | 6N 11E | 6N 12E
2f7b fe aa ea inc $eaaa,x	6N 13E | 6N 14E | 6N 15E
2f7e fa       ???		6N 16E
2f7f ae ce 6f ldx $6fce		6N 17E | 6N 18E | 6N 19E
2f82 ef       ???		6N 20E
2f83 cf       ???		6N 21E
2f84 48       pha 		7N 0E
2f85 7f       ???		7N 1E
2f86 ab       ???		7N 2E
2f87 cb       ???		7N 3E	
2f88 6e fe b0 ror $b0fe		7N 4E | 7N 5E | 7N 6E 
2f8b aa       tax 		7N 7E
2f8c ea       nop 		7N 8E
2f8d fa       ???		7N 9E
2f8e aa       tax 		7N 10E
2f8f ea       nop 		7N 11E
2f90 ea       nop 		7N 12E
2f91 fb       ???		7N 13E
2f92 aa       tax 		7N 14E
2f93 ea       nop 		7N 15E
2f94 fa       ???		7N 16E
2f95 ab       ???		7N 17E
2f96 fb       ???		7N 18E
2f97 ae ee ce ldx $ceee		7N 19E | 7N 20E | 7N 21E
2f9a b2       ???		8N 0E
2f9b 8f       ???		8N 1E
2f9c 4f       ???		8N 2E
2f9d 4f       ???		8N 3E
2f9e 6b       ???		8N 4E
2f9f fb       ???		8N 5E
2fa0 b3       ???		8N 6E
2fa1 aa       tax 		8N 7E
2fa2 ea       nop 		8N 8E
2fa3 fa       ???		8N 9E
2fa4 aa       tax 		8N 10E
2fa5 ea       nop 		8N 11E
2fa6 ca       dex 		8N 12E
2fa7 7f       ???		8N 13E
2fa8 aa       tax 		8N 14E
2fa9 ea       nop 		8N 15E
2faa fa       ???		8N 16E
2fab 8f       ???		8N 17E
2fac 4f       ???		8N 18E
2fad 6b       ???		8N 19E
2fae eb       ???		8N 20E
2faf fb       ???		8N 21E
2fb0 ea       nop 		9N 0E
2fb1 ee ee ee inc $eeee		9N 1E | 9N 2E | 9N 3E
2fb4 ee ee ee inc $eeee		9N 4E | 9N 5E | 9N 6E
2fb7 ea       nop 		9N 7E
2fb8 ea       nop 		9N 8E
2fb9 fa       ???		9N 9E
2fba aa       tax 		9N 10E
2fbb ea       nop 		9N 11E
2fbc ca       dex 		9N 12E
2fbd 7f       ???		9N 13E
2fbe aa       tax 		9N 14E
2fbf ea       nop 		9N 15E
2fc0 ea       nop 		9N 16E
2fc1 ee ee ee inc $eeee		9N 17E | 9N 18E | 9N 19E
2fc4 ee ee ea inc $eaee		9N 20E | 9N 21E | 10N 0E
2fc7 ea       nop 		10N 1E
2fc8 ea       nop 		10N 2E
2fc9 ea       nop 		10N 3E
2fca ea       nop 		10N 4E
2fcb ea       nop 		10N 5E
2fcc e8       inx 		10N 6E
2fcd ea       nop 		10N 7E
2fce ea       nop 		10N 8E
2fcf fa       ???		10N 9E
2fd0 aa       tax 		10N 10E
2fd1 ea       nop		10N 11E
2fd2 ca       dex		10N 12E 
2fd3 7f       ???		10N 13E
2fd4 aa       tax 		10N 14E
2fd5 ea       nop 		10N 15E
2fd6 ea       nop 		10N 16E
2fd7 ea       nop 		10N 17E
2fd8 ea       nop 		10N 18E
2fd9 ea       nop 		10N 19E
2fda ea       nop 		10N 20E
2fdb ea       nop 		10N 21E
2fdc ea       nop 		11N 0E
2fdd ea       nop 		11N 1E
2fde ea       nop 		11N 2E
2fdf ea       nop 		11N 3E
2fe0 ea       nop 		11N 4E
2fe1 fa       ???		11N 5E
2fe2 b3       ???		11N 6E
2fe3 aa       tax 		11N 7E
2fe4 ea       nop 		11N 8E
2fe5 fa       ???		11N 9E
2fe6 aa       tax 		11N 10E
2fe7 ea       nop 		11N 11E
2fe8 ea       nop 		11N 12E
2fe9 fe aa ea inc $eaaa,x	11N 13E | 11 N 14E | 11N 15E
2fec ea       nop 		11N 16E
2fed eb       ???		11N 17E
2fee ea       nop 		11N 18E
2fef ea       nop 		11N 19E
2ff0 ea       nop 		11N 20E
2ff1 ea       nop 		11N 21E
2ff2 ea       nop 		12N 0E
2ff3 ea       nop 		12N 1E
2ff4 ea       nop 		12N 2E
2ff5 ea       nop 		12N 3E
2ff6 ea       nop 		12N 4E
2ff7 ea       nop 		12N 5E
2ff8 ee ea ea inc $eaea		12N 6E | 12N 7E | 12N 8E
2ffb fa       ???		12N 9E
2ffc ab       ???		12N 10E
2ffd eb       ???		12N 11E
2ffe eb       ???		12N 12E
2fff fb       ???		12N 13E
3000 aa       tax 		12N 14E
3001 ea       nop 		12N 15E
3002 fa       ???		12N 16E
3003 bc aa ea ldy $eaaa,x	12N 17E | 12N 18E | 12N 19E
3006 ea       nop 		12N 20E
3007 ea       nop 		12N 21E
3008 ea       nop 		13N 0E
3009 ea       nop 		13N 1E
300a ea       nop 		13N 2E
300b ea       nop 		13N 3E
300c ea       nop 		13N 4E
300d ea       nop		13N 5E
300e ea       nop 		13N 6E
300f ea       nop 		13N 7E
3010 ea       nop 		13N 8E
3011 ea       nop 		13N 9E
3012 ee ee ee inc $eeee		13N 10E | 13N 11E | 13N 12E
3015 ee ea ea inc $eaea		13N 13E | 13N 14E | 13N 15E
3018 ea       nop		13N 16E
3019 e2       ???		13N 17E
301a ea       nop 		13N 18E
301b ea       nop 		13N 19E
301c ea       nop 		13N 20E
301d ea       nop 		13N 21E
301e eb       ???		14N 0E
301f eb       ???		14N 1E
3020 eb       ???		14N 2E
3021 eb       ???		14N 3E
3022 e8       inx 		14N 4E
3023 eb       ???		14N 5E
3024 eb       ???		14N 6E
3025 eb       ???		14N 7E
3026 eb       ???		14N 8E
3027 eb       ???		14N 9E
3028 eb       ???		14N 10E
3029 eb       ???		14N 11E
302a eb       ???		14N 12E
302b eb       ???		14N 13E
302c eb       ???		14N 14E
302d eb       ???		14N 15E
302e eb       ???		14N 16E
302f eb       ???		14N 17E
3030 eb       ???		14N 18E
3031 eb       ???		14N 19E
3032 eb       ???		14N 20E
3033 eb       ???		14N 21E
3034 ae ef ef ldx $efef		15N 0E | 15N 1E | 15N 2E
3037 ef       ???		15N 3E
3038 f3       ???		15N 4E
3039 af       ???		15N 5E
303a ef       ???		15N 6E
303b ef       ???		15N 7E
303c ee ef ef inc $efef		15N 8E | 15N 9E | 15N 10
303f ff       ???		15N 11E
3040 af       ???		15N 12E
3041 ee ee ef inc $efee		15N 13E | 15N 14E | 15N 15E
3044 ef       ???		15N 16E
3045 fe ae c3 inc $c3ae,x	15N 17E | 15N 18E | 15N 19E
3048 6e fe ba ror $bafe		15N 20E | 15N 21E | 16N 0E
304b ae ce 6f ldx $6fce		16N 1E | 16N 2E | 16N 3E
304e fe 8e 6f inc $6f8e,x	16N 4E | 16N 5E | 16N 6E
3051 fe 8a 6e inc $6e8a,x	16N 7E | 16N 8E | 16N 9E
3054 fe ae ce inc $ceae,x	16N 10E | 16N 11E | 16N 12E
3057 6a       ror a		16N 13E
3058 cb       ???		16N 14E
3059 6e fe ba ror $bafe		16N 15E | 16N 16E | 16N 17E
305c ba       tsx 		16N 18E
305d be ab f8 ldx $f8ab,y	16N 19E | 16N 20E | 16N 21E
3060 ba       tsx 		17N 0E
3061 ab       ???		17N 1E
3062 f8       sed 		17N 2E
3063 bc bb ab ldy $abbb,x	17N 3E | 17N 4E | 17N 5E
3066 fe bb ba inc $babb,x	17N 6E | 17N 7E | 17N 8E
3069 ab       ???		17N 9E
306a cb       ???		17N 10E
306b 6b       ???		17N 11E
306c fb       ???		17N 12E
306d bb       ???		17N 13E
306e bd ab f8 lda $f8ab,x	17N 14E | 17N 15E | 17N 16E
3071 ba       tsx 		17N 17E
3072 ba       tsx 		17N 18E
3073 8a       txa 		17N 19E
3074 6e f2 ba ror $baf2		17N 20E | 17N 21E | 18N 0E
3077 ae f2 a2 ldx $a2f2		18N 1E | 18N 2E | 18N 3E
307a fe ae ea inc $eaae,x	18N 4E | 18N 5E | 18N 6E
307d fe ba ae inc $aeba,x	18N 7E | 18N 8E | 18N 9E
3080 ce 6e fe dec $fe6e		18N 10E | 18N 11E | 18N 12E
3083 ae f6 ae ldx $aef6		18N 13E | 18N 14E | 18N 15E
3086 f2       ???		18N 16E
3087 ba       tsx 		18N 17E
3088 ba       tsx 		18N 18E
3089 ba       tsx		18N 19E 
308a a8       tay 		18N 20E
308b fb       ???		18N 21E
308c ba       tsx 		19N 0E
308d ab       ???		19N 1E
308e f8       sed 		19N 2E
308f a8       tay 		19N 3E
3090 fb       ???		19N 4E
3091 aa       tax 		19N 5E
3092 ea       nop 		19N 6E
3093 fa       ???		19N 7E
3094 ba       tsx 		19N 8E
3095 ab       ???		19N 9E
3096 f8       sed 		19N 10E
3097 ab       ???		19N 11E
3098 db       ???		19N 12E
3099 2b       ???		19N 13E
309a fb       ???		19N 14E
309b ab       ???		19N 15E
309c f8       sed 		19N 16E
309d ba       tsx 		19N 17E
309e ba       tsx 		19N 18E
309f ba       tsx 		19N 19E
30a0 a2 fe    ldx #$fe		19N 20E | 19N 21E
30a2 ba       tsx 		20N 0E
30a3 af       ???		20N 1E
30a4 e3       ???		20N 2E
30a5 c3       ???		20N 3E
30a6 7c       ???		20N 4E
30a7 aa       tax 		20N 5E
30a8 ea       nop 		20N 6E
30a9 fa       ???		20N 7E
30aa ba       tsx 		20N 8E
30ab ae f2 ae ldx $aef2		20N 9E | 20N 10E | 20N 11E
30ae fe ae ce inc $ceae,x	20N 12E | 20N 13E | 20N 14E
30b1 6e f2 ba ror $baf2		20N 15E | 20N 16E | 20N 17E
30b4 ba       tsx 		20N 18E
30b5 ba       tsx 		20N 19E
30b6 ab       ???		20N 20E
30b7 fb       ???		20N 21E
30b8 ab       ???		21N 0E
30b9 ef       ???		21N 1E
30ba ef       ???		21N 2E
30bb ef       ???		21N 3E
30bc f3       ???		21N 4E
30bd ab       ???		21N 5E
30be eb       ???		21N 6E
30bf cb       ???		21N 7E
30c0 7b       ???		21N 8E
30c1 ab       ???		21N 9E
30c2 cb       ???		21N 10E
30c3 6b       ???		21N 11E
30c4 cb       ???		21N 12E
30c5 6b       ???		21N 13E
30c6 fb       ???		21N 14E
30c7 ab       ???		21N 15E
30c8 fb       ???		21N 16E
30c9 ab       ???		21N 17E
30ca fb       ???		21N 18E
30cb 8b       ???		21N 19E
30cc 4f       ???		21N 20E
30cd 7f       ???		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 =
Bit 5 set to 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 = 
Bit 0 set to 1 = Stairs down



30ea eb       ??? | 01		0N 0E		00000001 (STAIRS DOWN)
30eb ea       nop | 00 		0N 1E 
30ec ea       nop | 00		0N 2E
30ed ea       nop | 00		0N 3E
30ee ea       nop | 00		0N 4E
30ef 6a       ror a | 80	0N 5E		10000000 (CHANCE OF RANDOM COMBAT; FLAG SEEMS TO CLEAR ITSELF AFTER)
30f0 ea       nop | 00		0N 6E
30f1 e2       ??? | 08		0N 7E		00001000 (DARKNESS)
30f2 e2       ??? | 08		0N 8E		00001000 (DARKNESS)
30f3 e2       ??? | 08		0N 9E		00001000 (DARKNESS)
30f4 e2       ??? | 08		0N 10E		00001000 (DARKNESS)
30f5 e2       ??? | 08		0N 11E		00001000 (DARKNESS)
30f6 62       ??? | 88		0N 12E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
30f7 e2       ??? | 08		0N 13E		00001000 (DARKNESS)
30f8 e2       ??? | 08		0N 14E		00001000 (DARKNESS)
30f9 e2       ??? | 08		0N 15E		00001000 (DARKNESS)
30fa e2       ??? | 08		0N 16E		00001000 (DARKNESS)
30fb ea       nop | 00		0N 17E
30fc ea       nop | 00		0N 18E
30fd ea       nop | 00		0N 19E
30fe ea       nop | 00		0N 20E
30ff ea       nop | 00		0N 21E
3100 ee ea ea inc $eaea | 04; 1N 0E | 00; 1N 1E | 00; 1N 2E	00000100 (SPECIAL EVENT FLAG) 1N 0E
3103 ea       nop | 00		1N 3E
3104 ea       nop | 00		1N 4E
3105 ea       nop | 00		1N 5E
3106 ea       nop | 00		1N 6E
3107 62       ??? | 88		1N 7E		10001000 (CHANCE OF RANDOM COMBAT;)
3108 e2       ??? | 08 		1N 8E		00001000 (DARKNESS)
3109 62       ??? | 88		1N 9E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
310a e2       ??? | 08		1N 10E		00001000 (DARKNESS)
310b e2       ??? | 08		1N 11E		00001000 (DARKNESS)
310c e2       ??? | 08		1N 12E		00001000 (DARKNESS)
310d e2       ??? | 08		1N 13E		00001000 (DARKNESS)
310e e2       ??? | 08		1N 14E		00001000 (DARKNESS)
310f e2       ??? | 08		1N 15E		00001000 (DARKNESS)
3110 62       ??? | 88		1N 16E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3111 6a       ror a | 80	1N 17E		10000000 (CHANCE OF RANDOM COMBAT)
3112 ea       nop | 00		1N 18E
3113 6a       ror a | 80	1N 19E		10000000 (CHANCE OF RANDOM COMBAT)
3114 ea       nop | 00		1N 20E
3115 ea       nop | 00		1N 21E
3116 ea       nop | 00		2N 0E
3117 6a       ror a | 80	2N 1E		10000000 (CHANCE OF RANDOM COMBAT)
3118 ea       nop | 00		2N 2E
3119 6a       ror a | 80	2N 3E		10000000 (CHANCE OF RANDOM COMBAT)
311a ea       nop | 00		2N 4E
311b ea       nop | 00		2N 5E
311c ea       nop | 00		2N 6E
311d e2       ??? | 08		2N 7E		00001000 (DARKNESS)
311e e2       ??? | 08		2N 8E		00001000 (DARKNESS)
311f e2       ??? | 08		2N 9E		00001000 (DARKNESS)
3120 e2       ??? | 08		2N 10E		00001000 (DARKNESS)
3121 e2       ??? | 08		2N 11E		00001000 (DARKNESS)
3122 ee e2 62 inc $62e2 | 04; 2N 12E | 08; 2N 13E | 88; 2N 14E	||	00000100 | 00001000 | 10001000
3125 e2       ??? | 08		2N 15E		00001000 (DARKNESS)
3126 e2       ??? | 08		2N 16E		00001000 (DARKNESS)
3127 ea       nop | 00		2N 17E
3128 6a       ror a | 80	2N 18E		10000000 (CHANCE OF RANDOM COMBAT)
3129 ea       nop | 00		2N 19E
312a ea       nop | 00		2N 20E
312b 6a       ror a | 80	2N 21W		10000000 (CHANCE OF RANDOM COMBAT)
312c ea       nop | 00		3N 0E
312d 6a       ror a		3N 1E		10000000 (CHANCE OF RANDOM COMBAT)
312e ea       nop | 00		3N 2E
312f ea       nop | 00		3N 3E
3130 6a       ror a | 		3N 4E		10000000 (CHANCE OF RANDOM COMBAT)
3131 ea       nop | 00		3N 5E
3132 ea       nop | 00		3N 6E
3133 e2       ??? | 08		3N 7E		00001000 (DARKNESS)
3134 e2       ??? | 08		3N 8E		00001000 (DARKNESS)
3135 e2       ??? | 08		3N 9E		00001000 (DARKNESS)
3136 e2       ??? | 08		3N 10E		00001000 (DARKNESS)
3137 62       ??? | 88		3N 11E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3138 e2       ??? | 08		3N 12E 		00001000 (DARKNESS
3139 e2       ??? | 08		3N 13E		00001000 (DARKNESS)
313a e2       ??? | 08		3N 14E		00001000 (DARKNESS)
313b 62       ??? | 88		3N 15E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
313c e2       ??? | 08		3N 16E		00001000 (DARKNESS)
313d ea       nop | 00		3N 17E
313e ea       nop | 00		3N 18E
313f ea       nop | 00		3N 19E
3140 ea       nop | 00		3N 20E
3141 6a       ror a | 80	3N 21E		10000000 (CHANCE OF RANDOM COMBAT)
3142 ea       nop | 00		4N 0E
3143 6a       ror a | 80	4N 1E		10000000 (CHANCE OF RANDOM COMBAT)
3144 ea       nop | 00		4N 2E
3145 ea       nop | 00		4N 3E
3146 ea       nop | 00		4N 4E 
3147 ea       nop | 00		4N 5E
3148 6a       ror a | 80	4N 6E		10000000 (CHANCE OF RANDOM COMBAT)
3149 e2       ??? | 08		4N 7E		00001000 (DARKNESS)
314a 62       ??? | 88		4N 8E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
314b 62       ??? | 88		4N 9E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS
314c e2       ??? | 08 		4N 10E		00001000 (DARKNESS)
314d e2       ??? | 08		4N 11E		00001000 (DARKNESS)
314e e2       ??? | 08		4N 12E		00001000 (DARKNESS)
314f e2       ??? | 08		4N 13E		00001000 (DARKNESS)
3150 62       ??? | 88		4N 14E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3151 e2       ??? | 08		4N 15E		00001000 (DARKNESS)
3152 e2       ??? | 08		4N 16E		00001000 (DARKNESS)
3153 ea       nop | 00		4N 17E
3154 ea       nop | 00		4N 18E
3155 ea       nop | 00		4N 19E
3156 ea       nop | 00		4N 20E
3157 6a       ror a | 80	4N 21E		10000000 (CHANCE OF RANDOM COMBAT)
3158 ea       nop | 00		5N 0E
3159 ee ea 6a inc $6aea | 04; 5N 1E | 00; 5N 2E | 80; 5N 3E || 00000100 | 00000000 | 10000000
315c ea       nop | 00		5N 4E
315d ea       nop | 00		5N 5E 
315e ea       nop | 00		5N 6E
315f e2       ??? | 08		5N 7E		00001000 (DARKNESS)
3160 e2       ??? | 08		5N 8E		00001000 (DARKNESS)
3161 e2       ??? | 08		5N 9E		00001000 (DARKNESS)
3162 ee ea ee inc $eeea | 04; 5N 10E | 00; 5N 11E | 04; 5N 12E || 00000100 | 00000000 | 00000100
3165 ea       nop | 00		5N 13E
3166 e2       ??? | 08		5N 14E		00001000 (DARKNESS)
3167 e2       ??? | 08		5N 15E		00001000 (DARKNESS)
3168 e2       ??? | 08		5N 16E		00001000 (DARKNESS)
3169 ea       nop | 00		5N 17E
316a 6a       ror a | 80	5N 18E		10000000 (CHANCE OF RANDOM COMBAT)
316b ea       nop | 00		5N 19E
316c ea       nop | 00		5N 20E
316d 6a       ror a | 80	5N 21E		10000000 (CHANCE OF RANDOM COMBAT)
316e ea       nop | 00		6N 0E
316f 6a       ror a | 80	6N 1E		10000000 (CHANCE OF RANDOM COMBAT)	
3170 ea       nop | 00		6N 2E
3171 ea       nop | 00		6N 3E 
3172 ea       nop | 00		6N 4E
3173 ea       nop | 00		6N 5E
3174 6a       ror a | 80	6N 6E		10000000 (CHANCE OF RANDOM COMBAT)
3175 62       ??? | 88		6N 7E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3176 e2       ??? | 08		6N 8E		00001000 (DARKNESS)
3177 e2       ??? | 08		6N 9E		00001000 (DARKNESS)
3178 fa       ??? | 10		6N 10E		00010000 (TRAP)
3179 fa       ??? | 10		6N 11E		00010000 (TRAP)
317a ea       nop | 00		6N 12E
317b ee 62 e2 inc $e262 | 04; 6N 13E | 88; 6N 14E | 08; 6N 15E || 00000100 | 10001000 | 00001000
317e e2       ??? | 08		6N 16E
317f ea       nop | 00		6N 17E
3180 6a       ror a | 80	6N 18E		10000000 (CHANCE OF RANDOM COMBAT)
3181 ea       nop | 00		6N 19E
3182 ea       nop | 00		6N 20E
3183 ee ea 6a inc $6aea | 04; 6N 21E | 00; 7N 0E | 80; 7N 1E || 00000100 | 00000000 | 10000000
3186 ea       nop | 00		7N 2E
3187 ea       nop | 00		7N 3E
3188 6a       ror a | 80	7N 4E		10000000 (CHANCE OF RANDOM COMBAT)
3189 ea       nop | 00		7N 5E
318a ea       nop | 00		7N 6E
318b e2       ??? | 08		7N 7E		00001000 (DARKNESS)
318c 62       ??? | 88		7N 8E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
318d e2       ??? | 08		7N 9E		00001000 (DARKNESS)
318e fa       ??? | 10		7N 10E		00010000 (TRAP)
318f fa       ??? | 10		7N 11E		00010000 (TRAP)
3190 ea       nop | 00		7N 12E
3191 ea       nop | 00		7N 13E
3192 e2       ??? | 08		7N 14E		00001000 (DARKNESS)
3193 e2       ??? | 08		7N 15E		00001000 (DARKNESS)
3194 62       ??? | 88		7N 16E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3195 ea       nop | 00		7N 17E
3196 ea       nop | 00		7N 18E
3197 ea       nop | 00		7N 19E
3198 ea       nop | 00		7N 20E
3199 6a       ror a | 80	7N 21E		10000000 (CHANCE OF RANDOM COMBAT)
319a e2       ??? | 08		8N 0E		00001000 (DARKNESS)
319b 6a       ror a | 80	8N 1E		10000000 (CHANCE OF RANDOM COMBAT)
319c 6a       ror a | 80	8N 2E		10000000 (CHANCE OF RANDOM COMBAT)
319d 6a       ror a | 80	8N 3E		10000000 (CHANCE OF FLURRIES THE LOW WILL BE -7, WARMING UP TO 11 DEGREES BY NOON)
319e 6a       ror a | 80	8N 4E		10000000 (CHANCE OF RANDOM COMBAT)
319f ea       nop | 00		8N 5E
31a0 6a       ror a | 80	8N 6E		10000000 (CHANCE OF RANDOM WOMBATS)
31a1 e2       ??? | 08		8N 7E		00001000 (DARKNESS)
31a2 e2       ??? | 08		8N 8E		00001000 (DARKNESS)
31a3 e2       ??? | 08		8N 9E		00001000 (DARKNESS)
31a4 ea       nop | 00		8N 10E 
31a5 ea       nop | 00  	8N 11E		
31a6 ea       nop | 00		8N 12E
31a7 ee e2 e2 inc $e2e2 | 04; 8N 13E | 08; 8N 14E | 08; 8N 15E || 00000100 | 00001000 | 00001000
31aa e2       ??? | 08		8N 16E		00001000 (DORKNESS)
31ab 6a       ror a | 80	8N 17E		10000000 (CHANCE OF RANDOM COMBATS)
31ac 6a       ror a | 80	8N 18E		10000000 (CHANCE OF MORTAL KOMBATS)
31ad ea       nop | 00		8N 19E		
31ae ea       nop | 00		8N 20E
31af ea       nop | 00		8N 21E
31b0 e2       ??? | 08		9N 0E		00001000 (DARKNESS)
31b1 e2       ??? | 08		9N 1E		00001000 (DARKNESS)
31b2 e2       ??? | 08		9N 2E		00001000 (DARKNESS)
31b3 62       ??? | 88		9N 3E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31b4 e2       ??? | 08		9N 4E		00001000 (DARKNESS)
31b5 e2       ??? | 08		9N 5E		00001000 (DARKNESS)
31b6 e2       ??? | 08		9N 6E		00001000 (DARKNESS)
31b7 62       ??? | 88		9N 7E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31b8 e2       ??? | 08		9N 8E		00001000 (DARKNESS)
31b9 e2       ??? | 08		9N 9E		00001000 (DARKNESS)
31ba ea       nop | 00		9N 10E
31bb ee ea ee inc $eeea | 04; 9N 11E | 00; 9N 12E | 04; 9N 13E
31be 62       ??? | 88		9N 14E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31bf e2       ??? | 08		9N 15E		00001000 (DARKNESS)
31c0 e2       ??? | 08		9N 16E		00001000 (DARKNESS)
31c1 e2       ??? | 08		9N 17E		00001000 (DARKNESS)
31c2 e2       ??? | 08		9N 18E		00001000 (DARKNESS)
31c3 e2       ??? | 08		9N 19E		00001000 (DARKNESS)
31c4 62       ??? | 88		9N 20E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31c5 e2       ??? | 08		9N 21E		00001000 (DARKNESS)
31c6 62       ??? | 88		10N 0E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31c7 e2       ??? | 08		10N 1E		00001000 (DARKNESS)
31c8 e2       ??? | 08		10N 2E		00001000 (DARKNESS)
31c9 62       ??? | 88		10N 3E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31ca e2       ??? | 08		10N 4E		00001000 (DARKNESS)
31cb e2       ??? | 08		10N 5E		00001000 (DARKNESS)
31cc e2       ??? | 08		10N 6E		00001000 (DARKNESS)
31cd e2       ??? | 08		10N 7E		00001000 (DARKNESS)
31ce e2       ??? | 08		10N 8E		00001000 (DARKNESS)
31cf e2       ??? | 08		10N 9E		00001000 (DARKNESS)
31d0 ea       nop | 00		10N 10E
31d1 ea       nop | 00		10N 11E
31d2 ea       nop | 00		10N 12E
31d3 ee e2 e2 inc $e2e2 | 04; 10N 13E | 08; 10N 14E | 08; 10N 15E || 00000100 | 00001000 | 00001000
31d6 e2       ??? | 08		10N 16E		00001000 (DARKNESS)
31d7 e2       ??? | 08		10N 17E		00001000 (DARKNESS)
31d8 62       ??? | 88		10N 18E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31d9 e2       ??? | 08		10N 19E		00001000 (DARKNESS)
31da 62       ??? | 88		10N 20E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31db e2       ??? | 08		10N 21E		00001000 (DARKNESS)
31dc e2       ??? | 08		11N 0E		00001000 (DARKNESS)
31dd e2       ??? | 08		11N 1E		00001000 (DARKNESS)
31de e2       ??? | 08		11N 2E		00001000 (DARKNESS)
31df e2       ??? | 08		11N 3E		00001000 (DARKNESS)
31e0 e2       ??? | 08		11N 4E		00001000 (DARKNESS)
31e1 e2       ??? | 08		11N 5E		00001000 (DARKNESS)
31e2 ee e2 e2 inc $e2e2 | 04; 11N 6E | 08; 11N 7E | 08; 11N 8E || 00000100 | 00001000 | 00001000
31e5 62       ??? | 88		11N 9E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31e6 fa       ??? | 10		11N 10E		00010000 (TRAP)
31e7 fa       ??? | 10		11N 11E		00010000 (TRAP)
31e8 ea       nop | 00		11N 12E
31e9 ea       nop | 00		11N 13E
31ea e2       ??? | 08		11N 14E		00001000 (DARKNESS)
31eb 62       ??? | 88		11N 15E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31ec e2       ??? | 08		11N 16E		00001000 (DARKNESS)
31ed e2       ??? | 08		11N 17E		00001000 (DARKNESS)
31ee e2       ??? | 08		11N 18E		00001000 (DARKNESS)
31ef e2       ??? | 08		11N 19E		00001000 (DARKNESS)
31f0 e2       ??? | 08		11N 20E		00001000 (DARKNESS)
31f1 e2       ??? | 08		11N 21E		00001000 (DARKNESS)
31f2 e2       ??? | 08		12N 0E		00001000 (DARKNESS)
31f3 e2       ??? | 08		12N 1E		00001000 (DARKNESS)
31f4 e2       ??? | 08		12N 2E		00001000 (DARKNESS)
31f5 62       ??? | 88		12N 3E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31f6 e2       ??? | 08		12N 4E		00001000 (DARKNESS)
31f7 e2       ??? | 08		12N 5E		00001000 (DARKNESS)
31f8 e2       ??? | 08		12N 6E		00001000 (DARKNESS)
31f9 62       ??? | 88		12N 7E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
31fa e2       ??? | 08		12N 8E		00001000 (DARKNESS)
31fb e2       ??? | 08		12N 9E		00001000 (DARKNESS)
31fc fa       ??? | 10		12N 10E		00010000 (TRAP)
31fd fa       ??? | 10		12N 11E		00010000 (TRAP)
31fe ea       nop | 00		12N 12E
31ff ee e2 e2 inc $e2e2 | 04; 12N 13E | 08; 12N 14E | 08; 12N 15E || 00000100 | 00001000 | 00001000
3202 e2       ??? | 08		12N 16E		00001000 (DARKNESS)
3203 ee e2 e2 inc $e2e2 | 04; 12N 17E | 08; 12N 18E | 08; 12N 19E
3206 62       ??? | 88		12N 20E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3207 e2       ??? | 08		12N 21E		00001000 (DARKNESS)
3208 62       ??? | 88		13N 0E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
3209 e2       ??? | 08		13N 1E		00001000 (DARKNESS)
320a e2       ??? | 08		13N 2E		00001000 (DARKNESS)
320b e2       ??? | 08		13N 3E		00001000 (DARKNESS)
320c e2       ??? | 08		13N 4E		00001000 (DARKNESS)
320d e2       ??? | 08		13N 5E		00001000 (DARKNESS)
320e e2       ??? | 08		13N 6E		00001000 (DARKNESS)
320f e2       ??? | 08		13N 7E		00001000 (DARKNESS)
3210 e2       ??? | 08		13N 8E		00001000 (DARKNESS)
3211 e2       ??? | 08		13N 9E		00001000 (DARKNESS)
3212 e2       ??? | 08		13N 10E		00001000 (DARKNESS)
3213 e2       ??? | 08		13N 11E		00001000 (DARKNESS)
3214 e2       ??? | 08		13N 12E		00001000 (DARKNESS)
3215 e2       ??? | 08		13N 13E		00001000 (DARKNESS)
3216 e2       ??? | 08		13N 14E		00001000 (DARKNESS)
3217 e2       ??? | 08		13N 15E		00001000 (DARKNESS)
3218 e2       ??? | 08		13N 16E		00001000 (DARKNESS)
3219 e2       ??? | 08		13N 17E		00001000 (DARKNESS)
321a e2       ??? | 08		13N 18E		00001000 (DARKNESS)
321b e2       ??? | 08		13N 19E		00001000 (DARKNESS)
321c e2       ??? | 08		13N 20E		00001000 (DARKNESS)
321d e2       ??? | 08		13N 21E		00001000 (DARKNESS)
321e 62       ??? | 88		14N 0E		10001000 (CHANCE OF RANDOM COMBAT; DARKNESS)
321f e2       ??? | 08		14N 1E		00001000 (DARKNESS)
3220 e2       ??? | 08		14N 2E		00001000 (DARKNESS)
3221 62       ??? | 88		14N 3E		(CHANCE OF RANDOM COMBAT; DARKNESS)
3222 e2       ??? | 08		14N 4E		00001000 (DARKNESS)
3223 e2       ??? | 08		14N 5E		00001000 (DARKNESS)
3224 e2       ??? | 08		14N 6E		00001000 (DARKNESS)
3225 62       ??? | 88		14N 7E		(CHANCE OF RANDOM COMBAT; DARKNESS)
3226 e2       ??? | 08		14N 8E		00001000 (DARKNESS)
3227 e2       ??? | 08		14N 9E		00001000 (DARKNESS)
3228 e2       ??? | 08		14N 10E		00001000 (DARKNESS)
3229 62       ??? | 88		14N 11E		(CHANCE OF RANDOM COMBAT; DARKNESS)
322a e2       ??? | 08		14N 12E		00001000 (DARKNESS)
322b e2       ??? | 08		14N 13E		00001000 (DARKNESS)
322c e2       ??? | 08		14N 14E		00001000 (DARKNESS)
322d e2       ??? | 08		14N 15E		00001000 (DARKNESS)
322e 62       ??? | 88		14N 16E		(CHANCE OF RANDOM COMBAT; DARKNESS)
322f e2       ??? | 08		14N 17E		00001000 (DARKNESS)
3230 e2       ??? | 08		14N 18E		00001000 (DARKNESS)
3231 e2       ??? | 08		14N 19E		00001000 (DARKNESS)
3232 62       ??? | 88		14N 20E		(CHANCE OF RANDOM COMBAT; DARKNESS)
3233 e2       ??? | 08		14N 21E		00001000 (DARKNESS)
3234 ea       nop | 00		15N 0E
3235 ea       nop | 00		15N 1E
3236 ea       nop | 00		15N 2E
3237 ea       nop | 00		15N 3E
3238 6a       ror a | 80	15N 4E		10000000 (CHANCE OF RANDOM COMBAT)
3239 fa       ??? | 10		15N 5E		00010000 (TRAP)
323a fa       ??? | 10		15N 6E		00010000 (TRAP)
323b fa       ??? | 10		15N 7E		00010000 (TRAP)
323c fa       ??? | 10		15N 8E		00010000 (TRAP)
323d fa       ??? | 10		15N 9E		00010000 (TRAP)
323e fa       ??? | 10		15N 10E		00010000 (TRAP)
323f fa       ??? | 10		15N 11E		00010000 (TRAP)
3240 ea       nop | 00		15N 12E
3241 ea       nop | 00		15N 13E
3242 ea       nop | 00		15N 14E
3243 ea       nop | 00		15N 15E
3244 ea       nop | 00		15N 16E
3245 ea       nop | 00		15N 17E
3246 ea       nop | 00		15N 18E
3247 ee 6a ea inc $ea6a | 04; 15N 19E | 80; 15N 20E | 00; 15N 21E || 00000100 | 10000000 | 00000000
324a ea       nop | 00		16N 0E
324b ea       nop | 00		16N 1E
324c 6a       ror a | 80	16N 2E		10000000 (CHANCE OF RANDOM COMBAT)
324d 6a       ror a | 80	16N 3E		10000000 (CHANCE OF RANDOM COMBAT)
324e ea       nop | 00		16N 4E
324f ea       nop | 00		16N 5E
3250 6a       ror a | 80	16N 6E		10000000 (CHANCE OF RANDOM COMBAT)
3251 ea       nop 00 |		16N 7E
3252 fa       ??? | 10		16N 8E		00010000 (TRAP)
3253 6a       ror a | 80	16N 9E		10000000 (CHANCE OF RANDOM COMBAT)
3254 ea       nop | 00		16N 10E
3255 ea       nop | 00		16N 11E
3256 ea       nop | 00		16N 12E
3257 ea       nop | 00		16N 13E
3258 ea       nop | 00		16N 14E
3259 6a       ror a 80		16N 15E		10000000 (CHANCE OF RANDOM COMBAT)
325a ea       nop | 00		16N 16E
325b ea       nop | 00		16N 17E
325c ea       nop | 00		16N 18E
325d ea       nop | 00		16N 19E
325e ea       nop | 00		16N 20E
325f ea       nop | 00		16N 21E
3260 ea       nop | 00		17N 0E
3261 ea       nop | 00		17N 1E
3262 6a       ror a | 80	17N 2E		10000000 (CHANCE OF RANDOM COMBAT)
3263 6e ee ea ror $eaee | 84; 17N 3E | 04; 17N 4E | 00; 17N 5E || 10000100 (CHANCE OF RANDOM COMBAT; SPECIAL EVENT) | 00000100 | 00000000
3266 ea       nop | 00		17N 6E
3267 ea       nop | 00		17N 7E
3268 fa       ??? | 10		17N 8E		00010000 (TRAP)
3269 ea       nop | 00		17N 9E
326a ea       nop | 00		17N 10E
326b 6a       ror a | 80	17N 11E		10000000 (CHANCE OF RANDOM COMBAT)
326c ea       nop | 00		17N 12E
326d ea       nop | 00		17N 13E
326e 6a       ror a | 80	17N 14E		10000000 (CHANCE OF RANDOM COMBAT)
326f ea       nop | 00		17N 15E
3270 ea       nop | 00		17N 16E
3271 ea       nop | 00		17N 17E 
3272 ea       nop | 00		17N 18E
3273 ea       nop | 00		17N 19E
3274 ea       nop | 00		17N 20E
3275 6a       ror a | 80	17N 21E		10000000 (CHANCE OF RANDOM COMBAT)
3276 ea       nop | 00		18N 0E
3277 ea       nop | 00		18N 1E
3278 ea       nop | 00		18N 2E
3279 ea       nop | 00		18N 3E
327a ea       nop | 00		18N 4E
327b ea       nop | 00		18N 5E
327c ea       nop | 00		18N 6E
327d ea       nop | 00		18N 7E
327e fa       ??? | 10		18N 8E		00010000 (TRAP)
327f ea       nop | 00		18N 9E
3280 ea       nop | 00		18N 10E
3281 ea       nop | 00		18N 11E
3282 ea       nop | 00		18N 12E
3283 ea       nop | 00		18N 13E
3284 ea       nop | 00		18N 14E
3285 ea       nop | 00		18N 15E
3286 6a       ror a | 80	18N 16E		10000000 (CHANCE OF RANDOM COMBAT)
3287 ea       nop | 00		18N 17E
3288 ea       nop | 00		18N 18E
3289 ea       nop | 00		18N 19E
328a ea       nop | 00		18N 20E
328b ea       nop | 00		18N 21E
328c ea       nop | 00		19N 0E
328d ea       nop | 00		19N 1E
328e 6a       ror a | 80	19N 2E		10000000 (CHANCE OF RANDOM COMBAT)
328f 6a       ror a | 80	19N 3E		10000000 (CHANCE OF RANDOM COMBAT)
3290 ea       nop | 00		19N 4E
3291 ea       nop | 00		19N 5E
3292 ea       nop | 00		19N 6E
3293 ea       nop | 00		19N 7E
3294 fa       ??? | 10		19N 8E		00010000 (TRAP)
3295 ea       nop | 00		19N 9E
3296 6a       ror a | 80	19N 10E		10000000 (CHANCE OF RANDOM COMBAT)
3297 ea       nop | 00		19N 11E
3298 ea       nop | 00		19N 12E
3299 6a       ror a | 80	19N 13E		10000000 (CHANCE OF RANDOM COMBAT)
329a ea       nop | 00		19N 14E
329b ea       nop | 00		19N 15E
329c ea       nop | 00		19N 16E
329d ea       nop | 00		19N 17E
329e ea       nop | 00		19N 18E
329f ea       nop | 00		19N 19E
32a0 6a       ror a | 80	19N 20E		10000000 (CHANCE OF RANDOM COMBAT)
32a1 ea       nop | 00		19N 21E
32a2 ea       nop | 00		20N 0E
32a3 ea       nop | 00		20N 1E
32a4 ea       nop | 00		20N 2E
32a5 6a       ror a | 80	20N 3E		10000000 (CHANCE OF RANDOM COMBAT)
32a6 ea       nop | 00		20N 4E
32a7 ea       nop | 00		20N 5E
32a8 ea       nop | 00		20N 6E
32a9 ea       nop | 00		20N 7E
32aa fa       ??? | 10		20N 8E		00010000 (TRAP)
32ab ea       nop | 00		20N 9E
32ac ea       nop | 00		20N 10E
32ad ea       nop | 00		20N 11E
32ae ea       nop | 00		20N 12E
32af ea       nop | 00		20N 13E
32b0 6a       ror a | 80	20N 14E
32b1 ea       nop | 00		20N 15E 
32b2 6a       ror a | 80	20N 16E
32b3 ea       nop | 00		20N 17E
32b4 ea       nop | 00		20N 18E
32b5 ea       nop | 00		20N 19E
32b6 ea       nop | 00		20N 20E
32b7 ea       nop | 00		20N 21E
32b8 ea       nop | 00		21N 0E
32b9 ea       nop | 00		21N 1E
32ba ea       nop | 00		21N 2E
32bb ea       nop | 00		21N 3E
32bc ea       nop | 00		21N 4E
32bd ea       nop | 00		21N 5E
32be ea       nop | 00		21N 6E
32bf ea       nop | 00		21N 7E
32c0 fa       ??? | 10		21N 8E		00010000 (TRAP)
32c1 ea       nop | 00		21N 9E
32c2 6a       ror a | 80	21N 10E		10000000 (CHANCE OF RANDOM COMBAT)
32c3 ea       nop | 00		21N 11E
32c4 6a       ror a | 80	21N 12E		10000000 (CHANCE OF RANDOM COMBAT)
32c5 ea       nop | 00		21N 13E
32c6 ea       nop | 00		21N 14E
32c7 ea       nop | 00		21N 15E
32c8 ea       nop | 00		21N 16E
32c9 ea       nop | 00		21N 17E
32ca ea       nop | 00		21N 18E
32cb ea       nop | 00		21N 19E
32cc ee ee ea inc $eaee | 04; 21N 20E | 04; 21N 21E 
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 =
Bit 5 set to 1 = Spell Point Regeneration Zone
Bit 4 set to 1 = Silence Zone
Bit 3 set to 1 = 
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 | 00		0N 0E
32eb ea       nop | 00		0N 1E
32ec ea       nop | 00		0N 2E
32ed ea       nop | 00		0N 3E
32ee ea       nop | 00		0N 4E
32ef ea       nop | 00		0N 5E
32f0 ea       nop | 00		0N 6E
32f1 e8       inx | 02		0N 7E		00000010	(ANTI-MAGIC ZONE)
32f2 e8       inx | 02		0N 8E		00000010	(ANTI-MAGIC ZONE)
32f3 e8       inx | 02		0N 9E		00000010	(ANTI-MAGIC ZONE)
32f4 e8       inx | 02		0N 10E		00000010	(ANTI-MAGIC ZONE)
32f5 e8       inx | 02		0N 11E		00000010	(ANTI-MAGIC ZONE)
32f6 e8       inx | 02		0N 12E		00000010	(ANTI-MAGIC ZONE)
32f7 e8       inx | 02		0N 13E		00000010	(ANTI-MAGIC ZONE)
32f8 e9 e8    sbc #$e8 | 03; 0N 14E | 02; 0N 15E || 00000011 (SPINNER; ANTI-MAGIC ZONE) | 00000010
32fa e8       inx | 02		0N 16E		00000010	(ANTI-MAGIC ZONE)
32fb ea       nop | 00		0N 17E
32fc ea       nop | 00		0N 18E
32fd ea       nop | 00		0N 19E
32fe ea       nop | 00		0N 20E
32ff ea       nop | 00		0N 21E
3300 ea       nop | 00		1N 0E
3301 ea       nop | 00		1N 1E
3302 ea       nop | 00		1N 2E
3303 ea       nop | 00		1N 3E
3304 ea       nop | 00		1N 4E
3305 ea       nop | 00		1N 5E
3306 ea       nop | 00		1N 6E
3307 e8       inx | 02		1N 7E		00000010	(ANTI-MAGIC ZONE)
3308 e8       inx | 02		1N 8E		00000010	(ANTI-MAGIC ZONE)
3309 e8       inx | 02		1N 9E		00000010	(ANTI-MAGIC ZONE)
330a e8       inx | 02		1N 10E		00000010	(ANTI-MAGIC ZONE)
330b e8       inx | 02		1N 11E		00000010	(ANTI-MAGIC ZONE)
330c e8       inx | 02		1N 12E		00000010	(ANTI-MAGIC ZONE)
330d e8       inx | 02		1N 13E		00000010	(ANTI-MAGIC ZONE)
330e e8       inx | 02		1N 14E		00000010	(ANTI-MAGIC ZONE)
330f e8       inx | 02		1N 15E		00000010	(ANTI-MAGIC ZONE)
3310 e8       inx | 02		1N 16E		00000010	(ANTI-MAGIC ZONE)
3311 ea       nop | 00		1N 17E
3312 ea       nop | 00		1N 18E
3313 ea       nop | 00		1N 19E
3314 ea       nop | 00		1N 20E
3315 ea       nop | 00		1N 21E
3316 ea       nop | 00		2N 0E
3317 ea       nop | 00		2N 1E
3318 ea       nop | 00		2N 2E
3319 ea       nop | 00		2N 3E
331a ea       nop | 00		2N 4E
331b ea       nop | 00		2N 5E
331c ea       nop | 00		2N 6E
331d e8       inx | 02		2N 7E		00000010	(ANTI-MAGIC ZONE)
331e e8       inx | 02		2N 8E		00000010	(ANTI-MAGIC ZONE)
331f e8       inx | 02		2N 9E		00000010	(ANTI-MAGIC ZONE)
3320 e8       inx | 02		2N 10E		00000010	(ANTI-MAGIC ZONE)
3321 e8       inx | 02		2N 11E		00000010	(ANTI-MAGIC ZONE)
3322 e8       inx | 02		2N 12E		00000010	(ANTI-MAGIC ZONE)
3323 e8       inx | 02		2N 13E		00000010	(ANTI-MAGIC ZONE)
3324 e8       inx | 02		2N 14E		00000010	(ANTI-MAGIC ZONE)
3325 e8       inx | 02		2N 15E		00000010	(ANTI-MAGIC ZONE)
3326 e8       inx | 02		2N 16E		00000010	(ANTI-MAGIC ZONE)
3327 ea       nop | 00		2N 17E
3328 ea       nop | 00		2N 18E
3329 ea       nop | 00		2N 19E
332a ea       nop | 00		2N 20E
332b ea       nop | 00		2N 21E
332c ea       nop | 00		3N 0E
332d ea       nop | 00		3N 1E
332e ea       nop | 00		3N 2E
332f ea       nop | 00		3N 3E
3330 ea       nop | 00		3N 4E
3331 ea       nop | 00		3N 5E
3332 ea       nop | 00		3N 6E
3333 e8       inx | 02		3N 7E		00000010	(ANTI-MAGIC ZONE)
3334 e8       inx | 02		3N 8E		00000010	(ANTI-MAGIC ZONE)
3335 e9 e8    sbc #$e8 | 03; 3N 9E | 02; 3N 10E || 00000011 | 00000010
3337 e8       inx | 02		3N 11E		00000010	(ANTI-MAGIC ZONE)
3338 e8       inx | 02		3N 12E		00000010	(ANTI-MAGIC ZONE)
3339 e8       inx | 02		3N 13E		00000010	(ANTI-MAGIC ZONE)
333a e9 e8    sbc #$e8 | 03; 3N 14E | 02; 3N 15E || 00000011 | 00000010
333c e8       inx | 02		3N 16E		00000010	(ANTI-MAGIC ZONE)
333d ea       nop | 00		3N 17E
333e ea       nop | 00		3N 18E
333f ea       nop | 00		3N 19E
3340 ea       nop | 00		3N 20E
3341 ea       nop | 00		3N 21E
3342 ea       nop | 00		4N 0E
3343 ea       nop | 00		4N 1E
3344 ea       nop | 00		4N 2E
3345 ea       nop | 00		4N 3E
3346 ea       nop | 00		4N 4E
3347 ea       nop | 00		4N 5E
3348 ea       nop | 00		4N 6E
3349 e8       inx | 02		4N 7E		00000010	(ANTI-MAGIC ZONE)
334a e8       inx | 02		4N 8E		00000010	(ANTI-MAGIC ZONE)
334b e8       inx | 02		4N 9E		00000010	(ANTI-MAGIC ZONE)
334c e8       inx | 02		4N 10E		00000010	(ANTI-MAGIC ZONE)
334d e8       inx | 02		4N 11E		00000010	(ANTI-MAGIC ZONE)
334e e8       inx | 02		4N 12E		00000010	(ANTI-MAGIC ZONE)
334f e8       inx | 02		4N 13E 		00000010	(ANTI-MAGIC ZONE)
3350 e8       inx | 02		4N 14E		00000010	(ANTI-MAGIC ZONE)
3351 e8       inx | 02		4N 15E		00000010	(ANTI-MAGIC ZONE)
3352 e8       inx | 02		4N 16E		00000010	(ANTI-MAGIC ZONE)
3353 ea       nop | 00		4N 17E
3354 ea       nop | 00		4N 18E
3355 ea       nop | 00		4N 19E
3356 ea       nop | 00		4N 20E
3357 ea       nop | 00		4N 21E
3358 ea       nop | 00		5N 0E
3359 ea       nop | 00		5N 1E
335a ea       nop | 00		5N 2E
335b ea       nop | 00		5N 3E
335c ea       nop | 00		5N 4E
335d ea       nop | 00		5N 5E
335e ea       nop | 00		5N 6E
335f e8       inx | 02		5N 7E		00000010	(ANTI-MAGIC ZONE)
3360 e8       inx | 02		5N 8E		00000010	(ANTI-MAGIC ZONE)
3361 e8       inx | 02		5N 9E		00000010	(ANTI-MAGIC ZONE)
3362 e8       inx | 02		5N 10E		00000010	(ANTI-MAGIC ZONE)
3363 e8       inx | 02		5N 11E		00000010	(ANTI-MAGIC ZONE)
3364 e8       inx | 02		5N 12E		00000010	(ANTI-MAGIC ZONE)
3365 e8       inx | 02		5N 13E		00000010	(ANTI-MAGIC ZONE)
3366 e8       inx | 02		5N 14E		00000010	(ANTI-MAGIC ZONE)
3367 e8       inx | 02		5N 15E		00000010	(ANTI-MAGIC ZONE)
3368 e8       inx | 02		5N 16E		00000010	(ANTI-MAGIC ZONE)
3369 ea       nop | 00		5N 17E
336a ea       nop | 00		5N 18E
336b ea       nop | 00		5N 19E 
336c ea       nop | 00		5N 20E
336d ea       nop | 00		5N 21E
336e ea       nop | 00		6N 0E
336f ea       nop | 00		6N 1E
3370 ea       nop | 00		6N 2E
3371 ea       nop | 00		6N 3E
3372 ea       nop | 00		6N 4E
3373 ea       nop | 00		6N 5E
3374 ea       nop | 00		6N 6E
3375 e8       inx | 02		6N 7E		00000010	(ANTI-MAGIC ZONE)
3376 e8       inx | 02		6N 8E		00000010	(ANTI-MAGIC ZONE)
3377 e8       inx | 02		6N 9E		00000010	(ANTI-MAGIC ZONE)
3378 f8       sed | 12		6N 10E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
3379 f8       sed | 12		6N 11E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
337a fc       ??? | 16		6N 12E		00010110	(ANTI-MAGIC ZONE; HITS LEECH ZONE; SILENCE ZONE)
337b f8       sed | 12		6N 13E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
337c e8       inx | 02		6N 14E		00000010	(ANTI-MAGIC ZONE)
337d e8       inx | 02		6N 15E		00000010	(ANTI-MAGIC ZONE)
337e e9 ea    sbc #$ea | 03; 6N 16E | 00; 6N 17E || 00000011 | 00000000
3380 ea       nop | 00		6N 18E
3381 ea       nop | 00		6N 19E
3382 ea       nop | 00		6N 20E
3383 ea       nop | 00		6N 21E
3384 ea       nop | 00		7N 0E
3385 ea       nop | 00		7N 1E
3386 ea       nop | 00		7N 2E
3387 ea       nop | 00		7N 3E 
3388 ea       nop | 00		7N 4E
3389 ea       nop | 00		7N 5E
338a ea       nop | 00		7N 6E
338b e8       inx | 02		7N 7E		00000010	(ANTI-MAGIC ZONE)
338c e8       inx | 02		7N 8E		00000010	(ANTI-MAGIC ZONE)
338d e8       inx | 02		7N 9E		00000010	(ANTI-MAGIC ZONE)
338e f8       sed | 12		7N 10E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
338f f8       sed | 12		7N 11E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
3390 fc       ??? | 16		7N 12E		00010110	(ANTI-MAGIC ZONE; HITS LEECH ZONE; SILENCE ZONE)
3391 f8       sed | 12		7N 13E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
3392 e8       inx | 02		7N 14E		00000010	(ANTI-MAGIC ZONE)
3393 e8       inx | 02		7N 15E		00000010	(ANTI-MAGIC ZONE)
3394 e8       inx | 02		7N 16E		00000010	(ANTI-MAGIC ZONE)
3395 ea       nop | 00		7N 17E
3396 ea       nop | 00		7N 18E
3397 ea       nop | 00		7N 19E
3398 ea       nop | 00		7N 20E
3399 ea       nop | 00		7N 21E
339a e8       inx | 02		8N 0E		00000010	(ANTI-MAGIC ZONE)
339b ea       nop | 00		8N 1E
339c ea       nop | 00		8N 2E
339d ea       nop | 00		8N 3E
339e ea       nop | 00		8N 4E
339f ea       nop | 00		8N 5E
33a0 ea       nop | 00		8N 6E
33a1 e8       inx | 02		8N 7E		00000010	(ANTI-MAGIC ZONE)
33a2 e8       inx | 02		8N 8E		00000010	(ANTI-MAGIC ZONE)
33a3 e8       inx | 02		8N 9E		00000010	(ANTI-MAGIC ZONE)
33a4 f8       sed | 12		8N 10E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33a5 f8       sed | 12		8N 11E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33a6 f9 e8 e8 sbc $e8e8,y | 13; 8N 12E | 02; 8N 13E | 02; 8N 14E || 00010011 (SILENCE ZONE; ANTI-MAGIC ZONE; SPINNER) | 00000010 | 00000010
33a9 e8       inx | 02		8N 15E		00000010	(ANTI-MAGIC ZONE)
33aa e8       inx | 02		8N 16E		00000010	(ANTI-MAGIC ZONE)
33ab ea       nop | 00		8N 17E
33ac ea       nop | 00		8N 18E
33ad ea       nop | 00		8N 19E
33ae ea       nop | 00		8N 20E
33af ea       nop | 00		8N 21E
33b0 e8       inx | 02		9N 0E		00000010	(ANTI-MAGIC ZONE)
33b1 ea       nop | 00		9N 1E
33b2 e8       inx | 02		9N 2E		00000010	(ANTI-MAGIC ZONE)
33b3 ea       nop | 00		9N 3E
33b4 e8       inx | 02		9N 4E		00000010	(ANTI-MAGIC ZONE)
33b5 ea       nop | 00		9N 5E
33b6 e8       inx | 02		9N 6E		00000010	(ANTI-MAGIC ZONE)
33b7 e8       inx | 02		9N 7E		00000010	(ANTI-MAGIC ZONE)
33b8 e8       inx | 02		9N 8E		00000010	(ANTI-MAGIC ZONE)
33b9 e9 f8    sbc #$f8 | 03; 9N 9E | 12; 9N 10E || 00000011 | 00010010
33bb f8       sed | 12		9N 11E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33bc f9 e8 e9 sbc $e9e8,y | 13; 9N 12E | 02; 9N 13E | 03; 9N 14E || 00010011 | 00000010 | 00000011
33bf e8       inx | 02		9N 15E		00000010	(ANTI-MAGIC ZONE)
33c0 e8       inx | 02		9N 16E		00000010	(ANTI-MAGIC ZONE)
33c1 e8       inx | 02		9N 17E		00000010	(ANTI-MAGIC ZONE)
33c2 ea       nop | 00		9N 18E
33c3 e8       inx | 02		9N 19E		00000010	(ANTI-MAGIC ZONE)
33c4 eb       ??? | 01		9N 20E		00000001	(SPINNER)
33c5 e8       inx | 02		9N 21E		00000010	(ANTI-MAGIC ZONE)
33c6 e8       inx | 02		10N 0E		00000010	(ANTI-MAGIC ZONE)
33c7 eb       ??? | 01		10N 1E		00000001	(SPINNER)
33c8 e8       inx | 02		10N 2E		00000010	(ANTI-MAGIC ZONE)
33c9 ea       nop | 00		10N 3E
33ca e8       inx | 02		10N 4E		00000010	(ANTI-MAGIC ZONE)
33cb ea       nop | 00		10N 5E
33cc e8       inx | 02		10N 6E		00000010	(ANTI-MAGIC ZONE) 
33cd e8       inx | 02		10N 7E		00000010	(ANTI-MAGIC ZONE)
33ce e8       inx | 02		10N 8E		00000010	(ANTI-MAGIC ZONE)
33cf e8       inx | 02		10N 9E		00000010	(ANTI-MAGIC ZONE)
33d0 f8       sed | 12		10N 10E		00010010 	(ANTI-MAGIC ZONE; SILENCE ZONE)
33d1 f8       sed | 12		10N 11E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33d2 f9 e8 e8 sbc $e8e8,y | 13; 10N 12E | 02; 10N 13E | 02; 10N 14E || 00010011 | 00000010 | 00000010
33d5 e8       inx | 02		10N 15E		00000010	(ANTI-MAGIC ZONE)
33d6 e8       inx | 02		10N 16E		00000010	(ANTI-MAGIC ZONE)
33d7 e8       inx | 02		10N 17E		00000010	(ANTI-MAGIC ZONE)
33d8 ea       nop | 00		10N 18E
33d9 e8       inx | 02		10N 19E		00000010	(ANTI-MAGIC ZONE)
33da ea       nop | 00		10N 20E 
33db e8       inx | 02		10N 21E		00000010	(ANTI-MAGIC ZONE)
33dc e8       inx | 02		11N 0E		00000010	(ANTI-MAGIC ZONE)
33dd ea       nop | 00		11N 1E
33de e8       inx | 02		11N 2E		00000010	(ANTI-MAGIC ZONE)
33df ea       nop | 00		11N 3E
33e0 e8       inx | 02		11N 4E		00000010	(ANTI-MAGIC ZONE)
33e1 ea       nop | 00		11N 5E
33e2 e8       inx | 02		11N 6E		00000010	(ANTI-MAGIC ZONE)
33e3 e8       inx | 02		11N 7E		00000010	(ANTI-MAGIC ZONE)
33e4 e8       inx | 02		11N 8E		00000010	(ANTI-MAGIC ZONE)
33e5 e8       inx | 02		11N 9E		00000010	(ANTI-MAGIC ZONE)
33e6 f8       sed | 12		11N 10E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33e7 f8       sed | 12		11N 11E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33e8 fc       ??? | 16		11N 12E		00010110	(ANTI-MAGIC ZONE; HITS LEECH ZONE; SILENCE ZONE)
33e9 f8       sed | 12		11N 13E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33ea e8       inx | 02		11N 14E		00000010	(ANTI-MAGIC ZONE)
33eb e8       inx | 02		11N 15E		00000010	(ANTI-MAGIC ZONE)
33ec e8       inx | 02		11N 16E		00000010	(ANTI-MAGIC ZONE)
33ed e8       inx | 02		11N 17E		00000010	(ANTI-MAGIC ZONE)
33ee ea       nop | 00		11N 18E
33ef e8       inx | 02		11N 19E		00000010	(ANTI-MAGIC ZONE)
33f0 ea       nop | 00		11N 20E
33f1 e8       inx | 02		11N 21E		00000010	(ANTI-MAGIC ZONE)
33f2 e8       inx | 02		12N 0E		00000010	(ANTI-MAGIC ZONE)
33f3 ea       nop | 00		12N 1E
33f4 e8       inx | 02		12N 2E		00000010	(ANTI-MAGIC ZONE) 
33f5 ea       nop | 00		12N 3E
33f6 e9 ea    sbc #$ea | 03; 12N 4E | 00; 12N 5E || 00000011 | 00000000
33f8 e8       inx | 02		12N 6E		00000010	(ANTI-MAGIC ZONE)
33f9 e8       inx | 02		12N 7E		00000010	(ANTI-MAGIC ZONE)
33fa e8       inx | 02		12N 8E		00000010	(ANTI-MAGIC ZONE)
33fb e8       inx | 02		12N 9E		00000010	(ANTI-MAGIC ZONE)
33fc f8       sed | 12		12N 10E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33fd f8       sed | 12		12N 11E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
33fe fc       ??? | 16		12N 12E		00010110	(ANTI-MAGIC ZONE; HITS LEECH ZONE; SILENCE ZONE)
33ff f8       sed | 12		12N 13E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
3400 e8       inx | 02		12N 14E		00000010	(ANTI-MAGIC ZONE)
3401 e8       inx | 02		12N 15E		00000010	(ANTI-MAGIC ZONE)
3402 e8       inx | 02		12N 16E		00000010	(ANTI-MAGIC ZONE)
3403 e8       inx | 02		12N 17E		00000010	(ANTI-MAGIC ZONE)
3404 eb       ??? | 01		12N 18E		00000001	(SPINNER)
3405 e8       inx | 02		12N 19E		00000010	(ANTI-MAGIC ZONE)
3406 ea       nop | 00		12N 20E
3407 e8       inx | 02		12N 21E		00000010	(ANTI-MAGIC ZONE)
3408 e8       inx | 02		13N 0E		00000010	(ANTI-MAGIC ZONE)
3409 ea       nop | 00		13N 1E
340a e8       inx | 02		13N 2E		00000010	(ANTI-MAGIC ZONE)
340b ea       nop | 00		13N 3E
340c e8       inx | 02		13N 4E		00000010	(ANTI-MAGIC ZONE)
340d ea       nop | 00		13N 5E
340e e8       inx | 02		13N 6E		00000010	(ANTI-MAGIC ZONE)
340f e8       inx | 02		13N 7E		00000010	(ANTI-MAGIC ZONE)
3410 e8       inx | 02		13N 8E		00000010	(ANTI-MAGIC ZONE)
3411 e8       inx | 02		13N 9E		00000010	(ANTI-MAGIC ZONE)
3412 e8       inx | 02		13N 10E		00000010	(ANTI-MAGIC ZONE)
3413 e8       inx | 02		13N 11E		00000010	(ANTI-MAGIC ZONE)
3414 e8       inx | 02		13N 12E		00000010	(ANTI-MAGIC ZONE)
3415 e8       inx | 02		13N 13E		00000010	(ANTI-MAGIC ZONE)
3416 e8       inx | 02		13N 14E		00000010	(ANTI-MAGIC ZONE)
3417 e8       inx | 02		13N 15E		00000010	(ANTI-MAGIC ZONE)
3418 e8       inx | 02		13N 16E		00000010	(ANTI-MAGIC ZONE)
3419 e8       inx | 02		13N 17E		00000010	(ANTI-MAGIC ZONE)
341a ea       nop | 00		13N 18E
341b e8       inx | 02		13N 19E		00000010	(ANTI-MAGIC ZONE)
341c ea       nop | 00		13N 20E
341d e8       inx | 02		13N 21E		00000010	(ANTI-MAGIC ZONE)
341e e8       inx | 02		14N 0E		00000010	(ANTI-MAGIC ZONE)
341f ea       nop | 00		14N 1E
3420 e8       inx | 02		14N 2E		00000010	(ANTI-MAGIC ZONE)
3421 ea       nop | 00		14N 3E
3422 f8       sed | 12		14N 4E		00010010	(ANTI-MAGIC ZONE; SILENCE ZONE)
3423 ea       nop | 00		14N 5E
3424 e8       inx | 02		14N 6E 		00000010	(ANTI-MAGIC ZONE)
3425 e8       inx | 02		14N 7E		00000010	(ANTI-MAGIC ZONE)
3426 e8       inx | 02		14N 8E		00000010	(ANTI-MAGIC ZONE)
3427 e9 e8    sbc #$e8 | 03; 14N 9E | 02; 14N 10E || 00000011 | 00000010
3429 e8       inx | 02		14N 11E		00000010	(ANTI-MAGIC ZONE)
342a e8       inx | 02		14N 12E		00000010	(ANTI-MAGIC ZONE)
342b e8       inx | 02		14N 13E		00000010	(ANTI-MAGIC ZONE)
342c e8       inx | 02		14N 14E		00000010	(ANTI-MAGIC ZONE)
342d e8       inx | 02		14N 15E		00000010	(ANTI-MAGIC ZONE)
342e e8       inx | 02		14N 16E		00000010	(ANTI-MAGIC ZONE)
342f e8       inx | 02		14N 17E		00000010	(ANTI-MAGIC ZONE)
3430 ea       nop | 00		14N 18E
3431 e8       inx | 02		14N 19E		00000010	(ANTI-MAGIC ZONE)
3432 ea       nop | 00		14N 20E
3433 e8       inx | 02		14N 21E		00000010	(ANTI-MAGIC ZONE)
3434 ea       nop | 00		15N 0E
3435 ea       nop | 00		15N 1E
3436 ea       nop | 00		15N 2E
3437 ea       nop | 00		15N 3E
3438 ea       nop | 00		15N 4E
3439 ea       nop | 00		15N 5E
343a ea       nop | 00		15N 6E
343b ea       nop | 00		15N 7E
343c ea       nop | 00		15N 8E
343d ea       nop | 00		15N 9E
343e ea       nop | 00		15N 10E
343f ea       nop | 00		15N 11E
3440 ea       nop | 00		15N 12E
3441 ea       nop | 00		15N 13E
3442 ea       nop | 00		15N 14E
3443 ea       nop | 00		15N 15E
3444 ea       nop | 00		15N 16E
3445 ea       nop | 00		15N 17E
3446 ea       nop | 00		15N 18E
3447 ea       nop | 00		15N 19E
3448 ea       nop | 00		15N 20E
3449 ea       nop | 00		15N 21E 
344a ea       nop | 00		16N 0E
344b ea       nop | 00		16N 1E
344c ea       nop | 00		16N 2E
344d ea       nop | 00		16N 3E
344e ea       nop | 00		16N 4E
344f ea       nop | 00		16N 5E
3450 ea       nop | 00		16N 6E
3451 ea       nop | 00		16N 7E
3452 ea       nop | 00		16N 8E
3453 ea       nop | 00		16N 9E
3454 ea       nop | 00		16N 10E
3455 ea       nop | 00		16N 11E
3456 ea       nop | 00		16N 12E
3457 ea       nop | 00		16N 13E
3458 ea       nop | 00		16N 14E
3459 ea       nop | 00		16N 15E
345a ea       nop | 00		16N 16E
345b ea       nop | 00		16N 17E
345c ea       nop | 00		16N 18E
345d ea       nop | 00		16N 19E
345e ea       nop | 00		16N 20E
345f ea       nop | 00		16N 21E
3460 ea       nop | 00		17N 0E
3461 ea       nop | 00		17N 1E
3462 ea       nop | 00		17N 2E
3463 ea       nop | 00		17N 3E
3464 ea       nop | 00		17N 4E
3465 ea       nop | 00		17N 5E
3466 ea       nop | 00		17N 6E
3467 ea       nop | 00		17N 7E
3468 ea       nop | 00		17N 8E
3469 ea       nop | 00		17N 9E
346a ea       nop | 00		17N 10E
346b ea       nop | 00		17N 11E
346c ea       nop | 00		17N 12E
346d ea       nop | 00		17N 13E
346e ca       dex | 20		17N 14E		00100000		(SPELL POINT REGENERATION ZONE)
346f ea       nop | 00		17N 15E
3470 ea       nop | 00		17N 16E
3471 ea       nop | 00		17N 17E
3472 6a       ror a | 80	17N 18E		10000000		UNKNOWN; IN-GAME THIS SQUARE APPEARS TO DO NOTHING
3473 ea       nop | 00		17N 19E
3474 ea       nop | 00		17N 20E
3475 ea       nop | 00		17N 21E
3476 ea       nop | 00		18N 0E
3477 ea       nop | 00		18N 1E
3478 ea       nop | 00		18N 2E
3479 ea       nop | 00		18N 3E
347a ea       nop | 00		18N 4E
347b aa       tax | 40		18N 5E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
347c aa       tax | 40		18N 6E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
347d aa       tax | 40		18N 7E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
347e ea       nop | 00		18N 8E
347f ea       nop | 00		18N 9E
3480 ea       nop | 00		18N 10E
3481 ea       nop | 00		18N 11E
3482 ea       nop | 00		18N 12E
3483 e8       inx | 02		18N 13E		00000010	(ANTI-MAGIC ZONE)
3484 e8       inx | 02		18N 14E		00000010	(ANTI-MAGIC ZONE)
3485 ea       nop | 00		18N 15E
3486 ea       nop | 00		18N 16E
3487 ea       nop | 00		18N 17E
3488 6a       ror a | 80	18N 18E		10000000	UNKNOWN; IN-GAME THIS SQUARE APPEARS TO DO NOTHING
3489 ea       nop | 00		18N 19E
348a ea       nop | 00		18N 20E
348b ea       nop | 00		18N 21E
348c ea       nop | 00		19N 0E
348d ea       nop | 00		19N 1E
348e ea       nop | 00		19N 2E
348f ea       nop | 00		19N 3E
3490 ea       nop | 00		19N 4E
3491 aa       tax | 40		19N 5E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
3492 aa       tax | 40		19N 6E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
3493 aa       tax | 40		19N 7E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
3494 ea       nop | 00		19N 8E
3495 ea       nop | 00		19N 9E
3496 ea       nop | 00		19N 10E
3497 ea       nop | 00		19N 11E
3498 ea       nop | 00		19N 12E
3499 e8       inx | 02		19N 13E		00000010	(ANTI-MAGIC ZONE)
349a e8       inx | 02		19N 14E		00000010	(ANTI-MAGIC ZONE)
349b ea       nop | 00		19N 15E
349c ea       nop | 00		19N 16E
349d ea       nop | 00		19N 17E
349e 6a       ror a | 80	19N 18E		10000000	UNKNOWN; IN-GAME THIS SQUARE APPEARS TO DO NOTHING
349f ea       nop | 00		19N 19E
34a0 ea       nop | 00		19N 20E
34a1 ea       nop | 00		19N 21E
34a2 ea       nop | 00		20N 0E
34a3 ea       nop | 00		20N 1E
34a4 ea       nop | 00		20N 2E
34a5 ea       nop | 00		20N 3E
34a6 ea       nop | 00		20N 4E
34a7 aa       tax | 40		20N 5E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
34a8 aa       tax | 40		20N 6E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
34a9 aa       tax | 40		20N 7E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
34aa ea       nop | 00		20N 8E
34ab ea       nop | 00		20N 9E
34ac ea       nop | 00		20N 10E
34ad ea       nop | 00		20N 11E
34ae ea       nop | 00		20N 12E
34af ea       nop | 00		20N 13E
34b0 ea       nop | 00		20N 14E
34b1 ea       nop | 00		20N 15E
34b2 ea       nop | 00		20N 16E
34b3 ea       nop | 00		20N 17E
34b4 6a       ror a | 80	20N 18E		10000000	UNKNOWN; IN-GAME THIS SQUARE APPEARS TO DO NOTHING
34b5 ea       nop | 00		20N 19E
34b6 ea       nop | 00		20N 20E
34b7 ea       nop | 00		20N 21E
34b8 ea       nop | 00		21N 0E
34b9 ea       nop | 00		21N 1E
34ba ea       nop | 00		21N 2E
34bb ea       nop | 00		21N 3E
34bc ea       nop | 00		21N 4E
34bd aa       tax | 40		21N 5E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
34be aa       tax | 40		21N 6E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
34bf aa       tax | 40		21N 7E		01000000		(SPELL POINT LEECH ZONE)(12 points leeched)
34c0 ea       nop | 00		21N 8E
34c1 ea       nop | 00		21N 9E
34c2 ea       nop | 00		21N 10E
34c3 ea       nop | 00		21N 11E
34c4 ea       nop | 00		21N 12E
34c5 ea       nop | 00		21N 13E
34c6 ea       nop | 00		21N 14E
34c7 ea       nop | 00		21N 15E
34c8 ea       nop | 00		21N 16E
34c9 ea       nop | 00		21N 17E
34ca ea       nop | 00		21N 18E
34cb ea       nop | 00		21N 19E
34cc ea       nop | 00		21N 20E
34cd ea       nop | 00		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 
Last edited by Darendor on Sun Apr 14, 2019 9:19 am, edited 6 times in total.
User avatar
Darendor
Posts: 1503
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Re: FILE5401665.PRG - Fanskar's Castle

Post by Darendor »

ENTIRE FILE, part 2 of 2. Dungeon Name, Dungeon Flags, Text Strings, and Beastiary.

Code: Select all

BEGIN DUNGEON CAPTION
34ea 3e 02 0f rol $0f02,x	The
34ed 4a       lsr a		[SPC]
34ee 29 0b    and #$0b		Ca
34f0 19 1e 06 ora $061e,y	stl
34f3 0f       ???		e
34f4 15 15    ora $15,x		>>
34f6 15 15    ora $15,x		>>


BEGIN DUNGEON FLAG SETTINGS ?(APAR, PHDO, WALL STYLE, DIFFICULTY LEVEL)? (UNCERTAIN, JUST A GUESS)
34f8 ee eb e9 inc $e9eb		04 01 03
34fb ea       nop 		00
34fc ea       nop 		00
34fd f0 fb    beq $34fa		1a 11
34ff ea       nop 		00
3500 ea       nop 		00
3501 ea       nop 		00
3502 eb       ???		01
3503 eb       ???		01
3504 eb       ???		01
3505 eb       ???		01
3506 eb       ???		01
3507 eb       ???		01
3508 eb       ???		01
3509 ed e6 fb sbc $fbe6		07 0c 11
350c e8       inx 		02
350d e6 ff    inc $ff		0c 15
350f fe ef e0 inc $e0ef,x	14 05 0a
3512 e3       ???		09
3513 e7       ???		0d
3514 e2       ???		08
3515 e7       ???		0d
3516 e6 e7    inc $e7		0c 0d
3518 ec e7 c6 cpx $c6e7		06 0d 2c
351b ed c7 ef sbc $efc7		07 2d 05
351e c4 ec    cpy $ec		2e 06
3520 c5 ea    cmp $ea		2f 00
3522 da       ???		30
3523 ea       nop 		00
3524 da       ???		30
3525 ea       nop 		00
3526 db       ???		31
3527 ea       nop 		00
3528 d8       cld 		32
3529 43       ???		a9
352a fb       ???		11
352b ee ff ff inc $ffff		04 15 15
352e e0 e7    cpx #$e7		0a 0d
3530 ea       nop 		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 fb       ???		11
353b ed e3 e1 sbc $e1e3		07 09 0b
353e ef       ???		05
353f e7       ???		0d
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 eb       ???		01
356b ea       nop 		00
356c e1 ec    sbc ($ec,x)	0b 06
356e fb       ???		11
356f e9 ef    sbc #$ef		03 05
3571 eb       ???		01
3572 e5 f9    sbc $f9		0f 13
3574 ec ff e3 cpx $e3ff		06 15 09
3577 e1 ef    sbc ($ef,x)	0b 05
3579 e6 4a    inc $4a		0c a0
357b ea       nop 		00
357c 15 ea    ora $ea,x		ff 00
357e 6e eb 2c ror $2ceb		84 01 c6
3581 eb       ???		01
3582 ed e8 c1 sbc $c1e8		07 02 2b
3585 e8       inx 		02
3586 a2 e8    ldx #$e8		48 02
3588 37       ???		dd
3589 e8       inx		02



BEGIN TEXT STRINGS (non-loaded "special" events)
358a 33       ???		Y					
358b 05 1f    ora $1f		ou
358d 18       clc 		r
358e 4a       lsr a		[SPC]
358f 06 03    asl $03		li
3591 0d 02 1e ora $1e02		ght
3594 4a       lsr a		[SPC]
3595 03       ???		i
3596 06 06    asl $06		ll
3598 1f       ???		u
3599 07       ???		m
359a 03       ???		i
359b 04       ???		n
359c 0b       ???		a
359d 1e 0f 19 asl $190f,x	tes
35a0 4a       lsr a		[SPC]
35a1 1e 02 0f asl $0f02,x	the
35a4 4a       lsr a		[SPC]
35a5 0e 03 04 asl $0403		din
35a8 0d 13 4a ora $4a13		gy[SPC]
35ab 1d 0b 06 ora $060b,x	wal
35ae 06 19    asl $19		ls
35b0 4a       lsr a		[SPC]
35b1 05 0c    ora $0c		of
35b3 4a       lsr a		[SPC]
35b4 2c 0b 04 bit $040b		Fan
35b7 19 01 0b ora $0b01,y	ska
35ba 18       clc 		r
35bb 4d 19 4a eor $4a19		's[SPC]
35be 0c       ???		f
35bf 05 18    ora $18		or
35c1 1e 18 0f asl $0f18,x	tre
35c4 19 19 44 ora $4419,y	ss.
35c7 4a       lsr a		[SPC]
35c8 33       ???		Y
35c9 05 1f    ora $1f		ou
35cb 4a       lsr a		[SPC]
35cc 02       ???		h
35cd 0f       ???		e
35ce 0b       ???		a
35cf 18       clc 		r
35d0 4a       lsr a		[SPC]
35d1 1c       ???		V
35d2 05 03    ora $03		oi
35d4 09 0f    ora #$0f		ce
35d6 19 4a 03 ora $034a,y	s[SPC]i
35d9 04       ???		n
35da 4a       lsr a		[SPC]
35db 1e 02 0f asl $0f02,x	the
35de 4a       lsr a		[SPC]
35df 0e 03 19 asl $1903		dis
35e2 1e 0b 04 asl $040b,x	tan
35e5 09 0f    ora #$0f		ce
35e7 44       ???		.
35e8 15 39    ora $39,x		>S
35ea 09 18    ora #$18		cr
35ec 0b       ???		a
35ed 1d 06 0f ora $0f06,x	wle
35f0 0e 4a 05 asl $054a		d[SPC]o
35f3 04       ???		n
35f4 4a       lsr a		[SPC]
35f5 1e 02 0f asl $0f02,x	the
35f8 4a       lsr a		[SPC]
35f9 1d 0b 06 ora $060b,x	wal
35fc 06 4a    asl $4a		l[SPC]
35fe 03       ???		i
35ff 19 4a 1e ora $1e4a,y	s[SPC]t
3602 02       ???		h
3603 03       ???		i
3604 19 4a 07 ora $074a,y	s[SPC]m
3607 0f       ???		e
3608 19 19 0b ora $0b19,y	ssa
360b 0d 0f 50 ora $500f		ge:
360e ea       nop 		[CR]
360f ea       nop 		[CR]
3610 2c 0b 18 bit $180b		Far
3613 4a       lsr a		[SPC]
3614 18       clc 		r
3615 03       ???		i
3616 0d 02 1e ora $1e02		ght
3619 4a       lsr a		[SPC]
361a 0b       ???		a
361b 04       ???		n
361c 0e 4a 06 asl $064a		d[SCP]l
361f 0f       ???		e
3620 0c       ???		f
3621 1e 4a 03 asl $034a,x	t[SPC]i
3624 19 4a 02 ora $024a,y	s[SPC]h
3627 0b       ???		a
3628 10 0b    bpl $3635		za
362a 18       clc 		r
362b 0e 05 1f asl $1f05		dou
362e 19 46 4a ora $4a46,y	s,[SPC]
3631 1d 02 0f ora $0f02,x	whe
3634 04       ???		n
3635 4a       lsr a		[SPC]
3636 1e 03 07 asl $0703,x	tim
3639 0f       ???		e
363a 4a       lsr a		[SPC]
363b 18       clc 		r
363c 1f       ???		u
363d 04       ???		n
363e 19 4a 19 ora $194a,y	s[SPC]s
3641 02       ???		h
3642 05 18    ora $18		or
3644 1e 46 4a asl $4a46,x	t,[SPC]
3647 13       ???		y
3648 0f       ???		e
3649 1e 4a 03 asl $034a,x	t[SPC]i
364c 04       ???		n
364d 4a       lsr a		[SPC]
364e 1e 02 0f asl $0f02,x	the
3651 4a       lsr a		[SPC]
3652 0c       ???		f
3653 0b       ???		a
3654 18       clc 		r
3655 4a       lsr a		[SPC]
3656 09 05    ora #$05		co
3658 18       clc 		r
3659 04       ???		n
365a 0f       ???		e
365b 18       clc 		r
365c 19 4a 03 ora $034a,y	s[SPC]i
365f 19 4a 01 ora $014a,y	s[SPC]k
3662 04       ???		n
3663 05 1d    ora $1d		ow
3665 06 0f    asl $0f		le
3667 0e 0d 0f asl $0f0d		dge
366a 44       ???		.
366b 44       ???		.
366c 44       ???		.
366d 15 2b    ora $2b,x		>A
366f 4a       lsr a		[SPC]
3670 1c       ???		v
3671 05 03    ora $03		oi
3673 09 0f    ora #$0f		ce
3675 4a       lsr a		[SPC]
3676 19 0b 13 ora $130b,y	say
3679 19 50 ea ora $ea50,y	s:[CR]
367c ea       nop 		[CR]
367d 2c 0b 04 bit $040b		Fan
3680 19 01 0b ora $0b01,y	ska
3683 18       clc 		r
3684 4a       lsr a		[SPC]
3685 0d 1f 0b ora $0b1f		gua
3688 18       clc 		r
3689 0e 19 4a asl $4a19		ds[SPC]
368c 1e 02 0f asl $0f02,x	the
368f 4a       lsr a		[SPC]
3690 2e 0f 0b rol $0b0f		Dea
3693 1e 02 4a asl $4a02,x	th[SPC]
3696 39 04 0b and $0b04,y	Sna
3699 18       clc 		r
369a 0f       ???		e
369b 4a       lsr a		[SPC]
369c 1d 03 1e ora $1e03,x	wit
369f 02       ???		h
36a0 4a       lsr a		[SPC]
36a1 02       ???		h
36a2 03       ???		i
36a3 19 4a 1c ora $1c4a,y	s[SPC]v
36a6 0f       ???		e
36a7 18       clc 		r
36a8 13       ???		y
36a9 4a       lsr a		[SPC]
36aa 06 03    asl $03		li
36ac 0c       ???		f
36ad 0f       ???		e
36ae 44       ???		.
36af 15 2b    ora $2b,x		>A
36b1 4a       lsr a		[SPC]
36b2 19 03 0d ora $0d03,y	sig
36b5 04       ???		n
36b6 4a       lsr a		[SPC]
36b7 18       clc 		r
36b8 0f       ???		e
36b9 0b       ???		a
36ba 0e 19 50 asl $5019		ds:
36bd ea       nop 		[SPC]
36be ea       nop 		[SPC]
36bf 2d 1f 0b and $0b1f		Gua
36c2 18       clc 		r
36c3 0e 19 4d asl $4d19		ds'
36c6 4a       lsr a		[SPC]
36c7 3b       ???		q
36c8 1f       ???		u
36c9 0b       ???		a
36ca 18       clc 		r
36cb 1e 0f 18 asl $180f,x	ter
36ce 19 4a 47 ora $474a,y	s[SPC]-
36d1 47       ???		-
36d2 4a       lsr a		[SPC]
36d3 1d 05 07 ora $0705,x	wom
36d6 0f       ???		e
36d7 04       ???		n
36d8 4a       lsr a		[SPC]
36d9 1a       ???		p
36da 06 0f    asl $0f		le
36dc 0b       ???		a
36dd 19 0f 4a ora $4a0f,y	se[SPC]
36e0 1d 0b 03 ora $030b,x	wai
36e3 1e 4a 03 asl $034a,xt	t[SPC]i
36e6 04       ???		n
36e7 4a       lsr a		[SPC]
36e8 1e 02 0f asl $0f02,x	the
36eb 4a       lsr a		[SPC]
36ec 02       ???		h
36ed 0b       ???		a
36ee 06 06    asl $06		ll
36f0 15 2b    ora $2b,x		>A
36f2 4a       lsr a		[SPC]
36f3 1a       ???		p
36f4 06 0b    asl $0b		la
36f6 1b       ???		q
36f7 1f       ???		u
36f8 0f       ???		e
36f9 4a       lsr a		[SPC]
36fa 18       clc 		r
36fb 0f       ???		e
36fc 0b       ???		a
36fd 0e 19 50 asl $5019		ds:
3700 ea       nop 		[CR]
3701 ea       nop 		[CR]
3702 2c 0b 04 bit $040b		Fan
3705 19 01 0b ora $0b01,y	ska
3708 18       clc 		r
3709 4d 19 4a eor $4a19		's[SPC]
370c 3b       ???		Q
370d 1f       ???		u
370e 0b       ???		a
370f 18       clc 		r
3710 1e 0f 18 asl $180f,x	ter
3713 19 15 2b ora $2b15,y	s>A
3716 19 01 4a ora $4a01,y	sk[SPC]
3719 1e 02 0f asl $0f02,x	the
371c 4a       lsr a		[SPC]
371d 3d 03 19 and $1903,x	wis
3720 0f       ???		e
3721 4a       lsr a		[SPC]
3722 05 0c    ora $0c		of
3724 4a       lsr a		[SPC]
3725 2e 2b 38 rol $382b		DAR
3728 2d 25 3e and $3e25		GOT
372b 22       ???		H
372c 4b       ???		!
372d 15 0f    ora $0f,x		>e
372f 18       clc 		r
3730 19 15 39 ora $3915,y	s>S
3733 24 2b    bit $2b		NA
3735 38       sec 		R
3736 2f       ???		E
3737 4a       lsr a		[SPC]
3738 49 58    eor #$58		#2
373a ea       nop 		[CR]
373b ea       nop 		[CR]
373c 2b       ???		A
373d 4a       lsr a		[SPC]
373e 1c       ???		v
373f 05 03    ora $03		oi
3741 09 0f    ora #$0f		ce
3743 4a       lsr a		[SPC]
3744 19 0b 13 ora $130b,y	say
3747 19 50 ea ora $ea50,y	s:[CR]
374a ea       nop 		[CR]
374b 3d 0f 06 and $060f,x	Wel
374e 09 05    ora #$05		co
3750 07       ???		m
3751 0f       ???		e
3752 46 4a    lsr $4a		,[SPC]
3754 07       ???		m
3755 05 18    ora $18		or
3757 1e 0b 06 asl $060b,x	tal
375a 19 4b 4a ora $4a4b,y	s![SPC]
375d 29 02    and #$02		Ch
375f 05 05    ora $05		oo
3761 19 0f 4a ora $4a0f,y	se[SPC]
3764 05 04    ora $04		on
3766 0f       ???		e
3767 4a       lsr a		[SPC]
3768 05 0c    ora $0c		of
376a 4a       lsr a		[SPC]
376b 1e 02 18 asl $1802,x	thr
376e 0f       ???		e
376f 0f       ???		e
3770 4a       lsr a		[SPC]
3771 0e 05 05 asl $0505		doo
3774 18       clc 		r
3775 19 46 4a ora $4a46,y	s,[SPC]
3778 08       php 		b
3779 1f       ???		u
377a 1e 4a 05 asl $054a,x	t[SPC]o
377d 04       ???		n
377e 06 13    asl $13		ly
3780 4a       lsr a		[SPC]
3781 5b       ???		1
3782 4a       lsr a		[SPC]
3783 06 0f    asl $0f		le
3785 0b       ???		a
3786 0e 19 4a asl $4a19		ds[SPC]
3789 1e 05 4a asl $4a05,x	to[SPC]
378c 1e 02 0f asl $0f02,x	the
378f 4a       lsr a		[SPC]
3790 19 0f 0d ora $0d0f,y	seg
3793 07       ???		m
3794 0f       ???		e
3795 04       ???		n
3796 1e 44 4a asl $4a44,x	t.[SPC]
3799 3e 02 0f rol $0f02,x	The
379c 4a       lsr a		[SPC]
379d 05 1e    ora $1e		ot
379f 02       ???		h
37a0 0f       ???		e
37a1 18       clc 		r
37a2 4a       lsr a		[SPC]
37a3 58       cli 		2
37a4 4a       lsr a		[SPC]
37a5 08       php 		b
37a6 18       clc 		r
37a7 03       ???		i
37a8 04       ???		n
37a9 0d 4a 03 ora $034a		g[SPC]i
37ac 04       ???		n
37ad 19 1e 0b ora $0b1e,y	sta
37b0 04       ???		n
37b1 1e 4a 0e asl $0e4a,x	t[SPC]d
37b4 0f       ???		e
37b5 0b       ???		a
37b6 1e 02 44 asl $4402,x	th.
37b9 44       ???		.
37ba 44       ???		.
37bb 15 1e    ora $1e,x		>t
37bd 4a       lsr a		[SPC]
37be 0e 0f 0b asl $0b0f		dea
37c1 1e 02 44 asl $4402,x	th.
37c4 44       ???		.
37c5 44       ???		.
37c6 15 33    ora $33,x		| ff   ISB | d9   CMP				>Y
37c8 05 1f    ora $1f		| ef   ISB | f5   SBC				ou
37ca 4a       lsr a		| a0   LDY					[SPC]
37cb 02       ???		| e8   INX					h
37cc 0b       ???		| e1   SBC					a
37cd 1c       ???		| f6   INC					v
37ce 0f       ???		| e5   SBC					e
37cf 4a       lsr a		| a0   LDY					[SPC]
37d0 19 1f 09 ora $091f,y	| f3   ISB | f5   SBC | e3   ISB		suc
37d3 09 0f    ora #$0f		| e3   ISB | e5   SBC				ce
37d5 0f       ???		| e5   SBC					e
37d6 0e 0f 0e asl $0e0f		| e4   CPX | e5   SBC | e4   CPX		ded
37d9 4a       lsr a		| a0   LDY					[SPC]
37da 0b       ???		| e1   SBC					a
37db 0d 0b 03 ora $030b		| e7   ISB | e1   SBC | e9   SBC		gai
37de 04       ???		| ee   INC					n
37df 46 4a    lsr $4a		| ac   LDY | a0   LDY				,[SPC]
37e1 07       ???		| ed   SBC					m
37e2 05 18    ora $18		| ef   ISB | f2   ???				or
37e4 1e 0b 06 asl $060b,x	| f4   NOP | e1   SBC | ec   CPX		tal
37e7 19 15 15 ora $1515,y	| f3   ISB | ff   ISB | ff   ISB		s>>

BEGIN DUNGEON LEVEL 'BEASTIARY'
37ea 39 0b 02 and $020b,y	| d3   DCP | e1   SBC | e8   INX		Sah
37ed 0b       ???		| e1   SBC					a
37ee 18       clc 		| f2   ???					r
37ef 4a       lsr a		| a0   LDY					[SPC]
37f0 2d 1f 0b and $0b1f		| c7   DCP | f5   SBC | e1   SBC		Gua
37f3 18       clc 		| f2   ???					r
37f4 0e 45 36 asl $3645		| e4   CPX | af   LAX | dc   NOP		d[????][EOT] AF has uncertain meaning
37f7 19 36 15 ora $1536,y	| f3   ISB | dc   NOP | ff   ISB		s[EOT]>
37fa d5 ea    cmp $ea,x		| 3f   RLA | 00   NOP
37fc af       ???		| 45   EOR
37fd ea       nop 		| 00   NOP
37fe e9 eb    sbc #$eb		| 03r   SLO | 01
3800 e7       ???		| 0d   ORA
3801 eb       ???		| 01   ORA
3802 ea       nop 		| 00   NOP
3803 ea       nop 		| 00   NOP
3804 ea       nop 		| 00   NOP
3805 ea       nop 		| 00   NOP
3806 ea       nop 		| 00   NOP
3807 f8       sed 		| 12   ???
3808 d1 fa    cmp ($fa),y	| 3b   RLA | 10   BPL

380a 24 03    bit $03		| ce   DEC | e9   SBC				Ni
380c 04       ???		| ee   INC					n
380d 00       brk 		| ea   NOP					j
380e 0b       ???		| e1   SBC					a
380f 45 36    eor $36		| af   LAX | dc   NOP				[????][EOT]
3811 19 36 15 ora $1536,y	| f3   ISB | dc   NOP | ff   ISB		s[EOT]>
3814 15 15    ora $15,x		| ff   ISB | ff   ISB 				>>
3816 15 15    ora $15,x		| ff   ISB | ff   ISB				>>
3818 15 15    ora $15,x		| ff   ISB | ff   ISB				>>
381a d5 ea    cmp $ea,x		| 3f   RLA | 00   NOP
381c c2       ???		| 28   PLP
381d ea       nop 		| 00   NOP
381e e8       inx 		| 02   ???
381f e8       inx 		| 02   ???
3820 e7       ???		| 0d   ORA
3821 ea       nop 		| 00   NOP
3822 8f       ???		| 65   ADC
3823 8f       ???		| 65   ADC
3824 8f       ???		| 65   ADC
3825 8f       ???		| 65   ADC
3826 ed fa c1 sbc $c1fa		| 07   SLO | 10   BPL | 2b   ANC
3829 da       ???		| 30   BMI

382a 2b       ???		| c1   CMP				A
382b 18       clc 		| f2   ???				r
382c 09 02    ora #$02		| e3   ISB | e8   INX			ch
382e 0f       ???		| e5   SBC				e
382f 18       clc 		| f2   ???				r
3830 45 36    eor $36		| af   LAX | dc   NOP			[????][EOT]
3832 19 36 15 ora $1536,y	| f3   ISB | dc   NOP | ff   ISB	s[EOT]>
3835 15 15    ora $15,x		| ff   ISB | ff   ISB			>>
3837 15 15    ora $15,x		| ff   ISB | ff   ISB			>>
3839 15				| ff   ISB 				>
383a 95				| 7f
383b ea       nop 		| 00   NOP
383c fa       ???		| 10   BPL
383d ea       nop 		| 00   NOP
383e e8       inx 		| 02   ???
383f eb       ???		| 01   ORA
3840 e0 ea    cpx #$ea		| 0a   ASL | 00   NOP
3842 8d 8d 8d sta $8d8d		| 67   RRA | 67   RRA | 67   RRA
3845 8d ea fa sta $faea		| 67   RRA | 00   NOP | 10   BPL
3848 d1 ba    cmp ($ba),y	| 3b   RLA | 50   BVC

384a 27       ???		M
384b 0b       ???		a
384c 04       ???		n
384d 1e 03 19 asl $1903,x	tis
3850 45 36    eor $36		>[EOT]
3852 0f       ???		e
3853 19 36 15 ora $1536,y	s[EOT]>
3856 15 15    ora $15,x		>>
3858 15 15    ora $15,x		>>
385a 95 ea    sta $ea,x		| 7f   RRA | 00   NOP
385c e2       ???		| 08   PHP
385d ea       nop 		| 00   NOP
385e e9 e9    sbc #$e9		| 03   SLO | 03   SLO
3860 e4 ea    cpx $ea		| 0e   ASL | 00   NOP
3862 ea       nop 		| 00   NOP
3863 ea       nop 		| 00   NOP
3864 ea       nop 		| 00   NOP
3865 ea       nop 		| 00   NOP
3866 cb       ???		| 21   AND
3867 fd d0 fb sbc $fbd0,x	| 17   SLO | 3a   NOP | 11   ORA

386a 3c       ???		V
386b 05 03    ora $03		oi
386d 0e 4a 39 asl $394a		d[SPC]S
3870 02       ???		h
3871 0b       ???		a
3872 0e 0f 45 asl $450f		de>
3875 36 19    rol $19,x		[EOT]s
3877 36 15    rol $15,x		[EOT]>
3879 15				>
387a d5       ora		| 3f   RLA
387b ea       nop 		| 00   NOP
387c aa       tax 		| 40   RTI
387d ea       nop 		| 00   NOP
387e eb       ???		| 01   ORA
387f ef       ???		| 05   ORA
3880 e0 ea    cpx #$ea		| 0a   ASL
3882 ea       nop 		| 00   NOP
3883 ea       nop 		| 00   NOP
3884 ea       nop 		| 00   NOP
3885 ea       nop 		| 00   NOP
3886 82       ???		| 68   PLA
3887 e2       ???		| 08   PHP
3888 c9 fb    cmp #$fb		| 23   ??? | 11   ORA

388a 26 03    rol $03		Li
388c 10 0b    bpl $3899		za
388e 18       clc 		r
388f 0e 4a 07 asl $074a		d[SPC]m
3892 45 0b    eor $0b		>a
3894 04       ???		n
3895 36 0f    rol $0f,x		[EOT]e
3897 04       ???		n
3898 36 15    rol $15,x		[EOT]>
389a d5 ea    cmp $ea,x		| 3f   RLA | 00   NOP
389c d2       ???		| 38   SEC
389d ea       nop 		| 00   NOP
389e e9 eb    sbc #$eb		| 03   SLO | 01   ORA
38a0 e3       ???		| 09   ORA
38a1 eb       ???		| 01   ORA
38a2 ea       nop 		| 00   NOP
38a3 ea       nop 		| 00   NOP
38a4 88       dey 		| 62   ???
38a5 88       dey 		| 62   ???
38a6 da       ???		| 30   BMI
38a7 f3       ???		| 19   ORA
38a8 da       ???		| 30   BMI
38a9 db       ???		| 31   AND

38aa 25 0d    and $0d		Og
38ac 18       clc 		r
38ad 0f       ???		e
38ae 4a       lsr a		[SPC]
38af 27       ???		M
38b0 0b       ???		a
38b1 0d 03 15 ora $1503		gi>
38b4 15 15    ora $15,x		>>
38b6 15 15    ora $15,x		>>
38b8 15 15    ora $15,x		>>
38ba d5 ea    cmp $ea,x		| 3f   RLA | 00   NOP
38bc da       ???		| 30   BMI
38bd ea       nop 		| 00   NOP
38be e8       inx 		| 02   ???
38bf eb       ???		| 01   ORA
38c0 e0 ea    cpx #$ea		| 0a   ASL | 00   NOP
38c2 a9 da    lda #$da		| 43   SRE | 30   BMI
38c4 d7       ???		| 3d   AND
38c5 d7       ???		| 3d   AND
38c6 ea       nop 		| 00   NOP
38c7 fb       ???		| 11   ORA
38c8 dd db 29 cmp $29db,x	| 37   RLA | 31   AND 

38ca 				C
38cb 06 05    asl $05		lo
38cd 1f       ???		u
38ce 0e 4a 2d asl $2d4a		d[SPC]G
38d1 03       ???		i
38d2 0b       ???		a
38d3 04       ???		n
38d4 1e 45 36 asl $3645,x	t[Unknown][EOT]	
38d7 19 36 15 ora $1536,y	s[EOT]>
38da 95 ea    sta $ea,x		| 7f   RRA | 00   NOP
38dc ba       tsx 		| 50
38dd ea       nop 		| 00
38de eb       ???		| 01
38df e8       inx 		| 02
38e0 e7       ???		| 0d
38e1 e9 ea    sbc #$ea		| 03 | 00
38e3 ea       nop 		| 00
38e4 ea       nop 		| 00
38e5 ea       nop 		| 00
38e6 b9 e5 d2 lda $d2e5,y	| 53 | 0f | 38
38e9 fa       ???		| 10

38ea 3a       ???		P
38eb 05 03    ora $03		oi
38ed 19 05 04 ora $0405,y	son
38f0 4a       lsr a		[SPC]
38f1 2d 03 0b and $0b03		Gia
38f4 04       ???		n
38f5 1e 45 36 asl $3645,x	t[Unknown][EOT]
38f8 19 15 			s>
38fa 95	      ora		7f	
38fb ea       nop 		00
38fc a2 ea    ldx #$ea		48 | 00
38fe ea       nop 		00
38ff ea       nop 		00
3900 ea       nop 		00
3901 ee ea ea inc $eaea		04 | 00 | 00
3904 ea       nop 		00
3905 ea       nop 		00
3906 bb       ???		51
3907 e6 c4    inc $c4		0c 2e
3909 fa       ???		10

390a 21 05    and ($05,x)	Ko
390c 08       php 		b
390d 05 06    ora $06		ol
390f 0e 45 36 asl $3645		d[Unknown][EOT]		
3912 19 36 15 ora $1536,y	s[EOT]>
3915 15 15    ora $15,x		>>
3917 15 15    ora $15,x		>>
3919 15 			>
391a 95       ora		7f
391b ea       nop 		00
391c 6a       ror a		80
391d ea       nop 		00
391e e9 eb    sbc #$eb		03 | 01
3920 e6 ea    inc $ea		0c | 00
3922 82       ???		68
3923 82       ???		68
3924 82       ???		68
3925 82       ???		68
3926 ea       nop 		00
3927 f8       sed 		12
3928 c0 ab    cpy #$ab		2a | 41

392a 21 1d    and ($1d,x)	Kw
392c 03       ???		i
392d 4a       lsr a		[SPC]
392e 29 02    and #$02		Ch
3930 0b       ???		a
3931 04       ???		n
3932 0d 36 15 ora $1536		g[EOT]>
3935 15 15    ora $15,x		>>
3937 15 15    ora $15,x		>>
3939 15				>
393a 95	      ora		7f
393b ea       nop 		00
393c aa       tax 		40
393d ea       nop 		00
393e ea       nop 		00
393f ef       ???		05
3940 e5 ed    sbc $ed		0f | 07	
3942 ea       nop 		00
3943 ea       nop 		00
3944 ea       nop 		00
3945 ea       nop 		00
3946 fa       ???		10
3947 ef       ???		05
3948 c7       ???		2d
3949 fa       ???		10

394a 27       ???		M
394b 0b       ???		a
394c 19 1e 0f ora $0f1e,y	ste
394f 18       clc 		r
3950 4a       lsr a		[SPC]
3951 27       ???		M
3952 0b       ???		a
3953 0d 0f 45 ora $450f		ge[Unknown]
3956 36 19    rol $19,x		[EOT]s
3958 36 15    rol $15,x		[EOT]>
395a d5 ea    cmp $ea,x		3f
395c ca       dex 		20
395d ea       nop 		00
395e e8       inx 		02
395f eb       ???		01
3960 e0 ea    cpx #$ea		0a | 00
3962 dd dd dd cmp $dddd,x	37 | 37 | 37
3965 dd ea f9 cmp $f9ea,x	37 | 00 | 13
3968 cb       ???		21
3969 ba       tsx 		50

396a 28       plp 		B
396b 18       clc 		r
396c 0b       ???		a
396d 19 19 4a ora $4a19,y	ss[SPC]
3970 2e 18 0b rol $0b18		Dra
3973 0d 05 04 ora $0405		gon
3976 45 36    eor $36		[Unknown][EOT]
3978 19 15			s>
397a 95 ora			7f
397b ea       nop 		00
397c 9a       txs 		70
397d ea       nop 		00
397e eb       ???		01
397f eb       ???		01
3980 e7       ???		0d
3981 ea       nop 		00
3982 b9 b9 b9 lda $b9b9,y	53 | 53 | 53
3985 b9 ea ca lda $caea,y	53 | 00 | 20
3988 ca       dex 		20
3989 db       ???		31

398a 2e 0f 0b rol $0b0f		Dea
398d 1e 02 4a asl $4a02,x	th[SPC]
3990 2e 0f 0b rol $0b0f		Dea
3993 06 0f    asl $0f		le
3995 18       clc 		r
3996 45 36    eor $36		[Unknown][EOT]
3998 19 15			s>
399a d5				3f
399b ea       nop 		00
399c ca       dex 		20
399d ea       nop 		00
399e eb       ???		01
399f eb       ???		01
39a0 e0 ea    cpx #$ea		0a | 00
39a2 ea       nop 		00
39a3 ea       nop 		00
39a4 ea       nop 		00
39a5 ea       nop 		00
39a6 9d e0 d7 sta $d7e0,x	77 | 0a | 3d
39a9 fa       ???		10

39aa 3d 03 10 and $1003,x	Wiz
39ad 0b       ???		a
39ae 18       clc 		r
39af 0e 45 36 asl $3645		d[Unknown][EOT]
39b2 19 36 15 ora $1536,y	s[EOT]>
39b5 15 15    ora $15,x		>>
39b7 15 15    ora $15,x		>>
39b9 15				>
39ba d5       ora $d5,x		3f
39bb ea       nop 		00
39bc aa       tax 		40
39bd ea       nop 		00
39be e8       inx 		02
39bf eb       ???		01
39c0 e1 ea    sbc ($ea,x)	0b | 00
39c2 a9 d7    lda #$d7		43 | 3d
39c4 af       ???		45
39c5 ac ea fe ldy $feea		46 | 00 | 14
39c8 df       ???		53
39c9 da       ???		30

39ca 3d 0b 18 and $180b,x	War
39cd 4a       lsr a		[SPC]
39ce 2d 03 0b and $0b03		Gia
39d1 04       ???		n
39d2 1e 45 36 asl $3645,x	t[Unknown][EOT]
39d5 19 36 15 ora $1536,y	s[EOT]>
39d8 15 15    ora $15,x		>>
39da 95 ea    sta $ea,x		7f
39dc f2       ???		18
39dd ea       nop 		00
39de eb       ???		01
39df e8       inx 		02
39e0 e5 e8    sbc $e8		0f | 02
39e2 ea       nop 		00
39e3 ea       nop 		00
39e4 ea       nop 		00
39e5 ea       nop 		00
39e6 ba       tsx 		50
39e7 e7       ???		0d
39e8 ce fa 28 dec $28fa		24 | 10 

39ea					B
39eb 05 0e    ora $0e		od
39ed 13       ???		y
39ee 0d 1f 0b ora $0b1f		gua
39f1 18       clc 		r
39f2 0e 36 15 asl $1536		d[EOT]>
39f5 15 15    ora $15,x		>>
39f7 15 15    ora $15,x		>>
39f9 15				>
39fa 95       			7f
39fb ea       nop 		00
39fc aa       tax 		40
39fd ea       nop 		00
39fe ea       nop 		00
39ff eb       ???		01
3a00 e6 e8    inc $e8		0c | 02
3a02 ea       nop 		00
3a03 ea       nop 		00
3a04 ea       nop 		00
3a05 ea       nop 		00
3a06 b9 fa dd lda $ddfa,y	53 | 10 | 37
3a09 fa       ???		10

3a0a 2c 0b 04 bit $040b		Fan
3a0d 19 01 0b ora $0b01,y	ska
3a10 18       clc 		r
3a11 36 15    rol $15,x		[EOT]>
3a13 15 15    ora $15,x		>>
3a15 15 15    ora $15,x		>>
3a17 15 15    ora $15,x		>>
3a19 15 15    ora $15,x		>
3a1a 15				ff
3a1b eb       ???		01
3a1c 0a       asl a		e0
3a1d ea       nop 		00
3a1e ea       nop 		00
3a1f e3       ???		09
3a20 e5 ea    sbc $ea		0f | 00
3a22 af       ???		45
3a23 ad a4 dd lda $dda4		47 | 4e | 37
3a26 ea       nop 		00
3a27 da       ???		30
3a28 df       ???		35
3a29 7a       ???		90

3a2a 2b       ???		A
3a2b 4a       lsr a		[SPC]
3a2c 0c       ???		f
3a2d 18       clc 		r
3a2e 03       ???		i
3a2f 0f       ???		e
3a30 04       ???		n
3a31 0e 36 15 asl $1536		d[EOT]>
3a34 15 15    ora $15,x		>>
3a36 15 15    ora $15,x		>>
3a38 15 15    ora $15,x		>>
3a3a 15 eb    ora $eb,x		ff | 01
3a3c 6a       ror a		80
3a3d ea       nop 		00
3a3e ea       nop 		00
3a3f e9 e6    sbc #$e6		03 | 0c
3a41 ea       nop 		00
3a42 be be be ldx $bebe,y	54 | 54 |54
3a45 be ea f2 ldx $f2ea,y	54 | 00 | 18
3a48 ca       dex 		20
3a49 ab       ???		41
3a4a ea       nop 		00			
3a4b ea       nop 		00
3a4c ea       nop 		00
3a4d ea       nop 		00
3a4e ea       nop 		00
3a4f ea       nop 		00
3a50 ea       nop 		00
3a51 ea       nop 		00
3a52 ea       nop 		00
3a53 ea       nop 		00
3a54 ea       nop 		00
3a55 ea       nop 		00
3a56 ea       nop 		00
3a57 ea       nop 		00
3a58 ea       nop 		00
3a59 ea       nop 		00			

3a5a ea       nop 		00
3a5b ea       nop 		00
3a5c ea       nop 		00
3a5d ea       nop 		00
3a5e ea       nop 		00
3a5f ea       nop 		00
3a60 ea       nop 		00
3a61 ea       nop 		00
3a62 ea       nop 		00
3a63 ea       nop 		00
3a64 ea       nop 		00
3a65 ea       nop 		00
3a66 ea       nop 		00
3a67 ea       nop 		00
3a68 ea       nop 		00
3a69 ea       nop 		00
3a6a ea       nop 		00
3a6b ea       nop 		00
3a6c ea       nop 		00
3a6d ea       nop 		00
3a6e ea       nop 		00
3a6f ea       nop 		00
3a70 ea       nop 		00
3a71 ea       nop 		00
3a72 ea       nop 		00
3a73 ea       nop 		00
3a74 ea       nop 		00
3a75 ea       nop 		00
3a76 ea       nop 		00
3a77 ea       nop 		00
3a78 ea       nop 		00
3a79 ea       nop 		00
3a7a ea       nop 		00
3a7b ea       nop 		00
3a7c ea       nop 		00
3a7d ea       nop 		00
3a7e ea       nop 		00
3a7f ea       nop 		00
3a80 ea       nop 		00
3a81 ea       nop 		00
3a82 ea       nop 		00
3a83 ea       nop 		00
3a84 ea       nop 		00
3a85 ea       nop 		00
3a86 ea       nop 		00
3a87 ea       nop 		00
3a88 ea       nop 		00
3a89 ea       nop 		00
3a8a ea       nop 		00
3a8b ea       nop		00 
3a8c ea       nop 		00
3a8d ea       nop 		00
3a8e ea       nop 		00
3a8f ea       nop 		00
3a90 ea       nop 		00
3a91 ea       nop 		00
3a92 ea       nop 		00
3a93 ea       nop 		00
3a94 ea       nop 		00
3a95 ea       nop 		00
3a96 ea       nop 		00
3a97 ea       nop 		00
3a98 ea       nop 		00
3a99 ea       nop 		00
3a9a ea       nop 		00
3a9b ea       nop 		00
3a9c ea       nop 		00
3a9d ea       nop 		00
3a9e ea       nop 		00
3a9f ea       nop 		00
3aa0 ea       nop 		00
3aa1 ea       nop 		00
3aa2 ea       nop 		00
3aa3 ea       nop 		00
3aa4 ea       nop 		00
3aa5 ea       nop 		00
3aa6 ea       nop 		00
3aa7 ea       nop 		00
3aa8 ea       nop 		00
3aa9 ea       nop 		00
3aaa ea       nop 		00
3aab ea       nop 		00
3aac ea       nop 		00
3aad ea       nop 		00
3aae ea       nop 		00
3aaf ea       nop 		00
3ab0 ea       nop 		00
3ab1 ea       nop 		00
3ab2 ea       nop 		00
3ab3 ea       nop 		00
3ab4 ea       nop 		00
3ab5 ea       nop 		00
3ab6 ea       nop 		00
3ab7 ea       nop 		00
3ab8 ea       nop 		00
3ab9 ea       nop 		00
3aba ea       nop 		00
3abb ea       nop 		00
3abc ea       nop 		00
3abd ea       nop 		00
3abe ea       nop 		00
3abf ea       nop 		00
3ac0 ea       nop 		00
3ac1 ea       nop 		00
3ac2 ea       nop 		00
3ac3 ea       nop 		00
3ac4 ea       nop 		00
3ac5 ea       nop 		00
3ac6 ea       nop 		00
3ac7 ea       nop 		00
3ac8 ea       nop 		00
3ac9 ea       nop 		00
3aca ea       nop 		00
3acb ea       nop 		00
3acc ea       nop 		00
3acd ea       nop 		00
3ace ea       nop 		00
3acf ea       nop 		00
3ad0 ea       nop 		00
3ad1 ea       nop 		00
3ad2 ea       nop 		00
3ad3 ea       nop 		00
3ad4 ea       nop 		00
3ad5 ea       nop 		00
3ad6 ea       nop 		00
3ad7 ea       nop 		00
3ad8 ea       nop 		00
3ad9 ea       nop 		00
3ada ea       nop 		00
3adb ea       nop 		00
3adc ea       nop 		00
3add ea       nop 		00
3ade ea       nop 		00
3adf ea       nop 		00
3ae0 ea       nop 		00
3ae1 ea       nop 		00
3ae2 ea       nop 		00
3ae3 ea       nop 		00
3ae4 ea       nop 		00
3ae5 ea       nop 		00
3ae6 ea       nop 		00
3ae7 ea       nop 		00
Last edited by Darendor on Sun Apr 14, 2019 9:07 am, edited 2 times in total.
User avatar
Darendor
Posts: 1503
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Re: FILE5401665.PRG - Fanskar's Castle

Post by Darendor »

So, from dissecting Fanskar's Castle in its entirety, we can deduce and conclude a number of things.

TWO EVENT MAPS
First of all, there are two event maps which allows for more comprehensive dungeon traps and schemes. No longer are we confined to 8 spinners or 8 AM zones; they can be throughout an entire level if we so desire (a la Grey Crypt, for instance).

Something interesting I found was that on event map 2 the 7th bit was set on a few squares: 17N 18E, 18N 18E, 19N 18E, and 20N 18E. These 4 squares make 40' of a north-south corridor, and try as I might they sure didn't seem to do much at all. No increased combat odds, nothing on the "eye" detection spell, no visible effect on the party's stats, nothing. Anyone here smarter than me who might know? :? It is a mystery for now...

The spellpoint leech zones hit for 12 points at a time. The hitpoint leech zones in the Snare hit for 5 points at a time. I'm not certain if the amount you get hit for is dependent on dungeon 'difficulty' level or not; I imagine it is.

DUNGEON FLAGS/SETTINGS
145 bytes dedicated to dungeon flags, settings, etc. Yiiiiikes. I am going to have a rough time trying to decipher all that I think.
In BTI the dungeon level files were somehow linked to gether; I don't know if I'll be able to figure that out on my own. I will try, though.
I wonder, and hope, if each dungeon level has its own jump value offsets for loadable file events? Seems likely. This bears comparison with the BTI file layout...
Obviously there's offset for the text strings, which are pretty self-explanatory.


BEASTIARY
Fanskar's Castle features a total of 18 monsters you can encounter, plus what appears to be a record for a 19th nameless monster. An aborted attempt perhaps.
What's cool about this is that if you look closely at the monster name registry there is reservation for the non-plural form; e.g. take a look at the Lizard man entry.

Code: Select all

388a 26 03    rol $03		Li
388c 10 0b    bpl $3899		za
388e 18       clc 		r
388f 0e 4a 07 asl $074a		d[SPC]m
3892 45 0b    eor $0b		>a
3894 04       ???		n
3895 36 0f    rol $0f,x		[EOT]e
3897 04       ???		n
3898 36 15    rol $15,x		[EOT]>
Notice how after the end-of-text marker at 3895 there is text comprising "en" followed by another end-of-text marker? This means that when there's only 1 Lizard man, it overwrites the "en" in men with "an" so it reads Lizard man instead of Lizard men. Neat? I thought so too.

The rest of the file is padded with hex 00; I'm uncertain if this means the dungeon can support more monster entries.



So that's that. I'll probably start disassembling Dark Domain Level 1 next for comparison sake and see if the "Dungeon Flags etc" parts of the 2 maps can jive at all and give us some more hints.
User avatar
Darendor
Posts: 1503
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Re: FILE5401665.PRG - Fanskar's Castle

Post by Darendor »

I discovered tonight that I made a parsing error regarding the dungeon level 'beastiaries'.

That half-record of a monster isn't a half record at all, rather I had mistakenly believed that the monster records started with their stats and then their naming convention(s) followed, when in fact it's the naming conventions first followed by the stats.
Post Reply