diff --git a/Roland_plotter/README.md b/Roland_plotter/README.md new file mode 100644 index 0000000..a83df7f --- /dev/null +++ b/Roland_plotter/README.md @@ -0,0 +1,8 @@ +# Roland plotter ROMs + +These are possibly from a Roland DXY-1300. Got from the [Chiplotle](http://sites.music.columbia.edu/cmc/chiplotle/) mailing list mid-2016. Z80 assembly language. ASM files auto-generated by the poster. + +The file `RolandDG_R15209223` looks like it starts with code, and possibly should be at 0000h. I can't ascertain the correct location that the other file (`RolandDG_R15179881`) maps to, but it might actually start with the font table. See how there are 00h bytes followed by bytes with the high bit set? The zeroes could be "end of char" markers. + +@scruss +2018-01-31 diff --git a/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.BIN b/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.BIN new file mode 100644 index 0000000..dd3b017 Binary files /dev/null and b/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.BIN differ diff --git a/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.asm b/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.asm new file mode 100644 index 0000000..8a7b9b5 --- /dev/null +++ b/Roland_plotter/RolandDG_R15179881_LH2357H9_8943B.asm @@ -0,0 +1,55160 @@ +; z80dasm 1.1.3 +; command line: src/z80dasm --origin=0 --output=RolandDG_R151 -l -t -vvvv ../../Downloads/RolandDG_R15179881_LH2357H9_8943B.BIN + + org 00000h + + nop ;0000 00 . + add a,c ;0001 81 . + and b ;0002 a0 . + call po,sub_8b81h ;0003 e4 81 8b . . . + inc e ;0006 1c . + add a,e ;0007 83 . + add a,d ;0008 82 . + call po,sub_8083h ;0009 e4 83 80 . . . + ld a,a ;000c 7f  + add a,b ;000d 80 . + ld a,a ;000e 7f  + add a,d ;000f 82 . + add a,e ;0010 83 . + add a,d ;0011 82 . + nop ;0012 00 . + adc a,d ;0013 8a . + and h ;0014 a4 . + call po,sub_988ah ;0015 e4 8a 98 . . . + inc e ;0018 1c . + sub (hl) ;0019 96 . + and h ;001a a4 . + call po,sub_9896h ;001b e4 96 98 . . . + nop ;001e 00 . + add a,b ;001f 80 . + sub h ;0020 94 . + call po,sub_94a0h ;0021 e4 a0 94 . . . + inc e ;0024 1c . + and b ;0025 a0 . + adc a,h ;0026 8c . + call po,sub_8c80h ;0027 e4 80 8c . . . + inc e ;002a 1c . + add a,h ;002b 84 . + add a,b ;002c 80 . + call po,sub_a090h ;002d e4 90 a0 . . . + inc e ;0030 1c . + sbc a,h ;0031 9c . + and b ;0032 a0 . + call po,sub_8090h ;0033 e4 90 80 . . . + nop ;0036 00 . + sub b ;0037 90 . + and h ;0038 a4 . + call po,sub_7c90h ;0039 e4 90 7c . . | + inc e ;003c 1c . + add a,b ;003d 80 . + add a,h ;003e 84 . + call po,sub_8282h ;003f e4 82 82 . . . + add a,a ;0042 87 . + add a,b ;0043 80 . + sbc a,c ;0044 99 . + add a,b ;0045 80 . + sbc a,(hl) ;0046 9e . + add a,d ;0047 82 . + and b ;0048 a0 . + add a,(hl) ;0049 86 . + and b ;004a a0 . + adc a,e ;004b 8b . + sbc a,l ;004c 9d . + adc a,(hl) ;004d 8e . + sbc a,c ;004e 99 . + sub b ;004f 90 . + add a,a ;0050 87 . + sub c ;0051 91 . + add a,h ;0052 84 . + sub e ;0053 93 . + add a,c ;0054 81 . + sub (hl) ;0055 96 . + add a,c ;0056 81 . + sbc a,d ;0057 9a . + add a,h ;0058 84 . + sbc a,(hl) ;0059 9e . + adc a,d ;005a 8a . + and b ;005b a0 . + sub (hl) ;005c 96 . + and b ;005d a0 . + sbc a,l ;005e 9d . + sbc a,(hl) ;005f 9e . + and b ;0060 a0 . + sbc a,e ;0061 9b . + nop ;0062 00 . + and b ;0063 a0 . + and b ;0064 a0 . + call po,sub_8080h ;0065 e4 80 80 . . . + inc e ;0068 1c . + add a,b ;0069 80 . + sbc a,b ;006a 98 . + call po,sub_9d80h ;006b e4 80 9d . . . + add a,c ;006e 81 . + sbc a,a ;006f 9f . + add a,h ;0070 84 . + and b ;0071 a0 . + adc a,d ;0072 8a . + and b ;0073 a0 . + adc a,l ;0074 8d . + sbc a,a ;0075 9f . + adc a,(hl) ;0076 8e . + sbc a,l ;0077 9d . + adc a,(hl) ;0078 8e . + sbc a,b ;0079 98 . + adc a,l ;007a 8d . + sub (hl) ;007b 96 . + adc a,d ;007c 8a . + sub l ;007d 95 . + add a,h ;007e 84 . + sub l ;007f 95 . + add a,c ;0080 81 . + sub (hl) ;0081 96 . + add a,b ;0082 80 . + sbc a,b ;0083 98 . + inc e ;0084 1c . + sub d ;0085 92 . + add a,e ;0086 83 . + call po,sub_8892h ;0087 e4 92 88 . . . + sub e ;008a 93 . + adc a,d ;008b 8a . + sub (hl) ;008c 96 . + adc a,e ;008d 8b . + sbc a,h ;008e 9c . + adc a,e ;008f 8b . + sbc a,a ;0090 9f . + adc a,d ;0091 8a . + and b ;0092 a0 . + adc a,b ;0093 88 . + and b ;0094 a0 . + add a,e ;0095 83 . + sbc a,a ;0096 9f . + add a,c ;0097 81 . + sbc a,h ;0098 9c . + add a,b ;0099 80 . + sub (hl) ;009a 96 . + add a,b ;009b 80 . + sub e ;009c 93 . + add a,c ;009d 81 . + sub d ;009e 92 . + add a,e ;009f 83 . + nop ;00a0 00 . + adc a,b ;00a1 88 . + sub e ;00a2 93 . + call po,sub_9181h+2 ;00a3 e4 83 91 . . . + add a,b ;00a6 80 . + adc a,h ;00a7 8c . + add a,b ;00a8 80 . + add a,a ;00a9 87 . + add a,e ;00aa 83 . + add a,e ;00ab 83 . + add a,(hl) ;00ac 86 . + add a,c ;00ad 81 . + adc a,c ;00ae 89 . + add a,b ;00af 80 . + sbc a,b ;00b0 98 . + add a,b ;00b1 80 . + sbc a,h ;00b2 9c . + add a,c ;00b3 81 . + sbc a,(hl) ;00b4 9e . + add a,d ;00b5 82 . + and b ;00b6 a0 . + add a,a ;00b7 87 . + and b ;00b8 a0 . + adc a,l ;00b9 8d . + inc e ;00ba 1c . + sbc a,l ;00bb 9d . + sbc a,c ;00bc 99 . + call po,sub_9c9dh ;00bd e4 9d 9c . . . + sbc a,e ;00c0 9b . + sbc a,a ;00c1 9f . + sub (hl) ;00c2 96 . + and b ;00c3 a0 . + adc a,e ;00c4 8b . + and b ;00c5 a0 . + add a,(hl) ;00c6 86 . + sbc a,a ;00c7 9f . + add a,h ;00c8 84 . + sbc a,h ;00c9 9c . + add a,h ;00ca 84 . + sbc a,b ;00cb 98 . + add a,(hl) ;00cc 86 . + sub l ;00cd 95 . + and b ;00ce a0 . + add a,b ;00cf 80 . + nop ;00d0 00 . + adc a,a ;00d1 8f . + sbc a,e ;00d2 9b . + call po,sub_9c91h ;00d3 e4 91 9c . . . + sub d ;00d6 92 . + sbc a,a ;00d7 9f . + sub d ;00d8 92 . + and d ;00d9 a2 . + adc a,a ;00da 8f . + and d ;00db a2 . + adc a,a ;00dc 8f . + and b ;00dd a0 . + sub d ;00de 92 . + and b ;00df a0 . + nop ;00e0 00 . + and b ;00e1 a0 . + and (hl) ;00e2 a6 . + call po,sub_a099h+2 ;00e3 e4 9b a0 . . . + sbc a,b ;00e6 98 . + sbc a,b ;00e7 98 . + sub a ;00e8 97 . + sub e ;00e9 93 . + sub a ;00ea 97 . + adc a,l ;00eb 8d . + sbc a,b ;00ec 98 . + add a,a ;00ed 87 . + sbc a,e ;00ee 9b . + add a,b ;00ef 80 . + and b ;00f0 a0 . + ld a,d ;00f1 7a z + nop ;00f2 00 . + add a,b ;00f3 80 . + and (hl) ;00f4 a6 . + call po,sub_a085h ;00f5 e4 85 a0 . . . + adc a,b ;00f8 88 . + sbc a,c ;00f9 99 . + adc a,c ;00fa 89 . + sub h ;00fb 94 . + adc a,c ;00fc 89 . + adc a,l ;00fd 8d . + adc a,b ;00fe 88 . + adc a,b ;00ff 88 . + add a,l ;0100 85 . + add a,b ;0101 80 . + add a,b ;0102 80 . + ld a,d ;0103 7a z + nop ;0104 00 . + add a,b ;0105 80 . + sub b ;0106 90 . + call po,sub_909eh ;0107 e4 9e 90 . . . + inc e ;010a 1c . + sbc a,c ;010b 99 . + sbc a,e ;010c 9b . + call po,sub_8585h ;010d e4 85 85 . . . + inc e ;0110 1c . + add a,l ;0111 85 . + sbc a,e ;0112 9b . + call po,sub_8599h ;0113 e4 99 85 . . . + nop ;0116 00 . + add a,b ;0117 80 . + sub b ;0118 90 . + call po,sub_90a0h ;0119 e4 a0 90 . . . + inc e ;011c 1c . + sub b ;011d 90 . + and b ;011e a0 . + call po,sub_8090h ;011f e4 90 80 . . . + nop ;0122 00 . + add a,e ;0123 83 . + add a,b ;0124 80 . + call po,sub_8080h ;0125 e4 80 80 . . . + add a,b ;0128 80 . + add a,d ;0129 82 . + add a,e ;012a 83 . + add a,d ;012b 82 . + add a,e ;012c 83 . + ld a,a ;012d 7f  + add a,d ;012e 82 . + ld a,h ;012f 7c | + add a,b ;0130 80 . + ld a,e ;0131 7b { + nop ;0132 00 . + add a,b ;0133 80 . + sub b ;0134 90 . + call po,sub_90a0h ;0135 e4 a0 90 . . . + nop ;0138 00 . + adc a,a ;0139 8f . + add a,b ;013a 80 . + call po,sub_828fh ;013b e4 8f 82 . . . + sub d ;013e 92 . + add a,d ;013f 82 . + sub d ;0140 92 . + add a,b ;0141 80 . + adc a,a ;0142 8f . + add a,b ;0143 80 . + nop ;0144 00 . + add a,b ;0145 80 . + ld a,d ;0146 7a z + call po,sub_a6a0h ;0147 e4 a0 a6 . . . + nop ;014a 00 . + sub (hl) ;014b 96 . + add a,b ;014c 80 . + call po,sub_808eh ;014d e4 8e 80 . . . + adc a,b ;0150 88 . + add a,c ;0151 81 . + add a,h ;0152 84 . + add a,h ;0153 84 . + add a,d ;0154 82 . + add a,a ;0155 87 . + add a,b ;0156 80 . + adc a,h ;0157 8c . + add a,b ;0158 80 . + sub h ;0159 94 . + add a,d ;015a 82 . + sbc a,c ;015b 99 . + add a,h ;015c 84 . + sbc a,h ;015d 9c . + adc a,b ;015e 88 . + sbc a,a ;015f 9f . + adc a,(hl) ;0160 8e . + and b ;0161 a0 . + sub (hl) ;0162 96 . + and b ;0163 a0 . + sbc a,h ;0164 9c . + sbc a,a ;0165 9f . + and b ;0166 a0 . + sbc a,h ;0167 9c . + and d ;0168 a2 . + sbc a,c ;0169 99 . + and h ;016a a4 . + sub h ;016b 94 . + and h ;016c a4 . + adc a,h ;016d 8c . + and d ;016e a2 . + add a,a ;016f 87 . + and b ;0170 a0 . + add a,h ;0171 84 . + sbc a,h ;0172 9c . + add a,c ;0173 81 . + sub (hl) ;0174 96 . + add a,b ;0175 80 . + nop ;0176 00 . + adc a,c ;0177 89 . + sub h ;0178 94 . + call po,sub_a093h+2 ;0179 e4 95 a0 . . . + sub a ;017c 97 . + and b ;017d a0 . + sub a ;017e 97 . + add a,b ;017f 80 . + nop ;0180 00 . + add a,c ;0181 81 . + sbc a,d ;0182 9a . + call po,09d82h ;0183 e4 82 9d . . . + add a,a ;0186 87 . + sbc a,a ;0187 9f . + adc a,h ;0188 8c . + and b ;0189 a0 . + sub l ;018a 95 . + and b ;018b a0 . + sbc a,d ;018c 9a . + sbc a,a ;018d 9f . + sbc a,(hl) ;018e 9e . + sbc a,l ;018f 9d . + and b ;0190 a0 . + sbc a,d ;0191 9a . + and b ;0192 a0 . + sub h ;0193 94 . + sbc a,h ;0194 9c . + sub c ;0195 91 . + sbc a,b ;0196 98 . + adc a,a ;0197 8f . + adc a,d ;0198 8a . + adc a,h ;0199 8c . + add a,a ;019a 87 . + adc a,e ;019b 8b . + add a,h ;019c 84 . + adc a,c ;019d 89 . + add a,c ;019e 81 . + add a,(hl) ;019f 86 . + add a,b ;01a0 80 . + add a,b ;01a1 80 . + and b ;01a2 a0 . + add a,b ;01a3 80 . + nop ;01a4 00 . + add a,c ;01a5 81 . + sbc a,e ;01a6 9b . + call po,09e84h ;01a7 e4 84 9e . . . + adc a,c ;01aa 89 . + and b ;01ab a0 . + sub e ;01ac 93 . + and b ;01ad a0 . + sbc a,d ;01ae 9a . + sbc a,a ;01af 9f . + sbc a,(hl) ;01b0 9e . + sbc a,l ;01b1 9d . + and b ;01b2 a0 . + sbc a,d ;01b3 9a . + and b ;01b4 a0 . + sub a ;01b5 97 . + sbc a,(hl) ;01b6 9e . + sub h ;01b7 94 . + sbc a,h ;01b8 9c . + sub d ;01b9 92 . + sub a ;01ba 97 . + sub c ;01bb 91 . + adc a,d ;01bc 8a . + sub c ;01bd 91 . + inc e ;01be 1c . + sub a ;01bf 97 . + sub c ;01c0 91 . + call po,sub_909ch ;01c1 e4 9c 90 . . . + sbc a,a ;01c4 9f . + adc a,(hl) ;01c5 8e . + and b ;01c6 a0 . + adc a,e ;01c7 8b . + and b ;01c8 a0 . + add a,(hl) ;01c9 86 . + sbc a,(hl) ;01ca 9e . + add a,e ;01cb 83 . + sbc a,e ;01cc 9b . + add a,c ;01cd 81 . + sub h ;01ce 94 . + add a,b ;01cf 80 . + adc a,c ;01d0 89 . + add a,b ;01d1 80 . + add a,h ;01d2 84 . + add a,d ;01d3 82 . + add a,b ;01d4 80 . + add a,(hl) ;01d5 86 . + nop ;01d6 00 . + sbc a,h ;01d7 9c . + add a,b ;01d8 80 . + call po,sub_a09ch ;01d9 e4 9c a0 . . . + sbc a,b ;01dc 98 . + and b ;01dd a0 . + add a,b ;01de 80 . + adc a,e ;01df 8b . + add a,b ;01e0 80 . + adc a,b ;01e1 88 . + and b ;01e2 a0 . + adc a,b ;01e3 88 . + nop ;01e4 00 . + and b ;01e5 a0 . + and b ;01e6 a0 . + call po,sub_a082h ;01e7 e4 82 a0 . . . + add a,d ;01ea 82 . + sub b ;01eb 90 . + add a,(hl) ;01ec 86 . + sub h ;01ed 94 . + adc a,c ;01ee 89 . + sub l ;01ef 95 . + sub a ;01f0 97 . + sub l ;01f1 95 . + sbc a,e ;01f2 9b . + sub h ;01f3 94 . + sbc a,(hl) ;01f4 9e . + sub d ;01f5 92 . + and c ;01f6 a1 . + adc a,(hl) ;01f7 8e . + and c ;01f8 a1 . + adc a,c ;01f9 89 . + and b ;01fa a0 . + add a,l ;01fb 85 . + sbc a,(hl) ;01fc 9e . + add a,d ;01fd 82 . + sbc a,b ;01fe 98 . + add a,b ;01ff 80 . + adc a,d ;0200 8a . + add a,b ;0201 80 . + add a,(hl) ;0202 86 . + add a,c ;0203 81 . + add a,e ;0204 83 . + add a,e ;0205 83 . + add a,b ;0206 80 . + add a,a ;0207 87 . + nop ;0208 00 . + sbc a,a ;0209 9f . + sbc a,h ;020a 9c . + call po,sub_9e9ch ;020b e4 9c 9e . . . + sub l ;020e 95 . + and b ;020f a0 . + adc a,h ;0210 8c . + and b ;0211 a0 . + add a,(hl) ;0212 86 . + sbc a,a ;0213 9f . + add a,d ;0214 82 . + sbc a,h ;0215 9c . + add a,b ;0216 80 . + sbc a,b ;0217 98 . + add a,b ;0218 80 . + add a,(hl) ;0219 86 . + add a,d ;021a 82 . + add a,e ;021b 83 . + add a,h ;021c 84 . + add a,c ;021d 81 . + adc a,b ;021e 88 . + add a,b ;021f 80 . + sbc a,b ;0220 98 . + add a,b ;0221 80 . + sbc a,h ;0222 9c . + add a,c ;0223 81 . + sbc a,(hl) ;0224 9e . + add a,e ;0225 83 . + and b ;0226 a0 . + add a,(hl) ;0227 86 . + and b ;0228 a0 . + adc a,l ;0229 8d . + sbc a,(hl) ;022a 9e . + sub b ;022b 90 . + sbc a,h ;022c 9c . + sub d ;022d 92 . + sbc a,b ;022e 98 . + sub e ;022f 93 . + adc a,b ;0230 88 . + sub e ;0231 93 . + add a,h ;0232 84 . + sub d ;0233 92 . + add a,d ;0234 82 . + sub b ;0235 90 . + add a,b ;0236 80 . + adc a,l ;0237 8d . + nop ;0238 00 . + add a,b ;0239 80 . + and b ;023a a0 . + call po,sub_a09fh ;023b e4 9f a0 . . . + sbc a,a ;023e 9f . + sbc a,l ;023f 9d . + adc a,c ;0240 89 . + add a,b ;0241 80 . + nop ;0242 00 . + sbc a,d ;0243 9a . + sub d ;0244 92 . + call po,09286h ;0245 e4 86 92 . . . + add a,e ;0248 83 . + sub e ;0249 93 . + add a,c ;024a 81 . + sub (hl) ;024b 96 . + add a,c ;024c 81 . + sbc a,d ;024d 9a . + add a,e ;024e 83 . + sbc a,(hl) ;024f 9e . + add a,l ;0250 85 . + sbc a,a ;0251 9f . + adc a,b ;0252 88 . + and b ;0253 a0 . + sbc a,b ;0254 98 . + and b ;0255 a0 . + sbc a,e ;0256 9b . + sbc a,a ;0257 9f . + sbc a,l ;0258 9d . + sbc a,(hl) ;0259 9e . + sbc a,a ;025a 9f . + sbc a,d ;025b 9a . + sbc a,a ;025c 9f . + sub (hl) ;025d 96 . + sbc a,l ;025e 9d . + sub e ;025f 93 . + sbc a,d ;0260 9a . + sub d ;0261 92 . + sbc a,(hl) ;0262 9e . + sub b ;0263 90 . + and b ;0264 a0 . + adc a,l ;0265 8d . + and b ;0266 a0 . + add a,(hl) ;0267 86 . + sbc a,(hl) ;0268 9e . + add a,d ;0269 82 . + sbc a,h ;026a 9c . + add a,c ;026b 81 . + sub h ;026c 94 . + add a,b ;026d 80 . + adc a,h ;026e 8c . + add a,b ;026f 80 . + add a,h ;0270 84 . + add a,c ;0271 81 . + add a,d ;0272 82 . + add a,d ;0273 82 . + add a,b ;0274 80 . + add a,(hl) ;0275 86 . + add a,b ;0276 80 . + adc a,l ;0277 8d . + add a,d ;0278 82 . + sub b ;0279 90 . + add a,(hl) ;027a 86 . + sub d ;027b 92 . + nop ;027c 00 . + add a,c ;027d 81 . + add a,h ;027e 84 . + call po,sub_8085h ;027f e4 85 80 . . . + sbc a,d ;0282 9a . + add a,b ;0283 80 . + sbc a,(hl) ;0284 9e . + add a,d ;0285 82 . + and b ;0286 a0 . + add a,(hl) ;0287 86 . + and b ;0288 a0 . + sbc a,c ;0289 99 . + sbc a,(hl) ;028a 9e . + sbc a,l ;028b 9d . + sbc a,e ;028c 9b . + sbc a,a ;028d 9f . + sub (hl) ;028e 96 . + and b ;028f a0 . + adc a,d ;0290 8a . + and b ;0291 a0 . + add a,l ;0292 85 . + sbc a,a ;0293 9f . + add a,d ;0294 82 . + sbc a,l ;0295 9d . + add a,b ;0296 80 . + sbc a,c ;0297 99 . + add a,b ;0298 80 . + sub d ;0299 92 . + add a,d ;029a 82 . + adc a,a ;029b 8f . + add a,l ;029c 85 . + adc a,l ;029d 8d . + adc a,d ;029e 8a . + adc a,h ;029f 8c . + sub (hl) ;02a0 96 . + adc a,h ;02a1 8c . + sbc a,e ;02a2 9b . + adc a,l ;02a3 8d . + sbc a,(hl) ;02a4 9e . + adc a,a ;02a5 8f . + and b ;02a6 a0 . + sub d ;02a7 92 . + nop ;02a8 00 . + add a,b ;02a9 80 . + sub (hl) ;02aa 96 . + call po,sub_9880h ;02ab e4 80 98 . . . + add a,e ;02ae 83 . + sbc a,b ;02af 98 . + add a,e ;02b0 83 . + sub (hl) ;02b1 96 . + add a,b ;02b2 80 . + sub (hl) ;02b3 96 . + inc e ;02b4 1c . + add a,b ;02b5 80 . + add a,b ;02b6 80 . + call po,sub_827fh+1 ;02b7 e4 80 82 . . . + add a,e ;02ba 83 . + add a,d ;02bb 82 . + add a,e ;02bc 83 . + add a,b ;02bd 80 . + add a,b ;02be 80 . + add a,b ;02bf 80 . + nop ;02c0 00 . + add a,b ;02c1 80 . + sub (hl) ;02c2 96 . + call po,sub_9880h ;02c3 e4 80 98 . . . + add a,e ;02c6 83 . + sbc a,b ;02c7 98 . + add a,e ;02c8 83 . + sub (hl) ;02c9 96 . + add a,b ;02ca 80 . + sub (hl) ;02cb 96 . + inc e ;02cc 1c . + add a,e ;02cd 83 . + add a,b ;02ce 80 . + call po,sub_8080h ;02cf e4 80 80 . . . + add a,b ;02d2 80 . + add a,d ;02d3 82 . + add a,e ;02d4 83 . + add a,d ;02d5 82 . + add a,e ;02d6 83 . + ld a,(hl) ;02d7 7e ~ + add a,d ;02d8 82 . + ld a,h ;02d9 7c | + add a,c ;02da 81 . + ld a,e ;02db 7b { + nop ;02dc 00 . + and b ;02dd a0 . + sbc a,l ;02de 9d . + call po,09280h ;02df e4 80 92 . . . + add a,b ;02e2 80 . + adc a,(hl) ;02e3 8e . + and b ;02e4 a0 . + add a,e ;02e5 83 . + nop ;02e6 00 . + add a,b ;02e7 80 . + sub l ;02e8 95 . + call po,sub_95a0h ;02e9 e4 a0 95 . . . + inc e ;02ec 1c . + add a,b ;02ed 80 . + adc a,e ;02ee 8b . + call po,sub_8ba0h ;02ef e4 a0 8b . . . + nop ;02f2 00 . + add a,b ;02f3 80 . + sbc a,l ;02f4 9d . + call po,sub_92a0h ;02f5 e4 a0 92 . . . + and b ;02f8 a0 . + adc a,(hl) ;02f9 8e . + add a,b ;02fa 80 . + add a,e ;02fb 83 . + nop ;02fc 00 . + add a,b ;02fd 80 . + sbc a,e ;02fe 9b . + call po,09e84h ;02ff e4 84 9e . . . + adc a,e ;0302 8b . + and b ;0303 a0 . + sub (hl) ;0304 96 . + and b ;0305 a0 . + sbc a,(hl) ;0306 9e . + sbc a,l ;0307 9d . + and b ;0308 a0 . + sbc a,e ;0309 9b . + and c ;030a a1 . + sbc a,c ;030b 99 . + and c ;030c a1 . + sub (hl) ;030d 96 . + and b ;030e a0 . + sub h ;030f 94 . + sbc a,l ;0310 9d . + sub d ;0311 92 . + sbc a,b ;0312 98 . + sub b ;0313 90 . + sub d ;0314 92 . + adc a,a ;0315 8f . + adc a,a ;0316 8f . + adc a,h ;0317 8c . + adc a,a ;0318 8f . + adc a,b ;0319 88 . + inc e ;031a 1c . + adc a,l ;031b 8d . + add a,d ;031c 82 . + call po,sub_8291h ;031d e4 91 82 . . . + sub c ;0320 91 . + add a,b ;0321 80 . + adc a,l ;0322 8d . + add a,b ;0323 80 . + adc a,l ;0324 8d . + add a,d ;0325 82 . + nop ;0326 00 . + and b ;0327 a0 . + sub h ;0328 94 . + call po,sub_969eh ;0329 e4 9e 96 . . . + sbc a,d ;032c 9a . + sub a ;032d 97 . + adc a,a ;032e 8f . + sub a ;032f 97 . + adc a,h ;0330 8c . + sub (hl) ;0331 96 . + adc a,c ;0332 89 . + sub h ;0333 94 . + adc a,b ;0334 88 . + sub d ;0335 92 . + adc a,b ;0336 88 . + adc a,(hl) ;0337 8e . + adc a,c ;0338 89 . + adc a,h ;0339 8c . + adc a,h ;033a 8c . + adc a,d ;033b 8a . + adc a,a ;033c 8f . + adc a,c ;033d 89 . + sbc a,d ;033e 9a . + adc a,c ;033f 89 . + sbc a,(hl) ;0340 9e . + adc a,d ;0341 8a . + and b ;0342 a0 . + adc a,h ;0343 8c . + and b ;0344 a0 . + sbc a,d ;0345 9a . + sbc a,a ;0346 9f . + sbc a,h ;0347 9c . + sbc a,h ;0348 9c . + sbc a,a ;0349 9f . + sub (hl) ;034a 96 . + and b ;034b a0 . + adc a,d ;034c 8a . + and b ;034d a0 . + add a,h ;034e 84 . + sbc a,a ;034f 9f . + add a,c ;0350 81 . + sbc a,h ;0351 9c . + add a,b ;0352 80 . + sbc a,b ;0353 98 . + add a,b ;0354 80 . + adc a,b ;0355 88 . + add a,c ;0356 81 . + add a,l ;0357 85 . + add a,h ;0358 84 . + add a,c ;0359 81 . + adc a,b ;035a 88 . + add a,b ;035b 80 . + sbc a,e ;035c 9b . + add a,b ;035d 80 . + sbc a,a ;035e 9f . + add a,d ;035f 82 . + nop ;0360 00 . + call po,sub_a090h ;0361 e4 90 a0 . . . + and b ;0364 a0 . + add a,b ;0365 80 . + inc e ;0366 1c . + add a,h ;0367 84 . + adc a,b ;0368 88 . + call po,0889ch ;0369 e4 9c 88 . . . + nop ;036c 00 . + call po,sub_a080h ;036d e4 80 a0 . . . + sub a ;0370 97 . + and b ;0371 a0 . + sbc a,d ;0372 9a . + sbc a,a ;0373 9f . + sbc a,l ;0374 9d . + sbc a,l ;0375 9d . + sbc a,(hl) ;0376 9e . + sbc a,d ;0377 9a . + sbc a,(hl) ;0378 9e . + sub a ;0379 97 . + sbc a,l ;037a 9d . + sub h ;037b 94 . + sbc a,d ;037c 9a . + sub d ;037d 92 . + sub a ;037e 97 . + sub c ;037f 91 . + add a,b ;0380 80 . + sub c ;0381 91 . + inc e ;0382 1c . + sub a ;0383 97 . + sub c ;0384 91 . + call po,sub_909bh ;0385 e4 9b 90 . . . + sbc a,(hl) ;0388 9e . + adc a,(hl) ;0389 8e . + and b ;038a a0 . + adc a,e ;038b 8b . + and b ;038c a0 . + add a,(hl) ;038d 86 . + sbc a,(hl) ;038e 9e . + add a,e ;038f 83 . + sbc a,e ;0390 9b . + add a,c ;0391 81 . + sub a ;0392 97 . + add a,b ;0393 80 . + add a,b ;0394 80 . + add a,b ;0395 80 . + nop ;0396 00 . + sbc a,a ;0397 9f . + sbc a,c ;0398 99 . + call po,sub_9d9eh ;0399 e4 9e 9d . . . + sbc a,e ;039c 9b . + sbc a,a ;039d 9f . + sub l ;039e 95 . + and b ;039f a0 . + adc a,h ;03a0 8c . + and b ;03a1 a0 . + add a,(hl) ;03a2 86 . + sbc a,a ;03a3 9f . + add a,e ;03a4 83 . + sbc a,l ;03a5 9d . + add a,c ;03a6 81 . + sbc a,d ;03a7 9a . + add a,b ;03a8 80 . + sub h ;03a9 94 . + add a,b ;03aa 80 . + adc a,h ;03ab 8c . + add a,c ;03ac 81 . + add a,(hl) ;03ad 86 . + add a,e ;03ae 83 . + add a,e ;03af 83 . + add a,(hl) ;03b0 86 . + add a,c ;03b1 81 . + adc a,h ;03b2 8c . + add a,b ;03b3 80 . + sbc a,b ;03b4 98 . + add a,b ;03b5 80 . + sbc a,e ;03b6 9b . + add a,c ;03b7 81 . + sbc a,(hl) ;03b8 9e . + add a,e ;03b9 83 . + sbc a,a ;03ba 9f . + add a,a ;03bb 87 . + nop ;03bc 00 . + call po,sub_a080h ;03bd e4 80 a0 . . . + sub e ;03c0 93 . + and b ;03c1 a0 . + sbc a,d ;03c2 9a . + sbc a,a ;03c3 9f . + sbc a,l ;03c4 9d . + sbc a,l ;03c5 9d . + sbc a,a ;03c6 9f . + sbc a,d ;03c7 9a . + and b ;03c8 a0 . + sub h ;03c9 94 . + and b ;03ca a0 . + adc a,(hl) ;03cb 8e . + sbc a,a ;03cc 9f . + add a,(hl) ;03cd 86 . + sbc a,l ;03ce 9d . + add a,e ;03cf 83 . + sbc a,d ;03d0 9a . + add a,c ;03d1 81 . + sub h ;03d2 94 . + add a,b ;03d3 80 . + add a,b ;03d4 80 . + add a,b ;03d5 80 . + nop ;03d6 00 . + add a,b ;03d7 80 . + sub c ;03d8 91 . + call po,sub_919ah ;03d9 e4 9a 91 . . . + inc e ;03dc 1c . + and b ;03dd a0 . + and b ;03de a0 . + call po,sub_a080h ;03df e4 80 a0 . . . + add a,b ;03e2 80 . + add a,b ;03e3 80 . + and b ;03e4 a0 . + add a,b ;03e5 80 . + nop ;03e6 00 . + call po,sub_a080h ;03e7 e4 80 a0 . . . + and b ;03ea a0 . + and b ;03eb a0 . + inc e ;03ec 1c . + add a,b ;03ed 80 . + sub c ;03ee 91 . + call po,sub_9198h ;03ef e4 98 91 . . . + nop ;03f2 00 . + sbc a,a ;03f3 9f . + sbc a,d ;03f4 9a . + call po,sub_9d9dh ;03f5 e4 9d 9d . . . + sbc a,d ;03f8 9a . + sbc a,a ;03f9 9f . + sub h ;03fa 94 . + and b ;03fb a0 . + adc a,h ;03fc 8c . + and b ;03fd a0 . + add a,(hl) ;03fe 86 . + sbc a,a ;03ff 9f . + add a,e ;0400 83 . + sbc a,l ;0401 9d . + add a,c ;0402 81 . + sbc a,d ;0403 9a . + add a,b ;0404 80 . + sub h ;0405 94 . + add a,b ;0406 80 . + adc a,h ;0407 8c . + add a,c ;0408 81 . + add a,(hl) ;0409 86 . + add a,e ;040a 83 . + add a,e ;040b 83 . + add a,(hl) ;040c 86 . + add a,c ;040d 81 . + adc a,(hl) ;040e 8e . + add a,b ;040f 80 . + sbc a,d ;0410 9a . + add a,c ;0411 81 . + sbc a,l ;0412 9d . + add a,e ;0413 83 . + sbc a,a ;0414 9f . + add a,(hl) ;0415 86 . + and b ;0416 a0 . + adc a,h ;0417 8c . + and b ;0418 a0 . + adc a,a ;0419 8f . + sub b ;041a 90 . + adc a,a ;041b 8f . + nop ;041c 00 . + add a,b ;041d 80 . + and b ;041e a0 . + call po,sub_8080h ;041f e4 80 80 . . . + inc e ;0422 1c . + add a,b ;0423 80 . + sub c ;0424 91 . + call po,sub_91a0h ;0425 e4 a0 91 . . . + inc e ;0428 1c . + and b ;0429 a0 . + and b ;042a a0 . + call po,sub_80a0h ;042b e4 a0 80 . . . + nop ;042e 00 . + add a,h ;042f 84 . + and b ;0430 a0 . + call po,sub_a09ch ;0431 e4 9c a0 . . . + inc e ;0434 1c . + sub b ;0435 90 . + and b ;0436 a0 . + call po,sub_8090h ;0437 e4 90 80 . . . + inc e ;043a 1c . + add a,h ;043b 84 . + add a,b ;043c 80 . + call po,sub_809ch ;043d e4 9c 80 . . . + nop ;0440 00 . + add a,b ;0441 80 . + adc a,h ;0442 8c . + call po,sub_8681h ;0443 e4 81 86 . . . + add a,e ;0446 83 . + add a,e ;0447 83 . + add a,(hl) ;0448 86 . + add a,c ;0449 81 . + adc a,h ;044a 8c . + add a,b ;044b 80 . + sub h ;044c 94 . + add a,b ;044d 80 . + sbc a,d ;044e 9a . + add a,c ;044f 81 . + sbc a,l ;0450 9d . + add a,e ;0451 83 . + sbc a,a ;0452 9f . + add a,(hl) ;0453 86 . + and b ;0454 a0 . + adc a,h ;0455 8c . + and b ;0456 a0 . + and b ;0457 a0 . + nop ;0458 00 . + add a,b ;0459 80 . + and b ;045a a0 . + call po,sub_8080h ;045b e4 80 80 . . . + inc e ;045e 1c . + add a,b ;045f 80 . + sub c ;0460 91 . + call po,sub_918ah ;0461 e4 8a 91 . . . + inc e ;0464 1c . + sbc a,(hl) ;0465 9e . + and b ;0466 a0 . + call po,sub_918ah ;0467 e4 8a 91 . . . + and b ;046a a0 . + add a,b ;046b 80 . + nop ;046c 00 . + add a,b ;046d 80 . + and b ;046e a0 . + call po,sub_8080h ;046f e4 80 80 . . . + and b ;0472 a0 . + add a,b ;0473 80 . + nop ;0474 00 . + call po,sub_a080h ;0475 e4 80 a0 . . . + sub b ;0478 90 . + adc a,b ;0479 88 . + and b ;047a a0 . + and b ;047b a0 . + and b ;047c a0 . + add a,b ;047d 80 . + nop ;047e 00 . + call po,sub_a080h ;047f e4 80 a0 . . . + and b ;0482 a0 . + add a,b ;0483 80 . + and b ;0484 a0 . + and b ;0485 a0 . + nop ;0486 00 . + add a,b ;0487 80 . + adc a,h ;0488 8c . + call po,sub_9480h ;0489 e4 80 94 . . . + add a,c ;048c 81 . + sbc a,d ;048d 9a . + add a,e ;048e 83 . + sbc a,l ;048f 9d . + add a,(hl) ;0490 86 . + sbc a,a ;0491 9f . + adc a,h ;0492 8c . + and b ;0493 a0 . + sub h ;0494 94 . + and b ;0495 a0 . + sbc a,d ;0496 9a . + sbc a,a ;0497 9f . + sbc a,l ;0498 9d . + sbc a,l ;0499 9d . + sbc a,a ;049a 9f . + sbc a,d ;049b 9a . + and b ;049c a0 . + sub h ;049d 94 . + and b ;049e a0 . + adc a,h ;049f 8c . + sbc a,a ;04a0 9f . + add a,(hl) ;04a1 86 . + sbc a,l ;04a2 9d . + add a,e ;04a3 83 . + sbc a,d ;04a4 9a . + add a,c ;04a5 81 . + sub h ;04a6 94 . + add a,b ;04a7 80 . + adc a,h ;04a8 8c . + add a,b ;04a9 80 . + add a,(hl) ;04aa 86 . + add a,c ;04ab 81 . + add a,e ;04ac 83 . + add a,e ;04ad 83 . + add a,c ;04ae 81 . + add a,(hl) ;04af 86 . + add a,b ;04b0 80 . + adc a,h ;04b1 8c . + nop ;04b2 00 . + call po,sub_a080h ;04b3 e4 80 a0 . . . + sbc a,b ;04b6 98 . + and b ;04b7 a0 . + sbc a,h ;04b8 9c . + sbc a,a ;04b9 9f . + sbc a,a ;04ba 9f . + sbc a,l ;04bb 9d . + and b ;04bc a0 . + sbc a,d ;04bd 9a . + and b ;04be a0 . + sub h ;04bf 94 . + sbc a,a ;04c0 9f . + sub c ;04c1 91 . + sbc a,h ;04c2 9c . + adc a,a ;04c3 8f . + sbc a,b ;04c4 98 . + adc a,(hl) ;04c5 8e . + add a,b ;04c6 80 . + adc a,(hl) ;04c7 8e . + nop ;04c8 00 . + add a,b ;04c9 80 . + adc a,h ;04ca 8c . + call po,sub_9480h ;04cb e4 80 94 . . . + add a,c ;04ce 81 . + sbc a,d ;04cf 9a . + add a,e ;04d0 83 . + sbc a,l ;04d1 9d . + add a,(hl) ;04d2 86 . + sbc a,a ;04d3 9f . + adc a,h ;04d4 8c . + and b ;04d5 a0 . + sub h ;04d6 94 . + and b ;04d7 a0 . + sbc a,d ;04d8 9a . + sbc a,a ;04d9 9f . + sbc a,l ;04da 9d . + sbc a,l ;04db 9d . + sbc a,a ;04dc 9f . + sbc a,d ;04dd 9a . + and b ;04de a0 . + sub h ;04df 94 . + and b ;04e0 a0 . + adc a,h ;04e1 8c . + sbc a,a ;04e2 9f . + add a,(hl) ;04e3 86 . + sbc a,l ;04e4 9d . + add a,e ;04e5 83 . + sbc a,d ;04e6 9a . + add a,c ;04e7 81 . + sub h ;04e8 94 . + add a,b ;04e9 80 . + adc a,h ;04ea 8c . + add a,b ;04eb 80 . + add a,(hl) ;04ec 86 . + add a,c ;04ed 81 . + add a,e ;04ee 83 . + add a,e ;04ef 83 . + add a,c ;04f0 81 . + add a,(hl) ;04f1 86 . + add a,b ;04f2 80 . + adc a,h ;04f3 8c . + inc e ;04f4 1c . + sub h ;04f5 94 . + adc a,h ;04f6 8c . + call po,sub_80a0h ;04f7 e4 a0 80 . . . + nop ;04fa 00 . + call po,sub_a080h ;04fb e4 80 a0 . . . + sbc a,b ;04fe 98 . + and b ;04ff a0 . + sbc a,h ;0500 9c . + sbc a,a ;0501 9f . + sbc a,a ;0502 9f . + sbc a,l ;0503 9d . + and b ;0504 a0 . + sbc a,d ;0505 9a . + and b ;0506 a0 . + sub h ;0507 94 . + sbc a,a ;0508 9f . + sub c ;0509 91 . + sbc a,h ;050a 9c . + adc a,a ;050b 8f . + sbc a,b ;050c 98 . + adc a,(hl) ;050d 8e . + add a,b ;050e 80 . + adc a,(hl) ;050f 8e . + inc e ;0510 1c . + sbc a,b ;0511 98 . + adc a,(hl) ;0512 8e . + call po,sub_8d9ah+2 ;0513 e4 9c 8d . . . + sbc a,a ;0516 9f . + adc a,e ;0517 8b . + and b ;0518 a0 . + adc a,b ;0519 88 . + and b ;051a a0 . + add a,b ;051b 80 . + nop ;051c 00 . + add a,b ;051d 80 . + add a,(hl) ;051e 86 . + call po,sub_8381h ;051f e4 81 83 . . . + add a,h ;0522 84 . + add a,c ;0523 81 . + adc a,b ;0524 88 . + add a,b ;0525 80 . + sub a ;0526 97 . + add a,b ;0527 80 . + sbc a,h ;0528 9c . + add a,c ;0529 81 . + sbc a,a ;052a 9f . + add a,e ;052b 83 . + and b ;052c a0 . + add a,(hl) ;052d 86 . + and b ;052e a0 . + adc a,d ;052f 8a . + sbc a,a ;0530 9f . + adc a,l ;0531 8d . + sbc a,h ;0532 9c . + adc a,a ;0533 8f . + sub a ;0534 97 . + sub b ;0535 90 . + adc a,c ;0536 89 . + sub c ;0537 91 . + add a,h ;0538 84 . + sub d ;0539 92 . + add a,c ;053a 81 . + sub h ;053b 94 . + add a,b ;053c 80 . + sub a ;053d 97 . + add a,b ;053e 80 . + sbc a,d ;053f 9a . + add a,c ;0540 81 . + sbc a,l ;0541 9d . + add a,h ;0542 84 . + sbc a,a ;0543 9f . + adc a,c ;0544 89 . + and b ;0545 a0 . + sub (hl) ;0546 96 . + and b ;0547 a0 . + sbc a,e ;0548 9b . + sbc a,a ;0549 9f . + sbc a,(hl) ;054a 9e . + sbc a,l ;054b 9d . + sbc a,a ;054c 9f . + sbc a,d ;054d 9a . + nop ;054e 00 . + add a,b ;054f 80 . + and b ;0550 a0 . + call po,sub_a0a0h ;0551 e4 a0 a0 . . . + inc e ;0554 1c . + sub b ;0555 90 . + and b ;0556 a0 . + call po,sub_8090h ;0557 e4 90 80 . . . + nop ;055a 00 . + add a,b ;055b 80 . + and b ;055c a0 . + call po,sub_8c80h ;055d e4 80 8c . . . + add a,c ;0560 81 . + add a,(hl) ;0561 86 . + add a,e ;0562 83 . + add a,e ;0563 83 . + add a,(hl) ;0564 86 . + add a,c ;0565 81 . + adc a,h ;0566 8c . + add a,b ;0567 80 . + sub h ;0568 94 . + add a,b ;0569 80 . + sbc a,d ;056a 9a . + add a,c ;056b 81 . + sbc a,l ;056c 9d . + add a,e ;056d 83 . + sbc a,a ;056e 9f . + add a,(hl) ;056f 86 . + and b ;0570 a0 . + adc a,h ;0571 8c . + and b ;0572 a0 . + and b ;0573 a0 . + nop ;0574 00 . + add a,b ;0575 80 . + and b ;0576 a0 . + call po,sub_8090h ;0577 e4 90 80 . . . + and b ;057a a0 . + and b ;057b a0 . + nop ;057c 00 . + add a,b ;057d 80 . + and b ;057e a0 . + call po,sub_8084h ;057f e4 84 80 . . . + sub b ;0582 90 . + sbc a,b ;0583 98 . + sbc a,h ;0584 9c . + add a,b ;0585 80 . + and b ;0586 a0 . + and b ;0587 a0 . + nop ;0588 00 . + call po,sub_a09fh ;0589 e4 9f a0 . . . + inc e ;058c 1c . + add a,c ;058d 81 . + and b ;058e a0 . + call po,sub_80a0h ;058f e4 a0 80 . . . + nop ;0592 00 . + add a,b ;0593 80 . + and b ;0594 a0 . + call po,sub_8e90h ;0595 e4 90 8e . . . + and b ;0598 a0 . + and b ;0599 a0 . + inc e ;059a 1c . + sub b ;059b 90 . + adc a,(hl) ;059c 8e . + call po,sub_8090h ;059d e4 90 80 . . . + nop ;05a0 00 . + add a,c ;05a1 81 . + and b ;05a2 a0 . + call po,sub_a09fh ;05a3 e4 9f a0 . . . + add a,b ;05a6 80 . + add a,b ;05a7 80 . + and b ;05a8 a0 . + add a,b ;05a9 80 . + nop ;05aa 00 . + and b ;05ab a0 . + and (hl) ;05ac a6 . + call po,sub_a696h ;05ad e4 96 a6 . . . + sub (hl) ;05b0 96 . + ld a,d ;05b1 7a z + and b ;05b2 a0 . + ld a,d ;05b3 7a z + nop ;05b4 00 . + add a,b ;05b5 80 . + and (hl) ;05b6 a6 . + call po,sub_7aa0h ;05b7 e4 a0 7a . . z + nop ;05ba 00 . + add a,b ;05bb 80 . + and (hl) ;05bc a6 . + call po,sub_a68ah ;05bd e4 8a a6 . . . + adc a,d ;05c0 8a . + ld a,d ;05c1 7a z + add a,b ;05c2 80 . + ld a,d ;05c3 7a z + nop ;05c4 00 . + add a,h ;05c5 84 . + sbc a,(hl) ;05c6 9e . + call po,sub_a48eh ;05c7 e4 8e a4 . . . + sbc a,b ;05ca 98 . + sbc a,(hl) ;05cb 9e . + nop ;05cc 00 . + add a,b ;05cd 80 . + ld a,d ;05ce 7a z + call po,sub_7ab0h ;05cf e4 b0 7a . . z + nop ;05d2 00 . + adc a,b ;05d3 88 . + and (hl) ;05d4 a6 . + call po,sub_9e94h ;05d5 e4 94 9e . . . + nop ;05d8 00 . + add a,d ;05d9 82 . + sub (hl) ;05da 96 . + call po,sub_9784h ;05db e4 84 97 . . . + adc a,d ;05de 8a . + sbc a,b ;05df 98 . + sub d ;05e0 92 . + sbc a,b ;05e1 98 . + sbc a,b ;05e2 98 . + sub a ;05e3 97 . + sbc a,e ;05e4 9b . + sub h ;05e5 94 . + sbc a,h ;05e6 9c . + sub b ;05e7 90 . + sbc a,h ;05e8 9c . + add a,(hl) ;05e9 86 . + sbc a,e ;05ea 9b . + add a,e ;05eb 83 . + sbc a,c ;05ec 99 . + add a,c ;05ed 81 . + sub h ;05ee 94 . + add a,b ;05ef 80 . + adc a,e ;05f0 8b . + add a,b ;05f1 80 . + add a,h ;05f2 84 . + add a,c ;05f3 81 . + add a,c ;05f4 81 . + add a,e ;05f5 83 . + add a,b ;05f6 80 . + add a,(hl) ;05f7 86 . + add a,b ;05f8 80 . + adc a,b ;05f9 88 . + add a,c ;05fa 81 . + adc a,e ;05fb 8b . + add a,h ;05fc 84 . +sub_05fdh: + adc a,l ;05fd 8d . + adc a,b ;05fe 88 . + adc a,(hl) ;05ff 8e . + sub h ;0600 94 . + adc a,(hl) ;0601 8e . + sbc a,b ;0602 98 . + adc a,l ;0603 8d . + sbc a,e ;0604 9b . + adc a,e ;0605 8b . + sbc a,h ;0606 9c . + adc a,b ;0607 88 . + inc e ;0608 1c . + sbc a,h ;0609 9c . + add a,(hl) ;060a 86 . + call po,sub_809ch ;060b e4 9c 80 . . . + nop ;060e 00 . + add a,b ;060f 80 . + and b ;0610 a0 . + call po,sub_8080h ;0611 e4 80 80 . . . + inc e ;0614 1c . + add a,b ;0615 80 . + sub b ;0616 90 . + call po,sub_9481h ;0617 e4 81 94 . . . + add a,h ;061a 84 . + sub a ;061b 97 . + adc a,c ;061c 89 . + sbc a,b ;061d 98 . + sub e ;061e 93 . + sbc a,b ;061f 98 . + sbc a,b ;0620 98 . + sub a ;0621 97 . + sbc a,e ;0622 9b . + sub h ;0623 94 . + sbc a,h ;0624 9c . + sub b ;0625 90 . + sbc a,h ;0626 9c . + adc a,b ;0627 88 . + sbc a,e ;0628 9b . + add a,h ;0629 84 . + sbc a,b ;062a 98 . + add a,c ;062b 81 . + sub c ;062c 91 . + add a,b ;062d 80 . + adc a,d ;062e 8a . + add a,b ;062f 80 . + add a,h ;0630 84 . + add a,c ;0631 81 . + add a,c ;0632 81 . + add a,h ;0633 84 . + add a,b ;0634 80 . + adc a,b ;0635 88 . + nop ;0636 00 . + sbc a,e ;0637 9b . + sub h ;0638 94 . + call po,sub_9798h ;0639 e4 98 97 . . . + sub e ;063c 93 . + sbc a,b ;063d 98 . + adc a,c ;063e 89 . + sbc a,b ;063f 98 . + add a,h ;0640 84 . + sub a ;0641 97 . + add a,c ;0642 81 . + sub h ;0643 94 . + add a,b ;0644 80 . + sub b ;0645 90 . + add a,b ;0646 80 . + adc a,b ;0647 88 . + add a,c ;0648 81 . + add a,h ;0649 84 . + add a,h ;064a 84 . + add a,c ;064b 81 . + adc a,c ;064c 89 . + add a,b ;064d 80 . + sub e ;064e 93 . + add a,b ;064f 80 . + sbc a,b ;0650 98 . + add a,c ;0651 81 . + sbc a,e ;0652 9b . + add a,h ;0653 84 . + nop ;0654 00 . + sbc a,h ;0655 9c . + and b ;0656 a0 . + call po,0889ch ;0657 e4 9c 88 . . . + sbc a,e ;065a 9b . + add a,h ;065b 84 . + sbc a,b ;065c 98 . + add a,c ;065d 81 . + sub e ;065e 93 . + add a,b ;065f 80 . + adc a,c ;0660 89 . + add a,b ;0661 80 . + add a,h ;0662 84 . + add a,c ;0663 81 . + add a,c ;0664 81 . + add a,h ;0665 84 . + add a,b ;0666 80 . + adc a,b ;0667 88 . + add a,b ;0668 80 . + sub b ;0669 90 . + add a,c ;066a 81 . + sub h ;066b 94 . + add a,h ;066c 84 . + sub a ;066d 97 . + adc a,c ;066e 89 . + sbc a,b ;066f 98 . + sub e ;0670 93 . + sbc a,b ;0671 98 . + sbc a,b ;0672 98 . + sub a ;0673 97 . + sbc a,e ;0674 9b . + sub h ;0675 94 . + sbc a,h ;0676 9c . + sub b ;0677 90 . + inc e ;0678 1c . + sbc a,h ;0679 9c . + adc a,b ;067a 88 . + call po,sub_809ch ;067b e4 9c 80 . . . + nop ;067e 00 . + add a,b ;067f 80 . + adc a,l ;0680 8d . + call po,sub_8d9ah+2 ;0681 e4 9c 8d . . . + sbc a,h ;0684 9c . + sub b ;0685 90 . + sbc a,e ;0686 9b . + sub h ;0687 94 . + sbc a,b ;0688 98 . + sub a ;0689 97 . + sub c ;068a 91 . + sbc a,b ;068b 98 . + adc a,c ;068c 89 . + sbc a,b ;068d 98 . + add a,h ;068e 84 . + sub a ;068f 97 . + add a,c ;0690 81 . + sub h ;0691 94 . + add a,b ;0692 80 . + sub b ;0693 90 . + add a,b ;0694 80 . + adc a,b ;0695 88 . + add a,c ;0696 81 . + add a,h ;0697 84 . + add a,h ;0698 84 . + add a,c ;0699 81 . + adc a,c ;069a 89 . + add a,b ;069b 80 . + sub e ;069c 93 . + add a,b ;069d 80 . + sbc a,b ;069e 98 . + add a,c ;069f 81 . + sbc a,e ;06a0 9b . + add a,h ;06a1 84 . + nop ;06a2 00 . + add a,b ;06a3 80 . + sub l ;06a4 95 . + call po,sub_9599h ;06a5 e4 99 95 . . . + inc e ;06a8 1c . + sbc a,c ;06a9 99 . + and b ;06aa a0 . + call po,sub_a093h+1 ;06ab e4 94 a0 . . . + sub b ;06ae 90 . + sbc a,a ;06af 9f . + adc a,l ;06b0 8d . + sbc a,l ;06b1 9d . + adc a,h ;06b2 8c . + sbc a,d ;06b3 9a . + adc a,h ;06b4 8c . + add a,b ;06b5 80 . + nop ;06b6 00 . + sbc a,h ;06b7 9c . + sub b ;06b8 90 . + call po,sub_949bh ;06b9 e4 9b 94 . . . + sbc a,b ;06bc 98 . + sub a ;06bd 97 . + sub e ;06be 93 . + sbc a,b ;06bf 98 . + adc a,c ;06c0 89 . + sbc a,b ;06c1 98 . + add a,h ;06c2 84 . + sub a ;06c3 97 . + add a,c ;06c4 81 . + sub h ;06c5 94 . + add a,b ;06c6 80 . + sub b ;06c7 90 . + add a,b ;06c8 80 . + adc a,d ;06c9 8a . + add a,c ;06ca 81 . + add a,(hl) ;06cb 86 . + add a,h ;06cc 84 . + add a,e ;06cd 83 . + adc a,c ;06ce 89 . + add a,c ;06cf 81 . + sub e ;06d0 93 . + add a,c ;06d1 81 . + sbc a,b ;06d2 98 . + add a,e ;06d3 83 . + sbc a,e ;06d4 9b . + add a,(hl) ;06d5 86 . + sbc a,h ;06d6 9c . + adc a,d ;06d7 8a . + inc e ;06d8 1c . + sbc a,h ;06d9 9c . + sbc a,b ;06da 98 . + call po,sub_809ch ;06db e4 9c 80 . . . + sbc a,e ;06de 9b . + ld a,h ;06df 7c | + sbc a,b ;06e0 98 . + ld a,c ;06e1 79 y + sub e ;06e2 93 . + ld a,b ;06e3 78 x + adc a,b ;06e4 88 . + ld a,b ;06e5 78 x + add a,d ;06e6 82 . + ld a,d ;06e7 7a z + nop ;06e8 00 . + add a,b ;06e9 80 . + and b ;06ea a0 . + call po,sub_8080h ;06eb e4 80 80 . . . + inc e ;06ee 1c . + add a,b ;06ef 80 . + sub b ;06f0 90 . + call po,sub_9482h ;06f1 e4 82 94 . . . + add a,l ;06f4 85 . + sub a ;06f5 97 . + adc a,d ;06f6 8a . + sbc a,b ;06f7 98 . + sub e ;06f8 93 . + sbc a,b ;06f9 98 . + sbc a,b ;06fa 98 . + sub a ;06fb 97 . + sbc a,e ;06fc 9b . +sub_06fdh: + sub h ;06fd 94 . + sbc a,h ;06fe 9c . + sub b ;06ff 90 . + sbc a,h ;0700 9c . + add a,b ;0701 80 . + nop ;0702 00 . + adc a,(hl) ;0703 8e . + and b ;0704 a0 . + call po,sub_9e8eh ;0705 e4 8e 9e . . . + inc e ;0708 1c . + add a,(hl) ;0709 86 . + sub (hl) ;070a 96 . + call po,sub_9692h ;070b e4 92 96 . . . + sub d ;070e 92 . + add a,b ;070f 80 . + inc e ;0710 1c . + add a,(hl) ;0711 86 . + add a,b ;0712 80 . + call po,sub_809ah ;0713 e4 9a 80 . . . + nop ;0716 00 . + adc a,(hl) ;0717 8e . + and b ;0718 a0 . + call po,sub_9e8eh ;0719 e4 8e 9e . . . + inc e ;071c 1c . + add a,(hl) ;071d 86 . + sub (hl) ;071e 96 . + call po,sub_9692h ;071f e4 92 96 . . . + sub d ;0722 92 . + ld a,(hl) ;0723 7e ~ + sub c ;0724 91 . + ld a,e ;0725 7b { + adc a,(hl) ;0726 8e . + ld a,c ;0727 79 y + adc a,d ;0728 8a . + ld a,b ;0729 78 x + add a,(hl) ;072a 86 . + ld a,b ;072b 78 x + nop ;072c 00 . + add a,b ;072d 80 . + and b ;072e a0 . + call po,sub_8080h ;072f e4 80 80 . . . + inc e ;0732 1c . + add a,b ;0733 80 . + adc a,l ;0734 8d . + call po,sub_8d86h ;0735 e4 86 8d . . . + inc e ;0738 1c . + sbc a,d ;0739 9a . + sbc a,b ;073a 98 . + call po,sub_8d86h ;073b e4 86 8d . . . + sbc a,h ;073e 9c . + add a,b ;073f 80 . + nop ;0740 00 . + add a,(hl) ;0741 86 . + and b ;0742 a0 . + call po,sub_a092h ;0743 e4 92 a0 . . . + sub d ;0746 92 . + add a,b ;0747 80 . + inc e ;0748 1c . + add a,(hl) ;0749 86 . + add a,b ;074a 80 . + call po,sub_809ah ;074b e4 9a 80 . . . + nop ;074e 00 . + add a,b ;074f 80 . + sbc a,b ;0750 98 . + call po,sub_8080h ;0751 e4 80 80 . . . + inc e ;0754 1c . + add a,b ;0755 80 . + sub d ;0756 92 . + call po,sub_9581h ;0757 e4 81 95 . . . + add a,e ;075a 83 . + sub a ;075b 97 . + add a,(hl) ;075c 86 . + sbc a,b ;075d 98 . + adc a,d ;075e 8a . + sbc a,b ;075f 98 . + adc a,l ;0760 8d . + sub a ;0761 97 . + adc a,a ;0762 8f . + sub l ;0763 95 . + sub b ;0764 90 . + sub d ;0765 92 . + sub b ;0766 90 . + add a,b ;0767 80 . + inc e ;0768 1c . + sub b ;0769 90 . + sub d ;076a 92 . + call po,09591h ;076b e4 91 95 . . . + sub e ;076e 93 . + sub a ;076f 97 . + sub (hl) ;0770 96 . + sbc a,b ;0771 98 . + sbc a,d ;0772 9a . + sbc a,b ;0773 98 . + sbc a,l ;0774 9d . + sub a ;0775 97 . + sbc a,a ;0776 9f . + sub l ;0777 95 . + and b ;0778 a0 . + sub d ;0779 92 . + and b ;077a a0 . + add a,b ;077b 80 . + nop ;077c 00 . + add a,b ;077d 80 . + sbc a,b ;077e 98 . + call po,sub_8080h ;077f e4 80 80 . . . + inc e ;0782 1c . + add a,b ;0783 80 . + sub b ;0784 90 . + call po,sub_9482h ;0785 e4 82 94 . . . + add a,l ;0788 85 . + sub a ;0789 97 . + adc a,d ;078a 8a . + sbc a,b ;078b 98 . + sub e ;078c 93 . + sbc a,b ;078d 98 . + sbc a,b ;078e 98 . + sub a ;078f 97 . + sbc a,e ;0790 9b . + sub h ;0791 94 . + sbc a,h ;0792 9c . + sub b ;0793 90 . + sbc a,h ;0794 9c . + add a,b ;0795 80 . + nop ;0796 00 . + add a,b ;0797 80 . + adc a,b ;0798 88 . + call po,sub_9080h ;0799 e4 80 90 . . . + add a,c ;079c 81 . + sub h ;079d 94 . + add a,h ;079e 84 . + sub a ;079f 97 . + adc a,c ;07a0 89 . + sbc a,b ;07a1 98 . + sub e ;07a2 93 . + sbc a,b ;07a3 98 . + sbc a,b ;07a4 98 . + sub a ;07a5 97 . + sbc a,e ;07a6 9b . + sub h ;07a7 94 . + sbc a,h ;07a8 9c . + sub b ;07a9 90 . + sbc a,h ;07aa 9c . + adc a,b ;07ab 88 . + sbc a,e ;07ac 9b . + add a,h ;07ad 84 . + sbc a,b ;07ae 98 . + add a,c ;07af 81 . + sub e ;07b0 93 . + add a,b ;07b1 80 . + adc a,c ;07b2 89 . + add a,b ;07b3 80 . + add a,h ;07b4 84 . + add a,c ;07b5 81 . + add a,c ;07b6 81 . + add a,h ;07b7 84 . + add a,b ;07b8 80 . + adc a,b ;07b9 88 . + nop ;07ba 00 . + add a,b ;07bb 80 . + sbc a,b ;07bc 98 . + call po,sub_7880h ;07bd e4 80 78 . . x + inc e ;07c0 1c . + add a,b ;07c1 80 . + sub b ;07c2 90 . + call po,sub_9481h ;07c3 e4 81 94 . . . + add a,h ;07c6 84 . + sub a ;07c7 97 . + adc a,c ;07c8 89 . + sbc a,b ;07c9 98 . + sub e ;07ca 93 . + sbc a,b ;07cb 98 . + sbc a,b ;07cc 98 . + sub a ;07cd 97 . + sbc a,e ;07ce 9b . + sub h ;07cf 94 . + sbc a,h ;07d0 9c . + sub b ;07d1 90 . + sbc a,h ;07d2 9c . + adc a,b ;07d3 88 . + sbc a,e ;07d4 9b . + add a,h ;07d5 84 . + sbc a,b ;07d6 98 . + add a,c ;07d7 81 . + sub e ;07d8 93 . + add a,b ;07d9 80 . + adc a,c ;07da 89 . + add a,b ;07db 80 . + add a,h ;07dc 84 . + add a,c ;07dd 81 . + add a,c ;07de 81 . + add a,h ;07df 84 . + add a,b ;07e0 80 . + adc a,b ;07e1 88 . + nop ;07e2 00 . + sbc a,h ;07e3 9c . + adc a,b ;07e4 88 . + call po,sub_849bh ;07e5 e4 9b 84 . . . + sbc a,b ;07e8 98 . + add a,c ;07e9 81 . + sub e ;07ea 93 . + add a,b ;07eb 80 . + adc a,c ;07ec 89 . + add a,b ;07ed 80 . + add a,h ;07ee 84 . + add a,c ;07ef 81 . + add a,c ;07f0 81 . + add a,h ;07f1 84 . + add a,b ;07f2 80 . + adc a,b ;07f3 88 . + add a,b ;07f4 80 . + sub b ;07f5 90 . + add a,c ;07f6 81 . + sub h ;07f7 94 . + add a,h ;07f8 84 . + sub a ;07f9 97 . + adc a,c ;07fa 89 . + sbc a,b ;07fb 98 . +l07fch: + sub e ;07fc 93 . + sbc a,b ;07fd 98 . + sbc a,b ;07fe 98 . + sub a ;07ff 97 . + sbc a,e ;0800 9b . + sub h ;0801 94 . + sbc a,h ;0802 9c . + sub b ;0803 90 . + inc e ;0804 1c . + sbc a,h ;0805 9c . + sbc a,b ;0806 98 . + call po,sub_789ch ;0807 e4 9c 78 . . x + nop ;080a 00 . + add a,b ;080b 80 . + sbc a,b ;080c 98 . + call po,sub_8080h ;080d e4 80 80 . . . + inc e ;0810 1c . + add a,b ;0811 80 . + sub b ;0812 90 . + call po,sub_9482h ;0813 e4 82 94 . . . + add a,l ;0816 85 . + sub a ;0817 97 . + adc a,d ;0818 8a . + sbc a,b ;0819 98 . + sub e ;081a 93 . + sbc a,b ;081b 98 . + sbc a,b ;081c 98 . + sub a ;081d 97 . + sbc a,e ;081e 9b . + sub h ;081f 94 . + sbc a,h ;0820 9c . + sub b ;0821 90 . + nop ;0822 00 . + add a,b ;0823 80 . + add a,l ;0824 85 . + call po,sub_8381h ;0825 e4 81 83 . . . + add a,e ;0828 83 . + add a,c ;0829 81 . + adc a,b ;082a 88 . + add a,b ;082b 80 . + sub h ;082c 94 . + add a,b ;082d 80 . + sbc a,c ;082e 99 . + add a,c ;082f 81 . + sbc a,e ;0830 9b . + add a,e ;0831 83 . + sbc a,h ;0832 9c . + add a,l ;0833 85 . + sbc a,h ;0834 9c . + adc a,b ;0835 88 . + sbc a,e ;0836 9b . + adc a,d ;0837 8a . + sbc a,c ;0838 99 . + adc a,h ;0839 8c . + sub h ;083a 94 . + adc a,l ;083b 8d . + adc a,b ;083c 88 . + adc a,l ;083d 8d . + add a,e ;083e 83 . + adc a,(hl) ;083f 8e . + add a,c ;0840 81 . + adc a,a ;0841 8f . + add a,b ;0842 80 . + sub c ;0843 91 . + add a,b ;0844 80 . + sub h ;0845 94 . + add a,c ;0846 81 . + sub (hl) ;0847 96 . + add a,e ;0848 83 . + sub a ;0849 97 . + adc a,b ;084a 88 . + sbc a,b ;084b 98 . + sub e ;084c 93 . + sbc a,b ;084d 98 . + sbc a,b ;084e 98 . + sub a ;084f 97 . + sbc a,d ;0850 9a . + sub (hl) ;0851 96 . + sbc a,e ;0852 9b . + sub h ;0853 94 . + nop ;0854 00 . + add a,b ;0855 80 . + sub (hl) ;0856 96 . + call po,09698h ;0857 e4 98 96 . . . + inc e ;085a 1c . + adc a,b ;085b 88 . + and b ;085c a0 . + call po,sub_8688h ;085d e4 88 86 . . . + adc a,c ;0860 89 . + add a,e ;0861 83 . + adc a,h ;0862 8c . + add a,c ;0863 81 . + sub b ;0864 90 . + add a,b ;0865 80 . + sbc a,b ;0866 98 . + add a,b ;0867 80 . + sbc a,h ;0868 9c . + add a,d ;0869 82 . + nop ;086a 00 . + add a,b ;086b 80 . + sbc a,b ;086c 98 . + call po,sub_8880h ;086d e4 80 88 . . . + add a,c ;0870 81 . + add a,h ;0871 84 . + add a,h ;0872 84 . + add a,c ;0873 81 . + adc a,c ;0874 89 . + add a,b ;0875 80 . + sub d ;0876 92 . + add a,b ;0877 80 . + sub a ;0878 97 . + add a,c ;0879 81 . + sbc a,d ;087a 9a . + add a,h ;087b 84 . + sbc a,h ;087c 9c . + adc a,b ;087d 88 . + inc e ;087e 1c . + sbc a,h ;087f 9c . + sbc a,b ;0880 98 . + call po,sub_809ch ;0881 e4 9c 80 . . . + nop ;0884 00 . + add a,b ;0885 80 . + sbc a,b ;0886 98 . + call po,sub_808eh ;0887 e4 8e 80 . . . + sbc a,h ;088a 9c . + sbc a,b ;088b 98 . + nop ;088c 00 . + add a,b ;088d 80 . + sbc a,b ;088e 98 . + call po,sub_8085h ;088f e4 85 80 . . . + sub b ;0892 90 . + sub d ;0893 92 . + sbc a,e ;0894 9b . + add a,b ;0895 80 . + and b ;0896 a0 . + sbc a,b ;0897 98 . + nop ;0898 00 . + sbc a,e ;0899 9b . + sbc a,b ;089a 98 . + call po,sub_8080h ;089b e4 80 80 . . . + inc e ;089e 1c . + add a,c ;089f 81 . + sbc a,b ;08a0 98 . + call po,sub_809ch ;08a1 e4 9c 80 . . . + nop ;08a4 00 . + add a,b ;08a5 80 . + sbc a,b ;08a6 98 . + call po,sub_8090h ;08a7 e4 90 80 . . . + inc e ;08aa 1c . + sbc a,h ;08ab 9c . + sbc a,b ;08ac 98 . + call po,sub_7b8dh ;08ad e4 8d 7b . . { + adc a,e ;08b0 8b . + ld a,c ;08b1 79 y + adc a,b ;08b2 88 . + ld a,b ;08b3 78 x + add a,l ;08b4 85 . + ld a,b ;08b5 78 x + nop ;08b6 00 . + add a,c ;08b7 81 . + sbc a,b ;08b8 98 . + call po,sub_989bh ;08b9 e4 9b 98 . . . + add a,b ;08bc 80 . + add a,b ;08bd 80 . + sbc a,h ;08be 9c . + add a,b ;08bf 80 . + nop ;08c0 00 . + and b ;08c1 a0 . + and (hl) ;08c2 a6 . + call po,sub_a69ch ;08c3 e4 9c a6 . . . + sbc a,d ;08c6 9a . + and l ;08c7 a5 . + sbc a,c ;08c8 99 . + and e ;08c9 a3 . + sbc a,c ;08ca 99 . + sub h ;08cb 94 . + sbc a,b ;08cc 98 . + sub d ;08cd 92 . + sub a ;08ce 97 . + sub c ;08cf 91 . + sub l ;08d0 95 . + sub b ;08d1 90 . + sub a ;08d2 97 . + adc a,a ;08d3 8f . + sbc a,b ;08d4 98 . + adc a,(hl) ;08d5 8e . + sbc a,c ;08d6 99 . + adc a,h ;08d7 8c . + sbc a,c ;08d8 99 . + ld a,l ;08d9 7d } + sbc a,d ;08da 9a . + ld a,e ;08db 7b { + sbc a,h ;08dc 9c . + ld a,d ;08dd 7a z + and b ;08de a0 . + ld a,d ;08df 7a z + nop ;08e0 00 . + call po,sub_a680h ;08e1 e4 80 a6 . . . + nop ;08e4 00 . + add a,b ;08e5 80 . + and (hl) ;08e6 a6 . + call po,sub_a684h ;08e7 e4 84 a6 . . . + add a,(hl) ;08ea 86 . + and l ;08eb a5 . + add a,a ;08ec 87 . + and e ;08ed a3 . + add a,a ;08ee 87 . + sub h ;08ef 94 . + adc a,b ;08f0 88 . + sub d ;08f1 92 . + adc a,c ;08f2 89 . + sub c ;08f3 91 . + adc a,h ;08f4 8c . + sub b ;08f5 90 . + adc a,c ;08f6 89 . + adc a,a ;08f7 8f . + adc a,b ;08f8 88 . + adc a,(hl) ;08f9 8e . + add a,a ;08fa 87 . + adc a,h ;08fb 8c . +sub_08fch: + add a,a ;08fc 87 . +sub_08fdh: + ld a,(hl) ;08fd 7e ~ + add a,(hl) ;08fe 86 . + ld a,e ;08ff 7b { + add a,h ;0900 84 . + ld a,d ;0901 7a z + add a,b ;0902 80 . + ld a,d ;0903 7a z + nop ;0904 00 . + add a,b ;0905 80 . + sbc a,(hl) ;0906 9e . + call po,sub_a284h ;0907 e4 84 a2 . . . + add a,a ;090a 87 . + and e ;090b a3 . + adc a,d ;090c 8a . + and e ;090d a3 . + adc a,h ;090e 8c . + and d ;090f a2 . + sub b ;0910 90 . + sbc a,a ;0911 9f . + sub d ;0912 92 . + sbc a,(hl) ;0913 9e . + sub l ;0914 95 . + sbc a,(hl) ;0915 9e . + sbc a,b ;0916 98 . + sbc a,a ;0917 9f . + sbc a,h ;0918 9c . + and e ;0919 a3 . + nop ;091a 00 . + nop ;091b 00 . + sub b ;091c 90 . + sbc a,(hl) ;091d 9e . + call po,sub_a690h ;091e e4 90 a6 . . . + nop ;0921 00 . + add a,b ;0922 80 . + sub b ;0923 90 . + call po,sub_9087h+1 ;0924 e4 88 90 . . . + sub b ;0927 90 . + add a,b ;0928 80 . + sbc a,b ;0929 98 . + and b ;092a a0 . + and b ;092b a0 . + and b ;092c a0 . + nop ;092d 00 . + xor 080h ;092e ee 80 . . + ld a,d ;0930 7a z + call po,sub_7ab0h ;0931 e4 b0 7a . . z + nop ;0934 00 . + ld e,d ;0935 5a Z + and (hl) ;0936 a6 . + call po,sub_9e66h ;0937 e4 66 9e . f . + xor 000h ;093a ee 00 . . + add a,b ;093c 80 . + sub d ;093d 92 . + call po,sub_9785h ;093e e4 85 97 . . . + add a,a ;0941 87 . + sbc a,b ;0942 98 . + adc a,d ;0943 8a . + sbc a,b ;0944 98 . + sub (hl) ;0945 96 . + sub h ;0946 94 . + sbc a,b ;0947 98 . + sub h ;0948 94 . + sbc a,e ;0949 9b . + sub l ;094a 95 . + and b ;094b a0 . + sbc a,d ;094c 9a . + inc e ;094d 1c . + adc a,b ;094e 88 . + sbc a,b ;094f 98 . + call po,sub_8087h+1 ;0950 e4 88 80 . . . + inc e ;0953 1c . + sbc a,b ;0954 98 . + sub h ;0955 94 . + call po,sub_8098h ;0956 e4 98 80 . . . + nop ;0959 00 . + add a,b ;095a 80 . + and b ;095b a0 . + call po,sub_8080h ;095c e4 80 80 . . . + inc e ;095f 1c . + add a,b ;0960 80 . + sub b ;0961 90 . + call po,sub_90a0h ;0962 e4 a0 90 . . . + nop ;0965 00 . + add a,b ;0966 80 . + sub b ;0967 90 . + call po,sub_90a0h ;0968 e4 a0 90 . . . + inc e ;096b 1c . + sub a ;096c 97 . + sub (hl) ;096d 96 . + call po,sub_90a0h ;096e e4 a0 90 . . . + sub a ;0971 97 . + adc a,d ;0972 8a . + nop ;0973 00 . + xor 080h ;0974 ee 80 . . + sbc a,(hl) ;0976 9e . + call po,sub_a284h ;0977 e4 84 a2 . . . + add a,a ;097a 87 . + and e ;097b a3 . + adc a,d ;097c 8a . + and e ;097d a3 . + adc a,h ;097e 8c . + and d ;097f a2 . + sub b ;0980 90 . + sbc a,a ;0981 9f . + sub d ;0982 92 . + sbc a,(hl) ;0983 9e . + sub l ;0984 95 . + sbc a,(hl) ;0985 9e . + sbc a,b ;0986 98 . + sbc a,a ;0987 9f . + sbc a,h ;0988 9c . + and e ;0989 a3 . + nop ;098a 00 . + ld e,b ;098b 58 X + sbc a,(hl) ;098c 9e . + call po,sub_a664h ;098d e4 64 a6 . d . + xor 000h ;0990 ee 00 . . + ld d,h ;0992 54 T + sbc a,h ;0993 9c . + call po,sub_a25eh ;0994 e4 5e a2 . ^ . + ld l,b ;0997 68 h + sbc a,h ;0998 9c . + xor 000h ;0999 ee 00 . . + xor 066h ;099b ee 66 . f + and (hl) ;099d a6 . + call po,sub_a663h ;099e e4 63 a6 . c . + ld h,e ;09a1 63 c + xor b ;09a2 a8 . + ld h,(hl) ;09a3 66 f + xor b ;09a4 a8 . + ld h,(hl) ;09a5 66 f + and (hl) ;09a6 a6 . + inc e ;09a7 1c . + ld e,c ;09a8 59 Y + and (hl) ;09a9 a6 . + call po,sub_a656h ;09aa e4 56 a6 . V . + ld d,(hl) ;09ad 56 V + xor b ;09ae a8 . + ld e,c ;09af 59 Y + xor b ;09b0 a8 . + ld e,c ;09b1 59 Y + and (hl) ;09b2 a6 . + nop ;09b3 00 . + xor 08bh ;09b4 ee 8b . . + xor b ;09b6 a8 . + call po,sub_ab8bh ;09b7 e4 8b ab . . . + adc a,(hl) ;09ba 8e . + xor l ;09bb ad . + sub d ;09bc 92 . + xor l ;09bd ad . + sub l ;09be 95 . + xor e ;09bf ab . + sub l ;09c0 95 . + xor b ;09c1 a8 . + sub d ;09c2 92 . + and (hl) ;09c3 a6 . + adc a,(hl) ;09c4 8e . + and (hl) ;09c5 a6 . + adc a,e ;09c6 8b . + xor b ;09c7 a8 . + nop ;09c8 00 . + xor 086h ;09c9 ee 86 . . + sbc a,(hl) ;09cb 9e . + call po,sub_a086h ;09cc e4 86 a0 . . . + adc a,c ;09cf 89 . + and b ;09d0 a0 . + adc a,c ;09d1 89 . + sbc a,(hl) ;09d2 9e . + add a,(hl) ;09d3 86 . + sbc a,(hl) ;09d4 9e . + inc e ;09d5 1c . + sub e ;09d6 93 . + sbc a,(hl) ;09d7 9e . + call po,sub_a093h ;09d8 e4 93 a0 . . . + sub (hl) ;09db 96 . + and b ;09dc a0 . + sub (hl) ;09dd 96 . + sbc a,(hl) ;09de 9e . + sub e ;09df 93 . + sbc a,(hl) ;09e0 9e . + nop ;09e1 00 . + sub b ;09e2 90 . + sbc a,(hl) ;09e3 9e . + call po,sub_a690h ;09e4 e4 90 a6 . . . + nop ;09e7 00 . + call po,sub_a0a0h ;09e8 e4 a0 a0 . . . + inc e ;09eb 1c . + sbc a,(hl) ;09ec 9e . + sbc a,h ;09ed 9c . + call po,sub_9f9bh ;09ee e4 9b 9f . . . + sub h ;09f1 94 . + and b ;09f2 a0 . + adc a,h ;09f3 8c . + and b ;09f4 a0 . + add a,l ;09f5 85 . + sbc a,a ;09f6 9f . + add a,d ;09f7 82 . + sbc a,h ;09f8 9c . + add a,b ;09f9 80 . + sub (hl) ;09fa 96 . + add a,b ;09fb 80 . +sub_09fch: + adc a,d ;09fc 8a . +sub_09fdh: + add a,d ;09fd 82 . + add a,h ;09fe 84 . + add a,l ;09ff 85 . + add a,c ;0a00 81 . + adc a,h ;0a01 8c . + add a,b ;0a02 80 . + sub h ;0a03 94 . + add a,b ;0a04 80 . + sbc a,e ;0a05 9b . + add a,c ;0a06 81 . + sbc a,(hl) ;0a07 9e . + add a,h ;0a08 84 . + and b ;0a09 a0 . + adc a,d ;0a0a 8a . + and b ;0a0b a0 . + sub (hl) ;0a0c 96 . + sbc a,(hl) ;0a0d 9e . + sbc a,h ;0a0e 9c . + nop ;0a0f 00 . + ld l,b ;0a10 68 h + and (hl) ;0a11 a6 . + call po,sub_a665h ;0a12 e4 65 a6 . e . + ld h,l ;0a15 65 e + xor b ;0a16 a8 . + ld l,b ;0a17 68 h + xor b ;0a18 a8 . + ld l,b ;0a19 68 h + and (hl) ;0a1a a6 . + inc e ;0a1b 1c . + ld e,e ;0a1c 5b [ + and (hl) ;0a1d a6 . + call po,sub_a658h ;0a1e e4 58 a6 . X . + ld e,b ;0a21 58 X + xor b ;0a22 a8 . + ld e,e ;0a23 5b [ + xor b ;0a24 a8 . + ld e,e ;0a25 5b [ + and (hl) ;0a26 a6 . + xor 000h ;0a27 ee 00 . . + add a,d ;0a29 82 . + add a,b ;0a2a 80 . + call po,sub_8380h ;0a2b e4 80 83 . . . + add a,b ;0a2e 80 . + add a,a ;0a2f 87 . + add a,d ;0a30 82 . + adc a,d ;0a31 8a . + add a,(hl) ;0a32 86 . + adc a,e ;0a33 8b . + adc a,d ;0a34 8a . + adc a,d ;0a35 8a . + adc a,h ;0a36 8c . + add a,a ;0a37 87 . + adc a,h ;0a38 8c . + add a,e ;0a39 83 . + adc a,d ;0a3a 8a . + add a,b ;0a3b 80 . + add a,(hl) ;0a3c 86 . + ld a,a ;0a3d 7f  + add a,d ;0a3e 82 . + add a,b ;0a3f 80 . + nop ;0a40 00 . + ld h,d ;0a41 62 b + sbc a,(hl) ;0a42 9e . + call po,sub_9e5eh ;0a43 e4 5e 9e . ^ . + ld e,e ;0a46 5b [ + and b ;0a47 a0 . + ld e,e ;0a48 5b [ + and e ;0a49 a3 . + ld e,(hl) ;0a4a 5e ^ + and l ;0a4b a5 . + ld h,d ;0a4c 62 b + and l ;0a4d a5 . + ld h,l ;0a4e 65 e + and e ;0a4f a3 . + ld h,l ;0a50 65 e + and b ;0a51 a0 . + ld h,d ;0a52 62 b + sbc a,(hl) ;0a53 9e . + xor 000h ;0a54 ee 00 . . + ld h,0a7h ;0a56 26 a7 & . + call po,0ad33h ;0a58 e4 33 ad . 3 . + scf ;0a5b 37 7 + xor (hl) ;0a5c ae . + dec a ;0a5d 3d = + xor (hl) ;0a5e ae . + ld b,c ;0a5f 41 A + xor l ;0a60 ad . + ld d,e ;0a61 53 S + and a ;0a62 a7 . + ld d,a ;0a63 57 W + and (hl) ;0a64 a6 . + ld e,l ;0a65 5d ] + and (hl) ;0a66 a6 . + ld h,c ;0a67 61 a + and a ;0a68 a7 . + ld (hl),d ;0a69 72 r + xor (hl) ;0a6a ae . + xor 000h ;0a6b ee 00 . . + ld d,d ;0a6d 52 R + and (hl) ;0a6e a6 . + call po,sub_aa56h ;0a6f e4 56 aa . V . + ld e,c ;0a72 59 Y + xor e ;0a73 ab . + ld e,h ;0a74 5c \ + xor e ;0a75 ab . + ld e,(hl) ;0a76 5e ^ + xor d ;0a77 aa . + ld h,d ;0a78 62 b + and a ;0a79 a7 . + ld h,h ;0a7a 64 d + and (hl) ;0a7b a6 . + ld h,a ;0a7c 67 g + and (hl) ;0a7d a6 . + ld l,d ;0a7e 6a j + and a ;0a7f a7 . + ld l,(hl) ;0a80 6e n + xor e ;0a81 ab . + xor 000h ;0a82 ee 00 . . + inc h ;0a84 24 $ + sbc a,a ;0a85 9f . + call po,sub_a531h ;0a86 e4 31 a5 . 1 . + dec (hl) ;0a89 35 5 + and (hl) ;0a8a a6 . + dec sp ;0a8b 3b ; + and (hl) ;0a8c a6 . + ccf ;0a8d 3f ? + and l ;0a8e a5 . + ld d,c ;0a8f 51 Q + sbc a,a ;0a90 9f . + ld d,l ;0a91 55 U + sbc a,(hl) ;0a92 9e . + ld e,e ;0a93 5b [ + sbc a,(hl) ;0a94 9e . + ld e,a ;0a95 5f _ + sbc a,a ;0a96 9f . + ld (hl),b ;0a97 70 p + and (hl) ;0a98 a6 . + xor 000h ;0a99 ee 00 . . + ld d,d ;0a9b 52 R + sbc a,(hl) ;0a9c 9e . + call po,sub_a256h ;0a9d e4 56 a2 . V . + ld e,c ;0aa0 59 Y + and e ;0aa1 a3 . + ld e,h ;0aa2 5c \ + and e ;0aa3 a3 . + ld e,(hl) ;0aa4 5e ^ + and d ;0aa5 a2 . + ld h,d ;0aa6 62 b + sbc a,a ;0aa7 9f . + ld h,h ;0aa8 64 d + sbc a,(hl) ;0aa9 9e . + ld h,a ;0aaa 67 g + sbc a,(hl) ;0aab 9e . + ld l,d ;0aac 6a j + sbc a,a ;0aad 9f . + ld l,(hl) ;0aae 6e n + and e ;0aaf a3 . + xor 000h ;0ab0 ee 00 . . + ld (hl),c ;0ab2 71 q + ld (hl),h ;0ab3 74 t + call po,sub_8c71h ;0ab4 e4 71 8c . q . + adc a,a ;0ab7 8f . + adc a,h ;0ab8 8c . + adc a,a ;0ab9 8f . + ld (hl),h ;0aba 74 t + ld (hl),c ;0abb 71 q + ld (hl),h ;0abc 74 t + inc e ;0abd 1c . + add a,b ;0abe 80 . + adc a,h ;0abf 8c . + call po,sub_8080h ;0ac0 e4 80 80 . . . + nop ;0ac3 00 . + ld (hl),c ;0ac4 71 q + ld a,e ;0ac5 7b { + call po,sub_8571h ;0ac6 e4 71 85 . q . + ld a,c ;0ac9 79 y + adc a,h ;0aca 8c . + add a,a ;0acb 87 . + adc a,h ;0acc 8c . + adc a,a ;0acd 8f . + add a,l ;0ace 85 . + adc a,a ;0acf 8f . + ld a,e ;0ad0 7b { + add a,a ;0ad1 87 . + ld (hl),h ;0ad2 74 t + ld a,c ;0ad3 79 y + ld (hl),h ;0ad4 74 t + ld (hl),c ;0ad5 71 q + ld a,e ;0ad6 7b { + inc e ;0ad7 1c . + add a,b ;0ad8 80 . + adc a,h ;0ad9 8c . + call po,sub_8080h ;0ada e4 80 80 . . . + nop ;0add 00 . + ld (hl),c ;0ade 71 q + ld (hl),h ;0adf 74 t + call po,sub_8c80h ;0ae0 e4 80 8c . . . + adc a,a ;0ae3 8f . + ld (hl),h ;0ae4 74 t + ld (hl),c ;0ae5 71 q + ld (hl),h ;0ae6 74 t + inc e ;0ae7 1c . + add a,b ;0ae8 80 . + adc a,h ;0ae9 8c . + call po,sub_8080h ;0aea e4 80 80 . . . + nop ;0aed 00 . + add a,b ;0aee 80 . + adc a,h ;0aef 8c . + call po,sub_7480h ;0af0 e4 80 74 . . t + inc e ;0af3 1c . + ld (hl),c ;0af4 71 q + add a,b ;0af5 80 . + call po,sub_808fh ;0af6 e4 8f 80 . . . + nop ;0af9 00 . + ld (hl),d ;0afa 72 r + ld (hl),h ;0afb 74 t +sub_0afch: + call po,sub_8c8eh ;0afc e4 8e 8c . . . + inc e ;0aff 1c . + adc a,(hl) ;0b00 8e . + ld (hl),h ;0b01 74 t + call po,sub_8c72h ;0b02 e4 72 8c . r . + nop ;0b05 00 . + add a,b ;0b06 80 . + adc a,h ;0b07 8c . + call po,sub_8080h ;0b08 e4 80 80 . . . + inc e ;0b0b 1c . + ld (hl),c ;0b0c 71 q + add a,b ;0b0d 80 . + call po,sub_8c80h ;0b0e e4 80 8c . . . + adc a,a ;0b11 8f . + add a,b ;0b12 80 . + add a,b ;0b13 80 . + ld (hl),h ;0b14 74 t + ld (hl),c ;0b15 71 q + add a,b ;0b16 80 . + nop ;0b17 00 . + add a,b ;0b18 80 . + adc a,h ;0b19 8c . + call po,sub_7480h ;0b1a e4 80 74 . . t + inc e ;0b1d 1c . + ld (hl),c ;0b1e 71 q + add a,b ;0b1f 80 . + call po,sub_8c80h ;0b20 e4 80 8c . . . + adc a,a ;0b23 8f . + add a,b ;0b24 80 . + ld (hl),c ;0b25 71 q + add a,b ;0b26 80 . + nop ;0b27 00 . + ld (hl),c ;0b28 71 q + ld (hl),h ;0b29 74 t + call po,sub_8c8fh ;0b2a e4 8f 8c . . . + ld (hl),c ;0b2d 71 q + adc a,h ;0b2e 8c . + adc a,a ;0b2f 8f . + ld (hl),h ;0b30 74 t + nop ;0b31 00 . + ld a,c ;0b32 79 y + add a,b ;0b33 80 . + call po,sub_8087h+2 ;0b34 e4 89 80 . . . + inc e ;0b37 1c . + ld (hl),c ;0b38 71 q + adc a,h ;0b39 8c . + call po,sub_8c8fh ;0b3a e4 8f 8c . . . + ld (hl),c ;0b3d 71 q + ld (hl),h ;0b3e 74 t + adc a,a ;0b3f 8f . + ld (hl),h ;0b40 74 t + nop ;0b41 00 . + ld (hl),c ;0b42 71 q + adc a,h ;0b43 8c . + call po,sub_8080h ;0b44 e4 80 80 . . . + adc a,a ;0b47 8f . + adc a,h ;0b48 8c . + inc e ;0b49 1c . + add a,b ;0b4a 80 . + add a,b ;0b4b 80 . + call po,sub_7480h ;0b4c e4 80 74 . . t + nop ;0b4f 00 . + ld a,c ;0b50 79 y + ld a,d ;0b51 7a z + call po,sub_8679h ;0b52 e4 79 86 . y . + add a,a ;0b55 87 . + add a,(hl) ;0b56 86 . + add a,a ;0b57 87 . + ld a,d ;0b58 7a z + ld a,c ;0b59 79 y + ld a,d ;0b5a 7a z + ld (hl),c ;0b5b 71 q + ld (hl),h ;0b5c 74 t + inc e ;0b5d 1c . + ld (hl),c ;0b5e 71 q + adc a,h ;0b5f 8c . + call po,sub_8679h ;0b60 e4 79 86 . y . + inc e ;0b63 1c . + add a,b ;0b64 80 . + add a,b ;0b65 80 . + call po,sub_8c8fh ;0b66 e4 8f 8c . . . + inc e ;0b69 1c . + add a,a ;0b6a 87 . + ld a,d ;0b6b 7a z + call po,sub_748fh ;0b6c e4 8f 74 . . t + nop ;0b6f 00 . + add a,b ;0b70 80 . + adc a,h ;0b71 8c . + call po,sub_7480h ;0b72 e4 80 74 . . t + inc e ;0b75 1c . + ld (hl),c ;0b76 71 q + add a,b ;0b77 80 . + call po,sub_808fh ;0b78 e4 8f 80 . . . + inc e ;0b7b 1c . + adc a,a ;0b7c 8f . + ld (hl),h ;0b7d 74 t + call po,sub_8c71h ;0b7e e4 71 8c . q . + inc e ;0b81 1c . + ld (hl),c ;0b82 71 q + ld (hl),h ;0b83 74 t + call po,sub_8c8fh ;0b84 e4 8f 8c . . . + nop ;0b87 00 . + ld (hl),c ;0b88 71 q + adc a,h ;0b89 8c . + call po,sub_8c8fh ;0b8a e4 8f 8c . . . + ld (hl),c ;0b8d 71 q + ld (hl),h ;0b8e 74 t + adc a,a ;0b8f 8f . + ld (hl),h ;0b90 74 t + ld (hl),c ;0b91 71 q + adc a,h ;0b92 8c . + nop ;0b93 00 . + add a,b ;0b94 80 . + adc a,h ;0b95 8c . + call po,sub_7480h ;0b96 e4 80 74 . . t + nop ;0b99 00 . + add a,b ;0b9a 80 . + adc a,h ;0b9b 8c . + call po,sub_8080h ;0b9c e4 80 80 . . . + inc e ;0b9f 1c . + ld (hl),e ;0ba0 73 s + add a,(hl) ;0ba1 86 . + call po,sub_868dh ;0ba2 e4 8d 86 . . . + add a,b ;0ba5 80 . + ld (hl),h ;0ba6 74 t + ld (hl),e ;0ba7 73 s + add a,(hl) ;0ba8 86 . + inc e ;0ba9 1c . + ld (hl),e ;0baa 73 s + ld a,d ;0bab 7a z + call po,sub_8c80h ;0bac e4 80 8c . . . + adc a,l ;0baf 8d . + ld a,d ;0bb0 7a z + ld (hl),e ;0bb1 73 s + ld a,d ;0bb2 7a z + nop ;0bb3 00 . + ld (hl),h ;0bb4 74 t + add a,b ;0bb5 80 . + call po,sub_808ch ;0bb6 e4 8c 80 . . . + nop ;0bb9 00 . + add a,b ;0bba 80 . + adc a,b ;0bbb 88 . + call po,sub_7880h ;0bbc e4 80 78 . . x + nop ;0bbf 00 . + add a,b ;0bc0 80 . + add a,e ;0bc1 83 . + call po,sub_9180h ;0bc2 e4 80 91 . . . + add a,d ;0bc5 82 . + sub (hl) ;0bc6 96 . + add a,(hl) ;0bc7 86 . + sbc a,d ;0bc8 9a . + adc a,d ;0bc9 8a . + sbc a,h ;0bca 9c . + adc a,(hl) ;0bcb 8e . + sbc a,l ;0bcc 9d . + sub d ;0bcd 92 . + sbc a,l ;0bce 9d . + sub (hl) ;0bcf 96 . + sbc a,h ;0bd0 9c . + sbc a,d ;0bd1 9a . + sbc a,d ;0bd2 9a . + sbc a,(hl) ;0bd3 9e . + sub (hl) ;0bd4 96 . + and b ;0bd5 a0 . + sub c ;0bd6 91 . + and b ;0bd7 a0 . + add a,e ;0bd8 83 . + nop ;0bd9 00 . + add a,b ;0bda 80 . + sbc a,h ;0bdb 9c . + call po,sub_9c94h ;0bdc e4 94 9c . . . + sbc a,b ;0bdf 98 . + sbc a,e ;0be0 9b . + sbc a,h ;0be1 9c . + sbc a,c ;0be2 99 . + sbc a,a ;0be3 9f . + sub (hl) ;0be4 96 . + and b ;0be5 a0 . + sub d ;0be6 92 . + and b ;0be7 a0 . + adc a,(hl) ;0be8 8e . + sbc a,a ;0be9 9f . + adc a,d ;0bea 8a . + sbc a,h ;0beb 9c . + add a,a ;0bec 87 . + sbc a,b ;0bed 98 . + add a,l ;0bee 85 . + sub h ;0bef 94 . + add a,h ;0bf0 84 . + add a,b ;0bf1 80 . + add a,h ;0bf2 84 . + nop ;0bf3 00 . + and b ;0bf4 a0 . + sbc a,h ;0bf5 9c . + call po,sub_9c8ch ;0bf6 e4 8c 9c . . . + adc a,b ;0bf9 88 . + sbc a,e ;0bfa 9b . + add a,h ;0bfb 84 . +sub_0bfch: + sbc a,c ;0bfc 99 . +sub_0bfdh: + add a,c ;0bfd 81 . + sub (hl) ;0bfe 96 . + add a,b ;0bff 80 . + sub d ;0c00 92 . + add a,b ;0c01 80 . + adc a,(hl) ;0c02 8e . + add a,c ;0c03 81 . + adc a,d ;0c04 8a . + add a,h ;0c05 84 . + add a,a ;0c06 87 . + adc a,b ;0c07 88 . + add a,l ;0c08 85 . + adc a,h ;0c09 8c . + add a,h ;0c0a 84 . + and b ;0c0b a0 . + add a,h ;0c0c 84 . + nop ;0c0d 00 . + add a,b ;0c0e 80 . + sbc a,l ;0c0f 9d . + call po,sub_8f80h ;0c10 e4 80 8f . . . + add a,d ;0c13 82 . + adc a,d ;0c14 8a . + add a,(hl) ;0c15 86 . + add a,(hl) ;0c16 86 . + adc a,d ;0c17 8a . + add a,h ;0c18 84 . + adc a,(hl) ;0c19 8e . + add a,e ;0c1a 83 . + sub d ;0c1b 92 . + add a,e ;0c1c 83 . + sub (hl) ;0c1d 96 . + add a,h ;0c1e 84 . + sbc a,d ;0c1f 9a . + add a,(hl) ;0c20 86 . + sbc a,(hl) ;0c21 9e . + adc a,d ;0c22 8a . + and b ;0c23 a0 . + adc a,a ;0c24 8f . + and b ;0c25 a0 . + sbc a,l ;0c26 9d . + nop ;0c27 00 . + ld d,b ;0c28 50 P + and (hl) ;0c29 a6 . + call po,sub_a680h ;0c2a e4 80 a6 . . . + nop ;0c2d 00 . + add a,b ;0c2e 80 . + sbc a,b ;0c2f 98 . + call po,sub_98a0h ;0c30 e4 a0 98 . . . + inc e ;0c33 1c . + add a,b ;0c34 80 . + sub b ;0c35 90 . + call po,sub_90a0h ;0c36 e4 a0 90 . . . + inc e ;0c39 1c . + add a,b ;0c3a 80 . + adc a,b ;0c3b 88 . + call po,sub_88a0h ;0c3c e4 a0 88 . . . + nop ;0c3f 00 . + add a,b ;0c40 80 . + sub (hl) ;0c41 96 . + call po,sub_9a85h ;0c42 e4 85 9a . . . + adc a,b ;0c45 88 . + sbc a,e ;0c46 9b . + adc a,h ;0c47 8c . + sbc a,e ;0c48 9b . + adc a,a ;0c49 8f . + sbc a,c ;0c4a 99 . + sub c ;0c4b 91 . + sub a ;0c4c 97 . + sub h ;0c4d 94 . + sub l ;0c4e 95 . + sbc a,b ;0c4f 98 . + sub l ;0c50 95 . + sbc a,e ;0c51 9b . + sub (hl) ;0c52 96 . + and b ;0c53 a0 . + sbc a,d ;0c54 9a . + inc e ;0c55 1c . + add a,b ;0c56 80 . + adc a,a ;0c57 8f . + call po,sub_8fa0h ;0c58 e4 a0 8f . . . + inc e ;0c5b 1c . + add a,b ;0c5c 80 . + add a,l ;0c5d 85 . + call po,sub_85a0h ;0c5e e4 a0 85 . . . + nop ;0c61 00 . + add a,b ;0c62 80 . + sub d ;0c63 92 . + call po,sub_9683h ;0c64 e4 83 96 . . . + adc a,b ;0c67 88 . + sbc a,b ;0c68 98 . + adc a,d ;0c69 8a . + sbc a,b ;0c6a 98 . + adc a,l ;0c6b 8d . + sub a ;0c6c 97 . + sub d ;0c6d 92 . + sub h ;0c6e 94 . + sub l ;0c6f 95 . + sub d ;0c70 92 . + sbc a,c ;0c71 99 . + sub d ;0c72 92 . + sbc a,l ;0c73 9d . + sub h ;0c74 94 . + and b ;0c75 a0 . + sbc a,b ;0c76 98 . + inc e ;0c77 1c . + add a,b ;0c78 80 . + adc a,b ;0c79 88 . + call po,sub_8c83h ;0c7a e4 83 8c . . . + adc a,b ;0c7d 88 . + adc a,(hl) ;0c7e 8e . + adc a,d ;0c7f 8a . + adc a,(hl) ;0c80 8e . + adc a,l ;0c81 8d . + adc a,l ;0c82 8d . + sub d ;0c83 92 . + adc a,d ;0c84 8a . + sub l ;0c85 95 . + adc a,b ;0c86 88 . + sbc a,c ;0c87 99 . + adc a,b ;0c88 88 . + sbc a,l ;0c89 9d . + adc a,d ;0c8a 8a . + and b ;0c8b a0 . + adc a,(hl) ;0c8c 8e . + nop ;0c8d 00 . + add a,b ;0c8e 80 . + adc a,l ;0c8f 8d . + call po,09082h ;0c90 e4 82 90 . . . + add a,h ;0c93 84 . + sub d ;0c94 92 . + add a,a ;0c95 87 . + sub e ;0c96 93 . + adc a,e ;0c97 8b . + sub e ;0c98 93 . + adc a,(hl) ;0c99 8e . + sub d ;0c9a 92 . + sub e ;0c9b 93 . + adc a,(hl) ;0c9c 8e . + sub (hl) ;0c9d 96 . + adc a,l ;0c9e 8d . + sbc a,d ;0c9f 9a . + adc a,l ;0ca0 8d . + sbc a,l ;0ca1 9d . + adc a,(hl) ;0ca2 8e . + sbc a,a ;0ca3 9f . + sub b ;0ca4 90 . + and c ;0ca5 a1 . + sub e ;0ca6 93 . + nop ;0ca7 00 . + add a,b ;0ca8 80 . + add a,d ;0ca9 82 . + call po,sub_82a0h ;0caa e4 a0 82 . . . + inc e ;0cad 1c . + and b ;0cae a0 . + adc a,b ;0caf 88 . + call po,sub_9180h ;0cb0 e4 80 91 . . . + add a,b ;0cb3 80 . + sub l ;0cb4 95 . + and b ;0cb5 a0 . + sbc a,(hl) ;0cb6 9e . + nop ;0cb7 00 . + add a,b ;0cb8 80 . + sbc a,(hl) ;0cb9 9e . + call po,sub_95a0h ;0cba e4 a0 95 . . . + and b ;0cbd a0 . + sub c ;0cbe 91 . + add a,b ;0cbf 80 . + adc a,b ;0cc0 88 . + inc e ;0cc1 1c . + add a,b ;0cc2 80 . + add a,d ;0cc3 82 . + call po,sub_82a0h ;0cc4 e4 a0 82 . . . + nop ;0cc7 00 . + add a,a ;0cc8 87 . + add a,d ;0cc9 82 . + call po,sub_9e97h+2 ;0cca e4 99 9e . . . + inc e ;0ccd 1c . + and b ;0cce a0 . + sub l ;0ccf 95 . + call po,sub_9580h ;0cd0 e4 80 95 . . . + inc e ;0cd3 1c . + add a,b ;0cd4 80 . + adc a,e ;0cd5 8b . + call po,sub_8ba0h ;0cd6 e4 a0 8b . . . + nop ;0cd9 00 . + call po,sub_a090h ;0cda e4 90 a0 . . . + and b ;0cdd a0 . + add a,b ;0cde 80 . + add a,b ;0cdf 80 . + add a,b ;0ce0 80 . + nop ;0ce1 00 . + add a,b ;0ce2 80 . + and b ;0ce3 a0 . + call po,sub_a0a0h ;0ce4 e4 a0 a0 . . . + inc e ;0ce7 1c . + adc a,b ;0ce8 88 . + and b ;0ce9 a0 . + call po,sub_8087h+1 ;0cea e4 88 80 . . . + inc e ;0ced 1c . + sbc a,b ;0cee 98 . + and b ;0cef a0 . + call po,sub_8098h ;0cf0 e4 98 80 . . . + nop ;0cf3 00 . + and b ;0cf4 a0 . + sbc a,h ;0cf5 9c . + call po,sub_a0a0h ;0cf6 e4 a0 a0 . . . + add a,b ;0cf9 80 . + and b ;0cfa a0 . + add a,b ;0cfb 80 . + sbc a,(hl) ;0cfc 9e . +sub_0cfdh: + sub b ;0cfd 90 . + sub b ;0cfe 90 . + add a,b ;0cff 80 . + add a,d ;0d00 82 . + add a,b ;0d01 80 . + add a,b ;0d02 80 . + and b ;0d03 a0 . + add a,b ;0d04 80 . + and b ;0d05 a0 . + add a,h ;0d06 84 . + nop ;0d07 00 . + add a,b ;0d08 80 . + sbc a,(hl) ;0d09 9e . + call po,sub_9ea0h ;0d0a e4 a0 9e . . . + inc e ;0d0d 1c . + add a,b ;0d0e 80 . + adc a,l ;0d0f 8d . + call po,sub_8da0h ;0d10 e4 a0 8d . . . + inc e ;0d13 1c . + sub b ;0d14 90 . + sbc a,b ;0d15 98 . + call po,sub_8290h ;0d16 e4 90 82 . . . + nop ;0d19 00 . + add a,b ;0d1a 80 . + sub b ;0d1b 90 . + call po,sub_90a0h ;0d1c e4 a0 90 . . . + inc e ;0d1f 1c . + sub a ;0d20 97 . + sub e ;0d21 93 . + call po,sub_90a0h ;0d22 e4 a0 90 . . . + sub a ;0d25 97 . + adc a,l ;0d26 8d . + nop ;0d27 00 . + sub b ;0d28 90 . + and b ;0d29 a0 . + call po,sub_8090h ;0d2a e4 90 80 . . . + inc e ;0d2d 1c . + add a,b ;0d2e 80 . + sub h ;0d2f 94 . + call po,sub_a090h ;0d30 e4 90 a0 . . . + and b ;0d33 a0 . + sub h ;0d34 94 . + nop ;0d35 00 . + adc a,c ;0d36 89 . + sub e ;0d37 93 . + call po,sub_9080h ;0d38 e4 80 90 . . . + adc a,c ;0d3b 89 . + adc a,l ;0d3c 8d . + inc e ;0d3d 1c . + add a,b ;0d3e 80 . + sub b ;0d3f 90 . + call po,sub_90a0h ;0d40 e4 a0 90 . . . + nop ;0d43 00 . + sub b ;0d44 90 . + and b ;0d45 a0 . + call po,sub_8090h ;0d46 e4 90 80 . . . + inc e ;0d49 1c . + add a,b ;0d4a 80 . + adc a,h ;0d4b 8c . + call po,sub_8090h ;0d4c e4 90 80 . . . + and b ;0d4f a0 . + adc a,h ;0d50 8c . + nop ;0d51 00 . + and b ;0d52 a0 . + and h ;0d53 a4 . + call po,sub_a69eh ;0d54 e4 9e a6 . . . + sbc a,e ;0d57 9b . + xor b ;0d58 a8 . + sbc a,c ;0d59 99 . + xor b ;0d5a a8 . + sub a ;0d5b 97 . + and a ;0d5c a7 . + sub h ;0d5d 94 . + and h ;0d5e a4 . + sub e ;0d5f 93 . + and c ;0d60 a1 . + sub c ;0d61 91 . + sbc a,b ;0d62 98 . + adc a,a ;0d63 8f . + adc a,b ;0d64 88 . + adc a,l ;0d65 8d . + ld a,a ;0d66 7f  + adc a,h ;0d67 8c . + ld a,h ;0d68 7c | + adc a,c ;0d69 89 . + ld a,c ;0d6a 79 y + add a,a ;0d6b 87 . + ld a,b ;0d6c 78 x + add a,l ;0d6d 85 . + ld a,b ;0d6e 78 x + add a,d ;0d6f 82 . + ld a,d ;0d70 7a z + add a,b ;0d71 80 . + ld a,h ;0d72 7c | + nop ;0d73 00 . + adc a,(hl) ;0d74 8e . + sbc a,e ;0d75 9b . + call po,sub_9d8eh ;0d76 e4 8e 9d . . . + sub c ;0d79 91 . + sbc a,l ;0d7a 9d . + sub c ;0d7b 91 . + sbc a,e ;0d7c 9b . + adc a,(hl) ;0d7d 8e . + sbc a,e ;0d7e 9b . + inc e ;0d7f 1c . + add a,b ;0d80 80 . + sub b ;0d81 90 . + call po,sub_909fh ;0d82 e4 9f 90 . . . + inc e ;0d85 1c . + adc a,(hl) ;0d86 8e . + add a,e ;0d87 83 . + call po,sub_858eh ;0d88 e4 8e 85 . . . + sub c ;0d8b 91 . + add a,l ;0d8c 85 . + sub c ;0d8d 91 . + add a,e ;0d8e 83 . + adc a,(hl) ;0d8f 8e . + add a,e ;0d90 83 . + nop ;0d91 00 . + sub b ;0d92 90 . + and (hl) ;0d93 a6 . + call po,sub_9d90h ;0d94 e4 90 9d . . . + inc e ;0d97 1c . + add a,h ;0d98 84 . + and b ;0d99 a0 . + call po,sub_9d90h ;0d9a e4 90 9d . . . + sbc a,b ;0d9d 98 . + sub l ;0d9e 95 . + inc e ;0d9f 1c . + sbc a,h ;0da0 9c . + and b ;0da1 a0 . + call po,sub_9d90h ;0da2 e4 90 9d . . . + adc a,b ;0da5 88 . + sub l ;0da6 95 . + nop ;0da7 00 . + sub b ;0da8 90 . + add a,b ;0da9 80 . + call po,sub_a080h ;0daa e4 80 a0 . . . + and b ;0dad a0 . + and b ;0dae a0 . + sub b ;0daf 90 . + add a,b ;0db0 80 . + nop ;0db1 00 . + adc a,d ;0db2 8a . + sbc a,l ;0db3 9d . + call po,sub_a189h+1 ;0db4 e4 8a a1 . . . + adc a,h ;0db7 8c . + and d ;0db8 a2 . + sub d ;0db9 92 . + and d ;0dba a2 . + sub h ;0dbb 94 . + and c ;0dbc a1 . + sub h ;0dbd 94 . + sbc a,l ;0dbe 9d . + sub d ;0dbf 92 . + sbc a,h ;0dc0 9c . + adc a,h ;0dc1 8c . + sbc a,h ;0dc2 9c . + adc a,d ;0dc3 8a . + sbc a,l ;0dc4 9d . + nop ;0dc5 00 . + add a,b ;0dc6 80 . + sbc a,b ;0dc7 98 . + call po,sub_9d84h ;0dc8 e4 84 9d . . . + add a,a ;0dcb 87 . + sbc a,(hl) ;0dcc 9e . + adc a,e ;0dcd 8b . + sbc a,(hl) ;0dce 9e . + sub c ;0dcf 91 . + sbc a,d ;0dd0 9a . + sub l ;0dd1 95 . + sbc a,b ;0dd2 98 . + sbc a,c ;0dd3 99 . + sbc a,b ;0dd4 98 . + sbc a,h ;0dd5 9c . + sbc a,c ;0dd6 99 . + and b ;0dd7 a0 . + sbc a,(hl) ;0dd8 9e . + inc e ;0dd9 1c . + adc a,c ;0dda 89 . + sbc a,(hl) ;0ddb 9e . + call po,sub_8289h ;0ddc e4 89 82 . . . + inc e ;0ddf 1c . + sub a ;0de0 97 . + sbc a,b ;0de1 98 . + call po,sub_8297h ;0de2 e4 97 82 . . . + nop ;0de5 00 . + adc a,h ;0de6 8c . + and (hl) ;0de7 a6 . + call po,sub_ae98h ;0de8 e4 98 ae . . . + inc e ;0deb 1c . + add a,b ;0dec 80 . + sub c ;0ded 91 . + call po,sub_919ah ;0dee e4 9a 91 . . . + inc e ;0df1 1c . + and b ;0df2 a0 . + and b ;0df3 a0 . + call po,sub_a080h ;0df4 e4 80 a0 . . . + add a,b ;0df7 80 . + add a,b ;0df8 80 . + and b ;0df9 a0 . + add a,b ;0dfa 80 . + nop ;0dfb 00 . +sub_0dfch: + add a,b ;0dfc 80 . +sub_0dfdh: + sbc a,a ;0dfd 9f . + call po,sub_9f9ch ;0dfe e4 9c 9f . . . + nop ;0e01 00 . + add a,a ;0e02 87 . + sub a ;0e03 97 . + call po,sub_7880h ;0e04 e4 80 78 . . x + inc e ;0e07 1c . + add a,h ;0e08 84 . + adc a,d ;0e09 8a . + call po,sub_8585h ;0e0a e4 85 85 . . . + add a,(hl) ;0e0d 86 . + add a,e ;0e0e 83 . + adc a,b ;0e0f 88 . + add a,c ;0e10 81 . + adc a,h ;0e11 8c . + add a,b ;0e12 80 . + sub b ;0e13 90 . + add a,b ;0e14 80 . + sub h ;0e15 94 . + add a,c ;0e16 81 . + sub (hl) ;0e17 96 . + add a,e ;0e18 83 . + sbc a,b ;0e19 98 . + add a,(hl) ;0e1a 86 . + sbc a,h ;0e1b 9c . + sub a ;0e1c 97 . + inc e ;0e1d 1c . + sbc a,b ;0e1e 98 . + add a,(hl) ;0e1f 86 . + call po,sub_8398h ;0e20 e4 98 83 . . . + sbc a,c ;0e23 99 . + add a,c ;0e24 81 . + sbc a,e ;0e25 9b . + add a,b ;0e26 80 . + sbc a,h ;0e27 9c . + add a,b ;0e28 80 . + sbc a,(hl) ;0e29 9e . + add a,c ;0e2a 81 . + and b ;0e2b a0 . + add a,e ;0e2c 83 . + and c ;0e2d a1 . + add a,l ;0e2e 85 . + nop ;0e2f 00 . + nop ;0e30 00 . + add a,(hl) ;0e31 86 . + xor (hl) ;0e32 ae . + call po,0a692h ;0e33 e4 92 a6 . . . + inc e ;0e36 1c . + add a,b ;0e37 80 . + add a,b ;0e38 80 . + call po,sub_a090h ;0e39 e4 90 a0 . . . + and b ;0e3c a0 . + add a,b ;0e3d 80 . + inc e ;0e3e 1c . + add a,h ;0e3f 84 . + adc a,b ;0e40 88 . + call po,0889ch ;0e41 e4 9c 88 . . . + nop ;0e44 00 . + add a,(hl) ;0e45 86 . + and (hl) ;0e46 a6 . + call po,0ac90h ;0e47 e4 90 ac . . . + sbc a,d ;0e4a 9a . + and (hl) ;0e4b a6 . + inc e ;0e4c 1c . + add a,b ;0e4d 80 . + add a,b ;0e4e 80 . + call po,sub_a090h ;0e4f e4 90 a0 . . . + and b ;0e52 a0 . + add a,b ;0e53 80 . + inc e ;0e54 1c . + add a,h ;0e55 84 . + adc a,b ;0e56 88 . + call po,0889ch ;0e57 e4 9c 88 . . . + nop ;0e5a 00 . + add a,(hl) ;0e5b 86 . + xor (hl) ;0e5c ae . + call po,0a692h ;0e5d e4 92 a6 . . . + inc e ;0e60 1c . + and b ;0e61 a0 . + and b ;0e62 a0 . + call po,sub_a080h ;0e63 e4 80 a0 . . . + add a,b ;0e66 80 . + add a,b ;0e67 80 . + and b ;0e68 a0 . + add a,b ;0e69 80 . + inc e ;0e6a 1c . + add a,b ;0e6b 80 . + sub c ;0e6c 91 . + call po,sub_919ah ;0e6d e4 9a 91 . . . + nop ;0e70 00 . + add a,(hl) ;0e71 86 . + and (hl) ;0e72 a6 . + call po,0ac90h ;0e73 e4 90 ac . . . + sbc a,d ;0e76 9a . + and (hl) ;0e77 a6 . + inc e ;0e78 1c . + and b ;0e79 a0 . + and b ;0e7a a0 . + call po,sub_a080h ;0e7b e4 80 a0 . . . + add a,b ;0e7e 80 . + add a,b ;0e7f 80 . + and b ;0e80 a0 . + add a,b ;0e81 80 . + inc e ;0e82 1c . + add a,b ;0e83 80 . + sub c ;0e84 91 . + call po,sub_919ah ;0e85 e4 9a 91 . . . + nop ;0e88 00 . + adc a,b ;0e89 88 . + and (hl) ;0e8a a6 . + call po,sub_a888h ;0e8b e4 88 a8 . . . + adc a,e ;0e8e 8b . + xor b ;0e8f a8 . + adc a,e ;0e90 8b . + and (hl) ;0e91 a6 . + adc a,b ;0e92 88 . + and (hl) ;0e93 a6 . + inc e ;0e94 1c . + sub l ;0e95 95 . + and (hl) ;0e96 a6 . + call po,sub_a895h ;0e97 e4 95 a8 . . . + sbc a,b ;0e9a 98 . + xor b ;0e9b a8 . + sbc a,b ;0e9c 98 . + and (hl) ;0e9d a6 . + sub l ;0e9e 95 . + and (hl) ;0e9f a6 . + inc e ;0ea0 1c . + and b ;0ea1 a0 . + and b ;0ea2 a0 . + call po,sub_a080h ;0ea3 e4 80 a0 . . . + add a,b ;0ea6 80 . + add a,b ;0ea7 80 . + and b ;0ea8 a0 . + add a,b ;0ea9 80 . + inc e ;0eaa 1c . + add a,b ;0eab 80 . + sub c ;0eac 91 . + call po,sub_919ah ;0ead e4 9a 91 . . . + nop ;0eb0 00 . + add a,(hl) ;0eb1 86 . + and (hl) ;0eb2 a6 . + call po,0ac90h ;0eb3 e4 90 ac . . . + sbc a,d ;0eb6 9a . + and (hl) ;0eb7 a6 . + inc e ;0eb8 1c . + sbc a,h ;0eb9 9c . + and b ;0eba a0 . + call po,sub_a084h ;0ebb e4 84 a0 . . . + inc e ;0ebe 1c . + sub b ;0ebf 90 . + and b ;0ec0 a0 . + call po,sub_8090h ;0ec1 e4 90 80 . . . + inc e ;0ec4 1c . + add a,h ;0ec5 84 . + add a,b ;0ec6 80 . + call po,sub_809ch ;0ec7 e4 9c 80 . . . + nop ;0eca 00 . + adc a,b ;0ecb 88 . + and (hl) ;0ecc a6 . + call po,sub_a888h ;0ecd e4 88 a8 . . . + adc a,e ;0ed0 8b . + xor b ;0ed1 a8 . + adc a,e ;0ed2 8b . + and (hl) ;0ed3 a6 . + adc a,b ;0ed4 88 . + and (hl) ;0ed5 a6 . + inc e ;0ed6 1c . + sub l ;0ed7 95 . + and (hl) ;0ed8 a6 . + call po,sub_a895h ;0ed9 e4 95 a8 . . . + sbc a,b ;0edc 98 . + xor b ;0edd a8 . + sbc a,b ;0ede 98 . + and (hl) ;0edf a6 . + sub l ;0ee0 95 . + and (hl) ;0ee1 a6 . + inc e ;0ee2 1c . + sbc a,h ;0ee3 9c . + and b ;0ee4 a0 . + call po,sub_a084h ;0ee5 e4 84 a0 . . . + inc e ;0ee8 1c . + sub b ;0ee9 90 . + and b ;0eea a0 . + call po,sub_8090h ;0eeb e4 90 80 . . . + inc e ;0eee 1c . + add a,h ;0eef 84 . + add a,b ;0ef0 80 . + call po,sub_809ch ;0ef1 e4 9c 80 . . . + nop ;0ef4 00 . + adc a,h ;0ef5 8c . + and (hl) ;0ef6 a6 . + call po,sub_ae98h ;0ef7 e4 98 ae . . . + nop ;0efa 00 . + add a,(hl) ;0efb 86 . +sub_0efch: + xor (hl) ;0efc ae . +sub_0efdh: + call po,0a692h ;0efd e4 92 a6 . . . + nop ;0f00 00 . + add a,(hl) ;0f01 86 . + and (hl) ;0f02 a6 . + call po,0ac90h ;0f03 e4 90 ac . . . + sbc a,d ;0f06 9a . + and (hl) ;0f07 a6 . + nop ;0f08 00 . + adc a,b ;0f09 88 . + and (hl) ;0f0a a6 . + call po,sub_a888h ;0f0b e4 88 a8 . . . + adc a,e ;0f0e 8b . + xor b ;0f0f a8 . + adc a,e ;0f10 8b . + and (hl) ;0f11 a6 . + adc a,b ;0f12 88 . + and (hl) ;0f13 a6 . + inc e ;0f14 1c . + sub l ;0f15 95 . + and (hl) ;0f16 a6 . + call po,sub_a895h ;0f17 e4 95 a8 . . . + sbc a,b ;0f1a 98 . + xor b ;0f1b a8 . + sbc a,b ;0f1c 98 . + and (hl) ;0f1d a6 . + sub l ;0f1e 95 . + and (hl) ;0f1f a6 . + nop ;0f20 00 . + add a,b ;0f21 80 . + and (hl) ;0f22 a6 . + call po,sub_ab85h ;0f23 e4 85 ab . . . + add a,a ;0f26 87 . + xor h ;0f27 ac . + adc a,d ;0f28 8a . + xor h ;0f29 ac . + adc a,l ;0f2a 8d . + xor e ;0f2b ab . + sub e ;0f2c 93 . + and a ;0f2d a7 . + sub (hl) ;0f2e 96 . + and (hl) ;0f2f a6 . + sbc a,c ;0f30 99 . + and (hl) ;0f31 a6 . + sbc a,e ;0f32 9b . + and a ;0f33 a7 . + and b ;0f34 a0 . + xor h ;0f35 ac . + nop ;0f36 00 . + add a,(hl) ;0f37 86 . + xor (hl) ;0f38 ae . + call po,0a692h ;0f39 e4 92 a6 . . . + inc e ;0f3c 1c . + add a,b ;0f3d 80 . + and b ;0f3e a0 . + call po,sub_8c80h ;0f3f e4 80 8c . . . + add a,c ;0f42 81 . + add a,(hl) ;0f43 86 . + add a,e ;0f44 83 . + add a,e ;0f45 83 . + add a,(hl) ;0f46 86 . + add a,c ;0f47 81 . + adc a,h ;0f48 8c . + add a,b ;0f49 80 . + sub h ;0f4a 94 . + add a,b ;0f4b 80 . + sbc a,d ;0f4c 9a . + add a,c ;0f4d 81 . + sbc a,l ;0f4e 9d . + add a,e ;0f4f 83 . + sbc a,a ;0f50 9f . + add a,(hl) ;0f51 86 . + and b ;0f52 a0 . + adc a,h ;0f53 8c . + and b ;0f54 a0 . + and b ;0f55 a0 . + nop ;0f56 00 . + add a,(hl) ;0f57 86 . + and (hl) ;0f58 a6 . + call po,0ac90h ;0f59 e4 90 ac . . . + sbc a,d ;0f5c 9a . + and (hl) ;0f5d a6 . + inc e ;0f5e 1c . + add a,b ;0f5f 80 . + and b ;0f60 a0 . + call po,sub_8c80h ;0f61 e4 80 8c . . . + add a,c ;0f64 81 . + add a,(hl) ;0f65 86 . + add a,e ;0f66 83 . + add a,e ;0f67 83 . + add a,(hl) ;0f68 86 . + add a,c ;0f69 81 . + adc a,h ;0f6a 8c . + add a,b ;0f6b 80 . + sub h ;0f6c 94 . + add a,b ;0f6d 80 . + sbc a,d ;0f6e 9a . + add a,c ;0f6f 81 . + sbc a,l ;0f70 9d . + add a,e ;0f71 83 . + sbc a,a ;0f72 9f . + add a,(hl) ;0f73 86 . + and b ;0f74 a0 . + adc a,h ;0f75 8c . + and b ;0f76 a0 . + and b ;0f77 a0 . + nop ;0f78 00 . + adc a,b ;0f79 88 . + adc a,a ;0f7a 8f . + call po,sub_8f98h ;0f7b e4 98 8f . . . + inc e ;0f7e 1c . + sbc a,b ;0f7f 98 . + sub h ;0f80 94 . + call po,sub_9488h ;0f81 e4 88 94 . . . + inc e ;0f84 1c . + and b ;0f85 a0 . + sbc a,h ;0f86 9c . + call po,sub_9f9dh ;0f87 e4 9d 9f . . . + sbc a,d ;0f8a 9a . + and b ;0f8b a0 . + sub (hl) ;0f8c 96 . + and b ;0f8d a0 . + sub e ;0f8e 93 . + sbc a,a ;0f8f 9f . + sub c ;0f90 91 . + sbc a,l ;0f91 9d . + sub b ;0f92 90 . + sbc a,c ;0f93 99 . + sub b ;0f94 90 . + adc a,b ;0f95 88 . + adc a,a ;0f96 8f . + add a,h ;0f97 84 . + adc a,h ;0f98 8c . + add a,c ;0f99 81 . + adc a,c ;0f9a 89 . + add a,b ;0f9b 80 . + add a,l ;0f9c 85 . + add a,b ;0f9d 80 . + add a,d ;0f9e 82 . + add a,c ;0f9f 81 . + add a,b ;0fa0 80 . + add a,e ;0fa1 83 . + add a,b ;0fa2 80 . + add a,l ;0fa3 85 . + add a,d ;0fa4 82 . + add a,a ;0fa5 87 . + add a,l ;0fa6 85 . + adc a,b ;0fa7 88 . + adc a,c ;0fa8 89 . + adc a,b ;0fa9 88 . + adc a,h ;0faa 8c . + add a,a ;0fab 87 . + sub h ;0fac 94 . + add a,c ;0fad 81 . + sub a ;0fae 97 . + add a,b ;0faf 80 . + sbc a,e ;0fb0 9b . + add a,b ;0fb1 80 . + sbc a,(hl) ;0fb2 9e . + add a,c ;0fb3 81 . + and b ;0fb4 a0 . + add a,e ;0fb5 83 . + nop ;0fb6 00 . + add a,b ;0fb7 80 . + sbc a,a ;0fb8 9f . + call po,sub_9f9ch ;0fb9 e4 9c 9f . . . + nop ;0fbc 00 . + nop ;0fbd 00 . + nop ;0fbe 00 . + adc a,(hl) ;0fbf 8e . + and (hl) ;0fc0 a6 . + call po,sub_a88bh ;0fc1 e4 8b a8 . . . + adc a,e ;0fc4 8b . + xor e ;0fc5 ab . + adc a,(hl) ;0fc6 8e . + xor l ;0fc7 ad . + sub d ;0fc8 92 . + xor l ;0fc9 ad . + sub l ;0fca 95 . + xor e ;0fcb ab . + sub l ;0fcc 95 . + xor b ;0fcd a8 . + sub d ;0fce 92 . + and (hl) ;0fcf a6 . + adc a,(hl) ;0fd0 8e . + and (hl) ;0fd1 a6 . + nop ;0fd2 00 . + and b ;0fd3 a0 . + sbc a,c ;0fd4 99 . + call po,sub_9d9eh ;0fd5 e4 9e 9d . . . + sbc a,e ;0fd8 9b . + sbc a,a ;0fd9 9f . + sub l ;0fda 95 . + and b ;0fdb a0 . + adc a,h ;0fdc 8c . + and b ;0fdd a0 . + add a,(hl) ;0fde 86 . + sbc a,a ;0fdf 9f . + add a,e ;0fe0 83 . + sbc a,l ;0fe1 9d . + add a,c ;0fe2 81 . + sbc a,d ;0fe3 9a . + add a,b ;0fe4 80 . + sub h ;0fe5 94 . + add a,b ;0fe6 80 . + adc a,h ;0fe7 8c . + add a,c ;0fe8 81 . + add a,(hl) ;0fe9 86 . + add a,e ;0fea 83 . + add a,e ;0feb 83 . + add a,(hl) ;0fec 86 . + add a,c ;0fed 81 . + adc a,h ;0fee 8c . + add a,b ;0fef 80 . + sub l ;0ff0 95 . + add a,b ;0ff1 80 . + sbc a,e ;0ff2 9b . + add a,c ;0ff3 81 . + sbc a,(hl) ;0ff4 9e . + add a,e ;0ff5 83 . + and b ;0ff6 a0 . + add a,a ;0ff7 87 . + inc e ;0ff8 1c . + adc a,(hl) ;0ff9 8e . + add a,b ;0ffa 80 . + call po,sub_7b94h ;0ffb e4 94 7b . . { + sub b ;0ffe 90 . + ld a,b ;0fff 78 x + nop ;1000 00 . + sbc a,(hl) ;1001 9e . + sub d ;1002 92 . + call po,sub_969bh ;1003 e4 9b 96 . . . + sub (hl) ;1006 96 . + sbc a,b ;1007 98 . + adc a,d ;1008 8a . + sbc a,b ;1009 98 . + add a,l ;100a 85 . + sub l ;100b 95 . + add a,d ;100c 82 . + sub c ;100d 91 . + add a,d ;100e 82 . + add a,a ;100f 87 . + add a,l ;1010 85 . + add a,e ;1011 83 . + adc a,d ;1012 8a . + add a,b ;1013 80 . + sbc a,b ;1014 98 . + add a,b ;1015 80 . + sbc a,h ;1016 9c . + add a,d ;1017 82 . + sbc a,(hl) ;1018 9e . + add a,(hl) ;1019 86 . + inc e ;101a 1c . + adc a,(hl) ;101b 8e . + add a,b ;101c 80 . + call po,sub_7b92h ;101d e4 92 7b . . { + adc a,a ;1020 8f . + ld a,b ;1021 78 x + nop ;1022 00 . + add a,b ;1023 80 . + and (hl) ;1024 a6 . + call po,sub_ab85h ;1025 e4 85 ab . . . + add a,a ;1028 87 . + xor h ;1029 ac . + adc a,d ;102a 8a . + xor h ;102b ac . + adc a,l ;102c 8d . + xor e ;102d ab . + sub e ;102e 93 . + and a ;102f a7 . + sub (hl) ;1030 96 . + and (hl) ;1031 a6 . + sbc a,c ;1032 99 . + and (hl) ;1033 a6 . + sbc a,e ;1034 9b . + and a ;1035 a7 . + and b ;1036 a0 . + xor h ;1037 ac . + inc e ;1038 1c . + and b ;1039 a0 . + and b ;103a a0 . + call po,sub_80a0h ;103b e4 a0 80 . . . + add a,b ;103e 80 . + and b ;103f a0 . + add a,b ;1040 80 . + add a,b ;1041 80 . + nop ;1042 00 . + add a,b ;1043 80 . + sbc a,(hl) ;1044 9e . + call po,sub_a284h ;1045 e4 84 a2 . . . + add a,a ;1048 87 . + and e ;1049 a3 . + adc a,d ;104a 8a . + and e ;104b a3 . + adc a,h ;104c 8c . + and d ;104d a2 . + sub b ;104e 90 . + sbc a,a ;104f 9f . + sub d ;1050 92 . + sbc a,(hl) ;1051 9e . + sub l ;1052 95 . + sbc a,(hl) ;1053 9e . + sbc a,b ;1054 98 . + sbc a,a ;1055 9f . + sbc a,h ;1056 9c . + and e ;1057 a3 . + inc e ;1058 1c . + add a,b ;1059 80 . + sbc a,b ;105a 98 . + call po,sub_8080h ;105b e4 80 80 . . . + inc e ;105e 1c . + add a,b ;105f 80 . + sub b ;1060 90 . + call po,sub_9482h ;1061 e4 82 94 . . . + add a,l ;1064 85 . + sub a ;1065 97 . + adc a,d ;1066 8a . + sbc a,b ;1067 98 . + sub e ;1068 93 . + sbc a,b ;1069 98 . + sbc a,b ;106a 98 . + sub a ;106b 97 . + sbc a,e ;106c 9b . + sub h ;106d 94 . + sbc a,h ;106e 9c . + sub b ;106f 90 . + sbc a,h ;1070 9c . + add a,b ;1071 80 . + nop ;1072 00 . + sbc a,(hl) ;1073 9e . + sbc a,b ;1074 98 . + call po,sub_9a9eh ;1075 e4 9e 9a . . . + and d ;1078 a2 . + sbc a,d ;1079 9a . + and d ;107a a2 . + sbc a,b ;107b 98 . + sbc a,(hl) ;107c 9e . + sbc a,b ;107d 98 . + inc e ;107e 1c . + and b ;107f a0 . + adc a,a ;1080 8f . + call po,sub_7aa0h ;1081 e4 a0 7a . . z + nop ;1084 00 . + adc a,a ;1085 8f . + sbc a,b ;1086 98 . + call po,sub_9a8fh ;1087 e4 8f 9a . . . + sub e ;108a 93 . + sbc a,d ;108b 9a . + sub e ;108c 93 . + sbc a,b ;108d 98 . + adc a,a ;108e 8f . + sbc a,b ;108f 98 . + inc e ;1090 1c . + sub c ;1091 91 . + sub d ;1092 92 . + call po,sub_8d91h ;1093 e4 91 8d . . . + adc a,(hl) ;1096 8e . + adc a,d ;1097 8a . + add a,a ;1098 87 . + adc a,c ;1099 89 . + add a,d ;109a 82 . + add a,a ;109b 87 . + add a,c ;109c 81 . + add a,l ;109d 85 . + add a,b ;109e 80 . + add a,e ;109f 83 . + add a,b ;10a0 80 . + add a,b ;10a1 80 . + add a,c ;10a2 81 . + ld a,(hl) ;10a3 7e ~ + add a,h ;10a4 84 . + ld a,h ;10a5 7c | + adc a,e ;10a6 8b . + ld a,d ;10a7 7a z + sub (hl) ;10a8 96 . + ld a,d ;10a9 7a z + sbc a,h ;10aa 9c . + ld a,h ;10ab 7c | + and b ;10ac a0 . + ld a,a ;10ad 7f  + nop ;10ae 00 . + call po,08787h ;10af e4 87 87 . . . + add a,(hl) ;10b2 86 . + adc a,b ;10b3 88 . + add a,h ;10b4 84 . + adc a,h ;10b5 8c . + add a,h ;10b6 84 . + sub h ;10b7 94 . + add a,(hl) ;10b8 86 . + sbc a,b ;10b9 98 . + adc a,b ;10ba 88 . + sbc a,d ;10bb 9a . + adc a,h ;10bc 8c . + sbc a,h ;10bd 9c . + sub h ;10be 94 . + sbc a,h ;10bf 9c . + sbc a,b ;10c0 98 . + sbc a,d ;10c1 9a . + sbc a,d ;10c2 9a . + sbc a,b ;10c3 98 . + sbc a,h ;10c4 9c . + sub h ;10c5 94 . + sbc a,h ;10c6 9c . + adc a,h ;10c7 8c . + sbc a,d ;10c8 9a . + adc a,b ;10c9 88 . + sbc a,b ;10ca 98 . + add a,(hl) ;10cb 86 . + sub h ;10cc 94 . + add a,h ;10cd 84 . + adc a,h ;10ce 8c . + add a,h ;10cf 84 . + adc a,b ;10d0 88 . + add a,(hl) ;10d1 86 . + add a,a ;10d2 87 . + add a,a ;10d3 87 . + inc e ;10d4 1c . + add a,b ;10d5 80 . + and b ;10d6 a0 . + call po,sub_9987h ;10d7 e4 87 99 . . . + inc e ;10da 1c . + and b ;10db a0 . + and b ;10dc a0 . + call po,sub_9999h ;10dd e4 99 99 . . . + inc e ;10e0 1c . + and b ;10e1 a0 . + add a,b ;10e2 80 . + call po,sub_8799h ;10e3 e4 99 87 . . . + nop ;10e6 00 . + adc a,b ;10e7 88 . + sub h ;10e8 94 . + call po,sub_9498h ;10e9 e4 98 94 . . . + inc e ;10ec 1c . + sbc a,a ;10ed 9f . + sbc a,h ;10ee 9c . + call po,09e9eh ;10ef e4 9e 9e . . . + sbc a,e ;10f2 9b . + and b ;10f3 a0 . + sub h ;10f4 94 . + and b ;10f5 a0 . + sub d ;10f6 92 . + sbc a,a ;10f7 9f . + sub c ;10f8 91 . + sbc a,(hl) ;10f9 9e . + sub b ;10fa 90 . + sbc a,h ;10fb 9c . +sub_10fch: + sub b ;10fc 90 . +sub_10fdh: + adc a,b ;10fd 88 . + adc a,a ;10fe 8f . + add a,h ;10ff 84 . + adc a,h ;1100 8c . + add a,c ;1101 81 . + adc a,c ;1102 89 . + add a,b ;1103 80 . + add a,e ;1104 83 . + add a,b ;1105 80 . + add a,b ;1106 80 . + add a,d ;1107 82 . + add a,b ;1108 80 . + add a,(hl) ;1109 86 . + add a,e ;110a 83 . + adc a,b ;110b 88 . + adc a,c ;110c 89 . + adc a,b ;110d 88 . + adc a,l ;110e 8d . + add a,a ;110f 87 . + sub e ;1110 93 . + add a,c ;1111 81 . + sub (hl) ;1112 96 . + add a,b ;1113 80 . + sbc a,l ;1114 9d . + add a,b ;1115 80 . + sbc a,a ;1116 9f . + add a,d ;1117 82 . + and b ;1118 a0 . + add a,l ;1119 85 . + nop ;111a 00 . + add a,b ;111b 80 . + adc a,(hl) ;111c 8e . + call po,sub_8e9ch ;111d e4 9c 8e . . . + inc e ;1120 1c . + sbc a,h ;1121 9c . + sub l ;1122 95 . + call po,sub_9580h ;1123 e4 80 95 . . . + inc e ;1126 1c . + add a,b ;1127 80 . + and e ;1128 a3 . + call po,sub_958eh ;1129 e4 8e 95 . . . + sbc a,h ;112c 9c . + and e ;112d a3 . + inc e ;112e 1c . + adc a,(hl) ;112f 8e . + sub l ;1130 95 . + call po,sub_808eh ;1131 e4 8e 80 . . . + nop ;1134 00 . + sbc a,(hl) ;1135 9e . + sbc a,a ;1136 9f . + call po,sub_a39ch ;1137 e4 9c a3 . . . + sbc a,b ;113a 98 . + and (hl) ;113b a6 . + sub e ;113c 93 . + and a ;113d a7 . + adc a,l ;113e 8d . + and a ;113f a7 . + add a,a ;1140 87 . + and l ;1141 a5 . + add a,l ;1142 85 . + and d ;1143 a2 . + add a,l ;1144 85 . + sbc a,a ;1145 9f . + add a,a ;1146 87 . + sbc a,h ;1147 9c . + adc a,d ;1148 8a . + sbc a,d ;1149 9a . + sbc a,e ;114a 9b . + sub c ;114b 91 . + sbc a,(hl) ;114c 9e . + adc a,a ;114d 8f . + and b ;114e a0 . + adc a,h ;114f 8c . + sbc a,a ;1150 9f . + adc a,c ;1151 89 . + sbc a,e ;1152 9b . + add a,(hl) ;1153 86 . + sub (hl) ;1154 96 . + add a,l ;1155 85 . + inc e ;1156 1c . + adc a,d ;1157 8a . + sbc a,d ;1158 9a . + call po,sub_9985h ;1159 e4 85 99 . . . + add a,c ;115c 81 . + sub (hl) ;115d 96 . + add a,b ;115e 80 . + sub e ;115f 93 . + add a,d ;1160 82 . + sub b ;1161 90 . + add a,l ;1162 85 . + adc a,(hl) ;1163 8e . + sub (hl) ;1164 96 . + add a,l ;1165 85 . + sbc a,c ;1166 99 . + add a,e ;1167 83 . + sbc a,e ;1168 9b . + add a,b ;1169 80 . + sbc a,e ;116a 9b . + ld a,l ;116b 7d } + sbc a,b ;116c 98 . + ld a,d ;116d 7a z + sub e ;116e 93 . + ld a,b ;116f 78 x + adc a,l ;1170 8d . + ld a,b ;1171 78 x + adc a,b ;1172 88 . + ld a,c ;1173 79 y + add a,h ;1174 84 . + ld a,h ;1175 7c | + add a,d ;1176 82 . + add a,b ;1177 80 . + nop ;1178 00 . + add a,(hl) ;1179 86 . + sub e ;117a 93 . + call po,sub_939ah ;117b e4 9a 93 . . . + inc e ;117e 1c . + and b ;117f a0 . + sbc a,e ;1180 9b . + call po,sub_9d9fh ;1181 e4 9f 9d . . . + sbc a,l ;1184 9d . + sbc a,a ;1185 9f . + sbc a,d ;1186 9a . + and b ;1187 a0 . + sub (hl) ;1188 96 . + and b ;1189 a0 . + sub e ;118a 93 . + sbc a,a ;118b 9f . + sub c ;118c 91 . + sbc a,l ;118d 9d . + sub b ;118e 90 . + sbc a,d ;118f 9a . + sub b ;1190 90 . + add a,c ;1191 81 . + adc a,a ;1192 8f . + ld a,(hl) ;1193 7e ~ + adc a,l ;1194 8d . + ld a,h ;1195 7c | + adc a,d ;1196 8a . + ld a,e ;1197 7b { + add a,(hl) ;1198 86 . + ld a,e ;1199 7b { + add a,e ;119a 83 . + ld a,h ;119b 7c | + add a,c ;119c 81 . + ld a,(hl) ;119d 7e ~ + add a,b ;119e 80 . + add a,b ;119f 80 . + nop ;11a0 00 . + sbc a,e ;11a1 9b . + sub h ;11a2 94 . + call po,sub_9798h ;11a3 e4 98 97 . . . + sub e ;11a6 93 . + sbc a,b ;11a7 98 . + adc a,c ;11a8 89 . + sbc a,b ;11a9 98 . + add a,h ;11aa 84 . + sub a ;11ab 97 . + add a,c ;11ac 81 . + sub h ;11ad 94 . + add a,b ;11ae 80 . + sub b ;11af 90 . + add a,b ;11b0 80 . + adc a,b ;11b1 88 . + add a,c ;11b2 81 . + add a,h ;11b3 84 . + add a,h ;11b4 84 . + add a,c ;11b5 81 . + adc a,c ;11b6 89 . + add a,b ;11b7 80 . + sub e ;11b8 93 . + add a,b ;11b9 80 . + sbc a,b ;11ba 98 . + add a,c ;11bb 81 . + sbc a,e ;11bc 9b . + add a,h ;11bd 84 . + inc e ;11be 1c . + adc a,(hl) ;11bf 8e . + sbc a,h ;11c0 9c . + call po,sub_7a8eh ;11c1 e4 8e 7a . . z + nop ;11c4 00 . + add a,h ;11c5 84 . + sbc a,(hl) ;11c6 9e . + call po,sub_a48eh ;11c7 e4 8e a4 . . . + sbc a,b ;11ca 98 . + sbc a,(hl) ;11cb 9e . + inc e ;11cc 1c . + add a,d ;11cd 82 . + sub (hl) ;11ce 96 . + call po,sub_9784h ;11cf e4 84 97 . . . + adc a,d ;11d2 8a . + sbc a,b ;11d3 98 . + sub d ;11d4 92 . + sbc a,b ;11d5 98 . + sbc a,b ;11d6 98 . + sub a ;11d7 97 . + sbc a,e ;11d8 9b . + sub h ;11d9 94 . + sbc a,h ;11da 9c . + sub b ;11db 90 . + sbc a,h ;11dc 9c . + add a,(hl) ;11dd 86 . + sbc a,e ;11de 9b . + add a,e ;11df 83 . + sbc a,c ;11e0 99 . + add a,c ;11e1 81 . + sub h ;11e2 94 . + add a,b ;11e3 80 . + adc a,e ;11e4 8b . + add a,b ;11e5 80 . + add a,h ;11e6 84 . + add a,c ;11e7 81 . + add a,c ;11e8 81 . + add a,e ;11e9 83 . + add a,b ;11ea 80 . + add a,(hl) ;11eb 86 . + add a,b ;11ec 80 . + adc a,b ;11ed 88 . + add a,c ;11ee 81 . + adc a,e ;11ef 8b . + add a,h ;11f0 84 . + adc a,l ;11f1 8d . + adc a,b ;11f2 88 . + adc a,(hl) ;11f3 8e . + sub h ;11f4 94 . + adc a,(hl) ;11f5 8e . + sbc a,b ;11f6 98 . + adc a,l ;11f7 8d . + sbc a,e ;11f8 9b . + adc a,e ;11f9 8b . + sbc a,h ;11fa 9c . + adc a,b ;11fb 88 . +sub_11fch: + inc e ;11fc 1c . + sbc a,h ;11fd 9c . + add a,(hl) ;11fe 86 . + call po,sub_809ch ;11ff e4 9c 80 . . . + nop ;1202 00 . + add a,h ;1203 84 . + sbc a,(hl) ;1204 9e . + call po,sub_a48eh ;1205 e4 8e a4 . . . + sbc a,b ;1208 98 . + sbc a,(hl) ;1209 9e . + inc e ;120a 1c . + add a,b ;120b 80 . + adc a,l ;120c 8d . + call po,sub_8d9ah+2 ;120d e4 9c 8d . . . + sbc a,h ;1210 9c . + sub b ;1211 90 . + sbc a,e ;1212 9b . + sub h ;1213 94 . + sbc a,b ;1214 98 . + sub a ;1215 97 . + sub c ;1216 91 . + sbc a,b ;1217 98 . + adc a,c ;1218 89 . + sbc a,b ;1219 98 . + add a,h ;121a 84 . + sub a ;121b 97 . + add a,c ;121c 81 . + sub h ;121d 94 . + add a,b ;121e 80 . + sub b ;121f 90 . + add a,b ;1220 80 . + adc a,b ;1221 88 . + add a,c ;1222 81 . + add a,h ;1223 84 . + add a,h ;1224 84 . + add a,c ;1225 81 . + adc a,c ;1226 89 . + add a,b ;1227 80 . + sub e ;1228 93 . + add a,b ;1229 80 . + sbc a,b ;122a 98 . + add a,c ;122b 81 . + sbc a,e ;122c 9b . + add a,h ;122d 84 . + nop ;122e 00 . + add a,h ;122f 84 . + sbc a,(hl) ;1230 9e . + call po,sub_a48eh ;1231 e4 8e a4 . . . + sbc a,b ;1234 98 . + sbc a,(hl) ;1235 9e . + inc e ;1236 1c . + sbc a,b ;1237 98 . + sub a ;1238 97 . + call po,sub_949bh ;1239 e4 9b 94 . . . + sbc a,h ;123c 9c . + sub b ;123d 90 . + sbc a,h ;123e 9c . + adc a,b ;123f 88 . + sbc a,e ;1240 9b . + add a,h ;1241 84 . + sbc a,b ;1242 98 . + add a,c ;1243 81 . + sub e ;1244 93 . + add a,b ;1245 80 . + adc a,c ;1246 89 . + add a,b ;1247 80 . + add a,h ;1248 84 . + add a,c ;1249 81 . + add a,c ;124a 81 . + add a,h ;124b 84 . + add a,b ;124c 80 . + adc a,b ;124d 88 . + add a,b ;124e 80 . + sub b ;124f 90 . + add a,c ;1250 81 . + sub h ;1251 94 . + add a,h ;1252 84 . + sub a ;1253 97 . + adc a,c ;1254 89 . + sbc a,b ;1255 98 . + sub e ;1256 93 . + sbc a,b ;1257 98 . + sbc a,b ;1258 98 . + sub a ;1259 97 . + nop ;125a 00 . + add a,h ;125b 84 . + sbc a,(hl) ;125c 9e . + call po,sub_a48eh ;125d e4 8e a4 . . . + sbc a,b ;1260 98 . + sbc a,(hl) ;1261 9e . + inc e ;1262 1c . + add a,b ;1263 80 . + sbc a,b ;1264 98 . + call po,sub_8880h ;1265 e4 80 88 . . . + add a,c ;1268 81 . + add a,h ;1269 84 . + add a,h ;126a 84 . + add a,c ;126b 81 . + adc a,c ;126c 89 . + add a,b ;126d 80 . + sub d ;126e 92 . + add a,b ;126f 80 . + sub a ;1270 97 . + add a,c ;1271 81 . + sbc a,d ;1272 9a . + add a,h ;1273 84 . + sbc a,h ;1274 9c . + adc a,b ;1275 88 . + inc e ;1276 1c . + sbc a,h ;1277 9c . + sbc a,b ;1278 98 . + call po,sub_809ch ;1279 e4 9c 80 . . . + nop ;127c 00 . + adc a,b ;127d 88 . + sbc a,(hl) ;127e 9e . + call po,sub_a694h ;127f e4 94 a6 . . . + inc e ;1282 1c . + add a,d ;1283 82 . + sub (hl) ;1284 96 . + call po,sub_9784h ;1285 e4 84 97 . . . + adc a,d ;1288 8a . + sbc a,b ;1289 98 . + sub d ;128a 92 . + sbc a,b ;128b 98 . + sbc a,b ;128c 98 . + sub a ;128d 97 . + sbc a,e ;128e 9b . + sub h ;128f 94 . + sbc a,h ;1290 9c . + sub b ;1291 90 . + sbc a,h ;1292 9c . + add a,(hl) ;1293 86 . + sbc a,e ;1294 9b . + add a,e ;1295 83 . + sbc a,c ;1296 99 . + add a,c ;1297 81 . + sub h ;1298 94 . + add a,b ;1299 80 . + adc a,e ;129a 8b . + add a,b ;129b 80 . + add a,h ;129c 84 . + add a,c ;129d 81 . + add a,c ;129e 81 . + add a,e ;129f 83 . + add a,b ;12a0 80 . + add a,(hl) ;12a1 86 . + add a,b ;12a2 80 . + adc a,b ;12a3 88 . + add a,c ;12a4 81 . + adc a,e ;12a5 8b . + add a,h ;12a6 84 . + adc a,l ;12a7 8d . + adc a,b ;12a8 88 . + adc a,(hl) ;12a9 8e . + sub h ;12aa 94 . + adc a,(hl) ;12ab 8e . + sbc a,b ;12ac 98 . + adc a,l ;12ad 8d . + sbc a,e ;12ae 9b . + adc a,e ;12af 8b . + sbc a,h ;12b0 9c . + adc a,b ;12b1 88 . + inc e ;12b2 1c . + sbc a,h ;12b3 9c . + add a,(hl) ;12b4 86 . + call po,sub_809ch ;12b5 e4 9c 80 . . . + nop ;12b8 00 . + adc a,b ;12b9 88 . + sbc a,(hl) ;12ba 9e . + call po,sub_a694h ;12bb e4 94 a6 . . . + inc e ;12be 1c . + add a,b ;12bf 80 . + adc a,l ;12c0 8d . + call po,sub_8d9ah+2 ;12c1 e4 9c 8d . . . + sbc a,h ;12c4 9c . + sub b ;12c5 90 . + sbc a,e ;12c6 9b . + sub h ;12c7 94 . + sbc a,b ;12c8 98 . + sub a ;12c9 97 . + sub c ;12ca 91 . + sbc a,b ;12cb 98 . + adc a,c ;12cc 89 . + sbc a,b ;12cd 98 . + add a,h ;12ce 84 . + sub a ;12cf 97 . + add a,c ;12d0 81 . + sub h ;12d1 94 . + add a,b ;12d2 80 . + sub b ;12d3 90 . + add a,b ;12d4 80 . + adc a,b ;12d5 88 . + add a,c ;12d6 81 . + add a,h ;12d7 84 . + add a,h ;12d8 84 . + add a,c ;12d9 81 . + adc a,c ;12da 89 . + add a,b ;12db 80 . + sub e ;12dc 93 . + add a,b ;12dd 80 . + sbc a,b ;12de 98 . + add a,c ;12df 81 . + sbc a,e ;12e0 9b . + add a,h ;12e1 84 . + nop ;12e2 00 . + adc a,b ;12e3 88 . + sbc a,(hl) ;12e4 9e . + call po,sub_a694h ;12e5 e4 94 a6 . . . + inc e ;12e8 1c . + sbc a,b ;12e9 98 . + sub a ;12ea 97 . + call po,sub_949bh ;12eb e4 9b 94 . . . + sbc a,h ;12ee 9c . + sub b ;12ef 90 . + sbc a,h ;12f0 9c . + adc a,b ;12f1 88 . + sbc a,e ;12f2 9b . + add a,h ;12f3 84 . + sbc a,b ;12f4 98 . + add a,c ;12f5 81 . + sub e ;12f6 93 . + add a,b ;12f7 80 . + adc a,c ;12f8 89 . + add a,b ;12f9 80 . + add a,h ;12fa 84 . + add a,c ;12fb 81 . + add a,c ;12fc 81 . + add a,h ;12fd 84 . + add a,b ;12fe 80 . + adc a,b ;12ff 88 . + add a,b ;1300 80 . + sub b ;1301 90 . + add a,c ;1302 81 . + sub h ;1303 94 . + add a,h ;1304 84 . + sub a ;1305 97 . + adc a,c ;1306 89 . + sbc a,b ;1307 98 . + sub e ;1308 93 . + sbc a,b ;1309 98 . + sbc a,b ;130a 98 . + sub a ;130b 97 . + nop ;130c 00 . + adc a,b ;130d 88 . + sbc a,(hl) ;130e 9e . + call po,sub_a694h ;130f e4 94 a6 . . . + inc e ;1312 1c . + add a,b ;1313 80 . + sbc a,b ;1314 98 . + call po,sub_8880h ;1315 e4 80 88 . . . + add a,c ;1318 81 . + add a,h ;1319 84 . + add a,h ;131a 84 . + add a,c ;131b 81 . + adc a,c ;131c 89 . + add a,b ;131d 80 . + sub d ;131e 92 . + add a,b ;131f 80 . + sub a ;1320 97 . + add a,c ;1321 81 . + sbc a,d ;1322 9a . + add a,h ;1323 84 . + sbc a,h ;1324 9c . + adc a,b ;1325 88 . + inc e ;1326 1c . + sbc a,h ;1327 9c . + sbc a,b ;1328 98 . + call po,sub_809ch ;1329 e4 9c 80 . . . + nop ;132c 00 . + adc a,d ;132d 8a . + and (hl) ;132e a6 . + call po,sub_9e96h ;132f e4 96 9e . . . + inc e ;1332 1c . + add a,d ;1333 82 . + sub (hl) ;1334 96 . + call po,sub_9784h ;1335 e4 84 97 . . . + adc a,d ;1338 8a . + sbc a,b ;1339 98 . + sub d ;133a 92 . + sbc a,b ;133b 98 . + sbc a,b ;133c 98 . + sub a ;133d 97 . + sbc a,e ;133e 9b . + sub h ;133f 94 . + sbc a,h ;1340 9c . + sub b ;1341 90 . + sbc a,h ;1342 9c . + add a,(hl) ;1343 86 . + sbc a,e ;1344 9b . + add a,e ;1345 83 . + sbc a,c ;1346 99 . + add a,c ;1347 81 . + sub h ;1348 94 . + add a,b ;1349 80 . + adc a,e ;134a 8b . + add a,b ;134b 80 . + add a,h ;134c 84 . + add a,c ;134d 81 . + add a,c ;134e 81 . + add a,e ;134f 83 . + add a,b ;1350 80 . + add a,(hl) ;1351 86 . + add a,b ;1352 80 . + adc a,b ;1353 88 . + add a,c ;1354 81 . + adc a,e ;1355 8b . + add a,h ;1356 84 . + adc a,l ;1357 8d . + adc a,b ;1358 88 . + adc a,(hl) ;1359 8e . + sub h ;135a 94 . + adc a,(hl) ;135b 8e . + sbc a,b ;135c 98 . + adc a,l ;135d 8d . + sbc a,e ;135e 9b . + adc a,e ;135f 8b . + sbc a,h ;1360 9c . + adc a,b ;1361 88 . + inc e ;1362 1c . + sbc a,h ;1363 9c . + add a,(hl) ;1364 86 . + call po,sub_809ch ;1365 e4 9c 80 . . . + nop ;1368 00 . + adc a,d ;1369 8a . + and (hl) ;136a a6 . + call po,sub_9e96h ;136b e4 96 9e . . . + inc e ;136e 1c . + add a,b ;136f 80 . + adc a,l ;1370 8d . + call po,sub_8d9ah+2 ;1371 e4 9c 8d . . . + sbc a,h ;1374 9c . + sub b ;1375 90 . + sbc a,e ;1376 9b . + sub h ;1377 94 . + sbc a,b ;1378 98 . + sub a ;1379 97 . + sub c ;137a 91 . + sbc a,b ;137b 98 . + adc a,c ;137c 89 . + sbc a,b ;137d 98 . + add a,h ;137e 84 . + sub a ;137f 97 . + add a,c ;1380 81 . + sub h ;1381 94 . + add a,b ;1382 80 . + sub b ;1383 90 . + add a,b ;1384 80 . + adc a,b ;1385 88 . + add a,c ;1386 81 . + add a,h ;1387 84 . + add a,h ;1388 84 . + add a,c ;1389 81 . + adc a,c ;138a 89 . + add a,b ;138b 80 . + sub e ;138c 93 . + add a,b ;138d 80 . + sbc a,b ;138e 98 . + add a,c ;138f 81 . + sbc a,e ;1390 9b . + add a,h ;1391 84 . + nop ;1392 00 . + adc a,d ;1393 8a . + and (hl) ;1394 a6 . + call po,sub_9e96h ;1395 e4 96 9e . . . + inc e ;1398 1c . + sbc a,b ;1399 98 . + sub a ;139a 97 . + call po,sub_949bh ;139b e4 9b 94 . . . + sbc a,h ;139e 9c . + sub b ;139f 90 . + sbc a,h ;13a0 9c . + adc a,b ;13a1 88 . + sbc a,e ;13a2 9b . + add a,h ;13a3 84 . + sbc a,b ;13a4 98 . + add a,c ;13a5 81 . + sub e ;13a6 93 . + add a,b ;13a7 80 . + adc a,c ;13a8 89 . + add a,b ;13a9 80 . + add a,h ;13aa 84 . + add a,c ;13ab 81 . + add a,c ;13ac 81 . + add a,h ;13ad 84 . + add a,b ;13ae 80 . + adc a,b ;13af 88 . + add a,b ;13b0 80 . + sub b ;13b1 90 . + add a,c ;13b2 81 . + sub h ;13b3 94 . + add a,h ;13b4 84 . + sub a ;13b5 97 . + adc a,c ;13b6 89 . + sbc a,b ;13b7 98 . + sub e ;13b8 93 . + sbc a,b ;13b9 98 . + sbc a,b ;13ba 98 . + sub a ;13bb 97 . + nop ;13bc 00 . + adc a,d ;13bd 8a . + and (hl) ;13be a6 . + call po,sub_9e96h ;13bf e4 96 9e . . . + inc e ;13c2 1c . + add a,b ;13c3 80 . + sbc a,b ;13c4 98 . + call po,sub_8880h ;13c5 e4 80 88 . . . + add a,c ;13c8 81 . + add a,h ;13c9 84 . + add a,h ;13ca 84 . + add a,c ;13cb 81 . + adc a,c ;13cc 89 . + add a,b ;13cd 80 . + sub d ;13ce 92 . + add a,b ;13cf 80 . + sub a ;13d0 97 . + add a,c ;13d1 81 . + sbc a,d ;13d2 9a . + add a,h ;13d3 84 . + sbc a,h ;13d4 9c . + adc a,b ;13d5 88 . + inc e ;13d6 1c . + sbc a,h ;13d7 9c . + sbc a,b ;13d8 98 . + call po,sub_809ch ;13d9 e4 9c 80 . . . + nop ;13dc 00 . + sub (hl) ;13dd 96 . + sbc a,(hl) ;13de 9e . + call po,09e93h ;13df e4 93 9e . . . + sub e ;13e2 93 . + and b ;13e3 a0 . + sub (hl) ;13e4 96 . + and b ;13e5 a0 . + sub (hl) ;13e6 96 . + sbc a,(hl) ;13e7 9e . + inc e ;13e8 1c . + adc a,c ;13e9 89 . + sbc a,(hl) ;13ea 9e . + call po,sub_9e86h ;13eb e4 86 9e . . . + add a,(hl) ;13ee 86 . + and b ;13ef a0 . + adc a,c ;13f0 89 . + and b ;13f1 a0 . + adc a,c ;13f2 89 . + sbc a,(hl) ;13f3 9e . + inc e ;13f4 1c . + add a,d ;13f5 82 . + sub (hl) ;13f6 96 . + call po,sub_9784h ;13f7 e4 84 97 . . . + adc a,d ;13fa 8a . + sbc a,b ;13fb 98 . +sub_13fch: + sub d ;13fc 92 . +sub_13fdh: + sbc a,b ;13fd 98 . + sbc a,b ;13fe 98 . + sub a ;13ff 97 . + sbc a,e ;1400 9b . + sub h ;1401 94 . + sbc a,h ;1402 9c . + sub b ;1403 90 . + sbc a,h ;1404 9c . + add a,l ;1405 85 . + sbc a,c ;1406 99 . + add a,c ;1407 81 . + sub h ;1408 94 . + add a,b ;1409 80 . + adc a,e ;140a 8b . + add a,b ;140b 80 . + add a,h ;140c 84 . + add a,c ;140d 81 . + add a,c ;140e 81 . + add a,e ;140f 83 . + add a,b ;1410 80 . + add a,(hl) ;1411 86 . + add a,b ;1412 80 . + adc a,b ;1413 88 . + add a,c ;1414 81 . + adc a,e ;1415 8b . + add a,h ;1416 84 . + adc a,l ;1417 8d . + adc a,b ;1418 88 . + adc a,(hl) ;1419 8e . + sub h ;141a 94 . + adc a,(hl) ;141b 8e . + sbc a,c ;141c 99 . + adc a,l ;141d 8d . + sbc a,h ;141e 9c . + adc a,c ;141f 89 . + sbc a,h ;1420 9c . + add a,b ;1421 80 . + nop ;1422 00 . + add a,(hl) ;1423 86 . + sbc a,(hl) ;1424 9e . + call po,sub_a086h ;1425 e4 86 a0 . . . + adc a,c ;1428 89 . + and b ;1429 a0 . + adc a,c ;142a 89 . + sbc a,(hl) ;142b 9e . + add a,(hl) ;142c 86 . + sbc a,(hl) ;142d 9e . + inc e ;142e 1c . + sub e ;142f 93 . + sbc a,(hl) ;1430 9e . + call po,sub_a093h ;1431 e4 93 a0 . . . + sub (hl) ;1434 96 . + and b ;1435 a0 . + sub (hl) ;1436 96 . + sbc a,(hl) ;1437 9e . + sub e ;1438 93 . + sbc a,(hl) ;1439 9e . + inc e ;143a 1c . + add a,b ;143b 80 . + adc a,l ;143c 8d . + call po,sub_8d9ah+2 ;143d e4 9c 8d . . . + sbc a,h ;1440 9c . + sub b ;1441 90 . + sbc a,e ;1442 9b . + sub h ;1443 94 . + sbc a,b ;1444 98 . + sub a ;1445 97 . + sub c ;1446 91 . + sbc a,b ;1447 98 . + adc a,c ;1448 89 . + sbc a,b ;1449 98 . + add a,h ;144a 84 . + sub a ;144b 97 . + add a,c ;144c 81 . + sub h ;144d 94 . + add a,b ;144e 80 . + sub b ;144f 90 . + add a,b ;1450 80 . + adc a,b ;1451 88 . + add a,c ;1452 81 . + add a,h ;1453 84 . + add a,h ;1454 84 . + add a,c ;1455 81 . + adc a,c ;1456 89 . + add a,b ;1457 80 . + sub e ;1458 93 . + add a,b ;1459 80 . + sbc a,b ;145a 98 . + add a,c ;145b 81 . + sbc a,e ;145c 9b . + add a,h ;145d 84 . + nop ;145e 00 . + sub (hl) ;145f 96 . + sbc a,(hl) ;1460 9e . + call po,09e93h ;1461 e4 93 9e . . . + sub e ;1464 93 . + and b ;1465 a0 . + sub (hl) ;1466 96 . + and b ;1467 a0 . + sub (hl) ;1468 96 . + sbc a,(hl) ;1469 9e . + inc e ;146a 1c . + adc a,c ;146b 89 . + sbc a,(hl) ;146c 9e . + call po,sub_9e86h ;146d e4 86 9e . . . + add a,(hl) ;1470 86 . + and b ;1471 a0 . + adc a,c ;1472 89 . + and b ;1473 a0 . + adc a,c ;1474 89 . + sbc a,(hl) ;1475 9e . + inc e ;1476 1c . + add a,b ;1477 80 . + adc a,b ;1478 88 . + call po,sub_9080h ;1479 e4 80 90 . . . + add a,c ;147c 81 . + sub h ;147d 94 . + add a,h ;147e 84 . + sub a ;147f 97 . + adc a,c ;1480 89 . + sbc a,b ;1481 98 . + sub e ;1482 93 . + sbc a,b ;1483 98 . + sbc a,b ;1484 98 . + sub a ;1485 97 . + sbc a,e ;1486 9b . + sub h ;1487 94 . + sbc a,h ;1488 9c . + sub b ;1489 90 . + sbc a,h ;148a 9c . + adc a,b ;148b 88 . + sbc a,e ;148c 9b . + add a,h ;148d 84 . + sbc a,b ;148e 98 . + add a,c ;148f 81 . + sub e ;1490 93 . + add a,b ;1491 80 . + adc a,c ;1492 89 . + add a,b ;1493 80 . + add a,h ;1494 84 . + add a,c ;1495 81 . + add a,c ;1496 81 . + add a,h ;1497 84 . + add a,b ;1498 80 . + adc a,b ;1499 88 . + nop ;149a 00 . + sub (hl) ;149b 96 . + sbc a,(hl) ;149c 9e . + call po,09e93h ;149d e4 93 9e . . . + sub e ;14a0 93 . + and b ;14a1 a0 . + sub (hl) ;14a2 96 . + and b ;14a3 a0 . + sub (hl) ;14a4 96 . + sbc a,(hl) ;14a5 9e . + inc e ;14a6 1c . + adc a,c ;14a7 89 . + sbc a,(hl) ;14a8 9e . + call po,sub_9e86h ;14a9 e4 86 9e . . . + add a,(hl) ;14ac 86 . + and b ;14ad a0 . + adc a,c ;14ae 89 . + and b ;14af a0 . + adc a,c ;14b0 89 . + sbc a,(hl) ;14b1 9e . + inc e ;14b2 1c . + add a,b ;14b3 80 . + sbc a,b ;14b4 98 . + call po,sub_8880h ;14b5 e4 80 88 . . . + add a,c ;14b8 81 . + add a,h ;14b9 84 . + add a,h ;14ba 84 . + add a,c ;14bb 81 . + adc a,c ;14bc 89 . + add a,b ;14bd 80 . + sub d ;14be 92 . + add a,b ;14bf 80 . + sub a ;14c0 97 . + add a,c ;14c1 81 . + sbc a,d ;14c2 9a . + add a,h ;14c3 84 . + sbc a,h ;14c4 9c . + adc a,b ;14c5 88 . + inc e ;14c6 1c . + sbc a,h ;14c7 9c . + sbc a,b ;14c8 98 . + call po,sub_809ch ;14c9 e4 9c 80 . . . + nop ;14cc 00 . + adc a,(hl) ;14cd 8e . + and (hl) ;14ce a6 . + call po,sub_a88bh ;14cf e4 8b a8 . . . + adc a,e ;14d2 8b . + xor e ;14d3 ab . + adc a,(hl) ;14d4 8e . + xor l ;14d5 ad . + sub d ;14d6 92 . + xor l ;14d7 ad . + sub l ;14d8 95 . + xor e ;14d9 ab . + sub l ;14da 95 . + xor b ;14db a8 . + sub d ;14dc 92 . + and (hl) ;14dd a6 . + adc a,(hl) ;14de 8e . + and (hl) ;14df a6 . + inc e ;14e0 1c . + add a,b ;14e1 80 . + add a,b ;14e2 80 . + call po,sub_a090h ;14e3 e4 90 a0 . . . + and b ;14e6 a0 . + add a,b ;14e7 80 . + inc e ;14e8 1c . + add a,h ;14e9 84 . + adc a,b ;14ea 88 . + call po,0889ch ;14eb e4 9c 88 . . . + nop ;14ee 00 . + add a,h ;14ef 84 . + sbc a,(hl) ;14f0 9e . + call po,sub_a48eh ;14f1 e4 8e a4 . . . + sbc a,b ;14f4 98 . + sbc a,(hl) ;14f5 9e . + inc e ;14f6 1c . + add a,(hl) ;14f7 86 . + sub (hl) ;14f8 96 . + call po,sub_9692h ;14f9 e4 92 96 . . . + sub d ;14fc 92 . +sub_14fdh: + add a,b ;14fd 80 . + inc e ;14fe 1c . + add a,(hl) ;14ff 86 . + add a,b ;1500 80 . + call po,sub_809ah ;1501 e4 9a 80 . . . + nop ;1504 00 . + add a,e ;1505 83 . + add a,b ;1506 80 . + call po,sub_a09dh ;1507 e4 9d a0 . . . + inc e ;150a 1c . + add a,b ;150b 80 . + adc a,h ;150c 8c . + call po,sub_9480h ;150d e4 80 94 . . . + add a,c ;1510 81 . + sbc a,d ;1511 9a . + add a,e ;1512 83 . + sbc a,l ;1513 9d . + add a,(hl) ;1514 86 . + sbc a,a ;1515 9f . + adc a,h ;1516 8c . + and b ;1517 a0 . + sub h ;1518 94 . + and b ;1519 a0 . + sbc a,d ;151a 9a . + sbc a,a ;151b 9f . + sbc a,l ;151c 9d . + sbc a,l ;151d 9d . + sbc a,a ;151e 9f . + sbc a,d ;151f 9a . + and b ;1520 a0 . + sub h ;1521 94 . + and b ;1522 a0 . + adc a,h ;1523 8c . + sbc a,a ;1524 9f . + add a,(hl) ;1525 86 . + sbc a,l ;1526 9d . + add a,e ;1527 83 . + sbc a,d ;1528 9a . + add a,c ;1529 81 . + sub h ;152a 94 . + add a,b ;152b 80 . + adc a,h ;152c 8c . + add a,b ;152d 80 . + add a,(hl) ;152e 86 . + add a,c ;152f 81 . + add a,e ;1530 83 . + add a,e ;1531 83 . + add a,c ;1532 81 . + add a,(hl) ;1533 86 . + add a,b ;1534 80 . + adc a,h ;1535 8c . + nop ;1536 00 . + call po,sub_a08dh+1 ;1537 e4 8e a0 . . . + and b ;153a a0 . + and b ;153b a0 . + inc e ;153c 1c . + and b ;153d a0 . + sub b ;153e 90 . + call po,sub_9087h ;153f e4 87 90 . . . + inc e ;1542 1c . + sub c ;1543 91 . + and b ;1544 a0 . + call po,sub_8091h ;1545 e4 91 80 . . . + and b ;1548 a0 . + add a,b ;1549 80 . + nop ;154a 00 . + adc a,(hl) ;154b 8e . + sbc a,(hl) ;154c 9e . + call po,sub_a08bh ;154d e4 8b a0 . . . + adc a,e ;1550 8b . + and e ;1551 a3 . + adc a,(hl) ;1552 8e . + and l ;1553 a5 . + sub d ;1554 92 . + and l ;1555 a5 . + sub l ;1556 95 . + and e ;1557 a3 . + sub l ;1558 95 . + and b ;1559 a0 . + sub d ;155a 92 . + sbc a,(hl) ;155b 9e . + adc a,(hl) ;155c 8e . + sbc a,(hl) ;155d 9e . + inc e ;155e 1c . + add a,d ;155f 82 . + sub (hl) ;1560 96 . + call po,sub_9784h ;1561 e4 84 97 . . . + adc a,d ;1564 8a . + sbc a,b ;1565 98 . + sub d ;1566 92 . + sbc a,b ;1567 98 . + sbc a,b ;1568 98 . + sub a ;1569 97 . + sbc a,e ;156a 9b . + sub h ;156b 94 . + sbc a,h ;156c 9c . + sub b ;156d 90 . + sbc a,h ;156e 9c . + add a,h ;156f 84 . + sbc a,c ;1570 99 . + add a,c ;1571 81 . + sub h ;1572 94 . + add a,b ;1573 80 . + adc a,e ;1574 8b . + add a,b ;1575 80 . + add a,h ;1576 84 . + add a,c ;1577 81 . + add a,c ;1578 81 . + add a,e ;1579 83 . + add a,b ;157a 80 . + add a,(hl) ;157b 86 . + add a,b ;157c 80 . + adc a,b ;157d 88 . + add a,c ;157e 81 . + adc a,e ;157f 8b . + add a,h ;1580 84 . + adc a,l ;1581 8d . + adc a,b ;1582 88 . + adc a,(hl) ;1583 8e . + sub h ;1584 94 . + adc a,(hl) ;1585 8e . + sbc a,c ;1586 99 . + adc a,l ;1587 8d . + sbc a,h ;1588 9c . + adc a,c ;1589 89 . + sbc a,h ;158a 9c . + add a,b ;158b 80 . + nop ;158c 00 . + adc a,b ;158d 88 . + sbc a,(hl) ;158e 9e . + call po,sub_a694h ;158f e4 94 a6 . . . + inc e ;1592 1c . + add a,(hl) ;1593 86 . + sub (hl) ;1594 96 . + call po,sub_9692h ;1595 e4 92 96 . . . + sub d ;1598 92 . + add a,b ;1599 80 . + inc e ;159a 1c . + add a,(hl) ;159b 86 . + add a,b ;159c 80 . + call po,sub_809ah ;159d e4 9a 80 . . . + nop ;15a0 00 . + add a,d ;15a1 82 . + add a,b ;15a2 80 . + call po,sub_989eh ;15a3 e4 9e 98 . . . + inc e ;15a6 1c . + sbc a,h ;15a7 9c . + sub (hl) ;15a8 96 . + call po,sub_9896h ;15a9 e4 96 98 . . . + adc a,d ;15ac 8a . + sbc a,b ;15ad 98 . + add a,h ;15ae 84 . + sub (hl) ;15af 96 . + add a,d ;15b0 82 . + sub d ;15b1 92 . + add a,d ;15b2 82 . + add a,(hl) ;15b3 86 . + add a,h ;15b4 84 . + add a,d ;15b5 82 . + adc a,d ;15b6 8a . + add a,b ;15b7 80 . + sub (hl) ;15b8 96 . + add a,b ;15b9 80 . + sbc a,h ;15ba 9c . + add a,d ;15bb 82 . + sbc a,(hl) ;15bc 9e . + add a,(hl) ;15bd 86 . + sbc a,(hl) ;15be 9e . + sub d ;15bf 92 . + sbc a,h ;15c0 9c . + sub (hl) ;15c1 96 . + nop ;15c2 00 . + add a,c ;15c3 81 . + sub a ;15c4 97 . + call po,sub_9884h ;15c5 e4 84 98 . . . + adc a,e ;15c8 8b . + sbc a,b ;15c9 98 . + adc a,(hl) ;15ca 8e . + sub a ;15cb 97 . + sub b ;15cc 90 . + sub h ;15cd 94 . + sub b ;15ce 90 . + add a,h ;15cf 84 . + adc a,(hl) ;15d0 8e . + add a,c ;15d1 81 . + adc a,e ;15d2 8b . + add a,b ;15d3 80 . + add a,h ;15d4 84 . + add a,b ;15d5 80 . + add a,d ;15d6 82 . + add a,c ;15d7 81 . + add a,b ;15d8 80 . + add a,e ;15d9 83 . + add a,b ;15da 80 . + adc a,d ;15db 8a . + add a,d ;15dc 82 . + adc a,l ;15dd 8d . + add a,(hl) ;15de 86 . + adc a,(hl) ;15df 8e . + sub b ;15e0 90 . + adc a,(hl) ;15e1 8e . + and b ;15e2 a0 . + adc a,(hl) ;15e3 8e . + and b ;15e4 a0 . + sub h ;15e5 94 . + sbc a,(hl) ;15e6 9e . + sub a ;15e7 97 . + sbc a,e ;15e8 9b . + sbc a,b ;15e9 98 . + sub l ;15ea 95 . + sbc a,b ;15eb 98 . + sub d ;15ec 92 . + sub a ;15ed 97 . + sub b ;15ee 90 . + sub h ;15ef 94 . + inc e ;15f0 1c . + sub b ;15f1 90 . + add a,h ;15f2 84 . + call po,sub_8192h ;15f3 e4 92 81 . . . + sub h ;15f6 94 . + add a,b ;15f7 80 . + sbc a,h ;15f8 9c . + add a,b ;15f9 80 . + sbc a,(hl) ;15fa 9e . + add a,c ;15fb 81 . + and b ;15fc a0 . +sub_15fdh: + add a,h ;15fd 84 . + nop ;15fe 00 . + sub l ;15ff 95 . + xor b ;1600 a8 . + call po,sub_a898h ;1601 e4 98 a8 . . . + sbc a,b ;1604 98 . + and (hl) ;1605 a6 . + sub l ;1606 95 . + and (hl) ;1607 a6 . + sub l ;1608 95 . + xor b ;1609 a8 . + inc e ;160a 1c . + adc a,b ;160b 88 . + xor b ;160c a8 . + call po,sub_a88bh ;160d e4 8b a8 . . . + adc a,e ;1610 8b . + and (hl) ;1611 a6 . + adc a,b ;1612 88 . + and (hl) ;1613 a6 . + adc a,b ;1614 88 . + xor b ;1615 a8 . + inc e ;1616 1c . + add a,b ;1617 80 . + add a,b ;1618 80 . + call po,sub_a090h ;1619 e4 90 a0 . . . + and b ;161c a0 . + add a,b ;161d 80 . + inc e ;161e 1c . + add a,h ;161f 84 . + adc a,b ;1620 88 . + call po,0889ch ;1621 e4 9c 88 . . . + nop ;1624 00 . + adc a,d ;1625 8a . + and (hl) ;1626 a6 . + call po,sub_9e96h ;1627 e4 96 9e . . . + inc e ;162a 1c . + add a,(hl) ;162b 86 . + sub (hl) ;162c 96 . + call po,sub_9692h ;162d e4 92 96 . . . + sub d ;1630 92 . + add a,b ;1631 80 . + inc e ;1632 1c . + add a,(hl) ;1633 86 . + add a,b ;1634 80 . + call po,sub_809ah ;1635 e4 9a 80 . . . + nop ;1638 00 . + sub l ;1639 95 . + xor b ;163a a8 . + call po,sub_a898h ;163b e4 98 a8 . . . + sbc a,b ;163e 98 . + and (hl) ;163f a6 . + sub l ;1640 95 . + and (hl) ;1641 a6 . + sub l ;1642 95 . + xor b ;1643 a8 . + inc e ;1644 1c . + adc a,b ;1645 88 . + xor b ;1646 a8 . + call po,sub_a88bh ;1647 e4 8b a8 . . . + adc a,e ;164a 8b . + and (hl) ;164b a6 . + adc a,b ;164c 88 . + and (hl) ;164d a6 . + adc a,b ;164e 88 . + xor b ;164f a8 . + inc e ;1650 1c . + add a,b ;1651 80 . + adc a,h ;1652 8c . + call po,sub_9480h ;1653 e4 80 94 . . . + add a,c ;1656 81 . + sbc a,d ;1657 9a . + add a,e ;1658 83 . + sbc a,l ;1659 9d . + add a,(hl) ;165a 86 . + sbc a,a ;165b 9f . + adc a,h ;165c 8c . + and b ;165d a0 . + sub h ;165e 94 . + and b ;165f a0 . + sbc a,d ;1660 9a . + sbc a,a ;1661 9f . + sbc a,l ;1662 9d . + sbc a,l ;1663 9d . + sbc a,a ;1664 9f . + sbc a,d ;1665 9a . + and b ;1666 a0 . + sub h ;1667 94 . + and b ;1668 a0 . + adc a,h ;1669 8c . + sbc a,a ;166a 9f . + add a,(hl) ;166b 86 . + sbc a,l ;166c 9d . + add a,e ;166d 83 . + sbc a,d ;166e 9a . + add a,c ;166f 81 . + sub h ;1670 94 . + add a,b ;1671 80 . + adc a,h ;1672 8c . + add a,b ;1673 80 . + add a,(hl) ;1674 86 . + add a,c ;1675 81 . + add a,e ;1676 83 . + add a,e ;1677 83 . + add a,c ;1678 81 . + add a,(hl) ;1679 86 . + add a,b ;167a 80 . + adc a,h ;167b 8c . + nop ;167c 00 . + sub l ;167d 95 . + xor b ;167e a8 . + call po,sub_a898h ;167f e4 98 a8 . . . + sbc a,b ;1682 98 . + and (hl) ;1683 a6 . + sub l ;1684 95 . + and (hl) ;1685 a6 . + sub l ;1686 95 . + xor b ;1687 a8 . + inc e ;1688 1c . + adc a,b ;1689 88 . + xor b ;168a a8 . + call po,sub_a88bh ;168b e4 8b a8 . . . + adc a,e ;168e 8b . + and (hl) ;168f a6 . + adc a,b ;1690 88 . + and (hl) ;1691 a6 . + adc a,b ;1692 88 . + xor b ;1693 a8 . + inc e ;1694 1c . + add a,b ;1695 80 . + and b ;1696 a0 . + call po,sub_8c80h ;1697 e4 80 8c . . . + add a,c ;169a 81 . + add a,(hl) ;169b 86 . + add a,e ;169c 83 . + add a,e ;169d 83 . + add a,(hl) ;169e 86 . + add a,c ;169f 81 . + adc a,h ;16a0 8c . + add a,b ;16a1 80 . + sub h ;16a2 94 . + add a,b ;16a3 80 . + sbc a,d ;16a4 9a . + add a,c ;16a5 81 . + sbc a,l ;16a6 9d . + add a,e ;16a7 83 . + sbc a,a ;16a8 9f . + add a,(hl) ;16a9 86 . + and b ;16aa a0 . + adc a,h ;16ab 8c . + and b ;16ac a0 . + and b ;16ad a0 . + nop ;16ae 00 . + adc a,h ;16af 8c . + and (hl) ;16b0 a6 . + call po,sub_ae98h ;16b1 e4 98 ae . . . + inc e ;16b4 1c . + add a,b ;16b5 80 . + sub c ;16b6 91 . + call po,sub_919ah ;16b7 e4 9a 91 . . . + inc e ;16ba 1c . + and b ;16bb a0 . + and b ;16bc a0 . + call po,sub_a080h ;16bd e4 80 a0 . . . + add a,b ;16c0 80 . + add a,b ;16c1 80 . + and b ;16c2 a0 . + add a,b ;16c3 80 . + nop ;16c4 00 . + add a,(hl) ;16c5 86 . + sbc a,(hl) ;16c6 9e . + call po,sub_a086h ;16c7 e4 86 a0 . . . + adc a,c ;16ca 89 . + and b ;16cb a0 . + adc a,c ;16cc 89 . + sbc a,(hl) ;16cd 9e . + add a,(hl) ;16ce 86 . + sbc a,(hl) ;16cf 9e . + inc e ;16d0 1c . + sub e ;16d1 93 . + sbc a,(hl) ;16d2 9e . + call po,sub_a093h ;16d3 e4 93 a0 . . . + sub (hl) ;16d6 96 . + and b ;16d7 a0 . + sub (hl) ;16d8 96 . + sbc a,(hl) ;16d9 9e . + sub e ;16da 93 . + sbc a,(hl) ;16db 9e . + inc e ;16dc 1c . + add a,(hl) ;16dd 86 . + sub (hl) ;16de 96 . + call po,sub_9692h ;16df e4 92 96 . . . + sub d ;16e2 92 . + add a,b ;16e3 80 . + inc e ;16e4 1c . + add a,(hl) ;16e5 86 . + add a,b ;16e6 80 . + call po,sub_809ah ;16e7 e4 9a 80 . . . + nop ;16ea 00 . + add a,d ;16eb 82 . + add a,b ;16ec 80 . + call po,sub_9682h ;16ed e4 82 96 . . . + add a,e ;16f0 83 . + sbc a,d ;16f1 9a . + add a,l ;16f2 85 . + sbc a,l ;16f3 9d . + adc a,b ;16f4 88 . + sbc a,a ;16f5 9f . + adc a,h ;16f6 8c . + and b ;16f7 a0 . + sub d ;16f8 92 . + and b ;16f9 a0 . + sub a ;16fa 97 . + sbc a,a ;16fb 9f . +sub_16fch: + sbc a,d ;16fc 9a . +sub_16fdh: + sbc a,l ;16fd 9d . + sbc a,h ;16fe 9c . + sbc a,d ;16ff 9a . + sbc a,h ;1700 9c . + sub a ;1701 97 . + sbc a,e ;1702 9b . + sub h ;1703 94 . + sbc a,b ;1704 98 . + sub d ;1705 92 . + sub h ;1706 94 . + sub c ;1707 91 . + adc a,(hl) ;1708 8e . + sub c ;1709 91 . + inc e ;170a 1c . + sub h ;170b 94 . + sub c ;170c 91 . + call po,sub_8f99h ;170d e4 99 8f . . . + sbc a,h ;1710 9c . + adc a,l ;1711 8d . + sbc a,(hl) ;1712 9e . + adc a,d ;1713 8a . + sbc a,(hl) ;1714 9e . + add a,(hl) ;1715 86 . + sbc a,h ;1716 9c . + add a,e ;1717 83 . + sbc a,c ;1718 99 . + add a,c ;1719 81 . + sub l ;171a 95 . + add a,b ;171b 80 . + adc a,(hl) ;171c 8e . + add a,b ;171d 80 . + adc a,d ;171e 8a . + add a,c ;171f 81 . + nop ;1720 00 . + add a,(hl) ;1721 86 . + and (hl) ;1722 a6 . + call po,0ac90h ;1723 e4 90 ac . . . + sbc a,d ;1726 9a . + and (hl) ;1727 a6 . + inc e ;1728 1c . + sbc a,d ;1729 9a . + sbc a,a ;172a 9f . + call po,sub_9d9dh ;172b e4 9d 9d . . . + sbc a,a ;172e 9f . + sbc a,d ;172f 9a . + and b ;1730 a0 . + sub h ;1731 94 . + and b ;1732 a0 . + adc a,h ;1733 8c . + sbc a,a ;1734 9f . + add a,(hl) ;1735 86 . + sbc a,l ;1736 9d . + add a,e ;1737 83 . + sbc a,d ;1738 9a . + add a,c ;1739 81 . + sub h ;173a 94 . + add a,b ;173b 80 . + adc a,h ;173c 8c . + add a,b ;173d 80 . + add a,(hl) ;173e 86 . + add a,c ;173f 81 . + add a,e ;1740 83 . + add a,e ;1741 83 . + add a,c ;1742 81 . + add a,(hl) ;1743 86 . + add a,b ;1744 80 . + adc a,h ;1745 8c . + add a,b ;1746 80 . + sub h ;1747 94 . + add a,c ;1748 81 . + sbc a,d ;1749 9a . + add a,e ;174a 83 . + sbc a,l ;174b 9d . + add a,(hl) ;174c 86 . + sbc a,a ;174d 9f . + adc a,h ;174e 8c . + and b ;174f a0 . + sub h ;1750 94 . + and b ;1751 a0 . + sbc a,d ;1752 9a . + sbc a,a ;1753 9f . + nop ;1754 00 . + call po,sub_a090h ;1755 e4 90 a0 . . . + inc e ;1758 1c . + sbc a,b ;1759 98 . + xor (hl) ;175a ae . + call po,0a68ch ;175b e4 8c a6 . . . + inc e ;175e 1c . + sub b ;175f 90 . + and b ;1760 a0 . + call po,sub_80a0h ;1761 e4 a0 80 . . . + inc e ;1764 1c . + add a,h ;1765 84 . + adc a,b ;1766 88 . + call po,0889ch ;1767 e4 9c 88 . . . + nop ;176a 00 . + call po,sub_a090h ;176b e4 90 a0 . . . + inc e ;176e 1c . + add a,b ;176f 80 . + and (hl) ;1770 a6 . + call po,sub_ab85h ;1771 e4 85 ab . . . + add a,a ;1774 87 . + xor h ;1775 ac . + adc a,d ;1776 8a . + xor h ;1777 ac . + adc a,l ;1778 8d . + xor e ;1779 ab . + sub e ;177a 93 . + and a ;177b a7 . + sub (hl) ;177c 96 . + and (hl) ;177d a6 . + sbc a,c ;177e 99 . + and (hl) ;177f a6 . + sbc a,e ;1780 9b . + and a ;1781 a7 . + and b ;1782 a0 . + xor h ;1783 ac . + inc e ;1784 1c . + sub b ;1785 90 . + and b ;1786 a0 . + call po,sub_80a0h ;1787 e4 a0 80 . . . + inc e ;178a 1c . + add a,h ;178b 84 . + adc a,b ;178c 88 . + call po,0889ch ;178d e4 9c 88 . . . + nop ;1790 00 . + add a,b ;1791 80 . + sbc a,(hl) ;1792 9e . + call po,sub_a284h ;1793 e4 84 a2 . . . + add a,a ;1796 87 . + and e ;1797 a3 . + adc a,d ;1798 8a . + and e ;1799 a3 . + adc a,h ;179a 8c . + and d ;179b a2 . + sub b ;179c 90 . + sbc a,a ;179d 9f . + sub d ;179e 92 . + sbc a,(hl) ;179f 9e . + sub l ;17a0 95 . + sbc a,(hl) ;17a1 9e . + sbc a,b ;17a2 98 . + sbc a,a ;17a3 9f . + sbc a,h ;17a4 9c . + and e ;17a5 a3 . + inc e ;17a6 1c . + add a,d ;17a7 82 . + sub (hl) ;17a8 96 . + call po,sub_9784h ;17a9 e4 84 97 . . . + adc a,d ;17ac 8a . + sbc a,b ;17ad 98 . + sub d ;17ae 92 . + sbc a,b ;17af 98 . + sbc a,b ;17b0 98 . + sub a ;17b1 97 . + sbc a,e ;17b2 9b . + sub h ;17b3 94 . + sbc a,h ;17b4 9c . + sub b ;17b5 90 . + sbc a,h ;17b6 9c . + add a,(hl) ;17b7 86 . + sbc a,e ;17b8 9b . + add a,e ;17b9 83 . + sbc a,c ;17ba 99 . + add a,c ;17bb 81 . + sub h ;17bc 94 . + add a,b ;17bd 80 . + adc a,e ;17be 8b . + add a,b ;17bf 80 . + add a,h ;17c0 84 . + add a,c ;17c1 81 . + add a,c ;17c2 81 . + add a,e ;17c3 83 . + add a,b ;17c4 80 . + add a,(hl) ;17c5 86 . + add a,b ;17c6 80 . + adc a,b ;17c7 88 . + add a,c ;17c8 81 . + adc a,e ;17c9 8b . + add a,h ;17ca 84 . + adc a,l ;17cb 8d . + adc a,b ;17cc 88 . + adc a,(hl) ;17cd 8e . + sub h ;17ce 94 . + adc a,(hl) ;17cf 8e . + sbc a,b ;17d0 98 . + adc a,l ;17d1 8d . + sbc a,e ;17d2 9b . + adc a,e ;17d3 8b . + sbc a,h ;17d4 9c . + adc a,b ;17d5 88 . + nop ;17d6 00 . + add a,h ;17d7 84 . + add a,b ;17d8 80 . + call po,sub_a084h ;17d9 e4 84 a0 . . . + sub e ;17dc 93 . + and b ;17dd a0 . + sbc a,d ;17de 9a . + sbc a,a ;17df 9f . + sbc a,l ;17e0 9d . + sbc a,l ;17e1 9d . + sbc a,a ;17e2 9f . + sbc a,d ;17e3 9a . + and b ;17e4 a0 . + sub h ;17e5 94 . + and b ;17e6 a0 . + adc a,h ;17e7 8c . + sbc a,a ;17e8 9f . + add a,(hl) ;17e9 86 . + sbc a,l ;17ea 9d . + add a,e ;17eb 83 . + sbc a,d ;17ec 9a . + add a,c ;17ed 81 . + sub h ;17ee 94 . + add a,b ;17ef 80 . + add a,h ;17f0 84 . + add a,b ;17f1 80 . + inc e ;17f2 1c . + add a,b ;17f3 80 . + sub b ;17f4 90 . + call po,sub_908ch ;17f5 e4 8c 90 . . . + nop ;17f8 00 . + sbc a,h ;17f9 9c . + sub b ;17fa 90 . + call po,sub_949bh ;17fb e4 9b 94 . . . + sbc a,b ;17fe 98 . + sub a ;17ff 97 . + sub e ;1800 93 . + sbc a,b ;1801 98 . + adc a,c ;1802 89 . + sbc a,b ;1803 98 . + add a,h ;1804 84 . + sub a ;1805 97 . + add a,c ;1806 81 . + sub h ;1807 94 . + add a,b ;1808 80 . + sub b ;1809 90 . + add a,b ;180a 80 . + adc a,b ;180b 88 . + add a,c ;180c 81 . + add a,h ;180d 84 . + add a,h ;180e 84 . + add a,c ;180f 81 . + adc a,c ;1810 89 . + add a,b ;1811 80 . + sub e ;1812 93 . + add a,b ;1813 80 . + sbc a,b ;1814 98 . + add a,c ;1815 81 . + sbc a,e ;1816 9b . + add a,h ;1817 84 . + sbc a,h ;1818 9c . + adc a,b ;1819 88 . + inc e ;181a 1c . + sub l ;181b 95 . + sbc a,l ;181c 9d . + call po,sub_9da0h ;181d e4 a0 9d . . . + inc e ;1820 1c . + sbc a,h ;1821 9c . + and b ;1822 a0 . + call po,sub_809ch ;1823 e4 9c 80 . . . + nop ;1826 00 . + adc a,h ;1827 8c . + and (hl) ;1828 a6 . + call po,sub_ae98h ;1829 e4 98 ae . . . + inc e ;182c 1c . + add a,h ;182d 84 . + and b ;182e a0 . + call po,sub_a09ch ;182f e4 9c a0 . . . + inc e ;1832 1c . + sub b ;1833 90 . + and b ;1834 a0 . + call po,sub_8090h ;1835 e4 90 80 . . . + inc e ;1838 1c . + add a,h ;1839 84 . + add a,b ;183a 80 . + call po,sub_809ch ;183b e4 9c 80 . . . + nop ;183e 00 . + add a,(hl) ;183f 86 . + xor (hl) ;1840 ae . + call po,0a692h ;1841 e4 92 a6 . . . + inc e ;1844 1c . + add a,h ;1845 84 . + and b ;1846 a0 . + call po,sub_a09ch ;1847 e4 9c a0 . . . + inc e ;184a 1c . + sub b ;184b 90 . + and b ;184c a0 . + call po,sub_8090h ;184d e4 90 80 . . . + inc e ;1850 1c . + add a,h ;1851 84 . + add a,b ;1852 80 . + call po,sub_809ch ;1853 e4 9c 80 . . . + nop ;1856 00 . + adc a,h ;1857 8c . + and (hl) ;1858 a6 . + call po,sub_ae98h ;1859 e4 98 ae . . . + inc e ;185c 1c . + sbc a,d ;185d 9a . + sbc a,a ;185e 9f . + call po,sub_9d9dh ;185f e4 9d 9d . . . + sbc a,a ;1862 9f . + sbc a,d ;1863 9a . + and b ;1864 a0 . + sub h ;1865 94 . + and b ;1866 a0 . + adc a,h ;1867 8c . + sbc a,a ;1868 9f . + add a,(hl) ;1869 86 . + sbc a,l ;186a 9d . + add a,e ;186b 83 . + sbc a,d ;186c 9a . + add a,c ;186d 81 . + sub h ;186e 94 . + add a,b ;186f 80 . + adc a,h ;1870 8c . + add a,b ;1871 80 . + add a,(hl) ;1872 86 . + add a,c ;1873 81 . + add a,e ;1874 83 . + add a,e ;1875 83 . + add a,c ;1876 81 . + add a,(hl) ;1877 86 . + add a,b ;1878 80 . + adc a,h ;1879 8c . + add a,b ;187a 80 . + sub h ;187b 94 . + add a,c ;187c 81 . + sbc a,d ;187d 9a . + add a,e ;187e 83 . + sbc a,l ;187f 9d . + add a,(hl) ;1880 86 . + sbc a,a ;1881 9f . + adc a,h ;1882 8c . + and b ;1883 a0 . + sub h ;1884 94 . + and b ;1885 a0 . + sbc a,d ;1886 9a . + sbc a,a ;1887 9f . + nop ;1888 00 . + add a,(hl) ;1889 86 . + xor (hl) ;188a ae . + call po,0a692h ;188b e4 92 a6 . . . + inc e ;188e 1c . + sub h ;188f 94 . + and b ;1890 a0 . + call po,sub_9f9ah ;1891 e4 9a 9f . . . + sbc a,l ;1894 9d . + sbc a,l ;1895 9d . + sbc a,a ;1896 9f . + sbc a,d ;1897 9a . + and b ;1898 a0 . + sub h ;1899 94 . + and b ;189a a0 . + adc a,h ;189b 8c . + sbc a,a ;189c 9f . + add a,(hl) ;189d 86 . + sbc a,l ;189e 9d . + add a,e ;189f 83 . + sbc a,d ;18a0 9a . + add a,c ;18a1 81 . + sub h ;18a2 94 . + add a,b ;18a3 80 . + adc a,h ;18a4 8c . + add a,b ;18a5 80 . + add a,(hl) ;18a6 86 . + add a,c ;18a7 81 . + add a,e ;18a8 83 . + add a,e ;18a9 83 . + add a,c ;18aa 81 . + add a,(hl) ;18ab 86 . + add a,b ;18ac 80 . + adc a,h ;18ad 8c . + add a,b ;18ae 80 . + sub h ;18af 94 . + add a,c ;18b0 81 . + sbc a,d ;18b1 9a . + add a,e ;18b2 83 . + sbc a,l ;18b3 9d . + add a,(hl) ;18b4 86 . + sbc a,a ;18b5 9f . + adc a,h ;18b6 8c . + and b ;18b7 a0 . + sub h ;18b8 94 . + and b ;18b9 a0 . + nop ;18ba 00 . + add a,b ;18bb 80 . + and (hl) ;18bc a6 . + call po,sub_ab85h ;18bd e4 85 ab . . . + add a,a ;18c0 87 . + xor h ;18c1 ac . + adc a,d ;18c2 8a . + xor h ;18c3 ac . + adc a,l ;18c4 8d . + xor e ;18c5 ab . + sub e ;18c6 93 . + and a ;18c7 a7 . + sub (hl) ;18c8 96 . + and (hl) ;18c9 a6 . + sbc a,c ;18ca 99 . + and (hl) ;18cb a6 . + sbc a,e ;18cc 9b . + and a ;18cd a7 . + and b ;18ce a0 . + xor h ;18cf ac . + inc e ;18d0 1c . + and b ;18d1 a0 . + sub h ;18d2 94 . + call po,sub_8ca0h ;18d3 e4 a0 8c . . . + sbc a,a ;18d6 9f . + add a,(hl) ;18d7 86 . + sbc a,l ;18d8 9d . + add a,e ;18d9 83 . + sbc a,d ;18da 9a . + add a,c ;18db 81 . + sub h ;18dc 94 . + add a,b ;18dd 80 . + adc a,h ;18de 8c . + add a,b ;18df 80 . + add a,(hl) ;18e0 86 . + add a,c ;18e1 81 . + add a,e ;18e2 83 . + add a,e ;18e3 83 . + add a,c ;18e4 81 . + add a,(hl) ;18e5 86 . + add a,b ;18e6 80 . + adc a,h ;18e7 8c . + add a,b ;18e8 80 . + sub h ;18e9 94 . + add a,c ;18ea 81 . + sbc a,d ;18eb 9a . + add a,e ;18ec 83 . + sbc a,l ;18ed 9d . + add a,(hl) ;18ee 86 . + sbc a,a ;18ef 9f . + adc a,h ;18f0 8c . + and b ;18f1 a0 . + sub h ;18f2 94 . + and b ;18f3 a0 . + sbc a,d ;18f4 9a . + sbc a,a ;18f5 9f . + sbc a,l ;18f6 9d . + sbc a,l ;18f7 9d . + sbc a,a ;18f8 9f . + sbc a,d ;18f9 9a . + and b ;18fa a0 . + sub h ;18fb 94 . +sub_18fch: + nop ;18fc 00 . +sub_18fdh: + add a,b ;18fd 80 . + sbc a,(hl) ;18fe 9e . + call po,sub_a284h ;18ff e4 84 a2 . . . + add a,a ;1902 87 . + and e ;1903 a3 . + adc a,d ;1904 8a . + and e ;1905 a3 . + adc a,h ;1906 8c . + and d ;1907 a2 . + sub b ;1908 90 . + sbc a,a ;1909 9f . + sub d ;190a 92 . + sbc a,(hl) ;190b 9e . + sub l ;190c 95 . + sbc a,(hl) ;190d 9e . + sbc a,b ;190e 98 . + sbc a,a ;190f 9f . + sbc a,h ;1910 9c . + and e ;1911 a3 . + inc e ;1912 1c . + sbc a,h ;1913 9c . + sub b ;1914 90 . + call po,0889ch ;1915 e4 9c 88 . . . + sbc a,e ;1918 9b . + add a,h ;1919 84 . + sbc a,b ;191a 98 . + add a,c ;191b 81 . + sub e ;191c 93 . + add a,b ;191d 80 . + adc a,c ;191e 89 . + add a,b ;191f 80 . + add a,h ;1920 84 . + add a,c ;1921 81 . + add a,c ;1922 81 . + add a,h ;1923 84 . + add a,b ;1924 80 . + adc a,b ;1925 88 . + add a,b ;1926 80 . + sub b ;1927 90 . + add a,c ;1928 81 . + sub h ;1929 94 . + add a,h ;192a 84 . + sub a ;192b 97 . + adc a,c ;192c 89 . + sbc a,b ;192d 98 . + sub e ;192e 93 . + sbc a,b ;192f 98 . + sbc a,b ;1930 98 . + sub a ;1931 97 . + sbc a,e ;1932 9b . + sub h ;1933 94 . + sbc a,h ;1934 9c . + sub b ;1935 90 . + nop ;1936 00 . + add a,(hl) ;1937 86 . + xor h ;1938 ac . + call po,sub_a690h ;1939 e4 90 a6 . . . + sbc a,d ;193c 9a . + xor h ;193d ac . + inc e ;193e 1c . + sbc a,a ;193f 9f . + sbc a,d ;1940 9a . + call po,sub_9d9eh ;1941 e4 9e 9d . . . + sbc a,e ;1944 9b . + sbc a,a ;1945 9f . + sub (hl) ;1946 96 . + and b ;1947 a0 . + adc a,c ;1948 89 . + and b ;1949 a0 . + add a,h ;194a 84 . + sbc a,a ;194b 9f . + add a,c ;194c 81 . + sbc a,l ;194d 9d . + add a,b ;194e 80 . + sbc a,d ;194f 9a . + add a,b ;1950 80 . + sub a ;1951 97 . + add a,c ;1952 81 . + sub h ;1953 94 . + add a,h ;1954 84 . + sub d ;1955 92 . + adc a,c ;1956 89 . + sub c ;1957 91 . + sub a ;1958 97 . + sub b ;1959 90 . + sbc a,h ;195a 9c . + adc a,a ;195b 8f . + sbc a,a ;195c 9f . + adc a,l ;195d 8d . + and b ;195e a0 . + adc a,d ;195f 8a . + and b ;1960 a0 . + add a,(hl) ;1961 86 . + sbc a,a ;1962 9f . + add a,e ;1963 83 . + sbc a,h ;1964 9c . + add a,c ;1965 81 . + sub a ;1966 97 . + add a,b ;1967 80 . + adc a,b ;1968 88 . + add a,b ;1969 80 . + add a,h ;196a 84 . + add a,c ;196b 81 . + add a,c ;196c 81 . + add a,e ;196d 83 . + add a,b ;196e 80 . + add a,(hl) ;196f 86 . + nop ;1970 00 . + add a,h ;1971 84 . + and h ;1972 a4 . + call po,sub_9e8eh ;1973 e4 8e 9e . . . + sbc a,b ;1976 98 . + and h ;1977 a4 . + inc e ;1978 1c . + sbc a,e ;1979 9b . + sub h ;197a 94 . + call po,sub_969ah ;197b e4 9a 96 . . . + sbc a,b ;197e 98 . + sub a ;197f 97 . + sub e ;1980 93 . + sbc a,b ;1981 98 . + adc a,b ;1982 88 . + sbc a,b ;1983 98 . + add a,e ;1984 83 . + sub a ;1985 97 . + add a,c ;1986 81 . + sub (hl) ;1987 96 . + add a,b ;1988 80 . + sub h ;1989 94 . + add a,b ;198a 80 . + sub c ;198b 91 . + add a,c ;198c 81 . + adc a,a ;198d 8f . + add a,e ;198e 83 . + adc a,(hl) ;198f 8e . + adc a,b ;1990 88 . + adc a,l ;1991 8d . + sub h ;1992 94 . + adc a,l ;1993 8d . + sbc a,c ;1994 99 . + adc a,h ;1995 8c . + sbc a,e ;1996 9b . + adc a,d ;1997 8a . + sbc a,h ;1998 9c . + adc a,b ;1999 88 . + sbc a,h ;199a 9c . + add a,l ;199b 85 . + sbc a,e ;199c 9b . + add a,e ;199d 83 . + sbc a,c ;199e 99 . + add a,c ;199f 81 . + sub h ;19a0 94 . + add a,b ;19a1 80 . + adc a,b ;19a2 88 . + add a,b ;19a3 80 . + add a,e ;19a4 83 . + add a,c ;19a5 81 . + add a,c ;19a6 81 . + add a,e ;19a7 83 . + add a,b ;19a8 80 . + add a,l ;19a9 85 . + nop ;19aa 00 . + adc a,h ;19ab 8c . + and (hl) ;19ac a6 . + call po,sub_ae98h ;19ad e4 98 ae . . . + inc e ;19b0 1c . + add a,b ;19b1 80 . + and b ;19b2 a0 . + call po,sub_8c80h ;19b3 e4 80 8c . . . + add a,c ;19b6 81 . + add a,(hl) ;19b7 86 . + add a,e ;19b8 83 . + add a,e ;19b9 83 . + add a,(hl) ;19ba 86 . + add a,c ;19bb 81 . + adc a,h ;19bc 8c . + add a,b ;19bd 80 . + sub h ;19be 94 . + add a,b ;19bf 80 . + sbc a,d ;19c0 9a . + add a,c ;19c1 81 . + sbc a,l ;19c2 9d . + add a,e ;19c3 83 . + sbc a,a ;19c4 9f . + add a,(hl) ;19c5 86 . + and b ;19c6 a0 . + adc a,h ;19c7 8c . + and b ;19c8 a0 . + and b ;19c9 a0 . + nop ;19ca 00 . + adc a,b ;19cb 88 . + and (hl) ;19cc a6 . + call po,sub_a888h ;19cd e4 88 a8 . . . + adc a,e ;19d0 8b . + xor b ;19d1 a8 . + adc a,e ;19d2 8b . + and (hl) ;19d3 a6 . + adc a,b ;19d4 88 . + and (hl) ;19d5 a6 . + inc e ;19d6 1c . + sub l ;19d7 95 . + and (hl) ;19d8 a6 . + call po,sub_a895h ;19d9 e4 95 a8 . . . + sbc a,b ;19dc 98 . + xor b ;19dd a8 . + sbc a,b ;19de 98 . + and (hl) ;19df a6 . + sub l ;19e0 95 . + and (hl) ;19e1 a6 . + inc e ;19e2 1c . + add a,b ;19e3 80 . + and b ;19e4 a0 . + call po,sub_8e90h ;19e5 e4 90 8e . . . + and b ;19e8 a0 . + and b ;19e9 a0 . + inc e ;19ea 1c . + sub b ;19eb 90 . + adc a,(hl) ;19ec 8e . + call po,sub_8090h ;19ed e4 90 80 . . . + nop ;19f0 00 . + add a,(hl) ;19f1 86 . + sbc a,(hl) ;19f2 9e . + call po,sub_a086h ;19f3 e4 86 a0 . . . + adc a,c ;19f6 89 . + and b ;19f7 a0 . + adc a,c ;19f8 89 . + sbc a,(hl) ;19f9 9e . + add a,(hl) ;19fa 86 . + sbc a,(hl) ;19fb 9e . + inc e ;19fc 1c . +sub_19fdh: + sub e ;19fd 93 . + sbc a,(hl) ;19fe 9e . + call po,sub_a093h ;19ff e4 93 a0 . . . + sub (hl) ;1a02 96 . + and b ;1a03 a0 . + sub (hl) ;1a04 96 . + sbc a,(hl) ;1a05 9e . + sub e ;1a06 93 . + sbc a,(hl) ;1a07 9e . + inc e ;1a08 1c . + add a,b ;1a09 80 . + sbc a,b ;1a0a 98 . + call po,sub_8090h ;1a0b e4 90 80 . . . + inc e ;1a0e 1c . + sbc a,h ;1a0f 9c . + sbc a,b ;1a10 98 . + call po,sub_8090h ;1a11 e4 90 80 . . . + adc a,l ;1a14 8d . + ld a,e ;1a15 7b { + adc a,e ;1a16 8b . + ld a,c ;1a17 79 y + adc a,b ;1a18 88 . + ld a,b ;1a19 78 x + add a,l ;1a1a 85 . + ld a,b ;1a1b 78 x + nop ;1a1c 00 . + add a,h ;1a1d 84 . + sub h ;1a1e 94 . + call po,sub_9498h ;1a1f e4 98 94 . . . + sbc a,h ;1a22 9c . + sub e ;1a23 93 . + sbc a,a ;1a24 9f . + sub c ;1a25 91 . + and b ;1a26 a0 . + adc a,(hl) ;1a27 8e . + and b ;1a28 a0 . + adc a,d ;1a29 8a . + sbc a,a ;1a2a 9f . + add a,a ;1a2b 87 . + sbc a,h ;1a2c 9c . + add a,l ;1a2d 85 . + sbc a,b ;1a2e 98 . + add a,h ;1a2f 84 . + add a,h ;1a30 84 . + add a,h ;1a31 84 . + inc e ;1a32 1c . + add a,b ;1a33 80 . + and b ;1a34 a0 . + call po,sub_a08ch ;1a35 e4 8c a0 . . . + inc e ;1a38 1c . + add a,h ;1a39 84 . + and b ;1a3a a0 . + call po,sub_7884h ;1a3b e4 84 78 . . x + inc e ;1a3e 1c . + add a,b ;1a3f 80 . + ld a,b ;1a40 78 x + call po,sub_788ch ;1a41 e4 8c 78 . . x + nop ;1a44 00 . + add a,b ;1a45 80 . + sub b ;1a46 90 . + call po,sub_9481h ;1a47 e4 81 94 . . . + add a,h ;1a4a 84 . + sub a ;1a4b 97 . + adc a,c ;1a4c 89 . + sbc a,b ;1a4d 98 . + sub e ;1a4e 93 . + sbc a,b ;1a4f 98 . + sbc a,b ;1a50 98 . + sub a ;1a51 97 . + sbc a,e ;1a52 9b . + sub h ;1a53 94 . + sbc a,h ;1a54 9c . + sub b ;1a55 90 . + sbc a,h ;1a56 9c . + adc a,b ;1a57 88 . + sbc a,e ;1a58 9b . + add a,h ;1a59 84 . + sbc a,b ;1a5a 98 . + add a,c ;1a5b 81 . + sub e ;1a5c 93 . + add a,b ;1a5d 80 . + adc a,c ;1a5e 89 . + add a,b ;1a5f 80 . + add a,h ;1a60 84 . + add a,c ;1a61 81 . + add a,c ;1a62 81 . + add a,h ;1a63 84 . + add a,b ;1a64 80 . + adc a,b ;1a65 88 . + inc e ;1a66 1c . + add a,b ;1a67 80 . + and b ;1a68 a0 . + call po,sub_7880h ;1a69 e4 80 78 . . x + nop ;1a6c 00 . + nop ;1a6d 00 . + nop ;1a6e 00 . + nop ;1a6f 00 . + nop ;1a70 00 . + add a,b ;1a71 80 . + sub b ;1a72 90 . + call po,sub_90a0h ;1a73 e4 a0 90 . . . + nop ;1a76 00 . + adc a,d ;1a77 8a . + and b ;1a78 a0 . + call po,0a893h ;1a79 e4 93 a8 . . . + sub e ;1a7c 93 . + sub (hl) ;1a7d 96 . + inc e ;1a7e 1c . + add a,b ;1a7f 80 . + sub b ;1a80 90 . + call po,sub_90a0h ;1a81 e4 a0 90 . . . + inc e ;1a84 1c . + sbc a,e ;1a85 9b . + ld a,h ;1a86 7c | + call po,sub_7c87h ;1a87 e4 87 7c . . | + sub (hl) ;1a8a 96 . + adc a,d ;1a8b 8a . + sub (hl) ;1a8c 96 . + ld a,b ;1a8d 78 x + nop ;1a8e 00 . + adc a,d ;1a8f 8a . + and b ;1a90 a0 . + call po,0a893h ;1a91 e4 93 a8 . . . + sub e ;1a94 93 . + sub (hl) ;1a95 96 . + inc e ;1a96 1c . + add a,b ;1a97 80 . + sub b ;1a98 90 . + call po,sub_90a0h ;1a99 e4 a0 90 . . . + inc e ;1a9c 1c . + adc a,c ;1a9d 89 . + adc a,b ;1a9e 88 . + call po,sub_898bh ;1a9f e4 8b 89 . . . + adc a,(hl) ;1aa2 8e . + adc a,d ;1aa3 8a . + sub h ;1aa4 94 . + adc a,d ;1aa5 8a . + sub a ;1aa6 97 . + adc a,c ;1aa7 89 . + sbc a,b ;1aa8 98 . + adc a,b ;1aa9 88 . + sbc a,c ;1aaa 99 . + add a,(hl) ;1aab 86 . + sbc a,c ;1aac 99 . + add a,e ;1aad 83 . + sub a ;1aae 97 . + add a,c ;1aaf 81 . + sub l ;1ab0 95 . + add a,b ;1ab1 80 . + adc a,h ;1ab2 8c . + ld a,l ;1ab3 7d } + adc a,c ;1ab4 89 . + ld a,e ;1ab5 7b { + add a,a ;1ab6 87 . + ld a,b ;1ab7 78 x + sbc a,c ;1ab8 99 . + ld a,b ;1ab9 78 x + nop ;1aba 00 . + adc a,b ;1abb 88 . + sbc a,a ;1abc 9f . + call po,sub_a08dh ;1abd e4 8d a0 . . . + sub e ;1ac0 93 . + and b ;1ac1 a0 . + sub a ;1ac2 97 . + sbc a,a ;1ac3 9f . + sbc a,c ;1ac4 99 . + sbc a,l ;1ac5 9d . + sbc a,d ;1ac6 9a . + sbc a,d ;1ac7 9a . + sbc a,d ;1ac8 9a . + adc a,a ;1ac9 8f . + sbc a,b ;1aca 98 . + adc a,l ;1acb 8d . + sub h ;1acc 94 . + adc a,h ;1acd 8c . + adc a,l ;1ace 8d . + adc a,h ;1acf 8c . + adc a,c ;1ad0 89 . + adc a,l ;1ad1 8d . + add a,a ;1ad2 87 . + adc a,a ;1ad3 8f . + add a,(hl) ;1ad4 86 . + sub c ;1ad5 91 . + add a,(hl) ;1ad6 86 . + sub e ;1ad7 93 . + add a,a ;1ad8 87 . + sub l ;1ad9 95 . + adc a,c ;1ada 89 . + sub a ;1adb 97 . + adc a,l ;1adc 8d . + sbc a,b ;1add 98 . + sub h ;1ade 94 . + sbc a,b ;1adf 98 . + sbc a,b ;1ae0 98 . + sub a ;1ae1 97 . + sbc a,d ;1ae2 9a . + sub l ;1ae3 95 . + inc e ;1ae4 1c . + sbc a,d ;1ae5 9a . + adc a,a ;1ae6 8f . + call po,sub_8c9ah ;1ae7 e4 9a 8c . . . + inc e ;1aea 1c . + add a,b ;1aeb 80 . + add a,(hl) ;1aec 86 . + call po,sub_86a0h ;1aed e4 a0 86 . . . + nop ;1af0 00 . + add a,(hl) ;1af1 86 . + sub e ;1af2 93 . + call po,sub_9986h ;1af3 e4 86 99 . . . + add a,a ;1af6 87 . + sbc a,h ;1af7 9c . + adc a,d ;1af8 8a . + sbc a,a ;1af9 9f . + adc a,(hl) ;1afa 8e . + and b ;1afb a0 . + sub d ;1afc 92 . + and b ;1afd a0 . + sub (hl) ;1afe 96 . + sbc a,a ;1aff 9f . + sbc a,c ;1b00 99 . + sbc a,h ;1b01 9c . + sbc a,d ;1b02 9a . + sbc a,c ;1b03 99 . + sbc a,d ;1b04 9a . + sub e ;1b05 93 . + sbc a,c ;1b06 99 . + sub b ;1b07 90 . + sub (hl) ;1b08 96 . + adc a,l ;1b09 8d . + sub d ;1b0a 92 . + adc a,h ;1b0b 8c . + adc a,(hl) ;1b0c 8e . + adc a,h ;1b0d 8c . + adc a,d ;1b0e 8a . + adc a,l ;1b0f 8d . + add a,a ;1b10 87 . + sub b ;1b11 90 . + add a,(hl) ;1b12 86 . + sub e ;1b13 93 . + inc e ;1b14 1c . + add a,b ;1b15 80 . + add a,(hl) ;1b16 86 . + call po,sub_86a0h ;1b17 e4 a0 86 . . . + nop ;1b1a 00 . + sub b ;1b1b 90 . + add a,b ;1b1c 80 . + call po,sub_8c80h ;1b1d e4 80 8c . . . + sub b ;1b20 90 . + sbc a,b ;1b21 98 . + inc e ;1b22 1c . + and b ;1b23 a0 . + sbc a,b ;1b24 98 . + call po,sub_8c90h ;1b25 e4 90 8c . . . + and b ;1b28 a0 . + add a,b ;1b29 80 . + nop ;1b2a 00 . + call po,sub_9880h ;1b2b e4 80 98 . . . + and b ;1b2e a0 . + sbc a,b ;1b2f 98 . + and b ;1b30 a0 . + add a,b ;1b31 80 . + add a,b ;1b32 80 . + add a,b ;1b33 80 . + nop ;1b34 00 . + call po,sub_8c90h ;1b35 e4 90 8c . . . + add a,b ;1b38 80 . + sbc a,b ;1b39 98 . + inc e ;1b3a 1c . + sub b ;1b3b 90 . + sbc a,b ;1b3c 98 . + call po,sub_8ca0h ;1b3d e4 a0 8c . . . + sub b ;1b40 90 . + add a,b ;1b41 80 . + nop ;1b42 00 . + add a,b ;1b43 80 . + sub e ;1b44 93 . + call po,sub_93a0h ;1b45 e4 a0 93 . . . + inc e ;1b48 1c . + sub b ;1b49 90 . + sbc a,(hl) ;1b4a 9e . + call po,08890h ;1b4b e4 90 88 . . . + inc e ;1b4e 1c . + add a,b ;1b4f 80 . + add a,d ;1b50 82 . + call po,sub_82a0h ;1b51 e4 a0 82 . . . + nop ;1b54 00 . + nop ;1b55 00 . + nop ;1b56 00 . + nop ;1b57 00 . + nop ;1b58 00 . + nop ;1b59 00 . + nop ;1b5a 00 . + nop ;1b5b 00 . + nop ;1b5c 00 . + nop ;1b5d 00 . + call po,sub_a18fh ;1b5e e4 8f a1 . . . + sub c ;1b61 91 . + and c ;1b62 a1 . + and b ;1b63 a0 . + add a,b ;1b64 80 . + inc e ;1b65 1c . + add a,l ;1b66 85 . + adc a,e ;1b67 8b . + call po,sub_8b9bh ;1b68 e4 9b 8b . . . + nop ;1b6b 00 . + call po,sub_a080h ;1b6c e4 80 a0 . . . + sbc a,b ;1b6f 98 . + and b ;1b70 a0 . + sbc a,l ;1b71 9d . + sbc a,(hl) ;1b72 9e . + sbc a,a ;1b73 9f . + sbc a,d ;1b74 9a . + sbc a,a ;1b75 9f . + sub (hl) ;1b76 96 . + sbc a,h ;1b77 9c . + sub d ;1b78 92 . + sub a ;1b79 97 . + sub c ;1b7a 91 . + add a,b ;1b7b 80 . + sub c ;1b7c 91 . + inc e ;1b7d 1c . + sub a ;1b7e 97 . + sub c ;1b7f 91 . + call po,sub_8f9dh ;1b80 e4 9d 8f . . . + and b ;1b83 a0 . + adc a,e ;1b84 8b . + and b ;1b85 a0 . + add a,(hl) ;1b86 86 . + sbc a,l ;1b87 9d . + add a,d ;1b88 82 . + sbc a,d ;1b89 9a . + add a,b ;1b8a 80 . + add a,b ;1b8b 80 . + add a,b ;1b8c 80 . + nop ;1b8d 00 . + add a,d ;1b8e 82 . + add a,b ;1b8f 80 . + call po,sub_a082h ;1b90 e4 82 a0 . . . + sbc a,a ;1b93 9f . + and b ;1b94 a0 . + nop ;1b95 00 . + call po,sub_a090h ;1b96 e4 90 a0 . . . + sub d ;1b99 92 . + and b ;1b9a a0 . + and d ;1b9b a2 . + add a,b ;1b9c 80 . + add a,b ;1b9d 80 . + add a,b ;1b9e 80 . + nop ;1b9f 00 . + call po,sub_a080h ;1ba0 e4 80 a0 . . . + and b ;1ba3 a0 . + and b ;1ba4 a0 . + inc e ;1ba5 1c . + sbc a,d ;1ba6 9a . + sub c ;1ba7 91 . + call po,sub_9180h ;1ba8 e4 80 91 . . . + inc e ;1bab 1c . + add a,b ;1bac 80 . + add a,b ;1bad 80 . + call po,sub_80a0h ;1bae e4 a0 80 . . . + nop ;1bb1 00 . + add a,c ;1bb2 81 . + and b ;1bb3 a0 . + call po,sub_a09fh ;1bb4 e4 9f a0 . . . + sbc a,a ;1bb7 9f . + sbc a,(hl) ;1bb8 9e . + add a,b ;1bb9 80 . + add a,d ;1bba 82 . + add a,b ;1bbb 80 . + add a,b ;1bbc 80 . + and b ;1bbd a0 . + add a,b ;1bbe 80 . + nop ;1bbf 00 . + call po,sub_a080h ;1bc0 e4 80 a0 . . . + inc e ;1bc3 1c . + add a,b ;1bc4 80 . + sub c ;1bc5 91 . + call po,sub_91a0h ;1bc6 e4 a0 91 . . . + inc e ;1bc9 1c . + and b ;1bca a0 . + and b ;1bcb a0 . + call po,sub_80a0h ;1bcc e4 a0 80 . . . + nop ;1bcf 00 . + add a,e ;1bd0 83 . + add a,d ;1bd1 82 . + call po,sub_8980h ;1bd2 e4 80 89 . . . + add a,b ;1bd5 80 . + sub a ;1bd6 97 . + add a,e ;1bd7 83 . + sbc a,(hl) ;1bd8 9e . + adc a,d ;1bd9 8a . + and c ;1bda a1 . + sbc a,b ;1bdb 98 . + and c ;1bdc a1 . + sbc a,a ;1bdd 9f . + sbc a,(hl) ;1bde 9e . + and d ;1bdf a2 . + sub a ;1be0 97 . + and d ;1be1 a2 . + adc a,c ;1be2 89 . + sbc a,a ;1be3 9f . + add a,d ;1be4 82 . + sbc a,b ;1be5 98 . + ld a,a ;1be6 7f  + adc a,d ;1be7 8a . + ld a,a ;1be8 7f  + add a,e ;1be9 83 . + add a,d ;1bea 82 . + inc e ;1beb 1c . + adc a,c ;1bec 89 . + sub b ;1bed 90 . + call po,sub_9099h ;1bee e4 99 90 . . . + nop ;1bf1 00 . + add a,(hl) ;1bf2 86 . + and b ;1bf3 a0 . + call po,sub_a099h+1 ;1bf4 e4 9a a0 . . . + inc e ;1bf7 1c . + sub b ;1bf8 90 . + and b ;1bf9 a0 . + call po,sub_8090h ;1bfa e4 90 80 . . . +sub_1bfdh: + inc e ;1bfd 1c . + add a,h ;1bfe 84 . + add a,b ;1bff 80 . + call po,sub_809ch ;1c00 e4 9c 80 . . . + nop ;1c03 00 . + call po,sub_a080h ;1c04 e4 80 a0 . . . + inc e ;1c07 1c . + sbc a,(hl) ;1c08 9e . + and b ;1c09 a0 . + call po,sub_8a80h ;1c0a e4 80 8a . . . + inc e ;1c0d 1c . + adc a,a ;1c0e 8f . + sub l ;1c0f 95 . + call po,sub_80a0h ;1c10 e4 a0 80 . . . + nop ;1c13 00 . + call po,sub_a08dh+2 ;1c14 e4 8f a0 . . . + sub c ;1c17 91 . + and b ;1c18 a0 . + and b ;1c19 a0 . + add a,b ;1c1a 80 . + nop ;1c1b 00 . + call po,sub_a080h ;1c1c e4 80 a0 . . . + add a,d ;1c1f 82 . + and b ;1c20 a0 . + adc a,a ;1c21 8f . + sub b ;1c22 90 . + sub c ;1c23 91 . + sub b ;1c24 90 . + sbc a,(hl) ;1c25 9e . + and b ;1c26 a0 . + and b ;1c27 a0 . + and b ;1c28 a0 . + and b ;1c29 a0 . + add a,b ;1c2a 80 . + nop ;1c2b 00 . + call po,sub_a080h ;1c2c e4 80 a0 . . . + add a,d ;1c2f 82 . + and b ;1c30 a0 . + sbc a,(hl) ;1c31 9e . + add a,b ;1c32 80 . + and b ;1c33 a0 . + add a,b ;1c34 80 . + and b ;1c35 a0 . + and b ;1c36 a0 . + nop ;1c37 00 . + add a,c ;1c38 81 . + sbc a,d ;1c39 9a . + call po,sub_a081h ;1c3a e4 81 a0 . . . + sbc a,a ;1c3d 9f . + and b ;1c3e a0 . + sbc a,a ;1c3f 9f . + sbc a,d ;1c40 9a . + inc e ;1c41 1c . + sbc a,d ;1c42 9a . + sub c ;1c43 91 . + call po,sub_9186h ;1c44 e4 86 91 . . . + inc e ;1c47 1c . + add a,b ;1c48 80 . + add a,(hl) ;1c49 86 . + call po,sub_8080h ;1c4a e4 80 80 . . . + and b ;1c4d a0 . + add a,b ;1c4e 80 . + and b ;1c4f a0 . + add a,(hl) ;1c50 86 . + nop ;1c51 00 . + add a,b ;1c52 80 . + adc a,c ;1c53 89 . + call po,sub_9780h ;1c54 e4 80 97 . . . + add a,e ;1c57 83 . + sbc a,(hl) ;1c58 9e . + adc a,d ;1c59 8a . + and c ;1c5a a1 . + sbc a,b ;1c5b 98 . + and c ;1c5c a1 . + sbc a,a ;1c5d 9f . + sbc a,(hl) ;1c5e 9e . + and d ;1c5f a2 . + sub a ;1c60 97 . + and d ;1c61 a2 . + adc a,c ;1c62 89 . + sbc a,a ;1c63 9f . + add a,d ;1c64 82 . + sbc a,b ;1c65 98 . + ld a,a ;1c66 7f  + adc a,d ;1c67 8a . + ld a,a ;1c68 7f  + add a,e ;1c69 83 . + add a,d ;1c6a 82 . + add a,b ;1c6b 80 . + adc a,c ;1c6c 89 . + nop ;1c6d 00 . + add a,(hl) ;1c6e 86 . + add a,b ;1c6f 80 . + call po,sub_a086h ;1c70 e4 86 a0 . . . + inc e ;1c73 1c . + add a,b ;1c74 80 . + and b ;1c75 a0 . + call po,sub_a0a0h ;1c76 e4 a0 a0 . . . + inc e ;1c79 1c . + sbc a,d ;1c7a 9a . + and b ;1c7b a0 . + call po,sub_809ah ;1c7c e4 9a 80 . . . + nop ;1c7f 00 . + call po,sub_a080h ;1c80 e4 80 a0 . . . + sbc a,c ;1c83 99 . + and b ;1c84 a0 . + sbc a,(hl) ;1c85 9e . + sbc a,l ;1c86 9d . + and b ;1c87 a0 . + sbc a,c ;1c88 99 . + and b ;1c89 a0 . + sub h ;1c8a 94 . + sbc a,(hl) ;1c8b 9e . + sub b ;1c8c 90 . + sbc a,d ;1c8d 9a . + adc a,(hl) ;1c8e 8e . + add a,b ;1c8f 80 . + adc a,(hl) ;1c90 8e . + nop ;1c91 00 . + and b ;1c92 a0 . + add a,b ;1c93 80 . + call po,sub_8081h ;1c94 e4 81 80 . . . + add a,c ;1c97 81 . + add a,d ;1c98 82 . + sub a ;1c99 97 . + sub b ;1c9a 90 . + sub a ;1c9b 97 . + sub d ;1c9c 92 . + add a,e ;1c9d 83 . + sbc a,(hl) ;1c9e 9e . + add a,e ;1c9f 83 . + and b ;1ca0 a0 . + and b ;1ca1 a0 . + and b ;1ca2 a0 . + nop ;1ca3 00 . + add a,b ;1ca4 80 . + and b ;1ca5 a0 . + call po,sub_a0a0h ;1ca6 e4 a0 a0 . . . + inc e ;1ca9 1c . + sub b ;1caa 90 . + and b ;1cab a0 . + call po,sub_8090h ;1cac e4 90 80 . . . + nop ;1caf 00 . + add a,b ;1cb0 80 . + and b ;1cb1 a0 . + call po,sub_9f87h ;1cb2 e4 87 9f . . . + adc a,h ;1cb5 8c . + sbc a,l ;1cb6 9d . + adc a,(hl) ;1cb7 8e . + sbc a,e ;1cb8 9b . + sub b ;1cb9 90 . + sbc a,b ;1cba 98 . + sub d ;1cbb 92 . + sbc a,e ;1cbc 9b . + sub h ;1cbd 94 . + sbc a,l ;1cbe 9d . + sbc a,c ;1cbf 99 . + sbc a,a ;1cc0 9f . + and b ;1cc1 a0 . + and b ;1cc2 a0 . + inc e ;1cc3 1c . + sub b ;1cc4 90 . + sbc a,b ;1cc5 98 . + call po,sub_8090h ;1cc6 e4 90 80 . . . + nop ;1cc9 00 . + add a,b ;1cca 80 . + adc a,(hl) ;1ccb 8e . + call po,sub_9480h ;1ccc e4 80 94 . . . + add a,l ;1ccf 85 . + sbc a,e ;1cd0 9b . + adc a,h ;1cd1 8c . + sbc a,l ;1cd2 9d . + sub (hl) ;1cd3 96 . + sbc a,l ;1cd4 9d . + sbc a,l ;1cd5 9d . + sbc a,e ;1cd6 9b . + and d ;1cd7 a2 . + sub h ;1cd8 94 . + and d ;1cd9 a2 . + adc a,(hl) ;1cda 8e . + sbc a,l ;1cdb 9d . + add a,a ;1cdc 87 . + sub (hl) ;1cdd 96 . + add a,l ;1cde 85 . + adc a,h ;1cdf 8c . + add a,l ;1ce0 85 . + add a,l ;1ce1 85 . + add a,a ;1ce2 87 . + add a,b ;1ce3 80 . + adc a,(hl) ;1ce4 8e . + inc e ;1ce5 1c . + sub c ;1ce6 91 . + and c ;1ce7 a1 . + call po,sub_7f91h ;1ce8 e4 91 7f . .  + nop ;1ceb 00 . + call po,sub_a09fh ;1cec e4 9f a0 . . . + inc e ;1cef 1c . + add a,c ;1cf0 81 . + and b ;1cf1 a0 . + call po,sub_80a0h ;1cf2 e4 a0 80 . . . + nop ;1cf5 00 . + add a,b ;1cf6 80 . + and b ;1cf7 a0 . + call po,sub_a083h ;1cf8 e4 83 a0 . . . + add a,(hl) ;1cfb 86 . +sub_1cfch: + sbc a,l ;1cfc 9d . +sub_1cfdh: + add a,(hl) ;1cfd 86 . + adc a,a ;1cfe 8f . + adc a,b ;1cff 88 . + adc a,e ;1d00 8b . + adc a,(hl) ;1d01 8e . + adc a,c ;1d02 89 . + sub (hl) ;1d03 96 . + adc a,c ;1d04 89 . + sbc a,h ;1d05 9c . + adc a,e ;1d06 8b . + sbc a,(hl) ;1d07 9e . + adc a,a ;1d08 8f . + sbc a,(hl) ;1d09 9e . + sbc a,l ;1d0a 9d . + and c ;1d0b a1 . + and b ;1d0c a0 . + and h ;1d0d a4 . + and b ;1d0e a0 . + inc e ;1d0f 1c . + sub d ;1d10 92 . + and b ;1d11 a0 . + call po,sub_8092h ;1d12 e4 92 80 . . . + nop ;1d15 00 . + add a,d ;1d16 82 . + add a,b ;1d17 80 . + call po,sub_8087h+1 ;1d18 e4 88 80 . . . + adc a,b ;1d1b 88 . + add a,e ;1d1c 83 . + add a,h ;1d1d 84 . + add a,l ;1d1e 85 . + add a,b ;1d1f 80 . + adc a,l ;1d20 8d . + add a,b ;1d21 80 . + sub l ;1d22 95 . + add a,h ;1d23 84 . + sbc a,l ;1d24 9d . + adc a,h ;1d25 8c . + and c ;1d26 a1 . + sub h ;1d27 94 . + and c ;1d28 a1 . + sbc a,h ;1d29 9c . + sbc a,l ;1d2a 9d . + and b ;1d2b a0 . + sub l ;1d2c 95 . + and b ;1d2d a0 . + adc a,l ;1d2e 8d . + sbc a,h ;1d2f 9c . + add a,l ;1d30 85 . + sbc a,b ;1d31 98 . + add a,e ;1d32 83 . + sbc a,b ;1d33 98 . + add a,b ;1d34 80 . + sbc a,(hl) ;1d35 9e . + add a,b ;1d36 80 . + nop ;1d37 00 . + nop ;1d38 00 . + add a,b ;1d39 80 . + add a,h ;1d3a 84 . + call po,sub_8880h ;1d3b e4 80 88 . . . + add a,d ;1d3e 82 . + adc a,e ;1d3f 8b . + add a,(hl) ;1d40 86 . + adc a,h ;1d41 8c . + adc a,d ;1d42 8a . + adc a,e ;1d43 8b . + adc a,h ;1d44 8c . + adc a,b ;1d45 88 . + adc a,h ;1d46 8c . + add a,h ;1d47 84 . + adc a,d ;1d48 8a . + add a,c ;1d49 81 . + add a,(hl) ;1d4a 86 . + add a,b ;1d4b 80 . + add a,d ;1d4c 82 . + add a,c ;1d4d 81 . + add a,b ;1d4e 80 . + add a,h ;1d4f 84 . + nop ;1d50 00 . + adc a,b ;1d51 88 . + sbc a,d ;1d52 9a . + call po,sub_a888h ;1d53 e4 88 a8 . . . + sub h ;1d56 94 . + xor b ;1d57 a8 . + nop ;1d58 00 . + adc a,h ;1d59 8c . + add a,b ;1d5a 80 . + call po,sub_8098h ;1d5b e4 98 80 . . . + sbc a,b ;1d5e 98 . + adc a,(hl) ;1d5f 8e . + nop ;1d60 00 . + add a,b ;1d61 80 . + adc a,b ;1d62 88 . + call po,sub_7f88h ;1d63 e4 88 7f . .  + nop ;1d66 00 . + add a,b ;1d67 80 . + sbc a,c ;1d68 99 . + call po,sub_9d80h ;1d69 e4 80 9d . . . + add a,d ;1d6c 82 . + and b ;1d6d a0 . + add a,(hl) ;1d6e 86 . + and c ;1d6f a1 . + adc a,d ;1d70 8a . + and b ;1d71 a0 . + adc a,h ;1d72 8c . + sbc a,l ;1d73 9d . + adc a,h ;1d74 8c . + sbc a,c ;1d75 99 . + adc a,d ;1d76 8a . + sub (hl) ;1d77 96 . + add a,(hl) ;1d78 86 . + sub l ;1d79 95 . + add a,d ;1d7a 82 . + sub (hl) ;1d7b 96 . + add a,b ;1d7c 80 . + sbc a,c ;1d7d 99 . + nop ;1d7e 00 . + add a,l ;1d7f 85 . + ld a,a ;1d80 7f  + call po,sub_808fh ;1d81 e4 8f 80 . . . + sub (hl) ;1d84 96 . + add a,h ;1d85 84 . + sbc a,e ;1d86 9b . + adc a,b ;1d87 88 . + sbc a,a ;1d88 9f . + adc a,(hl) ;1d89 8e . + and c ;1d8a a1 . + sub h ;1d8b 94 . + and c ;1d8c a1 . + sbc a,a ;1d8d 9f . + add a,c ;1d8e 81 . + sbc a,a ;1d8f 9f . + inc e ;1d90 1c . + add a,d ;1d91 82 . + sub h ;1d92 94 . + call po,sub_94a1h ;1d93 e4 a1 94 . . . + nop ;1d96 00 . + add a,h ;1d97 84 . + ld a,a ;1d98 7f  + call po,sub_8188h ;1d99 e4 88 81 . . . + adc a,e ;1d9c 8b . + add a,h ;1d9d 84 . + adc a,(hl) ;1d9e 8e . + adc a,c ;1d9f 89 . + adc a,a ;1da0 8f . + adc a,(hl) ;1da1 8e . + adc a,a ;1da2 8f . + sub h ;1da3 94 . + inc e ;1da4 1c . + add a,e ;1da5 83 . + sbc a,c ;1da6 99 . + call po,sub_999fh ;1da7 e4 9f 99 . . . + sbc a,(hl) ;1daa 9e . + sub d ;1dab 92 . + sbc a,e ;1dac 9b . + adc a,h ;1dad 8c . + sub l ;1dae 95 . + adc a,c ;1daf 89 . + sub c ;1db0 91 . + adc a,b ;1db1 88 . + nop ;1db2 00 . + add a,h ;1db3 84 . + adc a,h ;1db4 8c . + call po,08d89h ;1db5 e4 89 8d . . . + adc a,l ;1db8 8d . + adc a,(hl) ;1db9 8e . + sub e ;1dba 93 . + sub c ;1dbb 91 . + sbc a,b ;1dbc 98 . + sub h ;1dbd 94 . + sbc a,h ;1dbe 9c . + sbc a,b ;1dbf 98 . + sbc a,(hl) ;1dc0 9e . + sbc a,e ;1dc1 9b . + inc e ;1dc2 1c . + sub e ;1dc3 93 . + sub c ;1dc4 91 . + call po,sub_8093h ;1dc5 e4 93 80 . . . + nop ;1dc8 00 . + sub c ;1dc9 91 . + sbc a,e ;1dca 9b . + call po,09591h ;1dcb e4 91 95 . . . + inc e ;1dce 1c . + add a,h ;1dcf 84 . + adc a,h ;1dd0 8c . + call po,sub_9584h ;1dd1 e4 84 95 . . . + sbc a,(hl) ;1dd4 9e . + sub l ;1dd5 95 . + sbc a,(hl) ;1dd6 9e . + adc a,(hl) ;1dd7 8e . + sbc a,h ;1dd8 9c . + adc a,b ;1dd9 88 . + sbc a,d ;1dda 9a . + add a,l ;1ddb 85 . + sub a ;1ddc 97 . + add a,d ;1ddd 82 . + sub e ;1dde 93 . + add a,b ;1ddf 80 . + adc a,h ;1de0 8c . + ld a,a ;1de1 7f  + nop ;1de2 00 . + add a,e ;1de3 83 . + add a,c ;1de4 81 . + call po,sub_819fh ;1de5 e4 9f 81 . . . + inc e ;1de8 1c . + sbc a,l ;1de9 9d . + sub a ;1dea 97 . + call po,sub_9785h ;1deb e4 85 97 . . . + inc e ;1dee 1c . + sub c ;1def 91 . + sub a ;1df0 97 . + call po,sub_8191h ;1df1 e4 91 81 . . . + nop ;1df4 00 . + add a,e ;1df5 83 . + add a,b ;1df6 80 . + call po,sub_8489h+1 ;1df7 e4 8a 84 . . . + sub d ;1dfa 92 . + adc a,h ;1dfb 8c . + sub h ;1dfc 94 . + adc a,a ;1dfd 8f . + sub (hl) ;1dfe 96 . + sub l ;1dff 95 . + inc e ;1e00 1c . + add a,e ;1e01 83 . + sub l ;1e02 95 . + call po,0959fh ;1e03 e4 9f 95 . . . + inc e ;1e06 1c . + sub l ;1e07 95 . + sbc a,d ;1e08 9a . + call po,sub_9595h+1 ;1e09 e4 96 95 . . . + sbc a,c ;1e0c 99 . + ld a,a ;1e0d 7f  + nop ;1e0e 00 . + sub c ;1e0f 91 . + ld a,(hl) ;1e10 7e ~ + call po,sub_9b89h ;1e11 e4 89 9b . . . + inc e ;1e14 1c . + add a,e ;1e15 83 . + sub d ;1e16 92 . + call po,sub_979fh ;1e17 e4 9f 97 . . . + sbc a,a ;1e1a 9f . + sub e ;1e1b 93 . + sbc a,(hl) ;1e1c 9e . + adc a,a ;1e1d 8f . + sbc a,h ;1e1e 9c . + adc a,h ;1e1f 8c . + sbc a,c ;1e20 99 . + adc a,c ;1e21 89 . + sub l ;1e22 95 . + add a,a ;1e23 87 . + nop ;1e24 00 . + add a,(hl) ;1e25 86 . + sub a ;1e26 97 . + call po,sub_979bh ;1e27 e4 9b 97 . . . + sub a ;1e2a 97 . + add a,c ;1e2b 81 . + inc e ;1e2c 1c . + add a,d ;1e2d 82 . + add a,c ;1e2e 81 . + call po,sub_81a0h ;1e2f e4 a0 81 . . . + nop ;1e32 00 . + add a,h ;1e33 84 . + add a,c ;1e34 81 . + call po,sub_819dh ;1e35 e4 9d 81 . . . + sbc a,l ;1e38 9d . + sbc a,b ;1e39 98 . + add a,h ;1e3a 84 . + sbc a,b ;1e3b 98 . + inc e ;1e3c 1c . + add a,h ;1e3d 84 . + adc a,l ;1e3e 8d . + call po,sub_8d9dh ;1e3f e4 9d 8d . . . + nop ;1e42 00 . + add a,a ;1e43 87 . + adc a,e ;1e44 8b . + call po,sub_9085h ;1e45 e4 85 90 . . . + add a,d ;1e48 82 . + sub (hl) ;1e49 96 . + inc e ;1e4a 1c . + adc a,(hl) ;1e4b 8e . + sub a ;1e4c 97 . + call po,sub_9290h ;1e4d e4 90 92 . . . + sub d ;1e50 92 . + adc a,h ;1e51 8c . + inc e ;1e52 1c . + and b ;1e53 a0 . + sub (hl) ;1e54 96 . + call po,sub_909fh ;1e55 e4 9f 90 . . . + sbc a,l ;1e58 9d . + adc a,c ;1e59 89 . + sub (hl) ;1e5a 96 . + add a,d ;1e5b 82 . + sub d ;1e5c 92 . + add a,b ;1e5d 80 . + adc a,e ;1e5e 8b . + ld a,a ;1e5f 7f  + nop ;1e60 00 . + add a,e ;1e61 83 . + sub b ;1e62 90 . + call po,sub_90a0h ;1e63 e4 a0 90 . . . + nop ;1e66 00 . + add a,b ;1e67 80 . + ld a,a ;1e68 7f  + call po,sub_8286h ;1e69 e4 86 82 . . . + adc a,e ;1e6c 8b . + add a,a ;1e6d 87 . + adc a,(hl) ;1e6e 8e . + adc a,l ;1e6f 8d . + adc a,a ;1e70 8f . + sbc a,c ;1e71 99 . + inc e ;1e72 1c . + add a,b ;1e73 80 . + and b ;1e74 a0 . + call po,sub_a0a2h ;1e75 e4 a2 a0 . . . + and d ;1e78 a2 . + sbc a,c ;1e79 99 . + sbc a,a ;1e7a 9f . + sub d ;1e7b 92 . + sbc a,e ;1e7c 9b . + adc a,l ;1e7d 8d . + sub e ;1e7e 93 . + adc a,e ;1e7f 8b . + nop ;1e80 00 . + add a,c ;1e81 81 . + sub b ;1e82 90 . + call po,sub_9188h ;1e83 e4 88 91 . . . + adc a,a ;1e86 8f . + sub e ;1e87 93 . + sub l ;1e88 95 . + sub (hl) ;1e89 96 . + sbc a,h ;1e8a 9c . + sbc a,d ;1e8b 9a . + and c ;1e8c a1 . + and d ;1e8d a2 . + inc e ;1e8e 1c . + sub l ;1e8f 95 . + sub (hl) ;1e90 96 . + call po,sub_7f95h ;1e91 e4 95 7f . .  + nop ;1e94 00 . + sub c ;1e95 91 . + and c ;1e96 a1 . + call po,09b91h ;1e97 e4 91 9b . . . + inc e ;1e9a 1c . + add a,c ;1e9b 81 . + sub b ;1e9c 90 . + call po,sub_9b80h+1 ;1e9d e4 81 9b . . . + and c ;1ea0 a1 . + sbc a,e ;1ea1 9b . + and c ;1ea2 a1 . + sub d ;1ea3 92 . + and b ;1ea4 a0 . + adc a,l ;1ea5 8d . + sbc a,(hl) ;1ea6 9e . + adc a,c ;1ea7 89 . + sbc a,e ;1ea8 9b . + add a,l ;1ea9 85 . + sub h ;1eaa 94 . + add a,b ;1eab 80 . + adc a,h ;1eac 8c . + ld a,a ;1ead 7f  + nop ;1eae 00 . + add a,b ;1eaf 80 . + add a,d ;1eb0 82 . + call po,sub_82a2h ;1eb1 e4 a2 82 . . . + inc e ;1eb4 1c . + and b ;1eb5 a0 . + sbc a,(hl) ;1eb6 9e . + call po,sub_9e82h ;1eb7 e4 82 9e . . . + inc e ;1eba 1c . + sub c ;1ebb 91 . + sbc a,(hl) ;1ebc 9e . + call po,sub_8291h ;1ebd e4 91 82 . . . + nop ;1ec0 00 . + add a,b ;1ec1 80 . + add a,c ;1ec2 81 . + call po,sub_8485h ;1ec3 e4 85 84 . . . + adc a,l ;1ec6 8d . + adc a,d ;1ec7 8a . + sub e ;1ec8 93 . + sub c ;1ec9 91 . + sbc a,b ;1eca 98 . + sbc a,e ;1ecb 9b . + inc e ;1ecc 1c . + and d ;1ecd a2 . + sbc a,e ;1ece 9b . + call po,sub_9b80h ;1ecf e4 80 9b . . . + inc e ;1ed2 1c . + sub a ;1ed3 97 . + and d ;1ed4 a2 . + call po,09b98h ;1ed5 e4 98 9b . . . + sbc a,e ;1ed8 9b . + ld a,(hl) ;1ed9 7e ~ + nop ;1eda 00 . + add a,c ;1edb 81 . + add a,b ;1edc 80 . + call po,sub_8284h ;1edd e4 84 82 . . . + adc a,e ;1ee0 8b . + adc a,l ;1ee1 8d . + sub b ;1ee2 90 . + sbc a,b ;1ee3 98 . + sub c ;1ee4 91 . + and b ;1ee5 a0 . + inc e ;1ee6 1c . + add a,e ;1ee7 83 . + sbc a,c ;1ee8 99 . + call po,sub_99a2h ;1ee9 e4 a2 99 . . . + and c ;1eec a1 . + adc a,h ;1eed 8c . + and b ;1eee a0 . + add a,a ;1eef 87 . + sbc a,l ;1ef0 9d . + add a,c ;1ef1 81 . + sbc a,d ;1ef2 9a . + ld a,a ;1ef3 7f  + sub a ;1ef4 97 . + ld a,a ;1ef5 7f  + sub b ;1ef6 90 . + add a,d ;1ef7 82 . + nop ;1ef8 00 . + add a,b ;1ef9 80 . + adc a,c ;1efa 89 . + call po,sub_8d98h ;1efb e4 98 8d . . . + and d ;1efe a2 . + adc a,a ;1eff 8f . + inc e ;1f00 1c . + sbc a,(hl) ;1f01 9e . + sbc a,h ;1f02 9c . + call po,sub_9781h ;1f03 e4 81 97 . . . + inc e ;1f06 1c . + adc a,l ;1f07 8d . + and d ;1f08 a2 . + call po,sub_7e96h ;1f09 e4 96 7e . . ~ + nop ;1f0c 00 . + add a,b ;1f0d 80 . + sub e ;1f0e 93 . + call po,sub_9785h ;1f0f e4 85 97 . . . + adc a,b ;1f12 88 . + sbc a,e ;1f13 9b . + adc a,e ;1f14 8b . + and b ;1f15 a0 . + and d ;1f16 a2 . + and b ;1f17 a0 . + and c ;1f18 a1 . + sub (hl) ;1f19 96 . + sbc a,a ;1f1a 9f . + adc a,a ;1f1b 8f . + sbc a,d ;1f1c 9a . + adc a,c ;1f1d 89 . + sub e ;1f1e 93 . + add a,h ;1f1f 84 . + adc a,d ;1f20 8a . + add a,b ;1f21 80 . + add a,(hl) ;1f22 86 . + ld a,a ;1f23 7f  + nop ;1f24 00 . + add a,b ;1f25 80 . + sub b ;1f26 90 . + call po,sub_9283h ;1f27 e4 83 92 . . . + add a,(hl) ;1f2a 86 . + sub (hl) ;1f2b 96 . + adc a,b ;1f2c 88 . + sbc a,d ;1f2d 9a . + adc a,d ;1f2e 8a . + and d ;1f2f a2 . + inc e ;1f30 1c . + adc a,b ;1f31 88 . + sbc a,d ;1f32 9a . + call po,sub_9aa3h ;1f33 e4 a3 9a . . . + inc e ;1f36 1c . + sbc a,c ;1f37 99 . + sbc a,d ;1f38 9a . + call po,sub_9199h ;1f39 e4 99 91 . . . + sbc a,b ;1f3c 98 . + adc a,h ;1f3d 8c . + sub (hl) ;1f3e 96 . + adc a,b ;1f3f 88 . + sub h ;1f40 94 . + add a,l ;1f41 85 . + sub b ;1f42 90 . + add a,c ;1f43 81 . + adc a,d ;1f44 8a . + ld a,a ;1f45 7f  + nop ;1f46 00 . + add a,d ;1f47 82 . + add a,d ;1f48 82 . + call po,sub_82a1h ;1f49 e4 a1 82 . . . + and c ;1f4c a1 . + sbc a,(hl) ;1f4d 9e . + add a,d ;1f4e 82 . + sbc a,(hl) ;1f4f 9e . + nop ;1f50 00 . + adc a,b ;1f51 88 . + adc a,h ;1f52 8c . + call po,0a088h ;1f53 e4 88 a0 . . . + inc e ;1f56 1c . + add a,b ;1f57 80 . + sub a ;1f58 97 . + call po,sub_97a3h ;1f59 e4 a3 97 . . . + inc e ;1f5c 1c . + sbc a,e ;1f5d 9b . + and b ;1f5e a0 . + call po,sub_8e9bh ;1f5f e4 9b 8e . . . + sbc a,d ;1f62 9a . + adc a,e ;1f63 8b . + sub (hl) ;1f64 96 . + add a,h ;1f65 84 . + sub d ;1f66 92 . + add a,c ;1f67 81 . + adc a,(hl) ;1f68 8e . + add a,b ;1f69 80 . + adc a,c ;1f6a 89 . + ld a,a ;1f6b 7f  + nop ;1f6c 00 . + add a,d ;1f6d 82 . + add a,b ;1f6e 80 . + call po,sub_8087h+2 ;1f6f e4 89 80 . . . + sub b ;1f72 90 . + add a,d ;1f73 82 . + sub l ;1f74 95 . + add a,l ;1f75 85 . + sbc a,e ;1f76 9b . + adc a,c ;1f77 89 . + sbc a,(hl) ;1f78 9e . + adc a,l ;1f79 8d . + and c ;1f7a a1 . + sub e ;1f7b 93 . + and d ;1f7c a2 . + sub a ;1f7d 97 . + inc e ;1f7e 1c . + sub e ;1f7f 93 . + sbc a,d ;1f80 9a . + call po,sub_9d8ch ;1f81 e4 8c 9d . . . + add a,e ;1f84 83 . + sbc a,a ;1f85 9f . + inc e ;1f86 1c . + add a,b ;1f87 80 . + sub l ;1f88 95 . + call po,sub_9488h ;1f89 e4 88 94 . . . + sub c ;1f8c 91 . + sub b ;1f8d 90 . + nop ;1f8e 00 . + add a,c ;1f8f 81 . + ld a,a ;1f90 7f  + call po,sub_8186h ;1f91 e4 86 81 . . . + adc a,(hl) ;1f94 8e . + add a,(hl) ;1f95 86 . + sub d ;1f96 92 . + adc a,d ;1f97 8a . + sub (hl) ;1f98 96 . + adc a,(hl) ;1f99 8e . + sbc a,d ;1f9a 9a . + sub l ;1f9b 95 . + sbc a,h ;1f9c 9c . + sbc a,d ;1f9d 9a . + sbc a,l ;1f9e 9d . + sbc a,a ;1f9f 9f . + add a,h ;1fa0 84 . + sbc a,a ;1fa1 9f . + inc e ;1fa2 1c . + sub (hl) ;1fa3 96 . + adc a,(hl) ;1fa4 8e . + call po,sub_879ch ;1fa5 e4 9c 87 . . . + and d ;1fa8 a2 . + ld a,a ;1fa9 7f  + nop ;1faa 00 . + add a,b ;1fab 80 . + sub (hl) ;1fac 96 . + call po,sub_98a3h ;1fad e4 a3 98 . . . + and d ;1fb0 a2 . + sub h ;1fb1 94 . + sbc a,a ;1fb2 9f . + sub b ;1fb3 90 . + sbc a,h ;1fb4 9c . + adc a,l ;1fb5 8d . + sub h ;1fb6 94 . + adc a,d ;1fb7 8a . + inc e ;1fb8 1c . + adc a,c ;1fb9 89 . + and b ;1fba a0 . + call po,sub_8589h ;1fbb e4 89 85 . . . + adc a,d ;1fbe 8a . + add a,d ;1fbf 82 . + adc a,e ;1fc0 8b . + add a,b ;1fc1 80 . + adc a,(hl) ;1fc2 8e . + ld a,a ;1fc3 7f  + sbc a,d ;1fc4 9a . + ld a,a ;1fc5 7f  + and b ;1fc6 a0 . + add a,b ;1fc7 80 . + nop ;1fc8 00 . + adc a,b ;1fc9 88 . + ld a,a ;1fca 7f  + call po,sub_8190h ;1fcb e4 90 81 . . . + sub (hl) ;1fce 96 . + add a,l ;1fcf 85 . + sbc a,e ;1fd0 9b . + adc a,d ;1fd1 8a . + sbc a,(hl) ;1fd2 9e . + adc a,(hl) ;1fd3 8e . + and c ;1fd4 a1 . + sub l ;1fd5 95 . + and d ;1fd6 a2 . + and b ;1fd7 a0 . + inc e ;1fd8 1c . + add a,d ;1fd9 82 . + sbc a,a ;1fda 9f . + call po,sub_9686h ;1fdb e4 86 96 . . . + adc a,b ;1fde 88 . + sub b ;1fdf 90 . + nop ;1fe0 00 . + add a,b ;1fe1 80 . + sub d ;1fe2 92 . + call po,sub_9382h ;1fe3 e4 82 93 . . . + add a,(hl) ;1fe6 86 . + sub (hl) ;1fe7 96 . + adc a,d ;1fe8 8a . + sbc a,e ;1fe9 9b . + adc a,e ;1fea 8b . + sbc a,a ;1feb 9f . + and d ;1fec a2 . + sbc a,a ;1fed 9f . + and c ;1fee a1 . + sub (hl) ;1fef 96 . + and b ;1ff0 a0 . + sub d ;1ff1 92 . + sbc a,l ;1ff2 9d . + adc a,h ;1ff3 8c . + sbc a,c ;1ff4 99 . + add a,a ;1ff5 87 . + sub h ;1ff6 94 . + add a,e ;1ff7 83 . + adc a,(hl) ;1ff8 8e . + add a,b ;1ff9 80 . + add a,a ;1ffa 87 . + ld a,a ;1ffb 7f  +sub_1ffch: + inc e ;1ffc 1c . +sub_1ffdh: + add a,(hl) ;1ffd 86 . + sub (hl) ;1ffe 96 . + call po,sub_9090h ;1fff e4 90 90 . . . + sbc a,c ;2002 99 . + add a,a ;2003 87 . + nop ;2004 00 . + add a,h ;2005 84 . + ld a,a ;2006 7f  + call po,sub_8087h+2 ;2007 e4 89 80 . . . + adc a,a ;200a 8f . + add a,h ;200b 84 . + sub d ;200c 92 . + adc a,c ;200d 89 . + sub e ;200e 93 . + adc a,(hl) ;200f 8e . + sub e ;2010 93 . + sbc a,l ;2011 9d . + inc e ;2012 1c . + sbc a,h ;2013 9c . + and c ;2014 a1 . + call po,sub_9f98h ;2015 e4 98 9f . . . + sub e ;2018 93 . + sbc a,l ;2019 9d . + adc a,h ;201a 8c . + sbc a,h ;201b 9c . + add a,e ;201c 83 . + sbc a,h ;201d 9c . + inc e ;201e 1c . + add a,b ;201f 80 . + sub d ;2020 92 . + call po,sub_92a3h ;2021 e4 a3 92 . . . + nop ;2024 00 . + adc a,b ;2025 88 . + sub b ;2026 90 . + call po,sub_9885h ;2027 e4 85 98 . . . + add a,c ;202a 81 . + sbc a,a ;202b 9f . + inc e ;202c 1c . + adc a,l ;202d 8d . + and b ;202e a0 . + call po,sub_9a90h ;202f e4 90 9a . . . + sub e ;2032 93 . + sub d ;2033 92 . + inc e ;2034 1c . + and d ;2035 a2 . + and b ;2036 a0 . + call po,sub_9ca2h ;2037 e4 a2 9c . . . + and c ;203a a1 . + sub l ;203b 95 . + sbc a,a ;203c 9f . + sub b ;203d 90 . + sbc a,l ;203e 9d . + adc a,h ;203f 8c . + sub a ;2040 97 . + add a,(hl) ;2041 86 . + sub d ;2042 92 . + add a,d ;2043 82 . + adc a,(hl) ;2044 8e . + add a,b ;2045 80 . + add a,a ;2046 87 . + ld a,a ;2047 7f  + nop ;2048 00 . + add a,l ;2049 85 . + add a,b ;204a 80 . + call po,sub_8087h+2 ;204b e4 89 80 . . . + adc a,(hl) ;204e 8e . + add a,e ;204f 83 . + sub d ;2050 92 . + add a,a ;2051 87 . + sub h ;2052 94 . + adc a,e ;2053 8b . + sub l ;2054 95 . + sub l ;2055 95 . + inc e ;2056 1c . + sbc a,a ;2057 9f . + sbc a,a ;2058 9f . + call po,sub_9f85h ;2059 e4 85 9f . . . + inc e ;205c 1c . + add a,b ;205d 80 . + sub l ;205e 95 . + call po,095a4h ;205f e4 a4 95 . . . + nop ;2062 00 . + add a,h ;2063 84 . + ld a,a ;2064 7f  + call po,sub_a184h ;2065 e4 84 a1 . . . + inc e ;2068 1c . + add a,h ;2069 84 . + sub e ;206a 93 . + call po,sub_928ah ;206b e4 8a 92 . . . + sub d ;206e 92 . + sub b ;206f 90 . + sbc a,b ;2070 98 . + adc a,(hl) ;2071 8e . + and b ;2072 a0 . + adc a,e ;2073 8b . + nop ;2074 00 . + add a,e ;2075 83 . + ld a,a ;2076 7f  + call po,sub_7f87h ;2077 e4 87 7f . .  + adc a,l ;207a 8d . + add a,c ;207b 81 . + sub c ;207c 91 . + add a,l ;207d 85 . + sub e ;207e 93 . + adc a,c ;207f 89 . + sub h ;2080 94 . + adc a,(hl) ;2081 8e . + sub h ;2082 94 . + and c ;2083 a1 . + inc e ;2084 1c . + add a,b ;2085 80 . + sub a ;2086 97 . + call po,sub_97a3h ;2087 e4 a3 97 . . . + nop ;208a 00 . + add a,b ;208b 80 . + add a,e ;208c 83 . + call po,sub_83a2h ;208d e4 a2 83 . . . + inc e ;2090 1c . + and b ;2091 a0 . + sbc a,l ;2092 9d . + call po,09d82h ;2093 e4 82 9d . . . + nop ;2096 00 . + add a,c ;2097 81 . + add a,b ;2098 80 . + call po,sub_8187h ;2099 e4 87 81 . . . + sub d ;209c 92 . + add a,a ;209d 87 . + sbc a,b ;209e 98 . + adc a,h ;209f 8c . + sbc a,l ;20a0 9d . + sub d ;20a1 92 . + and b ;20a2 a0 . + sbc a,b ;20a3 98 . + and d ;20a4 a2 . + and b ;20a5 a0 . + add a,c ;20a6 81 . + and b ;20a7 a0 . + inc e ;20a8 1c . + add a,a ;20a9 87 . + sub (hl) ;20aa 96 . + call po,sub_9290h ;20ab e4 90 92 . . . + sbc a,e ;20ae 9b . + adc a,d ;20af 8a . + and c ;20b0 a1 . + add a,h ;20b1 84 . + nop ;20b2 00 . + add a,b ;20b3 80 . + adc a,d ;20b4 8a . + call po,sub_8c8ah ;20b5 e4 8a 8c . . . + sub d ;20b8 92 . + adc a,(hl) ;20b9 8e . + sbc a,d ;20ba 9a . + sub d ;20bb 92 . + sbc a,(hl) ;20bc 9e . + sub l ;20bd 95 . + and d ;20be a2 . + sbc a,e ;20bf 9b . + add a,d ;20c0 82 . + sbc a,e ;20c1 9b . + inc e ;20c2 1c . + sub d ;20c3 92 . + and d ;20c4 a2 . + call po,09b92h ;20c5 e4 92 9b . . . + inc e ;20c8 1c . + sub d ;20c9 92 . + adc a,(hl) ;20ca 8e . + call po,sub_7e92h ;20cb e4 92 7e . . ~ + inc e ;20ce 1c . + sub h ;20cf 94 . + adc a,a ;20d0 8f . + call po,sub_8c9dh ;20d1 e4 9d 8c . . . + and e ;20d4 a3 . + adc a,c ;20d5 89 . + nop ;20d6 00 . + add a,d ;20d7 82 . + ld a,a ;20d8 7f  + call po,sub_8189h ;20d9 e4 89 81 . . . + adc a,(hl) ;20dc 8e . + add a,h ;20dd 84 . + sub c ;20de 91 . + add a,(hl) ;20df 86 . + sub (hl) ;20e0 96 . + adc a,d ;20e1 8a . + sbc a,d ;20e2 9a . + adc a,a ;20e3 8f . + sbc a,h ;20e4 9c . + sub d ;20e5 92 . + sbc a,a ;20e6 9f . + sbc a,c ;20e7 99 . + and b ;20e8 a0 . + and b ;20e9 a0 . + nop ;20ea 00 . + call po,sub_8984h ;20eb e4 84 89 . . . + add a,(hl) ;20ee 86 . + adc a,a ;20ef 8f . + adc a,b ;20f0 88 . + sub a ;20f1 97 . + adc a,c ;20f2 89 . + sbc a,(hl) ;20f3 9e . + adc a,c ;20f4 89 . + and c ;20f5 a1 . + inc e ;20f6 1c . + sbc a,c ;20f7 99 . + and c ;20f8 a1 . + call po,sub_979dh ;20f9 e4 9d 97 . . . + sbc a,a ;20fc 9f . +sub_20fdh: + adc a,a ;20fd 8f . + and c ;20fe a1 . + add a,a ;20ff 87 . + and e ;2100 a3 . + add a,b ;2101 80 . + nop ;2102 00 . + add a,d ;2103 82 . + sub e ;2104 93 . + call po,sub_948bh ;2105 e4 8b 94 . . . + sub c ;2108 91 . + sub l ;2109 95 . + sbc a,b ;210a 98 . + sbc a,b ;210b 98 . + sbc a,a ;210c 9f . + sbc a,e ;210d 9b . + inc e ;210e 1c . + add a,d ;210f 82 . + and c ;2110 a1 . + call po,sub_8482h ;2111 e4 82 84 . . . + add a,e ;2114 83 . + add a,d ;2115 82 . + add a,l ;2116 85 . + add a,c ;2117 81 . + adc a,e ;2118 8b . + add a,b ;2119 80 . + sub a ;211a 97 . + add a,b ;211b 80 . + and c ;211c a1 . + add a,d ;211d 82 . + nop ;211e 00 . + add a,l ;211f 85 . + ld a,a ;2120 7f  + call po,sub_808ch ;2121 e4 8c 80 . . . + sub e ;2124 93 . + add a,h ;2125 84 . + sub a ;2126 97 . + add a,a ;2127 87 . + sbc a,h ;2128 9c . + adc a,h ;2129 8c . + sbc a,a ;212a 9f . + sub c ;212b 91 . + and c ;212c a1 . + sbc a,b ;212d 98 . + and c ;212e a1 . + and b ;212f a0 . + add a,b ;2130 80 . + and b ;2131 a0 . + nop ;2132 00 . + add a,b ;2133 80 . + adc a,l ;2134 8d . + call po,09f8bh ;2135 e4 8b 9f . . . + adc a,h ;2138 8c . + and b ;2139 a0 . + adc a,a ;213a 8f . + and b ;213b a0 . + sub b ;213c 90 . + sbc a,a ;213d 9f . + sbc a,c ;213e 99 . + sub d ;213f 92 . + and l ;2140 a5 . + add a,d ;2141 82 . + nop ;2142 00 . + add a,c ;2143 81 . + sbc a,e ;2144 9b . + call po,sub_9ba4h ;2145 e4 a4 9b . . . + inc e ;2148 1c . + sub e ;2149 93 . + and d ;214a a2 . + call po,sub_7f93h ;214b e4 93 7f . .  + inc e ;214e 1c . + add a,b ;214f 80 . + add a,e ;2150 83 . + call po,sub_8884h ;2151 e4 84 88 . . . + adc a,b ;2154 88 . + adc a,(hl) ;2155 8e . + adc a,c ;2156 89 . + sub h ;2157 94 . + inc e ;2158 1c . + sbc a,l ;2159 9d . + sub h ;215a 94 . + call po,sub_8ca1h ;215b e4 a1 8c . . . + and l ;215e a5 . + add a,d ;215f 82 . + nop ;2160 00 . + add a,b ;2161 80 . + and b ;2162 a0 . + call po,sub_a0a2h ;2163 e4 a2 a0 . . . + and d ;2166 a2 . + sbc a,e ;2167 9b . + and c ;2168 a1 . + sub (hl) ;2169 96 . + sbc a,a ;216a 9f . + sub c ;216b 91 . + sbc a,h ;216c 9c . + adc a,(hl) ;216d 8e . + sbc a,c ;216e 99 . + adc a,e ;216f 8b . + sub l ;2170 95 . + adc a,c ;2171 89 . + sub b ;2172 90 . + add a,a ;2173 87 . + inc e ;2174 1c . + add a,h ;2175 84 . + sub c ;2176 91 . + call po,sub_8b8ah+2 ;2177 e4 8c 8b . . . + sub b ;217a 90 . + add a,a ;217b 87 . + sub a ;217c 97 . + add a,b ;217d 80 . + nop ;217e 00 . + add a,d ;217f 82 . + and c ;2180 a1 . + call po,sub_a090h ;2181 e4 90 a0 . . . + and b ;2184 a0 . + sbc a,h ;2185 9c . + inc e ;2186 1c . + sbc a,a ;2187 9f . + adc a,(hl) ;2188 8e . + call po,sub_9099h ;2189 e4 99 90 . . . + sub b ;218c 90 . + sub d ;218d 92 . + add a,e ;218e 83 . + sub h ;218f 94 . + inc e ;2190 1c . + add a,c ;2191 81 . + add a,(hl) ;2192 86 . + call po,sub_8588h ;2193 e4 88 85 . . . + sub b ;2196 90 . + add a,h ;2197 84 . + and c ;2198 a1 . + add a,b ;2199 80 . + nop ;219a 00 . + adc a,(hl) ;219b 8e . + and c ;219c a1 . + call po,sub_8080h ;219d e4 80 80 . . . + sub d ;21a0 92 . + add a,d ;21a1 82 . + and d ;21a2 a2 . + add a,e ;21a3 83 . + inc e ;21a4 1c . + sbc a,e ;21a5 9b . + sub d ;21a6 92 . + call po,sub_8aa0h ;21a7 e4 a0 8a . . . + and d ;21aa a2 . + add a,e ;21ab 83 . + and e ;21ac a3 . + ld a,a ;21ad 7f  + nop ;21ae 00 . + add a,c ;21af 81 . + ld a,a ;21b0 7f  + call po,sub_8087h ;21b1 e4 87 80 . . . + adc a,(hl) ;21b4 8e . + add a,h ;21b5 84 . + sub h ;21b6 94 . + adc a,d ;21b7 8a . + sub a ;21b8 97 . + adc a,a ;21b9 8f . + sbc a,d ;21ba 9a . + sub a ;21bb 97 . + sbc a,e ;21bc 9b . + and c ;21bd a1 . + inc e ;21be 1c . + add a,(hl) ;21bf 86 . + sub a ;21c0 97 . + call po,sub_948eh ;21c1 e4 8e 94 . . . + sub a ;21c4 97 . + adc a,a ;21c5 8f . + sbc a,(hl) ;21c6 9e . + adc a,d ;21c7 8a . + and e ;21c8 a3 . + add a,l ;21c9 85 . + nop ;21ca 00 . + add a,d ;21cb 82 . + and b ;21cc a0 . + call po,sub_a0a0h ;21cd e4 a0 a0 . . . + inc e ;21d0 1c . + and d ;21d1 a2 . + sub e ;21d2 93 . + call po,sub_9380h ;21d3 e4 80 93 . . . + inc e ;21d6 1c . + adc a,e ;21d7 8b . + and b ;21d8 a0 . + call po,sub_8489h+2 ;21d9 e4 8b 84 . . . + adc a,l ;21dc 8d . + add a,d ;21dd 82 . + adc a,a ;21de 8f . + add a,c ;21df 81 . + and c ;21e0 a1 . + add a,c ;21e1 81 . + nop ;21e2 00 . + sub b ;21e3 90 . + ld a,(hl) ;21e4 7e ~ + call po,sub_a286h ;21e5 e4 86 a2 . . . + inc e ;21e8 1c . + add a,b ;21e9 80 . + sub (hl) ;21ea 96 . + call po,sub_9da3h ;21eb e4 a3 9d . . . + and e ;21ee a3 . + sbc a,d ;21ef 9a . + and d ;21f0 a2 . + sub l ;21f1 95 . + and b ;21f2 a0 . + sub c ;21f3 91 . + sbc a,l ;21f4 9d . + adc a,l ;21f5 8d . + sub l ;21f6 95 . + adc a,b ;21f7 88 . + nop ;21f8 00 . + add a,h ;21f9 84 . + sbc a,a ;21fa 9f . + call po,sub_9f9eh ;21fb e4 9e 9f . . . + sbc a,d ;21fe 9a . + add a,d ;21ff 82 . + inc e ;2200 1c . + add a,b ;2201 80 . + add a,d ;2202 82 . + call po,sub_82a4h ;2203 e4 a4 82 . . . + nop ;2206 00 . + add a,d ;2207 82 . + sbc a,a ;2208 9f . + call po,sub_9fa0h ;2209 e4 a0 9f . . . + and b ;220c a0 . + add a,d ;220d 82 . + add a,d ;220e 82 . + add a,d ;220f 82 . + inc e ;2210 1c . + add a,h ;2211 84 . + sub c ;2212 91 . + call po,sub_91a0h ;2213 e4 a0 91 . . . + nop ;2216 00 . + add a,a ;2217 87 . + ld a,a ;2218 7f  + call po,sub_8091h ;2219 e4 91 80 . . . + sub a ;221c 97 . + add a,e ;221d 83 . + sbc a,h ;221e 9c . + add a,a ;221f 87 . + sbc a,a ;2220 9f . + adc a,h ;2221 8c . + and c ;2222 a1 . + sub b ;2223 90 . + and d ;2224 a2 . + sub a ;2225 97 . + add a,b ;2226 80 . + sub a ;2227 97 . + inc e ;2228 1c . + add a,e ;2229 83 . + and b ;222a a0 . + call po,sub_a0a0h ;222b e4 a0 a0 . . . + nop ;222e 00 . + add a,d ;222f 82 . + adc a,e ;2230 8b . + call po,sub_a082h ;2231 e4 82 a0 . . . + inc e ;2234 1c . + and b ;2235 a0 . + and b ;2236 a0 . + call po,sub_8ca0h ;2237 e4 a0 8c . . . + sbc a,(hl) ;223a 9e . + add a,a ;223b 87 . + sbc a,b ;223c 98 . + add a,d ;223d 82 . + sub h ;223e 94 . + add a,b ;223f 80 . + adc a,(hl) ;2240 8e . + ld a,a ;2241 7f  + adc a,d ;2242 8a . + ld a,a ;2243 7f  + nop ;2244 00 . + call po,sub_8282h ;2245 e4 82 82 . . . + add a,h ;2248 84 . + add a,a ;2249 87 . + add a,(hl) ;224a 86 . + adc a,h ;224b 8c . + add a,a ;224c 87 . + sub c ;224d 91 . + add a,a ;224e 87 . + and b ;224f a0 . + inc e ;2250 1c . + sub b ;2251 90 . + and c ;2252 a1 . + call po,sub_7f90h ;2253 e4 90 7f . .  + sub a ;2256 97 . + add a,b ;2257 80 . + sbc a,l ;2258 9d . + add a,h ;2259 84 . + and c ;225a a1 . + adc a,d ;225b 8a . + and e ;225c a3 . + sub b ;225d 90 . + nop ;225e 00 . + add a,c ;225f 81 . + and b ;2260 a0 . + call po,sub_8081h ;2261 e4 81 80 . . . + adc a,d ;2264 8a . + add a,b ;2265 80 . + sub e ;2266 93 . + add a,e ;2267 83 . + sbc a,c ;2268 99 . + adc a,b ;2269 88 . + sbc a,a ;226a 9f . + adc a,(hl) ;226b 8e . + and c ;226c a1 . + sub e ;226d 93 . + nop ;226e 00 . + add a,c ;226f 81 . + add a,b ;2270 80 . + call po,sub_a081h ;2271 e4 81 a0 . . . + and c ;2274 a1 . + and b ;2275 a0 . + and c ;2276 a1 . + add a,b ;2277 80 . + add a,c ;2278 81 . + add a,b ;2279 80 . + nop ;227a 00 . + add a,c ;227b 81 . + sub b ;227c 90 . + call po,sub_9f81h ;227d e4 81 9f . . . + and c ;2280 a1 . + sbc a,a ;2281 9f . + and c ;2282 a1 . + sub (hl) ;2283 96 . + and b ;2284 a0 . + adc a,a ;2285 8f . + sbc a,l ;2286 9d . + adc a,c ;2287 89 . + sbc a,c ;2288 99 . + add a,l ;2289 85 . + sub h ;228a 94 . + add a,c ;228b 81 . + adc a,e ;228c 8b . + ld a,a ;228d 7f  + nop ;228e 00 . + call po,sub_8087h ;228f e4 87 80 . . . + adc a,(hl) ;2292 8e . + add a,d ;2293 82 . + sub l ;2294 95 . + add a,(hl) ;2295 86 . + sbc a,d ;2296 9a . + adc a,d ;2297 8a . + sbc a,a ;2298 9f . + sub b ;2299 90 . + and c ;229a a1 . + sub h ;229b 94 . + and d ;229c a2 . + sbc a,d ;229d 9a . + inc e ;229e 1c . + add a,c ;229f 81 . + and b ;22a0 a0 . + call po,sub_9f88h ;22a1 e4 88 9f . . . + adc a,(hl) ;22a4 8e . + sbc a,e ;22a5 9b . + sub d ;22a6 92 . + sbc a,b ;22a7 98 . + nop ;22a8 00 . + add a,b ;22a9 80 . + and c ;22aa a1 . + call po,sub_9785h ;22ab e4 85 97 . . . + inc e ;22ae 1c . + add a,(hl) ;22af 86 . + and c ;22b0 a1 . + call po,sub_978bh ;22b1 e4 8b 97 . . . + nop ;22b4 00 . + add a,b ;22b5 80 . + sbc a,d ;22b6 9a . + call po,sub_9e80h ;22b7 e4 80 9e . . . + add a,d ;22ba 82 . + and b ;22bb a0 . + add a,l ;22bc 85 . + and c ;22bd a1 . + adc a,b ;22be 88 . + and b ;22bf a0 . + adc a,d ;22c0 8a . + sbc a,(hl) ;22c1 9e . + adc a,d ;22c2 8a . + sbc a,d ;22c3 9a . + adc a,b ;22c4 88 . + sbc a,b ;22c5 98 . + add a,l ;22c6 85 . + sub a ;22c7 97 . + add a,d ;22c8 82 . + sbc a,b ;22c9 98 . + add a,b ;22ca 80 . + sbc a,d ;22cb 9a . + nop ;22cc 00 . + nop ;22cd 00 . + sbc a,a ;22ce 9f . + sub d ;22cf 92 . + call po,sub_8291h ;22d0 e4 91 82 . . . + adc a,h ;22d3 8c . + ld a,a ;22d4 7f  + add a,a ;22d5 87 . + ld a,a ;22d6 7f  + add a,e ;22d7 83 . + add a,d ;22d8 82 . + add a,c ;22d9 81 . + add a,(hl) ;22da 86 . + add a,d ;22db 82 . + adc a,e ;22dc 8b . + adc a,c ;22dd 89 . + sub d ;22de 92 . + adc a,l ;22df 8d . + sub h ;22e0 94 . + sub c ;22e1 91 . + sub h ;22e2 94 . + sub l ;22e3 95 . + sub b ;22e4 90 . + sub a ;22e5 97 . + add a,h ;22e6 84 . + sbc a,c ;22e7 99 . + add a,b ;22e8 80 . + sbc a,h ;22e9 9c . + ld a,a ;22ea 7f  + nop ;22eb 00 . + add a,b ;22ec 80 . + ld a,d ;22ed 7a z + call po,sub_9c8ch ;22ee e4 8c 9c . . . + sub c ;22f1 91 . + and c ;22f2 a1 . + sbc a,b ;22f3 98 . + and c ;22f4 a1 . + and b ;22f5 a0 . + sbc a,l ;22f6 9d . + and b ;22f7 a0 . + sub l ;22f8 95 . + sbc a,h ;22f9 9c . + sub c ;22fa 91 . + sbc a,b ;22fb 98 . +sub_22fch: + sub c ;22fc 91 . + sub d ;22fd 92 . + sub e ;22fe 93 . + inc e ;22ff 1c . + sbc a,b ;2300 98 . + sub c ;2301 91 . + call po,sub_8d9dh ;2302 e4 9d 8d . . . + sbc a,l ;2305 9d . + add a,(hl) ;2306 86 . + sbc a,b ;2307 98 . + ld a,a ;2308 7f  + adc a,a ;2309 8f . + add a,b ;230a 80 . + add a,a ;230b 87 . + add a,h ;230c 84 . + nop ;230d 00 . + add a,e ;230e 83 . + sub d ;230f 92 . + call po,sub_9386h ;2310 e4 86 93 . . . + adc a,e ;2313 8b . + sub e ;2314 93 . + adc a,(hl) ;2315 8e . + sub c ;2316 91 . + adc a,a ;2317 8f . + adc a,a ;2318 8f . + adc a,(hl) ;2319 8e . + adc a,h ;231a 8c . + sub c ;231b 91 . + sub b ;231c 90 . + sub l ;231d 95 . + sub d ;231e 92 . + sbc a,c ;231f 99 . + sub e ;2320 93 . + sbc a,h ;2321 9c . + sub e ;2322 93 . + sbc a,(hl) ;2323 9e . + sub d ;2324 92 . + inc e ;2325 1c . + adc a,(hl) ;2326 8e . + adc a,h ;2327 8c . + call po,sub_7a84h ;2328 e4 84 7a . . z + nop ;232b 00 . + sbc a,b ;232c 98 . + sub c ;232d 91 . + call po,sub_9393h ;232e e4 93 93 . . . + adc a,l ;2331 8d . + sub e ;2332 93 . + add a,a ;2333 87 . + sub b ;2334 90 . + add a,h ;2335 84 . + add a,a ;2336 87 . + add a,h ;2337 84 . + add a,d ;2338 82 . + adc a,b ;2339 88 . + ld a,a ;233a 7f  + sub e ;233b 93 . + ld a,a ;233c 7f  + sub a ;233d 97 . + add a,d ;233e 82 . + sbc a,e ;233f 9b . + adc a,l ;2340 8d . + sbc a,b ;2341 98 . + sub c ;2342 91 . + adc a,(hl) ;2343 8e . + sbc a,d ;2344 9a . + adc a,(hl) ;2345 8e . + sbc a,h ;2346 9c . + sub c ;2347 91 . + and b ;2348 a0 . + sub e ;2349 93 . + and b ;234a a0 . + sbc a,h ;234b 9c . + sbc a,c ;234c 99 . + nop ;234d 00 . + sbc a,d ;234e 9a . + sub e ;234f 93 . + call po,sub_9595h+2 ;2350 e4 97 95 . . . + adc a,l ;2353 8d . + sub l ;2354 95 . + adc a,c ;2355 89 . + sub d ;2356 92 . + adc a,c ;2357 89 . + adc a,l ;2358 8d . + adc a,l ;2359 8d . + adc a,e ;235a 8b . + sub e ;235b 93 . + adc a,e ;235c 8b . + inc e ;235d 1c . + adc a,l ;235e 8d . + adc a,e ;235f 8b . + call po,sub_8b88h ;2360 e4 88 8b . . . + add a,l ;2363 85 . + adc a,b ;2364 88 . + add a,l ;2365 85 . + add a,e ;2366 83 . + adc a,b ;2367 88 . + add a,b ;2368 80 . + adc a,l ;2369 8d . + ld a,a ;236a 7f  + sub l ;236b 95 . + ld a,a ;236c 7f  + sbc a,e ;236d 9b . + add a,b ;236e 80 . + nop ;236f 00 . + adc a,c ;2370 89 . + ld a,e ;2371 7b { + call po,sub_7a8bh ;2372 e4 8b 7a . . z + sub e ;2375 93 . + ld a,d ;2376 7a z + sub (hl) ;2377 96 . + ld a,h ;2378 7c | + sub (hl) ;2379 96 . + add a,b ;237a 80 . + sub e ;237b 93 . + add a,e ;237c 83 . + add a,(hl) ;237d 86 . + add a,e ;237e 83 . + add a,e ;237f 83 . + add a,a ;2380 87 . + add a,h ;2381 84 . + adc a,l ;2382 8d . + add a,a ;2383 87 . + sub d ;2384 92 . + sub b ;2385 90 . + sbc a,b ;2386 98 . + sub h ;2387 94 . + sbc a,c ;2388 99 . + sbc a,l ;2389 9d . + sbc a,c ;238a 99 . + inc e ;238b 1c . + sub h ;238c 94 . + sbc a,c ;238d 99 . + call po,sub_9a8dh ;238e e4 8d 9a . . . + adc a,h ;2391 8c . + sbc a,l ;2392 9d . + adc a,l ;2393 8d . + and b ;2394 a0 . + nop ;2395 00 . + add a,h ;2396 84 . + sub e ;2397 93 . + call po,sub_9486h ;2398 e4 86 94 . . . + adc a,c ;239b 89 . + sub h ;239c 94 . + adc a,e ;239d 8b . + sub d ;239e 92 . + adc a,e ;239f 8b . + sub b ;23a0 90 . + add a,(hl) ;23a1 86 . + add a,b ;23a2 80 . + inc e ;23a3 1c . + adc a,e ;23a4 8b . + sub b ;23a5 90 . + call po,sub_928dh ;23a6 e4 8d 92 . . . + adc a,a ;23a9 8f . + sub h ;23aa 94 . + sbc a,b ;23ab 98 . + sub h ;23ac 94 . + sbc a,e ;23ad 9b . + sub d ;23ae 92 . + sbc a,h ;23af 9c . + adc a,(hl) ;23b0 8e . + sub (hl) ;23b1 96 . + ld a,d ;23b2 7a z + nop ;23b3 00 . + add a,d ;23b4 82 . + adc a,b ;23b5 88 . + call po,09083h ;23b6 e4 83 90 . . . + add a,(hl) ;23b9 86 . + sbc a,b ;23ba 98 . + adc a,d ;23bb 8a . + sbc a,(hl) ;23bc 9e . + adc a,a ;23bd 8f . + and c ;23be a1 . + sbc a,c ;23bf 99 . + and c ;23c0 a1 . + sbc a,l ;23c1 9d . + sbc a,(hl) ;23c2 9e . + sbc a,(hl) ;23c3 9e . + sbc a,b ;23c4 98 . + sbc a,l ;23c5 9d . + sub b ;23c6 90 . + sbc a,d ;23c7 9a . + adc a,b ;23c8 88 . + sub (hl) ;23c9 96 . + add a,d ;23ca 82 . + sub c ;23cb 91 . + ld a,a ;23cc 7f  + add a,a ;23cd 87 . + ld a,a ;23ce 7f  + add a,e ;23cf 83 . + add a,e ;23d0 83 . + add a,d ;23d1 82 . + adc a,b ;23d2 88 . + inc e ;23d3 1c . + add a,e ;23d4 83 . + sub b ;23d5 90 . + call po,sub_909dh ;23d6 e4 9d 90 . . . + nop ;23d9 00 . + adc a,(hl) ;23da 8e . + sub d ;23db 92 . + call po,sub_8589h ;23dc e4 89 85 . . . + adc a,b ;23df 88 . + add a,d ;23e0 82 . + adc a,c ;23e1 89 . + add a,b ;23e2 80 . + adc a,h ;23e3 8c . + ld a,a ;23e4 7f  + sub c ;23e5 91 . + ld a,a ;23e6 7f  + sub l ;23e7 95 . + add a,b ;23e8 80 . + sbc a,b ;23e9 98 . + add a,d ;23ea 82 . + nop ;23eb 00 . + add a,h ;23ec 84 . + sub e ;23ed 93 . + call po,sub_9389h ;23ee e4 89 93 . . . + adc a,e ;23f1 8b . + sub c ;23f2 91 . + adc a,e ;23f3 8b . + sub b ;23f4 90 . + adc a,b ;23f5 88 . + adc a,c ;23f6 89 . + add a,h ;23f7 84 . + add a,b ;23f8 80 . + inc e ;23f9 1c . + adc a,b ;23fa 88 . + adc a,c ;23fb 89 . + call po,sub_939bh+1 ;23fc e4 9c 93 . . . + inc e ;23ff 1c . + sub (hl) ;2400 96 . + sub b ;2401 90 . + call po,sub_8b93h ;2402 e4 93 8b . . . + sub b ;2405 90 . + add a,e ;2406 83 . + sub c ;2407 91 . + add a,c ;2408 81 . + sub e ;2409 93 . + add a,b ;240a 80 . + sbc a,d ;240b 9a . + add a,b ;240c 80 . + sbc a,h ;240d 9c . + add a,c ;240e 81 . + nop ;240f 00 . + add a,d ;2410 82 . + add a,b ;2411 80 . + call po,sub_9493h ;2412 e4 93 94 . . . + inc e ;2415 1c . + adc a,c ;2416 89 . + sbc a,a ;2417 9f . + call po,sub_a08ah ;2418 e4 8a a0 . . . + adc a,(hl) ;241b 8e . + and b ;241c a0 . + sub b ;241d 90 . + sbc a,(hl) ;241e 9e . + sub e ;241f 93 . + sub h ;2420 94 . + sbc a,c ;2421 99 . + add a,d ;2422 82 . + sbc a,e ;2423 9b . + add a,b ;2424 80 . + sbc a,l ;2425 9d . + add a,b ;2426 80 . + nop ;2427 00 . + add a,e ;2428 83 . + ld a,d ;2429 7a z + call po,sub_9489h ;242a e4 89 94 . . . + inc e ;242d 1c . + add a,l ;242e 85 . + add a,e ;242f 83 . + call po,sub_8087h+1 ;2430 e4 88 80 . . . + sub e ;2433 93 . + add a,b ;2434 80 . + sub (hl) ;2435 96 . + add a,d ;2436 82 . + sub a ;2437 97 . + add a,h ;2438 84 . + sbc a,e ;2439 9b . + sub h ;243a 94 . + inc e ;243b 1c . + sub a ;243c 97 . + add a,h ;243d 84 . + call po,sub_8197h ;243e e4 97 81 . . . + sbc a,b ;2441 98 . + add a,b ;2442 80 . + sbc a,(hl) ;2443 9e . + add a,b ;2444 80 . + nop ;2445 00 . + add a,h ;2446 84 . + sub e ;2447 93 . + call po,sub_9387h ;2448 e4 87 93 . . . + adc a,c ;244b 89 . + sub d ;244c 92 . + adc a,d ;244d 8a . + adc a,(hl) ;244e 8e . + add a,a ;244f 87 . + add a,b ;2450 80 . + adc a,d ;2451 8a . + add a,b ;2452 80 . + adc a,a ;2453 8f . + add a,e ;2454 83 . + sub (hl) ;2455 96 . + adc a,d ;2456 8a . + sbc a,e ;2457 9b . + sub b ;2458 90 . + sbc a,h ;2459 9c . + sub e ;245a 93 . + nop ;245b 00 . + adc a,e ;245c 8b . + ld a,d ;245d 7a z + call po,sub_7a96h ;245e e4 96 7a . . z + sbc a,b ;2461 98 . + ld a,h ;2462 7c | + sbc a,b ;2463 98 . + ld a,a ;2464 7f  + sub (hl) ;2465 96 . + add a,c ;2466 81 . + add a,a ;2467 87 . + add a,c ;2468 81 . + add a,e ;2469 83 . + add a,h ;246a 84 . + add a,e ;246b 83 . + adc a,c ;246c 89 . + add a,a ;246d 87 . + adc a,h ;246e 8c . + sbc a,c ;246f 99 . + adc a,h ;2470 8c . + inc e ;2471 1c . + adc a,h ;2472 8c . + adc a,h ;2473 8c . + call po,08f89h ;2474 e4 89 8f . . . + adc a,c ;2477 89 . + sub e ;2478 93 . + adc a,h ;2479 8c . + sub (hl) ;247a 96 . + sbc a,(hl) ;247b 9e . + sub (hl) ;247c 96 . + inc e ;247d 1c . + adc a,a ;247e 8f . + sub (hl) ;247f 96 . + call po,sub_988bh+1 ;2480 e4 8c 98 . . . + adc a,h ;2483 8c . + sbc a,d ;2484 9a . + nop ;2485 00 . + add a,e ;2486 83 . + add a,a ;2487 87 . + call po,sub_9188h ;2488 e4 88 91 . . . + adc a,l ;248b 8d . + sub h ;248c 94 . + sbc a,b ;248d 98 . + sub h ;248e 94 . + sbc a,l ;248f 9d . + adc a,a ;2490 8f . + sbc a,l ;2491 9d . + adc a,h ;2492 8c . + sbc a,b ;2493 98 . + add a,c ;2494 81 . + sub e ;2495 93 . + ld a,a ;2496 7f  + adc a,b ;2497 88 . + ld a,a ;2498 7f  + add a,e ;2499 83 . + add a,h ;249a 84 . + add a,e ;249b 83 . + add a,a ;249c 87 . + nop ;249d 00 . + add a,d ;249e 82 . + add a,b ;249f 80 . + call po,sub_948ah ;24a0 e4 8a 94 . . . + inc e ;24a3 1c . + add a,d ;24a4 82 . + sub d ;24a5 92 . + call po,sub_9485h ;24a6 e4 85 94 . . . + sbc a,h ;24a9 9c . + sub h ;24aa 94 . + sbc a,a ;24ab 9f . + sub (hl) ;24ac 96 . + inc e ;24ad 1c . + sbc a,b ;24ae 98 . + sub h ;24af 94 . + call po,sub_8593h ;24b0 e4 93 85 . . . + sub e ;24b3 93 . + add a,e ;24b4 83 . + sub l ;24b5 95 . + add a,b ;24b6 80 . + sbc a,h ;24b7 9c . + add a,b ;24b8 80 . + nop ;24b9 00 . + add a,e ;24ba 83 . + ld a,d ;24bb 7a z + call po,sub_8e8ah ;24bc e4 8a 8e . . . + adc a,h ;24bf 8c . + sub c ;24c0 91 . + sub b ;24c1 90 . + sub e ;24c2 93 . + sbc a,c ;24c3 99 . + sub e ;24c4 93 . + sbc a,h ;24c5 9c . + sub c ;24c6 91 . + sbc a,l ;24c7 9d . + adc a,(hl) ;24c8 8e . + sbc a,l ;24c9 9d . + adc a,c ;24ca 89 . + sbc a,d ;24cb 9a . + add a,d ;24cc 82 . + sub (hl) ;24cd 96 . + ld a,a ;24ce 7f  + adc a,l ;24cf 8d . + ld a,a ;24d0 7f  + adc a,b ;24d1 88 . + add a,d ;24d2 82 . + nop ;24d3 00 . + sbc a,(hl) ;24d4 9e . + sbc a,d ;24d5 9a . + call po,sub_989ch ;24d6 e4 9c 98 . . . + inc e ;24d9 1c . + sbc a,c ;24da 99 . + sub a ;24db 97 . + call po,sub_978ch ;24dc e4 8c 97 . . . + inc e ;24df 1c . + sbc a,h ;24e0 9c . + sbc a,b ;24e1 98 . + call po,sub_9799h ;24e2 e4 99 97 . . . + inc e ;24e5 1c . + adc a,h ;24e6 8c . + sub a ;24e7 97 . + call po,sub_9488h ;24e8 e4 88 94 . . . + add a,e ;24eb 83 . + adc a,e ;24ec 8b . + add a,d ;24ed 82 . + add a,l ;24ee 85 . + add a,h ;24ef 84 . + add a,b ;24f0 80 . + adc a,c ;24f1 89 . + ld a,a ;24f2 7f  + sub d ;24f3 92 . + ld a,a ;24f4 7f  + sub (hl) ;24f5 96 . + add a,h ;24f6 84 . + sbc a,c ;24f7 99 . + adc a,e ;24f8 8b . + sbc a,b ;24f9 98 . + sub b ;24fa 90 . + sub (hl) ;24fb 96 . + sub d ;24fc 92 . +sub_24fdh: + sub d ;24fd 92 . + sub e ;24fe 93 . + adc a,h ;24ff 8c . + sub e ;2500 93 . + adc a,d ;2501 8a . + sub d ;2502 92 . + nop ;2503 00 . + add a,d ;2504 82 . + sub c ;2505 91 . + call po,sub_9385h ;2506 e4 85 93 . . . + sbc a,e ;2509 9b . + sub e ;250a 93 . + sbc a,(hl) ;250b 9e . + sub l ;250c 95 . + inc e ;250d 1c . + adc a,a ;250e 8f . + sub e ;250f 93 . + call po,sub_8489h ;2510 e4 89 84 . . . + adc a,d ;2513 8a . + add a,c ;2514 81 . + adc a,h ;2515 8c . + ld a,a ;2516 7f  + sub h ;2517 94 . + ld a,a ;2518 7f  + sbc a,d ;2519 9a . + add a,c ;251a 81 . + nop ;251b 00 . + add a,e ;251c 83 . + sub d ;251d 92 . + call po,sub_9384h ;251e e4 84 93 . . . + adc a,b ;2521 88 . + sub e ;2522 93 . + adc a,c ;2523 89 . + sub d ;2524 92 . + adc a,d ;2525 8a . + sub b ;2526 90 . + add a,l ;2527 85 . + add a,(hl) ;2528 86 . + add a,l ;2529 85 . + add a,d ;252a 82 . + add a,a ;252b 87 . + add a,b ;252c 80 . + adc a,h ;252d 8c . + ld a,a ;252e 7f  + sub e ;252f 93 . + ld a,a ;2530 7f  + sub (hl) ;2531 96 . + add a,b ;2532 80 . + sbc a,d ;2533 9a . + add a,a ;2534 87 . + sbc a,(hl) ;2535 9e . + sub e ;2536 93 . + nop ;2537 00 . + add a,d ;2538 82 . + add a,h ;2539 84 . + call po,08882h ;253a e4 82 88 . . . + add a,h ;253d 84 . + adc a,(hl) ;253e 8e . + adc a,c ;253f 89 . + sub e ;2540 93 . + sbc a,c ;2541 99 . + sub e ;2542 93 . + sbc a,(hl) ;2543 9e . + adc a,a ;2544 8f . + sbc a,(hl) ;2545 9e . + adc a,d ;2546 8a . + sbc a,h ;2547 9c . + add a,h ;2548 84 . + sub a ;2549 97 . + add a,b ;254a 80 . + add a,a ;254b 87 . + add a,b ;254c 80 . + add a,d ;254d 82 . + add a,h ;254e 84 . + inc e ;254f 1c . + sub l ;2550 95 . + and b ;2551 a0 . + call po,sub_7a8ch ;2552 e4 8c 7a . . z + nop ;2555 00 . + add a,d ;2556 82 . + ld a,d ;2557 7a z + call po,sub_7a85h ;2558 e4 85 7a . . z + adc a,l ;255b 8d . + add a,d ;255c 82 . + sbc a,b ;255d 98 . + adc a,a ;255e 8f . + sbc a,e ;255f 9b . + sub d ;2560 92 . + sbc a,(hl) ;2561 9e . + sub e ;2562 93 . + inc e ;2563 1c . + add a,(hl) ;2564 86 . + sub e ;2565 93 . + call po,sub_928ah ;2566 e4 8a 92 . . . + adc a,h ;2569 8c . + sub b ;256a 90 . + sub (hl) ;256b 96 . + ld a,l ;256c 7d } + sbc a,c ;256d 99 . + ld a,d ;256e 7a z + sbc a,h ;256f 9c . + ld a,d ;2570 7a z + nop ;2571 00 . + add a,d ;2572 82 . + sub e ;2573 93 . + call po,sub_9384h ;2574 e4 84 93 . . . + add a,(hl) ;2577 86 . + sub d ;2578 92 . + add a,d ;2579 82 . + add a,a ;257a 87 . + add a,d ;257b 82 . + add a,e ;257c 83 . + add a,l ;257d 85 . + add a,b ;257e 80 . + sub (hl) ;257f 96 . + add a,b ;2580 80 . + sbc a,d ;2581 9a . + add a,e ;2582 83 . + sbc a,(hl) ;2583 9e . + adc a,l ;2584 8d . + sbc a,a ;2585 9f . + sub e ;2586 93 . + inc e ;2587 1c . + sub h ;2588 94 . + and b ;2589 a0 . + call po,sub_7a8bh ;258a e4 8b 7a . . z + nop ;258d 00 . + add a,l ;258e 85 . + sub e ;258f 93 . + call po,sub_8a81h ;2590 e4 81 8a . . . + add a,b ;2593 80 . + add a,l ;2594 85 . + add a,b ;2595 80 . + add a,d ;2596 82 . + add a,h ;2597 84 . + ld a,a ;2598 7f  + adc a,h ;2599 8c . + ld a,a ;259a 7f  + adc a,a ;259b 8f . + add a,e ;259c 83 . + sub e ;259d 93 . + adc a,l ;259e 8d . + inc e ;259f 1c . + adc a,a ;25a0 8f . + add a,e ;25a1 83 . + call po,sub_7f91h ;25a2 e4 91 7f . .  + sbc a,e ;25a5 9b . + ld a,a ;25a6 7f  + sbc a,a ;25a7 9f . + add a,d ;25a8 82 . + and c ;25a9 a1 . + add a,a ;25aa 87 . + and e ;25ab a3 . + adc a,(hl) ;25ac 8e . + and d ;25ad a2 . + sub e ;25ae 93 . + nop ;25af 00 . + nop ;25b0 00 . + nop ;25b1 00 . + nop ;25b2 00 . + nop ;25b3 00 . + nop ;25b4 00 . + nop ;25b5 00 . + nop ;25b6 00 . + nop ;25b7 00 . + nop ;25b8 00 . + nop ;25b9 00 . + nop ;25ba 00 . + nop ;25bb 00 . + nop ;25bc 00 . + add a,e ;25bd 83 . + sbc a,e ;25be 9b . + call po,sub_9b9fh ;25bf e4 9f 9b . . . + inc e ;25c2 1c . + sub b ;25c3 90 . + and b ;25c4 a0 . + call po,sub_988bh+1 ;25c5 e4 8c 98 . . . + add a,a ;25c8 87 . + sub b ;25c9 90 . + add a,h ;25ca 84 . + adc a,h ;25cb 8c . + inc e ;25cc 1c . + add a,a ;25cd 87 . + sub b ;25ce 90 . + call po,sub_928ah ;25cf e4 8a 92 . . . + adc a,(hl) ;25d2 8e . + sub h ;25d3 94 . + sub d ;25d4 92 . + sub l ;25d5 95 . + sub (hl) ;25d6 96 . + sub h ;25d7 94 . + sbc a,b ;25d8 98 . + adc a,(hl) ;25d9 8e . + sbc a,b ;25da 98 . + add a,(hl) ;25db 86 . + inc e ;25dc 1c . + and c ;25dd a1 . + sub e ;25de 93 . + call po,sub_8e92h ;25df e4 92 8e . . . + adc a,l ;25e2 8d . + adc a,e ;25e3 8b . + adc a,d ;25e4 8a . + adc a,b ;25e5 88 . + adc a,d ;25e6 8a . + add a,e ;25e7 83 . + adc a,(hl) ;25e8 8e . + add a,b ;25e9 80 . + and b ;25ea a0 . + add a,b ;25eb 80 . + nop ;25ec 00 . + add a,h ;25ed 84 . + sub (hl) ;25ee 96 . + call po,sub_969dh ;25ef e4 9d 96 . . . + inc e ;25f2 1c . + adc a,l ;25f3 8d . + sbc a,h ;25f4 9c . + call po,sub_8c8dh ;25f5 e4 8d 8c . . . + adc a,a ;25f8 8f . + add a,h ;25f9 84 . + inc e ;25fa 1c . + sbc a,d ;25fb 9a . +sub_25fch: + sub b ;25fc 90 . +sub_25fdh: + call po,sub_8b96h ;25fd e4 96 8b . . . + adc a,a ;2600 8f . + add a,h ;2601 84 . + adc a,h ;2602 8c . + add a,d ;2603 82 . + adc a,b ;2604 88 . + add a,c ;2605 81 . + add a,(hl) ;2606 86 . + add a,c ;2607 81 . + add a,h ;2608 84 . + add a,e ;2609 83 . + add a,h ;260a 84 . + adc a,b ;260b 88 . + add a,(hl) ;260c 86 . + adc a,h ;260d 8c . + adc a,h ;260e 8c . + sub b ;260f 90 . + sub b ;2610 90 . + sub c ;2611 91 . + sub a ;2612 97 . + sub c ;2613 91 . + sbc a,d ;2614 9a . + sub b ;2615 90 . + sbc a,l ;2616 9d . + adc a,(hl) ;2617 8e . + sbc a,a ;2618 9f . + adc a,c ;2619 89 . + sbc a,(hl) ;261a 9e . + add a,(hl) ;261b 86 . + sbc a,d ;261c 9a . + add a,c ;261d 81 . + sub l ;261e 95 . + add a,b ;261f 80 . + sub d ;2620 92 . + add a,b ;2621 80 . + nop ;2622 00 . + add a,l ;2623 85 . + sbc a,b ;2624 98 . + call po,sub_8c84h ;2625 e4 84 8c . . . + add a,h ;2628 84 . + adc a,d ;2629 8a . + add a,l ;262a 85 . + add a,l ;262b 85 . + add a,(hl) ;262c 86 . + add a,d ;262d 82 . + adc a,b ;262e 88 . + add a,b ;262f 80 . + adc a,d ;2630 8a . + add a,b ;2631 80 . + adc a,h ;2632 8c . + add a,c ;2633 81 . + adc a,(hl) ;2634 8e . + add a,e ;2635 83 . + adc a,a ;2636 8f . + add a,(hl) ;2637 86 . + inc e ;2638 1c . + sub a ;2639 97 . + sub a ;263a 97 . + call po,sub_939ah ;263b e4 9a 93 . . . + sbc a,h ;263e 9c . + adc a,l ;263f 8d . + sbc a,l ;2640 9d . + add a,a ;2641 87 . + sbc a,l ;2642 9d . + add a,h ;2643 84 . + sbc a,h ;2644 9c . + add a,d ;2645 82 . + nop ;2646 00 . + adc a,d ;2647 8a . + sbc a,d ;2648 9a . + call po,sub_9993h ;2649 e4 93 99 . . . + sbc a,c ;264c 99 . + sbc a,c ;264d 99 . + inc e ;264e 1c . + add a,l ;264f 85 . + sub b ;2650 90 . + call po,sub_928ah ;2651 e4 8a 92 . . . + adc a,(hl) ;2654 8e . + sub e ;2655 93 . + sub a ;2656 97 . + sub e ;2657 93 . + sbc a,e ;2658 9b . + sub c ;2659 91 . + sbc a,l ;265a 9d . + adc a,(hl) ;265b 8e . + sbc a,l ;265c 9d . + adc a,e ;265d 8b . + sbc a,h ;265e 9c . + adc a,b ;265f 88 . + sbc a,b ;2660 98 . + add a,h ;2661 84 . + sub h ;2662 94 . + add a,d ;2663 82 . + adc a,h ;2664 8c . + add a,b ;2665 80 . + adc a,e ;2666 8b . + add a,b ;2667 80 . + nop ;2668 00 . + adc a,d ;2669 8a . + sbc a,c ;266a 99 . + call po,sub_9898h ;266b e4 98 98 . . . + inc e ;266e 1c . + add a,(hl) ;266f 86 . + sub d ;2670 92 . + call po,sub_9399h ;2671 e4 99 93 . . . + adc a,(hl) ;2674 8e . + adc a,d ;2675 8a . + add a,e ;2676 83 . + add a,b ;2677 80 . + inc e ;2678 1c . + adc a,(hl) ;2679 8e . + adc a,d ;267a 8a . + call po,sub_8a93h ;267b e4 93 8a . . . + sub h ;267e 94 . + adc a,c ;267f 89 . + sub h ;2680 94 . + add a,d ;2681 82 . + sub a ;2682 97 . + add a,b ;2683 80 . + sbc a,d ;2684 9a . + add a,b ;2685 80 . + sbc a,(hl) ;2686 9e . + add a,c ;2687 81 . + nop ;2688 00 . + add a,l ;2689 85 . + sub l ;268a 95 . + call po,sub_9595h ;268b e4 95 95 . . . + inc e ;268e 1c . + sbc a,b ;268f 98 . + sub a ;2690 97 . + call po,sub_919eh ;2691 e4 9e 91 . . . + inc e ;2694 1c . + adc a,l ;2695 8d . + sbc a,d ;2696 9a . + call po,sub_818dh ;2697 e4 8d 81 . . . + adc a,h ;269a 8c . + add a,b ;269b 80 . + adc a,b ;269c 88 . + add a,b ;269d 80 . + add a,l ;269e 85 . + add a,d ;269f 82 . + add a,e ;26a0 83 . + add a,l ;26a1 85 . + add a,l ;26a2 85 . + adc a,c ;26a3 89 . + adc a,e ;26a4 8b . + adc a,l ;26a5 8d . + sub b ;26a6 90 . + adc a,(hl) ;26a7 8e . + sub a ;26a8 97 . + adc a,(hl) ;26a9 8e . + sbc a,e ;26aa 9b . + adc a,h ;26ab 8c . + sbc a,l ;26ac 9d . + adc a,c ;26ad 89 . + sbc a,l ;26ae 9d . + add a,(hl) ;26af 86 . + sbc a,e ;26b0 9b . + add a,d ;26b1 82 . + sbc a,c ;26b2 99 . + add a,b ;26b3 80 . + sub c ;26b4 91 . + ld a,a ;26b5 7f  + nop ;26b6 00 . + sub c ;26b7 91 . + add a,b ;26b8 80 . + call po,sub_8a8eh ;26b9 e4 8e 8a . . . + adc a,e ;26bc 8b . + sub d ;26bd 92 . + adc a,b ;26be 88 . + sbc a,b ;26bf 98 . + inc e ;26c0 1c . + add a,e ;26c1 83 . + adc a,(hl) ;26c2 8e . + call po,sub_928ch ;26c3 e4 8c 92 . . . + sub l ;26c6 95 . + sub l ;26c7 95 . + sbc a,b ;26c8 98 . + sub l ;26c9 95 . + sbc a,d ;26ca 9a . + sub l ;26cb 95 . + sbc a,l ;26cc 9d . + sub h ;26cd 94 . + sbc a,a ;26ce 9f . + sub c ;26cf 91 . + sbc a,a ;26d0 9f . + adc a,(hl) ;26d1 8e . + sbc a,(hl) ;26d2 9e . + adc a,e ;26d3 8b . + sbc a,d ;26d4 9a . + adc a,c ;26d5 89 . + sub l ;26d6 95 . + adc a,c ;26d7 89 . + inc e ;26d8 1c . + sub l ;26d9 95 . + sub l ;26da 95 . + call po,09b91h ;26db e4 91 9b . . . + nop ;26de 00 . + add a,l ;26df 85 . + sbc a,b ;26e0 98 . + call po,sub_8d82h+2 ;26e1 e4 84 8d . . . + add a,h ;26e4 84 . + adc a,d ;26e5 8a . + add a,l ;26e6 85 . + add a,(hl) ;26e7 86 . + inc e ;26e8 1c . + add a,h ;26e9 84 . + adc a,d ;26ea 8a . + call po,sub_8d86h ;26eb e4 86 8d . . . + adc a,b ;26ee 88 . + sub b ;26ef 90 . + adc a,h ;26f0 8c . + sub h ;26f1 94 . + sub b ;26f2 90 . + sub (hl) ;26f3 96 . + sbc a,b ;26f4 98 . + sub (hl) ;26f5 96 . + sbc a,d ;26f6 9a . + sub l ;26f7 95 . + sbc a,h ;26f8 9c . + sub e ;26f9 93 . + sbc a,(hl) ;26fa 9e . + adc a,a ;26fb 8f . +sub_26fch: + sbc a,(hl) ;26fc 9e . + adc a,h ;26fd 8c . + sbc a,h ;26fe 9c . + adc a,b ;26ff 88 . + sub a ;2700 97 . + add a,l ;2701 85 . + sub c ;2702 91 . + add a,l ;2703 85 . + adc a,l ;2704 8d . + add a,a ;2705 87 . + adc a,h ;2706 8c . + adc a,b ;2707 88 . + inc e ;2708 1c . + sub e ;2709 93 . + sbc a,e ;270a 9b . + call po,sub_9894h ;270b e4 94 98 . . . + sub h ;270e 94 . + adc a,d ;270f 8a . + sub d ;2710 92 . + add a,h ;2711 84 . + adc a,(hl) ;2712 8e . + add a,b ;2713 80 . + adc a,e ;2714 8b . + add a,b ;2715 80 . + nop ;2716 00 . + sub d ;2717 92 . + sub e ;2718 93 . + call po,sub_939eh ;2719 e4 9e 93 . . . + inc e ;271c 1c . + sub d ;271d 92 . + sbc a,e ;271e 9b . + call po,sub_8692h ;271f e4 92 86 . . . + sub c ;2722 91 . + add a,c ;2723 81 . + adc a,a ;2724 8f . + add a,b ;2725 80 . + adc a,c ;2726 89 . + add a,b ;2727 80 . + add a,(hl) ;2728 86 . + add a,c ;2729 81 . + add a,h ;272a 84 . + add a,e ;272b 83 . + add a,h ;272c 84 . + add a,(hl) ;272d 86 . + add a,l ;272e 85 . + adc a,b ;272f 88 . + adc a,c ;2730 89 . + adc a,d ;2731 8a . + adc a,l ;2732 8d . + adc a,d ;2733 8a . + sub (hl) ;2734 96 . + add a,a ;2735 87 . + sbc a,l ;2736 9d . + add a,d ;2737 82 . + nop ;2738 00 . + add a,e ;2739 83 . + sub c ;273a 91 . + call po,sub_938ch ;273b e4 8c 93 . . . + sub c ;273e 91 . + sub h ;273f 94 . + sub (hl) ;2740 96 . + sub h ;2741 94 . + sbc a,d ;2742 9a . + sub e ;2743 93 . + sbc a,(hl) ;2744 9e . + sub b ;2745 90 . + sbc a,a ;2746 9f . + adc a,h ;2747 8c . + sbc a,(hl) ;2748 9e . + adc a,b ;2749 88 . + sbc a,h ;274a 9c . + add a,l ;274b 85 . + sbc a,c ;274c 99 . + add a,e ;274d 83 . + sub a ;274e 97 . + add a,d ;274f 82 . + sub d ;2750 92 . + add a,c ;2751 81 . + adc a,d ;2752 8a . + add a,c ;2753 81 . + nop ;2754 00 . + nop ;2755 00 . + add a,c ;2756 81 . + sbc a,h ;2757 9c . + call po,sub_9c9fh ;2758 e4 9f 9c . . . + inc e ;275b 1c . + adc a,h ;275c 8c . + and c ;275d a1 . + call po,sub_908bh ;275e e4 8b 90 . . . + adc a,(hl) ;2761 8e . + add a,h ;2762 84 . + inc e ;2763 1c . + sbc a,b ;2764 98 . + sub l ;2765 95 . + call po,sub_8c94h ;2766 e4 94 8c . . . + adc a,(hl) ;2769 8e . + add a,h ;276a 84 . + add a,a ;276b 87 . + add a,b ;276c 80 . + add a,e ;276d 83 . + add a,b ;276e 80 . + add a,b ;276f 80 . + add a,h ;2770 84 . + add a,c ;2771 81 . + adc a,e ;2772 8b . + adc a,c ;2773 89 . + sub e ;2774 93 . + adc a,a ;2775 8f . + sub l ;2776 95 . + sbc a,b ;2777 98 . + sub l ;2778 95 . + sbc a,l ;2779 9d . + sub d ;277a 92 . + and c ;277b a1 . + adc a,(hl) ;277c 8e . + and c ;277d a1 . + add a,a ;277e 87 . + sbc a,a ;277f 9f . + add a,e ;2780 83 . + sbc a,e ;2781 9b . + add a,b ;2782 80 . + sub e ;2783 93 . + ld a,a ;2784 7f  + nop ;2785 00 . + add a,h ;2786 84 . + sbc a,a ;2787 9f . + call po,sub_9782h ;2788 e4 82 97 . . . + add a,d ;278b 82 . + adc a,l ;278c 8d . + add a,e ;278d 83 . + add a,h ;278e 84 . + add a,l ;278f 85 . + add a,c ;2790 81 . + add a,a ;2791 87 . + add a,c ;2792 81 . + adc a,a ;2793 8f . + adc a,b ;2794 88 . + inc e ;2795 1c . + sbc a,e ;2796 9b . + sbc a,l ;2797 9d . + call po,sub_969eh ;2798 e4 9e 96 . . . + and b ;279b a0 . + adc a,(hl) ;279c 8e . + and b ;279d a0 . + add a,(hl) ;279e 86 . + nop ;279f 00 . + adc a,c ;27a0 89 . + ld a,a ;27a1 7f  + call po,sub_8091h ;27a2 e4 91 80 . . . + sub (hl) ;27a5 96 . + add a,d ;27a6 82 . + sbc a,l ;27a7 9d . + add a,a ;27a8 87 . + and b ;27a9 a0 . + adc a,l ;27aa 8d . + and b ;27ab a0 . + sub b ;27ac 90 . + sbc a,a ;27ad 9f . + sub e ;27ae 93 . + sbc a,h ;27af 9c . + sub (hl) ;27b0 96 . + sbc a,b ;27b1 98 . + sub a ;27b2 97 . + adc a,l ;27b3 8d . + sub a ;27b4 97 . + add a,d ;27b5 82 . + sub h ;27b6 94 . + inc e ;27b7 1c . + adc a,d ;27b8 8a . + and b ;27b9 a0 . + call po,sub_9e9bh ;27ba e4 9b 9e . . . + nop ;27bd 00 . + adc a,b ;27be 88 . + and b ;27bf a0 . + call po,sub_9e97h ;27c0 e4 97 9e . . . + inc e ;27c3 1c . + add a,h ;27c4 84 . + sub a ;27c5 97 . + call po,sub_989bh ;27c6 e4 9b 98 . . . + adc a,h ;27c9 8c . + adc a,h ;27ca 8c . + add a,b ;27cb 80 . + add a,b ;27cc 80 . + inc e ;27cd 1c . + adc a,h ;27ce 8c . + adc a,h ;27cf 8c . + call po,sub_8c90h+2 ;27d0 e4 92 8c . . . + sub l ;27d3 95 . + adc a,e ;27d4 8b . + sub l ;27d5 95 . + add a,d ;27d6 82 . + sub a ;27d7 97 . + add a,b ;27d8 80 . + and b ;27d9 a0 . + add a,b ;27da 80 . + and d ;27db a2 . + add a,c ;27dc 81 . + nop ;27dd 00 . + add a,d ;27de 82 . + sbc a,d ;27df 9a . + call po,sub_9a96h ;27e0 e4 96 9a . . . + inc e ;27e3 1c . + sbc a,e ;27e4 9b . + sbc a,l ;27e5 9d . + call po,sub_97a1h ;27e6 e4 a1 97 . . . + inc e ;27e9 1c . + adc a,h ;27ea 8c . + and c ;27eb a1 . + call po,sub_828ch ;27ec e4 8c 82 . . . + adc a,e ;27ef 8b . + add a,b ;27f0 80 . + add a,(hl) ;27f1 86 . + add a,b ;27f2 80 . + add a,c ;27f3 81 . + add a,h ;27f4 84 . + add a,c ;27f5 81 . + adc a,c ;27f6 89 . + adc a,c ;27f7 89 . + sub b ;27f8 90 . + sub b ;27f9 90 . + sub d ;27fa 92 . + sbc a,c ;27fb 99 . + sub d ;27fc 92 . + and b ;27fd a0 . + adc a,(hl) ;27fe 8e . + and c ;27ff a1 . + adc a,d ;2800 8a . + and c ;2801 a1 . + add a,(hl) ;2802 86 . + sbc a,h ;2803 9c . + add a,b ;2804 80 . + sub h ;2805 94 . + ld a,a ;2806 7f  + nop ;2807 00 . + call po,sub_8a86h ;2808 e4 86 8a . . . + adc a,c ;280b 89 . + sub d ;280c 92 . + adc a,e ;280d 8b . + sbc a,d ;280e 9a . + adc a,h ;280f 8c . + and c ;2810 a1 . + inc e ;2811 1c . + add a,c ;2812 81 . + sub a ;2813 97 . + call po,sub_9895h ;2814 e4 95 98 . . . + sbc a,b ;2817 98 . + sub h ;2818 94 . + sbc a,b ;2819 98 . + adc a,b ;281a 88 . + sub (hl) ;281b 96 . + add a,d ;281c 82 . + sub h ;281d 94 . + add a,b ;281e 80 . + adc a,e ;281f 8b . + add a,c ;2820 81 . + inc e ;2821 1c . + sbc a,e ;2822 9b . + sbc a,l ;2823 9d . + call po,sub_96a0h ;2824 e4 a0 96 . . . + and e ;2827 a3 . + adc a,(hl) ;2828 8e . + nop ;2829 00 . + add a,b ;282a 80 . + sub c ;282b 91 . + call po,sub_918eh ;282c e4 8e 91 . . . + and d ;282f a2 . + sub e ;2830 93 . + inc e ;2831 1c . + sbc a,a ;2832 9f . + sbc a,e ;2833 9b . + call po,sub_9a91h+1 ;2834 e4 92 9a . . . + add a,e ;2837 83 . + sbc a,d ;2838 9a . + inc e ;2839 1c . + adc a,a ;283a 8f . + and c ;283b a1 . + call po,sub_9692h ;283c e4 92 96 . . . + sub (hl) ;283f 96 . + adc a,a ;2840 8f . + sbc a,e ;2841 9b . + adc a,b ;2842 88 . + inc e ;2843 1c . + adc a,b ;2844 88 . + adc a,e ;2845 8b . + call po,sub_8884h ;2846 e4 84 88 . . . + add a,h ;2849 84 . + add a,h ;284a 84 . + add a,(hl) ;284b 86 . + add a,d ;284c 82 . + adc a,c ;284d 89 . + add a,b ;284e 80 . + sbc a,a ;284f 9f . + add a,b ;2850 80 . + nop ;2851 00 . + sub a ;2852 97 . + and c ;2853 a1 . + call po,sub_9c92h ;2854 e4 92 9c . . . + adc a,d ;2857 8a . + sub (hl) ;2858 96 . + add a,a ;2859 87 . + sub h ;285a 94 . + add a,e ;285b 83 . + sub d ;285c 92 . + add a,d ;285d 82 . + sub c ;285e 91 . + add a,h ;285f 84 . + adc a,a ;2860 8f . + adc a,h ;2861 8c . + adc a,c ;2862 89 . + sub e ;2863 93 . + add a,e ;2864 83 . + sbc a,b ;2865 98 . + ld a,a ;2866 7f  + nop ;2867 00 . + add a,d ;2868 82 . + add a,b ;2869 80 . + call po,sub_8a81h ;286a e4 81 8a . . . + add a,c ;286d 81 . + sub l ;286e 95 . + add a,d ;286f 82 . + and b ;2870 a0 . + inc e ;2871 1c . + adc a,c ;2872 89 . + sub a ;2873 97 . + call po,sub_97a1h ;2874 e4 a1 97 . . . + inc e ;2877 1c . + sbc a,c ;2878 99 . + and c ;2879 a1 . + call po,sub_8899h ;287a e4 99 88 . . . + sub (hl) ;287d 96 . + add a,h ;287e 84 . + sub e ;287f 93 . + add a,c ;2880 81 . + sub c ;2881 91 . + add a,b ;2882 80 . + adc a,e ;2883 8b . + add a,b ;2884 80 . + nop ;2885 00 . + add a,l ;2886 85 . + sbc a,l ;2887 9d . + call po,sub_9c92h ;2888 e4 92 9c . . . + sbc a,d ;288b 9a . + sbc a,l ;288c 9d . + sbc a,(hl) ;288d 9e . + sbc a,(hl) ;288e 9e . + inc e ;288f 1c . + add a,a ;2890 87 . + adc a,a ;2891 8f . + call po,sub_8c83h ;2892 e4 83 8c . . . + add a,e ;2895 83 . + add a,a ;2896 87 . + add a,l ;2897 85 . + add a,h ;2898 84 . + adc a,c ;2899 89 . + add a,d ;289a 82 . + sub c ;289b 91 . + add a,c ;289c 81 . + sbc a,h ;289d 9c . + add a,d ;289e 82 . + and b ;289f a0 . + add a,h ;28a0 84 . + nop ;28a1 00 . + add a,d ;28a2 82 . + sbc a,b ;28a3 98 . + call po,sub_9895h ;28a4 e4 95 98 . . . + and c ;28a7 a1 . + sbc a,c ;28a8 99 . + inc e ;28a9 1c . + sub c ;28aa 91 . + and b ;28ab a0 . + call po,sub_9496h ;28ac e4 96 94 . . . + sbc a,h ;28af 9c . + adc a,d ;28b0 8a . + inc e ;28b1 1c . + sub b ;28b2 90 . + sub b ;28b3 90 . + call po,sub_908ah ;28b4 e4 8a 90 . . . + add a,l ;28b7 85 . + adc a,(hl) ;28b8 8e . + add a,e ;28b9 83 . + adc a,e ;28ba 8b . + add a,e ;28bb 83 . + add a,a ;28bc 87 . + add a,(hl) ;28bd 86 . + add a,e ;28be 83 . + adc a,h ;28bf 8c . + add a,b ;28c0 80 . + sbc a,d ;28c1 9a . + add a,b ;28c2 80 . + sbc a,a ;28c3 9f . + add a,d ;28c4 82 . + nop ;28c5 00 . + add a,h ;28c6 84 . + and b ;28c7 a0 . + call po,sub_8a84h ;28c8 e4 84 8a . . . + add a,l ;28cb 85 . + add a,(hl) ;28cc 86 . + add a,a ;28cd 87 . + add a,d ;28ce 82 . + adc a,d ;28cf 8a . + add a,b ;28d0 80 . + sub e ;28d1 93 . + add a,b ;28d2 80 . + sub a ;28d3 97 . + add a,d ;28d4 82 . + sbc a,h ;28d5 9c . + adc a,b ;28d6 88 . + sbc a,(hl) ;28d7 9e . + adc a,h ;28d8 8c . + sbc a,a ;28d9 9f . + sub b ;28da 90 . + nop ;28db 00 . + add a,b ;28dc 80 . + sbc a,e ;28dd 9b . + call po,sub_9ba3h ;28de e4 a3 9b . . . + inc e ;28e1 1c . + sub (hl) ;28e2 96 . + and c ;28e3 a1 . + call po,sub_9096h ;28e4 e4 96 90 . . . + sub h ;28e7 94 . + adc a,e ;28e8 8b . + sub b ;28e9 90 . + adc a,b ;28ea 88 . + adc a,e ;28eb 8b . + adc a,b ;28ec 88 . + add a,a ;28ed 87 . + adc a,h ;28ee 8c . + add a,a ;28ef 87 . + sub c ;28f0 91 . + adc a,e ;28f1 8b . + sub l ;28f2 95 . + sub d ;28f3 92 . + sub l ;28f4 95 . + sub a ;28f5 97 . + adc a,a ;28f6 8f . + sub a ;28f7 97 . + adc a,d ;28f8 8a . + sub e ;28f9 93 . + add a,d ;28fa 82 . + adc a,(hl) ;28fb 8e . +sub_28fch: + ld a,a ;28fc 7f  + adc a,d ;28fd 8a . + ld a,a ;28fe 7f  + adc a,b ;28ff 88 . + add a,b ;2900 80 . + nop ;2901 00 . + add a,b ;2902 80 . + sub a ;2903 97 . + call po,sub_97a3h ;2904 e4 a3 97 . . . + inc e ;2907 1c . + sbc a,d ;2908 9a . + and b ;2909 a0 . + call po,sub_8c9ah ;290a e4 9a 8c . . . + sbc a,c ;290d 99 . + adc a,d ;290e 8a . + sub (hl) ;290f 96 . + adc a,c ;2910 89 . + sub c ;2911 91 . + adc a,d ;2912 8a . + inc e ;2913 1c . + adc a,b ;2914 88 . + and b ;2915 a0 . + call po,sub_8488h ;2916 e4 88 84 . . . + adc a,d ;2919 8a . + add a,c ;291a 81 . + adc a,l ;291b 8d . + add a,b ;291c 80 . + sbc a,h ;291d 9c . + add a,b ;291e 80 . + sbc a,a ;291f 9f . + add a,c ;2920 81 . + nop ;2921 00 . + add a,(hl) ;2922 86 . + sbc a,a ;2923 9f . + call po,sub_9f9ah ;2924 e4 9a 9f . . . + adc a,a ;2927 8f . + sub (hl) ;2928 96 . + add a,h ;2929 84 . + sub b ;292a 90 . + add a,b ;292b 80 . + adc a,a ;292c 8f . + inc e ;292d 1c . + add a,h ;292e 84 . + sub b ;292f 90 . + call po,sub_9293h ;2930 e4 93 92 . . . + and d ;2933 a2 . + sub d ;2934 92 . + inc e ;2935 1c . + sub a ;2936 97 . + sub d ;2937 92 . + call po,sub_9091h ;2938 e4 91 90 . . . + adc a,l ;293b 8d . + adc a,l ;293c 8d . + adc a,d ;293d 8a . + adc a,d ;293e 8a . + adc a,d ;293f 8a . + add a,l ;2940 85 . + adc a,l ;2941 8d . + add a,c ;2942 81 . + sub b ;2943 90 . + add a,b ;2944 80 . + sbc a,b ;2945 98 . + ld a,a ;2946 7f  + sbc a,l ;2947 9d . + add a,b ;2948 80 . + nop ;2949 00 . + add a,c ;294a 81 . + sbc a,c ;294b 99 . + call po,sub_9994h ;294c e4 94 99 . . . + inc e ;294f 1c . + adc a,e ;2950 8b . + and b ;2951 a0 . + call po,sub_9388h ;2952 e4 88 93 . . . + add a,l ;2955 85 . + adc a,d ;2956 8a . + add a,b ;2957 80 . + add a,b ;2958 80 . + inc e ;2959 1c . + sub b ;295a 90 . + sub d ;295b 92 . + call po,09397h ;295c e4 97 93 . . . + and c ;295f a1 . + sub d ;2960 92 . + inc e ;2961 1c . + adc a,(hl) ;2962 8e . + adc a,c ;2963 89 . + call po,sub_858dh ;2964 e4 8d 85 . . . + adc a,(hl) ;2967 8e . + add a,e ;2968 83 . + sub c ;2969 91 . + add a,b ;296a 80 . + sub a ;296b 97 . + ld a,a ;296c 7f  + sbc a,e ;296d 9b . + ld a,a ;296e 7f  + and c ;296f a1 . + add a,b ;2970 80 . + nop ;2971 00 . + add a,c ;2972 81 . + sbc a,d ;2973 9a . + call po,sub_9aa2h ;2974 e4 a2 9a . . . + inc e ;2977 1c . + adc a,(hl) ;2978 8e . + and b ;2979 a0 . + call po,sub_988bh+1 ;297a e4 8c 98 . . . + adc a,c ;297d 89 . + sub c ;297e 91 . + add a,l ;297f 85 . + adc a,d ;2980 8a . + adc a,e ;2981 8b . + adc a,a ;2982 8f . + sub c ;2983 91 . + sub c ;2984 91 . + sbc a,c ;2985 99 . + sub c ;2986 91 . + sbc a,l ;2987 9d . + sub b ;2988 90 . + and c ;2989 a1 . + adc a,e ;298a 8b . + and c ;298b a1 . + adc a,b ;298c 88 . + sbc a,l ;298d 9d . + add a,d ;298e 82 . + sbc a,b ;298f 98 . + add a,b ;2990 80 . + adc a,d ;2991 8a . + add a,b ;2992 80 . + add a,l ;2993 85 . + add a,d ;2994 82 . + nop ;2995 00 . + add a,c ;2996 81 . + sbc a,b ;2997 98 . + call po,sub_9a86h ;2998 e4 86 9a . . . + adc a,(hl) ;299b 8e . + sbc a,h ;299c 9c . + sbc a,d ;299d 9a . + sbc a,h ;299e 9c . + sbc a,l ;299f 9d . + sbc a,e ;29a0 9b . + and c ;29a1 a1 . + sub a ;29a2 97 . + and d ;29a3 a2 . + sub h ;29a4 94 . + and d ;29a5 a2 . + sub b ;29a6 90 . + and c ;29a7 a1 . + adc a,l ;29a8 8d . + sbc a,a ;29a9 9f . + adc a,d ;29aa 8a . + sbc a,d ;29ab 9a . + add a,(hl) ;29ac 86 . + sub h ;29ad 94 . + add a,h ;29ae 84 . + adc a,a ;29af 8f . + add a,e ;29b0 83 . + adc a,d ;29b1 8a . + add a,e ;29b2 83 . + adc a,b ;29b3 88 . + add a,h ;29b4 84 . + nop ;29b5 00 . + add a,d ;29b6 82 . + sbc a,h ;29b7 9c . + call po,sub_9ea1h ;29b8 e4 a1 9e . . . + sbc a,e ;29bb 9b . + sbc a,l ;29bc 9d . + sub l ;29bd 95 . + sbc a,e ;29be 9b . + adc a,a ;29bf 8f . + sub a ;29c0 97 . + adc a,e ;29c1 8b . + sub d ;29c2 92 . + adc a,c ;29c3 89 . + adc a,l ;29c4 8d . + adc a,c ;29c5 89 . + adc a,c ;29c6 89 . + adc a,h ;29c7 8c . + add a,l ;29c8 85 . + sub b ;29c9 90 . + add a,d ;29ca 82 . + sub h ;29cb 94 . + add a,c ;29cc 81 . + sbc a,a ;29cd 9f . + add a,c ;29ce 81 . + nop ;29cf 00 . + adc a,c ;29d0 89 . + and b ;29d1 a0 . + call po,sub_938eh ;29d2 e4 8e 93 . . . + inc e ;29d5 1c . + sbc a,a ;29d6 9f . + sub a ;29d7 97 . + call po,sub_9696h ;29d8 e4 96 96 . . . + adc a,(hl) ;29db 8e . + sub e ;29dc 93 . + adc a,c ;29dd 89 . + sub c ;29de 91 . + add a,l ;29df 85 . + adc a,(hl) ;29e0 8e . + add a,e ;29e1 83 . + adc a,e ;29e2 8b . + add a,d ;29e3 82 . + adc a,b ;29e4 88 . + add a,h ;29e5 84 . + add a,e ;29e6 83 . + add a,a ;29e7 87 . + add a,c ;29e8 81 . + adc a,d ;29e9 8a . + add a,b ;29ea 80 . + sbc a,c ;29eb 99 . + add a,b ;29ec 80 . + and b ;29ed a0 . + add a,c ;29ee 81 . + nop ;29ef 00 . + add a,b ;29f0 80 . + add a,e ;29f1 83 . + call po,sub_9388h ;29f2 e4 88 93 . . . + adc a,e ;29f5 8b . + and b ;29f6 a0 . + inc e ;29f7 1c . + add a,c ;29f8 81 . + sbc a,c ;29f9 99 . + call po,sub_9993h ;29fa e4 93 99 . . . + inc e ;29fd 1c . + and d ;29fe a2 . + sbc a,c ;29ff 99 . + call po,sub_9999h ;2a00 e4 99 99 . . . + sbc a,c ;2a03 99 . + add a,e ;2a04 83 . + sub a ;2a05 97 . + add a,b ;2a06 80 . + sub e ;2a07 93 . + ld a,a ;2a08 7f  + adc a,(hl) ;2a09 8e . + ld a,a ;2a0a 7f  + adc a,d ;2a0b 8a . + add a,d ;2a0c 82 . + adc a,c ;2a0d 89 . + add a,(hl) ;2a0e 86 . + adc a,h ;2a0f 8c . + adc a,c ;2a10 89 . + adc a,a ;2a11 8f . + adc a,e ;2a12 8b . + sub l ;2a13 95 . + adc a,e ;2a14 8b . + sbc a,h ;2a15 9c . + adc a,b ;2a16 88 . + and d ;2a17 a2 . + add a,e ;2a18 83 . + nop ;2a19 00 . + add a,h ;2a1a 84 . + add a,b ;2a1b 80 . + call po,08f83h ;2a1c e4 83 8f . . . + add a,h ;2a1f 84 . + sbc a,b ;2a20 98 . + add a,(hl) ;2a21 86 . + and b ;2a22 a0 . + inc e ;2a23 1c . + adc a,l ;2a24 8d . + sbc a,l ;2a25 9d . + call po,sub_9c99h ;2a26 e4 99 9c . . . + sbc a,a ;2a29 9f . + sbc a,l ;2a2a 9d . + inc e ;2a2b 1c . + adc a,h ;2a2c 8c . + adc a,h ;2a2d 8c . + call po,sub_8a8bh ;2a2e e4 8b 8a . . . + adc a,e ;2a31 8b . + add a,(hl) ;2a32 86 . + adc a,(hl) ;2a33 8e . + add a,e ;2a34 83 . + sub d ;2a35 92 . + add a,d ;2a36 82 . + sbc a,l ;2a37 9d . + add a,d ;2a38 82 . + and c ;2a39 a1 . + add a,e ;2a3a 83 . + nop ;2a3b 00 . + adc a,(hl) ;2a3c 8e . + adc a,c ;2a3d 89 . + call po,sub_8d8bh ;2a3e e4 8b 8d . . . + adc a,b ;2a41 88 . + sub h ;2a42 94 . + add a,l ;2a43 85 . + sbc a,l ;2a44 9d . + inc e ;2a45 1c . + sbc a,b ;2a46 98 . + and b ;2a47 a0 . + call po,sub_9896h ;2a48 e4 96 98 . . . + sub d ;2a4b 92 . + adc a,a ;2a4c 8f . + adc a,(hl) ;2a4d 8e . + adc a,c ;2a4e 89 . + adc a,h ;2a4f 8c . + add a,(hl) ;2a50 86 . + adc a,c ;2a51 89 . + add a,e ;2a52 83 . + add a,a ;2a53 87 . + add a,d ;2a54 82 . + add a,l ;2a55 85 . + add a,d ;2a56 82 . + add a,d ;2a57 82 . + add a,e ;2a58 83 . + add a,b ;2a59 80 . + adc a,b ;2a5a 88 . + add a,d ;2a5b 82 . + sub b ;2a5c 90 . + adc a,b ;2a5d 88 . + sub a ;2a5e 97 . + sub c ;2a5f 91 . + sbc a,d ;2a60 9a . + sub a ;2a61 97 . + sbc a,d ;2a62 9a . + sbc a,(hl) ;2a63 9e . + sbc a,b ;2a64 98 . + and c ;2a65 a1 . + sub e ;2a66 93 . + and e ;2a67 a3 . + adc a,h ;2a68 8c . + and b ;2a69 a0 . + add a,h ;2a6a 84 . + sbc a,h ;2a6b 9c . + add a,b ;2a6c 80 . + sub (hl) ;2a6d 96 . + add a,b ;2a6e 80 . + sub e ;2a6f 93 . + add a,d ;2a70 82 . + sub e ;2a71 93 . + add a,a ;2a72 87 . + sbc a,b ;2a73 98 . + adc a,d ;2a74 8a . + sbc a,a ;2a75 9f . + adc a,b ;2a76 88 . + and l ;2a77 a5 . + add a,d ;2a78 82 . + nop ;2a79 00 . + adc a,c ;2a7a 89 . + ld a,a ;2a7b 7f  + call po,sub_a189h ;2a7c e4 89 a1 . . . + inc e ;2a7f 1c . + add a,b ;2a80 80 . + sbc a,b ;2a81 98 . + call po,sub_9889h ;2a82 e4 89 98 . . . + inc e ;2a85 1c . + add a,c ;2a86 81 . + adc a,c ;2a87 89 . + call po,sub_9990h ;2a88 e4 90 99 . . . + sub (hl) ;2a8b 96 . + sbc a,h ;2a8c 9c . + sbc a,h ;2a8d 9c . + sbc a,h ;2a8e 9c . + and c ;2a8f a1 . + sub (hl) ;2a90 96 . + and c ;2a91 a1 . + adc a,b ;2a92 88 . + sbc a,e ;2a93 9b . + add a,b ;2a94 80 . + sub e ;2a95 93 . + add a,b ;2a96 80 . + sub b ;2a97 90 . + add a,e ;2a98 83 . + adc a,a ;2a99 8f . + add a,(hl) ;2a9a 86 . + sub c ;2a9b 91 . + adc a,d ;2a9c 8a . + sub (hl) ;2a9d 96 . + adc a,e ;2a9e 8b . + sbc a,(hl) ;2a9f 9e . + adc a,b ;2aa0 88 . + and h ;2aa1 a4 . + add a,d ;2aa2 82 . + nop ;2aa3 00 . + sub d ;2aa4 92 . + and b ;2aa5 a0 . + call po,sub_9691h ;2aa6 e4 91 96 . . . + adc a,a ;2aa9 8f . + adc a,a ;2aaa 8f . + adc a,d ;2aab 8a . + add a,l ;2aac 85 . + add a,(hl) ;2aad 86 . + add a,d ;2aae 82 . + add a,b ;2aaf 80 . + add a,a ;2ab0 87 . + add a,b ;2ab1 80 . + sub c ;2ab2 91 . + add a,e ;2ab3 83 . + sbc a,c ;2ab4 99 . + adc a,e ;2ab5 8b . + sbc a,a ;2ab6 9f . + sub d ;2ab7 92 . + and b ;2ab8 a0 . + sbc a,l ;2ab9 9d . + sbc a,l ;2aba 9d . + and d ;2abb a2 . + sub (hl) ;2abc 96 . + and d ;2abd a2 . + adc a,h ;2abe 8c . + sbc a,(hl) ;2abf 9e . + add a,l ;2ac0 85 . + sub a ;2ac1 97 . + add a,c ;2ac2 81 . + sub c ;2ac3 91 . + add a,b ;2ac4 80 . + nop ;2ac5 00 . + add a,d ;2ac6 82 . + add a,b ;2ac7 80 . + call po,08781h ;2ac8 e4 81 87 . . . + add a,c ;2acb 81 . + sub b ;2acc 90 . + add a,d ;2acd 82 . + sbc a,e ;2ace 9b . + add a,e ;2acf 83 . + and b ;2ad0 a0 . + inc e ;2ad1 1c . + adc a,c ;2ad2 89 . + sbc a,c ;2ad3 99 . + call po,sub_99a1h ;2ad4 e4 a1 99 . . . + inc e ;2ad7 1c . + sbc a,c ;2ad8 99 . + and b ;2ad9 a0 . + call po,sub_8599h ;2ada e4 99 85 . . . + sub (hl) ;2add 96 . + add a,b ;2ade 80 . + adc a,(hl) ;2adf 8e . + add a,b ;2ae0 80 . + adc a,e ;2ae1 8b . + add a,d ;2ae2 82 . + adc a,c ;2ae3 89 . + add a,l ;2ae4 85 . + adc a,c ;2ae5 89 . + adc a,b ;2ae6 88 . + adc a,l ;2ae7 8d . + adc a,e ;2ae8 8b . + sub h ;2ae9 94 . + adc a,e ;2aea 8b . + sbc a,e ;2aeb 9b . + adc a,b ;2aec 88 . + and c ;2aed a1 . + add a,e ;2aee 83 . + nop ;2aef 00 . + add a,b ;2af0 80 . + sbc a,(hl) ;2af1 9e . + call po,sub_9e8dh ;2af2 e4 8d 9e . . . + adc a,e ;2af5 8b . + sbc a,l ;2af6 9d . + add a,(hl) ;2af7 86 . + sbc a,b ;2af8 98 . + add a,e ;2af9 83 . + sub e ;2afa 93 . + add a,d ;2afb 82 . +sub_2afch: + sub b ;2afc 90 . + add a,d ;2afd 82 . + adc a,c ;2afe 89 . + add a,l ;2aff 85 . + add a,h ;2b00 84 . + adc a,e ;2b01 8b . + add a,c ;2b02 81 . + sub d ;2b03 92 . + add a,c ;2b04 81 . + sbc a,b ;2b05 98 . + add a,l ;2b06 85 . + sbc a,e ;2b07 9b . + adc a,d ;2b08 8a . + sbc a,d ;2b09 9a . + sub (hl) ;2b0a 96 . + sbc a,c ;2b0b 99 . + sbc a,d ;2b0c 9a . + inc e ;2b0d 1c . + sub (hl) ;2b0e 96 . + sbc a,(hl) ;2b0f 9e . + call po,sub_9a99h ;2b10 e4 99 9a . . . + sbc a,l ;2b13 9d . + sub l ;2b14 95 . + and e ;2b15 a3 . + sub d ;2b16 92 . + nop ;2b17 00 . + add a,c ;2b18 81 . + add a,(hl) ;2b19 86 . + call po,sub_8e84h ;2b1a e4 84 8e . . . + add a,l ;2b1d 85 . + sub l ;2b1e 95 . + inc e ;2b1f 1c . + add a,(hl) ;2b20 86 . + sbc a,a ;2b21 9f . + call po,sub_9f90h ;2b22 e4 90 9f . . . + sbc a,c ;2b25 99 . + sbc a,(hl) ;2b26 9e . + inc e ;2b27 1c . + sub b ;2b28 90 . + sbc a,c ;2b29 99 . + call po,0978eh ;2b2a e4 8e 97 . . . + adc a,(hl) ;2b2d 8e . + sub l ;2b2e 95 . + sub e ;2b2f 93 . + sub d ;2b30 92 . + sub a ;2b31 97 . + adc a,(hl) ;2b32 8e . + sbc a,c ;2b33 99 . + adc a,d ;2b34 8a . + sbc a,c ;2b35 99 . + add a,l ;2b36 85 . + sub l ;2b37 95 . + add a,b ;2b38 80 . + adc a,e ;2b39 8b . + add a,b ;2b3a 80 . + add a,a ;2b3b 87 . + add a,h ;2b3c 84 . + inc e ;2b3d 1c . + sbc a,e ;2b3e 9b . + sub l ;2b3f 95 . + call po,sub_8da1h ;2b40 e4 a1 8d . . . + and d ;2b43 a2 . + add a,h ;2b44 84 . + nop ;2b45 00 . + add a,b ;2b46 80 . + adc a,h ;2b47 8c . + call po,sub_9486h ;2b48 e4 86 94 . . . + adc a,e ;2b4b 8b . + sbc a,d ;2b4c 9a . + adc a,h ;2b4d 8c . + sbc a,e ;2b4e 9b . + adc a,(hl) ;2b4f 8e . + sbc a,d ;2b50 9a . + sub e ;2b51 93 . + sub h ;2b52 94 . + sbc a,c ;2b53 99 . + adc a,l ;2b54 8d . + and e ;2b55 a3 . + add a,h ;2b56 84 . + nop ;2b57 00 . + add a,e ;2b58 83 . + add a,b ;2b59 80 . + call po,sub_8681h ;2b5a e4 81 86 . . . + add a,c ;2b5d 81 . + sub (hl) ;2b5e 96 . + add a,e ;2b5f 83 . + and b ;2b60 a0 . + inc e ;2b61 1c . + adc a,d ;2b62 8a . + sbc a,(hl) ;2b63 9e . + call po,sub_9ea1h ;2b64 e4 a1 9e . . . + inc e ;2b67 1c . + and c ;2b68 a1 . + sub l ;2b69 95 . + call po,sub_9589h ;2b6a e4 89 95 . . . + inc e ;2b6d 1c . + sbc a,b ;2b6e 98 . + sbc a,(hl) ;2b6f 9e . + call po,sub_8498h ;2b70 e4 98 84 . . . + sub h ;2b73 94 . + add a,b ;2b74 80 . + sub b ;2b75 90 . + add a,b ;2b76 80 . + adc a,e ;2b77 8b . + add a,d ;2b78 82 . + adc a,c ;2b79 89 . + add a,(hl) ;2b7a 86 . + adc a,d ;2b7b 8a . + adc a,c ;2b7c 89 . + adc a,h ;2b7d 8c . + adc a,e ;2b7e 8b . + sub d ;2b7f 92 . + adc a,h ;2b80 8c . + sbc a,d ;2b81 9a . + adc a,c ;2b82 89 . + and c ;2b83 a1 . + add a,e ;2b84 83 . + nop ;2b85 00 . + add a,d ;2b86 82 . + sub e ;2b87 93 . + call po,sub_93a1h ;2b88 e4 a1 93 . . . + inc e ;2b8b 1c . + and b ;2b8c a0 . + sbc a,e ;2b8d 9b . + call po,sub_9b84h ;2b8e e4 84 9b . . . + inc e ;2b91 1c . + sub h ;2b92 94 . + and b ;2b93 a0 . + call po,sub_8494h ;2b94 e4 94 84 . . . + sub b ;2b97 90 . + add a,b ;2b98 80 . + add a,a ;2b99 87 . + add a,b ;2b9a 80 . + add a,h ;2b9b 84 . + add a,e ;2b9c 83 . + add a,e ;2b9d 83 . + add a,l ;2b9e 85 . + add a,e ;2b9f 83 . + adc a,b ;2ba0 88 . + add a,(hl) ;2ba1 86 . + adc a,e ;2ba2 8b . + adc a,c ;2ba3 89 . + adc a,h ;2ba4 8c . + adc a,(hl) ;2ba5 8e . + adc a,h ;2ba6 8c . + sub a ;2ba7 97 . + adc a,c ;2ba8 89 . + and b ;2ba9 a0 . + add a,e ;2baa 83 . + nop ;2bab 00 . + add a,e ;2bac 83 . + sbc a,a ;2bad 9f . + call po,09f92h ;2bae e4 92 9f . . . + adc a,(hl) ;2bb1 8e . + sub b ;2bb2 90 . + adc a,e ;2bb3 8b . + adc a,b ;2bb4 88 . + adc a,b ;2bb5 88 . + add a,e ;2bb6 83 . + add a,l ;2bb7 85 . + add a,d ;2bb8 82 . + add a,e ;2bb9 83 . + add a,d ;2bba 82 . + add a,b ;2bbb 80 . + add a,l ;2bbc 85 . + add a,b ;2bbd 80 . + adc a,l ;2bbe 8d . + add a,a ;2bbf 87 . + sub e ;2bc0 93 . + sub e ;2bc1 93 . + sub e ;2bc2 93 . + and d ;2bc3 a2 . + adc a,l ;2bc4 8d . + inc e ;2bc5 1c . + sbc a,l ;2bc6 9d . + sbc a,c ;2bc7 99 . + call po,sub_8c9dh ;2bc8 e4 9d 8c . . . + sbc a,d ;2bcb 9a . + add a,(hl) ;2bcc 86 . + sub h ;2bcd 94 . + add a,c ;2bce 81 . + sub c ;2bcf 91 . + add a,c ;2bd0 81 . + nop ;2bd1 00 . + add a,d ;2bd2 82 . + sbc a,c ;2bd3 99 . + call po,sub_9995h ;2bd4 e4 95 99 . . . + inc e ;2bd7 1c . + sbc a,c ;2bd8 99 . + sbc a,l ;2bd9 9d . + call po,sub_94a2h ;2bda e4 a2 94 . . . + inc e ;2bdd 1c . + adc a,h ;2bde 8c . + and b ;2bdf a0 . + call po,sub_898ch ;2be0 e4 8c 89 . . . + adc a,c ;2be3 89 . + add a,h ;2be4 84 . + add a,(hl) ;2be5 86 . + add a,d ;2be6 82 . + add a,h ;2be7 84 . + add a,d ;2be8 82 . + add a,c ;2be9 81 . + add a,(hl) ;2bea 86 . + add a,c ;2beb 81 . + adc a,h ;2bec 8c . + add a,l ;2bed 85 . + sub c ;2bee 91 . + adc a,c ;2bef 89 . + sub c ;2bf0 91 . + adc a,h ;2bf1 8c . + adc a,(hl) ;2bf2 8e . + inc e ;2bf3 1c . + adc a,h ;2bf4 8c . + adc a,c ;2bf5 89 . + call po,sub_838bh ;2bf6 e4 8b 83 . . . + adc a,l ;2bf9 8d . + add a,b ;2bfa 80 . + sbc a,l ;2bfb 9d . +sub_2bfch: + add a,b ;2bfc 80 . + and b ;2bfd a0 . + add a,h ;2bfe 84 . + and b ;2bff a0 . + adc a,d ;2c00 8a . + sbc a,a ;2c01 9f . + adc a,l ;2c02 8d . + nop ;2c03 00 . + adc a,(hl) ;2c04 8e . + adc a,b ;2c05 88 . + call po,sub_8f8ah ;2c06 e4 8a 8f . . . + add a,l ;2c09 85 . + sbc a,(hl) ;2c0a 9e . + inc e ;2c0b 1c . + sbc a,c ;2c0c 99 . + and b ;2c0d a0 . + call po,sub_9495h ;2c0e e4 95 94 . . . + adc a,(hl) ;2c11 8e . + adc a,b ;2c12 88 . + adc a,d ;2c13 8a . + add a,e ;2c14 83 . + add a,(hl) ;2c15 86 . + add a,c ;2c16 81 . + add a,e ;2c17 83 . + add a,d ;2c18 82 . + add a,b ;2c19 80 . + add a,(hl) ;2c1a 86 . + add a,b ;2c1b 80 . + adc a,h ;2c1c 8c . + add a,d ;2c1d 82 . + sub c ;2c1e 91 . + add a,(hl) ;2c1f 86 . + sub (hl) ;2c20 96 . + adc a,h ;2c21 8c . + sbc a,c ;2c22 99 . + sub d ;2c23 92 . + sbc a,d ;2c24 9a . + sub a ;2c25 97 . + sbc a,d ;2c26 9a . + sbc a,h ;2c27 9c . + sbc a,b ;2c28 98 . + and d ;2c29 a2 . + sub e ;2c2a 93 . + and e ;2c2b a3 . + adc a,(hl) ;2c2c 8e . + and d ;2c2d a2 . + adc a,c ;2c2e 89 . + sbc a,(hl) ;2c2f 9e . + add a,e ;2c30 83 . + sbc a,c ;2c31 99 . + add a,b ;2c32 80 . + sub d ;2c33 92 . + ld a,a ;2c34 7f  + nop ;2c35 00 . + add a,c ;2c36 81 . + sub b ;2c37 90 . + call po,sub_8f8bh ;2c38 e4 8b 8f . . . + sbc a,e ;2c3b 9b . + sub b ;2c3c 90 . + inc e ;2c3d 1c . + sbc a,e ;2c3e 9b . + sbc a,c ;2c3f 99 . + call po,sub_988bh ;2c40 e4 8b 98 . . . + add a,c ;2c43 81 . + sbc a,b ;2c44 98 . + inc e ;2c45 1c . + adc a,e ;2c46 8b . + sbc a,a ;2c47 9f . + call po,sub_8489h+2 ;2c48 e4 8b 84 . . . + adc a,(hl) ;2c4b 8e . + add a,b ;2c4c 80 . + sub (hl) ;2c4d 96 . + ld a,a ;2c4e 7f  + sbc a,(hl) ;2c4f 9e . + add a,b ;2c50 80 . + and c ;2c51 a1 . + add a,h ;2c52 84 . + and c ;2c53 a1 . + adc a,b ;2c54 88 . + and b ;2c55 a0 . + adc a,h ;2c56 8c . + nop ;2c57 00 . + adc a,a ;2c58 8f . + ld a,a ;2c59 7f  + call po,sub_878eh ;2c5a e4 8e 87 . . . + adc a,e ;2c5d 8b . + sub d ;2c5e 92 . + adc a,c ;2c5f 89 . + sbc a,b ;2c60 98 . + add a,(hl) ;2c61 86 . + sbc a,a ;2c62 9f . + inc e ;2c63 1c . + add a,b ;2c64 80 . + sub d ;2c65 92 . + call po,sub_978bh ;2c66 e4 8b 97 . . . + sub l ;2c69 95 . + sbc a,d ;2c6a 9a . + sbc a,e ;2c6b 9b . + sbc a,e ;2c6c 9b . + and b ;2c6d a0 . + sbc a,c ;2c6e 99 . + and d ;2c6f a2 . + sub (hl) ;2c70 96 . + and d ;2c71 a2 . + sub c ;2c72 91 . + and b ;2c73 a0 . + adc a,(hl) ;2c74 8e . + sbc a,(hl) ;2c75 9e . + adc a,h ;2c76 8c . + sbc a,b ;2c77 98 . + adc a,e ;2c78 8b . + sub h ;2c79 94 . + adc a,h ;2c7a 8c . + inc e ;2c7b 1c . + sub d ;2c7c 92 . + and d ;2c7d a2 . + call po,sub_9a95h ;2c7e e4 95 9a . . . + nop ;2c81 00 . + add a,e ;2c82 83 . + sbc a,(hl) ;2c83 9e . + call po,sub_9982h ;2c84 e4 82 99 . . . + add a,d ;2c87 82 . + adc a,d ;2c88 8a . + add a,e ;2c89 83 . + add a,(hl) ;2c8a 86 . + inc e ;2c8b 1c . + add a,d ;2c8c 82 . + adc a,d ;2c8d 8a . + call po,sub_9084h ;2c8e e4 84 90 . . . + add a,(hl) ;2c91 86 . + sub e ;2c92 93 . + adc a,c ;2c93 89 . + sub a ;2c94 97 . + adc a,(hl) ;2c95 8e . + sbc a,d ;2c96 9a . + sub d ;2c97 92 . + sbc a,h ;2c98 9c . + sbc a,b ;2c99 98 . + sbc a,h ;2c9a 9c . + sbc a,(hl) ;2c9b 9e . + sbc a,c ;2c9c 99 . + and c ;2c9d a1 . + sub h ;2c9e 94 . + and c ;2c9f a1 . + adc a,a ;2ca0 8f . + sbc a,a ;2ca1 9f . + adc a,e ;2ca2 8b . + sbc a,e ;2ca3 9b . + add a,a ;2ca4 87 . + sub a ;2ca5 97 . + add a,(hl) ;2ca6 86 . + sub d ;2ca7 92 . + add a,(hl) ;2ca8 86 . + adc a,h ;2ca9 8c . + adc a,c ;2caa 89 . + adc a,d ;2cab 8a . + adc a,h ;2cac 8c . + inc e ;2cad 1c . + sub h ;2cae 94 . + and c ;2caf a1 . + call po,09795h ;2cb0 e4 95 97 . . . + sub l ;2cb3 95 . + adc a,e ;2cb4 8b . + sub h ;2cb5 94 . + add a,(hl) ;2cb6 86 . + sub b ;2cb7 90 . + add a,c ;2cb8 81 . + adc a,(hl) ;2cb9 8e . + add a,b ;2cba 80 . + adc a,e ;2cbb 8b . + add a,b ;2cbc 80 . + nop ;2cbd 00 . + sub d ;2cbe 92 . + sbc a,b ;2cbf 98 . + call po,sub_98a1h ;2cc0 e4 a1 98 . . . + inc e ;2cc3 1c . + sub d ;2cc4 92 . + and c ;2cc5 a1 . + call po,sub_8392h ;2cc6 e4 92 83 . . . + adc a,a ;2cc9 8f . + add a,b ;2cca 80 . + adc a,c ;2ccb 89 . + add a,b ;2ccc 80 . + add a,l ;2ccd 85 . + add a,c ;2cce 81 . + add a,d ;2ccf 82 . + add a,h ;2cd0 84 . + add a,c ;2cd1 81 . + add a,a ;2cd2 87 . + add a,d ;2cd3 82 . + adc a,d ;2cd4 8a . + add a,l ;2cd5 85 . + adc a,h ;2cd6 8c . + adc a,d ;2cd7 8a . + adc a,l ;2cd8 8d . + sub b ;2cd9 90 . + adc a,h ;2cda 8c . + sub a ;2cdb 97 . + adc a,c ;2cdc 89 . + sbc a,l ;2cdd 9d . + add a,l ;2cde 85 . + and c ;2cdf a1 . + add a,d ;2ce0 82 . + nop ;2ce1 00 . + add a,a ;2ce2 87 . + and b ;2ce3 a0 . + call po,sub_9f8eh ;2ce4 e4 8e 9f . . . + sub l ;2ce7 95 . + sbc a,l ;2ce8 9d . + inc e ;2ce9 1c . + add a,h ;2cea 84 . + sbc a,c ;2ceb 99 . + call po,sub_8983h ;2cec e4 83 89 . . . + add a,(hl) ;2cef 86 . + adc a,l ;2cf0 8d . + adc a,a ;2cf1 8f . + sub d ;2cf2 92 . + sub l ;2cf3 95 . + sub e ;2cf4 93 . + sbc a,e ;2cf5 9b . + sub d ;2cf6 92 . + sbc a,a ;2cf7 9f . + adc a,(hl) ;2cf8 8e . + and b ;2cf9 a0 . + adc a,e ;2cfa 8b . + sbc a,a ;2cfb 9f . +sub_2cfch: + add a,a ;2cfc 87 . +sub_2cfdh: + sbc a,h ;2cfd 9c . + add a,e ;2cfe 83 . + sbc a,b ;2cff 98 . + add a,c ;2d00 81 . + sub d ;2d01 92 . + add a,b ;2d02 80 . + adc a,d ;2d03 8a . + add a,b ;2d04 80 . + add a,l ;2d05 85 . + add a,c ;2d06 81 . + nop ;2d07 00 . + add a,l ;2d08 85 . + adc a,c ;2d09 89 . + call po,sub_8e84h ;2d0a e4 84 8e . . . + add a,l ;2d0d 85 . + and b ;2d0e a0 . + inc e ;2d0f 1c . + adc a,d ;2d10 8a . + sbc a,c ;2d11 99 . + call po,sub_9e8eh ;2d12 e4 8e 9e . . . + sub d ;2d15 92 . + and b ;2d16 a0 . + sub (hl) ;2d17 96 . + and b ;2d18 a0 . + sbc a,c ;2d19 99 . + sbc a,a ;2d1a 9f . + sbc a,h ;2d1b 9c . + sbc a,e ;2d1c 9b . + sbc a,l ;2d1d 9d . + sub (hl) ;2d1e 96 . + sbc a,l ;2d1f 9d . + adc a,(hl) ;2d20 8e . + sbc a,h ;2d21 9c . + adc a,d ;2d22 8a . + sbc a,d ;2d23 9a . + add a,l ;2d24 85 . + sbc a,b ;2d25 98 . + add a,e ;2d26 83 . + sub l ;2d27 95 . + add a,c ;2d28 81 . + sub d ;2d29 92 . + add a,b ;2d2a 80 . + adc a,d ;2d2b 8a . + ld a,a ;2d2c 7f  + adc a,b ;2d2d 88 . + add a,b ;2d2e 80 . + nop ;2d2f 00 . + add a,(hl) ;2d30 86 . + sbc a,a ;2d31 9f . + call po,sub_9f9bh ;2d32 e4 9b 9f . . . + add a,a ;2d35 87 . + sub c ;2d36 91 . + add a,c ;2d37 81 . + adc a,l ;2d38 8d . + inc e ;2d39 1c . + add a,a ;2d3a 87 . + sub c ;2d3b 91 . + call po,sub_928ah ;2d3c e4 8a 92 . . . + sub c ;2d3f 91 . + sub h ;2d40 94 . + sbc a,c ;2d41 99 . + sub h ;2d42 94 . + sbc a,h ;2d43 9c . + sub e ;2d44 93 . + and b ;2d45 a0 . + sub b ;2d46 90 . + and c ;2d47 a1 . + adc a,l ;2d48 8d . + and c ;2d49 a1 . + adc a,c ;2d4a 89 . + and b ;2d4b a0 . + add a,(hl) ;2d4c 86 . + sbc a,h ;2d4d 9c . + add a,d ;2d4e 82 . + sub a ;2d4f 97 . + add a,b ;2d50 80 . + adc a,l ;2d51 8d . + add a,b ;2d52 80 . + adc a,b ;2d53 88 . + add a,d ;2d54 82 . + add a,(hl) ;2d55 86 . + add a,(hl) ;2d56 86 . + add a,a ;2d57 87 . + adc a,b ;2d58 88 . + adc a,d ;2d59 8a . + adc a,c ;2d5a 89 . + adc a,a ;2d5b 8f . + adc a,c ;2d5c 89 . + sub e ;2d5d 93 . + add a,(hl) ;2d5e 86 . + sub h ;2d5f 94 . + add a,e ;2d60 83 . + sub h ;2d61 94 . + add a,b ;2d62 80 . + nop ;2d63 00 . + adc a,b ;2d64 88 . + ld a,(hl) ;2d65 7e ~ + call po,sub_a188h ;2d66 e4 88 a1 . . . + inc e ;2d69 1c . + add a,b ;2d6a 80 . + sbc a,d ;2d6b 9a . + call po,09a88h ;2d6c e4 88 9a . . . + inc e ;2d6f 1c . + add a,b ;2d70 80 . + add a,(hl) ;2d71 86 . + call po,09286h ;2d72 e4 86 92 . . . + sub b ;2d75 90 . + sbc a,h ;2d76 9c . + sub (hl) ;2d77 96 . + sbc a,(hl) ;2d78 9e . + sbc a,c ;2d79 99 . + sbc a,(hl) ;2d7a 9e . + sbc a,l ;2d7b 9d . + sbc a,h ;2d7c 9c . + sbc a,l ;2d7d 9d . + sub c ;2d7e 91 . + sbc a,h ;2d7f 9c . + add a,l ;2d80 85 . + sbc a,(hl) ;2d81 9e . + add a,d ;2d82 82 . + and c ;2d83 a1 . + add a,d ;2d84 82 . + and e ;2d85 a3 . + add a,h ;2d86 84 . + nop ;2d87 00 . + add a,(hl) ;2d88 86 . + sbc a,a ;2d89 9f . + call po,sub_9f99h ;2d8a e4 99 9f . . . + adc a,b ;2d8d 88 . + sub e ;2d8e 93 . + add a,d ;2d8f 82 . + adc a,a ;2d90 8f . + inc e ;2d91 1c . + adc a,b ;2d92 88 . + sub e ;2d93 93 . + call po,sub_948ah ;2d94 e4 8a 94 . . . + sub h ;2d97 94 . + sub l ;2d98 95 . + sbc a,e ;2d99 9b . + sub h ;2d9a 94 . + and b ;2d9b a0 . + adc a,a ;2d9c 8f . + and b ;2d9d a0 . + adc a,c ;2d9e 89 . + sbc a,a ;2d9f 9f . + add a,(hl) ;2da0 86 . + sbc a,h ;2da1 9c . + add a,e ;2da2 83 . + sbc a,b ;2da3 98 . + add a,c ;2da4 81 . + sub h ;2da5 94 . + add a,b ;2da6 80 . + adc a,l ;2da7 8d . + add a,b ;2da8 80 . + add a,(hl) ;2da9 86 . + add a,d ;2daa 82 . + nop ;2dab 00 . + adc a,c ;2dac 89 . + ld a,a ;2dad 7f  + call po,sub_a189h ;2dae e4 89 a1 . . . + inc e ;2db1 1c . + add a,b ;2db2 80 . + sbc a,b ;2db3 98 . + call po,sub_9889h ;2db4 e4 89 98 . . . + inc e ;2db7 1c . + add a,b ;2db8 80 . + adc a,b ;2db9 88 . + call po,sub_9289h ;2dba e4 89 92 . . . + sub b ;2dbd 90 . + sbc a,b ;2dbe 98 . + sub l ;2dbf 95 . + sbc a,d ;2dc0 9a . + sbc a,d ;2dc1 9a . + sbc a,d ;2dc2 9a . + sbc a,(hl) ;2dc3 9e . + sbc a,c ;2dc4 99 . + and c ;2dc5 a1 . + sub l ;2dc6 95 . + and d ;2dc7 a2 . + sub d ;2dc8 92 . + and d ;2dc9 a2 . + adc a,e ;2dca 8b . + and b ;2dcb a0 . + add a,a ;2dcc 87 . + sbc a,l ;2dcd 9d . + add a,h ;2dce 84 . + sbc a,c ;2dcf 99 . + add a,c ;2dd0 81 . + sub h ;2dd1 94 . + add a,b ;2dd2 80 . + sub d ;2dd3 92 . + add a,b ;2dd4 80 . + nop ;2dd5 00 . + adc a,l ;2dd6 8d . + and b ;2dd7 a0 . + call po,sub_9388h ;2dd8 e4 88 93 . . . + add a,e ;2ddb 83 . + add a,a ;2ddc 87 . + add a,c ;2ddd 81 . + add a,c ;2dde 81 . + inc e ;2ddf 1c . + add a,e ;2de0 83 . + add a,a ;2de1 87 . + call po,08b86h ;2de2 e4 86 8b . . . + adc a,e ;2de5 8b . + sub b ;2de6 90 . + adc a,l ;2de7 8d . + sub c ;2de8 91 . + sub b ;2de9 90 . + sub d ;2dea 92 . + sub d ;2deb 92 . + sub d ;2dec 92 . + sub h ;2ded 94 . + adc a,a ;2dee 8f . + sub h ;2def 94 . + add a,d ;2df0 82 . + sub a ;2df1 97 . + add a,b ;2df2 80 . + sbc a,d ;2df3 9a . + add a,b ;2df4 80 . + sbc a,(hl) ;2df5 9e . + add a,d ;2df6 82 . + and b ;2df7 a0 . + add a,(hl) ;2df8 86 . + and d ;2df9 a2 . + adc a,l ;2dfa 8d . + and d ;2dfb a2 . +sub_2dfch: + sub c ;2dfc 91 . + nop ;2dfd 00 . + nop ;2dfe 00 . + nop ;2dff 00 . + add a,b ;2e00 80 . + sub d ;2e01 92 . + call po,sub_92a2h ;2e02 e4 a2 92 . . . + nop ;2e05 00 . + add a,d ;2e06 82 . + sbc a,a ;2e07 9f . + call po,sub_9fa0h ;2e08 e4 a0 9f . . . + inc e ;2e0b 1c . + add a,b ;2e0c 80 . + add a,c ;2e0d 81 . + call po,sub_81a2h ;2e0e e4 a2 81 . . . + nop ;2e11 00 . + call po,sub_80a2h ;2e12 e4 a2 80 . . . + inc e ;2e15 1c . + sbc a,(hl) ;2e16 9e . + sub b ;2e17 90 . + call po,sub_9084h ;2e18 e4 84 90 . . . + inc e ;2e1b 1c . + add a,d ;2e1c 82 . + and b ;2e1d a0 . + call po,sub_a0a0h ;2e1e e4 a0 a0 . . . + nop ;2e21 00 . + call po,sub_a080h ;2e22 e4 80 a0 . . . + and d ;2e25 a2 . + and b ;2e26 a0 . + and d ;2e27 a2 . + add a,b ;2e28 80 . + add a,b ;2e29 80 . + add a,b ;2e2a 80 . + inc e ;2e2b 1c . + add a,e ;2e2c 83 . + adc a,c ;2e2d 89 . + call po,sub_8984h ;2e2e e4 84 89 . . . + add a,a ;2e31 87 . + adc a,d ;2e32 8a . + adc a,d ;2e33 8a . + adc a,h ;2e34 8c . + adc a,h ;2e35 8c . + sub c ;2e36 91 . + adc a,h ;2e37 8c . + and b ;2e38 a0 . + inc e ;2e39 1c . + sub (hl) ;2e3a 96 . + and b ;2e3b a0 . + call po,sub_8e96h ;2e3c e4 96 8e . . . + sub a ;2e3f 97 . + adc a,e ;2e40 8b . + sbc a,d ;2e41 9a . + adc a,d ;2e42 8a . + and d ;2e43 a2 . + adc a,d ;2e44 8a . + nop ;2e45 00 . + add a,c ;2e46 81 . + sbc a,a ;2e47 9f . + call po,sub_9fa1h ;2e48 e4 a1 9f . . . + inc e ;2e4b 1c . + adc a,a ;2e4c 8f . + sbc a,a ;2e4d 9f . + call po,sub_808ah ;2e4e e4 8a 80 . . . + inc e ;2e51 1c . + add a,d ;2e52 82 . + sub d ;2e53 92 . + call po,sub_929dh ;2e54 e4 9d 92 . . . + sbc a,l ;2e57 9d . + add a,b ;2e58 80 . + inc e ;2e59 1c . + add a,b ;2e5a 80 . + add a,b ;2e5b 80 . + call po,sub_80a2h ;2e5c e4 a2 80 . . . + nop ;2e5f 00 . + add a,b ;2e60 80 . + ld a,a ;2e61 7f  + call po,sub_8183h ;2e62 e4 83 81 . . . + add a,(hl) ;2e65 86 . + add a,(hl) ;2e66 86 . + adc a,b ;2e67 88 . + adc a,d ;2e68 8a . + adc a,c ;2e69 89 . + adc a,l ;2e6a 8d . + adc a,d ;2e6b 8a . + sub c ;2e6c 91 . + inc e ;2e6d 1c . + add a,b ;2e6e 80 . + sbc a,b ;2e6f 98 . + call po,sub_98a2h ;2e70 e4 a2 98 . . . + inc e ;2e73 1c . + sub c ;2e74 91 . + and c ;2e75 a1 . + call po,sub_9891h ;2e76 e4 91 98 . . . + inc e ;2e79 1c . + sbc a,b ;2e7a 98 . + sub c ;2e7b 91 . + call po,sub_8d99h ;2e7c e4 99 8d . . . + sbc a,d ;2e7f 9a . + adc a,d ;2e80 8a . + sbc a,h ;2e81 9c . + add a,(hl) ;2e82 86 . + sbc a,a ;2e83 9f . + add a,c ;2e84 81 . + and d ;2e85 a2 . + ld a,a ;2e86 7f  + nop ;2e87 00 . + ld a,h ;2e88 7c | + sub (hl) ;2e89 96 . + call po,sub_989eh ;2e8a e4 9e 98 . . . + inc e ;2e8d 1c . + add a,l ;2e8e 85 . + and c ;2e8f a1 . + call po,sub_8485h ;2e90 e4 85 84 . . . + add a,(hl) ;2e93 86 . + add a,c ;2e94 81 . + adc a,b ;2e95 88 . + add a,b ;2e96 80 . + adc a,h ;2e97 8c . + ld a,a ;2e98 7f  + sub (hl) ;2e99 96 . + ld a,a ;2e9a 7f  + sbc a,d ;2e9b 9a . + add a,b ;2e9c 80 . + sbc a,l ;2e9d 9d . + add a,e ;2e9e 83 . + sbc a,(hl) ;2e9f 9e . + adc a,b ;2ea0 88 . + nop ;2ea1 00 . + add a,b ;2ea2 80 . + ld a,a ;2ea3 7f  + call po,sub_8684h ;2ea4 e4 84 86 . . . + add a,a ;2ea7 87 . + adc a,(hl) ;2ea8 8e . + adc a,b ;2ea9 88 . + sub d ;2eaa 92 . + adc a,c ;2eab 89 . + sbc a,b ;2eac 98 . + inc e ;2ead 1c . + adc a,c ;2eae 89 . + and b ;2eaf a0 . + call po,sub_a099h+1 ;2eb0 e4 9a a0 . . . + sbc a,e ;2eb3 9b . + sbc a,c ;2eb4 99 . + sbc a,h ;2eb5 9c . + sub d ;2eb6 92 . + sbc a,l ;2eb7 9d . + adc a,(hl) ;2eb8 8e . + and b ;2eb9 a0 . + add a,h ;2eba 84 . + and d ;2ebb a2 . + ld a,a ;2ebc 7f  + nop ;2ebd 00 . + call po,sub_8284h ;2ebe e4 84 82 . . . + adc a,c ;2ec1 89 . + adc a,c ;2ec2 89 . + adc a,h ;2ec3 8c . + sub b ;2ec4 90 . + adc a,h ;2ec5 8c . + and c ;2ec6 a1 . + inc e ;2ec7 1c . + add a,b ;2ec8 80 . + sbc a,d ;2ec9 9a . + call po,sub_9a99h ;2eca e4 99 9a . . . + sbc a,c ;2ecd 99 . + add a,d ;2ece 82 . + sbc a,d ;2ecf 9a . + add a,b ;2ed0 80 . + sbc a,h ;2ed1 9c . + ld a,a ;2ed2 7f  + sbc a,(hl) ;2ed3 9e . + ld a,a ;2ed4 7f  + and b ;2ed5 a0 . + add a,b ;2ed6 80 . + and d ;2ed7 a2 . + add a,d ;2ed8 82 . + and d ;2ed9 a2 . + adc a,d ;2eda 8a . + nop ;2edb 00 . + add a,b ;2edc 80 . + sub d ;2edd 92 . + call po,sub_92a2h ;2ede e4 a2 92 . . . + inc e ;2ee1 1c . + sub c ;2ee2 91 . + and c ;2ee3 a1 . + call po,sub_7f91h ;2ee4 e4 91 7f . .  + nop ;2ee7 00 . + add a,b ;2ee8 80 . + sbc a,a ;2ee9 9f . + call po,sub_9fa2h ;2eea e4 a2 9f . . . + inc e ;2eed 1c . + sub d ;2eee 92 . + sbc a,a ;2eef 9f . + call po,sub_988fh ;2ef0 e4 8f 98 . . . + inc e ;2ef3 1c . + add a,d ;2ef4 82 . + sbc a,b ;2ef5 98 . + call po,sub_8082h ;2ef6 e4 82 80 . . . + and b ;2ef9 a0 . + add a,b ;2efa 80 . + and b ;2efb a0 . +sub_2efch: + sbc a,b ;2efc 98 . +sub_2efdh: + add a,d ;2efd 82 . + sbc a,b ;2efe 98 . + inc e ;2eff 1c . + add a,d ;2f00 82 . + adc a,h ;2f01 8c . + call po,sub_8ca0h ;2f02 e4 a0 8c . . . + nop ;2f05 00 . + sub c ;2f06 91 . + ld a,a ;2f07 7f  + call po,sub_a091h ;2f08 e4 91 a0 . . . + inc e ;2f0b 1c . + and b ;2f0c a0 . + and c ;2f0d a1 . + call po,sub_a091h ;2f0e e4 91 a0 . . . + add a,d ;2f11 82 . + sbc a,a ;2f12 9f . + inc e ;2f13 1c . + add a,b ;2f14 80 . + sub c ;2f15 91 . + call po,sub_91a2h ;2f16 e4 a2 91 . . . + nop ;2f19 00 . + add a,b ;2f1a 80 . + ld a,a ;2f1b 7f  + call po,sub_8284h ;2f1c e4 84 82 . . . + add a,(hl) ;2f1f 86 . + add a,l ;2f20 85 . + adc a,c ;2f21 89 . + adc a,e ;2f22 8b . + adc a,d ;2f23 8a . + sub b ;2f24 90 . + adc a,e ;2f25 8b . + sub (hl) ;2f26 96 . + adc a,e ;2f27 8b . + sbc a,a ;2f28 9f . + inc e ;2f29 1c . + add a,b ;2f2a 80 . + sbc a,a ;2f2b 9f . + call po,sub_9fa2h ;2f2c e4 a2 9f . . . + inc e ;2f2f 1c . + adc a,e ;2f30 8b . + sub (hl) ;2f31 96 . + call po,sub_96a1h ;2f32 e4 a1 96 . . . + and b ;2f35 a0 . + add a,(hl) ;2f36 86 . + sbc a,a ;2f37 9f . + add a,e ;2f38 83 . + sbc a,l ;2f39 9d . + add a,b ;2f3a 80 . + sbc a,c ;2f3b 99 . + ld a,a ;2f3c 7f  + sub l ;2f3d 95 . + ld a,a ;2f3e 7f  + adc a,a ;2f3f 8f . + add a,c ;2f40 81 . + nop ;2f41 00 . + add a,d ;2f42 82 . + add a,(hl) ;2f43 86 . + call po,sub_869eh ;2f44 e4 9e 86 . . . + inc e ;2f47 1c . + sbc a,(hl) ;2f48 9e . + adc a,h ;2f49 8c . + call po,sub_8c82h ;2f4a e4 82 8c . . . + inc e ;2f4d 1c . + add a,b ;2f4e 80 . + and b ;2f4f a0 . + call po,sub_928eh ;2f50 e4 8e 92 . . . + sub d ;2f53 92 . + sub d ;2f54 92 . + and b ;2f55 a0 . + and b ;2f56 a0 . + inc e ;2f57 1c . + sub b ;2f58 90 . + sub d ;2f59 92 . + call po,sub_7f90h ;2f5a e4 90 7f . .  + nop ;2f5d 00 . + add a,b ;2f5e 80 . + sub l ;2f5f 95 . + call po,sub_95a0h ;2f60 e4 a0 95 . . . + inc e ;2f63 1c . + sbc a,a ;2f64 9f . + and b ;2f65 a0 . + call po,sub_a081h ;2f66 e4 81 a0 . . . + inc e ;2f69 1c . + sub b ;2f6a 90 . + sub l ;2f6b 95 . + call po,sub_7f90h ;2f6c e4 90 7f . .  + nop ;2f6f 00 . + xor d ;2f70 aa . + sub h ;2f71 94 . + call po,09ca8h ;2f72 e4 a8 9c . . . + and e ;2f75 a3 . + and e ;2f76 a3 . + sbc a,h ;2f77 9c . + xor b ;2f78 a8 . + sub h ;2f79 94 . + xor d ;2f7a aa . + adc a,h ;2f7b 8c . + xor d ;2f7c aa . + add a,h ;2f7d 84 . + xor b ;2f7e a8 . + ld a,l ;2f7f 7d } + and e ;2f80 a3 . + ld a,b ;2f81 78 x + sbc a,h ;2f82 9c . + halt ;2f83 76 v + sub h ;2f84 94 . + halt ;2f85 76 v + adc a,h ;2f86 8c . + ld a,b ;2f87 78 x + add a,h ;2f88 84 . + ld a,l ;2f89 7d } + ld a,l ;2f8a 7d } + add a,h ;2f8b 84 . + ld a,b ;2f8c 78 x + adc a,h ;2f8d 8c . + halt ;2f8e 76 v + sub h ;2f8f 94 . + halt ;2f90 76 v + sbc a,h ;2f91 9c . + ld a,b ;2f92 78 x + and e ;2f93 a3 . + ld a,l ;2f94 7d } + xor b ;2f95 a8 . + add a,h ;2f96 84 . + xor d ;2f97 aa . + adc a,h ;2f98 8c . + xor d ;2f99 aa . + sub h ;2f9a 94 . + nop ;2f9b 00 . + add a,b ;2f9c 80 . + sub d ;2f9d 92 . + call po,sub_9984h ;2f9e e4 84 99 . . . + add a,a ;2fa1 87 . + and c ;2fa2 a1 . + inc e ;2fa3 1c . + add a,h ;2fa4 84 . + sbc a,c ;2fa5 99 . + call po,sub_99a1h ;2fa6 e4 a1 99 . . . + inc e ;2fa9 1c . + sub d ;2faa 92 . + and d ;2fab a2 . + call po,sub_8092h ;2fac e4 92 80 . . . + inc e ;2faf 1c . + sbc a,a ;2fb0 9f . + adc a,l ;2fb1 8d . + call po,sub_8d82h+1 ;2fb2 e4 83 8d . . . + inc e ;2fb5 1c . + add a,b ;2fb6 80 . + add a,b ;2fb7 80 . + call po,sub_80a2h ;2fb8 e4 a2 80 . . . + nop ;2fbb 00 . + add a,c ;2fbc 81 . + add a,b ;2fbd 80 . + call po,sub_9f81h ;2fbe e4 81 9f . . . + and c ;2fc1 a1 . + sbc a,a ;2fc2 9f . + and c ;2fc3 a1 . + add a,d ;2fc4 82 . + sbc a,a ;2fc5 9f . + add a,b ;2fc6 80 . + sbc a,d ;2fc7 9a . + ld a,a ;2fc8 7f  + sub (hl) ;2fc9 96 . + add a,b ;2fca 80 . + inc e ;2fcb 1c . + sub c ;2fcc 91 . + sbc a,a ;2fcd 9f . + call po,sub_8d91h ;2fce e4 91 8d . . . + inc e ;2fd1 1c . + add a,c ;2fd2 81 . + adc a,l ;2fd3 8d . + call po,sub_8da1h ;2fd4 e4 a1 8d . . . + nop ;2fd7 00 . + add a,b ;2fd8 80 . + sub (hl) ;2fd9 96 . + call po,sub_9b85h ;2fda e4 85 9b . . . + add a,a ;2fdd 87 . + sbc a,(hl) ;2fde 9e . + adc a,c ;2fdf 89 . + and c ;2fe0 a1 . + inc e ;2fe1 1c . + add a,a ;2fe2 87 . + sbc a,(hl) ;2fe3 9e . + call po,sub_9ea2h ;2fe4 e4 a2 9e . . . + inc e ;2fe7 1c . + sub h ;2fe8 94 . + sbc a,(hl) ;2fe9 9e . + call po,sub_7f94h ;2fea e4 94 7f . .  + inc e ;2fed 1c . + and c ;2fee a1 . + sub e ;2fef 93 . + call po,sub_9386h ;2ff0 e4 86 93 . . . + add a,(hl) ;2ff3 86 . + add a,a ;2ff4 87 . + inc e ;2ff5 1c . + add a,b ;2ff6 80 . + add a,a ;2ff7 87 . + call po,sub_87a2h ;2ff8 e4 a2 87 . . . + nop ;2ffb 00 . + add a,c ;2ffc 81 . + ld a,a ;2ffd 7f  + call po,sub_8082h ;2ffe e4 82 80 . . . + add a,h ;3001 84 . + add a,l ;3002 85 . + add a,l ;3003 85 . + adc a,e ;3004 8b . + add a,l ;3005 85 . + sbc a,a ;3006 9f . + and c ;3007 a1 . + sbc a,a ;3008 9f . + and c ;3009 a1 . + add a,e ;300a 83 . +sub_300bh: + and b ;300b a0 . + add a,b ;300c 80 . + sbc a,(hl) ;300d 9e . + ld a,a ;300e 7f  + sbc a,d ;300f 9a . + ld a,a ;3010 7f  + sub (hl) ;3011 96 . + add a,b ;3012 80 . + inc e ;3013 1c . + add a,l ;3014 85 . + sub l ;3015 95 . + call po,sub_95a1h ;3016 e4 a1 95 . . . + inc e ;3019 1c . + add a,l ;301a 85 . + adc a,e ;301b 8b . + call po,sub_8ba1h ;301c e4 a1 8b . . . + nop ;301f 00 . + add a,c ;3020 81 . + add a,c ;3021 81 . + call po,sub_9f81h ;3022 e4 81 9f . . . + sbc a,l ;3025 9d . + sbc a,a ;3026 9f . + sbc a,l ;3027 9d . + add a,c ;3028 81 . + add a,c ;3029 81 . + add a,c ;302a 81 . + inc e ;302b 1c . + add a,c ;302c 81 . + sub c ;302d 91 . + call po,sub_919dh ;302e e4 9d 91 . . . + nop ;3031 00 . + add a,c ;3032 81 . + add a,c ;3033 81 . + call po,sub_9f81h ;3034 e4 81 9f . . . + adc a,d ;3037 8a . + sbc a,a ;3038 9f . + adc a,d ;3039 8a . + add a,c ;303a 81 . + add a,c ;303b 81 . + add a,c ;303c 81 . + inc e ;303d 1c . + add a,c ;303e 81 . + sub b ;303f 90 . + call po,sub_908ah ;3040 e4 8a 90 . . . + inc e ;3043 1c . + adc a,l ;3044 8d . + sbc a,l ;3045 9d . + call po,sub_9da2h ;3046 e4 a2 9d . . . + inc e ;3049 1c . + sub (hl) ;304a 96 . + and c ;304b a1 . + call po,sub_9496h ;304c e4 96 94 . . . + inc e ;304f 1c . + adc a,h ;3050 8c . + sub h ;3051 94 . + call po,sub_94a2h ;3052 e4 a2 94 . . . + inc e ;3055 1c . + sbc a,l ;3056 9d . + sub h ;3057 94 . + call po,sub_819dh ;3058 e4 9d 81 . . . + sbc a,d ;305b 9a . + ld a,a ;305c 7f  + sbc a,b ;305d 98 . + ld a,a ;305e 7f  + sub d ;305f 92 . + add a,b ;3060 80 . + inc e ;3061 1c . + sub h ;3062 94 . + add a,l ;3063 85 . + call po,sub_8b90h ;3064 e4 90 8b . . . + inc e ;3067 1c . + adc a,h ;3068 8c . + adc a,(hl) ;3069 8e . + call po,sub_8ea2h ;306a e4 a2 8e . . . + nop ;306d 00 . + add a,b ;306e 80 . + sub d ;306f 92 . + call po,sub_9586h ;3070 e4 86 95 . . . + adc a,d ;3073 8a . + sbc a,d ;3074 9a . + adc a,e ;3075 8b . + sbc a,l ;3076 9d . + inc e ;3077 1c . + adc a,h ;3078 8c . + and b ;3079 a0 . + call po,sub_a099h+1 ;307a e4 9a a0 . . . + sbc a,e ;307d 9b . + sbc a,h ;307e 9c . + sbc a,a ;307f 9f . + sub a ;3080 97 . + and l ;3081 a5 . + sub d ;3082 92 . + inc e ;3083 1c . + add a,a ;3084 87 . + sub e ;3085 93 . + call po,sub_939eh ;3086 e4 9e 93 . . . + sbc a,(hl) ;3089 9e . + adc a,e ;308a 8b . + sbc a,l ;308b 9d . + add a,d ;308c 82 . + sbc a,e ;308d 9b . + add a,b ;308e 80 . + sub d ;308f 92 . + add a,b ;3090 80 . + adc a,a ;3091 8f . + add a,d ;3092 82 . + inc e ;3093 1c . + sub b ;3094 90 . + sub e ;3095 93 . + call po,sub_9190h ;3096 e4 90 91 . . . + adc a,(hl) ;3099 8e . + adc a,h ;309a 8c . + adc a,e ;309b 8b . + add a,a ;309c 87 . + adc a,b ;309d 88 . + add a,h ;309e 84 . + add a,l ;309f 85 . + add a,c ;30a0 81 . + add a,b ;30a1 80 . + ld a,a ;30a2 7f  + nop ;30a3 00 . + add a,l ;30a4 85 . + ld a,a ;30a5 7f  + call po,sub_9f85h ;30a6 e4 85 9f . . . + inc e ;30a9 1c . + adc a,d ;30aa 8a . + and b ;30ab a0 . + call po,sub_9f85h ;30ac e4 85 9f . . . + add a,b ;30af 80 . + sbc a,a ;30b0 9f . + inc e ;30b1 1c . + add a,b ;30b2 80 . + sub (hl) ;30b3 96 . + call po,sub_968ah ;30b4 e4 8a 96 . . . + inc e ;30b7 1c . + add a,l ;30b8 85 . + sub (hl) ;30b9 96 . + call po,sub_8980h ;30ba e4 80 89 . . . + inc e ;30bd 1c . + add a,l ;30be 85 . + sub (hl) ;30bf 96 . + call po,sub_8b8ah ;30c0 e4 8a 8b . . . + inc e ;30c3 1c . + adc a,e ;30c4 8b . + adc a,l ;30c5 8d . + call po,sub_948fh ;30c6 e4 8f 94 . . . + sub c ;30c9 91 . + sbc a,(hl) ;30ca 9e . + inc e ;30cb 1c . + sub a ;30cc 97 . + and c ;30cd a1 . + call po,sub_8997h ;30ce e4 97 89 . . . + sub (hl) ;30d1 96 . + add a,a ;30d2 87 . + sub e ;30d3 93 . + add a,(hl) ;30d4 86 . + adc a,(hl) ;30d5 8e . + adc a,b ;30d6 88 . + inc e ;30d7 1c . + sbc a,h ;30d8 9c . + sbc a,l ;30d9 9d . + call po,sub_95a0h ;30da e4 a0 95 . . . + and d ;30dd a2 . + adc a,h ;30de 8c . + inc e ;30df 1c . + sbc a,a ;30e0 9f . + adc a,h ;30e1 8c . + call po,sub_849bh ;30e2 e4 9b 84 . . . + sbc a,b ;30e5 98 . + add a,d ;30e6 82 . + sub h ;30e7 94 . + add a,b ;30e8 80 . + sub b ;30e9 90 . + ld a,a ;30ea 7f  + adc a,e ;30eb 8b . + ld a,a ;30ec 7f  + nop ;30ed 00 . + add a,c ;30ee 81 . + add a,b ;30ef 80 . + call po,sub_8285h ;30f0 e4 85 82 . . . + adc a,b ;30f3 88 . + add a,h ;30f4 84 . + adc a,e ;30f5 8b . + add a,a ;30f6 87 . + adc a,(hl) ;30f7 8e . + adc a,d ;30f8 8a . + sub b ;30f9 90 . + adc a,a ;30fa 8f . + sub c ;30fb 91 . +sub_30fch: + sub h ;30fc 94 . + sub c ;30fd 91 . + and c ;30fe a1 . + inc e ;30ff 1c . + add a,c ;3100 81 . + sbc a,l ;3101 9d . + call po,sub_9685h ;3102 e4 85 96 . . . + add a,a ;3105 87 . + sub b ;3106 90 . + inc e ;3107 1c . + and c ;3108 a1 . + sbc a,(hl) ;3109 9e . + call po,sub_979fh ;310a e4 9f 97 . . . + sbc a,d ;310d 9a . + adc a,a ;310e 8f . + inc e ;310f 1c . + sub c ;3110 91 . + sub h ;3111 94 . + call po,sub_8f92h ;3112 e4 92 8f . . . + sub h ;3115 94 . + adc a,d ;3116 8a . + sub a ;3117 97 . + add a,a ;3118 87 . + sbc a,d ;3119 9a . + add a,h ;311a 84 . + sbc a,l ;311b 9d . + add a,d ;311c 82 . + and d ;311d a2 . + add a,b ;311e 80 . + nop ;311f 00 . + add a,b ;3120 80 . + add a,d ;3121 82 . + call po,sub_8e89h ;3122 e4 89 8e . . . + adc a,l ;3125 8d . + sbc a,c ;3126 99 . + add a,b ;3127 80 . + sbc a,c ;3128 99 . + inc e ;3129 1c . + sub c ;312a 91 . + and c ;312b a1 . + call po,sub_8291h ;312c e4 91 82 . . . + sub b ;312f 90 . + add a,b ;3130 80 . + adc a,(hl) ;3131 8e . + ld a,a ;3132 7f  + adc a,e ;3133 8b . + ld a,a ;3134 7f  + add a,(hl) ;3135 86 . + add a,b ;3136 80 . + inc e ;3137 1c . + and c ;3138 a1 . + sbc a,l ;3139 9d . + call po,sub_969ch ;313a e4 9c 96 . . . + sbc a,b ;313d 98 . + sub d ;313e 92 . + inc e ;313f 1c . + sub c ;3140 91 . + sbc a,d ;3141 9a . + call po,sub_8f96h ;3142 e4 96 8f . . . + sbc a,h ;3145 9c . + add a,(hl) ;3146 86 . + and d ;3147 a2 . + add a,b ;3148 80 . + nop ;3149 00 . + add a,b ;314a 80 . + sbc a,e ;314b 9b . + call po,09ba2h ;314c e4 a2 9b . . . + inc e ;314f 1c . + sub c ;3150 91 . + and c ;3151 a1 . + call po,sub_7f91h ;3152 e4 91 7f . .  + inc e ;3155 1c . + ld a,a ;3156 7f  + add a,a ;3157 87 . + call po,sub_8c86h ;3158 e4 86 8c . . . + adc a,l ;315b 8d . + sub h ;315c 94 . + sub c ;315d 91 . + sbc a,e ;315e 9b . + sub l ;315f 95 . + sub h ;3160 94 . + sbc a,h ;3161 9c . + adc a,h ;3162 8c . + and e ;3163 a3 . + add a,a ;3164 87 . + nop ;3165 00 . + add a,b ;3166 80 . + sub (hl) ;3167 96 . + call po,sub_9986h ;3168 e4 86 99 . . . + adc a,e ;316b 8b . + sbc a,h ;316c 9c . + sub c ;316d 91 . + and c ;316e a1 . + sub a ;316f 97 . + sbc a,h ;3170 9c . + sbc a,h ;3171 9c . + sbc a,c ;3172 99 . + and d ;3173 a2 . + sub (hl) ;3174 96 . + inc e ;3175 1c . + sbc a,(hl) ;3176 9e . + sub l ;3177 95 . + call po,sub_9584h ;3178 e4 84 95 . . . + inc e ;317b 1c . + add a,d ;317c 82 . + adc a,(hl) ;317d 8e . + call po,sub_8ea0h ;317e e4 a0 8e . . . + inc e ;3181 1c . + sub c ;3182 91 . + sub l ;3183 95 . + call po,sub_8091h ;3184 e4 91 80 . . . + inc e ;3187 1c . + adc a,d ;3188 8a . + add a,d ;3189 82 . + call po,sub_8788h ;318a e4 88 87 . . . + add a,(hl) ;318d 86 . + adc a,d ;318e 8a . + inc e ;318f 1c . + sbc a,h ;3190 9c . + adc a,d ;3191 8a . + call po,sub_8097h ;3192 e4 97 80 . . . + inc e ;3195 1c . + add a,b ;3196 80 . + add a,b ;3197 80 . + call po,sub_80a2h ;3198 e4 a2 80 . . . + nop ;319b 00 . + add a,d ;319c 82 . + sub a ;319d 97 . + call po,sub_97a0h ;319e e4 a0 97 . . . + inc e ;31a1 1c . + sub c ;31a2 91 . + and c ;31a3 a1 . + call po,sub_8091h ;31a4 e4 91 80 . . . + inc e ;31a7 1c . + add a,b ;31a8 80 . + add a,b ;31a9 80 . + call po,sub_80a2h ;31aa e4 a2 80 . . . + nop ;31ad 00 . + nop ;31ae 00 . + add a,d ;31af 82 . + and b ;31b0 a0 . + call po,sub_8b82h ;31b1 e4 82 8b . . . + inc e ;31b4 1c . + add a,h ;31b5 84 . + add a,d ;31b6 82 . + call po,sub_8084h ;31b7 e4 84 80 . . . + add a,b ;31ba 80 . + add a,b ;31bb 80 . + add a,b ;31bc 80 . + add a,d ;31bd 82 . + add a,h ;31be 84 . + add a,d ;31bf 82 . + nop ;31c0 00 . + adc a,e ;31c1 8b . + and b ;31c2 a0 . + call po,sub_9889h ;31c3 e4 89 98 . . . + inc e ;31c6 1c . + sub a ;31c7 97 . + and b ;31c8 a0 . + call po,sub_9895h ;31c9 e4 95 98 . . . + nop ;31cc 00 . + sub b ;31cd 90 . + sbc a,h ;31ce 9c . + call po,sub_7890h ;31cf e4 90 78 . . x + inc e ;31d2 1c . + sbc a,h ;31d3 9c . + sub h ;31d4 94 . + call po,09698h ;31d5 e4 98 96 . . . + adc a,c ;31d8 89 . + sub (hl) ;31d9 96 . + add a,h ;31da 84 . + sub l ;31db 95 . + add a,c ;31dc 81 . + sub d ;31dd 92 . + add a,b ;31de 80 . + adc a,(hl) ;31df 8e . + add a,b ;31e0 80 . + adc a,b ;31e1 88 . + add a,c ;31e2 81 . + add a,h ;31e3 84 . + add a,h ;31e4 84 . + add a,c ;31e5 81 . + adc a,c ;31e6 89 . + add a,b ;31e7 80 . + sbc a,b ;31e8 98 . + add a,b ;31e9 80 . + sbc a,h ;31ea 9c . + add a,d ;31eb 82 . + nop ;31ec 00 . + adc a,(hl) ;31ed 8e . + and h ;31ee a4 . + call po,sub_798eh ;31ef e4 8e 79 . . y + inc e ;31f2 1c . + add a,b ;31f3 80 . + add a,l ;31f4 85 . + call po,sub_827fh+2 ;31f5 e4 81 82 . . . + add a,h ;31f8 84 . + add a,c ;31f9 81 . + adc a,c ;31fa 89 . + add a,b ;31fb 80 . +sub_31fch: + sub h ;31fc 94 . + add a,b ;31fd 80 . + sbc a,b ;31fe 98 . + add a,c ;31ff 81 . + sbc a,e ;3200 9b . + add a,e ;3201 83 . + sbc a,h ;3202 9c . + add a,(hl) ;3203 86 . + sbc a,h ;3204 9c . + adc a,d ;3205 8a . + sbc a,e ;3206 9b . + adc a,h ;3207 8c . + sbc a,b ;3208 98 . + adc a,(hl) ;3209 8e . + add a,h ;320a 84 . + sub d ;320b 92 . + add a,c ;320c 81 . + sub h ;320d 94 . + add a,b ;320e 80 . + sub a ;320f 97 . + add a,b ;3210 80 . + sbc a,d ;3211 9a . + add a,c ;3212 81 . + sbc a,l ;3213 9d . + add a,h ;3214 84 . + sbc a,a ;3215 9f . + adc a,c ;3216 89 . + and b ;3217 a0 . + sub e ;3218 93 . + and b ;3219 a0 . + sbc a,b ;321a 98 . + sbc a,a ;321b 9f . + sbc a,e ;321c 9b . + sbc a,l ;321d 9d . + sbc a,h ;321e 9c . + sbc a,d ;321f 9a . + nop ;3220 00 . + and b ;3221 a0 . + and b ;3222 a0 . + call po,sub_8080h ;3223 e4 80 80 . . . + inc e ;3226 1c . + add a,b ;3227 80 . + sbc a,b ;3228 98 . + call po,sub_9d80h ;3229 e4 80 9d . . . + add a,c ;322c 81 . + sbc a,a ;322d 9f . + add a,h ;322e 84 . + and b ;322f a0 . + adc a,d ;3230 8a . + and b ;3231 a0 . + adc a,l ;3232 8d . + sbc a,a ;3233 9f . + adc a,(hl) ;3234 8e . + sbc a,l ;3235 9d . + adc a,(hl) ;3236 8e . + sbc a,b ;3237 98 . + adc a,l ;3238 8d . + sub (hl) ;3239 96 . + adc a,d ;323a 8a . + sub l ;323b 95 . + add a,h ;323c 84 . + sub l ;323d 95 . + add a,c ;323e 81 . + sub (hl) ;323f 96 . + add a,b ;3240 80 . + sbc a,b ;3241 98 . + inc e ;3242 1c . + sub d ;3243 92 . + add a,e ;3244 83 . + call po,sub_8892h ;3245 e4 92 88 . . . + sub e ;3248 93 . + adc a,d ;3249 8a . + sub (hl) ;324a 96 . + adc a,e ;324b 8b . + sbc a,h ;324c 9c . + adc a,e ;324d 8b . + sbc a,a ;324e 9f . + adc a,d ;324f 8a . + and b ;3250 a0 . + adc a,b ;3251 88 . + and b ;3252 a0 . + add a,e ;3253 83 . + sbc a,a ;3254 9f . + add a,c ;3255 81 . + sbc a,h ;3256 9c . + add a,b ;3257 80 . + sub (hl) ;3258 96 . + add a,b ;3259 80 . + sub e ;325a 93 . + add a,c ;325b 81 . + sub d ;325c 92 . + add a,e ;325d 83 . + nop ;325e 00 . + sbc a,(hl) ;325f 9e . + add a,d ;3260 82 . + call po,sub_8098h ;3261 e4 98 80 . . . + adc a,c ;3264 89 . + add a,b ;3265 80 . + add a,(hl) ;3266 86 . + add a,c ;3267 81 . + add a,e ;3268 83 . + add a,e ;3269 83 . + add a,b ;326a 80 . + add a,a ;326b 87 . + add a,b ;326c 80 . + adc a,c ;326d 89 . + add a,d ;326e 82 . + adc a,l ;326f 8d . + sub d ;3270 92 . + sub l ;3271 95 . + sub h ;3272 94 . + sbc a,b ;3273 98 . + sub h ;3274 94 . + sbc a,h ;3275 9c . + sub d ;3276 92 . + sbc a,a ;3277 9f . + adc a,(hl) ;3278 8e . + and b ;3279 a0 . + adc a,d ;327a 8a . + and b ;327b a0 . + add a,(hl) ;327c 86 . + sbc a,a ;327d 9f . + add a,h ;327e 84 . + sbc a,h ;327f 9c . + add a,h ;3280 84 . + sbc a,b ;3281 98 . + add a,(hl) ;3282 86 . + sub l ;3283 95 . + sbc a,h ;3284 9c . + add a,b ;3285 80 . + nop ;3286 00 . + adc a,l ;3287 8d . + sbc a,b ;3288 98 . + call po,sub_a093h ;3289 e4 93 a0 . . . + nop ;328c 00 . + and b ;328d a0 . + and b ;328e a0 . + call po,sub_9c9bh ;328f e4 9b 9c . . . + sbc a,c ;3292 99 . + sbc a,b ;3293 98 . + sbc a,b ;3294 98 . + sub d ;3295 92 . + sbc a,b ;3296 98 . + adc a,(hl) ;3297 8e . + sbc a,c ;3298 99 . + adc a,b ;3299 88 . + sbc a,e ;329a 9b . + add a,h ;329b 84 . + and b ;329c a0 . + add a,b ;329d 80 . + nop ;329e 00 . + add a,b ;329f 80 . + and b ;32a0 a0 . + call po,sub_9c85h ;32a1 e4 85 9c . . . + add a,a ;32a4 87 . + sbc a,b ;32a5 98 . + adc a,b ;32a6 88 . + sub d ;32a7 92 . + adc a,b ;32a8 88 . + adc a,(hl) ;32a9 8e . + add a,a ;32aa 87 . + adc a,b ;32ab 88 . + add a,l ;32ac 85 . + add a,h ;32ad 84 . + add a,b ;32ae 80 . + add a,b ;32af 80 . + nop ;32b0 00 . + add a,e ;32b1 83 . + sub h ;32b2 94 . + call po,sub_9787h ;32b3 e4 87 97 . . . + inc e ;32b6 1c . + adc a,h ;32b7 8c . + sbc a,d ;32b8 9a . + call po,sub_9c91h ;32b9 e4 91 9c . . . + inc e ;32bc 1c . + sub b ;32bd 90 . + sub h ;32be 94 . + call po,sub_978ch ;32bf e4 8c 97 . . . + inc e ;32c2 1c . + add a,(hl) ;32c3 86 . + sbc a,d ;32c4 9a . + call po,sub_9c80h+1 ;32c5 e4 81 9c . . . + inc e ;32c8 1c . + adc a,c ;32c9 89 . + and b ;32ca a0 . + call po,sub_9c89h ;32cb e4 89 9c . . . + nop ;32ce 00 . + add a,b ;32cf 80 . + sub b ;32d0 90 . + call po,sub_90a0h ;32d1 e4 a0 90 . . . + inc e ;32d4 1c . + sub b ;32d5 90 . + sbc a,l ;32d6 9d . + call po,sub_8390h ;32d7 e4 90 83 . . . + nop ;32da 00 . + add a,b ;32db 80 . + ld a,d ;32dc 7a z + call po,sub_8283h ;32dd e4 83 82 . . . + nop ;32e0 00 . + add a,b ;32e1 80 . + sub b ;32e2 90 . + call po,sub_90a0h ;32e3 e4 a0 90 . . . + nop ;32e6 00 . + call po,sub_827fh+1 ;32e7 e4 80 82 . . . + add a,e ;32ea 83 . + add a,d ;32eb 82 . + add a,e ;32ec 83 . + add a,b ;32ed 80 . + add a,b ;32ee 80 . + add a,b ;32ef 80 . + nop ;32f0 00 . + call po,sub_a0a0h ;32f1 e4 a0 a0 . . . + nop ;32f4 00 . + adc a,(hl) ;32f5 8e . + add a,b ;32f6 80 . + call po,sub_8188h ;32f7 e4 88 81 . . . + add a,h ;32fa 84 . + add a,h ;32fb 84 . + add a,d ;32fc 82 . + add a,a ;32fd 87 . + add a,b ;32fe 80 . + adc a,h ;32ff 8c . + add a,b ;3300 80 . + sub h ;3301 94 . + add a,d ;3302 82 . + sbc a,c ;3303 99 . + add a,h ;3304 84 . + sbc a,h ;3305 9c . + adc a,b ;3306 88 . + sbc a,a ;3307 9f . + adc a,(hl) ;3308 8e . + and b ;3309 a0 . + sub h ;330a 94 . + sbc a,a ;330b 9f . + sbc a,b ;330c 98 . + sbc a,h ;330d 9c . + sbc a,d ;330e 9a . + sbc a,c ;330f 99 . + sbc a,h ;3310 9c . + sub h ;3311 94 . + sbc a,h ;3312 9c . + adc a,h ;3313 8c . + sbc a,d ;3314 9a . + add a,a ;3315 87 . + sbc a,b ;3316 98 . + add a,h ;3317 84 . + sub h ;3318 94 . + add a,c ;3319 81 . + adc a,(hl) ;331a 8e . + add a,b ;331b 80 . + nop ;331c 00 . + add a,a ;331d 87 . + sub (hl) ;331e 96 . + call po,sub_a092h ;331f e4 92 a0 . . . + sub h ;3322 94 . + and b ;3323 a0 . + sub h ;3324 94 . + add a,b ;3325 80 . + nop ;3326 00 . + add a,c ;3327 81 . + sbc a,d ;3328 9a . + call po,09d82h ;3329 e4 82 9d . . . + add a,a ;332c 87 . + sbc a,a ;332d 9f . + adc a,h ;332e 8c . + and b ;332f a0 . + sub c ;3330 91 . + and b ;3331 a0 . + sub (hl) ;3332 96 . + sbc a,a ;3333 9f . + sbc a,d ;3334 9a . + sbc a,l ;3335 9d . + sbc a,h ;3336 9c . + sbc a,d ;3337 9a . + sbc a,h ;3338 9c . + sub l ;3339 95 . + sbc a,b ;333a 98 . + sub c ;333b 91 . + add a,h ;333c 84 . + add a,a ;333d 87 . + add a,b ;333e 80 . + add a,b ;333f 80 . + sbc a,h ;3340 9c . + add a,b ;3341 80 . + nop ;3342 00 . + add a,c ;3343 81 . + sbc a,e ;3344 9b . + call po,09e84h ;3345 e4 84 9e . . . + adc a,c ;3348 89 . + and b ;3349 a0 . + adc a,a ;334a 8f . + and b ;334b a0 . + sub (hl) ;334c 96 . + sbc a,a ;334d 9f . + sbc a,d ;334e 9a . + sbc a,l ;334f 9d . + sbc a,h ;3350 9c . + sbc a,d ;3351 9a . + sbc a,h ;3352 9c . + sub a ;3353 97 . + sbc a,d ;3354 9a . + sub h ;3355 94 . + sbc a,b ;3356 98 . + sub d ;3357 92 . + sub h ;3358 94 . + sub c ;3359 91 . + add a,a ;335a 87 . + sub c ;335b 91 . + inc e ;335c 1c . + sub h ;335d 94 . + sub c ;335e 91 . + call po,sub_9098h ;335f e4 98 90 . . . + sbc a,e ;3362 9b . + adc a,(hl) ;3363 8e . + sbc a,h ;3364 9c . + adc a,e ;3365 8b . + sbc a,h ;3366 9c . + add a,(hl) ;3367 86 . + sbc a,d ;3368 9a . + add a,e ;3369 83 . + sub a ;336a 97 . + add a,c ;336b 81 . + sub b ;336c 90 . + add a,b ;336d 80 . + adc a,c ;336e 89 . + add a,b ;336f 80 . + add a,h ;3370 84 . + add a,d ;3371 82 . + add a,b ;3372 80 . + add a,(hl) ;3373 86 . + nop ;3374 00 . + sbc a,b ;3375 98 . + add a,b ;3376 80 . + call po,sub_a098h ;3377 e4 98 a0 . . . + sub h ;337a 94 . + and b ;337b a0 . + add a,b ;337c 80 . + adc a,e ;337d 8b . + add a,b ;337e 80 . + adc a,b ;337f 88 . + sbc a,h ;3380 9c . + adc a,b ;3381 88 . + nop ;3382 00 . + sbc a,h ;3383 9c . + and b ;3384 a0 . + call po,sub_a080h ;3385 e4 80 a0 . . . + add a,b ;3388 80 . + sub c ;3389 91 . + add a,h ;338a 84 . + sub h ;338b 94 . + add a,a ;338c 87 . + sub l ;338d 95 . + sub e ;338e 93 . + sub l ;338f 95 . + sub (hl) ;3390 96 . + sub h ;3391 94 . + sbc a,c ;3392 99 . + sub d ;3393 92 . + sbc a,h ;3394 9c . + adc a,(hl) ;3395 8e . + sbc a,h ;3396 9c . + adc a,c ;3397 89 . + sbc a,e ;3398 9b . + add a,l ;3399 85 . + sbc a,c ;339a 99 . + add a,d ;339b 82 . + sub e ;339c 93 . + add a,b ;339d 80 . + adc a,d ;339e 8a . + add a,b ;339f 80 . + add a,(hl) ;33a0 86 . + add a,c ;33a1 81 . + add a,e ;33a2 83 . + add a,e ;33a3 83 . + add a,b ;33a4 80 . + add a,(hl) ;33a5 86 . + nop ;33a6 00 . + sbc a,h ;33a7 9c . + sbc a,(hl) ;33a8 9e . + call po,sub_a098h ;33a9 e4 98 a0 . . . + adc a,h ;33ac 8c . + and b ;33ad a0 . + add a,(hl) ;33ae 86 . + sbc a,a ;33af 9f . + add a,d ;33b0 82 . + sbc a,h ;33b1 9c . + add a,b ;33b2 80 . + sbc a,b ;33b3 98 . + add a,b ;33b4 80 . + add a,(hl) ;33b5 86 . + add a,d ;33b6 82 . + add a,e ;33b7 83 . + add a,h ;33b8 84 . + add a,c ;33b9 81 . + adc a,b ;33ba 88 . + add a,b ;33bb 80 . + sub h ;33bc 94 . + add a,b ;33bd 80 . + sbc a,b ;33be 98 . + add a,c ;33bf 81 . + sbc a,d ;33c0 9a . + add a,e ;33c1 83 . + sbc a,h ;33c2 9c . + add a,(hl) ;33c3 86 . + sbc a,h ;33c4 9c . + adc a,l ;33c5 8d . + sbc a,d ;33c6 9a . + sub b ;33c7 90 . + sbc a,b ;33c8 98 . + sub d ;33c9 92 . + sub h ;33ca 94 . + sub e ;33cb 93 . + adc a,b ;33cc 88 . + sub e ;33cd 93 . + add a,h ;33ce 84 . + sub d ;33cf 92 . + add a,d ;33d0 82 . + sub b ;33d1 90 . + add a,b ;33d2 80 . + adc a,l ;33d3 8d . + nop ;33d4 00 . + add a,b ;33d5 80 . + and b ;33d6 a0 . + call po,sub_a09ch ;33d7 e4 9c a0 . . . + sbc a,h ;33da 9c . + sbc a,l ;33db 9d . + add a,a ;33dc 87 . + add a,b ;33dd 80 . + nop ;33de 00 . + sub (hl) ;33df 96 . + sub d ;33e0 92 . + call po,09286h ;33e1 e4 86 92 . . . + add a,e ;33e4 83 . + sub e ;33e5 93 . + add a,c ;33e6 81 . + sub (hl) ;33e7 96 . + add a,c ;33e8 81 . + sbc a,d ;33e9 9a . + add a,e ;33ea 83 . + sbc a,(hl) ;33eb 9e . + add a,l ;33ec 85 . + sbc a,a ;33ed 9f . + adc a,b ;33ee 88 . + and b ;33ef a0 . + sub h ;33f0 94 . + and b ;33f1 a0 . + sub a ;33f2 97 . + sbc a,a ;33f3 9f . + sbc a,c ;33f4 99 . + sbc a,(hl) ;33f5 9e . + sbc a,e ;33f6 9b . + sbc a,d ;33f7 9a . + sbc a,e ;33f8 9b . + sub (hl) ;33f9 96 . + sbc a,c ;33fa 99 . + sub e ;33fb 93 . + sub (hl) ;33fc 96 . + sub d ;33fd 92 . + sbc a,d ;33fe 9a . + sub b ;33ff 90 . + sbc a,h ;3400 9c . + adc a,l ;3401 8d . + sbc a,h ;3402 9c . + add a,(hl) ;3403 86 . + sbc a,d ;3404 9a . + add a,d ;3405 82 . + sbc a,b ;3406 98 . + add a,c ;3407 81 . + sub h ;3408 94 . + add a,b ;3409 80 . + adc a,b ;340a 88 . + add a,b ;340b 80 . + add a,h ;340c 84 . + add a,c ;340d 81 . + add a,d ;340e 82 . + add a,d ;340f 82 . + add a,b ;3410 80 . + add a,(hl) ;3411 86 . + add a,b ;3412 80 . + adc a,l ;3413 8d . + add a,d ;3414 82 . + sub b ;3415 90 . + add a,(hl) ;3416 86 . + sub d ;3417 92 . + nop ;3418 00 . + add a,b ;3419 80 . + add a,d ;341a 82 . + call po,sub_8084h ;341b e4 84 80 . . . + sub b ;341e 90 . + add a,b ;341f 80 . + sub (hl) ;3420 96 . + add a,c ;3421 81 . + sbc a,d ;3422 9a . + add a,h ;3423 84 . + sbc a,h ;3424 9c . + adc a,b ;3425 88 . + sbc a,h ;3426 9c . + sbc a,c ;3427 99 . + sbc a,d ;3428 9a . + sbc a,l ;3429 9d . + sub a ;342a 97 . + sbc a,a ;342b 9f . + sub d ;342c 92 . + and b ;342d a0 . + adc a,d ;342e 8a . + and b ;342f a0 . + add a,l ;3430 85 . + sbc a,a ;3431 9f . + add a,d ;3432 82 . + sbc a,l ;3433 9d . + add a,b ;3434 80 . + sbc a,c ;3435 99 . + add a,b ;3436 80 . + sub d ;3437 92 . + add a,d ;3438 82 . + adc a,a ;3439 8f . + add a,l ;343a 85 . + adc a,l ;343b 8d . + adc a,d ;343c 8a . + adc a,h ;343d 8c . + sub d ;343e 92 . + adc a,h ;343f 8c . + sub a ;3440 97 . + adc a,l ;3441 8d . + sbc a,d ;3442 9a . + adc a,a ;3443 8f . + sbc a,h ;3444 9c . + sub d ;3445 92 . + nop ;3446 00 . + add a,b ;3447 80 . + adc a,(hl) ;3448 8e . + call po,sub_9080h ;3449 e4 80 90 . . . + add a,e ;344c 83 . + sub b ;344d 90 . + add a,e ;344e 83 . + adc a,(hl) ;344f 8e . + add a,b ;3450 80 . + adc a,(hl) ;3451 8e . + inc e ;3452 1c . + add a,b ;3453 80 . + add a,b ;3454 80 . + call po,sub_827fh+1 ;3455 e4 80 82 . . . + add a,e ;3458 83 . + add a,d ;3459 82 . + add a,e ;345a 83 . + add a,b ;345b 80 . + add a,b ;345c 80 . + add a,b ;345d 80 . + nop ;345e 00 . + add a,b ;345f 80 . + adc a,(hl) ;3460 8e . + call po,sub_9080h ;3461 e4 80 90 . . . + add a,e ;3464 83 . + sub b ;3465 90 . + add a,e ;3466 83 . + adc a,(hl) ;3467 8e . + add a,b ;3468 80 . + adc a,(hl) ;3469 8e . + inc e ;346a 1c . + add a,e ;346b 83 . + add a,b ;346c 80 . + call po,sub_8080h ;346d e4 80 80 . . . + add a,b ;3470 80 . + add a,d ;3471 82 . + add a,e ;3472 83 . + add a,d ;3473 82 . + add a,e ;3474 83 . + ld a,(hl) ;3475 7e ~ + add a,d ;3476 82 . + ld a,h ;3477 7c | + add a,c ;3478 81 . + ld a,e ;3479 7b { + nop ;347a 00 . + and b ;347b a0 . + sbc a,l ;347c 9d . + call po,09280h ;347d e4 80 92 . . . + add a,b ;3480 80 . + adc a,(hl) ;3481 8e . + and b ;3482 a0 . + add a,e ;3483 83 . + nop ;3484 00 . + add a,b ;3485 80 . + sub l ;3486 95 . + call po,sub_95a0h ;3487 e4 a0 95 . . . + inc e ;348a 1c . + add a,b ;348b 80 . + adc a,e ;348c 8b . + call po,sub_8ba0h ;348d e4 a0 8b . . . + nop ;3490 00 . + add a,b ;3491 80 . + sbc a,l ;3492 9d . + call po,sub_92a0h ;3493 e4 a0 92 . . . + and b ;3496 a0 . + adc a,(hl) ;3497 8e . + add a,b ;3498 80 . + add a,e ;3499 83 . + nop ;349a 00 . + add a,b ;349b 80 . + sbc a,e ;349c 9b . + call po,09e84h ;349d e4 84 9e . . . + adc a,e ;34a0 8b . + and b ;34a1 a0 . + sub c ;34a2 91 . + and b ;34a3 a0 . + sbc a,b ;34a4 98 . + sbc a,a ;34a5 9f . + sbc a,d ;34a6 9a . + sbc a,l ;34a7 9d . + sbc a,h ;34a8 9c . + sbc a,c ;34a9 99 . + sbc a,h ;34aa 9c . + sub (hl) ;34ab 96 . + sbc a,d ;34ac 9a . + sub e ;34ad 93 . + sub (hl) ;34ae 96 . + sub b ;34af 90 . + sub b ;34b0 90 . + adc a,(hl) ;34b1 8e . + adc a,(hl) ;34b2 8e . + adc a,h ;34b3 8c . + adc a,(hl) ;34b4 8e . + adc a,b ;34b5 88 . + inc e ;34b6 1c . + adc a,h ;34b7 8c . + add a,d ;34b8 82 . + call po,sub_8290h ;34b9 e4 90 82 . . . + sub b ;34bc 90 . + add a,b ;34bd 80 . + adc a,h ;34be 8c . + add a,b ;34bf 80 . + adc a,h ;34c0 8c . + add a,d ;34c1 82 . + nop ;34c2 00 . + and b ;34c3 a0 . + sub h ;34c4 94 . + call po,sub_969eh ;34c5 e4 9e 96 . . . + sbc a,d ;34c8 9a . + sub a ;34c9 97 . + adc a,a ;34ca 8f . + sub a ;34cb 97 . + adc a,h ;34cc 8c . + sub (hl) ;34cd 96 . + adc a,c ;34ce 89 . + sub h ;34cf 94 . + adc a,b ;34d0 88 . + sub d ;34d1 92 . + adc a,b ;34d2 88 . + adc a,(hl) ;34d3 8e . + adc a,c ;34d4 89 . + adc a,h ;34d5 8c . + adc a,h ;34d6 8c . + adc a,d ;34d7 8a . + adc a,a ;34d8 8f . + adc a,c ;34d9 89 . + sbc a,d ;34da 9a . + adc a,c ;34db 89 . + sbc a,(hl) ;34dc 9e . + adc a,d ;34dd 8a . + and b ;34de a0 . + adc a,h ;34df 8c . + and b ;34e0 a0 . + sbc a,d ;34e1 9a . + sbc a,a ;34e2 9f . + sbc a,h ;34e3 9c . + sbc a,h ;34e4 9c . + sbc a,a ;34e5 9f . + sub (hl) ;34e6 96 . + and b ;34e7 a0 . + adc a,d ;34e8 8a . + and b ;34e9 a0 . + add a,h ;34ea 84 . + sbc a,a ;34eb 9f . + add a,c ;34ec 81 . + sbc a,h ;34ed 9c . + add a,b ;34ee 80 . + sbc a,b ;34ef 98 . + add a,b ;34f0 80 . + adc a,b ;34f1 88 . + add a,c ;34f2 81 . + add a,l ;34f3 85 . + add a,h ;34f4 84 . + add a,c ;34f5 81 . + adc a,b ;34f6 88 . + add a,b ;34f7 80 . + sbc a,e ;34f8 9b . + add a,b ;34f9 80 . + sbc a,a ;34fa 9f . + add a,d ;34fb 82 . + nop ;34fc 00 . + call po,sub_a090h ;34fd e4 90 a0 . . . + and b ;3500 a0 . + add a,b ;3501 80 . + inc e ;3502 1c . + add a,h ;3503 84 . + adc a,b ;3504 88 . + call po,0889ch ;3505 e4 9c 88 . . . + nop ;3508 00 . + call po,sub_a080h ;3509 e4 80 a0 . . . + sub a ;350c 97 . + and b ;350d a0 . + sbc a,d ;350e 9a . + sbc a,a ;350f 9f . + sbc a,l ;3510 9d . + sbc a,l ;3511 9d . + sbc a,(hl) ;3512 9e . + sbc a,d ;3513 9a . + sbc a,(hl) ;3514 9e . + sub a ;3515 97 . + sbc a,l ;3516 9d . + sub h ;3517 94 . + sbc a,d ;3518 9a . + sub d ;3519 92 . + sub a ;351a 97 . + sub c ;351b 91 . + add a,b ;351c 80 . + sub c ;351d 91 . + inc e ;351e 1c . + sub a ;351f 97 . + sub c ;3520 91 . + call po,sub_909bh ;3521 e4 9b 90 . . . + sbc a,(hl) ;3524 9e . + adc a,(hl) ;3525 8e . + and b ;3526 a0 . + adc a,e ;3527 8b . + and b ;3528 a0 . + add a,(hl) ;3529 86 . + sbc a,(hl) ;352a 9e . + add a,e ;352b 83 . + sbc a,e ;352c 9b . + add a,c ;352d 81 . + sub a ;352e 97 . + add a,b ;352f 80 . + add a,b ;3530 80 . + add a,b ;3531 80 . + nop ;3532 00 . + and b ;3533 a0 . + sbc a,(hl) ;3534 9e . + call po,sub_a09ch ;3535 e4 9c a0 . . . + adc a,h ;3538 8c . + and b ;3539 a0 . + add a,(hl) ;353a 86 . + sbc a,a ;353b 9f . + add a,e ;353c 83 . + sbc a,l ;353d 9d . + add a,c ;353e 81 . + sbc a,d ;353f 9a . + add a,b ;3540 80 . + sub h ;3541 94 . + add a,b ;3542 80 . + adc a,h ;3543 8c . + add a,c ;3544 81 . + add a,(hl) ;3545 86 . + add a,e ;3546 83 . + add a,e ;3547 83 . + add a,(hl) ;3548 86 . + add a,c ;3549 81 . + adc a,h ;354a 8c . + add a,b ;354b 80 . + sbc a,h ;354c 9c . + add a,b ;354d 80 . + and b ;354e a0 . + add a,d ;354f 82 . + nop ;3550 00 . + call po,sub_a080h ;3551 e4 80 a0 . . . + sub e ;3554 93 . + and b ;3555 a0 . + sbc a,d ;3556 9a . + sbc a,a ;3557 9f . + sbc a,l ;3558 9d . + sbc a,l ;3559 9d . + sbc a,a ;355a 9f . + sbc a,d ;355b 9a . + and b ;355c a0 . + sub h ;355d 94 . + and b ;355e a0 . + adc a,(hl) ;355f 8e . + sbc a,a ;3560 9f . + add a,(hl) ;3561 86 . + sbc a,l ;3562 9d . + add a,e ;3563 83 . + sbc a,d ;3564 9a . + add a,c ;3565 81 . + sub h ;3566 94 . + add a,b ;3567 80 . + add a,b ;3568 80 . + add a,b ;3569 80 . + nop ;356a 00 . + add a,b ;356b 80 . + sub c ;356c 91 . + call po,sub_919ah ;356d e4 9a 91 . . . + inc e ;3570 1c . + and b ;3571 a0 . + and b ;3572 a0 . + call po,sub_a080h ;3573 e4 80 a0 . . . + add a,b ;3576 80 . + add a,b ;3577 80 . + and b ;3578 a0 . + add a,b ;3579 80 . + nop ;357a 00 . + call po,sub_a080h ;357b e4 80 a0 . . . + and b ;357e a0 . + and b ;357f a0 . + inc e ;3580 1c . + add a,b ;3581 80 . + sub c ;3582 91 . + call po,sub_9198h ;3583 e4 98 91 . . . + nop ;3586 00 . + and b ;3587 a0 . + sbc a,(hl) ;3588 9e . + call po,sub_a09ch ;3589 e4 9c a0 . . . + adc a,h ;358c 8c . + and b ;358d a0 . + add a,(hl) ;358e 86 . + sbc a,a ;358f 9f . + add a,e ;3590 83 . + sbc a,l ;3591 9d . + add a,c ;3592 81 . + sbc a,d ;3593 9a . + add a,b ;3594 80 . + sub h ;3595 94 . + add a,b ;3596 80 . + adc a,h ;3597 8c . + add a,c ;3598 81 . + add a,(hl) ;3599 86 . + add a,e ;359a 83 . + add a,e ;359b 83 . + add a,(hl) ;359c 86 . + add a,c ;359d 81 . + adc a,(hl) ;359e 8e . + add a,b ;359f 80 . + sbc a,h ;35a0 9c . + add a,b ;35a1 80 . + and b ;35a2 a0 . + add a,d ;35a3 82 . + and b ;35a4 a0 . + adc a,a ;35a5 8f . + sub b ;35a6 90 . + adc a,a ;35a7 8f . + nop ;35a8 00 . + add a,b ;35a9 80 . + and b ;35aa a0 . + call po,sub_8080h ;35ab e4 80 80 . . . + inc e ;35ae 1c . + add a,b ;35af 80 . + sub c ;35b0 91 . + call po,sub_91a0h ;35b1 e4 a0 91 . . . + inc e ;35b4 1c . + and b ;35b5 a0 . + and b ;35b6 a0 . + call po,sub_80a0h ;35b7 e4 a0 80 . . . + nop ;35ba 00 . + add a,a ;35bb 87 . + and b ;35bc a0 . + call po,sub_a099h ;35bd e4 99 a0 . . . + inc e ;35c0 1c . + sub b ;35c1 90 . + and b ;35c2 a0 . + call po,sub_8090h ;35c3 e4 90 80 . . . + inc e ;35c6 1c . + add a,a ;35c7 87 . + add a,b ;35c8 80 . + call po,sub_8099h ;35c9 e4 99 80 . . . + nop ;35cc 00 . + add a,b ;35cd 80 . + add a,d ;35ce 82 . + call po,sub_8084h ;35cf e4 84 80 . . . + adc a,h ;35d2 8c . + add a,b ;35d3 80 . + sub d ;35d4 92 . + add a,c ;35d5 81 . + sub l ;35d6 95 . + add a,e ;35d7 83 . + sub a ;35d8 97 . + add a,(hl) ;35d9 86 . + sbc a,b ;35da 98 . + adc a,h ;35db 8c . + sbc a,b ;35dc 98 . + and b ;35dd a0 . + nop ;35de 00 . + add a,b ;35df 80 . + and b ;35e0 a0 . + call po,sub_8080h ;35e1 e4 80 80 . . . + inc e ;35e4 1c . + add a,b ;35e5 80 . + adc a,d ;35e6 8a . + call po,sub_928ch ;35e7 e4 8c 92 . . . + inc e ;35ea 1c . + and b ;35eb a0 . + and b ;35ec a0 . + call po,sub_928ch ;35ed e4 8c 92 . . . + and b ;35f0 a0 . + add a,b ;35f1 80 . + nop ;35f2 00 . + adc a,b ;35f3 88 . + and b ;35f4 a0 . + call po,sub_8087h+1 ;35f5 e4 88 80 . . . + and b ;35f8 a0 . + add a,b ;35f9 80 . + nop ;35fa 00 . + call po,sub_a080h ;35fb e4 80 a0 . . . + sub b ;35fe 90 . + adc a,b ;35ff 88 . + and b ;3600 a0 . + and b ;3601 a0 . + and b ;3602 a0 . + add a,b ;3603 80 . + nop ;3604 00 . + call po,sub_a080h ;3605 e4 80 a0 . . . + and b ;3608 a0 . + add a,b ;3609 80 . + and b ;360a a0 . + and b ;360b a0 . + nop ;360c 00 . + add a,b ;360d 80 . + adc a,h ;360e 8c . + call po,sub_9480h ;360f e4 80 94 . . . + add a,c ;3612 81 . + sbc a,d ;3613 9a . + add a,e ;3614 83 . + sbc a,l ;3615 9d . + add a,(hl) ;3616 86 . + sbc a,a ;3617 9f . + adc a,h ;3618 8c . + and b ;3619 a0 . + sub h ;361a 94 . + and b ;361b a0 . + sbc a,d ;361c 9a . + sbc a,a ;361d 9f . + sbc a,l ;361e 9d . + sbc a,l ;361f 9d . + sbc a,a ;3620 9f . + sbc a,d ;3621 9a . + and b ;3622 a0 . + sub h ;3623 94 . + and b ;3624 a0 . + adc a,h ;3625 8c . + sbc a,a ;3626 9f . + add a,(hl) ;3627 86 . + sbc a,l ;3628 9d . + add a,e ;3629 83 . + sbc a,d ;362a 9a . + add a,c ;362b 81 . + sub h ;362c 94 . + add a,b ;362d 80 . + adc a,h ;362e 8c . + add a,b ;362f 80 . + add a,(hl) ;3630 86 . + add a,c ;3631 81 . + add a,e ;3632 83 . + add a,e ;3633 83 . + add a,c ;3634 81 . + add a,(hl) ;3635 86 . + add a,b ;3636 80 . + adc a,h ;3637 8c . + nop ;3638 00 . + call po,sub_a080h ;3639 e4 80 a0 . . . + sbc a,b ;363c 98 . + and b ;363d a0 . + sbc a,h ;363e 9c . + sbc a,a ;363f 9f . + sbc a,a ;3640 9f . + sbc a,l ;3641 9d . + and b ;3642 a0 . + sbc a,d ;3643 9a . + and b ;3644 a0 . + sub h ;3645 94 . + sbc a,a ;3646 9f . + sub c ;3647 91 . + sbc a,h ;3648 9c . + adc a,a ;3649 8f . + sbc a,b ;364a 98 . + adc a,(hl) ;364b 8e . + add a,b ;364c 80 . + adc a,(hl) ;364d 8e . + nop ;364e 00 . + add a,b ;364f 80 . + adc a,h ;3650 8c . + call po,sub_9480h ;3651 e4 80 94 . . . + add a,c ;3654 81 . + sbc a,d ;3655 9a . + add a,e ;3656 83 . + sbc a,l ;3657 9d . + add a,(hl) ;3658 86 . + sbc a,a ;3659 9f . + adc a,h ;365a 8c . + and b ;365b a0 . + sub h ;365c 94 . + and b ;365d a0 . + sbc a,d ;365e 9a . + sbc a,a ;365f 9f . + sbc a,l ;3660 9d . + sbc a,l ;3661 9d . + sbc a,a ;3662 9f . + sbc a,d ;3663 9a . + and b ;3664 a0 . + sub h ;3665 94 . + and b ;3666 a0 . + adc a,h ;3667 8c . + sbc a,a ;3668 9f . + add a,(hl) ;3669 86 . + sbc a,l ;366a 9d . + add a,e ;366b 83 . + sbc a,d ;366c 9a . + add a,c ;366d 81 . + sub h ;366e 94 . + add a,b ;366f 80 . + adc a,h ;3670 8c . + add a,b ;3671 80 . + add a,(hl) ;3672 86 . + add a,c ;3673 81 . + add a,e ;3674 83 . + add a,e ;3675 83 . + add a,c ;3676 81 . + add a,(hl) ;3677 86 . + add a,b ;3678 80 . + adc a,h ;3679 8c . + inc e ;367a 1c . + sub h ;367b 94 . + adc a,h ;367c 8c . + call po,sub_80a0h ;367d e4 a0 80 . . . + nop ;3680 00 . + call po,sub_a080h ;3681 e4 80 a0 . . . + sbc a,b ;3684 98 . + and b ;3685 a0 . + sbc a,h ;3686 9c . + sbc a,a ;3687 9f . + sbc a,a ;3688 9f . + sbc a,l ;3689 9d . + and b ;368a a0 . + sbc a,d ;368b 9a . + and b ;368c a0 . + sub h ;368d 94 . + sbc a,a ;368e 9f . + sub c ;368f 91 . + sbc a,h ;3690 9c . + adc a,a ;3691 8f . + sbc a,b ;3692 98 . + adc a,(hl) ;3693 8e . + add a,b ;3694 80 . + adc a,(hl) ;3695 8e . + inc e ;3696 1c . + sbc a,b ;3697 98 . + adc a,(hl) ;3698 8e . + call po,sub_80a0h ;3699 e4 a0 80 . . . + nop ;369c 00 . + add a,b ;369d 80 . + add a,(hl) ;369e 86 . + call po,sub_8381h ;369f e4 81 83 . . . + add a,h ;36a2 84 . + add a,c ;36a3 81 . + adc a,b ;36a4 88 . + add a,b ;36a5 80 . + sub a ;36a6 97 . + add a,b ;36a7 80 . + sbc a,h ;36a8 9c . + add a,c ;36a9 81 . + sbc a,a ;36aa 9f . + add a,e ;36ab 83 . + and b ;36ac a0 . + add a,(hl) ;36ad 86 . + and b ;36ae a0 . + adc a,d ;36af 8a . + sbc a,a ;36b0 9f . + adc a,l ;36b1 8d . + sbc a,h ;36b2 9c . + adc a,a ;36b3 8f . + sub a ;36b4 97 . + sub b ;36b5 90 . + adc a,c ;36b6 89 . + sub c ;36b7 91 . + add a,h ;36b8 84 . + sub d ;36b9 92 . + add a,c ;36ba 81 . + sub h ;36bb 94 . + add a,b ;36bc 80 . + sub a ;36bd 97 . + add a,b ;36be 80 . + sbc a,d ;36bf 9a . + add a,c ;36c0 81 . + sbc a,l ;36c1 9d . + add a,h ;36c2 84 . + sbc a,a ;36c3 9f . + adc a,c ;36c4 89 . + and b ;36c5 a0 . + sub (hl) ;36c6 96 . + and b ;36c7 a0 . + sbc a,e ;36c8 9b . + sbc a,a ;36c9 9f . + sbc a,(hl) ;36ca 9e . + sbc a,l ;36cb 9d . + sbc a,a ;36cc 9f . + sbc a,d ;36cd 9a . + nop ;36ce 00 . + add a,b ;36cf 80 . + and b ;36d0 a0 . + call po,sub_a0a0h ;36d1 e4 a0 a0 . . . + inc e ;36d4 1c . + sub b ;36d5 90 . + and b ;36d6 a0 . + call po,sub_8090h ;36d7 e4 90 80 . . . + nop ;36da 00 . + add a,b ;36db 80 . + and b ;36dc a0 . + call po,sub_8c80h ;36dd e4 80 8c . . . + add a,c ;36e0 81 . + add a,(hl) ;36e1 86 . + add a,e ;36e2 83 . + add a,e ;36e3 83 . + add a,(hl) ;36e4 86 . + add a,c ;36e5 81 . + adc a,h ;36e6 8c . + add a,b ;36e7 80 . + sub h ;36e8 94 . + add a,b ;36e9 80 . + sbc a,d ;36ea 9a . + add a,c ;36eb 81 . + sbc a,l ;36ec 9d . + add a,e ;36ed 83 . + sbc a,a ;36ee 9f . + add a,(hl) ;36ef 86 . + and b ;36f0 a0 . + adc a,h ;36f1 8c . + and b ;36f2 a0 . + and b ;36f3 a0 . + nop ;36f4 00 . + add a,b ;36f5 80 . + and b ;36f6 a0 . + call po,sub_8090h ;36f7 e4 90 80 . . . + and b ;36fa a0 . + and b ;36fb a0 . + nop ;36fc 00 . + add a,b ;36fd 80 . + and b ;36fe a0 . + call po,sub_8084h ;36ff e4 84 80 . . . + sub b ;3702 90 . + sbc a,b ;3703 98 . + sbc a,h ;3704 9c . + add a,b ;3705 80 . + and b ;3706 a0 . + and b ;3707 a0 . + nop ;3708 00 . + call po,sub_a09fh ;3709 e4 9f a0 . . . + inc e ;370c 1c . + add a,c ;370d 81 . + and b ;370e a0 . + call po,sub_80a0h ;370f e4 a0 80 . . . + nop ;3712 00 . + add a,b ;3713 80 . + and b ;3714 a0 . + call po,sub_8e90h ;3715 e4 90 8e . . . + and b ;3718 a0 . + and b ;3719 a0 . + inc e ;371a 1c . + sub b ;371b 90 . + adc a,(hl) ;371c 8e . + call po,sub_8090h ;371d e4 90 80 . . . + nop ;3720 00 . + add a,c ;3721 81 . + and b ;3722 a0 . + call po,sub_a09fh ;3723 e4 9f a0 . . . + add a,b ;3726 80 . + add a,b ;3727 80 . + and b ;3728 a0 . + add a,b ;3729 80 . + nop ;372a 00 . + and b ;372b a0 . + and h ;372c a4 . + call po,sub_a498h ;372d e4 98 a4 . . . + sbc a,b ;3730 98 . + ld a,h ;3731 7c | + and b ;3732 a0 . + ld a,h ;3733 7c | + nop ;3734 00 . + sbc a,c ;3735 99 . + and b ;3736 a0 . + call po,sub_8087h ;3737 e4 87 80 . . . + inc e ;373a 1c . + adc a,b ;373b 88 . + add a,l ;373c 85 . + call po,sub_8784h ;373d e4 84 87 . . . + add a,c ;3740 81 . + adc a,d ;3741 8a . + add a,b ;3742 80 . + adc a,(hl) ;3743 8e . + add a,b ;3744 80 . + sub d ;3745 92 . + add a,c ;3746 81 . + sub (hl) ;3747 96 . + add a,h ;3748 84 . + sbc a,c ;3749 99 . + adc a,b ;374a 88 . + sbc a,e ;374b 9b . + adc a,l ;374c 8d . + sbc a,h ;374d 9c . + sub e ;374e 93 . + sbc a,h ;374f 9c . + sbc a,b ;3750 98 . + sbc a,e ;3751 9b . + sbc a,h ;3752 9c . + sbc a,c ;3753 99 . + sbc a,a ;3754 9f . + sub (hl) ;3755 96 . + and b ;3756 a0 . + sub d ;3757 92 . + and b ;3758 a0 . + adc a,(hl) ;3759 8e . + sbc a,a ;375a 9f . + adc a,d ;375b 8a . + sbc a,h ;375c 9c . + add a,a ;375d 87 . + sbc a,b ;375e 98 . + add a,l ;375f 85 . + sub e ;3760 93 . + add a,h ;3761 84 . + adc a,l ;3762 8d . + add a,h ;3763 84 . + adc a,b ;3764 88 . + add a,l ;3765 85 . + nop ;3766 00 . + add a,b ;3767 80 . + and h ;3768 a4 . + call po,sub_a488h ;3769 e4 88 a4 . . . + adc a,b ;376c 88 . + ld a,h ;376d 7c | + add a,b ;376e 80 . + ld a,h ;376f 7c | + nop ;3770 00 . + sub b ;3771 90 . + add a,b ;3772 80 . + call po,sub_a090h ;3773 e4 90 a0 . . . + inc e ;3776 1c . + and b ;3777 a0 . + add a,b ;3778 80 . + call po,sub_8080h ;3779 e4 80 80 . . . + nop ;377c 00 . + add a,b ;377d 80 . + ld a,b ;377e 78 x + call po,sub_78a0h ;377f e4 a0 78 . . x + nop ;3782 00 . + adc a,h ;3783 8c . + and b ;3784 a0 . + call po,sub_9994h ;3785 e4 94 99 . . . + nop ;3788 00 . + add a,d ;3789 82 . + sub h ;378a 94 . + call po,sub_9482h ;378b e4 82 94 . . . + add a,(hl) ;378e 86 . + sub (hl) ;378f 96 . + sub d ;3790 92 . + sub (hl) ;3791 96 . + sbc a,b ;3792 98 . + sub l ;3793 95 . + sbc a,e ;3794 9b . + sub d ;3795 92 . + sbc a,h ;3796 9c . + adc a,(hl) ;3797 8e . + sbc a,h ;3798 9c . + add a,b ;3799 80 . + inc e ;379a 1c . + sbc a,h ;379b 9c . + add a,d ;379c 82 . + call po,sub_8098h ;379d e4 98 80 . . . + adc a,e ;37a0 8b . + add a,b ;37a1 80 . + add a,h ;37a2 84 . + add a,c ;37a3 81 . + add a,c ;37a4 81 . + add a,e ;37a5 83 . + add a,b ;37a6 80 . + add a,(hl) ;37a7 86 . + add a,c ;37a8 81 . + adc a,d ;37a9 8a . + add a,h ;37aa 84 . + adc a,h ;37ab 8c . + adc a,b ;37ac 88 . + adc a,l ;37ad 8d . + sub h ;37ae 94 . + adc a,l ;37af 8d . + sbc a,b ;37b0 98 . + adc a,l ;37b1 8d . + sbc a,h ;37b2 9c . + adc a,e ;37b3 8b . + nop ;37b4 00 . + add a,b ;37b5 80 . + and b ;37b6 a0 . + call po,sub_8080h ;37b7 e4 80 80 . . . + inc e ;37ba 1c . + add a,b ;37bb 80 . + sub h ;37bc 94 . + call po,sub_9684h ;37bd e4 84 96 . . . + sub e ;37c0 93 . + sub (hl) ;37c1 96 . + sbc a,b ;37c2 98 . + sub l ;37c3 95 . + sbc a,e ;37c4 9b . + sub d ;37c5 92 . + sbc a,h ;37c6 9c . + adc a,(hl) ;37c7 8e . + sbc a,h ;37c8 9c . + adc a,b ;37c9 88 . + sbc a,e ;37ca 9b . + add a,h ;37cb 84 . + sbc a,b ;37cc 98 . + add a,c ;37cd 81 . + sub c ;37ce 91 . + add a,b ;37cf 80 . + adc a,d ;37d0 8a . + add a,b ;37d1 80 . + add a,h ;37d2 84 . + add a,b ;37d3 80 . + add a,b ;37d4 80 . + add a,d ;37d5 82 . + nop ;37d6 00 . + sbc a,h ;37d7 9c . + sub h ;37d8 94 . + call po,09698h ;37d9 e4 98 96 . . . + sub e ;37dc 93 . + sub (hl) ;37dd 96 . + adc a,c ;37de 89 . + sub (hl) ;37df 96 . + add a,h ;37e0 84 . + sub l ;37e1 95 . + add a,c ;37e2 81 . + sub d ;37e3 92 . + add a,b ;37e4 80 . + adc a,(hl) ;37e5 8e . + add a,b ;37e6 80 . + adc a,b ;37e7 88 . + add a,c ;37e8 81 . + add a,h ;37e9 84 . + add a,h ;37ea 84 . + add a,c ;37eb 81 . + adc a,c ;37ec 89 . + add a,b ;37ed 80 . + sbc a,b ;37ee 98 . + add a,b ;37ef 80 . + sbc a,h ;37f0 9c . + add a,d ;37f1 82 . + nop ;37f2 00 . + sbc a,h ;37f3 9c . + and b ;37f4 a0 . + call po,sub_809ch ;37f5 e4 9c 80 . . . + inc e ;37f8 1c . + sbc a,h ;37f9 9c . + add a,d ;37fa 82 . + call po,sub_8098h ;37fb e4 98 80 . . . + adc a,c ;37fe 89 . + add a,b ;37ff 80 . + add a,h ;3800 84 . + add a,c ;3801 81 . + add a,c ;3802 81 . + add a,h ;3803 84 . + add a,b ;3804 80 . + adc a,b ;3805 88 . + add a,b ;3806 80 . + adc a,(hl) ;3807 8e . + add a,c ;3808 81 . + sub d ;3809 92 . + add a,h ;380a 84 . + sub l ;380b 95 . + adc a,c ;380c 89 . + sub (hl) ;380d 96 . + sbc a,b ;380e 98 . + sub (hl) ;380f 96 . + sbc a,h ;3810 9c . + sub h ;3811 94 . + nop ;3812 00 . + add a,b ;3813 80 . + adc a,e ;3814 8b . + call po,sub_8b9ch ;3815 e4 9c 8b . . . + sbc a,h ;3818 9c . + adc a,(hl) ;3819 8e . + sbc a,e ;381a 9b . + sub d ;381b 92 . + sbc a,b ;381c 98 . + sub l ;381d 95 . + sub c ;381e 91 . + sub (hl) ;381f 96 . + adc a,c ;3820 89 . + sub (hl) ;3821 96 . + add a,h ;3822 84 . + sub l ;3823 95 . + add a,c ;3824 81 . + sub d ;3825 92 . + add a,b ;3826 80 . + adc a,(hl) ;3827 8e . + add a,b ;3828 80 . + adc a,b ;3829 88 . + add a,c ;382a 81 . + add a,h ;382b 84 . + add a,h ;382c 84 . + add a,c ;382d 81 . + adc a,c ;382e 89 . + add a,b ;382f 80 . + sbc a,b ;3830 98 . + add a,b ;3831 80 . + sbc a,h ;3832 9c . + add a,d ;3833 82 . + nop ;3834 00 . + add a,b ;3835 80 . + sub l ;3836 95 . + call po,sub_959ch ;3837 e4 9c 95 . . . + inc e ;383a 1c . + sbc a,h ;383b 9c . + and b ;383c a0 . + call po,sub_a093h+1 ;383d e4 94 a0 . . . + sub b ;3840 90 . + sbc a,a ;3841 9f . + adc a,l ;3842 8d . + sbc a,l ;3843 9d . + adc a,h ;3844 8c . + sbc a,d ;3845 9a . + adc a,h ;3846 8c . + add a,b ;3847 80 . + nop ;3848 00 . + sbc a,h ;3849 9c . + sub h ;384a 94 . + call po,09698h ;384b e4 98 96 . . . + adc a,c ;384e 89 . + sub (hl) ;384f 96 . + add a,h ;3850 84 . + sub l ;3851 95 . + add a,c ;3852 81 . + sub d ;3853 92 . + add a,b ;3854 80 . + adc a,(hl) ;3855 8e . + add a,b ;3856 80 . + adc a,c ;3857 89 . + add a,c ;3858 81 . + add a,l ;3859 85 . + add a,h ;385a 84 . + add a,d ;385b 82 . + adc a,c ;385c 89 . + add a,b ;385d 80 . + sbc a,b ;385e 98 . + add a,b ;385f 80 . + sbc a,h ;3860 9c . + add a,d ;3861 82 . + inc e ;3862 1c . + sbc a,h ;3863 9c . + sbc a,b ;3864 98 . + call po,sub_7c9ch ;3865 e4 9c 7c . . | + sbc a,b ;3868 98 . + ld (hl),a ;3869 77 w + sub h ;386a 94 . + halt ;386b 76 v + add a,(hl) ;386c 86 . + halt ;386d 76 v + add a,d ;386e 82 . + ld a,b ;386f 78 x + nop ;3870 00 . + add a,b ;3871 80 . + and b ;3872 a0 . + call po,sub_8080h ;3873 e4 80 80 . . . + inc e ;3876 1c . + add a,b ;3877 80 . + sub h ;3878 94 . + call po,sub_9684h ;3879 e4 84 96 . . . + sub e ;387c 93 . + sub (hl) ;387d 96 . + sbc a,b ;387e 98 . + sub l ;387f 95 . + sbc a,e ;3880 9b . + sub d ;3881 92 . + sbc a,h ;3882 9c . + adc a,(hl) ;3883 8e . + sbc a,h ;3884 9c . + add a,b ;3885 80 . + nop ;3886 00 . + sub b ;3887 90 . + and b ;3888 a0 . + call po,sub_9e90h ;3889 e4 90 9e . . . + inc e ;388c 1c . + adc a,b ;388d 88 . + sub (hl) ;388e 96 . + call po,sub_9694h ;388f e4 94 96 . . . + sub h ;3892 94 . + add a,b ;3893 80 . + inc e ;3894 1c . + adc a,b ;3895 88 . + add a,b ;3896 80 . + call po,sub_809ch ;3897 e4 9c 80 . . . + nop ;389a 00 . + sub h ;389b 94 . + and b ;389c a0 . + call po,sub_9e94h ;389d e4 94 9e . . . + inc e ;38a0 1c . + sub h ;38a1 94 . + sub (hl) ;38a2 96 . + call po,sub_7c94h ;38a3 e4 94 7c . . | + sub e ;38a6 93 . + ld a,c ;38a7 79 y + sub b ;38a8 90 . + ld (hl),a ;38a9 77 w + adc a,h ;38aa 8c . + halt ;38ab 76 v + add a,(hl) ;38ac 86 . + halt ;38ad 76 v + nop ;38ae 00 . + add a,b ;38af 80 . + and b ;38b0 a0 . + call po,sub_8080h ;38b1 e4 80 80 . . . + inc e ;38b4 1c . + add a,b ;38b5 80 . + adc a,b ;38b6 88 . + call po,sub_8e8bh+1 ;38b7 e4 8c 8e . . . + inc e ;38ba 1c . + sbc a,h ;38bb 9c . + sub (hl) ;38bc 96 . + call po,sub_8e8bh+1 ;38bd e4 8c 8e . . . + sbc a,h ;38c0 9c . + add a,b ;38c1 80 . + nop ;38c2 00 . + add a,(hl) ;38c3 86 . + and b ;38c4 a0 . + call po,sub_a092h ;38c5 e4 92 a0 . . . + sub d ;38c8 92 . + add a,b ;38c9 80 . + inc e ;38ca 1c . + add a,(hl) ;38cb 86 . + add a,b ;38cc 80 . + call po,sub_809ah ;38cd e4 9a 80 . . . + nop ;38d0 00 . + add a,b ;38d1 80 . + sub (hl) ;38d2 96 . + call po,sub_8080h ;38d3 e4 80 80 . . . + inc e ;38d6 1c . + add a,b ;38d7 80 . + sub h ;38d8 94 . + call po,sub_9684h ;38d9 e4 84 96 . . . + adc a,(hl) ;38dc 8e . + sub (hl) ;38dd 96 . + adc a,(hl) ;38de 8e . + add a,b ;38df 80 . + inc e ;38e0 1c . + adc a,(hl) ;38e1 8e . + sub h ;38e2 94 . + call po,sub_9692h ;38e3 e4 92 96 . . . + sub (hl) ;38e6 96 . + sub (hl) ;38e7 96 . + sbc a,c ;38e8 99 . + sub l ;38e9 95 . + sbc a,e ;38ea 9b . + sub e ;38eb 93 . + sbc a,h ;38ec 9c . + sub b ;38ed 90 . + sbc a,h ;38ee 9c . + add a,b ;38ef 80 . + nop ;38f0 00 . + add a,b ;38f1 80 . + sub (hl) ;38f2 96 . + call po,sub_8080h ;38f3 e4 80 80 . . . + inc e ;38f6 1c . + add a,b ;38f7 80 . + sub h ;38f8 94 . + call po,sub_9684h ;38f9 e4 84 96 . . . + sub e ;38fc 93 . +sub_38fdh: + sub (hl) ;38fd 96 . + sbc a,b ;38fe 98 . + sub l ;38ff 95 . + sbc a,e ;3900 9b . + sub d ;3901 92 . + sbc a,h ;3902 9c . + adc a,(hl) ;3903 8e . + sbc a,h ;3904 9c . + add a,b ;3905 80 . + nop ;3906 00 . + add a,b ;3907 80 . + adc a,b ;3908 88 . + call po,sub_8e80h ;3909 e4 80 8e . . . + add a,c ;390c 81 . + sub d ;390d 92 . + add a,h ;390e 84 . + sub l ;390f 95 . + adc a,c ;3910 89 . + sub (hl) ;3911 96 . + sub e ;3912 93 . + sub (hl) ;3913 96 . + sbc a,b ;3914 98 . + sub l ;3915 95 . + sbc a,e ;3916 9b . + sub d ;3917 92 . + sbc a,h ;3918 9c . + adc a,(hl) ;3919 8e . + sbc a,h ;391a 9c . + adc a,b ;391b 88 . + sbc a,e ;391c 9b . + add a,h ;391d 84 . + sbc a,b ;391e 98 . + add a,c ;391f 81 . + sub e ;3920 93 . + add a,b ;3921 80 . + adc a,c ;3922 89 . + add a,b ;3923 80 . + add a,h ;3924 84 . + add a,c ;3925 81 . + add a,c ;3926 81 . + add a,h ;3927 84 . + add a,b ;3928 80 . + adc a,b ;3929 88 . + nop ;392a 00 . + add a,b ;392b 80 . + sub (hl) ;392c 96 . + call po,sub_7680h ;392d e4 80 76 . . v + inc e ;3930 1c . + add a,b ;3931 80 . + sub h ;3932 94 . + call po,sub_9684h ;3933 e4 84 96 . . . + sub e ;3936 93 . + sub (hl) ;3937 96 . + sbc a,b ;3938 98 . + sub l ;3939 95 . + sbc a,e ;393a 9b . + sub d ;393b 92 . + sbc a,h ;393c 9c . + adc a,(hl) ;393d 8e . + sbc a,h ;393e 9c . + adc a,b ;393f 88 . + sbc a,e ;3940 9b . + add a,h ;3941 84 . + sub e ;3942 93 . + add a,b ;3943 80 . + add a,h ;3944 84 . + add a,b ;3945 80 . + add a,b ;3946 80 . + add a,d ;3947 82 . + nop ;3948 00 . + sbc a,h ;3949 9c . + add a,d ;394a 82 . + call po,sub_8098h ;394b e4 98 80 . . . + adc a,c ;394e 89 . + add a,b ;394f 80 . + add a,h ;3950 84 . + add a,c ;3951 81 . + add a,c ;3952 81 . + add a,h ;3953 84 . + add a,b ;3954 80 . + adc a,b ;3955 88 . + add a,b ;3956 80 . + adc a,(hl) ;3957 8e . + add a,c ;3958 81 . + sub d ;3959 92 . + add a,h ;395a 84 . + sub l ;395b 95 . + adc a,c ;395c 89 . + sub (hl) ;395d 96 . + sbc a,b ;395e 98 . + sub (hl) ;395f 96 . + sbc a,h ;3960 9c . + sub h ;3961 94 . + sbc a,h ;3962 9c . + sub (hl) ;3963 96 . + sbc a,h ;3964 9c . + halt ;3965 76 v + nop ;3966 00 . + add a,h ;3967 84 . + sub (hl) ;3968 96 . + call po,sub_8084h ;3969 e4 84 80 . . . + inc e ;396c 1c . + add a,h ;396d 84 . + sub h ;396e 94 . + call po,sub_9688h ;396f e4 88 96 . . . + sub e ;3972 93 . + sub (hl) ;3973 96 . + sbc a,b ;3974 98 . + sub l ;3975 95 . + sbc a,e ;3976 9b . + sub d ;3977 92 . + sbc a,h ;3978 9c . + adc a,(hl) ;3979 8e . + nop ;397a 00 . + add a,b ;397b 80 . + add a,e ;397c 83 . + call po,sub_8183h ;397d e4 83 81 . . . + adc a,b ;3980 88 . + add a,b ;3981 80 . + sub h ;3982 94 . + add a,b ;3983 80 . + sbc a,c ;3984 99 . + add a,c ;3985 81 . + sbc a,e ;3986 9b . + add a,d ;3987 82 . + sbc a,h ;3988 9c . + add a,h ;3989 84 . + sbc a,h ;398a 9c . + add a,(hl) ;398b 86 . + sbc a,e ;398c 9b . + adc a,b ;398d 88 . + sbc a,b ;398e 98 . + adc a,d ;398f 8a . + add a,h ;3990 84 . + adc a,h ;3991 8c . + add a,c ;3992 81 . + adc a,(hl) ;3993 8e . + add a,b ;3994 80 . + sub b ;3995 90 . + add a,b ;3996 80 . + sub d ;3997 92 . + add a,c ;3998 81 . + sub h ;3999 94 . + add a,e ;399a 83 . + sub l ;399b 95 . + adc a,b ;399c 88 . + sub (hl) ;399d 96 . + sub e ;399e 93 . + sub (hl) ;399f 96 . + sbc a,b ;39a0 98 . + sub l ;39a1 95 . + sbc a,e ;39a2 9b . + sub e ;39a3 93 . + nop ;39a4 00 . + add a,d ;39a5 82 . + sub (hl) ;39a6 96 . + call po,sub_969ah ;39a7 e4 9a 96 . . . + inc e ;39aa 1c . + adc a,d ;39ab 8a . + and b ;39ac a0 . + call po,sub_8489h+1 ;39ad e4 8a 84 . . . + adc a,(hl) ;39b0 8e . + add a,b ;39b1 80 . + sbc a,d ;39b2 9a . + add a,b ;39b3 80 . + nop ;39b4 00 . + add a,b ;39b5 80 . + sub (hl) ;39b6 96 . + call po,sub_8880h ;39b7 e4 80 88 . . . + add a,c ;39ba 81 . + add a,h ;39bb 84 . + add a,h ;39bc 84 . + add a,c ;39bd 81 . + adc a,c ;39be 89 . + add a,b ;39bf 80 . + sbc a,b ;39c0 98 . + add a,b ;39c1 80 . + sbc a,h ;39c2 9c . + add a,d ;39c3 82 . + sbc a,h ;39c4 9c . + sub (hl) ;39c5 96 . + sbc a,h ;39c6 9c . + add a,b ;39c7 80 . + nop ;39c8 00 . + add a,b ;39c9 80 . + sub (hl) ;39ca 96 . + call po,sub_808eh ;39cb e4 8e 80 . . . + sbc a,h ;39ce 9c . + sub (hl) ;39cf 96 . + nop ;39d0 00 . + add a,b ;39d1 80 . + sub (hl) ;39d2 96 . + call po,sub_8085h ;39d3 e4 85 80 . . . + adc a,(hl) ;39d6 8e . + sub b ;39d7 90 . + sub a ;39d8 97 . + add a,b ;39d9 80 . + sbc a,h ;39da 9c . + sub (hl) ;39db 96 . + nop ;39dc 00 . + sbc a,e ;39dd 9b . + sub (hl) ;39de 96 . + call po,sub_8080h ;39df e4 80 80 . . . + inc e ;39e2 1c . + add a,c ;39e3 81 . + sub (hl) ;39e4 96 . + call po,sub_809ch ;39e5 e4 9c 80 . . . + nop ;39e8 00 . + add a,b ;39e9 80 . + sub (hl) ;39ea 96 . + call po,sub_808fh ;39eb e4 8f 80 . . . + inc e ;39ee 1c . + sbc a,h ;39ef 9c . + sub (hl) ;39f0 96 . + call po,sub_808fh ;39f1 e4 8f 80 . . . + adc a,d ;39f4 8a . + ld a,b ;39f5 78 x + add a,(hl) ;39f6 86 . + halt ;39f7 76 v + add a,e ;39f8 83 . + halt ;39f9 76 v + nop ;39fa 00 . + add a,c ;39fb 81 . + sub (hl) ;39fc 96 . +sub_39fdh: + call po,sub_969bh ;39fd e4 9b 96 . . . + add a,b ;3a00 80 . + add a,b ;3a01 80 . + sbc a,h ;3a02 9c . + add a,b ;3a03 80 . + nop ;3a04 00 . + add a,b ;3a05 80 . + sub (hl) ;3a06 96 . + call po,sub_7680h ;3a07 e4 80 76 . . v + add a,b ;3a0a 80 . + adc a,b ;3a0b 88 . + add a,c ;3a0c 81 . + add a,h ;3a0d 84 . + add a,h ;3a0e 84 . + add a,c ;3a0f 81 . + adc a,c ;3a10 89 . + add a,b ;3a11 80 . + adc a,a ;3a12 8f . + add a,b ;3a13 80 . + sub h ;3a14 94 . + add a,c ;3a15 81 . + sub a ;3a16 97 . + add a,h ;3a17 84 . + sbc a,b ;3a18 98 . + adc a,b ;3a19 88 . + sbc a,b ;3a1a 98 . + sub (hl) ;3a1b 96 . + inc e ;3a1c 1c . + sbc a,b ;3a1d 98 . + adc a,b ;3a1e 88 . + call po,sub_8499h ;3a1f e4 99 84 . . . + sbc a,h ;3a22 9c . + add a,c ;3a23 81 . + and b ;3a24 a0 . + add a,b ;3a25 80 . + nop ;3a26 00 . + add a,b ;3a27 80 . + sbc a,b ;3a28 98 . + call po,sub_9a80h ;3a29 e4 80 9a . . . + add a,c ;3a2c 81 . + sbc a,l ;3a2d 9d . + add a,e ;3a2e 83 . + sbc a,a ;3a2f 9f . + add a,a ;3a30 87 . + and b ;3a31 a0 . + adc a,e ;3a32 8b . + and b ;3a33 a0 . + adc a,a ;3a34 8f . + sbc a,a ;3a35 9f . + sub c ;3a36 91 . + sbc a,l ;3a37 9d . + sub d ;3a38 92 . + sbc a,d ;3a39 9a . + sub d ;3a3a 92 . + sbc a,b ;3a3b 98 . + sub c ;3a3c 91 . + sub l ;3a3d 95 . + adc a,a ;3a3e 8f . + sub e ;3a3f 93 . + adc a,e ;3a40 8b . + sub d ;3a41 92 . + add a,a ;3a42 87 . + sub d ;3a43 92 . + add a,e ;3a44 83 . + sub e ;3a45 93 . + add a,c ;3a46 81 . + sub l ;3a47 95 . + add a,b ;3a48 80 . + sbc a,b ;3a49 98 . + nop ;3a4a 00 . + add a,b ;3a4b 80 . + adc a,(hl) ;3a4c 8e . + call po,09280h ;3a4d e4 80 92 . . . + add a,e ;3a50 83 . + sub (hl) ;3a51 96 . + adc a,b ;3a52 88 . + sub a ;3a53 97 . + adc a,l ;3a54 8d . + sub (hl) ;3a55 96 . + sub b ;3a56 90 . + sub c ;3a57 91 . + sub b ;3a58 90 . + adc a,a ;3a59 8f . + sub e ;3a5a 93 . + adc a,d ;3a5b 8a . + sbc a,b ;3a5c 98 . + adc a,c ;3a5d 89 . + sbc a,l ;3a5e 9d . + adc a,d ;3a5f 8a . + and b ;3a60 a0 . + adc a,(hl) ;3a61 8e . + and b ;3a62 a0 . + sub d ;3a63 92 . + sbc a,l ;3a64 9d . + sub (hl) ;3a65 96 . + sbc a,b ;3a66 98 . + sub a ;3a67 97 . + sub e ;3a68 93 . + sub (hl) ;3a69 96 . + sub b ;3a6a 90 . + sub c ;3a6b 91 . + inc e ;3a6c 1c . + sub b ;3a6d 90 . + adc a,a ;3a6e 8f . + call po,sub_8a8dh ;3a6f e4 8d 8a . . . + adc a,b ;3a72 88 . + adc a,c ;3a73 89 . + add a,e ;3a74 83 . + adc a,d ;3a75 8a . + add a,b ;3a76 80 . + adc a,(hl) ;3a77 8e . + nop ;3a78 00 . + add a,b ;3a79 80 . + sub b ;3a7a 90 . + call po,sub_9383h ;3a7b e4 83 93 . . . + add a,a ;3a7e 87 . + sub h ;3a7f 94 . + adc a,d ;3a80 8a . + sub h ;3a81 94 . + adc a,(hl) ;3a82 8e . + sub d ;3a83 92 . + sub d ;3a84 92 . + adc a,(hl) ;3a85 8e . + sub (hl) ;3a86 96 . + adc a,h ;3a87 8c . + sbc a,c ;3a88 99 . + adc a,h ;3a89 8c . + sbc a,l ;3a8a 9d . + adc a,l ;3a8b 8d . + and b ;3a8c a0 . + sub b ;3a8d 90 . + nop ;3a8e 00 . + inc e ;3a8f 1c . + ld d,b ;3a90 50 P + add a,b ;3a91 80 . + nop ;3a92 00 . + nop ;3a93 00 . + inc e ;3a94 1c . + ld l,b ;3a95 68 h + add a,b ;3a96 80 . + nop ;3a97 00 . + nop ;3a98 00 . + inc e ;3a99 1c . + add a,b ;3a9a 80 . + ld b,b ;3a9b 40 @ + nop ;3a9c 00 . + nop ;3a9d 00 . + inc e ;3a9e 1c . + add a,b ;3a9f 80 . + jr c,l3aa2h ;3aa0 38 00 8 . +l3aa2h: + nop ;3aa2 00 . + inc e ;3aa3 1c . + add a,b ;3aa4 80 . + ret nz ;3aa5 c0 . + nop ;3aa6 00 . + nop ;3aa7 00 . + inc e ;3aa8 1c . + add a,b ;3aa9 80 . + ret z ;3aaa c8 . + nop ;3aab 00 . + nop ;3aac 00 . + inc e ;3aad 1c . + or b ;3aae b0 . + add a,b ;3aaf 80 . + nop ;3ab0 00 . + nop ;3ab1 00 . + rst 38h ;3ab2 ff . + sbc a,h ;3ab3 9c . + ld bc,l8001h ;3ab4 01 01 80 . . . + add a,b ;3ab7 80 . + nop ;3ab8 00 . + nop ;3ab9 00 . + call po,sub_80b0h ;3aba e4 b0 80 . . . + or b ;3abd b0 . + and b ;3abe a0 . + add a,b ;3abf 80 . + and b ;3ac0 a0 . + add a,b ;3ac1 80 . + add a,b ;3ac2 80 . + inc e ;3ac3 1c . + or b ;3ac4 b0 . + add a,b ;3ac5 80 . + nop ;3ac6 00 . + nop ;3ac7 00 . + call po,sub_80a0h ;3ac8 e4 a0 80 . . . + and b ;3acb a0 . + and b ;3acc a0 . + add a,b ;3acd 80 . + and b ;3ace a0 . + add a,b ;3acf 80 . + add a,b ;3ad0 80 . + nop ;3ad1 00 . + nop ;3ad2 00 . + ld b,c ;3ad3 41 A + jr nc,l3b07h ;3ad4 30 31 0 1 + nop ;3ad6 00 . + rst 38h ;3ad7 ff . + rst 38h ;3ad8 ff . + rst 38h ;3ad9 ff . + rst 38h ;3ada ff . + rst 38h ;3adb ff . + rst 38h ;3adc ff . + rst 38h ;3add ff . + rst 38h ;3ade ff . + rst 38h ;3adf ff . + rst 38h ;3ae0 ff . + rst 38h ;3ae1 ff . + rst 38h ;3ae2 ff . + rst 38h ;3ae3 ff . + rst 38h ;3ae4 ff . + rst 38h ;3ae5 ff . + rst 38h ;3ae6 ff . + rst 38h ;3ae7 ff . + rst 38h ;3ae8 ff . + rst 38h ;3ae9 ff . + rst 38h ;3aea ff . + rst 38h ;3aeb ff . + rst 38h ;3aec ff . + rst 38h ;3aed ff . + rst 38h ;3aee ff . + rst 38h ;3aef ff . + rst 38h ;3af0 ff . + rst 38h ;3af1 ff . + rst 38h ;3af2 ff . + rst 38h ;3af3 ff . + rst 38h ;3af4 ff . + rst 38h ;3af5 ff . + rst 38h ;3af6 ff . + rst 38h ;3af7 ff . + rst 38h ;3af8 ff . + rst 38h ;3af9 ff . + rst 38h ;3afa ff . + rst 38h ;3afb ff . + rst 38h ;3afc ff . + rst 38h ;3afd ff . + rst 38h ;3afe ff . + rst 38h ;3aff ff . + rst 38h ;3b00 ff . + rst 38h ;3b01 ff . + rst 38h ;3b02 ff . + rst 38h ;3b03 ff . + rst 38h ;3b04 ff . + rst 38h ;3b05 ff . + rst 38h ;3b06 ff . +l3b07h: + rst 38h ;3b07 ff . + rst 38h ;3b08 ff . + rst 38h ;3b09 ff . + rst 38h ;3b0a ff . + rst 38h ;3b0b ff . + rst 38h ;3b0c ff . + rst 38h ;3b0d ff . + rst 38h ;3b0e ff . + rst 38h ;3b0f ff . + rst 38h ;3b10 ff . + rst 38h ;3b11 ff . + rst 38h ;3b12 ff . + rst 38h ;3b13 ff . + rst 38h ;3b14 ff . + rst 38h ;3b15 ff . + rst 38h ;3b16 ff . + rst 38h ;3b17 ff . + rst 38h ;3b18 ff . + rst 38h ;3b19 ff . + rst 38h ;3b1a ff . + rst 38h ;3b1b ff . + rst 38h ;3b1c ff . + rst 38h ;3b1d ff . + rst 38h ;3b1e ff . + rst 38h ;3b1f ff . + rst 38h ;3b20 ff . + rst 38h ;3b21 ff . + rst 38h ;3b22 ff . + rst 38h ;3b23 ff . + rst 38h ;3b24 ff . + rst 38h ;3b25 ff . + rst 38h ;3b26 ff . + rst 38h ;3b27 ff . + rst 38h ;3b28 ff . + rst 38h ;3b29 ff . + rst 38h ;3b2a ff . + rst 38h ;3b2b ff . + rst 38h ;3b2c ff . + rst 38h ;3b2d ff . + rst 38h ;3b2e ff . + rst 38h ;3b2f ff . + rst 38h ;3b30 ff . + rst 38h ;3b31 ff . + rst 38h ;3b32 ff . + rst 38h ;3b33 ff . + rst 38h ;3b34 ff . + rst 38h ;3b35 ff . + rst 38h ;3b36 ff . + rst 38h ;3b37 ff . + rst 38h ;3b38 ff . + rst 38h ;3b39 ff . + rst 38h ;3b3a ff . + rst 38h ;3b3b ff . + rst 38h ;3b3c ff . + rst 38h ;3b3d ff . + rst 38h ;3b3e ff . + rst 38h ;3b3f ff . + rst 38h ;3b40 ff . + rst 38h ;3b41 ff . + rst 38h ;3b42 ff . + rst 38h ;3b43 ff . + rst 38h ;3b44 ff . + rst 38h ;3b45 ff . + rst 38h ;3b46 ff . + rst 38h ;3b47 ff . + rst 38h ;3b48 ff . + rst 38h ;3b49 ff . + rst 38h ;3b4a ff . + rst 38h ;3b4b ff . + rst 38h ;3b4c ff . + rst 38h ;3b4d ff . + rst 38h ;3b4e ff . + rst 38h ;3b4f ff . + rst 38h ;3b50 ff . + rst 38h ;3b51 ff . + rst 38h ;3b52 ff . + rst 38h ;3b53 ff . + rst 38h ;3b54 ff . + rst 38h ;3b55 ff . + rst 38h ;3b56 ff . + rst 38h ;3b57 ff . + rst 38h ;3b58 ff . + rst 38h ;3b59 ff . + rst 38h ;3b5a ff . + rst 38h ;3b5b ff . + rst 38h ;3b5c ff . + rst 38h ;3b5d ff . + rst 38h ;3b5e ff . + rst 38h ;3b5f ff . + rst 38h ;3b60 ff . + rst 38h ;3b61 ff . + rst 38h ;3b62 ff . + rst 38h ;3b63 ff . + rst 38h ;3b64 ff . + rst 38h ;3b65 ff . + rst 38h ;3b66 ff . + rst 38h ;3b67 ff . + rst 38h ;3b68 ff . + rst 38h ;3b69 ff . + rst 38h ;3b6a ff . + rst 38h ;3b6b ff . + rst 38h ;3b6c ff . + rst 38h ;3b6d ff . + rst 38h ;3b6e ff . + rst 38h ;3b6f ff . + rst 38h ;3b70 ff . + rst 38h ;3b71 ff . + rst 38h ;3b72 ff . + rst 38h ;3b73 ff . + rst 38h ;3b74 ff . + rst 38h ;3b75 ff . + rst 38h ;3b76 ff . + rst 38h ;3b77 ff . + rst 38h ;3b78 ff . + rst 38h ;3b79 ff . + rst 38h ;3b7a ff . + rst 38h ;3b7b ff . + rst 38h ;3b7c ff . + rst 38h ;3b7d ff . + rst 38h ;3b7e ff . + rst 38h ;3b7f ff . + rst 38h ;3b80 ff . + rst 38h ;3b81 ff . + rst 38h ;3b82 ff . + rst 38h ;3b83 ff . + rst 38h ;3b84 ff . + rst 38h ;3b85 ff . + rst 38h ;3b86 ff . + rst 38h ;3b87 ff . + rst 38h ;3b88 ff . + rst 38h ;3b89 ff . + rst 38h ;3b8a ff . + rst 38h ;3b8b ff . + rst 38h ;3b8c ff . + rst 38h ;3b8d ff . + rst 38h ;3b8e ff . + rst 38h ;3b8f ff . + rst 38h ;3b90 ff . + rst 38h ;3b91 ff . + rst 38h ;3b92 ff . + rst 38h ;3b93 ff . + rst 38h ;3b94 ff . + rst 38h ;3b95 ff . + rst 38h ;3b96 ff . + rst 38h ;3b97 ff . + rst 38h ;3b98 ff . + rst 38h ;3b99 ff . + rst 38h ;3b9a ff . + rst 38h ;3b9b ff . + rst 38h ;3b9c ff . + rst 38h ;3b9d ff . + rst 38h ;3b9e ff . + rst 38h ;3b9f ff . + rst 38h ;3ba0 ff . + rst 38h ;3ba1 ff . + rst 38h ;3ba2 ff . + rst 38h ;3ba3 ff . + rst 38h ;3ba4 ff . + rst 38h ;3ba5 ff . + rst 38h ;3ba6 ff . + rst 38h ;3ba7 ff . + rst 38h ;3ba8 ff . + rst 38h ;3ba9 ff . + rst 38h ;3baa ff . + rst 38h ;3bab ff . + rst 38h ;3bac ff . + rst 38h ;3bad ff . + rst 38h ;3bae ff . + rst 38h ;3baf ff . + rst 38h ;3bb0 ff . + rst 38h ;3bb1 ff . + rst 38h ;3bb2 ff . + rst 38h ;3bb3 ff . + rst 38h ;3bb4 ff . + rst 38h ;3bb5 ff . + rst 38h ;3bb6 ff . + rst 38h ;3bb7 ff . + rst 38h ;3bb8 ff . + rst 38h ;3bb9 ff . + rst 38h ;3bba ff . + rst 38h ;3bbb ff . + rst 38h ;3bbc ff . + rst 38h ;3bbd ff . + rst 38h ;3bbe ff . + rst 38h ;3bbf ff . + rst 38h ;3bc0 ff . + rst 38h ;3bc1 ff . + rst 38h ;3bc2 ff . + rst 38h ;3bc3 ff . + rst 38h ;3bc4 ff . + rst 38h ;3bc5 ff . + rst 38h ;3bc6 ff . + rst 38h ;3bc7 ff . + rst 38h ;3bc8 ff . + rst 38h ;3bc9 ff . + rst 38h ;3bca ff . + rst 38h ;3bcb ff . + rst 38h ;3bcc ff . + rst 38h ;3bcd ff . + rst 38h ;3bce ff . + rst 38h ;3bcf ff . + rst 38h ;3bd0 ff . + rst 38h ;3bd1 ff . + rst 38h ;3bd2 ff . + rst 38h ;3bd3 ff . + rst 38h ;3bd4 ff . + rst 38h ;3bd5 ff . + rst 38h ;3bd6 ff . + rst 38h ;3bd7 ff . + rst 38h ;3bd8 ff . + rst 38h ;3bd9 ff . + rst 38h ;3bda ff . + rst 38h ;3bdb ff . + rst 38h ;3bdc ff . + rst 38h ;3bdd ff . + rst 38h ;3bde ff . + rst 38h ;3bdf ff . + rst 38h ;3be0 ff . + rst 38h ;3be1 ff . + rst 38h ;3be2 ff . + rst 38h ;3be3 ff . + rst 38h ;3be4 ff . + rst 38h ;3be5 ff . + rst 38h ;3be6 ff . + rst 38h ;3be7 ff . + rst 38h ;3be8 ff . + rst 38h ;3be9 ff . + rst 38h ;3bea ff . + rst 38h ;3beb ff . + rst 38h ;3bec ff . + rst 38h ;3bed ff . + rst 38h ;3bee ff . + rst 38h ;3bef ff . + rst 38h ;3bf0 ff . + rst 38h ;3bf1 ff . + rst 38h ;3bf2 ff . + rst 38h ;3bf3 ff . + rst 38h ;3bf4 ff . + rst 38h ;3bf5 ff . + rst 38h ;3bf6 ff . + rst 38h ;3bf7 ff . + rst 38h ;3bf8 ff . + rst 38h ;3bf9 ff . + rst 38h ;3bfa ff . + rst 38h ;3bfb ff . + rst 38h ;3bfc ff . +sub_3bfdh: + rst 38h ;3bfd ff . + rst 38h ;3bfe ff . + rst 38h ;3bff ff . + rst 38h ;3c00 ff . + rst 38h ;3c01 ff . + rst 38h ;3c02 ff . + rst 38h ;3c03 ff . + rst 38h ;3c04 ff . + rst 38h ;3c05 ff . + rst 38h ;3c06 ff . + rst 38h ;3c07 ff . + rst 38h ;3c08 ff . + rst 38h ;3c09 ff . + rst 38h ;3c0a ff . +sub_3c0bh: + rst 38h ;3c0b ff . + rst 38h ;3c0c ff . + rst 38h ;3c0d ff . + rst 38h ;3c0e ff . + rst 38h ;3c0f ff . + rst 38h ;3c10 ff . + rst 38h ;3c11 ff . + rst 38h ;3c12 ff . + rst 38h ;3c13 ff . + rst 38h ;3c14 ff . + rst 38h ;3c15 ff . + rst 38h ;3c16 ff . + rst 38h ;3c17 ff . + rst 38h ;3c18 ff . + rst 38h ;3c19 ff . + rst 38h ;3c1a ff . + rst 38h ;3c1b ff . + rst 38h ;3c1c ff . + rst 38h ;3c1d ff . + rst 38h ;3c1e ff . + rst 38h ;3c1f ff . + rst 38h ;3c20 ff . + rst 38h ;3c21 ff . + rst 38h ;3c22 ff . + rst 38h ;3c23 ff . + rst 38h ;3c24 ff . + rst 38h ;3c25 ff . + rst 38h ;3c26 ff . + rst 38h ;3c27 ff . + rst 38h ;3c28 ff . + rst 38h ;3c29 ff . + rst 38h ;3c2a ff . + rst 38h ;3c2b ff . + rst 38h ;3c2c ff . + rst 38h ;3c2d ff . + rst 38h ;3c2e ff . + rst 38h ;3c2f ff . + rst 38h ;3c30 ff . + rst 38h ;3c31 ff . + rst 38h ;3c32 ff . + rst 38h ;3c33 ff . + rst 38h ;3c34 ff . + rst 38h ;3c35 ff . + rst 38h ;3c36 ff . + rst 38h ;3c37 ff . + rst 38h ;3c38 ff . + rst 38h ;3c39 ff . + rst 38h ;3c3a ff . + rst 38h ;3c3b ff . + rst 38h ;3c3c ff . + rst 38h ;3c3d ff . + rst 38h ;3c3e ff . + rst 38h ;3c3f ff . + rst 38h ;3c40 ff . + rst 38h ;3c41 ff . + rst 38h ;3c42 ff . + rst 38h ;3c43 ff . + rst 38h ;3c44 ff . + rst 38h ;3c45 ff . + rst 38h ;3c46 ff . + rst 38h ;3c47 ff . + rst 38h ;3c48 ff . + rst 38h ;3c49 ff . + rst 38h ;3c4a ff . + rst 38h ;3c4b ff . + rst 38h ;3c4c ff . + rst 38h ;3c4d ff . + rst 38h ;3c4e ff . + rst 38h ;3c4f ff . + rst 38h ;3c50 ff . + rst 38h ;3c51 ff . + rst 38h ;3c52 ff . + rst 38h ;3c53 ff . + rst 38h ;3c54 ff . + rst 38h ;3c55 ff . + rst 38h ;3c56 ff . + rst 38h ;3c57 ff . + rst 38h ;3c58 ff . + rst 38h ;3c59 ff . + rst 38h ;3c5a ff . + rst 38h ;3c5b ff . + rst 38h ;3c5c ff . + rst 38h ;3c5d ff . + rst 38h ;3c5e ff . + rst 38h ;3c5f ff . + rst 38h ;3c60 ff . + rst 38h ;3c61 ff . + rst 38h ;3c62 ff . + rst 38h ;3c63 ff . + rst 38h ;3c64 ff . + rst 38h ;3c65 ff . + rst 38h ;3c66 ff . + rst 38h ;3c67 ff . + rst 38h ;3c68 ff . + rst 38h ;3c69 ff . + rst 38h ;3c6a ff . + rst 38h ;3c6b ff . + rst 38h ;3c6c ff . + rst 38h ;3c6d ff . + rst 38h ;3c6e ff . + rst 38h ;3c6f ff . + rst 38h ;3c70 ff . + rst 38h ;3c71 ff . + rst 38h ;3c72 ff . + rst 38h ;3c73 ff . + rst 38h ;3c74 ff . + rst 38h ;3c75 ff . + rst 38h ;3c76 ff . + rst 38h ;3c77 ff . + rst 38h ;3c78 ff . + rst 38h ;3c79 ff . + rst 38h ;3c7a ff . + rst 38h ;3c7b ff . + rst 38h ;3c7c ff . + rst 38h ;3c7d ff . + rst 38h ;3c7e ff . + rst 38h ;3c7f ff . + rst 38h ;3c80 ff . + rst 38h ;3c81 ff . + rst 38h ;3c82 ff . + rst 38h ;3c83 ff . + rst 38h ;3c84 ff . + rst 38h ;3c85 ff . + rst 38h ;3c86 ff . + rst 38h ;3c87 ff . + rst 38h ;3c88 ff . + rst 38h ;3c89 ff . + rst 38h ;3c8a ff . + rst 38h ;3c8b ff . + rst 38h ;3c8c ff . + rst 38h ;3c8d ff . + rst 38h ;3c8e ff . + rst 38h ;3c8f ff . + rst 38h ;3c90 ff . + rst 38h ;3c91 ff . + rst 38h ;3c92 ff . + rst 38h ;3c93 ff . + rst 38h ;3c94 ff . + rst 38h ;3c95 ff . + rst 38h ;3c96 ff . + rst 38h ;3c97 ff . + rst 38h ;3c98 ff . + rst 38h ;3c99 ff . + rst 38h ;3c9a ff . + rst 38h ;3c9b ff . + rst 38h ;3c9c ff . + rst 38h ;3c9d ff . + rst 38h ;3c9e ff . + rst 38h ;3c9f ff . + rst 38h ;3ca0 ff . + rst 38h ;3ca1 ff . + rst 38h ;3ca2 ff . + rst 38h ;3ca3 ff . + rst 38h ;3ca4 ff . + rst 38h ;3ca5 ff . + rst 38h ;3ca6 ff . + rst 38h ;3ca7 ff . + rst 38h ;3ca8 ff . + rst 38h ;3ca9 ff . + rst 38h ;3caa ff . + rst 38h ;3cab ff . + rst 38h ;3cac ff . + rst 38h ;3cad ff . + rst 38h ;3cae ff . + rst 38h ;3caf ff . + rst 38h ;3cb0 ff . + rst 38h ;3cb1 ff . + rst 38h ;3cb2 ff . + rst 38h ;3cb3 ff . + rst 38h ;3cb4 ff . + rst 38h ;3cb5 ff . + rst 38h ;3cb6 ff . + rst 38h ;3cb7 ff . + rst 38h ;3cb8 ff . + rst 38h ;3cb9 ff . + rst 38h ;3cba ff . + rst 38h ;3cbb ff . + rst 38h ;3cbc ff . + rst 38h ;3cbd ff . + rst 38h ;3cbe ff . + rst 38h ;3cbf ff . + rst 38h ;3cc0 ff . + rst 38h ;3cc1 ff . + rst 38h ;3cc2 ff . + rst 38h ;3cc3 ff . + rst 38h ;3cc4 ff . + rst 38h ;3cc5 ff . + rst 38h ;3cc6 ff . + rst 38h ;3cc7 ff . + rst 38h ;3cc8 ff . + rst 38h ;3cc9 ff . + rst 38h ;3cca ff . + rst 38h ;3ccb ff . + rst 38h ;3ccc ff . + rst 38h ;3ccd ff . + rst 38h ;3cce ff . + rst 38h ;3ccf ff . + rst 38h ;3cd0 ff . + rst 38h ;3cd1 ff . + rst 38h ;3cd2 ff . + rst 38h ;3cd3 ff . + rst 38h ;3cd4 ff . + rst 38h ;3cd5 ff . + rst 38h ;3cd6 ff . + rst 38h ;3cd7 ff . + rst 38h ;3cd8 ff . + rst 38h ;3cd9 ff . + rst 38h ;3cda ff . + rst 38h ;3cdb ff . + rst 38h ;3cdc ff . + rst 38h ;3cdd ff . + rst 38h ;3cde ff . + rst 38h ;3cdf ff . + rst 38h ;3ce0 ff . + rst 38h ;3ce1 ff . + rst 38h ;3ce2 ff . + rst 38h ;3ce3 ff . + rst 38h ;3ce4 ff . + rst 38h ;3ce5 ff . + rst 38h ;3ce6 ff . + rst 38h ;3ce7 ff . + rst 38h ;3ce8 ff . + rst 38h ;3ce9 ff . + rst 38h ;3cea ff . + rst 38h ;3ceb ff . + rst 38h ;3cec ff . + rst 38h ;3ced ff . + rst 38h ;3cee ff . + rst 38h ;3cef ff . + rst 38h ;3cf0 ff . + rst 38h ;3cf1 ff . + rst 38h ;3cf2 ff . + rst 38h ;3cf3 ff . + rst 38h ;3cf4 ff . + rst 38h ;3cf5 ff . + rst 38h ;3cf6 ff . + rst 38h ;3cf7 ff . + rst 38h ;3cf8 ff . + rst 38h ;3cf9 ff . + rst 38h ;3cfa ff . + rst 38h ;3cfb ff . + rst 38h ;3cfc ff . + rst 38h ;3cfd ff . + rst 38h ;3cfe ff . + rst 38h ;3cff ff . + rst 38h ;3d00 ff . + rst 38h ;3d01 ff . + rst 38h ;3d02 ff . + rst 38h ;3d03 ff . + rst 38h ;3d04 ff . + rst 38h ;3d05 ff . + rst 38h ;3d06 ff . + rst 38h ;3d07 ff . + rst 38h ;3d08 ff . + rst 38h ;3d09 ff . + rst 38h ;3d0a ff . + rst 38h ;3d0b ff . + rst 38h ;3d0c ff . + rst 38h ;3d0d ff . + rst 38h ;3d0e ff . + rst 38h ;3d0f ff . + rst 38h ;3d10 ff . + rst 38h ;3d11 ff . + rst 38h ;3d12 ff . + rst 38h ;3d13 ff . + rst 38h ;3d14 ff . + rst 38h ;3d15 ff . + rst 38h ;3d16 ff . + rst 38h ;3d17 ff . + rst 38h ;3d18 ff . + rst 38h ;3d19 ff . + rst 38h ;3d1a ff . + rst 38h ;3d1b ff . + rst 38h ;3d1c ff . + rst 38h ;3d1d ff . + rst 38h ;3d1e ff . + rst 38h ;3d1f ff . + rst 38h ;3d20 ff . + rst 38h ;3d21 ff . + rst 38h ;3d22 ff . + rst 38h ;3d23 ff . + rst 38h ;3d24 ff . + rst 38h ;3d25 ff . + rst 38h ;3d26 ff . + rst 38h ;3d27 ff . + rst 38h ;3d28 ff . + rst 38h ;3d29 ff . + rst 38h ;3d2a ff . + rst 38h ;3d2b ff . + rst 38h ;3d2c ff . + rst 38h ;3d2d ff . + rst 38h ;3d2e ff . + rst 38h ;3d2f ff . + rst 38h ;3d30 ff . + rst 38h ;3d31 ff . + rst 38h ;3d32 ff . + rst 38h ;3d33 ff . + rst 38h ;3d34 ff . + rst 38h ;3d35 ff . + rst 38h ;3d36 ff . + rst 38h ;3d37 ff . + rst 38h ;3d38 ff . + rst 38h ;3d39 ff . + rst 38h ;3d3a ff . + rst 38h ;3d3b ff . + rst 38h ;3d3c ff . + rst 38h ;3d3d ff . + rst 38h ;3d3e ff . + rst 38h ;3d3f ff . + rst 38h ;3d40 ff . + rst 38h ;3d41 ff . + rst 38h ;3d42 ff . + rst 38h ;3d43 ff . + rst 38h ;3d44 ff . + rst 38h ;3d45 ff . + rst 38h ;3d46 ff . + rst 38h ;3d47 ff . + rst 38h ;3d48 ff . + rst 38h ;3d49 ff . + rst 38h ;3d4a ff . + rst 38h ;3d4b ff . + rst 38h ;3d4c ff . + rst 38h ;3d4d ff . + rst 38h ;3d4e ff . + rst 38h ;3d4f ff . + rst 38h ;3d50 ff . + rst 38h ;3d51 ff . + rst 38h ;3d52 ff . + rst 38h ;3d53 ff . + rst 38h ;3d54 ff . + rst 38h ;3d55 ff . + rst 38h ;3d56 ff . + rst 38h ;3d57 ff . + rst 38h ;3d58 ff . + rst 38h ;3d59 ff . + rst 38h ;3d5a ff . + rst 38h ;3d5b ff . + rst 38h ;3d5c ff . + rst 38h ;3d5d ff . + rst 38h ;3d5e ff . + rst 38h ;3d5f ff . + rst 38h ;3d60 ff . + rst 38h ;3d61 ff . + rst 38h ;3d62 ff . + rst 38h ;3d63 ff . + rst 38h ;3d64 ff . + rst 38h ;3d65 ff . + rst 38h ;3d66 ff . + rst 38h ;3d67 ff . + rst 38h ;3d68 ff . + rst 38h ;3d69 ff . + rst 38h ;3d6a ff . + rst 38h ;3d6b ff . + rst 38h ;3d6c ff . + rst 38h ;3d6d ff . + rst 38h ;3d6e ff . + rst 38h ;3d6f ff . + rst 38h ;3d70 ff . + rst 38h ;3d71 ff . + rst 38h ;3d72 ff . + rst 38h ;3d73 ff . + rst 38h ;3d74 ff . + rst 38h ;3d75 ff . + rst 38h ;3d76 ff . + rst 38h ;3d77 ff . + rst 38h ;3d78 ff . + rst 38h ;3d79 ff . + rst 38h ;3d7a ff . + rst 38h ;3d7b ff . + rst 38h ;3d7c ff . + rst 38h ;3d7d ff . + rst 38h ;3d7e ff . + rst 38h ;3d7f ff . + rst 38h ;3d80 ff . + rst 38h ;3d81 ff . + rst 38h ;3d82 ff . + rst 38h ;3d83 ff . + rst 38h ;3d84 ff . + rst 38h ;3d85 ff . + rst 38h ;3d86 ff . + rst 38h ;3d87 ff . + rst 38h ;3d88 ff . + rst 38h ;3d89 ff . + rst 38h ;3d8a ff . + rst 38h ;3d8b ff . + rst 38h ;3d8c ff . + rst 38h ;3d8d ff . + rst 38h ;3d8e ff . + rst 38h ;3d8f ff . + rst 38h ;3d90 ff . + rst 38h ;3d91 ff . + rst 38h ;3d92 ff . + rst 38h ;3d93 ff . + rst 38h ;3d94 ff . + rst 38h ;3d95 ff . + rst 38h ;3d96 ff . + rst 38h ;3d97 ff . + rst 38h ;3d98 ff . + rst 38h ;3d99 ff . + rst 38h ;3d9a ff . + rst 38h ;3d9b ff . + rst 38h ;3d9c ff . + rst 38h ;3d9d ff . + rst 38h ;3d9e ff . + rst 38h ;3d9f ff . + rst 38h ;3da0 ff . + rst 38h ;3da1 ff . + rst 38h ;3da2 ff . + rst 38h ;3da3 ff . + rst 38h ;3da4 ff . + rst 38h ;3da5 ff . + rst 38h ;3da6 ff . + rst 38h ;3da7 ff . + rst 38h ;3da8 ff . + rst 38h ;3da9 ff . + rst 38h ;3daa ff . + rst 38h ;3dab ff . + rst 38h ;3dac ff . + rst 38h ;3dad ff . + rst 38h ;3dae ff . + rst 38h ;3daf ff . + rst 38h ;3db0 ff . + rst 38h ;3db1 ff . + rst 38h ;3db2 ff . + rst 38h ;3db3 ff . + rst 38h ;3db4 ff . + rst 38h ;3db5 ff . + rst 38h ;3db6 ff . + rst 38h ;3db7 ff . + rst 38h ;3db8 ff . + rst 38h ;3db9 ff . + rst 38h ;3dba ff . + rst 38h ;3dbb ff . + rst 38h ;3dbc ff . + rst 38h ;3dbd ff . + rst 38h ;3dbe ff . + rst 38h ;3dbf ff . + rst 38h ;3dc0 ff . + rst 38h ;3dc1 ff . + rst 38h ;3dc2 ff . + rst 38h ;3dc3 ff . + rst 38h ;3dc4 ff . + rst 38h ;3dc5 ff . + rst 38h ;3dc6 ff . + rst 38h ;3dc7 ff . + rst 38h ;3dc8 ff . + rst 38h ;3dc9 ff . + rst 38h ;3dca ff . + rst 38h ;3dcb ff . + rst 38h ;3dcc ff . + rst 38h ;3dcd ff . + rst 38h ;3dce ff . + rst 38h ;3dcf ff . + rst 38h ;3dd0 ff . + rst 38h ;3dd1 ff . + rst 38h ;3dd2 ff . + rst 38h ;3dd3 ff . + rst 38h ;3dd4 ff . + rst 38h ;3dd5 ff . + rst 38h ;3dd6 ff . + rst 38h ;3dd7 ff . + rst 38h ;3dd8 ff . + rst 38h ;3dd9 ff . + rst 38h ;3dda ff . + rst 38h ;3ddb ff . + rst 38h ;3ddc ff . + rst 38h ;3ddd ff . + rst 38h ;3dde ff . + rst 38h ;3ddf ff . + rst 38h ;3de0 ff . + rst 38h ;3de1 ff . + rst 38h ;3de2 ff . + rst 38h ;3de3 ff . + rst 38h ;3de4 ff . + rst 38h ;3de5 ff . + rst 38h ;3de6 ff . + rst 38h ;3de7 ff . + rst 38h ;3de8 ff . + rst 38h ;3de9 ff . + rst 38h ;3dea ff . + rst 38h ;3deb ff . + rst 38h ;3dec ff . + rst 38h ;3ded ff . + rst 38h ;3dee ff . + rst 38h ;3def ff . + rst 38h ;3df0 ff . + rst 38h ;3df1 ff . + rst 38h ;3df2 ff . + rst 38h ;3df3 ff . + rst 38h ;3df4 ff . + rst 38h ;3df5 ff . + rst 38h ;3df6 ff . + rst 38h ;3df7 ff . + rst 38h ;3df8 ff . + rst 38h ;3df9 ff . + rst 38h ;3dfa ff . + rst 38h ;3dfb ff . + rst 38h ;3dfc ff . + rst 38h ;3dfd ff . + rst 38h ;3dfe ff . + rst 38h ;3dff ff . + rst 38h ;3e00 ff . + rst 38h ;3e01 ff . + rst 38h ;3e02 ff . + rst 38h ;3e03 ff . + rst 38h ;3e04 ff . + rst 38h ;3e05 ff . + rst 38h ;3e06 ff . + rst 38h ;3e07 ff . + rst 38h ;3e08 ff . + rst 38h ;3e09 ff . + rst 38h ;3e0a ff . + rst 38h ;3e0b ff . + rst 38h ;3e0c ff . + rst 38h ;3e0d ff . + rst 38h ;3e0e ff . + rst 38h ;3e0f ff . + rst 38h ;3e10 ff . + rst 38h ;3e11 ff . + rst 38h ;3e12 ff . + rst 38h ;3e13 ff . + rst 38h ;3e14 ff . + rst 38h ;3e15 ff . + rst 38h ;3e16 ff . + rst 38h ;3e17 ff . + rst 38h ;3e18 ff . + rst 38h ;3e19 ff . + rst 38h ;3e1a ff . + rst 38h ;3e1b ff . + rst 38h ;3e1c ff . + rst 38h ;3e1d ff . + rst 38h ;3e1e ff . + rst 38h ;3e1f ff . + rst 38h ;3e20 ff . + rst 38h ;3e21 ff . + rst 38h ;3e22 ff . + rst 38h ;3e23 ff . + rst 38h ;3e24 ff . + rst 38h ;3e25 ff . + rst 38h ;3e26 ff . + rst 38h ;3e27 ff . + rst 38h ;3e28 ff . + rst 38h ;3e29 ff . + rst 38h ;3e2a ff . + rst 38h ;3e2b ff . + rst 38h ;3e2c ff . + rst 38h ;3e2d ff . + rst 38h ;3e2e ff . + rst 38h ;3e2f ff . + rst 38h ;3e30 ff . + rst 38h ;3e31 ff . + rst 38h ;3e32 ff . + rst 38h ;3e33 ff . + rst 38h ;3e34 ff . + rst 38h ;3e35 ff . + rst 38h ;3e36 ff . + rst 38h ;3e37 ff . + rst 38h ;3e38 ff . + rst 38h ;3e39 ff . + rst 38h ;3e3a ff . + rst 38h ;3e3b ff . + rst 38h ;3e3c ff . + rst 38h ;3e3d ff . + rst 38h ;3e3e ff . + rst 38h ;3e3f ff . + rst 38h ;3e40 ff . + rst 38h ;3e41 ff . + rst 38h ;3e42 ff . + rst 38h ;3e43 ff . + rst 38h ;3e44 ff . + rst 38h ;3e45 ff . + rst 38h ;3e46 ff . + rst 38h ;3e47 ff . + rst 38h ;3e48 ff . + rst 38h ;3e49 ff . + rst 38h ;3e4a ff . + rst 38h ;3e4b ff . + rst 38h ;3e4c ff . + rst 38h ;3e4d ff . + rst 38h ;3e4e ff . + rst 38h ;3e4f ff . + rst 38h ;3e50 ff . + rst 38h ;3e51 ff . + rst 38h ;3e52 ff . + rst 38h ;3e53 ff . + rst 38h ;3e54 ff . + rst 38h ;3e55 ff . + rst 38h ;3e56 ff . + rst 38h ;3e57 ff . + rst 38h ;3e58 ff . + rst 38h ;3e59 ff . + rst 38h ;3e5a ff . + rst 38h ;3e5b ff . + rst 38h ;3e5c ff . + rst 38h ;3e5d ff . + rst 38h ;3e5e ff . + rst 38h ;3e5f ff . + rst 38h ;3e60 ff . + rst 38h ;3e61 ff . + rst 38h ;3e62 ff . + rst 38h ;3e63 ff . + rst 38h ;3e64 ff . + rst 38h ;3e65 ff . + rst 38h ;3e66 ff . + rst 38h ;3e67 ff . + rst 38h ;3e68 ff . + rst 38h ;3e69 ff . + rst 38h ;3e6a ff . + rst 38h ;3e6b ff . + rst 38h ;3e6c ff . + rst 38h ;3e6d ff . + rst 38h ;3e6e ff . + rst 38h ;3e6f ff . + rst 38h ;3e70 ff . + rst 38h ;3e71 ff . + rst 38h ;3e72 ff . + rst 38h ;3e73 ff . + rst 38h ;3e74 ff . + rst 38h ;3e75 ff . + rst 38h ;3e76 ff . + rst 38h ;3e77 ff . + rst 38h ;3e78 ff . + rst 38h ;3e79 ff . + rst 38h ;3e7a ff . + rst 38h ;3e7b ff . + rst 38h ;3e7c ff . + rst 38h ;3e7d ff . + rst 38h ;3e7e ff . + rst 38h ;3e7f ff . + rst 38h ;3e80 ff . + rst 38h ;3e81 ff . + rst 38h ;3e82 ff . + rst 38h ;3e83 ff . + rst 38h ;3e84 ff . + rst 38h ;3e85 ff . + rst 38h ;3e86 ff . + rst 38h ;3e87 ff . + rst 38h ;3e88 ff . + rst 38h ;3e89 ff . + rst 38h ;3e8a ff . + rst 38h ;3e8b ff . + rst 38h ;3e8c ff . + rst 38h ;3e8d ff . + rst 38h ;3e8e ff . + rst 38h ;3e8f ff . + rst 38h ;3e90 ff . + rst 38h ;3e91 ff . + rst 38h ;3e92 ff . + rst 38h ;3e93 ff . + rst 38h ;3e94 ff . + rst 38h ;3e95 ff . + rst 38h ;3e96 ff . + rst 38h ;3e97 ff . + rst 38h ;3e98 ff . + rst 38h ;3e99 ff . + rst 38h ;3e9a ff . + rst 38h ;3e9b ff . + rst 38h ;3e9c ff . + rst 38h ;3e9d ff . + rst 38h ;3e9e ff . + rst 38h ;3e9f ff . + rst 38h ;3ea0 ff . + rst 38h ;3ea1 ff . + rst 38h ;3ea2 ff . + rst 38h ;3ea3 ff . + rst 38h ;3ea4 ff . + rst 38h ;3ea5 ff . + rst 38h ;3ea6 ff . + rst 38h ;3ea7 ff . + rst 38h ;3ea8 ff . + rst 38h ;3ea9 ff . + rst 38h ;3eaa ff . + rst 38h ;3eab ff . + rst 38h ;3eac ff . + rst 38h ;3ead ff . + rst 38h ;3eae ff . + rst 38h ;3eaf ff . + rst 38h ;3eb0 ff . + rst 38h ;3eb1 ff . + rst 38h ;3eb2 ff . + rst 38h ;3eb3 ff . + rst 38h ;3eb4 ff . + rst 38h ;3eb5 ff . + rst 38h ;3eb6 ff . + rst 38h ;3eb7 ff . + rst 38h ;3eb8 ff . + rst 38h ;3eb9 ff . + rst 38h ;3eba ff . + rst 38h ;3ebb ff . + rst 38h ;3ebc ff . + rst 38h ;3ebd ff . + rst 38h ;3ebe ff . + rst 38h ;3ebf ff . + rst 38h ;3ec0 ff . + rst 38h ;3ec1 ff . + rst 38h ;3ec2 ff . + rst 38h ;3ec3 ff . + rst 38h ;3ec4 ff . + rst 38h ;3ec5 ff . + rst 38h ;3ec6 ff . + rst 38h ;3ec7 ff . + rst 38h ;3ec8 ff . + rst 38h ;3ec9 ff . + rst 38h ;3eca ff . + rst 38h ;3ecb ff . + rst 38h ;3ecc ff . + rst 38h ;3ecd ff . + rst 38h ;3ece ff . + rst 38h ;3ecf ff . + rst 38h ;3ed0 ff . + rst 38h ;3ed1 ff . + rst 38h ;3ed2 ff . + rst 38h ;3ed3 ff . + rst 38h ;3ed4 ff . + rst 38h ;3ed5 ff . + rst 38h ;3ed6 ff . + rst 38h ;3ed7 ff . + rst 38h ;3ed8 ff . + rst 38h ;3ed9 ff . + rst 38h ;3eda ff . + rst 38h ;3edb ff . + rst 38h ;3edc ff . + rst 38h ;3edd ff . + rst 38h ;3ede ff . + rst 38h ;3edf ff . + rst 38h ;3ee0 ff . + rst 38h ;3ee1 ff . + rst 38h ;3ee2 ff . + rst 38h ;3ee3 ff . + rst 38h ;3ee4 ff . + rst 38h ;3ee5 ff . + rst 38h ;3ee6 ff . + rst 38h ;3ee7 ff . + rst 38h ;3ee8 ff . + rst 38h ;3ee9 ff . + rst 38h ;3eea ff . + rst 38h ;3eeb ff . + rst 38h ;3eec ff . + rst 38h ;3eed ff . + rst 38h ;3eee ff . + rst 38h ;3eef ff . + rst 38h ;3ef0 ff . + rst 38h ;3ef1 ff . + rst 38h ;3ef2 ff . + rst 38h ;3ef3 ff . + rst 38h ;3ef4 ff . + rst 38h ;3ef5 ff . + rst 38h ;3ef6 ff . + rst 38h ;3ef7 ff . + rst 38h ;3ef8 ff . + rst 38h ;3ef9 ff . + rst 38h ;3efa ff . + rst 38h ;3efb ff . +sub_3efch: + rst 38h ;3efc ff . + rst 38h ;3efd ff . + rst 38h ;3efe ff . + rst 38h ;3eff ff . + rst 38h ;3f00 ff . + rst 38h ;3f01 ff . + rst 38h ;3f02 ff . + rst 38h ;3f03 ff . + rst 38h ;3f04 ff . + rst 38h ;3f05 ff . + rst 38h ;3f06 ff . + rst 38h ;3f07 ff . + rst 38h ;3f08 ff . + rst 38h ;3f09 ff . + rst 38h ;3f0a ff . + rst 38h ;3f0b ff . + rst 38h ;3f0c ff . + rst 38h ;3f0d ff . + rst 38h ;3f0e ff . + rst 38h ;3f0f ff . + rst 38h ;3f10 ff . + rst 38h ;3f11 ff . + rst 38h ;3f12 ff . + rst 38h ;3f13 ff . + rst 38h ;3f14 ff . + rst 38h ;3f15 ff . + rst 38h ;3f16 ff . + rst 38h ;3f17 ff . + rst 38h ;3f18 ff . + rst 38h ;3f19 ff . + rst 38h ;3f1a ff . + rst 38h ;3f1b ff . + rst 38h ;3f1c ff . + rst 38h ;3f1d ff . + rst 38h ;3f1e ff . + rst 38h ;3f1f ff . + rst 38h ;3f20 ff . + rst 38h ;3f21 ff . + rst 38h ;3f22 ff . + rst 38h ;3f23 ff . + rst 38h ;3f24 ff . + rst 38h ;3f25 ff . + rst 38h ;3f26 ff . + rst 38h ;3f27 ff . + rst 38h ;3f28 ff . + rst 38h ;3f29 ff . + rst 38h ;3f2a ff . + rst 38h ;3f2b ff . + rst 38h ;3f2c ff . + rst 38h ;3f2d ff . + rst 38h ;3f2e ff . + rst 38h ;3f2f ff . + rst 38h ;3f30 ff . + rst 38h ;3f31 ff . + rst 38h ;3f32 ff . + rst 38h ;3f33 ff . + rst 38h ;3f34 ff . + rst 38h ;3f35 ff . + rst 38h ;3f36 ff . + rst 38h ;3f37 ff . + rst 38h ;3f38 ff . + rst 38h ;3f39 ff . + rst 38h ;3f3a ff . + rst 38h ;3f3b ff . + rst 38h ;3f3c ff . + rst 38h ;3f3d ff . + rst 38h ;3f3e ff . + rst 38h ;3f3f ff . + rst 38h ;3f40 ff . + rst 38h ;3f41 ff . + rst 38h ;3f42 ff . + rst 38h ;3f43 ff . + rst 38h ;3f44 ff . + rst 38h ;3f45 ff . + rst 38h ;3f46 ff . + rst 38h ;3f47 ff . + rst 38h ;3f48 ff . + rst 38h ;3f49 ff . + rst 38h ;3f4a ff . + rst 38h ;3f4b ff . + rst 38h ;3f4c ff . + rst 38h ;3f4d ff . + rst 38h ;3f4e ff . + rst 38h ;3f4f ff . + rst 38h ;3f50 ff . + rst 38h ;3f51 ff . + rst 38h ;3f52 ff . + rst 38h ;3f53 ff . + rst 38h ;3f54 ff . + rst 38h ;3f55 ff . + rst 38h ;3f56 ff . + rst 38h ;3f57 ff . + rst 38h ;3f58 ff . + rst 38h ;3f59 ff . + rst 38h ;3f5a ff . + rst 38h ;3f5b ff . + rst 38h ;3f5c ff . + rst 38h ;3f5d ff . + rst 38h ;3f5e ff . + rst 38h ;3f5f ff . + rst 38h ;3f60 ff . + rst 38h ;3f61 ff . + rst 38h ;3f62 ff . + rst 38h ;3f63 ff . + rst 38h ;3f64 ff . + rst 38h ;3f65 ff . + rst 38h ;3f66 ff . + rst 38h ;3f67 ff . + rst 38h ;3f68 ff . + rst 38h ;3f69 ff . + rst 38h ;3f6a ff . + rst 38h ;3f6b ff . + rst 38h ;3f6c ff . + rst 38h ;3f6d ff . + rst 38h ;3f6e ff . + rst 38h ;3f6f ff . + rst 38h ;3f70 ff . + rst 38h ;3f71 ff . + rst 38h ;3f72 ff . + rst 38h ;3f73 ff . + rst 38h ;3f74 ff . + rst 38h ;3f75 ff . + rst 38h ;3f76 ff . + rst 38h ;3f77 ff . + rst 38h ;3f78 ff . + rst 38h ;3f79 ff . + rst 38h ;3f7a ff . + rst 38h ;3f7b ff . + rst 38h ;3f7c ff . + rst 38h ;3f7d ff . + rst 38h ;3f7e ff . + rst 38h ;3f7f ff . + rst 38h ;3f80 ff . + rst 38h ;3f81 ff . + rst 38h ;3f82 ff . + rst 38h ;3f83 ff . + rst 38h ;3f84 ff . + rst 38h ;3f85 ff . + rst 38h ;3f86 ff . + rst 38h ;3f87 ff . + rst 38h ;3f88 ff . + rst 38h ;3f89 ff . + rst 38h ;3f8a ff . + rst 38h ;3f8b ff . + rst 38h ;3f8c ff . + rst 38h ;3f8d ff . + rst 38h ;3f8e ff . + rst 38h ;3f8f ff . + rst 38h ;3f90 ff . + rst 38h ;3f91 ff . + rst 38h ;3f92 ff . + rst 38h ;3f93 ff . + rst 38h ;3f94 ff . + rst 38h ;3f95 ff . + rst 38h ;3f96 ff . + rst 38h ;3f97 ff . + rst 38h ;3f98 ff . + rst 38h ;3f99 ff . + rst 38h ;3f9a ff . + rst 38h ;3f9b ff . + rst 38h ;3f9c ff . + rst 38h ;3f9d ff . + rst 38h ;3f9e ff . + rst 38h ;3f9f ff . + rst 38h ;3fa0 ff . + rst 38h ;3fa1 ff . + rst 38h ;3fa2 ff . + rst 38h ;3fa3 ff . + rst 38h ;3fa4 ff . + rst 38h ;3fa5 ff . + rst 38h ;3fa6 ff . + rst 38h ;3fa7 ff . + rst 38h ;3fa8 ff . + rst 38h ;3fa9 ff . + rst 38h ;3faa ff . + rst 38h ;3fab ff . + rst 38h ;3fac ff . + rst 38h ;3fad ff . + rst 38h ;3fae ff . + rst 38h ;3faf ff . + rst 38h ;3fb0 ff . + rst 38h ;3fb1 ff . + rst 38h ;3fb2 ff . + rst 38h ;3fb3 ff . + rst 38h ;3fb4 ff . + rst 38h ;3fb5 ff . + rst 38h ;3fb6 ff . + rst 38h ;3fb7 ff . + rst 38h ;3fb8 ff . + rst 38h ;3fb9 ff . + rst 38h ;3fba ff . + rst 38h ;3fbb ff . + rst 38h ;3fbc ff . + rst 38h ;3fbd ff . + rst 38h ;3fbe ff . + rst 38h ;3fbf ff . + rst 38h ;3fc0 ff . + rst 38h ;3fc1 ff . + rst 38h ;3fc2 ff . + rst 38h ;3fc3 ff . + rst 38h ;3fc4 ff . + rst 38h ;3fc5 ff . + rst 38h ;3fc6 ff . + rst 38h ;3fc7 ff . + rst 38h ;3fc8 ff . + rst 38h ;3fc9 ff . + rst 38h ;3fca ff . + rst 38h ;3fcb ff . + rst 38h ;3fcc ff . + rst 38h ;3fcd ff . + rst 38h ;3fce ff . + rst 38h ;3fcf ff . + rst 38h ;3fd0 ff . + rst 38h ;3fd1 ff . + rst 38h ;3fd2 ff . + rst 38h ;3fd3 ff . + rst 38h ;3fd4 ff . + rst 38h ;3fd5 ff . + rst 38h ;3fd6 ff . + rst 38h ;3fd7 ff . + rst 38h ;3fd8 ff . + rst 38h ;3fd9 ff . + rst 38h ;3fda ff . + rst 38h ;3fdb ff . + rst 38h ;3fdc ff . + rst 38h ;3fdd ff . + rst 38h ;3fde ff . + rst 38h ;3fdf ff . + rst 38h ;3fe0 ff . + rst 38h ;3fe1 ff . + rst 38h ;3fe2 ff . + rst 38h ;3fe3 ff . + rst 38h ;3fe4 ff . + rst 38h ;3fe5 ff . + rst 38h ;3fe6 ff . + rst 38h ;3fe7 ff . + rst 38h ;3fe8 ff . + rst 38h ;3fe9 ff . + rst 38h ;3fea ff . + rst 38h ;3feb ff . + rst 38h ;3fec ff . + rst 38h ;3fed ff . + rst 38h ;3fee ff . + rst 38h ;3fef ff . + rst 38h ;3ff0 ff . + rst 38h ;3ff1 ff . + rst 38h ;3ff2 ff . + rst 38h ;3ff3 ff . + rst 38h ;3ff4 ff . + rst 38h ;3ff5 ff . + rst 38h ;3ff6 ff . + rst 38h ;3ff7 ff . + rst 38h ;3ff8 ff . + rst 38h ;3ff9 ff . + rst 38h ;3ffa ff . + rst 38h ;3ffb ff . + rst 38h ;3ffc ff . + rst 38h ;3ffd ff . + rst 38h ;3ffe ff . + rst 38h ;3fff ff . + rst 38h ;4000 ff . + sbc a,h ;4001 9c . + ld bc,l8001h ;4002 01 01 80 . . . + add a,b ;4005 80 . + nop ;4006 00 . + add a,b ;4007 80 . + add a,c ;4008 81 . +sub_4009h: + call po,sub_b4fdh ;4009 e4 fd b4 . . . + add a,c ;400c 81 . + add a,b ;400d 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;400e fd b4 7f . .  + add a,b ;4011 80 . + inc e ;4012 1c . + add a,c ;4013 81 . + adc a,h ;4014 8c . + call po,sub_a480h+1 ;4015 e4 81 a4 . . . + rst 38h ;4018 ff . + add a,d ;4019 82 . + ld b,006h ;401a 06 06 . . + add a,c ;401c 81 . + sub d ;401d 92 . + nop ;401e 00 . + add a,b ;401f 80 . + sbc a,(hl) ;4020 9e . + call po,sub_aa80h ;4021 e4 80 aa . . . + inc e ;4024 1c . + adc a,d ;4025 8a . + xor d ;4026 aa . + call po,sub_9e8ah ;4027 e4 8a 9e . . . + rst 38h ;402a ff . + adc a,d ;402b 8a . + ld b,006h ;402c 06 06 . . + add a,l ;402e 85 . + and h ;402f a4 . + nop ;4030 00 . + add a,e ;4031 83 . + add a,b ;4032 80 . + call po,sub_a48dh ;4033 e4 8d a4 . . . + inc e ;4036 1c . + sub a ;4037 97 . + and h ;4038 a4 . + call po,sub_808dh ;4039 e4 8d 80 . . . + inc e ;403c 1c . + sbc a,d ;403d 9a . + adc a,l ;403e 8d . + call po,sub_8d80h ;403f e4 80 8d . . . + inc e ;4042 1c . + add a,b ;4043 80 . + sub a ;4044 97 . + call po,sub_979ah ;4045 e4 9a 97 . . . + rst 38h ;4048 ff . + sbc a,h ;4049 9c . + ex af,af' ;404a 08 . + ld a,(bc) ;404b 0a . + adc a,(hl) ;404c 8e . + sub d ;404d 92 . + nop ;404e 00 . + adc a,h ;404f 8c . + ld a,d ;4050 7a z + call po,sub_aa8ch ;4051 e4 8c aa . . . + inc e ;4054 1c . + sub (hl) ;4055 96 . + and b ;4056 a0 . + call po,sub_6efch ;4057 e4 fc 6e . . n + halt ;405a 76 v + ld a,c ;405b 79 y + call m,sub_873bh ;405c fc 3b 87 . ; . + ld a,h ;405f 7c | + call m,sub_892ch ;4060 fc 2c 89 . , . + adc a,b ;4063 88 . + defb 0fdh,010h,07dh ;illegal sequence ;4064 fd 10 7d . . } + ld h,e ;4067 63 c + defb 0fdh,084h,07ch ;illegal sequence ;4068 fd 84 7c . . | + ld (hl),a ;406b 77 w + defb 0fdh,032h,07ah ;illegal sequence ;406c fd 32 7a . 2 z + adc a,l ;406f 8d . + defb 0fdh,01fh,088h ;illegal sequence ;4070 fd 1f 88 . . . + adc a,(hl) ;4073 8e . + rst 38h ;4074 ff . + sbc a,d ;4075 9a . + ex af,af' ;4076 08 . + ld a,(bc) ;4077 0a . + adc a,l ;4078 8d . + sub d ;4079 92 . + nop ;407a 00 . + call po,sub_a499h ;407b e4 99 a4 . . . + inc e ;407e 1c . + add a,(hl) ;407f 86 . + and h ;4080 a4 . + call po,sub_b4fch ;4081 e4 fc b4 . . . + add a,b ;4084 80 . + ld a,d ;4085 7a z + call m,sub_80b4h ;4086 fc b4 80 . . . + add a,(hl) ;4089 86 . + inc e ;408a 1c . + sub e ;408b 93 . + adc a,h ;408c 8c . + call po,sub_b4fdh ;408d e4 fd b4 . . . + add a,b ;4090 80 . + ld a,d ;4091 7a z + defb 0fdh,0b4h,080h ;illegal sequence ;4092 fd b4 80 . . . + add a,(hl) ;4095 86 . + rst 38h ;4096 ff . + sbc a,e ;4097 9b . + ex af,af' ;4098 08 . + ld a,(bc) ;4099 0a . + adc a,(hl) ;409a 8e . + sub d ;409b 92 . + nop ;409c 00 . + sbc a,b ;409d 98 . + sub b ;409e 90 . + call po,sub_2efdh ;409f e4 fd 2e . . . + ld l,d ;40a2 6a j + add a,e ;40a3 83 . + defb 0fdh,043h,07ah ;illegal sequence ;40a4 fd 43 7a . C z + adc a,c ;40a7 89 . + defb 0fdh,05ah,087h ;illegal sequence ;40a8 fd 5a 87 . Z . + add a,a ;40ab 87 . + adc a,a ;40ac 8f . + sbc a,d ;40ad 9a . + call m,sub_7ba7h ;40ae fc a7 7b . . { + add a,h ;40b1 84 . + call m,sub_845ah ;40b2 fc 5a 84 . Z . + ld a,e ;40b5 7b { + sbc a,d ;40b6 9a . + add a,b ;40b7 80 . + rst 38h ;40b8 ff . + sbc a,h ;40b9 9c . + ex af,af' ;40ba 08 . + ld a,(bc) ;40bb 0a . + adc a,(hl) ;40bc 8e . + sub d ;40bd 92 . + nop ;40be 00 . + add a,b ;40bf 80 . + and b ;40c0 a0 . + call po,sub_25fch ;40c1 e4 fc 25 . . % + ld (hl),h ;40c4 74 t + adc a,c ;40c5 89 . + call m,sub_7fb4h ;40c6 fc b4 7f . .  + add a,b ;40c9 80 . + call m,sub_81b4h ;40ca fc b4 81 . . . + add a,b ;40cd 80 . + rst 38h ;40ce ff . + add a,e ;40cf 83 . + ld b,006h ;40d0 06 06 . . + add a,d ;40d2 82 . + and l ;40d3 a5 . + nop ;40d4 00 . + adc a,b ;40d5 88 . + xor e ;40d6 ab . + call po,sub_46fch ;40d7 e4 fc 46 . . F + and h ;40da a4 . + ld h,a ;40db 67 g + rst 38h ;40dc ff . + adc a,b ;40dd 88 . + inc bc ;40de 03 . + ex af,af' ;40df 08 . + add a,h ;40e0 84 . + sub d ;40e1 92 . + nop ;40e2 00 . + add a,d ;40e3 82 . + ld a,c ;40e4 79 y + call po,sub_46fch ;40e5 e4 fc 46 . . F + ld e,h ;40e8 5c \ + sbc a,c ;40e9 99 . + rst 38h ;40ea ff . + adc a,b ;40eb 88 . + inc b ;40ec 04 . + inc bc ;40ed 03 . + add a,h ;40ee 84 . + sub d ;40ef 92 . + nop ;40f0 00 . + add a,l ;40f1 85 . + add a,(hl) ;40f2 86 . + call po,09e93h ;40f3 e4 93 9e . . . + inc e ;40f6 1c . + sbc a,b ;40f7 98 . + sub d ;40f8 92 . + call po,09280h ;40f9 e4 80 92 . . . + inc e ;40fc 1c . + add a,l ;40fd 85 . + sbc a,(hl) ;40fe 9e . + call po,sub_8693h ;40ff e4 93 86 . . . + rst 38h ;4102 ff . + sbc a,d ;4103 9a . + dec bc ;4104 0b . + dec bc ;4105 0b . + adc a,h ;4106 8c . + sub d ;4107 92 . + nop ;4108 00 . + add a,b ;4109 80 . + sub d ;410a 92 . + call po,sub_929ah ;410b e4 9a 92 . . . + inc e ;410e 1c . + adc a,l ;410f 8d . + and e ;4110 a3 . + call po,sub_808dh ;4111 e4 8d 80 . . . + rst 38h ;4114 ff . + sbc a,h ;4115 9c . + inc de ;4116 13 . + inc d ;4117 14 . + adc a,l ;4118 8d . + sub d ;4119 92 . + nop ;411a 00 . + add a,b ;411b 80 . + ld a,b ;411c 78 x + call po,sub_25fch ;411d e4 fc 25 . . % + ld (hl),h ;4120 74 t + adc a,c ;4121 89 . + call m,sub_7fb4h ;4122 fc b4 7f . .  + add a,b ;4125 80 . + call m,sub_81b4h ;4126 fc b4 81 . . . + add a,b ;4129 80 . + rst 38h ;412a ff . + add a,e ;412b 83 . + ld b,006h ;412c 06 06 . . + add a,d ;412e 82 . + ld a,l ;412f 7d } + nop ;4130 00 . + add a,b ;4131 80 . + sub d ;4132 92 . + call po,sub_929ah ;4133 e4 9a 92 . . . + rst 38h ;4136 ff . + sbc a,h ;4137 9c . + inc de ;4138 13 . + inc d ;4139 14 . + adc a,(hl) ;413a 8e . + sub d ;413b 92 . + nop ;413c 00 . + add a,b ;413d 80 . + add a,c ;413e 81 . + call po,sub_b4fdh ;413f e4 fd b4 . . . + add a,c ;4142 81 . + add a,b ;4143 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4144 fd b4 7f . .  + add a,b ;4147 80 . + rst 38h ;4148 ff . + add a,d ;4149 82 . + ld b,006h ;414a 06 06 . . + add a,c ;414c 81 . + add a,c ;414d 81 . + nop ;414e 00 . + add a,b ;414f 80 . + ld a,c ;4150 79 y + call po,sub_ab93h ;4151 e4 93 ab . . . + rst 38h ;4154 ff . + sub h ;4155 94 . + ld bc,l8a09h ;4156 01 09 8a . . . + sub e ;4159 93 . + nop ;415a 00 . + add a,d ;415b 82 . + adc a,b ;415c 88 . + call po,sub_24fdh ;415d e4 fd 24 . . $ + sbc a,a ;4160 9f . + adc a,d ;4161 8a . + defb 0fdh,025h,08bh ;illegal sequence ;4162 fd 25 8b . % . + ld a,l ;4165 7d } + ld b,(iy-079h) ;4166 fd 46 87 . F . + halt ;4169 76 v + defb 0fdh,025h,079h ;illegal sequence ;416a fd 25 79 . % y + ld (hl),a ;416d 77 w + defb 0fdh,024h,061h ;illegal sequence ;416e fd 24 61 . $ a + halt ;4171 76 v + defb 0fdh,025h,075h ;illegal sequence ;4172 fd 25 75 . % u + add a,e ;4175 83 . + ld b,(iy+079h) ;4176 fd 46 79 . F y + adc a,d ;4179 8a . + defb 0fdh,025h,087h ;illegal sequence ;417a fd 25 87 . % . + adc a,c ;417d 89 . + rst 38h ;417e ff . + sbc a,d ;417f 9a . + inc de ;4180 13 . + inc d ;4181 14 . + adc a,l ;4182 8d . + sub d ;4183 92 . + nop ;4184 00 . + adc a,b ;4185 88 . + add a,b ;4186 80 . + call po,sub_a488h ;4187 e4 88 a4 . . . + defb 0fdh,043h,076h ;illegal sequence ;418a fd 43 76 . C v + add a,d ;418d 82 . + rst 38h ;418e ff . + adc a,c ;418f 89 . + inc c ;4190 0c . + rrca ;4191 0f . + add a,l ;4192 85 . + sub d ;4193 92 . + nop ;4194 00 . + add a,c ;4195 81 . + sbc a,e ;4196 9b . + call po,sub_a9fdh ;4197 e4 fd a9 . . . + adc a,d ;419a 8a . + ld a,a ;419b 7f  + defb 0fdh,025h,078h ;illegal sequence ;419c fd 25 78 . % x + ld a,a ;419f 7f  + defb 0fdh,01bh,073h ;illegal sequence ;41a0 fd 1b 73 . . s + adc a,b ;41a3 88 . + defb 0fdh,005h,05eh ;illegal sequence ;41a4 fd 05 5e . . ^ + or e ;41a7 b3 . + call m,sub_8935h ;41a8 fc 35 89 . 5 . + ld l,a ;41ab 6f o + sub a ;41ac 97 . + add a,b ;41ad 80 . + rst 38h ;41ae ff . + sub (hl) ;41af 96 . + add hl,bc ;41b0 09 . + ld c,08bh ;41b1 0e 8b . . + sub d ;41b3 92 . + nop ;41b4 00 . + add a,b ;41b5 80 . + add a,h ;41b6 84 . + call po,sub_2cfch ;41b7 e4 fc 2c . . , + adc a,e ;41ba 8b . + adc a,l ;41bb 8d . + call m,sub_80b4h ;41bc fc b4 80 . . . + adc a,d ;41bf 8a . + adc a,b ;41c0 88 . + sub h ;41c1 94 . + inc e ;41c2 1c . + adc a,h ;41c3 8c . + sub h ;41c4 94 . + call po,sub_b4fch ;41c5 e4 fc b4 . . . + add a,b ;41c8 80 . + adc a,b ;41c9 88 . + call m,sub_7f35h ;41ca fc 35 7f . 5  + ld (hl),h ;41cd 74 t + rst 38h ;41ce ff . + sbc a,b ;41cf 98 . + ex af,af' ;41d0 08 . + ld a,(bc) ;41d1 0a . + adc a,h ;41d2 8c . + sub d ;41d3 92 . + nop ;41d4 00 . + sub l ;41d5 95 . + add a,b ;41d6 80 . + call po,sub_a495h ;41d7 e4 95 a4 . . . + add a,b ;41da 80 . + adc a,d ;41db 8a . + sbc a,d ;41dc 9a . + adc a,d ;41dd 8a . + rst 38h ;41de ff . + sbc a,l ;41df 9d . + ld a,(bc) ;41e0 0a . + ld d,08fh ;41e1 16 8f . . + sub d ;41e3 92 . + nop ;41e4 00 . + add a,b ;41e5 80 . + add a,l ;41e6 85 . + call po,sub_6efch ;41e7 e4 fc 6e . . n + adc a,d ;41ea 8a . + add a,a ;41eb 87 . + call m,sub_7541h ;41ec fc 41 75 . A u + add a,a ;41ef 87 . + call m,sub_7761h ;41f0 fc 61 77 . a w + ld a,b ;41f3 78 x + add a,h ;41f4 84 . + and h ;41f5 a4 . + sub l ;41f6 95 . + and h ;41f7 a4 . + rst 38h ;41f8 ff . + sub a ;41f9 97 . + add hl,bc ;41fa 09 . + dec c ;41fb 0d . + adc a,h ;41fc 8c . +sub_41fdh: + sub d ;41fd 92 . + nop ;41fe 00 . + add a,c ;41ff 81 . + adc a,d ;4200 8a . + call po,sub_8c81h ;4201 e4 81 8c . . . + defb 0fdh,0aah,08bh ;illegal sequence ;4204 fd aa 8b . . . + ld a,a ;4207 7f  + defb 0fdh,006h,06ch ;illegal sequence ;4208 fd 06 6c . . l + ld a,a ;420b 7f  + defb 0fdh,0aah,075h ;illegal sequence ;420c fd aa 75 . . u + add a,c ;420f 81 . +sub_4210h: + defb 0fdh,00bh,0beh ;illegal sequence ;4210 fd 0b be . . . + add a,(hl) ;4213 86 . + defb 0fdh,01ah,095h ;illegal sequence ;4214 fd 1a 95 . . . + ld a,(hl) ;4217 7e ~ + defb 0fdh,07ah,089h ;illegal sequence ;4218 fd 7a 89 . z . + ld a,e ;421b 7b { + rst 38h ;421c ff . + sbc a,c ;421d 99 . + inc de ;421e 13 . + dec d ;421f 15 . + adc a,l ;4220 8d . + sub d ;4221 92 . + nop ;4222 00 . + add a,a ;4223 87 . + add a,b ;4224 80 . + call po,sub_13fdh ;4225 e4 fd 13 . . . + cp b ;4228 b8 . + ld a,l ;4229 7d } + defb 0fdh,00dh,0a6h ;illegal sequence ;422a fd 0d a6 . . . + ld (hl),d ;422d 72 r + defb 0fdh,010h,0a7h ;illegal sequence ;422e fd 10 a7 . . . + ld l,c ;4231 69 i + add a,b ;4232 80 . + and h ;4233 a4 . + rst 38h ;4234 ff . + sub a ;4235 97 . + inc c ;4236 0c . + dec c ;4237 0d . + adc a,h ;4238 8c . + sub c ;4239 91 . + nop ;423a 00 . + adc a,d ;423b 8a . + add a,b ;423c 80 . + call po,sub_b4fdh ;423d e4 fd b4 . . . + add a,b ;4240 80 . + adc a,d ;4241 8a . + adc a,(hl) ;4242 8e . + sub h ;4243 94 . + call m,sub_7fa6h ;4244 fc a6 7f . .  + adc a,b ;4247 88 . + call m,sub_7e0dh ;4248 fc 0d 7e . . ~ + ld l,a ;424b 6f o + call m,sub_80b4h ;424c fc b4 80 . . . + ld a,b ;424f 78 x + inc e ;4250 1c . + adc a,(hl) ;4251 8e . + sub h ;4252 94 . + call po,sub_b4fdh ;4253 e4 fd b4 . . . + add a,b ;4256 80 . + halt ;4257 76 v + defb 0fdh,00dh,07eh ;illegal sequence ;4258 fd 0d 7e . . ~ + sub d ;425b 92 . + rst 38h ;425c ff . + sbc a,b ;425d 98 . + ex af,af' ;425e 08 . + ld a,(bc) ;425f 0a . + adc a,h ;4260 8c . + sub d ;4261 92 . + nop ;4262 00 . + add a,d ;4263 82 . + add a,e ;4264 83 . + call po,sub_4ffch ;4265 e4 fc 4f . . O + adc a,c ;4268 89 . + adc a,e ;4269 8b . + call m,sub_7725h ;426a fc 25 77 . % w + adc a,b ;426d 88 . + call m,sub_300bh ;426e fc 0b 30 . . 0 + adc a,b ;4271 88 . + call m,sub_75aah ;4272 fc aa 75 . . u + ld a,a ;4275 7f  + call m,sub_910dh ;4276 fc 0d 91 . . . + ld a,(hl) ;4279 7e ~ + call m,sub_8baah ;427a fc aa 8b . . . + add a,c ;427d 81 . + call m,sub_6f0dh ;427e fc 0d 6f . . o + add a,d ;4281 82 . + rst 38h ;4282 ff . + sbc a,c ;4283 99 . + ex af,af' ;4284 08 . + dec d ;4285 15 . + adc a,l ;4286 8d . + sub d ;4287 92 . + nop ;4288 00 . + add a,b ;4289 80 . + add a,c ;428a 81 . + call po,sub_b4fdh ;428b e4 fd b4 . . . + add a,c ;428e 81 . + add a,b ;428f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4290 fd b4 7f . .  + add a,b ;4293 80 . + inc e ;4294 1c . + add a,c ;4295 81 . + sbc a,b ;4296 98 . + call po,sub_b4fdh ;4297 e4 fd b4 . . . + add a,b ;429a 80 . + add a,c ;429b 81 . + defb 0fdh,0b4h,080h ;illegal sequence ;429c fd b4 80 . . . + ld a,a ;429f 7f  + rst 38h ;42a0 ff . + add a,d ;42a1 82 . + ld b,006h ;42a2 06 06 . . + add a,c ;42a4 81 . + adc a,l ;42a5 8d . + nop ;42a6 00 . + add a,b ;42a7 80 . + ld a,b ;42a8 78 x + call po,sub_25fch ;42a9 e4 fc 25 . . % + ld (hl),h ;42ac 74 t + adc a,c ;42ad 89 . + call m,sub_7fb4h ;42ae fc b4 7f . .  + add a,b ;42b1 80 . + call m,sub_81b4h ;42b2 fc b4 81 . . . + add a,b ;42b5 80 . + inc e ;42b6 1c . + add a,c ;42b7 81 . + sbc a,c ;42b8 99 . + call po,sub_b4fdh ;42b9 e4 fd b4 . . . + add a,c ;42bc 81 . + add a,b ;42bd 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;42be fd b4 7f . .  + add a,b ;42c1 80 . + rst 38h ;42c2 ff . + add a,e ;42c3 83 . + ld b,006h ;42c4 06 06 . . + add a,b ;42c6 80 . + add a,b ;42c7 80 . + nop ;42c8 00 . + sbc a,d ;42c9 9a . + add a,e ;42ca 83 . + call po,sub_8f80h ;42cb e4 80 8f . . . + add a,b ;42ce 80 . + sub h ;42cf 94 . + sbc a,d ;42d0 9a . + and b ;42d1 a0 . + rst 38h ;42d2 ff . + sbc a,e ;42d3 9b . + inc de ;42d4 13 . + inc d ;42d5 14 . + adc a,(hl) ;42d6 8e . + sub d ;42d7 92 . + nop ;42d8 00 . + add a,b ;42d9 80 . + adc a,h ;42da 8c . + call po,sub_8c9ah ;42db e4 9a 8c . . . + inc e ;42de 1c . + sbc a,d ;42df 9a . + sbc a,b ;42e0 98 . + call po,sub_9880h ;42e1 e4 80 98 . . . + rst 38h ;42e4 ff . + sbc a,e ;42e5 9b . + inc de ;42e6 13 . + inc d ;42e7 14 . + adc a,(hl) ;42e8 8e . + sub d ;42e9 92 . + nop ;42ea 00 . + add a,b ;42eb 80 . + add a,e ;42ec 83 . + call po,sub_8f9ah ;42ed e4 9a 8f . . . + sbc a,d ;42f0 9a . + sub h ;42f1 94 . + add a,b ;42f2 80 . + and b ;42f3 a0 . + rst 38h ;42f4 ff . + sbc a,e ;42f5 9b . + inc de ;42f6 13 . + inc d ;42f7 14 . + sbc a,e ;42f8 9b . + sub d ;42f9 92 . + nop ;42fa 00 . + add a,b ;42fb 80 . + sbc a,e ;42fc 9b . + call po,sub_5afdh ;42fd e4 fd 5a . . Z + adc a,c ;4300 89 . + add a,b ;4301 80 . + defb 0fdh,068h,081h ;illegal sequence ;4302 fd 68 81 . h . + ld a,b ;4305 78 x + defb 0fdh,025h,075h ;illegal sequence ;4306 fd 25 75 . % u + add a,e ;4309 83 . + call m,08e0bh ;430a fc 0b 8e . . . + ld l,a ;430d 6f o + call m,08b1ch ;430e fc 1c 8b . . . + ld a,c ;4311 79 y + adc a,c ;4312 89 . + adc a,b ;4313 88 . + inc e ;4314 1c . + adc a,c ;4315 89 . + add a,d ;4316 82 . + call po,sub_b4fdh ;4317 e4 fd b4 . . . + add a,b ;431a 80 . + ld a,a ;431b 7f  + defb 0fdh,0b4h,080h ;illegal sequence ;431c fd b4 80 . . . + add a,c ;431f 81 . + rst 38h ;4320 ff . + sub h ;4321 94 . + inc d ;4322 14 . + ld (bc),a ;4323 02 . + adc a,d ;4324 8a . + sub d ;4325 92 . + nop ;4326 00 . + sbc a,h ;4327 9c . + add a,e ;4328 83 . + call po,035fdh ;4329 e4 fd 35 . . 5 + ld (hl),l ;432c 75 u + sub c ;432d 91 . + defb 0fdh,01fh,088h ;illegal sequence ;432e fd 1f 88 . . . + adc a,(hl) ;4331 8e . + defb 0fdh,03fh,092h ;illegal sequence ;4332 fd 3f 92 . ? . + adc a,e ;4335 8b . + defb 0fdh,025h,08fh ;illegal sequence ;4336 fd 25 8f . % . + halt ;4339 76 v + defb 0fdh,05ah,083h ;illegal sequence ;433a fd 5a 83 . Z . + ld (hl),d ;433d 72 r + defb 0fdh,013h,05dh ;illegal sequence ;433e fd 13 5d . . ] + ld a,d ;4341 7a z + defb 0fdh,043h,07bh ;illegal sequence ;4342 fd 43 7b . C { + add a,c ;4345 81 . + defb 0fdh,05ah,080h ;illegal sequence ;4346 fd 5a 80 . Z . + add a,h ;4349 84 . + sub (hl) ;434a 96 . + sub a ;434b 97 . + call m,sub_7a7fh ;434c fc 7f 7a .  z + ld a,l ;434f 7d } + call m,sub_8d2ah ;4350 fc 2a 8d . * . + ld a,e ;4353 7b { + call m,sub_867fh ;4354 fc 7f 86 .  . + add a,e ;4357 83 . + rst 38h ;4358 ff . + sbc a,a ;4359 9f . + inc de ;435a 13 . + inc d ;435b 14 . + sub b ;435c 90 . + sub d ;435d 92 . + nop ;435e 00 . + call po,sub_a48ch ;435f e4 8c a4 . . . + sub b ;4362 90 . + and h ;4363 a4 . + sbc a,h ;4364 9c . + add a,b ;4365 80 . + inc e ;4366 1c . + add a,h ;4367 84 . + adc a,h ;4368 8c . + call po,sub_8c98h ;4369 e4 98 8c . . . + rst 38h ;436c ff . + sbc a,(hl) ;436d 9e . + ld bc,l8f01h ;436e 01 01 8f . . . + sub d ;4371 92 . + nop ;4372 00 . + call po,sub_a480h ;4373 e4 80 a4 . . . + adc a,(hl) ;4376 8e . + and h ;4377 a4 . + defb 0fdh,0a7h,07fh ;illegal sequence ;4378 fd a7 7f . .  + ld (hl),a ;437b 77 w + add a,b ;437c 80 . + sub d ;437d 92 . + inc e ;437e 1c . + adc a,(hl) ;437f 8e . + sub d ;4380 92 . + call po,sub_b4fdh ;4381 e4 fd b4 . . . + add a,b ;4384 80 . + ld (hl),a ;4385 77 w + add a,b ;4386 80 . + add a,b ;4387 80 . + rst 38h ;4388 ff . + sbc a,d ;4389 9a . + ld (bc),a ;438a 02 . + ld (bc),a ;438b 02 . + adc a,l ;438c 8d . + sub d ;438d 92 . + nop ;438e 00 . + sbc a,h ;438f 9c . + sbc a,h ;4390 9c . + call po,sub_8afch ;4391 e4 fc 8a . . . + ld (hl),e ;4394 73 s + ld a,e ;4395 7b { + call m,sub_9a2ah ;4396 fc 2a 9a . * . + halt ;4399 76 v + call m,sub_8d92h ;439a fc 92 8d . . . + add a,h ;439d 84 . + rst 38h ;439e ff . + and d ;439f a2 . + inc bc ;43a0 03 . + inc bc ;43a1 03 . + sub c ;43a2 91 . + sub d ;43a3 92 . + nop ;43a4 00 . + call po,sub_a480h ;43a5 e4 80 a4 . . . + adc a,h ;43a8 8c . + and h ;43a9 a4 . + dec (iy+07fh) ;43aa fd 35 7f . 5  + ld (hl),e ;43ad 73 s + defb 0fdh,03eh,06ch ;illegal sequence ;43ae fd 3e 6c . > l + ld (hl),h ;43b1 74 t + dec (iy+075h) ;43b2 fd 35 75 . 5 u + add a,a ;43b5 87 . + add a,b ;43b6 80 . + add a,b ;43b7 80 . + rst 38h ;43b8 ff . + sbc a,h ;43b9 9c . + ld (bc),a ;43ba 02 . + inc bc ;43bb 03 . + adc a,(hl) ;43bc 8e . + sub d ;43bd 92 . + nop ;43be 00 . + add a,b ;43bf 80 . + sub e ;43c0 93 . + call po,sub_9393h ;43c1 e4 93 93 . . . + inc e ;43c4 1c . + sub l ;43c5 95 . + and h ;43c6 a4 . + call po,sub_a480h ;43c7 e4 80 a4 . . . + add a,b ;43ca 80 . + add a,b ;43cb 80 . + sub l ;43cc 95 . + add a,b ;43cd 80 . + rst 38h ;43ce ff . + sbc a,b ;43cf 98 . + ld (bc),a ;43d0 02 . + inc b ;43d1 04 . + adc a,h ;43d2 8c . + sub d ;43d3 92 . + nop ;43d4 00 . + add a,b ;43d5 80 . + sub d ;43d6 92 . + call po,sub_9292h ;43d7 e4 92 92 . . . + inc e ;43da 1c . + sub h ;43db 94 . + and h ;43dc a4 . + call po,sub_a480h ;43dd e4 80 a4 . . . + add a,b ;43e0 80 . + add a,b ;43e1 80 . + rst 38h ;43e2 ff . + sub (hl) ;43e3 96 . + ld (bc),a ;43e4 02 . + dec b ;43e5 05 . + adc a,e ;43e6 8b . + sub d ;43e7 92 . + nop ;43e8 00 . + sbc a,h ;43e9 9c . + sbc a,h ;43ea 9c . + call po,sub_8afch ;43eb e4 fc 8a . . . + ld (hl),e ;43ee 73 s + ld a,e ;43ef 7b { + call m,sub_982dh ;43f0 fc 2d 98 . - . + halt ;43f3 76 v + call m,08d8ah ;43f4 fc 8a 8d . . . + add a,l ;43f7 85 . + inc e ;43f8 1c . + sub c ;43f9 91 . + sub c ;43fa 91 . + call po,sub_919ch ;43fb e4 9c 91 . . . + sbc a,h ;43fe 9c . + add a,d ;43ff 82 . + rst 38h ;4400 ff . + and d ;4401 a2 . + inc bc ;4402 03 . + inc b ;4403 04 . + sub c ;4404 91 . + sub d ;4405 92 . + nop ;4406 00 . + add a,b ;4407 80 . + and h ;4408 a4 . + call po,sub_8080h ;4409 e4 80 80 . . . + inc e ;440c 1c . + add a,b ;440d 80 . + sub e ;440e 93 . + call po,sub_9398h ;440f e4 98 93 . . . + inc e ;4412 1c . + sbc a,b ;4413 98 . + and h ;4414 a4 . + call po,sub_8098h ;4415 e4 98 80 . . . + rst 38h ;4418 ff . + sbc a,d ;4419 9a . + ld (bc),a ;441a 02 . + ld b,08dh ;441b 06 8d . . + sub d ;441d 92 . + nop ;441e 00 . + add a,l ;441f 85 . + and h ;4420 a4 . + call po,sub_8085h ;4421 e4 85 80 . . . + inc e ;4424 1c . + add a,b ;4425 80 . + and h ;4426 a4 . + call po,sub_a488h+2 ;4427 e4 8a a4 . . . + inc e ;442a 1c . + add a,b ;442b 80 . + add a,b ;442c 80 . + call po,sub_808ah ;442d e4 8a 80 . . . + rst 38h ;4430 ff . + add a,c ;4431 81 . + ld (bc),a ;4432 02 . + ld b,081h ;4433 06 81 . . + sub d ;4435 92 . + nop ;4436 00 . + sub d ;4437 92 . + and h ;4438 a4 . + call po,sub_8892h ;4439 e4 92 88 . . . + defb 0fdh,0b4h,077h ;illegal sequence ;443c fd b4 77 . . w + add a,b ;443f 80 . + rst 38h ;4440 ff . + sub d ;4441 92 . + inc b ;4442 04 . + inc b ;4443 04 . + adc a,c ;4444 89 . + sub d ;4445 92 . + nop ;4446 00 . + add a,b ;4447 80 . + and h ;4448 a4 . + call po,sub_8080h ;4449 e4 80 80 . . . + inc e ;444c 1c . + add a,b ;444d 80 . + adc a,h ;444e 8c . + call po,sub_a498h ;444f e4 98 a4 . . . + inc e ;4452 1c . + adc a,d ;4453 8a . + sub (hl) ;4454 96 . + call po,sub_8098h ;4455 e4 98 80 . . . + rst 38h ;4458 ff . + sbc a,d ;4459 9a . + ld (bc),a ;445a 02 . + rlca ;445b 07 . + adc a,l ;445c 8d . + sub d ;445d 92 . + nop ;445e 00 . + add a,b ;445f 80 . + and h ;4460 a4 . + call po,sub_8080h ;4461 e4 80 80 . . . + sub l ;4464 95 . + add a,b ;4465 80 . + rst 38h ;4466 ff . + sub l ;4467 95 . + ld (bc),a ;4468 02 . + ex af,af' ;4469 08 . + adc a,e ;446a 8b . + sub d ;446b 92 . + nop ;446c 00 . + call po,sub_a480h ;446d e4 80 a4 . . . + add a,c ;4470 81 . + and h ;4471 a4 . + adc a,(hl) ;4472 8e . + adc a,b ;4473 88 . + adc a,a ;4474 8f . + adc a,b ;4475 88 . + sbc a,l ;4476 9d . + and h ;4477 a4 . + sbc a,(hl) ;4478 9e . + and h ;4479 a4 . + sbc a,(hl) ;447a 9e . + add a,b ;447b 80 . + rst 38h ;447c ff . + and d ;447d a2 . + ld (bc),a ;447e 02 . + ld b,091h ;447f 06 91 . . + sub d ;4481 92 . + nop ;4482 00 . + call po,sub_a480h ;4483 e4 80 a4 . . . + add a,c ;4486 81 . + and h ;4487 a4 . + sbc a,b ;4488 98 . + add a,b ;4489 80 . + sbc a,c ;448a 99 . + add a,b ;448b 80 . + sbc a,c ;448c 99 . + and h ;448d a4 . + rst 38h ;448e ff . + sbc a,e ;448f 9b . + ld (bc),a ;4490 02 . + ld b,08eh ;4491 06 8e . . + sub d ;4493 92 . + nop ;4494 00 . + sbc a,h ;4495 9c . + adc a,b ;4496 88 . + call po,sub_2dfch ;4497 e4 fc 2d . . - + ld l,b ;449a 68 h + adc a,d ;449b 8a . + call m,sub_7382h ;449c fc 82 73 . . s + ld a,d ;449f 7a z + call m,sub_982dh ;44a0 fc 2d 98 . - . + halt ;44a3 76 v + call m,sub_8d82h ;44a4 fc 82 8d . . . + add a,(hl) ;44a7 86 . + rst 38h ;44a8 ff . + and d ;44a9 a2 . + inc bc ;44aa 03 . + inc bc ;44ab 03 . + sub c ;44ac 91 . + sub d ;44ad 92 . + nop ;44ae 00 . + call po,sub_a480h ;44af e4 80 a4 . . . + adc a,h ;44b2 8c . + and h ;44b3 a4 . + defb 0fdh,0b4h,080h ;illegal sequence ;44b4 fd b4 80 . . . + halt ;44b7 76 v + add a,b ;44b8 80 . + sub b ;44b9 90 . + rst 38h ;44ba ff . + sub a ;44bb 97 . + ld (bc),a ;44bc 02 . + dec b ;44bd 05 . + adc a,h ;44be 8c . + sub d ;44bf 92 . + nop ;44c0 00 . + add a,d ;44c1 82 . + adc a,b ;44c2 88 . + call po,sub_2cfdh ;44c3 e4 fd 2c . . , + sbc a,c ;44c6 99 . + adc a,d ;44c7 8a . + defb 0fdh,08ah,08dh ;illegal sequence ;44c8 fd 8a 8d . . . + ld a,e ;44cb 7b { + defb 0fdh,02ch,067h ;illegal sequence ;44cc fd 2c 67 . , g + halt ;44cf 76 v + defb 0fdh,08ah,073h ;illegal sequence ;44d0 fd 8a 73 . . s + add a,l ;44d3 85 . + inc e ;44d4 1c . + sub d ;44d5 92 . + adc a,c ;44d6 89 . + call po,sub_7c9dh ;44d7 e4 9d 7c . . | + rst 38h ;44da ff . + and b ;44db a0 . + inc bc ;44dc 03 . + inc c ;44dd 0c . + sub b ;44de 90 . + sub c ;44df 91 . + nop ;44e0 00 . + call po,sub_a480h ;44e1 e4 80 a4 . . . + adc a,(hl) ;44e4 8e . + and h ;44e5 a4 . + defb 0fdh,0b4h,080h ;illegal sequence ;44e6 fd b4 80 . . . + ld (hl),a ;44e9 77 w + add a,b ;44ea 80 . + sub d ;44eb 92 . + inc e ;44ec 1c . + adc a,(hl) ;44ed 8e . + sub d ;44ee 92 . + call po,04dfdh ;44ef e4 fd 4d . . M + ld a,a ;44f2 7f  + ld (hl),a ;44f3 77 w + sub a ;44f4 97 . + add a,b ;44f5 80 . + rst 38h ;44f6 ff . + sbc a,c ;44f7 99 . + ld (bc),a ;44f8 02 . + ld (bc),a ;44f9 02 . + adc a,l ;44fa 8d . + sub d ;44fb 92 . + nop ;44fc 00 . + add a,b ;44fd 80 . + add a,a ;44fe 87 . + call po,sub_25fch ;44ff e4 fc 25 . . % + adc a,e ;4502 8b . + add a,e ;4503 83 . + call m,sub_883fh ;4504 fc 3f 88 . ? . + adc a,l ;4507 8d . + call m,sub_7b74h ;4508 fc 74 7b . t { + adc a,b ;450b 88 . + call m,sub_781ch ;450c fc 1c 78 . . x + ld (hl),c ;450f 71 q + defb 0fdh,01ch,080h ;illegal sequence ;4510 fd 1c 80 . . . + sub c ;4513 91 . + defb 0fdh,06dh,085h ;illegal sequence ;4514 fd 6d 85 . m . + add a,a ;4517 87 . + defb 0fdh,043h,088h ;illegal sequence ;4518 fd 43 88 . C . + ld (hl),h ;451b 74 t + defb 0fdh,017h,07ch ;illegal sequence ;451c fd 17 7c . . | + ld a,d ;451f 7a z + rst 38h ;4520 ff . + sbc a,d ;4521 9a . + inc d ;4522 14 . + ld (bc),a ;4523 02 . + adc a,l ;4524 8d . + sub d ;4525 92 . + nop ;4526 00 . + add a,b ;4527 80 . + and h ;4528 a4 . + call po,sub_a498h ;4529 e4 98 a4 . . . + inc e ;452c 1c . + adc a,h ;452d 8c . + and h ;452e a4 . + call po,sub_808ch ;452f e4 8c 80 . . . + rst 38h ;4532 ff . + sbc a,h ;4533 9c . + dec b ;4534 05 . + add hl,bc ;4535 09 . + adc a,(hl) ;4536 8e . + sub d ;4537 92 . + nop ;4538 00 . + add a,b ;4539 80 . + and h ;453a a4 . + call po,sub_8a80h ;453b e4 80 8a . . . + call m,sub_8caah ;453e fc aa 8c . . . + add a,c ;4541 81 . + sbc a,b ;4542 98 . + and h ;4543 a4 . + rst 38h ;4544 ff . + sbc a,d ;4545 9a . + rlca ;4546 07 . + inc b ;4547 04 . + adc a,l ;4548 8d . + sub c ;4549 91 . + nop ;454a 00 . + add a,b ;454b 80 . + and h ;454c a4 . + call po,sub_808ch ;454d e4 8c 80 . . . + adc a,a ;4550 8f . + add a,b ;4551 80 . + sbc a,e ;4552 9b . + and h ;4553 a4 . + rst 38h ;4554 ff . + sbc a,d ;4555 9a . + dec b ;4556 05 . + add hl,bc ;4557 09 . + adc a,l ;4558 8d . + sub d ;4559 92 . + nop ;455a 00 . + add a,b ;455b 80 . + and h ;455c a4 . + call po,sub_808ah ;455d e4 8a 80 . . . + adc a,h ;4560 8c . + add a,b ;4561 80 . + sub d ;4562 92 . + sbc a,h ;4563 9c . + sub h ;4564 94 . + sbc a,h ;4565 9c . + sbc a,d ;4566 9a . + add a,b ;4567 80 . + sbc a,h ;4568 9c . + add a,b ;4569 80 . + and (hl) ;456a a6 . + and h ;456b a4 . + rst 38h ;456c ff . + xor d ;456d aa . + dec b ;456e 05 . + add hl,bc ;456f 09 . + sub l ;4570 95 . + sub d ;4571 92 . + nop ;4572 00 . + call po,sub_a498h ;4573 e4 98 a4 . . . + inc e ;4576 1c . + add a,c ;4577 81 . + and h ;4578 a4 . + call po,sub_8099h ;4579 e4 99 80 . . . + rst 38h ;457c ff . + sbc a,e ;457d 9b . + dec c ;457e 0d . + rlca ;457f 07 . + adc a,(hl) ;4580 8e . + sub d ;4581 92 . + nop ;4582 00 . + add a,b ;4583 80 . + and h ;4584 a4 . + call po,sub_8e8bh+2 ;4585 e4 8d 8e . . . + adc a,l ;4588 8d . + add a,b ;4589 80 . + inc e ;458a 1c . + adc a,l ;458b 8d . + adc a,(hl) ;458c 8e . + call po,sub_a49ah ;458d e4 9a a4 . . . + rst 38h ;4590 ff . + sbc a,h ;4591 9c . + dec b ;4592 05 . + add hl,bc ;4593 09 . + adc a,(hl) ;4594 8e . + sub d ;4595 92 . + nop ;4596 00 . + add a,c ;4597 81 . + and h ;4598 a4 . + call po,sub_a497h ;4599 e4 97 a4 . . . + sub a ;459c 97 . + and d ;459d a2 . + add a,b ;459e 80 . + add a,d ;459f 82 . + add a,b ;45a0 80 . + add a,b ;45a1 80 . + sbc a,b ;45a2 98 . + add a,b ;45a3 80 . + rst 38h ;45a4 ff . + sbc a,e ;45a5 9b . + dec c ;45a6 0d . + rlca ;45a7 07 . + adc a,(hl) ;45a8 8e . + sub d ;45a9 92 . + nop ;45aa 00 . + adc a,b ;45ab 88 . + ld a,d ;45ac 7a z + call po,sub_7a80h ;45ad e4 80 7a . . z + add a,b ;45b0 80 . + xor d ;45b1 aa . + adc a,b ;45b2 88 . + xor d ;45b3 aa . + rst 38h ;45b4 ff . + adc a,c ;45b5 89 . + ld (bc),a ;45b6 02 . + ex af,af' ;45b7 08 . + add a,l ;45b8 85 . + sub d ;45b9 92 . + nop ;45ba 00 . + add a,b ;45bb 80 . + xor e ;45bc ab . + call po,sub_7993h ;45bd e4 93 79 . . y + rst 38h ;45c0 ff . + sub h ;45c1 94 . + dec b ;45c2 05 . + ld b,08ah ;45c3 06 8a . . + sub d ;45c5 92 . + nop ;45c6 00 . + add a,b ;45c7 80 . + ld a,d ;45c8 7a z + call po,sub_7a88h ;45c9 e4 88 7a . . z + adc a,b ;45cc 88 . + xor d ;45cd aa . + add a,b ;45ce 80 . + xor d ;45cf aa . + rst 38h ;45d0 ff . + adc a,c ;45d1 89 . + dec b ;45d2 05 . + ld b,085h ;45d3 06 85 . . + sub d ;45d5 92 . + nop ;45d6 00 . + add a,b ;45d7 80 . + and c ;45d8 a1 . + call po,sub_a887h ;45d9 e4 87 a8 . . . + adc a,(hl) ;45dc 8e . + and c ;45dd a1 . + rst 38h ;45de ff . + sub b ;45df 90 . + ld bc,l8801h ;45e0 01 01 88 . . . + and h ;45e3 a4 . + nop ;45e4 00 . + add a,b ;45e5 80 . + ld a,d ;45e6 7a z + call po,sub_7ab2h ;45e7 e4 b2 7a . . z + rst 38h ;45ea ff . + or (hl) ;45eb b6 . + inc b ;45ec 04 . + ex af,af' ;45ed 08 . + sbc a,e ;45ee 9b . + ld a,d ;45ef 7a z + nop ;45f0 00 . + adc a,d ;45f1 8a . + and b ;45f2 a0 . + call po,sub_aa80h ;45f3 e4 80 aa . . . + rst 38h ;45f6 ff . + adc a,d ;45f7 8a . + dec b ;45f8 05 . + add hl,bc ;45f9 09 . +l45fah: + add a,l ;45fa 85 . + and l ;45fb a5 . + nop ;45fc 00 . + add a,c ;45fd 81 . + sub (hl) ;45fe 96 . + call po,sub_5afdh ;45ff e4 fd 5a . . Z + adc a,c ;4602 89 . + ld a,e ;4603 7b { + defb 0fdh,043h,07ch ;illegal sequence ;4604 fd 43 7c . C | + ld a,c ;4607 79 y + sub e ;4608 93 . + ld a,a ;4609 7f  + inc e ;460a 1c . + sub e ;460b 93 . + sub e ;460c 93 . + call po,035fdh ;460d e4 fd 35 . . 5 + ld a,b ;4610 78 x + add a,(hl) ;4611 86 . + adc a,b ;4612 88 . + adc a,a ;4613 8f . + call m,sub_80b4h ;4614 fc b4 80 . . . + ld a,b ;4617 78 x + adc a,e ;4618 8b . + ld a,a ;4619 7f  + call m,08035h ;461a fc 35 80 . 5 . + adc a,d ;461d 8a . + rst 38h ;461e ff . + sub h ;461f 94 . + ld c,011h ;4620 0e 11 . . + adc a,d ;4622 8a . + adc a,(hl) ;4623 8e . + nop ;4624 00 . + call po,sub_a480h ;4625 e4 80 a4 . . . + inc e ;4628 1c . + add a,b ;4629 80 . + sub (hl) ;462a 96 . + call po,035fdh ;462b e4 fd 35 . . 5 + adc a,c ;462e 89 . + ld a,b ;462f 78 x + defb 0fdh,0abh,07fh ;illegal sequence ;4630 fd ab 7f . .  + ld (hl),e ;4633 73 s + dec (iy+07fh) ;4634 fd 35 7f . 5  + adc a,h ;4637 8c . + rst 38h ;4638 ff . + sub (hl) ;4639 96 . + ld b,00bh ;463a 06 0b . . + adc a,e ;463c 8b . + sub d ;463d 92 . + nop ;463e 00 . + sub l ;463f 95 . + sub e ;4640 93 . + call po,sub_93fch ;4641 e4 fc 93 . . . + halt ;4644 76 v + ld a,l ;4645 7d } + call m,sub_9225h ;4646 fc 25 92 . % . + ld a,d ;4649 7a z + call m,sub_8a93h ;464a fc 93 8a . . . + add a,e ;464d 83 . + rst 38h ;464e ff . + sub (hl) ;464f 96 . +l4650h: + dec bc ;4650 0b . + dec bc ;4651 0b . + adc a,e ;4652 8b . + adc a,l ;4653 8d . + nop ;4654 00 . + sub l ;4655 95 . + sub (hl) ;4656 96 . + call po,sub_68fch ;4657 e4 fc 68 . . h + ld (hl),a ;465a 77 w + ld a,c ;465b 79 y + call m,sub_8c4ah ;465c fc 4a 8c . J . + ld (hl),a ;465f 77 w + call m,sub_8968h ;4660 fc 68 89 . h . + add a,a ;4663 87 . + inc e ;4664 1c . + sub l ;4665 95 . + and h ;4666 a4 . + call po,sub_8095h ;4667 e4 95 80 . . . + rst 38h ;466a ff . + sub (hl) ;466b 96 . + dec bc ;466c 0b . + djnz l45fah ;466d 10 8b . . + sub d ;466f 92 . + nop ;4670 00 . + add a,b ;4671 80 . + adc a,l ;4672 8d . + call po,08d96h ;4673 e4 96 8d . . . + call m,sub_6f1ch ;4676 fc 1c 6f . . o + add a,b ;4679 80 . + call m,sub_777ah ;467a fc 7a 77 . z w + ld a,e ;467d 7b { + call m,sub_8f38h ;467e fc 38 8f . 8 . + ld a,b ;4681 78 x + call m,sub_897ah ;4682 fc 7a 89 . z . + add a,l ;4685 85 . + rst 38h ;4686 ff . + sub a ;4687 97 . + dec bc ;4688 0b . + dec bc ;4689 0b . + adc a,h ;468a 8c . +l468bh: + adc a,l ;468b 8d . + nop ;468c 00 . + add a,b ;468d 80 . + sbc a,b ;468e 98 . + call po,sub_988eh ;468f e4 8e 98 . . . + inc e ;4692 1c . + adc a,(hl) ;4693 8e . + and h ;4694 a4 . + call po,sub_5afch ;4695 e4 fc 5a . . Z + ld a,a ;4698 7f  + ld a,c ;4699 79 y + add a,(hl) ;469a 86 . + add a,b ;469b 80 . + rst 38h ;469c ff . + adc a,l ;469d 8d . + djnz l46b2h ;469e 10 12 . . + add a,a ;46a0 87 . + sub d ;46a1 92 . + nop ;46a2 00 . + add a,d ;46a3 82 . + ld a,d ;46a4 7a z + call po,08ffch ;46a5 e4 fc 8f . . . + adc a,c ;46a8 89 . + add a,e ;46a9 83 . + call m,06810h ;46aa fc 10 68 . . h + add a,a ;46ad 87 . + sub l ;46ae 95 . + sbc a,c ;46af 99 . + inc e ;46b0 1c . + sub l ;46b1 95 . +l46b2h: + sub (hl) ;46b2 96 . + call po,sub_68fch ;46b3 e4 fc 68 . . h + ld (hl),a ;46b6 77 w + ld a,c ;46b7 79 y + call m,sub_8c4ah ;46b8 fc 4a 8c . J . + ld (hl),a ;46bb 77 w + call m,sub_8968h ;46bc fc 68 89 . h . + add a,a ;46bf 87 . + rst 38h ;46c0 ff . + sub (hl) ;46c1 96 . + dec bc ;46c2 0b . + djnz l4650h ;46c3 10 8b . . + adc a,b ;46c5 88 . + nop ;46c6 00 . + call po,sub_a480h ;46c7 e4 80 a4 . . . + inc e ;46ca 1c . + add a,b ;46cb 80 . + sub e ;46cc 93 . + call po,sub_5afdh ;46cd e4 fd 5a . . Z + adc a,c ;46d0 89 . + ld a,a ;46d1 7f  + dec (iy+07fh) ;46d2 fd 35 7f . 5  + ld a,b ;46d5 78 x + defb 0fdh,025h,078h ;illegal sequence ;46d6 fd 25 78 . % x + ld a,d ;46d9 7a z + sub d ;46da 92 . + add a,b ;46db 80 . + rst 38h ;46dc ff . + sub d ;46dd 92 . + ld b,013h ;46de 06 13 . . + adc a,c ;46e0 89 . + sub d ;46e1 92 . + nop ;46e2 00 . + call po,sub_9a80h ;46e3 e4 80 9a . . . + inc e ;46e6 1c . + add a,b ;46e7 80 . + and b ;46e8 a0 . + call po,sub_a480h ;46e9 e4 80 a4 . . . + rst 38h ;46ec ff . + add a,c ;46ed 81 . + ld b,010h ;46ee 06 10 . . + add a,c ;46f0 81 . + sub d ;46f1 92 . + nop ;46f2 00 . + add a,b ;46f3 80 . + halt ;46f4 76 v + call po,sub_7ffch ;46f5 e4 fc 7f . .  + add a,e ;46f8 83 . + add a,h ;46f9 84 . + adc a,b ;46fa 88 . + sbc a,d ;46fb 9a . +sub_46fch: + inc e ;46fc 1c . + adc a,b ;46fd 88 . + sbc a,a ;46fe 9f . + call po,sub_a488h ;46ff e4 88 a4 . . . + rst 38h ;4702 ff . + add a,a ;4703 87 . + rrca ;4704 0f . + djnz l468bh ;4705 10 84 . . + adc a,l ;4707 8d . + nop ;4708 00 . + call po,sub_a480h ;4709 e4 80 a4 . . . + inc e ;470c 1c . + sub b ;470d 90 . + sbc a,d ;470e 9a . + call po,sub_8a80h ;470f e4 80 8a . . . + inc e ;4712 1c . + adc a,b ;4713 88 . + sub d ;4714 92 . + call po,sub_8091h ;4715 e4 91 80 . . . + rst 38h ;4718 ff . + sub e ;4719 93 . + ld b,017h ;471a 06 17 . . + adc a,d ;471c 8a . + sub d ;471d 92 . + nop ;471e 00 . + add a,b ;471f 80 . + and h ;4720 a4 . + call po,sub_8080h ;4721 e4 80 80 . . . + rst 38h ;4724 ff . + add a,c ;4725 81 . + ld b,010h ;4726 06 10 . . + add a,c ;4728 81 . + sub d ;4729 92 . + nop ;472a 00 . + call po,sub_9a80h ;472b e4 80 9a . . . + inc e ;472e 1c . + add a,b ;472f 80 . + sub h ;4730 94 . + call po,sub_b4fdh ;4731 e4 fd b4 . . . + add a,a ;4734 87 . + add a,b ;4735 80 . + adc a,(hl) ;4736 8e . + add a,b ;4737 80 . +l4738h: + inc e ;4738 1c . + adc a,(hl) ;4739 8e . + sub h ;473a 94 . + call po,sub_b4fdh ;473b e4 fd b4 . . . + add a,a ;473e 87 . + add a,b ;473f 80 . + sbc a,h ;4740 9c . + add a,b ;4741 80 . + rst 38h ;4742 ff . + and b ;4743 a0 . + ld b,013h ;4744 06 13 . . + sub b ;4746 90 . + adc a,l ;4747 8d . + nop ;4748 00 . + call po,sub_9a80h ;4749 e4 80 9a . . . + inc e ;474c 1c . + add a,b ;474d 80 . + sub d ;474e 92 . + call po,sub_b4fdh ;474f e4 fd b4 . . . + adc a,c ;4752 89 . + add a,b ;4753 80 . + sub d ;4754 92 . + add a,b ;4755 80 . + rst 38h ;4756 ff . + sub d ;4757 92 . + ld b,013h ;4758 06 13 . . + adc a,c ;475a 89 . + adc a,l ;475b 8d . + nop ;475c 00 . + sub l ;475d 95 . + add a,a ;475e 87 . + call po,sub_25fch ;475f e4 fc 25 . . % + ld l,(hl) ;4762 6e n + add a,(hl) ;4763 86 . + call m,sub_7693h ;4764 fc 93 76 . . v + ld a,l ;4767 7d } + call m,sub_9225h ;4768 fc 25 92 . % . + ld a,d ;476b 7a z + call m,sub_8a93h ;476c fc 93 8a . . . + add a,e ;476f 83 . + rst 38h ;4770 ff . + sbc a,b ;4771 98 . + dec bc ;4772 0b . + dec bc ;4773 0b . + adc a,h ;4774 8c . + adc a,l ;4775 8d . + nop ;4776 00 . + add a,b ;4777 80 . + sbc a,d ;4778 9a . + call po,sub_7580h ;4779 e4 80 75 . . u + inc e ;477c 1c . + add a,b ;477d 80 . + sub (hl) ;477e 96 . + call po,sub_68fdh ;477f e4 fd 68 . . h + adc a,c ;4782 89 . + ld a,c ;4783 79 y + defb 0fdh,04fh,075h ;illegal sequence ;4784 fd 4f 75 . O u + ld (hl),a ;4787 77 w + defb 0fdh,068h,077h ;illegal sequence ;4788 fd 68 77 . h w + add a,a ;478b 87 . + rst 38h ;478c ff . + sub (hl) ;478d 96 . + ld b,00bh ;478e 06 0b . . + adc a,b ;4790 88 . + adc a,e ;4791 8b . + nop ;4792 00 . + sub l ;4793 95 . + sbc a,d ;4794 9a . + call po,sub_7595h ;4795 e4 95 75 . . u + inc e ;4798 1c . + sub l ;4799 95 . + sub (hl) ;479a 96 . + call po,sub_71fch ;479b e4 fc 71 . . q + ld (hl),a ;479e 77 w + ld a,d ;479f 7a z + call m,sub_8c4ah ;47a0 fc 4a 8c . J . + ld (hl),a ;47a3 77 w + call m,sub_8961h ;47a4 fc 61 89 . a . + adc a,b ;47a7 88 . + rst 38h ;47a8 ff . + sub (hl) ;47a9 96 . + dec bc ;47aa 0b . + djnz l4738h ;47ab 10 8b . . + adc a,b ;47ad 88 . + nop ;47ae 00 . + call po,sub_9a80h ;47af e4 80 9a . . . + inc e ;47b2 1c . + add a,b ;47b3 80 . + sub c ;47b4 91 . + call po,sub_50fdh ;47b5 e4 fd 50 . . P + adc a,e ;47b8 8b . + ld a,a ;47b9 7f  + rst 38h ;47ba ff . + adc a,e ;47bb 8b . + ld b,012h ;47bc 06 12 . . + add a,(hl) ;47be 86 . + adc a,l ;47bf 8d . + nop ;47c0 00 . + add a,b ;47c1 80 . + add a,(hl) ;47c2 86 . + call po,035fch ;47c3 e4 fc 35 . . 5 + adc a,b ;47c6 88 . + add a,c ;47c7 81 . + call m,sub_8635h ;47c8 fc 35 86 . 5 . + adc a,h ;47cb 8c . + call m,sub_7c71h ;47cc fc 71 7c . q | + add a,(hl) ;47cf 86 . + call m,sub_7a25h ;47d0 fc 25 7a . % z + ld a,b ;47d3 78 x + defb 0fdh,025h,080h ;illegal sequence ;47d4 fd 25 80 . % . + adc a,d ;47d7 8a . + defb 0fdh,076h,083h ;illegal sequence ;47d8 fd 76 83 . v . + add a,l ;47db 85 . + defb 0fdh,043h,086h ;illegal sequence ;47dc fd 43 86 . C . + ld (hl),a ;47df 77 w + defb 0fdh,01ch,07dh ;illegal sequence ;47e0 fd 1c 7d . . } + ld a,e ;47e3 7b { + rst 38h ;47e4 ff . + sub e ;47e5 93 . + ld c,011h ;47e6 0e 11 . . + adc a,d ;47e8 8a . + adc a,l ;47e9 8d . + nop ;47ea 00 . + add a,b ;47eb 80 . + sbc a,b ;47ec 98 . + call po,sub_988eh ;47ed e4 8e 98 . . . + inc e ;47f0 1c . + add a,(hl) ;47f1 86 . + and h ;47f2 a4 . + call po,sub_8886h ;47f3 e4 86 88 . . . + call m,sub_885ah ;47f6 fc 5a 88 . Z . + add a,b ;47f9 80 . + rst 38h ;47fa ff . + adc a,h ;47fb 8c . +sub_47fch: + djnz l4810h ;47fc 10 12 . . + add a,(hl) ;47fe 86 . + sub c ;47ff 91 . + nop ;4800 00 . + add a,b ;4801 80 . + sbc a,d ;4802 9a . + call po,sub_8680h ;4803 e4 80 86 . . . + call m,sub_88a6h ;4806 fc a6 88 . . . + add a,c ;4809 81 . + inc e ;480a 1c . + sub b ;480b 90 . + sbc a,d ;480c 9a . + call po,sub_8090h ;480d e4 90 80 . . . +l4810h: + rst 38h ;4810 ff . + sub d ;4811 92 . + ld c,010h ;4812 0e 10 . . + adc a,c ;4814 89 . + adc a,l ;4815 8d . + nop ;4816 00 . + add a,b ;4817 80 . + sbc a,d ;4818 9a . + call po,sub_8087h+2 ;4819 e4 89 80 . . . + adc a,d ;481c 8a . + add a,b ;481d 80 . + sub e ;481e 93 . + sbc a,d ;481f 9a . + rst 38h ;4820 ff . + sub h ;4821 94 . + ld (de),a ;4822 12 . + rla ;4823 17 . + adc a,d ;4824 8a . + adc a,l ;4825 8d . + nop ;4826 00 . + add a,b ;4827 80 . + sbc a,d ;4828 9a . + call po,sub_8086h ;4829 e4 86 80 . . . + add a,a ;482c 87 . + add a,b ;482d 80 . + adc a,l ;482e 8d . + sub h ;482f 94 . + adc a,(hl) ;4830 8e . + sub h ;4831 94 . + sub h ;4832 94 . + add a,b ;4833 80 . + sub l ;4834 95 . + add a,b ;4835 80 . + sbc a,e ;4836 9b . + sbc a,d ;4837 9a . + rst 38h ;4838 ff . + and b ;4839 a0 . + ld (de),a ;483a 12 . + rla ;483b 17 . + sub b ;483c 90 . + adc a,l ;483d 8d . + nop ;483e 00 . + call po,sub_9a94h ;483f e4 94 9a . . . + inc e ;4842 1c . + add a,c ;4843 81 . + sbc a,d ;4844 9a . + call po,sub_8095h ;4845 e4 95 80 . . . + rst 38h ;4848 ff . + sub (hl) ;4849 96 . + ld de,l8b17h ;484a 11 17 8b . . . + adc a,l ;484d 8d . + nop ;484e 00 . + add a,b ;484f 80 . + sbc a,d ;4850 9a . + call po,sub_8087h+1 ;4851 e4 88 80 . . . + adc a,d ;4854 8a . + add a,b ;4855 80 . + inc e ;4856 1c . + sub e ;4857 93 . + sbc a,d ;4858 9a . + call po,sub_808ah ;4859 e4 8a 80 . . . + add a,(hl) ;485c 86 . + ld (hl),a ;485d 77 w + ld (iy+07dh),c ;485e fd 71 7d . q } + add a,d ;4861 82 . + rst 38h ;4862 ff . + sub h ;4863 94 . + ld (de),a ;4864 12 . + rla ;4865 17 . + adc a,d ;4866 8a . + adc a,b ;4867 88 . + nop ;4868 00 . + add a,c ;4869 81 . + sbc a,d ;486a 9a . + call po,sub_9a91h+2 ;486b e4 93 9a . . . + sub e ;486e 93 . + sbc a,b ;486f 98 . + add a,b ;4870 80 . + add a,d ;4871 82 . + add a,b ;4872 80 . + add a,b ;4873 80 . + sub h ;4874 94 . + add a,b ;4875 80 . + rst 38h ;4876 ff . + sub l ;4877 95 . + ld de,l8b17h ;4878 11 17 8b . . . + adc a,l ;487b 8d . + nop ;487c 00 . + adc a,c ;487d 89 . + ld a,c ;487e 79 y + call po,sub_5afdh ;487f e4 fd 5a . . Z + add a,b ;4882 80 . + add a,(hl) ;4883 86 . + add a,e ;4884 83 . + adc a,a ;4885 8f . + call m,sub_7d5ah ;4886 fc 5a 7d . Z } + add a,b ;4889 80 . + call m,sub_805ah ;488a fc 5a 80 . Z . + add a,e ;488d 83 . + add a,e ;488e 83 . + and l ;488f a5 . + defb 0fdh,05ah,086h ;illegal sequence ;4890 fd 5a 86 . Z . + add a,b ;4893 80 . + rst 38h ;4894 ff . + adc a,e ;4895 8b . + inc d ;4896 14 . + ex af,af' ;4897 08 . + add a,(hl) ;4898 86 . + sub d ;4899 92 . + nop ;489a 00 . + add a,b ;489b 80 . + ld a,h ;489c 7c | + call po,sub_a880h ;489d e4 80 a8 . . . + rst 38h ;48a0 ff . + add a,c ;48a1 81 . + ld (bc),a ;48a2 02 . + ld b,081h ;48a3 06 81 . . + sub d ;48a5 92 . + nop ;48a6 00 . + add a,b ;48a7 80 . + ld a,c ;48a8 79 y + call po,sub_5afch ;48a9 e4 fc 5a . . Z + add a,b ;48ac 80 . + add a,(hl) ;48ad 86 . + add a,(hl) ;48ae 86 . + adc a,a ;48af 8f . + defb 0fdh,05ah,083h ;illegal sequence ;48b0 fd 5a 83 . Z . + add a,b ;48b3 80 . + defb 0fdh,05ah,080h ;illegal sequence ;48b4 fd 5a 80 . Z . + add a,e ;48b7 83 . + add a,(hl) ;48b8 86 . + and l ;48b9 a5 . + call m,sub_7a5ah ;48ba fc 5a 7a . Z z + add a,b ;48bd 80 . + rst 38h ;48be ff . + adc a,e ;48bf 8b . + dec b ;48c0 05 . + ld (bc),a ;48c1 02 . + add a,(hl) ;48c2 86 . + sub d ;48c3 92 . + nop ;48c4 00 . + add a,b ;48c5 80 . + adc a,a ;48c6 8f . + call po,sub_9383h ;48c7 e4 83 93 . . . + defb 0fdh,047h,085h ;illegal sequence ;48ca fd 47 85 . G . + ld a,c ;48cd 79 y + sub b ;48ce 90 . + sub b ;48cf 90 . + call m,sub_8321h ;48d0 fc 21 83 . ! . + adc a,d ;48d3 8a . + sbc a,e ;48d4 9b . + sub l ;48d5 95 . + rst 38h ;48d6 ff . + sbc a,l ;48d7 9d . + inc de ;48d8 13 . + inc d ;48d9 14 . + adc a,a ;48da 8f . + sub d ;48db 92 . + nop ;48dc 00 . + nop ;48dd 00 . + add a,b ;48de 80 . + and c ;48df a1 . + call po,sub_ab80h ;48e0 e4 80 ab . . . + rst 38h ;48e3 ff . + add a,c ;48e4 81 . + ld b,006h ;48e5 06 06 . . + add a,c ;48e7 81 . + and (hl) ;48e8 a6 . + nop ;48e9 00 . + add a,b ;48ea 80 . + sub d ;48eb 92 . + call po,09287h ;48ec e4 87 92 . . . + adc a,l ;48ef 8d . + add a,b ;48f0 80 . + sub e ;48f1 93 . + and h ;48f2 a4 . + sbc a,d ;48f3 9a . + and h ;48f4 a4 . + rst 38h ;48f5 ff . + sbc a,e ;48f6 9b . + ld a,(bc) ;48f7 0a . + ld d,08eh ;48f8 16 8e . . + sub d ;48fa 92 . + nop ;48fb 00 . + ld d,(hl) ;48fc 56 V + ld a,d ;48fd 7a z + call po,sub_7a8ch ;48fe e4 8c 7a . . z + rst 38h ;4901 ff . + add a,b ;4902 80 . + ld h,h ;4903 64 d + ld a,a ;4904 7f  + ld (hl),c ;4905 71 q + ld a,d ;4906 7a z + nop ;4907 00 . + ld d,(hl) ;4908 56 V + xor d ;4909 aa . + call po,sub_a15fh ;490a e4 5f a1 . _ . + rst 38h ;490d ff . +sub_490eh: + add a,b ;490e 80 . + ld h,l ;490f 65 e + ld a,a ;4910 7f  + ld e,e ;4911 5b [ + and l ;4912 a5 . + nop ;4913 00 . + adc a,c ;4914 89 . + add a,b ;4915 80 . + call po,sub_9c89h ;4916 e4 89 9c . . . + inc e ;4919 1c . + add a,b ;491a 80 . + sub h ;491b 94 . + call po,sub_9782h ;491c e4 82 97 . . . + defb 0fdh,013h,08eh ;illegal sequence ;491f fd 13 8e . . . + halt ;4922 76 v + defb 0fdh,025h,083h ;illegal sequence ;4923 fd 25 83 . % . + ld a,h ;4926 7c | + defb 0fdh,025h,080h ;illegal sequence ;4927 fd 25 80 . % . + ld a,e ;492a 7b { + defb 0fdh,010h,077h ;illegal sequence ;492b fd 10 77 . . w + ld (hl),h ;492e 74 t + call m,sub_8c10h ;492f fc 10 8c . . . + adc a,c ;4932 89 . + call m,sub_8325h ;4933 fc 25 83 . % . + add a,h ;4936 84 . + call m,sub_8025h ;4937 fc 25 80 . % . + add a,l ;493a 85 . + call m,sub_7817h ;493b fc 17 78 . . x + adc a,h ;493e 8c . + sbc a,(hl) ;493f 9e . + sbc a,h ;4940 9c . + inc e ;4941 1c . + sub l ;4942 95 . + sub h ;4943 94 . + call po,sub_8095h ;4944 e4 95 80 . . . + rst 38h ;4947 ff . + sbc a,a ;4948 9f . + djnz l495dh ;4949 10 12 . . + sub b ;494b 90 . + adc a,l ;494c 8d . + nop ;494d 00 . + call po,sub_a480h ;494e e4 80 a4 . . . + inc e ;4951 1c . + add a,b ;4952 80 . + sub d ;4953 92 . + call po,sub_9299h ;4954 e4 99 92 . . . + rst 38h ;4957 ff . + sbc a,e ;4958 9b . + inc de ;4959 13 . + inc d ;495a 14 . + adc a,(hl) ;495b 8e . + sub d ;495c 92 . +l495dh: + nop ;495d 00 . + add a,b ;495e 80 . + sub d ;495f 92 . + call po,sub_929ah ;4960 e4 9a 92 . . . + inc e ;4963 1c . + sub d ;4964 92 . + sbc a,c ;4965 99 . + call po,sub_929ah ;4966 e4 9a 92 . . . + sub d ;4969 92 . + adc a,e ;496a 8b . + rst 38h ;496b ff . + and c ;496c a1 . + inc de ;496d 13 . + inc d ;496e 14 . + and c ;496f a1 . + sub d ;4970 92 . + nop ;4971 00 . + ld d,(hl) ;4972 56 V + and c ;4973 a1 . + call po,sub_10fdh ;4974 e4 fd 10 . . . + adc a,h ;4977 8c . + ld (hl),a ;4978 77 w + defb 0fdh,04ah,083h ;illegal sequence ;4979 fd 4a 83 . J . + ld a,h ;497c 7c | + ld h,d ;497d 62 b + and d ;497e a2 . + call m,sub_834ah ;497f fc 4a 83 . J . + add a,h ;4982 84 . + call m,sub_7812h ;4983 fc 12 78 . . x + adc a,e ;4986 8b . + rst 38h ;4987 ff . + add a,b ;4988 80 . + ld h,(hl) ;4989 66 f + ld a,a ;498a 7f  + ld h,b ;498b 60 ` + and e ;498c a3 . + nop ;498d 00 . + ld d,(hl) ;498e 56 V + and c ;498f a1 . + call po,sub_aa60h ;4990 e4 60 aa . ` . + rst 38h ;4993 ff . + add a,b ;4994 80 . + ld h,l ;4995 65 e + ld a,a ;4996 7f  + ld e,e ;4997 5b [ + and l ;4998 a5 . + nop ;4999 00 . + ld d,(hl) ;499a 56 V + and c ;499b a1 . + call po,sub_a85eh ;499c e4 5e a8 . ^ . + ld h,(hl) ;499f 66 f + and c ;49a0 a1 . + rst 38h ;49a1 ff . + add a,b ;49a2 80 . + ld h,(hl) ;49a3 66 f + ld a,a ;49a4 7f  + ld e,(hl) ;49a5 5e ^ + and h ;49a6 a4 . + nop ;49a7 00 . + ld d,(hl) ;49a8 56 V + xor e ;49a9 ab . + call po,sub_b4fdh ;49aa e4 fd b4 . . . + add a,c ;49ad 81 . + add a,b ;49ae 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;49af fd b4 7f . .  + add a,b ;49b2 80 . + inc e ;49b3 1c . + ld h,h ;49b4 64 d + xor e ;49b5 ab . + call po,sub_b4fdh ;49b6 e4 fd b4 . . . + add a,c ;49b9 81 . + add a,b ;49ba 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;49bb fd b4 7f . .  + add a,b ;49be 80 . + rst 38h ;49bf ff . + add a,b ;49c0 80 . + ld h,a ;49c1 67 g + ld a,a ;49c2 7f  + ld e,(hl) ;49c3 5e ^ + xor e ;49c4 ab . + nop ;49c5 00 . + ld d,(hl) ;49c6 56 V + xor l ;49c7 ad . + call po,sub_b4fdh ;49c8 e4 fd b4 . . . + add a,e ;49cb 83 . + add a,b ;49cc 80 . + defb 0fdh,0b4h,07dh ;illegal sequence ;49cd fd b4 7d . . } + add a,b ;49d0 80 . + rst 38h ;49d1 ff . + add a,b ;49d2 80 . + ld l,b ;49d3 68 h + ld a,a ;49d4 7f  + ld e,c ;49d5 59 Y + xor l ;49d6 ad . + nop ;49d7 00 . + ld d,(hl) ;49d8 56 V + and d ;49d9 a2 . + call po,sub_b4fdh ;49da e4 fd b4 . . . + add a,c ;49dd 81 . + add a,b ;49de 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;49df fd b4 7f . .  + add a,b ;49e2 80 . + inc e ;49e3 1c . + ld h,h ;49e4 64 d + and d ;49e5 a2 . + call po,sub_b4fdh ;49e6 e4 fd b4 . . . + add a,c ;49e9 81 . + add a,b ;49ea 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;49eb fd b4 7f . .  + add a,b ;49ee 80 . + rst 38h ;49ef ff . + add a,b ;49f0 80 . + ld h,a ;49f1 67 g + ld a,a ;49f2 7f  + ld e,(hl) ;49f3 5e ^ + and d ;49f4 a2 . + nop ;49f5 00 . + ld d,(hl) ;49f6 56 V + and h ;49f7 a4 . + call po,sub_b4fdh ;49f8 e4 fd b4 . . . + add a,e ;49fb 83 . + add a,b ;49fc 80 . + defb 0fdh,0b4h,07dh ;illegal sequence ;49fd fd b4 7d . . } + add a,b ;4a00 80 . + rst 38h ;4a01 ff . + add a,b ;4a02 80 . + ld l,b ;4a03 68 h + ld a,a ;4a04 7f  + ld e,c ;4a05 59 Y + and h ;4a06 a4 . + nop ;4a07 00 . + ld d,(hl) ;4a08 56 V + xor e ;4a09 ab . + call po,sub_b063h ;4a0a e4 63 b0 . c . + dec (iy-078h) ;4a0d fd 35 88 . 5 . + ld (hl),b ;4a10 70 p + add a,b ;4a11 80 . + xor d ;4a12 aa . + call m,sub_862eh ;4a13 fc 2e 86 . . . + adc a,(hl) ;4a16 8e . + sbc a,e ;4a17 9b . + or d ;4a18 b2 . + rst 38h ;4a19 ff . + add a,b ;4a1a 80 . + ld l,c ;4a1b 69 i + ld a,a ;4a1c 7f  + ld a,b ;4a1d 78 x + xor a ;4a1e af . + nop ;4a1f 00 . + ld d,(hl) ;4a20 56 V + xor d ;4a21 aa . + call po,sub_0afch+1 ;4a22 e4 fd 0a . . . + sub d ;4a25 92 . + ld (hl),c ;4a26 71 q + defb 0fdh,04ah,083h ;illegal sequence ;4a27 fd 4a 83 . J . + ld a,h ;4a2a 7c | + ld h,d ;4a2b 62 b + xor e ;4a2c ab . + call m,sub_834ah ;4a2d fc 4a 83 . J . + add a,h ;4a30 84 . + call m,sub_710ah ;4a31 fc 0a 71 . . q + sub d ;4a34 92 . + rst 38h ;4a35 ff . + add a,b ;4a36 80 . + ld h,(hl) ;4a37 66 f + ld a,a ;4a38 7f  + ld h,b ;4a39 60 ` + xor h ;4a3a ac . + nop ;4a3b 00 . + ld d,(hl) ;4a3c 56 V + and c ;4a3d a1 . + call po,sub_a65eh ;4a3e e4 5e a6 . ^ . + defb 0fdh,03eh,086h ;illegal sequence ;4a41 fd 3e 86 . > . + halt ;4a44 76 v + ld (hl),d ;4a45 72 r + and d ;4a46 a2 . + call m,sub_8435h ;4a47 fc 35 84 . 5 . + adc a,b ;4a4a 88 . + add a,h ;4a4b 84 . + xor b ;4a4c a8 . + rst 38h ;4a4d ff . + add a,b ;4a4e 80 . + ld l,d ;4a4f 6a j + ld a,a ;4a50 7f  + ld l,l ;4a51 6d m + and h ;4a52 a4 . + nop ;4a53 00 . + ld e,c ;4a54 59 Y + and c ;4a55 a1 . + call po,sub_25fdh ;4a56 e4 fd 25 . . % + adc a,b ;4a59 88 . + ld a,h ;4a5a 7c | + dec (iy-07eh) ;4a5b fd 35 82 . 5 . + ld a,h ;4a5e 7c | + defb 0fdh,010h,07ah ;illegal sequence ;4a5f fd 10 7a . . z + ld a,b ;4a62 78 x + call m,sub_8810h ;4a63 fc 10 88 . . . + add a,(hl) ;4a66 86 . + call m,sub_8235h ;4a67 fc 35 82 . 5 . + add a,h ;4a6a 84 . + call m,sub_7c25h ;4a6b fc 25 7c . % | + adc a,b ;4a6e 88 . + rst 38h ;4a6f ff . + add a,b ;4a70 80 . + ld h,(hl) ;4a71 66 f + ld a,a ;4a72 7f  + ld h,b ;4a73 60 ` + and e ;4a74 a3 . + nop ;4a75 00 . + ld (hl),c ;4a76 71 q + adc a,h ;4a77 8c . + call po,sub_8c8fh ;4a78 e4 8f 8c . . . + adc a,a ;4a7b 8f . + ld (hl),h ;4a7c 74 t + ld (hl),c ;4a7d 71 q + ld (hl),h ;4a7e 74 t + ld (hl),c ;4a7f 71 q + adc a,h ;4a80 8c . + inc e ;4a81 1c . + add a,b ;4a82 80 . + adc a,h ;4a83 8c . + call po,sub_8080h ;4a84 e4 80 80 . . . + rst 38h ;4a87 ff . + add a,b ;4a88 80 . + ld a,a ;4a89 7f  + ld a,a ;4a8a 7f  + add a,b ;4a8b 80 . + add a,b ;4a8c 80 . + nop ;4a8d 00 . + ld a,c ;4a8e 79 y + adc a,h ;4a8f 8c . + call po,sub_8c87h ;4a90 e4 87 8c . . . + adc a,a ;4a93 8f . + add a,l ;4a94 85 . + adc a,a ;4a95 8f . + ld a,e ;4a96 7b { + add a,a ;4a97 87 . + ld (hl),h ;4a98 74 t + ld a,c ;4a99 79 y + ld (hl),h ;4a9a 74 t + ld (hl),c ;4a9b 71 q + ld a,e ;4a9c 7b { + ld (hl),c ;4a9d 71 q + add a,l ;4a9e 85 . + ld a,c ;4a9f 79 y + adc a,h ;4aa0 8c . + inc e ;4aa1 1c . + add a,b ;4aa2 80 . + adc a,h ;4aa3 8c . + call po,sub_8080h ;4aa4 e4 80 80 . . . + rst 38h ;4aa7 ff . + add a,b ;4aa8 80 . + ld a,a ;4aa9 7f  + ld a,a ;4aaa 7f  + add a,b ;4aab 80 . + add a,b ;4aac 80 . + nop ;4aad 00 . + add a,b ;4aae 80 . + adc a,h ;4aaf 8c . + call po,sub_748fh ;4ab0 e4 8f 74 . . t + ld (hl),c ;4ab3 71 q + ld (hl),h ;4ab4 74 t + add a,b ;4ab5 80 . + adc a,h ;4ab6 8c . + add a,b ;4ab7 80 . + add a,b ;4ab8 80 . + rst 38h ;4ab9 ff . + add a,b ;4aba 80 . + ld a,a ;4abb 7f  + ld a,a ;4abc 7f  + add a,b ;4abd 80 . + add a,b ;4abe 80 . + nop ;4abf 00 . + ld (hl),c ;4ac0 71 q + add a,b ;4ac1 80 . + call po,sub_808fh ;4ac2 e4 8f 80 . . . + inc e ;4ac5 1c . + add a,b ;4ac6 80 . + adc a,h ;4ac7 8c . + call po,sub_7480h ;4ac8 e4 80 74 . . t + rst 38h ;4acb ff . + add a,b ;4acc 80 . + ld a,a ;4acd 7f  + ld a,a ;4ace 7f  + add a,b ;4acf 80 . + add a,b ;4ad0 80 . + nop ;4ad1 00 . + ld (hl),l ;4ad2 75 u + ld (hl),d ;4ad3 72 r + call po,sub_8e8bh ;4ad4 e4 8b 8e . . . + inc e ;4ad7 1c . + ld (hl),l ;4ad8 75 u + adc a,(hl) ;4ad9 8e . + call po,sub_728bh ;4ada e4 8b 72 . . r + rst 38h ;4add ff . + add a,b ;4ade 80 . + ld a,a ;4adf 7f  + ld a,a ;4ae0 7f  + add a,b ;4ae1 80 . + add a,b ;4ae2 80 . + nop ;4ae3 00 . + add a,b ;4ae4 80 . + adc a,h ;4ae5 8c . + call po,sub_808fh ;4ae6 e4 8f 80 . . . + add a,b ;4ae9 80 . + ld (hl),h ;4aea 74 t + ld (hl),c ;4aeb 71 q + add a,b ;4aec 80 . + add a,b ;4aed 80 . + adc a,h ;4aee 8c . + add a,b ;4aef 80 . + add a,b ;4af0 80 . + rst 38h ;4af1 ff . + add a,b ;4af2 80 . + ld a,a ;4af3 7f  + ld a,a ;4af4 7f  + add a,b ;4af5 80 . + add a,b ;4af6 80 . + nop ;4af7 00 . + add a,b ;4af8 80 . + adc a,h ;4af9 8c . + call po,sub_808fh ;4afa e4 8f 80 . . . + ld (hl),c ;4afd 71 q + add a,b ;4afe 80 . + add a,b ;4aff 80 . + adc a,h ;4b00 8c . + add a,b ;4b01 80 . + ld (hl),h ;4b02 74 t + rst 38h ;4b03 ff . + add a,b ;4b04 80 . + ld a,a ;4b05 7f  +sub_4b06h: + ld a,a ;4b06 7f  + add a,b ;4b07 80 . + add a,b ;4b08 80 . + nop ;4b09 00 . + adc a,a ;4b0a 8f . + ld (hl),h ;4b0b 74 t + call po,sub_8c71h ;4b0c e4 71 8c . q . + adc a,a ;4b0f 8f . + adc a,h ;4b10 8c . + ld (hl),c ;4b11 71 q + ld (hl),h ;4b12 74 t + rst 38h ;4b13 ff . + add a,b ;4b14 80 . + ld a,a ;4b15 7f  + ld a,a ;4b16 7f  + add a,b ;4b17 80 . + add a,b ;4b18 80 . + nop ;4b19 00 . + ld (hl),c ;4b1a 71 q + adc a,h ;4b1b 8c . + call po,sub_8c8fh ;4b1c e4 8f 8c . . . + ld (hl),c ;4b1f 71 q + ld (hl),h ;4b20 74 t + adc a,a ;4b21 8f . + ld (hl),h ;4b22 74 t + inc e ;4b23 1c . + ld a,b ;4b24 78 x + add a,b ;4b25 80 . + call po,sub_8087h+1 ;4b26 e4 88 80 . . . + rst 38h ;4b29 ff . + add a,b ;4b2a 80 . + ld a,a ;4b2b 7f  + ld a,a ;4b2c 7f  + add a,b ;4b2d 80 . + add a,b ;4b2e 80 . + nop ;4b2f 00 . + ld (hl),c ;4b30 71 q + adc a,h ;4b31 8c . + call po,sub_8080h ;4b32 e4 80 80 . . . + adc a,a ;4b35 8f . + adc a,h ;4b36 8c . + inc e ;4b37 1c . + add a,b ;4b38 80 . + add a,b ;4b39 80 . + call po,sub_7480h ;4b3a e4 80 74 . . t + rst 38h ;4b3d ff . + add a,b ;4b3e 80 . + ld a,a ;4b3f 7f  + ld a,a ;4b40 7f  + add a,b ;4b41 80 . + add a,b ;4b42 80 . + nop ;4b43 00 . + ld a,c ;4b44 79 y + add a,(hl) ;4b45 86 . + call po,sub_8687h ;4b46 e4 87 86 . . . + add a,a ;4b49 87 . + ld a,d ;4b4a 7a z + ld a,c ;4b4b 79 y + ld a,d ;4b4c 7a z + ld a,c ;4b4d 79 y + add a,(hl) ;4b4e 86 . + inc e ;4b4f 1c . + ld (hl),c ;4b50 71 q + adc a,h ;4b51 8c . + call po,sub_8679h ;4b52 e4 79 86 . y . + inc e ;4b55 1c . + add a,a ;4b56 87 . + ld a,d ;4b57 7a z + call po,sub_748fh ;4b58 e4 8f 74 . . t + inc e ;4b5b 1c . + adc a,a ;4b5c 8f . + adc a,h ;4b5d 8c . + call po,sub_8080h ;4b5e e4 80 80 . . . + inc e ;4b61 1c . + ld a,c ;4b62 79 y + ld a,d ;4b63 7a z + call po,sub_7471h ;4b64 e4 71 74 . q t + rst 38h ;4b67 ff . + add a,b ;4b68 80 . + ld a,a ;4b69 7f  + ld a,a ;4b6a 7f  + add a,b ;4b6b 80 . + add a,b ;4b6c 80 . + nop ;4b6d 00 . + add a,b ;4b6e 80 . + adc a,h ;4b6f 8c . + call po,sub_7480h ;4b70 e4 80 74 . . t + inc e ;4b73 1c . + adc a,a ;4b74 8f . + ld (hl),h ;4b75 74 t + call po,sub_8c71h ;4b76 e4 71 8c . q . + inc e ;4b79 1c . + ld (hl),c ;4b7a 71 q + add a,b ;4b7b 80 . + call po,sub_808fh ;4b7c e4 8f 80 . . . + inc e ;4b7f 1c . + adc a,a ;4b80 8f . + adc a,h ;4b81 8c . + call po,sub_7471h ;4b82 e4 71 74 . q t + rst 38h ;4b85 ff . + add a,b ;4b86 80 . + ld a,a ;4b87 7f  + ld a,a ;4b88 7f  + add a,b ;4b89 80 . + add a,b ;4b8a 80 . + nop ;4b8b 00 . + ld (hl),c ;4b8c 71 q + adc a,h ;4b8d 8c . + call po,sub_8c8fh ;4b8e e4 8f 8c . . . + ld (hl),c ;4b91 71 q + ld (hl),h ;4b92 74 t + adc a,a ;4b93 8f . + ld (hl),h ;4b94 74 t + ld (hl),c ;4b95 71 q + adc a,h ;4b96 8c . + rst 38h ;4b97 ff . + add a,b ;4b98 80 . + ld a,a ;4b99 7f  + ld a,a ;4b9a 7f  + add a,b ;4b9b 80 . + add a,b ;4b9c 80 . + nop ;4b9d 00 . + add a,b ;4b9e 80 . + adc a,h ;4b9f 8c . + call po,sub_7480h ;4ba0 e4 80 74 . . t + rst 38h ;4ba3 ff . + add a,b ;4ba4 80 . + ld a,a ;4ba5 7f  + ld a,a ;4ba6 7f  + add a,b ;4ba7 80 . + add a,b ;4ba8 80 . + nop ;4ba9 00 . + ld (hl),e ;4baa 73 s + add a,(hl) ;4bab 86 . + call po,sub_868dh ;4bac e4 8d 86 . . . + add a,b ;4baf 80 . + ld (hl),h ;4bb0 74 t + ld (hl),e ;4bb1 73 s + add a,(hl) ;4bb2 86 . + inc e ;4bb3 1c . + add a,b ;4bb4 80 . + adc a,h ;4bb5 8c . + call po,sub_7a8dh ;4bb6 e4 8d 7a . . z + ld (hl),e ;4bb9 73 s + ld a,d ;4bba 7a z + add a,b ;4bbb 80 . + adc a,h ;4bbc 8c . + add a,b ;4bbd 80 . + add a,b ;4bbe 80 . + rst 38h ;4bbf ff . + add a,b ;4bc0 80 . + ld a,a ;4bc1 7f  + ld a,a ;4bc2 7f  + add a,b ;4bc3 80 . + add a,b ;4bc4 80 . + nop ;4bc5 00 . + ld (hl),h ;4bc6 74 t + add a,b ;4bc7 80 . + call po,sub_808ch ;4bc8 e4 8c 80 . . . + rst 38h ;4bcb ff . + sub l ;4bcc 95 . + djnz l4bd7h ;4bcd 10 08 . . + adc a,e ;4bcf 8b . + add a,b ;4bd0 80 . + nop ;4bd1 00 . + add a,b ;4bd2 80 . + adc a,b ;4bd3 88 . + call po,sub_7880h ;4bd4 e4 80 78 . . x +l4bd7h: + rst 38h ;4bd7 ff . + add a,c ;4bd8 81 . + ex af,af' ;4bd9 08 . + ld b,081h ;4bda 06 81 . . + add a,(hl) ;4bdc 86 . + nop ;4bdd 00 . + add a,b ;4bde 80 . + add a,e ;4bdf 83 . + call po,sub_9380h ;4be0 e4 80 93 . . . + defb 0fdh,0b4h,08dh ;illegal sequence ;4be3 fd b4 8d . . . + add a,b ;4be6 80 . + sbc a,d ;4be7 9a . + add a,e ;4be8 83 . + rst 38h ;4be9 ff . + sbc a,(hl) ;4bea 9e . + ex af,af' ;4beb 08 . + ld a,(bc) ;4bec 0a . + adc a,a ;4bed 8f . + sub d ;4bee 92 . + nop ;4bef 00 . + add a,b ;4bf0 80 . + add a,h ;4bf1 84 . + call po,sub_848eh ;4bf2 e4 8e 84 . . . + call m,sub_7ea4h ;4bf5 fc a4 7e . . ~ + adc a,(hl) ;4bf8 8e . + add a,b ;4bf9 80 . + and b ;4bfa a0 . + rst 38h ;4bfb ff . +sub_4bfch: + sbc a,(hl) ;4bfc 9e . + ex af,af' ;4bfd 08 . + ld a,(bc) ;4bfe 0a . + adc a,a ;4bff 8f . + sub d ;4c00 92 . + nop ;4c01 00 . + sbc a,e ;4c02 9b . + add a,h ;4c03 84 . + call po,sub_848dh ;4c04 e4 8d 84 . . . + defb 0fdh,0a4h,082h ;illegal sequence ;4c07 fd a4 82 . . . + adc a,(hl) ;4c0a 8e . + sbc a,e ;4c0b 9b . + and b ;4c0c a0 . + rst 38h ;4c0d ff . + sbc a,(hl) ;4c0e 9e . + ex af,af' ;4c0f 08 . + ld a,(bc) ;4c10 0a . + adc a,a ;4c11 8f . + sub d ;4c12 92 . + nop ;4c13 00 . + add a,b ;4c14 80 . + and c ;4c15 a1 . + call po,sub_9080h ;4c16 e4 80 90 . . . + call m,08dabh ;4c19 fc ab 8d . . . + add a,c ;4c1c 81 . + sbc a,d ;4c1d 9a . + and c ;4c1e a1 . + rst 38h ;4c1f ff . + sbc a,(hl) ;4c20 9e . + ex af,af' ;4c21 08 . + ld a,(bc) ;4c22 0a . + adc a,a ;4c23 8f . + sub d ;4c24 92 . + nop ;4c25 00 . + ld e,c ;4c26 59 Y + xor d ;4c27 aa . + call po,sub_aa80h ;4c28 e4 80 aa . . . + rst 38h ;4c2b ff . + add a,b ;4c2c 80 . + ld a,a ;4c2d 7f  + ld a,a ;4c2e 7f  + ld l,e ;4c2f 6b k + xor d ;4c30 aa . + nop ;4c31 00 . + add a,b ;4c32 80 . + adc a,c ;4c33 89 . + call po,0899ah ;4c34 e4 9a 89 . . . + inc e ;4c37 1c . + sbc a,d ;4c38 9a . + sub d ;4c39 92 . + call po,09280h ;4c3a e4 80 92 . . . + inc e ;4c3d 1c . + add a,b ;4c3e 80 . + sbc a,e ;4c3f 9b . + call po,sub_9b9ah ;4c40 e4 9a 9b . . . + rst 38h ;4c43 ff . + sbc a,l ;4c44 9d . + inc de ;4c45 13 . + inc d ;4c46 14 . + adc a,a ;4c47 8f . + sub d ;4c48 92 . + nop ;4c49 00 . + add a,b ;4c4a 80 . + add a,(hl) ;4c4b 86 . + call po,sub_869ch ;4c4c e4 9c 86 . . . + inc e ;4c4f 1c . + sbc a,h ;4c50 9c . + sub c ;4c51 91 . + call po,sub_9180h ;4c52 e4 80 91 . . . + inc e ;4c55 1c . + add a,b ;4c56 80 . + sbc a,c ;4c57 99 . + call po,sub_0dfdh ;4c58 e4 fd 0d . . . + adc a,a ;4c5b 8f . + ld (hl),h ;4c5c 74 t + defb 0fdh,05ah,085h ;illegal sequence ;4c5d fd 5a 85 . Z . + ld a,e ;4c60 7b { + adc a,a ;4c61 8f . + sbc a,d ;4c62 9a . + call m,sub_855ah ;4c63 fc 5a 85 . Z . + add a,l ;4c66 85 . + call m,sub_740dh ;4c67 fc 0d 74 . . t + adc a,a ;4c6a 8f . + rst 38h ;4c6b ff . + sbc a,l ;4c6c 9d . + inc de ;4c6d 13 . + inc d ;4c6e 14 . + adc a,a ;4c6f 8f . + sub d ;4c70 92 . + nop ;4c71 00 . + add a,b ;4c72 80 . + adc a,d ;4c73 8a . + call po,sub_8c81h ;4c74 e4 81 8c . . . + defb 0fdh,064h,086h ;illegal sequence ;4c77 fd 64 86 . d . + ld a,e ;4c7a 7b { + call m,sub_8664h ;4c7b fc 64 86 . d . + add a,l ;4c7e 85 . + sbc a,d ;4c7f 9a . + adc a,(hl) ;4c80 8e . + inc e ;4c81 1c . + add a,b ;4c82 80 . + sub l ;4c83 95 . + call po,sub_9781h ;4c84 e4 81 97 . . . + defb 0fdh,064h,086h ;illegal sequence ;4c87 fd 64 86 . d . + ld a,e ;4c8a 7b { + call m,sub_8664h ;4c8b fc 64 86 . d . + add a,l ;4c8e 85 . + sbc a,d ;4c8f 9a . + sbc a,c ;4c90 99 . + rst 38h ;4c91 ff . + sbc a,l ;4c92 9d . + inc de ;4c93 13 . + inc d ;4c94 14 . + adc a,a ;4c95 8f . + sub d ;4c96 92 . + nop ;4c97 00 . + add a,b ;4c98 80 . + sub b ;4c99 90 . + call po,sub_0bfdh ;4c9a e4 fd 0b . . . + sub (hl) ;4c9d 96 . + ld l,(hl) ;4c9e 6e n + defb 0fdh,04dh,084h ;illegal sequence ;4c9f fd 4d 84 . M . + ld a,e ;4ca2 7b { + call m,sub_9f08h ;4ca3 fc 08 9f . . . + sbc a,e ;4ca6 9b . + call m,sub_844dh ;4ca7 fc 4d 84 . M . + add a,l ;4caa 85 . + call m,sub_6e0bh ;4cab fc 0b 6e . . n + sub (hl) ;4cae 96 . + rst 38h ;4caf ff . + sbc a,l ;4cb0 9d . + inc de ;4cb1 13 . + inc d ;4cb2 14 . + adc a,a ;4cb3 8f . + sub d ;4cb4 92 . + nop ;4cb5 00 . + add a,b ;4cb6 80 . + add a,d ;4cb7 82 . + call po,sub_829ah ;4cb8 e4 9a 82 . . . + inc e ;4cbb 1c . + sbc a,d ;4cbc 9a . + adc a,c ;4cbd 89 . + call po,sub_9380h ;4cbe e4 80 93 . . . + add a,b ;4cc1 80 . + sub a ;4cc2 97 . + sbc a,d ;4cc3 9a . + and c ;4cc4 a1 . + rst 38h ;4cc5 ff . + sbc a,e ;4cc6 9b . + inc de ;4cc7 13 . + inc d ;4cc8 14 . + adc a,(hl) ;4cc9 8e . + sub d ;4cca 92 . + nop ;4ccb 00 . + add a,b ;4ccc 80 . + and c ;4ccd a1 . + call po,sub_979ah ;4cce e4 9a 97 . . . + sbc a,d ;4cd1 9a . + sub e ;4cd2 93 . + add a,b ;4cd3 80 . + adc a,c ;4cd4 89 . + inc e ;4cd5 1c . + add a,b ;4cd6 80 . + add a,d ;4cd7 82 . + call po,sub_829ah ;4cd8 e4 9a 82 . . . + rst 38h ;4cdb ff . + sbc a,e ;4cdc 9b . + inc de ;4cdd 13 . + inc d ;4cde 14 . + adc a,(hl) ;4cdf 8e . + sub d ;4ce0 92 . + nop ;4ce1 00 . + add a,l ;4ce2 85 . + add a,d ;4ce3 82 . + call po,sub_a294h ;4ce4 e4 94 a2 . . . + inc e ;4ce7 1c . + sbc a,d ;4ce8 9a . + sbc a,b ;4ce9 98 . + call po,sub_9880h ;4cea e4 80 98 . . . + inc e ;4ced 1c . + add a,b ;4cee 80 . + adc a,h ;4cef 8c . + call po,sub_8c9ah ;4cf0 e4 9a 8c . . . + rst 38h ;4cf3 ff . + sbc a,e ;4cf4 9b . + inc de ;4cf5 13 . + inc d ;4cf6 14 . + adc a,(hl) ;4cf7 8e . + sub d ;4cf8 92 . + nop ;4cf9 00 . + call po,sub_a48dh ;4cfa e4 8d a4 . . . + sbc a,d ;4cfd 9a . + add a,b ;4cfe 80 . + add a,b ;4cff 80 . + add a,b ;4d00 80 . + rst 38h ;4d01 ff . + sbc a,e ;4d02 9b . + inc de ;4d03 13 . + inc d ;4d04 14 . + adc a,(hl) ;4d05 8e . + sub d ;4d06 92 . + nop ;4d07 00 . + add a,a ;4d08 87 . + add a,b ;4d09 80 . +sub_4d0ah: + call po,sub_a487h ;4d0a e4 87 a4 . . . + inc e ;4d0d 1c . + add a,b ;4d0e 80 . + and h ;4d0f a4 . + call po,sub_a49ah ;4d10 e4 9a a4 . . . + inc e ;4d13 1c . + sub e ;4d14 93 . + and h ;4d15 a4 . + call po,sub_8093h ;4d16 e4 93 80 . . . + rst 38h ;4d19 ff . + sbc a,e ;4d1a 9b . + inc de ;4d1b 13 . + inc d ;4d1c 14 . + adc a,(hl) ;4d1d 8e . + sub d ;4d1e 92 . + nop ;4d1f 00 . + sbc a,d ;4d20 9a . + and b ;4d21 a0 . + call po,sub_a49ah ;4d22 e4 9a a4 . . . + add a,b ;4d25 80 . + and h ;4d26 a4 . + add a,b ;4d27 80 . + and d ;4d28 a2 . + adc a,l ;4d29 8d . + sub d ;4d2a 92 . + add a,b ;4d2b 80 . + add a,d ;4d2c 82 . + add a,b ;4d2d 80 . + add a,b ;4d2e 80 . + sbc a,d ;4d2f 9a . + add a,b ;4d30 80 . + sbc a,d ;4d31 9a . + add a,h ;4d32 84 . + rst 38h ;4d33 ff . + sbc a,e ;4d34 9b . + inc de ;4d35 13 . + inc d ;4d36 14 . + adc a,(hl) ;4d37 8e . + sub d ;4d38 92 . + nop ;4d39 00 . + adc a,l ;4d3a 8d . + add a,d ;4d3b 82 . + call po,sub_9c8dh ;4d3c e4 8d 9c . . . + inc e ;4d3f 1c . + sbc a,d ;4d40 9a . + adc a,a ;4d41 8f . + call po,sub_8f80h ;4d42 e4 80 8f . . . + inc e ;4d45 1c . + add a,b ;4d46 80 . + and d ;4d47 a2 . + call po,sub_a29ah ;4d48 e4 9a a2 . . . + rst 38h ;4d4b ff . + sbc a,d ;4d4c 9a . + inc de ;4d4d 13 . + inc d ;4d4e 14 . + adc a,l ;4d4f 8d . + sub c ;4d50 91 . + nop ;4d51 00 . + add a,b ;4d52 80 . + sub d ;4d53 92 . + call po,sub_929fh ;4d54 e4 9f 92 . . . + inc e ;4d57 1c . + sub l ;4d58 95 . + sub a ;4d59 97 . + call po,sub_929fh ;4d5a e4 9f 92 . . . + sub l ;4d5d 95 . + adc a,l ;4d5e 8d . + rst 38h ;4d5f ff . + and c ;4d60 a1 . + inc de ;4d61 13 . + inc d ;4d62 14 . + sub c ;4d63 91 . + sub d ;4d64 92 . + nop ;4d65 00 . + add a,b ;4d66 80 . + sub (hl) ;4d67 96 . + call po,sub_a48dh ;4d68 e4 8d a4 . . . + sbc a,d ;4d6b 9a . + sub (hl) ;4d6c 96 . + inc e ;4d6d 1c . + adc a,l ;4d6e 8d . + and h ;4d6f a4 . + call po,sub_808dh ;4d70 e4 8d 80 . . . + rst 38h ;4d73 ff . + sbc a,d ;4d74 9a . + inc d ;4d75 14 . + add hl,bc ;4d76 09 . + adc a,l ;4d77 8d . + sub d ;4d78 92 . + nop ;4d79 00 . + add a,a ;4d7a 87 . + adc a,e ;4d7b 8b . + call po,09280h ;4d7c e4 80 92 . . . + add a,a ;4d7f 87 . + sbc a,c ;4d80 99 . + inc e ;4d81 1c . + add a,b ;4d82 80 . + sub d ;4d83 92 . + call po,sub_929ah ;4d84 e4 9a 92 . . . + rst 38h ;4d87 ff . + and c ;4d88 a1 . + inc de ;4d89 13 . + inc d ;4d8a 14 . + sub c ;4d8b 91 . + sub d ;4d8c 92 . + nop ;4d8d 00 . + add a,b ;4d8e 80 . + adc a,(hl) ;4d8f 8e . + call po,sub_808dh ;4d90 e4 8d 80 . . . + sbc a,d ;4d93 9a . + adc a,(hl) ;4d94 8e . + inc e ;4d95 1c . + adc a,l ;4d96 8d . + add a,b ;4d97 80 . + call po,sub_a48dh ;4d98 e4 8d a4 . . . + rst 38h ;4d9b ff . + sbc a,d ;4d9c 9a . + dec b ;4d9d 05 . + add hl,bc ;4d9e 09 . + adc a,l ;4d9f 8d . + sub d ;4da0 92 . + nop ;4da1 00 . + add a,b ;4da2 80 . + ld a,e ;4da3 7b { + call po,sub_25fch ;4da4 e4 fc 25 . . % + add a,(hl) ;4da7 86 . + add a,e ;4da8 83 . + call m,sub_825ah ;4da9 fc 5a 82 . Z . + add a,h ;4dac 84 . + call m,06117h ;4dad fc 17 61 . . a + adc a,(hl) ;4db0 8e . + adc a,(hl) ;4db1 8e . + and c ;4db2 a1 . + defb 0fdh,01ah,095h ;illegal sequence ;4db3 fd 1a 95 . . . + ld a,(hl) ;4db6 7e ~ + defb 0fdh,05ah,084h ;illegal sequence ;4db7 fd 5a 84 . Z . + ld a,(hl) ;4dba 7e ~ + defb 0fdh,01fh,07ch ;illegal sequence ;4dbb fd 1f 7c . . | + ld a,c ;4dbe 79 y + rst 38h ;4dbf ff . + and d ;4dc0 a2 . + ex af,af' ;4dc1 08 . + ld a,(bc) ;4dc2 0a . + sub c ;4dc3 91 . + sub h ;4dc4 94 . + nop ;4dc5 00 . + add a,b ;4dc6 80 . + sub d ;4dc7 92 . + call po,sub_929ah ;4dc8 e4 9a 92 . . . + inc e ;4dcb 1c . + adc a,(hl) ;4dcc 8e . + and b ;4dcd a0 . + call po,sub_b4fch ;4dce e4 fc b4 . . . + ld a,a ;4dd1 7f  + add a,b ;4dd2 80 . + call m,sub_81b4h ;4dd3 fc b4 81 . . . + add a,b ;4dd6 80 . + inc e ;4dd7 1c . + adc a,l ;4dd8 8d . + add a,l ;4dd9 85 . + call po,sub_b4fdh ;4dda e4 fd b4 . . . + add a,b ;4ddd 80 . + ld a,a ;4dde 7f  + defb 0fdh,0b4h,080h ;illegal sequence ;4ddf fd b4 80 . . . + add a,c ;4de2 81 . + rst 38h ;4de3 ff . + sbc a,d ;4de4 9a . + inc de ;4de5 13 . + inc d ;4de6 14 . + adc a,l ;4de7 8d . + sub d ;4de8 92 . + nop ;4de9 00 . + add a,e ;4dea 83 . + sbc a,d ;4deb 9a . + call po,sub_a38ah ;4dec e4 8a a3 . . . + adc a,d ;4def 8a . + xor l ;4df0 ad . + inc e ;4df1 1c . + add a,b ;4df2 80 . + and a ;4df3 a7 . + call po,sub_a38ah ;4df4 e4 8a a3 . . . + sub h ;4df7 94 . + and a ;4df8 a7 . + inc e ;4df9 1c . + adc a,d ;4dfa 8a . + and e ;4dfb a3 . + call po,sub_9a91h ;4dfc e4 91 9a . . . + rst 38h ;4dff ff . + sub d ;4e00 92 . + dec bc ;4e01 0b . + dec bc ;4e02 0b . + adc a,c ;4e03 89 . + and l ;4e04 a5 . + nop ;4e05 00 . + adc a,l ;4e06 8d . + add a,b ;4e07 80 . + call po,sub_a480h ;4e08 e4 80 a4 . . . + sbc a,d ;4e0b 9a . + and h ;4e0c a4 . + adc a,l ;4e0d 8d . + add a,b ;4e0e 80 . + rst 38h ;4e0f ff . + sbc a,e ;4e10 9b . + inc de ;4e11 13 . + inc d ;4e12 14 . + adc a,(hl) ;4e13 8e . + sub d ;4e14 92 . + nop ;4e15 00 . + add a,(hl) ;4e16 86 . + sbc a,c ;4e17 99 . + call po,sub_7480h ;4e18 e4 80 74 . . t + inc e ;4e1b 1c . + add a,e ;4e1c 83 . + add a,a ;4e1d 87 . + call po,sub_4bfch ;4e1e e4 fc 4b . . K + adc a,b ;4e21 88 . + add a,c ;4e22 81 . + adc a,a ;4e23 8f . + add a,b ;4e24 80 . + call m,sub_8054h ;4e25 fc 54 80 . T . + adc a,b ;4e28 88 . + sbc a,d ;4e29 9a . + sbc a,c ;4e2a 99 . + inc e ;4e2b 1c . + sub a ;4e2c 97 . + add a,a ;4e2d 87 . + call po,sub_13fch ;4e2e e4 fc 13 . . . + sub c ;4e31 91 . + add a,b ;4e32 80 . + call m,sub_827fh+2 ;4e33 fc 81 82 . . . + add a,c ;4e36 81 . + call m,sub_700dh ;4e37 fc 0d 70 . . p + add a,(hl) ;4e3a 86 . + rst 38h ;4e3b ff . + sbc a,d ;4e3c 9a . + ld de,08d17h ;4e3d 11 17 8d . . . + adc a,l ;4e40 8d . + nop ;4e41 00 . + nop ;4e42 00 . + call po,sub_a48ch ;4e43 e4 8c a4 . . . + inc e ;4e46 1c . + sub c ;4e47 91 . + xor c ;4e48 a9 . + call po,0b387h ;4e49 e4 87 b3 . . . + inc e ;4e4c 1c . + adc a,h ;4e4d 8c . + and h ;4e4e a4 . + call po,sub_a490h ;4e4f e4 90 a4 . . . + sbc a,h ;4e52 9c . + add a,b ;4e53 80 . + inc e ;4e54 1c . + add a,h ;4e55 84 . + adc a,h ;4e56 8c . + call po,sub_8c98h ;4e57 e4 98 8c . . . + rst 38h ;4e5a ff . + sbc a,(hl) ;4e5b 9e . + ld bc,l8f01h ;4e5c 01 01 8f . . . + sub d ;4e5f 92 . + nop ;4e60 00 . + call po,sub_a48ch ;4e61 e4 8c a4 . . . + inc e ;4e64 1c . + add a,a ;4e65 87 . + xor d ;4e66 aa . + call po,sub_b18eh ;4e67 e4 8e b1 . . . + sub l ;4e6a 95 . + xor d ;4e6b aa . + inc e ;4e6c 1c . + adc a,h ;4e6d 8c . + and h ;4e6e a4 . + call po,sub_a490h ;4e6f e4 90 a4 . . . + sbc a,h ;4e72 9c . + add a,b ;4e73 80 . + inc e ;4e74 1c . + add a,h ;4e75 84 . + adc a,h ;4e76 8c . + call po,sub_8c98h ;4e77 e4 98 8c . . . + rst 38h ;4e7a ff . + sbc a,(hl) ;4e7b 9e . + ld bc,l8f01h ;4e7c 01 01 8f . . . + sub d ;4e7f 92 . + nop ;4e80 00 . + add a,l ;4e81 85 . + or e ;4e82 b3 . + call po,sub_a990h ;4e83 e4 90 a9 . . . + inc e ;4e86 1c . + sub l ;4e87 95 . + and h ;4e88 a4 . + call po,sub_a480h ;4e89 e4 80 a4 . . . + add a,b ;4e8c 80 . + add a,b ;4e8d 80 . + sub l ;4e8e 95 . + add a,b ;4e8f 80 . + inc e ;4e90 1c . + add a,b ;4e91 80 . + sub e ;4e92 93 . + call po,sub_9393h ;4e93 e4 93 93 . . . + rst 38h ;4e96 ff . + sbc a,b ;4e97 98 . + ld (bc),a ;4e98 02 . + inc b ;4e99 04 . + adc a,h ;4e9a 8c . + sub d ;4e9b 92 . + nop ;4e9c 00 . + add a,h ;4e9d 84 . + xor d ;4e9e aa . + call po,0b18bh ;4e9f e4 8b b1 . . . + sub d ;4ea2 92 . + xor d ;4ea3 aa . + inc e ;4ea4 1c . + sub l ;4ea5 95 . + and h ;4ea6 a4 . + call po,sub_a480h ;4ea7 e4 80 a4 . . . + add a,b ;4eaa 80 . + add a,b ;4eab 80 . + sub l ;4eac 95 . + add a,b ;4ead 80 . + inc e ;4eae 1c . + add a,b ;4eaf 80 . + sub e ;4eb0 93 . + call po,sub_9393h ;4eb1 e4 93 93 . . . + rst 38h ;4eb4 ff . + sbc a,b ;4eb5 98 . + ld (bc),a ;4eb6 02 . + inc b ;4eb7 04 . + adc a,h ;4eb8 8c . + sub d ;4eb9 92 . + nop ;4eba 00 . + add a,e ;4ebb 83 . + xor e ;4ebc ab . + call po,sub_b4fdh ;4ebd e4 fd b4 . . . + add a,c ;4ec0 81 . + add a,b ;4ec1 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4ec2 fd b4 7f . .  + add a,b ;4ec5 80 . + inc e ;4ec6 1c . + sub b ;4ec7 90 . + xor e ;4ec8 ab . + call po,sub_b4fdh ;4ec9 e4 fd b4 . . . + add a,c ;4ecc 81 . + add a,b ;4ecd 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4ece fd b4 7f . .  + add a,b ;4ed1 80 . + inc e ;4ed2 1c . + sub l ;4ed3 95 . + and h ;4ed4 a4 . + call po,sub_a480h ;4ed5 e4 80 a4 . . . + add a,b ;4ed8 80 . + add a,b ;4ed9 80 . + sub l ;4eda 95 . + add a,b ;4edb 80 . + inc e ;4edc 1c . + add a,b ;4edd 80 . + sub e ;4ede 93 . + call po,sub_9393h ;4edf e4 93 93 . . . + rst 38h ;4ee2 ff . + sbc a,b ;4ee3 98 . + ld (bc),a ;4ee4 02 . + inc b ;4ee5 04 . + adc a,h ;4ee6 8c . + sub d ;4ee7 92 . + nop ;4ee8 00 . + add a,b ;4ee9 80 . + xor d ;4eea aa . + call po,sub_b187h ;4eeb e4 87 b1 . . . + adc a,(hl) ;4eee 8e . + xor d ;4eef aa . + inc e ;4ef0 1c . + add a,a ;4ef1 87 . + and h ;4ef2 a4 . + call po,sub_8087h ;4ef3 e4 87 80 . . . + rst 38h ;4ef6 ff . + sub b ;4ef7 90 . + ld (bc),a ;4ef8 02 . + ld b,088h ;4ef9 06 88 . . + sub d ;4efb 92 . + nop ;4efc 00 . + add a,b ;4efd 80 . + xor e ;4efe ab . + call po,sub_b4fdh ;4eff e4 fd b4 . . . + add a,c ;4f02 81 . + add a,b ;4f03 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4f04 fd b4 7f . .  + add a,b ;4f07 80 . + inc e ;4f08 1c . + adc a,l ;4f09 8d . + xor e ;4f0a ab . + call po,sub_b4fdh ;4f0b e4 fd b4 . . . + add a,c ;4f0e 81 . + add a,b ;4f0f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4f10 fd b4 7f . .  + add a,b ;4f13 80 . + inc e ;4f14 1c . + add a,a ;4f15 87 . + and h ;4f16 a4 . + call po,sub_8087h ;4f17 e4 87 80 . . . + rst 38h ;4f1a ff . + sub b ;4f1b 90 . + ld (bc),a ;4f1c 02 . + ld b,088h ;4f1d 06 88 . . + sub d ;4f1f 92 . + nop ;4f20 00 . + add a,b ;4f21 80 . + xor c ;4f22 a9 . + call po,sub_b38ah ;4f23 e4 8a b3 . . . + rst 38h ;4f26 ff . + adc a,d ;4f27 8a . + ld b,003h ;4f28 06 03 . . + add a,l ;4f2a 85 . + and l ;4f2b a5 . + nop ;4f2c 00 . + add a,b ;4f2d 80 . + or e ;4f2e b3 . + call po,sub_a98ah ;4f2f e4 8a a9 . . . + rst 38h ;4f32 ff . + adc a,d ;4f33 8a . + ld b,003h ;4f34 06 03 . . + add a,l ;4f36 85 . + and l ;4f37 a5 . + nop ;4f38 00 . + add a,b ;4f39 80 . + xor d ;4f3a aa . + call po,sub_b187h ;4f3b e4 87 b1 . . . + adc a,(hl) ;4f3e 8e . + xor d ;4f3f aa . + rst 38h ;4f40 ff . + sub b ;4f41 90 . + ld b,003h ;4f42 06 03 . . + adc a,b ;4f44 88 . + and h ;4f45 a4 . + nop ;4f46 00 . + add a,b ;4f47 80 . + xor e ;4f48 ab . + call po,sub_b4fdh ;4f49 e4 fd b4 . . . + add a,c ;4f4c 81 . + add a,b ;4f4d 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4f4e fd b4 7f . .  + add a,b ;4f51 80 . + inc e ;4f52 1c . + adc a,l ;4f53 8d . + xor e ;4f54 ab . + call po,sub_b4fdh ;4f55 e4 fd b4 . . . + add a,c ;4f58 81 . + add a,b ;4f59 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;4f5a fd b4 7f . .  + add a,b ;4f5d 80 . + rst 38h ;4f5e ff . + sub b ;4f5f 90 . + ld b,003h ;4f60 06 03 . . + adc a,b ;4f62 88 . + xor e ;4f63 ab . + nop ;4f64 00 . + add a,b ;4f65 80 . + xor d ;4f66 aa . + call po,sub_1cfdh ;4f67 e4 fd 1c . . . + adc a,d ;4f6a 8a . + ld a,d ;4f6b 7a z + defb 0fdh,043h,082h ;illegal sequence ;4f6c fd 43 82 . C . + ld a,l ;4f6f 7d } + defb 0fdh,00eh,079h ;illegal sequence ;4f70 fd 0e 79 . . y + ld (hl),a ;4f73 77 w + call m,sub_890eh ;4f74 fc 0e 89 . . . + add a,a ;4f77 87 . + call m,sub_8243h ;4f78 fc 43 82 . C . + add a,e ;4f7b 83 . + call m,sub_7a1ch ;4f7c fc 1c 7a . . z + adc a,d ;4f7f 8a . + rst 38h ;4f80 ff . + sub l ;4f81 95 . + ld b,003h ;4f82 06 03 . . + adc a,e ;4f84 8b . + xor h ;4f85 ac . + nop ;4f86 00 . + add a,a ;4f87 87 . + or e ;4f88 b3 . + call po,sub_a991h ;4f89 e4 91 a9 . . . + inc e ;4f8c 1c . + add a,b ;4f8d 80 . + and h ;4f8e a4 . + call po,sub_8a80h ;4f8f e4 80 8a . . . + call m,sub_8caah ;4f92 fc aa 8c . . . + add a,c ;4f95 81 . + sbc a,b ;4f96 98 . + and h ;4f97 a4 . + rst 38h ;4f98 ff . + sbc a,d ;4f99 9a . + rlca ;4f9a 07 . + inc b ;4f9b 04 . + adc a,l ;4f9c 8d . + sub c ;4f9d 91 . + nop ;4f9e 00 . + add a,l ;4f9f 85 . + xor d ;4fa0 aa . + call po,0b18ch ;4fa1 e4 8c b1 . . . + sub e ;4fa4 93 . + xor d ;4fa5 aa . + inc e ;4fa6 1c . + add a,b ;4fa7 80 . + and h ;4fa8 a4 . + call po,sub_8a80h ;4fa9 e4 80 8a . . . + call m,sub_8caah ;4fac fc aa 8c . . . + add a,c ;4faf 81 . + sbc a,b ;4fb0 98 . + and h ;4fb1 a4 . + rst 38h ;4fb2 ff . + sbc a,d ;4fb3 9a . + rlca ;4fb4 07 . + inc b ;4fb5 04 . + adc a,l ;4fb6 8d . + sub c ;4fb7 91 . + nop ;4fb8 00 . + add a,a ;4fb9 87 . + sub d ;4fba 92 . + call po,sub_9295h ;4fbb e4 95 92 . . . + inc e ;4fbe 1c . + add a,a ;4fbf 87 . + sub a ;4fc0 97 . + call po,09795h ;4fc1 e4 95 97 . . . + inc e ;4fc4 1c . + sbc a,h ;4fc5 9c . + sbc a,l ;4fc6 9d . + call po,sub_b4fch ;4fc7 e4 fc b4 . . . + ld a,c ;4fca 79 y + add a,b ;4fcb 80 . + adc a,(hl) ;4fcc 8e . + adc a,b ;4fcd 88 . + dec (iy+079h) ;4fce fd 35 79 . 5 y + ld a,a ;4fd1 7f  + defb 0fdh,05ah,07bh ;illegal sequence ;4fd2 fd 5a 7b . Z { + add a,l ;4fd5 85 . + defb 0fdh,05ah,083h ;illegal sequence ;4fd6 fd 5a 83 . Z . + add a,e ;4fd9 83 . + defb 0fdh,05ah,085h ;illegal sequence ;4fda fd 5a 85 . Z . + ld a,e ;4fdd 7b { + defb 0fdh,00ch,06fh ;illegal sequence ;4fde fd 0c 6f . . o + ld l,e ;4fe1 6b k + call m,sub_890eh ;4fe2 fc 0e 89 . . . + add a,a ;4fe5 87 . + call m,sub_844dh ;4fe6 fc 4d 84 . M . + add a,l ;4fe9 85 . + call m,sub_7b25h ;4fea fc 25 7b . % { + add a,l ;4fed 85 . + rst 38h ;4fee ff . + sbc a,l ;4fef 9d . + ex af,af' ;4ff0 08 . + ld a,(bc) ;4ff1 0a . + adc a,a ;4ff2 8f . + sub c ;4ff3 91 . + nop ;4ff4 00 . + add a,b ;4ff5 80 . + xor d ;4ff6 aa . + call po,0aaa8h ;4ff7 e4 a8 aa . . . + rst 38h ;4ffa ff . + xor d ;4ffb aa . +sub_4ffch: + dec d ;4ffc 15 . + inc bc ;4ffd 03 . + sub l ;4ffe 95 . + xor d ;4fff aa . + nop ;5000 00 . + nop ;5001 00 . + nop ;5002 00 . + add a,e ;5003 83 . + and h ;5004 a4 . + call po,sub_98fdh ;5005 e4 fd 98 . . . + add a,c ;5008 81 . + add a,h ;5009 84 . + defb 0fdh,00dh,081h ;illegal sequence ;500a fd 0d 81 . . . + ld (hl),a ;500d 77 w + defb 0fdh,098h,07fh ;illegal sequence ;500e fd 98 7f . .  + ld a,h ;5011 7c | + defb 0fdh,00dh,07fh ;illegal sequence ;5012 fd 0d 7f . .  + adc a,c ;5015 89 . + rst 38h ;5016 ff . + add a,(hl) ;5017 86 . + ld b,003h ;5018 06 03 . . + add a,e ;501a 83 . + xor l ;501b ad . + nop ;501c 00 . + sbc a,h ;501d 9c . + sbc a,h ;501e 9c . + call po,sub_8afch ;501f e4 fc 8a . . . + ld (hl),e ;5022 73 s + ld a,e ;5023 7b { + call m,sub_9b29h ;5024 fc 29 9b . ) . + halt ;5027 76 v + call m,08d8ah ;5028 fc 8a 8d . . . + add a,l ;502b 85 . + inc e ;502c 1c . + adc a,a ;502d 8f . + ld a,a ;502e 7f  + call po,sub_7a94h ;502f e4 94 7a . . z + adc a,a ;5032 8f . + ld (hl),h ;5033 74 t + rst 38h ;5034 ff . + and d ;5035 a2 . + inc bc ;5036 03 . + inc bc ;5037 03 . + sub c ;5038 91 . + adc a,l ;5039 8d . + nop ;503a 00 . + adc a,(hl) ;503b 8e . + ld (hl),a ;503c 77 w + call po,sub_7a91h ;503d e4 91 7a . . z + adc a,h ;5040 8c . + add a,b ;5041 80 . + inc e ;5042 1c . + sbc a,b ;5043 98 . + adc a,b ;5044 88 . + call po,043fdh ;5045 e4 fd 43 . . C + ld (hl),h ;5048 74 t + add a,l ;5049 85 . + dec (iy-080h) ;504a fd 35 80 . 5 . + adc a,d ;504d 8a . + defb 0fdh,047h,08eh ;illegal sequence ;504e fd 47 8e . G . + adc a,d ;5051 8a . + dec (iy-077h) ;5052 fd 35 89 . 5 . + ld a,b ;5055 78 x + defb 0fdh,050h,07fh ;illegal sequence ;5056 fd 50 7f . P  + ld (hl),l ;5059 75 u + rst 38h ;505a ff . + sub (hl) ;505b 96 . + dec bc ;505c 0b . + dec bc ;505d 0b . + adc a,e ;505e 8b . + adc a,b ;505f 88 . + nop ;5060 00 . + call po,sub_a480h ;5061 e4 80 a4 . . . + add a,c ;5064 81 . + and h ;5065 a4 . + sbc a,b ;5066 98 . + add a,b ;5067 80 . + sbc a,c ;5068 99 . + add a,b ;5069 80 . + sbc a,c ;506a 99 . + and h ;506b a4 . + inc e ;506c 1c . + add a,e ;506d 83 . + xor d ;506e aa . + call po,sub_1cfdh ;506f e4 fd 1c . . . + adc a,d ;5072 8a . + ld a,d ;5073 7a z + defb 0fdh,043h,082h ;illegal sequence ;5074 fd 43 82 . C . + ld a,l ;5077 7d } + defb 0fdh,00eh,079h ;illegal sequence ;5078 fd 0e 79 . . y + ld (hl),a ;507b 77 w + call m,sub_890eh ;507c fc 0e 89 . . . + add a,a ;507f 87 . + call m,sub_8243h ;5080 fc 43 82 . C . + add a,e ;5083 83 . + call m,sub_7a1ch ;5084 fc 1c 7a . . z + adc a,d ;5087 8a . + rst 38h ;5088 ff . + sbc a,e ;5089 9b . + ld (bc),a ;508a 02 . + ld b,08eh ;508b 06 8e . . + sub d ;508d 92 . + nop ;508e 00 . + ld a,a ;508f 7f  + and c ;5090 a1 . + call po,sub_1cfdh ;5091 e4 fd 1c . . . + adc a,d ;5094 8a . + ld a,d ;5095 7a z + dec (iy-07eh) ;5096 fd 35 82 . 5 . + ld a,h ;5099 7c | + defb 0fdh,00eh,079h ;illegal sequence ;509a fd 0e 79 . . y + ld (hl),a ;509d 77 w + call m,sub_890eh ;509e fc 0e 89 . . . + add a,a ;50a1 87 . + call m,sub_8235h ;50a2 fc 35 82 . 5 . + add a,h ;50a5 84 . + call m,sub_7a1ch ;50a6 fc 1c 7a . . z + adc a,d ;50a9 8a . + inc e ;50aa 1c . + add a,b ;50ab 80 . + sbc a,d ;50ac 9a . + call po,sub_8080h ;50ad e4 80 80 . . . + inc e ;50b0 1c . + add a,b ;50b1 80 . + sub d ;50b2 92 . + call po,sub_b4fdh ;50b3 e4 fd b4 . . . + adc a,c ;50b6 89 . + add a,b ;50b7 80 . + sub d ;50b8 92 . + add a,b ;50b9 80 . + rst 38h ;50ba ff . + sub d ;50bb 92 . + ld b,013h ;50bc 06 13 . . + adc a,c ;50be 89 . + adc a,l ;50bf 8d . + nop ;50c0 00 . + add a,c ;50c1 81 . + ld a,c ;50c2 79 y + call po,sub_9181h ;50c3 e4 81 91 . . . + inc e ;50c6 1c . + add a,b ;50c7 80 . + sbc a,h ;50c8 9c . + call po,sub_b4fdh ;50c9 e4 fd b4 . . . + add a,c ;50cc 81 . + add a,b ;50cd 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;50ce fd b4 7f . .  + add a,b ;50d1 80 . + rst 38h ;50d2 ff . + add a,d ;50d3 82 . + ld b,006h ;50d4 06 06 . . + add a,c ;50d6 81 . + adc a,b ;50d7 88 . + nop ;50d8 00 . + adc a,b ;50d9 88 . + sbc a,h ;50da 9c . + call po,sub_b4fdh ;50db e4 fd b4 . . . + add a,c ;50de 81 . + add a,b ;50df 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;50e0 fd b4 7f . .  + add a,b ;50e3 80 . + inc e ;50e4 1c . + adc a,c ;50e5 89 . + sub h ;50e6 94 . + call po,sub_9289h ;50e7 e4 89 92 . . . + dec (iy+076h) ;50ea fd 35 76 . 5 v + add a,b ;50ed 80 . + call m,sub_882ch ;50ee fc 2c 88 . , . + ld (hl),a ;50f1 77 w + call m,sub_8868h ;50f2 fc 68 88 . h . + ld a,a ;50f5 7f  + call m,sub_805ah ;50f6 fc 5a 80 . Z . + adc a,c ;50f9 89 . + rst 38h ;50fa ff . + sub h ;50fb 94 . + inc d ;50fc 14 . +sub_50fdh: + ld (bc),a ;50fd 02 . + adc a,d ;50fe 8a . + adc a,b ;50ff 88 . + nop ;5100 00 . + call po,sub_8686h ;5101 e4 86 86 . . . + inc e ;5104 1c . + sbc a,b ;5105 98 . + sbc a,(hl) ;5106 9e . + call po,sub_a49eh ;5107 e4 9e a4 . . . +sub_510ah: + inc e ;510a 1c . + add a,b ;510b 80 . + and h ;510c a4 . + call po,sub_9e86h ;510d e4 86 9e . . . + inc e ;5110 1c . + sbc a,b ;5111 98 . + add a,(hl) ;5112 86 . + call po,sub_809eh ;5113 e4 9e 80 . . . + inc e ;5116 1c . + sbc a,b ;5117 98 . + add a,(hl) ;5118 86 . + call po,sub_54fdh ;5119 e4 fd 54 . . T + ld (hl),a ;511c 77 w + adc a,d ;511d 8a . + defb 0fdh,064h,08ah ;illegal sequence ;511e fd 64 8a . d . + adc a,h ;5121 8c . + defb 0fdh,054h,089h ;illegal sequence ;5122 fd 54 89 . T . + halt ;5125 76 v + defb 0fdh,064h,076h ;illegal sequence ;5126 fd 64 76 . d v + ld (hl),h ;5129 74 t + rst 38h ;512a ff . + sbc a,(hl) ;512b 9e . + inc bc ;512c 03 . + inc c ;512d 0c . + adc a,a ;512e 8f . + sub d ;512f 92 . + nop ;5130 00 . + add a,a ;5131 87 . + sub a ;5132 97 . + call po,09795h ;5133 e4 95 97 . . . + inc e ;5136 1c . + sbc a,h ;5137 9c . + sbc a,l ;5138 9d . + call po,sub_5afch ;5139 e4 fc 5a . . Z + ld a,c ;513c 79 y + add a,b ;513d 80 . + call m,sub_805ah ;513e fc 5a 80 . Z . + ld a,c ;5141 79 y + adc a,(hl) ;5142 8e . + adc a,d ;5143 8a . + defb 0fdh,025h,073h ;illegal sequence ;5144 fd 25 73 . % s + ld a,a ;5147 7f  + defb 0fdh,05ah,07bh ;illegal sequence ;5148 fd 5a 7b . Z { + add a,l ;514b 85 . + defb 0fdh,05ah,083h ;illegal sequence ;514c fd 5a 83 . Z . + add a,e ;514f 83 . + defb 0fdh,05ah,085h ;illegal sequence ;5150 fd 5a 85 . Z . + ld a,d ;5153 7a z + defb 0fdh,00ah,071h ;illegal sequence ;5154 fd 0a 71 . . q + ld l,(hl) ;5157 6e n + sub d ;5158 92 . + add a,d ;5159 82 . + call m,sub_844dh ;515a fc 4d 84 . M . + add a,l ;515d 85 . + call m,sub_7b25h ;515e fc 25 7b . % { + add a,l ;5161 85 . + rst 38h ;5162 ff . + sbc a,l ;5163 9d . + ex af,af' ;5164 08 . + ld a,(bc) ;5165 0a . + adc a,a ;5166 8f . + sub c ;5167 91 . + nop ;5168 00 . + adc a,h ;5169 8c . + add a,b ;516a 80 . + call po,sub_998ch ;516b e4 8c 99 . . . + add a,b ;516e 80 . + xor c ;516f a9 . + inc e ;5170 1c . + sbc a,b ;5171 98 . + xor c ;5172 a9 . + call po,sub_998ch ;5173 e4 8c 99 . . . + inc e ;5176 1c . + add a,b ;5177 80 . + sbc a,c ;5178 99 . + call po,sub_9998h ;5179 e4 98 99 . . . + inc e ;517c 1c . + add a,b ;517d 80 . + sub c ;517e 91 . + call po,sub_9198h ;517f e4 98 91 . . . + rst 38h ;5182 ff . + sbc a,c ;5183 99 . + dec b ;5184 05 . + add hl,bc ;5185 09 . + adc a,l ;5186 8d . + sub h ;5187 94 . + nop ;5188 00 . + add a,h ;5189 84 . + add a,c ;518a 81 . + call po,sub_b4fch ;518b e4 fc b4 . . . + adc a,b ;518e 88 . + add a,b ;518f 80 . + call m,sub_7b25h ;5190 fc 25 7b . % { + add a,b ;5193 80 . + call m,sub_7321h ;5194 fc 21 73 . ! s + ld a,c ;5197 79 y + add a,d ;5198 82 . + sub d ;5199 92 . + defb 0fdh,05ah,085h ;illegal sequence ;519a fd 5a 85 . Z . + add a,l ;519d 85 . + defb 0fdh,050h,085h ;illegal sequence ;519e fd 50 85 . P . + ld a,d ;51a1 7a z + inc e ;51a2 1c . + sub h ;51a3 94 . + and e ;51a4 a3 . + call po,sub_25fch ;51a5 e4 fc 25 . . % + ld a,b ;51a8 78 x + add a,c ;51a9 81 . + call m,sub_7a64h ;51aa fc 64 7a . d z + ld a,e ;51ad 7b { + call m,sub_865ah ;51ae fc 5a 86 . Z . + ld a,h ;51b1 7c | + sub l ;51b2 95 . + sub (hl) ;51b3 96 . + ld (iy+07ch),c ;51b4 fd 71 7c . q | + ld a,d ;51b7 7a z + defb 0fdh,043h,07ch ;illegal sequence ;51b8 fd 43 7c . C | + add a,(hl) ;51bb 86 . + rst 38h ;51bc ff . + sbc a,b ;51bd 98 . + ex af,af' ;51be 08 . + ld a,(bc) ;51bf 0a . + adc a,h ;51c0 8c . + sub d ;51c1 92 . + nop ;51c2 00 . + add a,b ;51c3 80 . + ld a,h ;51c4 7c | + call po,sub_b4fch ;51c5 e4 fc b4 . . . + add a,l ;51c8 85 . + add a,b ;51c9 80 . + adc a,d ;51ca 8a . + sbc a,(hl) ;51cb 9e . + defb 0fdh,0b4h,085h ;illegal sequence ;51cc fd b4 85 . . . + add a,b ;51cf 80 . + inc e ;51d0 1c . + add a,h ;51d1 84 . + sbc a,c ;51d2 99 . + call po,sub_9990h ;51d3 e4 90 99 . . . + rst 38h ;51d6 ff . + sub h ;51d7 94 . + ex af,af' ;51d8 08 . + ld a,(bc) ;51d9 0a . + adc a,d ;51da 8a . + adc a,l ;51db 8d . + nop ;51dc 00 . + sub l ;51dd 95 . + add a,a ;51de 87 . + call po,sub_93fdh ;51df e4 fd 93 . . . + halt ;51e2 76 v + add a,e ;51e3 83 . + ld iy,l8694h ;51e4 fd 21 94 86 . ! . . + defb 0fdh,093h,08ah ;illegal sequence ;51e8 fd 93 8a . . . + ld a,l ;51eb 7d } + inc e ;51ec 1c . + adc a,e ;51ed 8b . + sbc a,(hl) ;51ee 9e . + call po,sub_768bh ;51ef e4 8b 76 . . v + rst 38h ;51f2 ff . + sub (hl) ;51f3 96 . + dec bc ;51f4 0b . + dec bc ;51f5 0b . + adc a,e ;51f6 8b . + adc a,d ;51f7 8a . + nop ;51f8 00 . + add a,h ;51f9 84 . + and c ;51fa a1 . + call po,sub_a88bh ;51fb e4 8b a8 . . . + sub d ;51fe 92 . + and c ;51ff a1 . + inc e ;5200 1c . + add a,c ;5201 81 . + sub (hl) ;5202 96 . + call po,sub_5afdh ;5203 e4 fd 5a . . Z + adc a,c ;5206 89 . + ld a,e ;5207 7b { + dec (iy+07ch) ;5208 fd 35 7c . 5 | + ld a,c ;520b 79 y + sub e ;520c 93 . + ld a,a ;520d 7f  + inc e ;520e 1c . + sub e ;520f 93 . + sub e ;5210 93 . + call po,sub_25fdh ;5211 e4 fd 25 . . % + ld a,d ;5214 7a z + add a,e ;5215 83 . + defb 0fdh,017h,07bh ;illegal sequence ;5216 fd 17 7b . . { + adc a,h ;5219 8c . + adc a,c ;521a 89 . + adc a,a ;521b 8f . + call m,sub_8025h ;521c fc 25 80 . % . + halt ;521f 76 v + call m,sub_8564h ;5220 fc 64 85 . d . + ld a,d ;5223 7a z + call m,sub_8625h ;5224 fc 25 86 . % . + adc a,b ;5227 88 . + adc a,e ;5228 8b . + ld a,a ;5229 7f  + call m,08017h ;522a fc 17 80 . . . + adc a,l ;522d 8d . + call m,sub_7d25h ;522e fc 25 7d . % } + add a,(hl) ;5231 86 . + rst 38h ;5232 ff . + sub h ;5233 94 . + ld c,011h ;5234 0e 11 . . + adc a,d ;5236 8a . + adc a,(hl) ;5237 8e . + nop ;5238 00 . + add a,l ;5239 85 . + and c ;523a a1 . + call po,sub_a88ch ;523b e4 8c a8 . . . + sub e ;523e 93 . + and c ;523f a1 . + inc e ;5240 1c . + add a,b ;5241 80 . + adc a,l ;5242 8d . + call po,08d96h ;5243 e4 96 8d . . . + call m,sub_7325h ;5246 fc 25 73 . % s + add a,c ;5249 81 . + call m,sub_777ah ;524a fc 7a 77 . z w + ld a,e ;524d 7b { + call m,sub_8f38h ;524e fc 38 8f . 8 . + ld a,b ;5251 78 x + call m,sub_897ah ;5252 fc 7a 89 . z . + add a,l ;5255 85 . + rst 38h ;5256 ff . + sub a ;5257 97 . + dec bc ;5258 0b . + dec bc ;5259 0b . + adc a,h ;525a 8c . + adc a,l ;525b 8d . + nop ;525c 00 . + add a,l ;525d 85 . + and c ;525e a1 . + call po,sub_a88ch ;525f e4 8c a8 . . . + sub e ;5262 93 . + and c ;5263 a1 . + inc e ;5264 1c . + sub h ;5265 94 . + sub l ;5266 95 . + call po,sub_38fdh ;5267 e4 fd 38 . . 8 + ld (hl),c ;526a 71 q + ld a,b ;526b 78 x + defb 0fdh,07ah,077h ;illegal sequence ;526c fd 7a 77 . z w + add a,l ;526f 85 . + defb 0fdh,038h,08fh ;illegal sequence ;5270 fd 38 8f . 8 . + adc a,b ;5273 88 . + defb 0fdh,07ah,089h ;illegal sequence ;5274 fd 7a 89 . z . + ld a,e ;5277 7b { + rst 38h ;5278 ff . + sbc a,b ;5279 98 . + dec bc ;527a 0b . + dec bc ;527b 0b . + adc a,h ;527c 8c . + adc a,l ;527d 8d . + nop ;527e 00 . + add a,c ;527f 81 . + and c ;5280 a1 . + call po,sub_a888h ;5281 e4 88 a8 . . . + adc a,a ;5284 8f . + and c ;5285 a1 . + inc e ;5286 1c . + add a,b ;5287 80 . + sbc a,d ;5288 9a . + call po,sub_8680h ;5289 e4 80 86 . . . + call m,sub_88a6h ;528c fc a6 88 . . . + add a,c ;528f 81 . + inc e ;5290 1c . + sub b ;5291 90 . + sbc a,d ;5292 9a . + call po,sub_8090h ;5293 e4 90 80 . . . + rst 38h ;5296 ff . + sub d ;5297 92 . + ld c,010h ;5298 0e 10 . . + adc a,c ;529a 89 . + adc a,l ;529b 8d . + nop ;529c 00 . + add a,a ;529d 87 . + and b ;529e a0 . + call po,sub_aa91h ;529f e4 91 aa . . . + inc e ;52a2 1c . + add a,c ;52a3 81 . + sub (hl) ;52a4 96 . + call po,sub_5afdh ;52a5 e4 fd 5a . . Z + adc a,c ;52a8 89 . + ld a,e ;52a9 7b { + dec (iy+07ch) ;52aa fd 35 7c . 5 | + ld a,c ;52ad 79 y + sub e ;52ae 93 . + ld a,a ;52af 7f  + inc e ;52b0 1c . + sub e ;52b1 93 . + sub e ;52b2 93 . + call po,sub_25fdh ;52b3 e4 fd 25 . . % + ld a,d ;52b6 7a z + add a,e ;52b7 83 . + defb 0fdh,017h,07bh ;illegal sequence ;52b8 fd 17 7b . . { + adc a,h ;52bb 8c . + adc a,c ;52bc 89 . + adc a,a ;52bd 8f . + call m,sub_8025h ;52be fc 25 80 . % . + halt ;52c1 76 v + call m,sub_8564h ;52c2 fc 64 85 . d . + ld a,d ;52c5 7a z + call m,sub_8625h ;52c6 fc 25 86 . % . + adc a,b ;52c9 88 . + adc a,e ;52ca 8b . + ld a,a ;52cb 7f  + call m,08017h ;52cc fc 17 80 . . . + adc a,l ;52cf 8d . + call m,sub_7d25h ;52d0 fc 25 7d . % } + add a,(hl) ;52d3 86 . + rst 38h ;52d4 ff . + sub h ;52d5 94 . + ld c,011h ;52d6 0e 11 . . + adc a,d ;52d8 8a . + adc a,(hl) ;52d9 8e . + nop ;52da 00 . + adc a,c ;52db 89 . + and b ;52dc a0 . + call po,sub_aa93h ;52dd e4 93 aa . . . + inc e ;52e0 1c . + add a,b ;52e1 80 . + adc a,l ;52e2 8d . + call po,08d96h ;52e3 e4 96 8d . . . + call m,sub_7325h ;52e6 fc 25 73 . % s + add a,c ;52e9 81 . + call m,sub_777ah ;52ea fc 7a 77 . z w + ld a,e ;52ed 7b { + call m,sub_8f38h ;52ee fc 38 8f . 8 . + ld a,b ;52f1 78 x + call m,sub_897ah ;52f2 fc 7a 89 . z . + add a,l ;52f5 85 . + rst 38h ;52f6 ff . + sub a ;52f7 97 . + dec bc ;52f8 0b . + dec bc ;52f9 0b . + adc a,h ;52fa 8c . + adc a,l ;52fb 8d . + nop ;52fc 00 . + adc a,c ;52fd 89 . + and b ;52fe a0 . + call po,sub_aa93h ;52ff e4 93 aa . . . + inc e ;5302 1c . + sub h ;5303 94 . + sub l ;5304 95 . + call po,sub_38fdh ;5305 e4 fd 38 . . 8 + ld (hl),c ;5308 71 q + ld a,b ;5309 78 x + defb 0fdh,07ah,077h ;illegal sequence ;530a fd 7a 77 . z w + add a,l ;530d 85 . + defb 0fdh,038h,08fh ;illegal sequence ;530e fd 38 8f . 8 . + adc a,b ;5311 88 . + defb 0fdh,07ah,089h ;illegal sequence ;5312 fd 7a 89 . z . + ld a,e ;5315 7b { + rst 38h ;5316 ff . + sbc a,b ;5317 98 . + dec bc ;5318 0b . + dec bc ;5319 0b . + adc a,h ;531a 8c . + adc a,l ;531b 8d . + nop ;531c 00 . + add a,(hl) ;531d 86 . + and b ;531e a0 . + call po,sub_aa90h ;531f e4 90 aa . . . + inc e ;5322 1c . + add a,b ;5323 80 . + sbc a,d ;5324 9a . + call po,sub_8680h ;5325 e4 80 86 . . . + call m,sub_88a6h ;5328 fc a6 88 . . . + add a,c ;532b 81 . + inc e ;532c 1c . + sub b ;532d 90 . + sbc a,d ;532e 9a . + call po,sub_8090h ;532f e4 90 80 . . . + rst 38h ;5332 ff . + sub d ;5333 92 . + ld c,010h ;5334 0e 10 . . + adc a,c ;5336 89 . + adc a,l ;5337 8d . + nop ;5338 00 . + add a,d ;5339 82 . + xor d ;533a aa . + call po,sub_a08ch ;533b e4 8c a0 . . . + inc e ;533e 1c . + add a,c ;533f 81 . + sub (hl) ;5340 96 . + call po,sub_5afdh ;5341 e4 fd 5a . . Z + adc a,c ;5344 89 . + ld a,e ;5345 7b { + dec (iy+07ch) ;5346 fd 35 7c . 5 | + ld a,c ;5349 79 y + sub e ;534a 93 . + ld a,a ;534b 7f  + inc e ;534c 1c . + sub e ;534d 93 . + sub e ;534e 93 . + call po,sub_25fdh ;534f e4 fd 25 . . % + ld a,d ;5352 7a z + add a,e ;5353 83 . + defb 0fdh,017h,07bh ;illegal sequence ;5354 fd 17 7b . . { + adc a,h ;5357 8c . + adc a,c ;5358 89 . + adc a,a ;5359 8f . + call m,sub_8025h ;535a fc 25 80 . % . + halt ;535d 76 v + call m,sub_8564h ;535e fc 64 85 . d . + ld a,d ;5361 7a z + call m,sub_8625h ;5362 fc 25 86 . % . + adc a,b ;5365 88 . + adc a,e ;5366 8b . + ld a,a ;5367 7f  + call m,08017h ;5368 fc 17 80 . . . + adc a,l ;536b 8d . + call m,sub_7d25h ;536c fc 25 7d . % } + add a,(hl) ;536f 86 . + rst 38h ;5370 ff . + sub h ;5371 94 . + ld c,011h ;5372 0e 11 . . + adc a,d ;5374 8a . + adc a,(hl) ;5375 8e . + nop ;5376 00 . + add a,e ;5377 83 . + xor d ;5378 aa . + call po,sub_a08dh ;5379 e4 8d a0 . . . + inc e ;537c 1c . + add a,b ;537d 80 . + adc a,l ;537e 8d . + call po,08d96h ;537f e4 96 8d . . . + call m,sub_7325h ;5382 fc 25 73 . % s + add a,c ;5385 81 . + call m,sub_777ah ;5386 fc 7a 77 . z w + ld a,e ;5389 7b { + call m,sub_8f38h ;538a fc 38 8f . 8 . + ld a,b ;538d 78 x + call m,sub_897ah ;538e fc 7a 89 . z . + add a,l ;5391 85 . + rst 38h ;5392 ff . + sub a ;5393 97 . + dec bc ;5394 0b . + dec bc ;5395 0b . + adc a,h ;5396 8c . + adc a,l ;5397 8d . + nop ;5398 00 . + add a,e ;5399 83 . + xor d ;539a aa . + call po,sub_a08dh ;539b e4 8d a0 . . . + inc e ;539e 1c . + sub h ;539f 94 . + sub l ;53a0 95 . + call po,sub_38fdh ;53a1 e4 fd 38 . . 8 + ld (hl),c ;53a4 71 q + ld a,b ;53a5 78 x + defb 0fdh,07ah,077h ;illegal sequence ;53a6 fd 7a 77 . z w + add a,l ;53a9 85 . + defb 0fdh,038h,08fh ;illegal sequence ;53aa fd 38 8f . 8 . + adc a,b ;53ad 88 . + defb 0fdh,07ah,089h ;illegal sequence ;53ae fd 7a 89 . z . + ld a,e ;53b1 7b { + rst 38h ;53b2 ff . + sbc a,b ;53b3 98 . + dec bc ;53b4 0b . + dec bc ;53b5 0b . + adc a,h ;53b6 8c . + adc a,l ;53b7 8d . + nop ;53b8 00 . + add a,b ;53b9 80 . + xor d ;53ba aa . + call po,sub_a08ah ;53bb e4 8a a0 . . . + inc e ;53be 1c . + add a,b ;53bf 80 . + sbc a,d ;53c0 9a . + call po,sub_8680h ;53c1 e4 80 86 . . . + call m,sub_88a6h ;53c4 fc a6 88 . . . + add a,c ;53c7 81 . + inc e ;53c8 1c . + sub b ;53c9 90 . + sbc a,d ;53ca 9a . + call po,sub_8090h ;53cb e4 90 80 . . . + rst 38h ;53ce ff . + sub d ;53cf 92 . + ld c,010h ;53d0 0e 10 . . + adc a,c ;53d2 89 . + adc a,l ;53d3 8d . + nop ;53d4 00 . + add a,e ;53d5 83 . + and d ;53d6 a2 . + call po,sub_b4fdh ;53d7 e4 fd b4 . . . + add a,c ;53da 81 . + add a,b ;53db 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;53dc fd b4 7f . .  + add a,b ;53df 80 . + inc e ;53e0 1c . + sub b ;53e1 90 . + and d ;53e2 a2 . + call po,sub_b4fdh ;53e3 e4 fd b4 . . . + add a,c ;53e6 81 . + add a,b ;53e7 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;53e8 fd b4 7f . .  + add a,b ;53eb 80 . + inc e ;53ec 1c . + add a,c ;53ed 81 . + sub (hl) ;53ee 96 . + call po,sub_5afdh ;53ef e4 fd 5a . . Z + adc a,c ;53f2 89 . + ld a,e ;53f3 7b { + dec (iy+07ch) ;53f4 fd 35 7c . 5 | + ld a,c ;53f7 79 y + sub e ;53f8 93 . + ld a,a ;53f9 7f  + inc e ;53fa 1c . + sub e ;53fb 93 . + sub e ;53fc 93 . + call po,sub_25fdh ;53fd e4 fd 25 . . % + ld a,d ;5400 7a z + add a,e ;5401 83 . + defb 0fdh,017h,07bh ;illegal sequence ;5402 fd 17 7b . . { + adc a,h ;5405 8c . + adc a,c ;5406 89 . + adc a,a ;5407 8f . + call m,sub_8025h ;5408 fc 25 80 . % . + halt ;540b 76 v + call m,sub_8564h ;540c fc 64 85 . d . + ld a,d ;540f 7a z + call m,sub_8625h ;5410 fc 25 86 . % . + adc a,b ;5413 88 . + adc a,e ;5414 8b . + ld a,a ;5415 7f  + call m,08017h ;5416 fc 17 80 . . . + adc a,l ;5419 8d . + call m,sub_7d25h ;541a fc 25 7d . % } + add a,(hl) ;541d 86 . + rst 38h ;541e ff . + sub h ;541f 94 . + ld c,011h ;5420 0e 11 . . + adc a,d ;5422 8a . + adc a,(hl) ;5423 8e . + nop ;5424 00 . + add a,l ;5425 85 . + and d ;5426 a2 . + call po,sub_b4fdh ;5427 e4 fd b4 . . . + add a,c ;542a 81 . + add a,b ;542b 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;542c fd b4 7f . .  + add a,b ;542f 80 . + inc e ;5430 1c . + sub d ;5431 92 . + and d ;5432 a2 . + call po,sub_b4fdh ;5433 e4 fd b4 . . . + add a,c ;5436 81 . + add a,b ;5437 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5438 fd b4 7f . .  + add a,b ;543b 80 . + inc e ;543c 1c . + add a,b ;543d 80 . + adc a,l ;543e 8d . + call po,08d96h ;543f e4 96 8d . . . + call m,sub_7325h ;5442 fc 25 73 . % s + add a,c ;5445 81 . + call m,sub_777ah ;5446 fc 7a 77 . z w + ld a,e ;5449 7b { + call m,sub_8f38h ;544a fc 38 8f . 8 . + ld a,b ;544d 78 x + call m,sub_897ah ;544e fc 7a 89 . z . + add a,l ;5451 85 . + rst 38h ;5452 ff . + sub a ;5453 97 . + dec bc ;5454 0b . + dec bc ;5455 0b . + adc a,h ;5456 8c . + adc a,l ;5457 8d . + nop ;5458 00 . + add a,l ;5459 85 . + and d ;545a a2 . + call po,sub_b4fdh ;545b e4 fd b4 . . . + add a,c ;545e 81 . + add a,b ;545f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5460 fd b4 7f . .  + add a,b ;5463 80 . + inc e ;5464 1c . + sub d ;5465 92 . + and d ;5466 a2 . + call po,sub_b4fdh ;5467 e4 fd b4 . . . + add a,c ;546a 81 . + add a,b ;546b 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;546c fd b4 7f . .  + add a,b ;546f 80 . + inc e ;5470 1c . + sub h ;5471 94 . + sub l ;5472 95 . + call po,sub_38fdh ;5473 e4 fd 38 . . 8 + ld (hl),c ;5476 71 q + ld a,b ;5477 78 x + defb 0fdh,07ah,077h ;illegal sequence ;5478 fd 7a 77 . z w + add a,l ;547b 85 . + defb 0fdh,038h,08fh ;illegal sequence ;547c fd 38 8f . 8 . + adc a,b ;547f 88 . + defb 0fdh,07ah,089h ;illegal sequence ;5480 fd 7a 89 . z . + ld a,e ;5483 7b { + rst 38h ;5484 ff . + sbc a,b ;5485 98 . + dec bc ;5486 0b . + dec bc ;5487 0b . + adc a,h ;5488 8c . + adc a,l ;5489 8d . + nop ;548a 00 . + add a,c ;548b 81 . + and d ;548c a2 . + call po,sub_b4fdh ;548d e4 fd b4 . . . + add a,c ;5490 81 . + add a,b ;5491 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5492 fd b4 7f . .  + add a,b ;5495 80 . + inc e ;5496 1c . + adc a,(hl) ;5497 8e . + and d ;5498 a2 . + call po,sub_b4fdh ;5499 e4 fd b4 . . . + add a,c ;549c 81 . + add a,b ;549d 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;549e fd b4 7f . .  + add a,b ;54a1 80 . + inc e ;54a2 1c . + add a,b ;54a3 80 . + sbc a,d ;54a4 9a . + call po,sub_8680h ;54a5 e4 80 86 . . . + call m,sub_88a6h ;54a8 fc a6 88 . . . + add a,c ;54ab 81 . + inc e ;54ac 1c . + sub b ;54ad 90 . + sbc a,d ;54ae 9a . + call po,sub_8090h ;54af e4 90 80 . . . + rst 38h ;54b2 ff . + sub d ;54b3 92 . + ld c,010h ;54b4 0e 10 . . + adc a,c ;54b6 89 . + adc a,l ;54b7 8d . + nop ;54b8 00 . + call po,sub_a48ch ;54b9 e4 8c a4 . . . + inc e ;54bc 1c . + adc a,l ;54bd 8d . + xor d ;54be aa . + call po,sub_b4fdh ;54bf e4 fd b4 . . . + add a,b ;54c2 80 . + add a,e ;54c3 83 . + defb 0fdh,0b4h,080h ;illegal sequence ;54c4 fd b4 80 . . . + ld a,l ;54c7 7d } + inc e ;54c8 1c . + adc a,h ;54c9 8c . + and h ;54ca a4 . + call po,sub_a490h ;54cb e4 90 a4 . . . + sbc a,h ;54ce 9c . + add a,b ;54cf 80 . + inc e ;54d0 1c . + add a,h ;54d1 84 . + adc a,h ;54d2 8c . + call po,sub_8c98h ;54d3 e4 98 8c . . . + rst 38h ;54d6 ff . + sbc a,(hl) ;54d7 9e . + ld bc,l8f01h ;54d8 01 01 8f . . . + sub d ;54db 92 . + nop ;54dc 00 . + ld a,(hl) ;54dd 7e ~ + and c ;54de a1 . + call po,sub_a885h ;54df e4 85 a8 . . . + adc a,h ;54e2 8c . + and c ;54e3 a1 . + inc e ;54e4 1c . + add a,l ;54e5 85 . + sbc a,d ;54e6 9a . + call po,sub_8085h ;54e7 e4 85 80 . . . + rst 38h ;54ea ff . + adc a,d ;54eb 8a . + djnz $+20 ;54ec 10 12 . . + add a,l ;54ee 85 . + sub l ;54ef 95 . + nop ;54f0 00 . + add a,c ;54f1 81 . + add a,b ;54f2 80 . + call po,sub_a49bh ;54f3 e4 9b a4 . . . + inc e ;54f6 1c . + sbc a,b ;54f7 98 . + sbc a,(hl) ;54f8 9e . + call po,sub_41fdh ;54f9 e4 fd 41 . . A + ld l,l ;54fc 6d m +sub_54fdh: + ld (hl),h ;54fd 74 t + ld l,(iy+076h) ;54fe fd 6e 76 . n v + add a,a ;5501 87 . + defb 0fdh,041h,093h ;illegal sequence ;5502 fd 41 93 . A . + adc a,h ;5505 8c . + ld l,(iy-076h) ;5506 fd 6e 8a . n . + ld a,c ;5509 79 y +sub_550ah: + rst 38h ;550a ff . + and b ;550b a0 . + inc bc ;550c 03 . + inc c ;550d 0c . + sub b ;550e 90 . + sub d ;550f 92 . + nop ;5510 00 . + call po,09286h ;5511 e4 86 92 . . . + adc a,e ;5514 8b . + and h ;5515 a4 . + sbc a,d ;5516 9a . +sub_5517h: + and h ;5517 a4 . + inc e ;5518 1c . + add a,(hl) ;5519 86 . + sub d ;551a 92 . + call po,sub_929ah ;551b e4 9a 92 . . . + inc e ;551e 1c . + adc a,(hl) ;551f 8e . + and h ;5520 a4 . + call po,sub_808eh ;5521 e4 8e 80 . . . + sbc a,d ;5524 9a . + add a,b ;5525 80 . + rst 38h ;5526 ff . + sbc a,a ;5527 9f . + ld bc,09004h ;5528 01 04 90 . . . + sub d ;552b 92 . + nop ;552c 00 . + adc a,d ;552d 8a . + and c ;552e a1 . + call po,sub_b4fdh ;552f e4 fd b4 . . . + add a,b ;5532 80 . + add a,e ;5533 83 . + defb 0fdh,0b4h,080h ;illegal sequence ;5534 fd b4 80 . . . + ld a,l ;5537 7d } + inc e ;5538 1c . + add a,c ;5539 81 . + sub (hl) ;553a 96 . + call po,sub_5afdh ;553b e4 fd 5a . . Z + adc a,c ;553e 89 . + ld a,e ;553f 7b { + dec (iy+07ch) ;5540 fd 35 7c . 5 | + ld a,c ;5543 79 y + sub e ;5544 93 . + ld a,a ;5545 7f  + inc e ;5546 1c . + sub e ;5547 93 . + sub e ;5548 93 . + call po,sub_25fdh ;5549 e4 fd 25 . . % + ld a,d ;554c 7a z + add a,e ;554d 83 . + defb 0fdh,017h,07bh ;illegal sequence ;554e fd 17 7b . . { + adc a,h ;5551 8c . + adc a,c ;5552 89 . + adc a,a ;5553 8f . + call m,sub_8025h ;5554 fc 25 80 . % . + halt ;5557 76 v + call m,sub_8564h ;5558 fc 64 85 . d . + ld a,d ;555b 7a z + call m,sub_8625h ;555c fc 25 86 . % . + adc a,b ;555f 88 . + adc a,e ;5560 8b . + ld a,a ;5561 7f  + call m,08017h ;5562 fc 17 80 . . . + adc a,l ;5565 8d . + call m,sub_7d25h ;5566 fc 25 7d . % } + add a,(hl) ;5569 86 . + rst 38h ;556a ff . + sub h ;556b 94 . + ld c,011h ;556c 0e 11 . . + adc a,d ;556e 8a . + adc a,(hl) ;556f 8e . + nop ;5570 00 . + add a,e ;5571 83 . + and b ;5572 a0 . + call po,sub_aa8dh ;5573 e4 8d aa . . . + inc e ;5576 1c . + add a,l ;5577 85 . + sbc a,d ;5578 9a . + call po,sub_8085h ;5579 e4 85 80 . . . + rst 38h ;557c ff . + adc a,d ;557d 8a . + djnz $+20 ;557e 10 12 . . + add a,l ;5580 85 . + sub l ;5581 95 . + nop ;5582 00 . + add a,b ;5583 80 . + ld a,a ;5584 7f  + call po,09b98h ;5585 e4 98 9b . . . + inc e ;5588 1c . + sub l ;5589 95 . + sub (hl) ;558a 96 . + call po,sub_3bfdh ;558b e4 fd 3b . . ; + ld (hl),b ;558e 70 p + ld (hl),a ;558f 77 w + defb 0fdh,07ah,077h ;illegal sequence ;5590 fd 7a 77 . z w + add a,l ;5593 85 . + defb 0fdh,03bh,090h ;illegal sequence ;5594 fd 3b 90 . ; . + adc a,c ;5597 89 . + defb 0fdh,07ah,089h ;illegal sequence ;5598 fd 7a 89 . z . + ld a,e ;559b 7b { + rst 38h ;559c ff . + sbc a,b ;559d 98 . + dec bc ;559e 0b . + dec bc ;559f 0b . + adc a,h ;55a0 8c . + adc a,l ;55a1 8d . + nop ;55a2 00 . + add a,c ;55a3 81 . + sbc a,b ;55a4 98 . + call po,sub_71fdh ;55a5 e4 fd 71 . . q + add a,(hl) ;55a8 86 . + ld a,h ;55a9 7c | + defb 0fdh,025h,07ch ;illegal sequence ;55aa fd 25 7c . % | + ld a,l ;55ad 7d } + adc a,(hl) ;55ae 8e . + adc a,b ;55af 88 . + defb 0fdh,0b4h,079h ;illegal sequence ;55b0 fd b4 79 . . y + add a,b ;55b3 80 . + defb 0fdh,05ah,088h ;illegal sequence ;55b4 fd 5a 88 . Z . + add a,b ;55b7 80 . + sbc a,h ;55b8 9c . + sub b ;55b9 90 . + sbc a,h ;55ba 9c . + sub l ;55bb 95 . + call m,sub_79a4h ;55bc fc a4 79 . . y + ld a,a ;55bf 7f  + inc e ;55c0 1c . + adc a,(hl) ;55c1 8e . + adc a,b ;55c2 88 . + call po,sub_b4fch ;55c3 e4 fc b4 . . . + add a,a ;55c6 87 . + add a,b ;55c7 80 . + rst 38h ;55c8 ff . + sbc a,h ;55c9 9c . + ld c,00bh ;55ca 0e 0b . . + adc a,(hl) ;55cc 8e . + adc a,l ;55cd 8d . + nop ;55ce 00 . + call po,sub_a48ch ;55cf e4 8c a4 . . . + inc e ;55d2 1c . + adc a,b ;55d3 88 . + xor e ;55d4 ab . + call po,sub_b4fdh ;55d5 e4 fd b4 . . . + ld a,a ;55d8 7f  + add a,b ;55d9 80 . + defb 0fdh,0b4h,081h ;illegal sequence ;55da fd b4 81 . . . + add a,b ;55dd 80 . + inc e ;55de 1c . + sub e ;55df 93 . + xor e ;55e0 ab . + call po,sub_b4fdh ;55e1 e4 fd b4 . . . + add a,c ;55e4 81 . + add a,b ;55e5 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;55e6 fd b4 7f . .  + add a,b ;55e9 80 . + inc e ;55ea 1c . + adc a,h ;55eb 8c . + and h ;55ec a4 . + call po,sub_a490h ;55ed e4 90 a4 . . . + sbc a,h ;55f0 9c . + add a,b ;55f1 80 . + inc e ;55f2 1c . + add a,h ;55f3 84 . + adc a,h ;55f4 8c . + call po,sub_8c98h ;55f5 e4 98 8c . . . + rst 38h ;55f8 ff . + sbc a,(hl) ;55f9 9e . + ld bc,l8f01h ;55fa 01 01 8f . . . + sub d ;55fd 92 . + nop ;55fe 00 . + ld a,e ;55ff 7b { + xor d ;5600 aa . + call po,sub_a085h ;5601 e4 85 a0 . . . + inc e ;5604 1c . + add a,l ;5605 85 . + sbc a,d ;5606 9a . + call po,sub_8085h ;5607 e4 85 80 . . . + rst 38h ;560a ff . + adc a,d ;560b 8a . + djnz $+20 ;560c 10 12 . . + add a,l ;560e 85 . + sub l ;560f 95 . + nop ;5610 00 . + add a,a ;5611 87 . + xor e ;5612 ab . + call po,sub_b4fdh ;5613 e4 fd b4 . . . + add a,c ;5616 81 . +sub_5617h: + add a,b ;5617 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5618 fd b4 7f . .  + add a,b ;561b 80 . + inc e ;561c 1c . + sub h ;561d 94 . + xor e ;561e ab . + call po,sub_b4fdh ;561f e4 fd b4 . . . + add a,c ;5622 81 . + add a,b ;5623 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5624 fd b4 7f . .  + add a,b ;5627 80 . + inc e ;5628 1c . + sbc a,h ;5629 9c . + sbc a,h ;562a 9c . + call po,sub_2cfdh ;562b e4 fd 2c . . , + ld h,a ;562e 67 g + halt ;562f 76 v + defb 0fdh,082h,073h ;illegal sequence ;5630 fd 82 73 . . s + add a,(hl) ;5633 86 . + defb 0fdh,02ch,099h ;illegal sequence ;5634 fd 2c 99 . , . + adc a,d ;5637 8a . + defb 0fdh,082h,08dh ;illegal sequence ;5638 fd 82 8d . . . + ld a,d ;563b 7a z + rst 38h ;563c ff . + and d ;563d a2 . + inc bc ;563e 03 . + inc bc ;563f 03 . + sub c ;5640 91 . + sub d ;5641 92 . + nop ;5642 00 . + add a,l ;5643 85 . + xor e ;5644 ab . + call po,sub_b4fdh ;5645 e4 fd b4 . . . + add a,c ;5648 81 . + add a,b ;5649 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;564a fd b4 7f . .  + add a,b ;564d 80 . + inc e ;564e 1c . + sub d ;564f 92 . + xor e ;5650 ab . + call po,sub_b4fdh ;5651 e4 fd b4 . . . + add a,c ;5654 81 . + add a,b ;5655 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5656 fd b4 7f . .  + add a,b ;5659 80 . + inc e ;565a 1c . + add a,b ;565b 80 . + and h ;565c a4 . + call po,sub_8a80h ;565d e4 80 8a . . . + call m,sub_8caah ;5660 fc aa 8c . . . + add a,c ;5663 81 . + sbc a,b ;5664 98 . + and h ;5665 a4 . + rst 38h ;5666 ff . + sbc a,d ;5667 9a . + rlca ;5668 07 . + inc b ;5669 04 . + adc a,l ;566a 8d . + sub c ;566b 91 . + nop ;566c 00 . + adc a,e ;566d 8b . + xor c ;566e a9 . + call po,sub_b395h ;566f e4 95 b3 . . . + inc e ;5672 1c . + sub l ;5673 95 . + and h ;5674 a4 . + call po,sub_a480h ;5675 e4 80 a4 . . . + add a,b ;5678 80 . + add a,b ;5679 80 . + sub l ;567a 95 . + add a,b ;567b 80 . + inc e ;567c 1c . + add a,b ;567d 80 . + sub e ;567e 93 . + call po,sub_9393h ;567f e4 93 93 . . . + rst 38h ;5682 ff . + sbc a,b ;5683 98 . + ld (bc),a ;5684 02 . + inc b ;5685 04 . + adc a,h ;5686 8c . + sub d ;5687 92 . + nop ;5688 00 . + add a,b ;5689 80 . + and d ;568a a2 . + call po,sub_b4fdh ;568b e4 fd b4 . . . + add a,c ;568e 81 . + add a,b ;568f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5690 fd b4 7f . .  + add a,b ;5693 80 . + inc e ;5694 1c . + adc a,l ;5695 8d . + and d ;5696 a2 . + call po,sub_b4fdh ;5697 e4 fd b4 . . . + add a,c ;569a 81 . + add a,b ;569b 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;569c fd b4 7f . .  + add a,b ;569f 80 . + inc e ;56a0 1c . + adc a,c ;56a1 89 . + sbc a,d ;56a2 9a . + call po,sub_8087h+2 ;56a3 e4 89 80 . . . + rst 38h ;56a6 ff . + sub c ;56a7 91 . + djnz l56bch ;56a8 10 12 . . + adc a,c ;56aa 89 . + sub l ;56ab 95 . + nop ;56ac 00 . + call po,sub_9c80h ;56ad e4 80 9c . . . + defb 0fdh,043h,08ah ;illegal sequence ;56b0 fd 43 8a . C . + ld a,(hl) ;56b3 7e ~ + defb 0fdh,01fh,083h ;illegal sequence ;56b4 fd 1f 83 . . . + ld (hl),l ;56b7 75 u + defb 0fdh,098h,07eh ;illegal sequence ;56b8 fd 98 7e . . ~ + ld a,b ;56bb 78 x +l56bch: + adc a,c ;56bc 89 . + sub h ;56bd 94 . + inc e ;56be 1c . + adc a,(hl) ;56bf 8e . + sub h ;56c0 94 . + call po,sub_9dfdh ;56c1 e4 fd 9d . . . + ld a,(hl) ;56c4 7e ~ + halt ;56c5 76 v + defb 0fdh,013h,07dh ;illegal sequence ;56c6 fd 13 7d . . } + sub d ;56c9 92 . + defb 0fdh,010h,082h ;illegal sequence ;56ca fd 10 82 . . . + adc a,e ;56cd 8b . + rst 38h ;56ce ff . + sub a ;56cf 97 . + ld (bc),a ;56d0 02 . + ld (bc),a ;56d1 02 . + adc a,h ;56d2 8c . + sub d ;56d3 92 . + nop ;56d4 00 . + adc a,b ;56d5 88 . + xor d ;56d6 aa . + call po,sub_b18fh ;56d7 e4 8f b1 . . . + sub (hl) ;56da 96 . + xor d ;56db aa . + inc e ;56dc 1c . + sbc a,h ;56dd 9c . + sbc a,h ;56de 9c . + call po,sub_2cfdh ;56df e4 fd 2c . . , + ld h,a ;56e2 67 g + halt ;56e3 76 v + defb 0fdh,082h,073h ;illegal sequence ;56e4 fd 82 73 . . s + add a,(hl) ;56e7 86 . + defb 0fdh,02ch,099h ;illegal sequence ;56e8 fd 2c 99 . , . + adc a,d ;56eb 8a . + defb 0fdh,082h,08dh ;illegal sequence ;56ec fd 82 8d . . . + ld a,d ;56ef 7a z + rst 38h ;56f0 ff . + and d ;56f1 a2 . + inc bc ;56f2 03 . + inc bc ;56f3 03 . + sub c ;56f4 91 . + sub d ;56f5 92 . + nop ;56f6 00 . + call po,sub_a48ch ;56f7 e4 8c a4 . . . + inc e ;56fa 1c . + adc a,h ;56fb 8c . + xor c ;56fc a9 . + call po,sub_b396h ;56fd e4 96 b3 . . . + inc e ;5700 1c . + adc a,h ;5701 8c . + and h ;5702 a4 . + call po,sub_a490h ;5703 e4 90 a4 . . . + sbc a,h ;5706 9c . + add a,b ;5707 80 . + inc e ;5708 1c . + add a,h ;5709 84 . + adc a,h ;570a 8c . + call po,sub_8c98h ;570b e4 98 8c . . . + rst 38h ;570e ff . + sbc a,(hl) ;570f 9e . +sub_5710h: + ld bc,l8f01h ;5710 01 01 8f . . . + sub d ;5713 92 . + nop ;5714 00 . + call po,sub_a48ch ;5715 e4 8c a4 . . . + inc e ;5718 1c . + add a,h ;5719 84 . + xor d ;571a aa . + call po,sub_1cfdh ;571b e4 fd 1c . . . + adc a,d ;571e 8a . + ld a,d ;571f 7a z + dec (iy-07eh) ;5720 fd 35 82 . 5 . + ld a,h ;5723 7c | + defb 0fdh,00eh,079h ;illegal sequence ;5724 fd 0e 79 . . y + ld (hl),a ;5727 77 w + call m,sub_890eh ;5728 fc 0e 89 . . . + add a,a ;572b 87 . + call m,sub_8235h ;572c fc 35 82 . 5 . + add a,h ;572f 84 . + call m,sub_7a1ch ;5730 fc 1c 7a . . z + adc a,d ;5733 8a . + inc e ;5734 1c . + adc a,h ;5735 8c . + and h ;5736 a4 . + call po,sub_a490h ;5737 e4 90 a4 . . . + sbc a,h ;573a 9c . + add a,b ;573b 80 . + inc e ;573c 1c . + add a,h ;573d 84 . + adc a,h ;573e 8c . + call po,sub_8c98h ;573f e4 98 8c . . . + rst 38h ;5742 ff . + sbc a,(hl) ;5743 9e . + ld bc,l8f01h ;5744 01 01 8f . . . + sub d ;5747 92 . + nop ;5748 00 . + add a,b ;5749 80 . + and c ;574a a1 . + call po,sub_0cfdh ;574b e4 fd 0c . . . + sub b ;574e 90 . + ld (hl),e ;574f 73 s + defb 0fdh,05ah,083h ;illegal sequence ;5750 fd 5a 83 . Z . + ld a,l ;5753 7d } + adc a,e ;5754 8b . + and d ;5755 a2 . + call m,sub_835ah ;5756 fc 5a 83 . Z . + add a,e ;5759 83 . + call m,sub_730ch ;575a fc 0c 73 . . s + sub b ;575d 90 . + inc e ;575e 1c . + add a,c ;575f 81 . + sub (hl) ;5760 96 . + call po,sub_5afdh ;5761 e4 fd 5a . . Z + adc a,c ;5764 89 . + ld a,e ;5765 7b { + dec (iy+07ch) ;5766 fd 35 7c . 5 | + ld a,c ;5769 79 y + sub e ;576a 93 . + ld a,a ;576b 7f  + inc e ;576c 1c . + sub e ;576d 93 . + sub e ;576e 93 . + call po,035fdh ;576f e4 fd 35 . . 5 + ld a,b ;5772 78 x + add a,(hl) ;5773 86 . + adc a,c ;5774 89 . + adc a,a ;5775 8f . + call m,sub_8025h ;5776 fc 25 80 . % . + halt ;5779 76 v + call m,sub_8564h ;577a fc 64 85 . d . + ld a,d ;577d 7a z + call m,sub_8625h ;577e fc 25 86 . % . + adc a,b ;5781 88 . + adc a,e ;5782 8b . + ld a,a ;5783 7f  + call m,08035h ;5784 fc 35 80 . 5 . + adc a,d ;5787 8a . + rst 38h ;5788 ff . + sub h ;5789 94 . + ld c,011h ;578a 0e 11 . . + adc a,d ;578c 8a . + adc a,(hl) ;578d 8e . + nop ;578e 00 . + add a,b ;578f 80 . + sub d ;5790 92 . + call po,sub_928ch ;5791 e4 8c 92 . . . + inc e ;5794 1c . + add a,(hl) ;5795 86 . + add a,b ;5796 80 . + call po,sub_a486h ;5797 e4 86 a4 . . . + sub d ;579a 92 . + and h ;579b a4 . + defb 0fdh,0a7h,07eh ;illegal sequence ;579c fd a7 7e . . ~ + ld l,(hl) ;579f 6e n + add a,(hl) ;57a0 86 . + add a,b ;57a1 80 . + rst 38h ;57a2 ff . + and d ;57a3 a2 . + dec b ;57a4 05 . + inc bc ;57a5 03 . + sub c ;57a6 91 . + sub d ;57a7 92 . + nop ;57a8 00 . + sub c ;57a9 91 . + and b ;57aa a0 . + call po,sub_a099h+2 ;57ab e4 9b a0 . . . + inc e ;57ae 1c . + sub (hl) ;57af 96 . + and l ;57b0 a5 . + call po,sub_8096h ;57b1 e4 96 80 . . . + inc e ;57b4 1c . + sub (hl) ;57b5 96 . + add a,(hl) ;57b6 86 . + call po,sub_7ffdh ;57b7 e4 fd 7f . .  + halt ;57ba 76 v + add a,l ;57bb 85 . + dec (iy-072h) ;57bc fd 35 8e . 5 . + add a,a ;57bf 87 . + defb 0fdh,07fh,08ah ;illegal sequence ;57c0 fd 7f 8a .  . + ld a,e ;57c3 7b { + rst 38h ;57c4 ff . + sbc a,e ;57c5 9b . + dec bc ;57c6 0b . + ld (de),a ;57c7 12 . + adc a,(hl) ;57c8 8e . + sub d ;57c9 92 . + nop ;57ca 00 . + add a,e ;57cb 83 . + xor c ;57cc a9 . + call po,sub_b38dh ;57cd e4 8d b3 . . . + inc e ;57d0 1c . + add a,l ;57d1 85 . + and h ;57d2 a4 . + call po,sub_8085h ;57d3 e4 85 80 . . . + rst 38h ;57d6 ff . + adc a,d ;57d7 8a . + ld (bc),a ;57d8 02 . + ld b,085h ;57d9 06 85 . . + sub d ;57db 92 . + nop ;57dc 00 . + ld a,e ;57dd 7b { + or e ;57de b3 . + call po,sub_a985h ;57df e4 85 a9 . . . + inc e ;57e2 1c . + add a,l ;57e3 85 . + and h ;57e4 a4 . + call po,sub_8085h ;57e5 e4 85 80 . . . + rst 38h ;57e8 ff . + adc a,d ;57e9 8a . + ld (bc),a ;57ea 02 . + ld b,085h ;57eb 06 85 . . + sub d ;57ed 92 . + nop ;57ee 00 . + adc a,d ;57ef 8a . + xor c ;57f0 a9 . + call po,sub_b394h ;57f1 e4 94 b3 . . . + inc e ;57f4 1c . + sbc a,h ;57f5 9c . + sbc a,h ;57f6 9c . + call po,sub_2cfdh ;57f7 e4 fd 2c . . , + ld h,a ;57fa 67 g + halt ;57fb 76 v + defb 0fdh,082h,073h ;illegal sequence ;57fc fd 82 73 . . s + add a,(hl) ;57ff 86 . + defb 0fdh,02ch,099h ;illegal sequence ;5800 fd 2c 99 . , . + adc a,d ;5803 8a . + defb 0fdh,082h,08dh ;illegal sequence ;5804 fd 82 8d . . . + ld a,d ;5807 7a z + rst 38h ;5808 ff . + and d ;5809 a2 . + inc bc ;580a 03 . + inc bc ;580b 03 . + sub c ;580c 91 . + sub d ;580d 92 . + nop ;580e 00 . + adc a,d ;580f 8a . + or e ;5810 b3 . + call po,sub_a994h ;5811 e4 94 a9 . . . + inc e ;5814 1c . + sbc a,h ;5815 9c . + sbc a,h ;5816 9c . +sub_5817h: + call po,sub_2cfdh ;5817 e4 fd 2c . . , + ld h,a ;581a 67 g + halt ;581b 76 v + defb 0fdh,082h,073h ;illegal sequence ;581c fd 82 73 . . s + add a,(hl) ;581f 86 . + defb 0fdh,02ch,099h ;illegal sequence ;5820 fd 2c 99 . , . + adc a,d ;5823 8a . + defb 0fdh,082h,08dh ;illegal sequence ;5824 fd 82 8d . . . + ld a,d ;5827 7a z + rst 38h ;5828 ff . + and d ;5829 a2 . + inc bc ;582a 03 . + inc bc ;582b 03 . + sub c ;582c 91 . + sub d ;582d 92 . + nop ;582e 00 . + add a,h ;582f 84 . + xor d ;5830 aa . + call po,sub_1cfdh ;5831 e4 fd 1c . . . + adc a,d ;5834 8a . + ld a,d ;5835 7a z + dec (iy-07eh) ;5836 fd 35 82 . 5 . + ld a,h ;5839 7c | + defb 0fdh,00eh,079h ;illegal sequence ;583a fd 0e 79 . . y + ld (hl),a ;583d 77 w + call m,sub_890eh ;583e fc 0e 89 . . . + add a,a ;5841 87 . + call m,sub_8235h ;5842 fc 35 82 . 5 . + add a,h ;5845 84 . + call m,sub_7a1ch ;5846 fc 1c 7a . . z + adc a,d ;5849 8a . + inc e ;584a 1c . + sbc a,h ;584b 9c . + sbc a,h ;584c 9c . + call po,sub_2cfdh ;584d e4 fd 2c . . , + ld h,a ;5850 67 g + halt ;5851 76 v + defb 0fdh,082h,073h ;illegal sequence ;5852 fd 82 73 . . s + add a,(hl) ;5855 86 . + defb 0fdh,02ch,099h ;illegal sequence ;5856 fd 2c 99 . , . + adc a,d ;5859 8a . + defb 0fdh,082h,08dh ;illegal sequence ;585a fd 82 8d . . . + ld a,d ;585d 7a z + rst 38h ;585e ff . + and d ;585f a2 . + inc bc ;5860 03 . + inc bc ;5861 03 . + sub c ;5862 91 . + sub d ;5863 92 . + nop ;5864 00 . + add a,d ;5865 82 . + and c ;5866 a1 . + call po,sub_1cfdh ;5867 e4 fd 1c . . . + adc a,d ;586a 8a . + ld a,d ;586b 7a z + dec (iy-07eh) ;586c fd 35 82 . 5 . + ld a,h ;586f 7c | + defb 0fdh,00eh,079h ;illegal sequence ;5870 fd 0e 79 . . y + ld (hl),a ;5873 77 w + call m,sub_890eh ;5874 fc 0e 89 . . . + add a,a ;5877 87 . + call m,sub_8235h ;5878 fc 35 82 . 5 . + add a,h ;587b 84 . + call m,sub_7a1ch ;587c fc 1c 7a . . z + adc a,d ;587f 8a . + inc e ;5880 1c . + sub h ;5881 94 . + sub l ;5882 95 . + call po,sub_38fdh ;5883 e4 fd 38 . . 8 + ld (hl),c ;5886 71 q + ld a,b ;5887 78 x + defb 0fdh,07ah,077h ;illegal sequence ;5888 fd 7a 77 . z w + add a,l ;588b 85 . + defb 0fdh,038h,08fh ;illegal sequence ;588c fd 38 8f . 8 . + adc a,b ;588f 88 . + defb 0fdh,07ah,089h ;illegal sequence ;5890 fd 7a 89 . z . + ld a,e ;5893 7b { + rst 38h ;5894 ff . + sbc a,b ;5895 98 . + dec bc ;5896 0b . + dec bc ;5897 0b . + adc a,h ;5898 8c . + adc a,l ;5899 8d . + nop ;589a 00 . + add a,l ;589b 85 . + or c ;589c b1 . + call po,sub_ab8dh ;589d e4 8d ab . . . + sub l ;58a0 95 . + or c ;58a1 b1 . + inc e ;58a2 1c . + sub (hl) ;58a3 96 . + and c ;58a4 a1 . + call po,sub_5afch ;58a5 e4 fc 5a . . Z + halt ;58a8 76 v + ld (hl),a ;58a9 77 w + call m,sub_865ah ;58aa fc 5a 86 . Z . + ld a,d ;58ad 7a z + call m,sub_882eh ;58ae fc 2e 88 . . . + adc a,c ;58b1 89 . + defb 0fdh,01ch,080h ;illegal sequence ;58b2 fd 1c 80 . . . + ld l,a ;58b5 6f o + ld (iy+07bh),h ;58b6 fd 74 7b . t { + ld a,b ;58b9 78 x + defb 0fdh,03bh,078h ;illegal sequence ;58ba fd 3b 78 . ; x + adc a,(hl) ;58bd 8e . + dec (iy-07ch) ;58be fd 35 84 . 5 . + add a,a ;58c1 87 . + rst 38h ;58c2 ff . + sbc a,d ;58c3 9a . + inc d ;58c4 14 . + ld (bc),a ;58c5 02 . + adc a,l ;58c6 8d . + sub d ;58c7 92 . + nop ;58c8 00 . + add a,e ;58c9 83 . + and a ;58ca a7 . + call po,sub_a189h+2 ;58cb e4 8b a1 . . . + sub e ;58ce 93 . + and a ;58cf a7 . + inc e ;58d0 1c . + sub d ;58d1 92 . + sbc a,b ;58d2 98 . + call po,sub_1cfch ;58d3 e4 fc 1c . . . + ld a,e ;58d6 7b { + ld a,l ;58d7 7d } + call m,sub_7a3eh ;58d8 fc 3e 7a . > z + halt ;58db 76 v + call m,sub_8376h ;58dc fc 76 83 . v . + ld a,e ;58df 7b { + call m,sub_8625h ;58e0 fc 25 86 . % . + adc a,b ;58e3 88 . + defb 0fdh,01ch,07fh ;illegal sequence ;58e4 fd 1c 7f . .  + ld (hl),e ;58e7 73 s + ld (iy+07ch),c ;58e8 fd 71 7c . q | + ld a,d ;58eb 7a z + add iy,sp ;58ec fd 39 . 9 + ld a,d ;58ee 7a z + adc a,e ;58ef 8b . + dec (iy-07ch) ;58f0 fd 35 84 . 5 . + add a,a ;58f3 87 . + rst 38h ;58f4 ff . + sub e ;58f5 93 . + ld c,011h ;58f6 0e 11 . . + adc a,d ;58f8 8a . + adc a,l ;58f9 8d . + nop ;58fa 00 . + sub c ;58fb 91 . + or e ;58fc b3 . + call po,sub_a987h ;58fd e4 87 a9 . . . + inc e ;5900 1c . + add a,b ;5901 80 . + and h ;5902 a4 . + call po,sub_8a80h ;5903 e4 80 8a . . . + call m,sub_8caah ;5906 fc aa 8c . . . + add a,c ;5909 81 . + sbc a,b ;590a 98 . + and h ;590b a4 . + rst 38h ;590c ff . + sbc a,d ;590d 9a . + rlca ;590e 07 . + inc b ;590f 04 . + adc a,l ;5910 8d . + sub c ;5911 91 . + nop ;5912 00 . + add a,(hl) ;5913 86 . + xor e ;5914 ab . + call po,sub_b4fdh ;5915 e4 fd b4 . . . + add a,c ;5918 81 . + add a,b ;5919 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;591a fd b4 7f . .  + add a,b ;591d 80 . + inc e ;591e 1c . + sub e ;591f 93 . + xor e ;5920 ab . + call po,sub_b4fdh ;5921 e4 fd b4 . . . + add a,c ;5924 81 . + add a,b ;5925 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5926 fd b4 7f . .  + add a,b ;5929 80 . + inc e ;592a 1c . + add a,b ;592b 80 . + and h ;592c a4 . + call po,sub_8e8bh+2 ;592d e4 8d 8e . . . + sbc a,d ;5930 9a . + and h ;5931 a4 . + inc e ;5932 1c . + adc a,l ;5933 8d . + adc a,(hl) ;5934 8e . + call po,sub_808dh ;5935 e4 8d 80 . . . + rst 38h ;5938 ff . + sbc a,h ;5939 9c . + dec b ;593a 05 . + add hl,bc ;593b 09 . + adc a,(hl) ;593c 8e . + sub d ;593d 92 . + nop ;593e 00 . + add a,e ;593f 83 . + and d ;5940 a2 . + call po,sub_b4fdh ;5941 e4 fd b4 . . . + add a,c ;5944 81 . + add a,b ;5945 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5946 fd b4 7f . .  + add a,b ;5949 80 . + inc e ;594a 1c . + sub b ;594b 90 . + and d ;594c a2 . + call po,sub_b4fdh ;594d e4 fd b4 . . . + add a,c ;5950 81 . + add a,b ;5951 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;5952 fd b4 7f . .  + add a,b ;5955 80 . + inc e ;5956 1c . + sub e ;5957 93 . + sbc a,d ;5958 9a . + call po,sub_808ah ;5959 e4 8a 80 . . . + add a,(hl) ;595c 86 . + ld (hl),a ;595d 77 w + ld (iy+07dh),c ;595e fd 71 7d . q } + add a,d ;5961 82 . + inc e ;5962 1c . + add a,b ;5963 80 . + sbc a,d ;5964 9a . + call po,sub_8087h+1 ;5965 e4 88 80 . . . + adc a,d ;5968 8a . + add a,b ;5969 80 . + rst 38h ;596a ff . + sub h ;596b 94 . + ld (de),a ;596c 12 . + rla ;596d 17 . + adc a,d ;596e 8a . + adc a,b ;596f 88 . + nop ;5970 00 . + add a,b ;5971 80 . + and h ;5972 a4 . + call po,sub_a48ch ;5973 e4 8c a4 . . . + inc e ;5976 1c . + add a,(hl) ;5977 86 . + and h ;5978 a4 . + call po,sub_7086h ;5979 e4 86 70 . . p + inc e ;597c 1c . + add a,b ;597d 80 . + ld (hl),b ;597e 70 p + call po,sub_708ch ;597f e4 8c 70 . . p + inc e ;5982 1c . + add a,(hl) ;5983 86 . + sub h ;5984 94 . + call po,sub_9494h ;5985 e4 94 94 . . . + defb 0fdh,09dh,07eh ;illegal sequence ;5988 fd 9d 7e . . ~ + halt ;598b 76 v + add a,(hl) ;598c 86 . + add a,b ;598d 80 . + rst 38h ;598e ff . + sbc a,(hl) ;598f 9e . + dec b ;5990 05 . + dec b ;5991 05 . + adc a,a ;5992 8f . + adc a,d ;5993 8a . + nop ;5994 00 . + add a,b ;5995 80 . + sub h ;5996 94 . + call po,sub_7ffdh ;5997 e4 fd 7f . .  + adc a,d ;599a 8a . + ld a,e ;599b 7b { + defb 0fdh,032h,071h ;illegal sequence ;599c fd 32 71 . 2 q + ld a,c ;599f 79 y + defb 0fdh,07fh,076h ;illegal sequence ;59a0 fd 7f 76 .  v + add a,l ;59a3 85 . + inc e ;59a4 1c . + add a,b ;59a5 80 . + and h ;59a6 a4 . + call po,sub_7680h ;59a7 e4 80 76 . . v + rst 38h ;59aa ff . + sub (hl) ;59ab 96 . + ld b,00bh ;59ac 06 0b . . + adc a,e ;59ae 8b . + adc a,l ;59af 8d . + nop ;59b0 00 . + nop ;59b1 00 . + nop ;59b2 00 . + nop ;59b3 00 . + nop ;59b4 00 . + add a,b ;59b5 80 . + sub d ;59b6 92 . + call po,sub_92a8h ;59b7 e4 a8 92 . . . + rst 38h ;59ba ff . + xor d ;59bb aa . + inc de ;59bc 13 . + inc d ;59bd 14 . + sub l ;59be 95 . + sub d ;59bf 92 . + nop ;59c0 00 . + add a,(hl) ;59c1 86 . + and a ;59c2 a7 . + call po,sub_3efch ;59c3 e4 fc 3e . . > + ld a,(hl) ;59c6 7e ~ + adc a,b ;59c7 88 . + adc a,h ;59c8 8c . + sbc a,b ;59c9 98 . + inc e ;59ca 1c . + add a,b ;59cb 80 . + sub d ;59cc 92 . + call po,sub_9295h ;59cd e4 95 92 . . . + inc e ;59d0 1c . + adc a,a ;59d1 8f . + adc a,h ;59d2 8c . + call po,sub_7d82h ;59d3 e4 82 7d . . } + sub e ;59d6 93 . + ld a,l ;59d7 7d } + inc e ;59d8 1c . + adc a,a ;59d9 8f . + adc a,h ;59da 8c . + call po,sub_778fh ;59db e4 8f 77 . . w + rst 38h ;59de ff . + sub l ;59df 95 . + ex af,af' ;59e0 08 . + ld a,(bc) ;59e1 0a . + adc a,e ;59e2 8b . + sub d ;59e3 92 . + nop ;59e4 00 . + add a,(hl) ;59e5 86 . + and a ;59e6 a7 . + call po,sub_3efch ;59e7 e4 fc 3e . . > + ld a,(hl) ;59ea 7e ~ + adc a,b ;59eb 88 . + adc a,h ;59ec 8c . + sub (hl) ;59ed 96 . + inc e ;59ee 1c . + add a,b ;59ef 80 . + sub d ;59f0 92 . + call po,sub_9295h ;59f1 e4 95 92 . . . + inc e ;59f4 1c . + add a,h ;59f5 84 . + add a,a ;59f6 87 . + call po,0a1fdh ;59f7 e4 fd a1 . . . + add a,(hl) ;59fa 86 . + ld a,a ;59fb 7f  + dec (iy+079h) ;59fc fd 35 79 . 5 y + ld a,a ;59ff 7f  + adc a,b ;5a00 88 . + ld a,l ;5a01 7d } + call m,sub_8435h ;5a02 fc 35 84 . 5 . + ld a,c ;5a05 79 y + sub b ;5a06 90 . + ld (hl),a ;5a07 77 w + rst 38h ;5a08 ff . + sub l ;5a09 95 . + ex af,af' ;5a0a 08 . + ld a,(bc) ;5a0b 0a . + adc a,e ;5a0c 8b . + sub d ;5a0d 92 . + nop ;5a0e 00 . + add a,l ;5a0f 85 . + sbc a,e ;5a10 9b . + call po,sub_71fdh ;5a11 e4 fd 71 . . q + add a,(hl) ;5a14 86 . + ld a,h ;5a15 7c | + defb 0fdh,017h,079h ;illegal sequence ;5a16 fd 17 79 . . y + ld a,h ;5a19 7c | + sub d ;5a1a 92 . + add a,(hl) ;5a1b 86 . + inc e ;5a1c 1c . + sub d ;5a1d 92 . + sub a ;5a1e 97 . + call po,09287h ;5a1f e4 87 92 . . . + call m,sub_8376h ;5a22 fc 76 83 . v . + ld a,e ;5a25 7b { + call m,sub_843bh ;5a26 fc 3b 84 . ; . + add a,a ;5a29 87 . + call m,sub_7d25h ;5a2a fc 25 7d . % } + add a,(hl) ;5a2d 86 . + inc e ;5a2e 1c . + add a,b ;5a2f 80 . + add a,b ;5a30 80 . + call po,sub_8095h ;5a31 e4 95 80 . . . + rst 38h ;5a34 ff . + sub l ;5a35 95 . + ld c,011h ;5a36 0e 11 . . + adc a,e ;5a38 8b . + sub l ;5a39 95 . + nop ;5a3a 00 . + add a,h ;5a3b 84 . + sub d ;5a3c 92 . + call po,sub_39fdh ;5a3d e4 fd 39 . . 9 + adc a,l ;5a40 8d . + add a,a ;5a41 87 . + defb 0fdh,079h,087h ;illegal sequence ;5a42 fd 79 87 . y . + ld a,h ;5a45 7c | + add iy,sp ;5a46 fd 39 . 9 + ld (hl),e ;5a48 73 s + ld a,c ;5a49 79 y + defb 0fdh,079h,079h ;illegal sequence ;5a4a fd 79 79 . y y + add a,h ;5a4d 84 . + inc e ;5a4e 1c . + add a,b ;5a4f 80 . + add a,(hl) ;5a50 86 . + call po,sub_8696h ;5a51 e4 96 86 . . . + rst 38h ;5a54 ff . + sub (hl) ;5a55 96 . + dec bc ;5a56 0b . + dec bc ;5a57 0b . + adc a,e ;5a58 8b . + sub l ;5a59 95 . + nop ;5a5a 00 . + adc a,l ;5a5b 8d . + add a,b ;5a5c 80 . + call po,sub_8d80h ;5a5d e4 80 8d . . . + adc a,l ;5a60 8d . + sbc a,d ;5a61 9a . + inc e ;5a62 1c . + sbc a,d ;5a63 9a . + sbc a,d ;5a64 9a . + call po,sub_8d8dh ;5a65 e4 8d 8d . . . + sbc a,d ;5a68 9a . + add a,b ;5a69 80 . + rst 38h ;5a6a ff . + sbc a,d ;5a6b 9a . + ex af,af' ;5a6c 08 . + ld a,(bc) ;5a6d 0a . + adc a,l ;5a6e 8d . + adc a,l ;5a6f 8d . + nop ;5a70 00 . + call po,sub_9a80h ;5a71 e4 80 9a . . . + sbc a,d ;5a74 9a . + sbc a,d ;5a75 9a . + sbc a,d ;5a76 9a . + add a,b ;5a77 80 . + add a,b ;5a78 80 . + add a,b ;5a79 80 . + rst 38h ;5a7a ff . + sbc a,d ;5a7b 9a . + ld (bc),a ;5a7c 02 . + inc b ;5a7d 04 . + adc a,l ;5a7e 8d . + adc a,l ;5a7f 8d . + nop ;5a80 00 . + call po,sub_8d8dh ;5a81 e4 8d 8d . . . + add a,b ;5a84 80 . + sbc a,d ;5a85 9a . + inc e ;5a86 1c . + adc a,l ;5a87 8d . + sbc a,d ;5a88 9a . + call po,sub_8d9ah ;5a89 e4 9a 8d . . . + adc a,l ;5a8c 8d . + add a,b ;5a8d 80 . + rst 38h ;5a8e ff . + sbc a,d ;5a8f 9a . + ex af,af' ;5a90 08 . + ld a,(bc) ;5a91 0a . + adc a,l ;5a92 8d . + adc a,l ;5a93 8d . + nop ;5a94 00 . + add a,b ;5a95 80 . + add a,d ;5a96 82 . + call po,sub_829ah ;5a97 e4 9a 82 . . . + inc e ;5a9a 1c . + sbc a,d ;5a9b 9a . + sub l ;5a9c 95 . + call po,sub_9580h ;5a9d e4 80 95 . . . + inc e ;5aa0 1c . + adc a,l ;5aa1 8d . + and d ;5aa2 a2 . + call po,sub_888dh ;5aa3 e4 8d 88 . . . + rst 38h ;5aa6 ff . + sbc a,d ;5aa7 9a . + inc de ;5aa8 13 . + inc d ;5aa9 14 . + adc a,l ;5aaa 8d . + sub d ;5aab 92 . + nop ;5aac 00 . + nop ;5aad 00 . + nop ;5aae 00 . + add a,b ;5aaf 80 . + add a,l ;5ab0 85 . + call po,sub_b4fdh ;5ab1 e4 fd b4 . . . + add a,l ;5ab4 85 . + add a,b ;5ab5 80 . + defb 0fdh,0b4h,07bh ;illegal sequence ;5ab6 fd b4 7b . . { + add a,b ;5ab9 80 . + rst 38h ;5aba ff . + add a,a ;5abb 87 . + ld bc,l8401h ;5abc 01 01 84 . . . + add a,l ;5abf 85 . + nop ;5ac0 00 . + add a,b ;5ac1 80 . + sbc a,l ;5ac2 9d . + call po,sub_ad80h ;5ac3 e4 80 ad . . . + adc a,c ;5ac6 89 . + xor l ;5ac7 ad . + rst 38h ;5ac8 ff . + sub b ;5ac9 90 . + inc bc ;5aca 03 . + ld bc,sub_9688h ;5acb 01 88 96 . . . + nop ;5ace 00 . + add a,(hl) ;5acf 86 . + add a,b ;5ad0 80 . + call po,sub_808fh ;5ad1 e4 8f 80 . . . + adc a,a ;5ad4 8f . + adc a,a ;5ad5 8f . + rst 38h ;5ad6 ff . + sub b ;5ad7 90 . + inc b ;5ad8 04 . + ld bc,sub_9688h ;5ad9 01 88 96 . . . + nop ;5adc 00 . + add a,b ;5add 80 . + adc a,d ;5ade 8a . + call po,sub_0efdh ;5adf e4 fd 0e . . . + ld d,h ;5ae2 54 T + ld e,d ;5ae3 5a Z + rst 38h ;5ae4 ff . + add a,a ;5ae5 87 . + ld bc,l8401h ;5ae6 01 01 84 . . . + add a,l ;5ae9 85 . + nop ;5aea 00 . + add a,b ;5aeb 80 . + adc a,l ;5aec 8d . + call po,sub_b4fdh ;5aed e4 fd b4 . . . + add a,l ;5af0 85 . + add a,b ;5af1 80 . + defb 0fdh,0b4h,07bh ;illegal sequence ;5af2 fd b4 7b . . { + add a,b ;5af5 80 . + rst 38h ;5af6 ff . + add a,a ;5af7 87 . + ld a,(bc) ;5af8 0a . + inc bc ;5af9 03 . + add a,h ;5afa 84 . + adc a,h ;5afb 8c . +sub_5afch: + nop ;5afc 00 . +sub_5afdh: + add a,l ;5afd 85 . + add a,b ;5afe 80 . + call po,sub_28fch ;5aff e4 fc 28 . . ( + ld (hl),h ;5b02 74 t + sbc a,d ;5b03 9a . + call m,sub_5f20h ;5b04 fc 20 5f . _ + sub c ;5b07 91 . + add a,b ;5b08 80 . + and d ;5b09 a2 . + inc e ;5b0a 1c . + add a,c ;5b0b 81 . + sub (hl) ;5b0c 96 . + call po,sub_9696h ;5b0d e4 96 96 . . . + rst 38h ;5b10 ff . + sbc a,d ;5b11 9a . + ld a,(bc) ;5b12 0a . + rlca ;5b13 07 . + adc a,l ;5b14 8d . + sub d ;5b15 92 . + nop ;5b16 00 . + add a,d ;5b17 82 . + add a,c ;5b18 81 . + call po,sub_2dfch ;5b19 e4 fc 2d . . - + ld a,e ;5b1c 7b { + adc a,h ;5b1d 8c . + call m,sub_651ch ;5b1e fc 1c 65 . . e + adc a,e ;5b21 8b . + inc e ;5b22 1c . + add a,b ;5b23 80 . + sbc a,h ;5b24 9c . + call po,sub_9c94h+2 ;5b25 e4 96 9c . . . + dec (iy+06eh) ;5b28 fd 35 6e . 5 n + add a,c ;5b2b 81 . + rst 38h ;5b2c ff . + sbc a,d ;5b2d 9a . + ld bc,l8d07h ;5b2e 01 07 8d . . . + adc a,e ;5b31 8b . + nop ;5b32 00 . + add a,b ;5b33 80 . + adc a,h ;5b34 8c . + call po,sub_22fch ;5b35 e4 fc 22 . . " + ld l,c ;5b38 69 i + xor e ;5b39 ab . + inc e ;5b3a 1c . + adc a,h ;5b3b 8c . + sub l ;5b3c 95 . + call po,sub_808ch ;5b3d e4 8c 80 . . . + rst 38h ;5b40 ff . + sub l ;5b41 95 . + ld bc,l8b07h ;5b42 01 07 8b . . . + adc a,a ;5b45 8f . + nop ;5b46 00 . + adc a,c ;5b47 89 . + sbc a,a ;5b48 9f . + call po,sub_9989h ;5b49 e4 89 99 . . . + inc e ;5b4c 1c . + add a,b ;5b4d 80 . + adc a,(hl) ;5b4e 8e . + call po,sub_9980h ;5b4f e4 80 99 . . . + sub e ;5b52 93 . + sbc a,c ;5b53 99 . + sub e ;5b54 93 . + sub (hl) ;5b55 96 . + defb 0fdh,017h,05eh ;illegal sequence ;5b56 fd 17 5e . . ^ + add a,c ;5b59 81 . + dec (iy+072h) ;5b5a fd 35 72 . 5 r + adc a,b ;5b5d 88 . + rst 38h ;5b5e ff . + sbc a,b ;5b5f 98 . + ld bc,l8c07h ;5b60 01 07 8c . . . + sub b ;5b63 90 . + nop ;5b64 00 . + add a,d ;5b65 82 . + sbc a,c ;5b66 99 . + call po,sub_9994h ;5b67 e4 94 99 . . . + inc e ;5b6a 1c . + adc a,e ;5b6b 8b . + sbc a,c ;5b6c 99 . + call po,sub_8489h+2 ;5b6d e4 8b 84 . . . + inc e ;5b70 1c . + add a,b ;5b71 80 . + add a,h ;5b72 84 . + call po,sub_8496h ;5b73 e4 96 84 . . . + rst 38h ;5b76 ff . + sbc a,b ;5b77 98 . + ld bc,l8c07h ;5b78 01 07 8c . . . + adc a,e ;5b7b 8b . + nop ;5b7c 00 . + add a,b ;5b7d 80 . + add a,h ;5b7e 84 . + call po,035fch ;5b7f e4 fc 35 . . 5 + ld (hl),e ;5b82 73 s + sbc a,b ;5b83 98 . + inc e ;5b84 1c . + add a,b ;5b85 80 . + sbc a,b ;5b86 98 . + call po,sub_9896h ;5b87 e4 96 98 . . . + inc e ;5b8a 1c . + sub b ;5b8b 90 . + and b ;5b8c a0 . + call po,sub_8090h ;5b8d e4 90 80 . . . + rst 38h ;5b90 ff . + sbc a,c ;5b91 99 . + ld bc,l8d07h ;5b92 01 07 8d . . . + sub b ;5b95 90 . + nop ;5b96 00 . + adc a,d ;5b97 8a . + add a,b ;5b98 80 . + call po,sub_9f86h ;5b99 e4 86 9f . . . + inc e ;5b9c 1c . + add a,b ;5b9d 80 . + sub (hl) ;5b9e 96 . + call po,sub_9896h ;5b9f e4 96 98 . . . + dec (iy+06eh) ;5ba2 fd 35 6e . 5 n + add a,c ;5ba5 81 . + rst 38h ;5ba6 ff . + sbc a,e ;5ba7 9b . + ld bc,l8e07h ;5ba8 01 07 8e . . . + sub b ;5bab 90 . + nop ;5bac 00 . + add a,h ;5bad 84 . + sbc a,b ;5bae 98 . + call po,sub_9891h+2 ;5baf e4 93 98 . . . + sub c ;5bb2 91 . + add a,d ;5bb3 82 . + inc e ;5bb4 1c . + add a,b ;5bb5 80 . + add a,d ;5bb6 82 . + call po,sub_8298h ;5bb7 e4 98 82 . . . + rst 38h ;5bba ff . + sbc a,h ;5bbb 9c . + ld bc,l8e07h ;5bbc 01 07 8e . . . + adc a,e ;5bbf 8b . + nop ;5bc0 00 . + add a,b ;5bc1 80 . + sbc a,c ;5bc2 99 . + call po,sub_9992h ;5bc3 e4 92 99 . . . + sub d ;5bc6 92 . + add a,c ;5bc7 81 . + add a,b ;5bc8 80 . + add a,c ;5bc9 81 . + inc e ;5bca 1c . + add a,d ;5bcb 82 . + adc a,(hl) ;5bcc 8e . + call po,sub_8e92h ;5bcd e4 92 8e . . . + rst 38h ;5bd0 ff . + sub l ;5bd1 95 . + ld bc,l8b07h ;5bd2 01 07 8b . . . + adc a,e ;5bd5 8b . + nop ;5bd6 00 . + add a,h ;5bd7 84 . + add a,b ;5bd8 80 . + call po,sub_25fch ;5bd9 e4 fc 25 . . % + ld a,d ;5bdc 7a z + sub (hl) ;5bdd 96 . + call m,06925h ;5bde fc 25 69 . % i + sub b ;5be1 90 . + inc e ;5be2 1c . + add a,b ;5be3 80 . + sbc a,d ;5be4 9a . + call po,017fdh ;5be5 e4 fd 17 . . . + ld h,(hl) ;5be8 66 f + ld (hl),e ;5be9 73 s + inc e ;5bea 1c . + adc a,c ;5beb 89 . + sbc a,e ;5bec 9b . + call po,sub_10fdh ;5bed e4 fd 10 . . . + ld e,(hl) ;5bf0 5e ^ + ld (hl),h ;5bf1 74 t + rst 38h ;5bf2 ff . + sbc a,c ;5bf3 99 . + ld bc,l8d07h ;5bf4 01 07 8d . . . + adc a,h ;5bf7 8c . + nop ;5bf8 00 . + add a,b ;5bf9 80 . + sub d ;5bfa 92 . + call po,sub_9296h ;5bfb e4 96 92 . . . + rst 38h ;5bfe ff . + sbc a,b ;5bff 98 . + ld a,(bc) ;5c00 0a . + inc bc ;5c01 03 . + adc a,h ;5c02 8c . + adc a,h ;5c03 8c . + nop ;5c04 00 . + add a,b ;5c05 80 . + and d ;5c06 a2 . + call po,sub_a29ah ;5c07 e4 9a a2 . . . + dec (iy+06bh) ;5c0a fd 35 6b . 5 k + add a,d ;5c0d 82 . + inc e ;5c0e 1c . + adc a,l ;5c0f 8d . + sbc a,d ;5c10 9a . + call po,017fdh ;5c11 e4 fd 17 . . . + ld e,h ;5c14 5c \ + ld a,(hl) ;5c15 7e ~ + defb 0fdh,025h,069h ;illegal sequence ;5c16 fd 25 69 . % i + adc a,c ;5c19 89 . + rst 38h ;5c1a ff . + sbc a,h ;5c1b 9c . + ld a,(bc) ;5c1c 0a . + inc b ;5c1d 04 . + adc a,(hl) ;5c1e 8e . + sub d ;5c1f 92 . + nop ;5c20 00 . + add a,b ;5c21 80 . + adc a,a ;5c22 8f . + call po,017fch ;5c23 e4 fc 17 . . . + ld (hl),b ;5c26 70 p + and l ;5c27 a5 . + call m,sub_5710h ;5c28 fc 10 57 . . W + and (hl) ;5c2b a6 . + inc e ;5c2c 1c . + adc a,l ;5c2d 8d . + sbc a,b ;5c2e 98 . + call po,sub_7f8dh ;5c2f e4 8d 7f . .  + rst 38h ;5c32 ff . + sbc a,h ;5c33 9c . + ld bc,l8e08h ;5c34 01 08 8e . . . + sbc a,b ;5c37 98 . + nop ;5c38 00 . + add a,b ;5c39 80 . + sub b ;5c3a 90 . + call po,sub_9c80h ;5c3b e4 80 9c . . . + sbc a,b ;5c3e 98 . + sbc a,h ;5c3f 9c . + defb 0fdh,01ch,05ah ;illegal sequence ;5c40 fd 1c 5a . . Z + ld a,a ;5c43 7f  + dec (iy+06eh) ;5c44 fd 35 6e . 5 n + adc a,e ;5c47 8b . + inc e ;5c48 1c . + adc a,h ;5c49 8c . + and l ;5c4a a5 . + call po,sub_9c8ch ;5c4b e4 8c 9c . . . + rst 38h ;5c4e ff . + sbc a,d ;5c4f 9a . + ld a,(bc) ;5c50 0a . + rlca ;5c51 07 . + adc a,l ;5c52 8d . + sub a ;5c53 97 . + nop ;5c54 00 . + add a,d ;5c55 82 . + sbc a,l ;5c56 9d . + call po,09d9ah ;5c57 e4 9a 9d . . . + inc e ;5c5a 1c . + adc a,(hl) ;5c5b 8e . + sbc a,l ;5c5c 9d . + call po,sub_848eh ;5c5d e4 8e 84 . . . + inc e ;5c60 1c . + add a,b ;5c61 80 . + add a,h ;5c62 84 . + call po,sub_849ch ;5c63 e4 9c 84 . . . + rst 38h ;5c66 ff . + sbc a,h ;5c67 9c . + ld a,(bc) ;5c68 0a . + rlca ;5c69 07 . + adc a,(hl) ;5c6a 8e . + sub d ;5c6b 92 . + nop ;5c6c 00 . + add a,b ;5c6d 80 . + add a,h ;5c6e 84 . + call po,sub_2efch ;5c6f e4 fc 2e . . . + ld l,l ;5c72 6d m + and c ;5c73 a1 . + inc e ;5c74 1c . + sub e ;5c75 93 . + and l ;5c76 a5 . + call po,sub_7f93h ;5c77 e4 93 7f . .  + inc e ;5c7a 1c . + add a,c ;5c7b 81 . + sbc a,h ;5c7c 9c . + call po,sub_9c9bh ;5c7d e4 9b 9c . . . + rst 38h ;5c80 ff . + sbc a,h ;5c81 9c . + ld a,(bc) ;5c82 0a . + inc b ;5c83 04 . + adc a,(hl) ;5c84 8e . + sub a ;5c85 97 . + nop ;5c86 00 . + call po,sub_1cfch ;5c87 e4 fc 1c . . . + ld (hl),b ;5c8a 70 p + sub l ;5c8b 95 . + call m,sub_5e1ch ;5c8c fc 1c 5e . . ^ + sub c ;5c8f 91 . + adc a,h ;5c90 8c . + and h ;5c91 a4 . + inc e ;5c92 1c . + add a,d ;5c93 82 . + sbc a,h ;5c94 9c . + call po,sub_9c9ah ;5c95 e4 9a 9c . . . + sbc a,d ;5c98 9a . + sub d ;5c99 92 . + add iy,de ;5c9a fd 19 . . + ld e,d ;5c9c 5a Z + add a,c ;5c9d 81 . + defb 0fdh,05ah,07ch ;illegal sequence ;5c9e fd 5a 7c . Z | + add a,d ;5ca1 82 . + adc a,(hl) ;5ca2 8e . + add a,c ;5ca3 81 . + rst 38h ;5ca4 ff . + sbc a,d ;5ca5 9a . + ld a,(bc) ;5ca6 0a . + dec b ;5ca7 05 . + adc a,l ;5ca8 8d . + sub a ;5ca9 97 . + nop ;5caa 00 . + sub b ;5cab 90 . + ld a,a ;5cac 7f  + call po,0a58bh ;5cad e4 8b a5 . . . + inc e ;5cb0 1c . + add a,d ;5cb1 82 . + sbc a,d ;5cb2 9a . + call po,sub_9e97h+1 ;5cb3 e4 98 9e . . . + inc e ;5cb6 1c . + add a,b ;5cb7 80 . + adc a,h ;5cb8 8c . + call po,sub_919ch ;5cb9 e4 9c 91 . . . + rst 38h ;5cbc ff . + sbc a,h ;5cbd 9c . + ld a,(bc) ;5cbe 0a . + inc bc ;5cbf 03 . + adc a,(hl) ;5cc0 8e . + sub a ;5cc1 97 . + nop ;5cc2 00 . + add a,b ;5cc3 80 . + sub b ;5cc4 90 . + call po,sub_31fch ;5cc5 e4 fc 31 . . 1 + ld l,a ;5cc8 6f o + sub l ;5cc9 95 . + inc e ;5cca 1c . + adc a,c ;5ccb 89 . + sbc a,(hl) ;5ccc 9e . + call po,sub_9e97h ;5ccd e4 97 9e . . . + defb 0fdh,00dh,052h ;illegal sequence ;5cd0 fd 0d 52 . . R + add a,h ;5cd3 84 . + defb 0fdh,00dh,05fh ;illegal sequence ;5cd4 fd 0d 5f . . _ + adc a,d ;5cd7 8a . + defb 0fdh,025h,063h ;illegal sequence ;5cd8 fd 25 63 . % c + sub c ;5cdb 91 . + rst 38h ;5cdc ff . + sbc a,d ;5cdd 9a . + dec b ;5cde 05 . + rlca ;5cdf 07 . + adc a,l ;5ce0 8d . + sub d ;5ce1 92 . + nop ;5ce2 00 . + add a,b ;5ce3 80 . + sub b ;5ce4 90 . + call po,sub_2cfch ;5ce5 e4 fc 2c . . , + ld l,e ;5ce8 6b k + sub h ;5ce9 94 . + inc e ;5cea 1c . + add a,a ;5ceb 87 . + sbc a,h ;5cec 9c . + call po,sub_9c9dh ;5ced e4 9d 9c . . . + inc e ;5cf0 1c . + sub e ;5cf1 93 . + sbc a,h ;5cf2 9c . + call po,017fdh ;5cf3 e4 fd 17 . . . + ld c,a ;5cf6 4f O + ld a,(hl) ;5cf7 7e ~ + ld iy,(0886eh) ;5cf8 fd 2a 6e 88 . * n . + rst 38h ;5cfc ff . + sbc a,h ;5cfd 9c . + add hl,bc ;5cfe 09 . + inc b ;5cff 04 . + adc a,(hl) ;5d00 8e . + sub a ;5d01 97 . + nop ;5d02 00 . + add a,b ;5d03 80 . + add a,h ;5d04 84 . + call po,sub_8496h ;5d05 e4 96 84 . . . + sub (hl) ;5d08 96 . + sbc a,(hl) ;5d09 9e . + add a,b ;5d0a 80 . + sbc a,(hl) ;5d0b 9e . + rst 38h ;5d0c ff . + sbc a,b ;5d0d 98 . + ld a,(bc) ;5d0e 0a . + dec b ;5d0f 05 . + adc a,h ;5d10 8c . + sub d ;5d11 92 . + nop ;5d12 00 . +sub_5d13h: + adc a,b ;5d13 88 . + ld a,a ;5d14 7f  + call po,035fch ;5d15 e4 fc 35 . . 5 + ld a,a ;5d18 7f  + adc a,l ;5d19 8d . + call m,05c17h ;5d1a fc 17 5c . . \ + adc a,a ;5d1d 8f . + sub l ;5d1e 95 . + and e ;5d1f a3 . + inc e ;5d20 1c . + add a,a ;5d21 87 . + and e ;5d22 a3 . + call po,sub_8c87h ;5d23 e4 87 8c . . . + inc e ;5d26 1c . + add a,b ;5d27 80 . + sbc a,b ;5d28 98 . + call po,sub_989ch ;5d29 e4 9c 98 . . . + rst 38h ;5d2c ff . + sbc a,d ;5d2d 9a . + ld a,(bc) ;5d2e 0a . + inc b ;5d2f 04 . + add a,b ;5d30 80 . + add a,b ;5d31 80 . + nop ;5d32 00 . + add a,b ;5d33 80 . + add a,c ;5d34 81 . + call po,043fch ;5d35 e4 fc 43 . . C + ld a,d ;5d38 7a z + sbc a,(hl) ;5d39 9e . + inc e ;5d3a 1c . + add a,e ;5d3b 83 . + and e ;5d3c a3 . + call po,sub_25fdh ;5d3d e4 fd 25 . . % + ld a,e ;5d40 7b { + ld (hl),c ;5d41 71 q + inc e ;5d42 1c . + add a,b ;5d43 80 . + sbc a,b ;5d44 98 . + call po,017fdh ;5d45 e4 fd 17 . . . + ld (hl),l ;5d48 75 u + ld l,c ;5d49 69 i + rst 38h ;5d4a ff . + sbc a,e ;5d4b 9b . + ld a,(bc) ;5d4c 0a . + rlca ;5d4d 07 . + adc a,(hl) ;5d4e 8e . + sub d ;5d4f 92 . + nop ;5d50 00 . + add a,b ;5d51 80 . + add a,c ;5d52 81 . + call po,sub_18fch ;5d53 e4 fc 18 . . . + ld h,(hl) ;5d56 66 f + xor b ;5d57 a8 . + call m,sub_5f1ch ;5d58 fc 1c 5f . . _ + sub l ;5d5b 95 . + add a,d ;5d5c 82 . + and c ;5d5d a1 . + inc e ;5d5e 1c . + adc a,(hl) ;5d5f 8e . + adc a,a ;5d60 8f . + call po,017fdh ;5d61 e4 fd 17 . . . + ld h,d ;5d64 62 b + ld h,b ;5d65 60 ` + rst 38h ;5d66 ff . + sbc a,h ;5d67 9c . + ld a,(bc) ;5d68 0a . + rlca ;5d69 07 . + adc a,(hl) ;5d6a 8e . + sub d ;5d6b 92 . + nop ;5d6c 00 . + add a,b ;5d6d 80 . + sbc a,c ;5d6e 99 . + call po,sub_9c9ah ;5d6f e4 9a 9c . . . + defb 0fdh,025h,065h ;illegal sequence ;5d72 fd 25 65 . % e + add a,(hl) ;5d75 86 . + inc e ;5d76 1c . + add a,a ;5d77 87 . + and e ;5d78 a3 . + call po,08787h ;5d79 e4 87 87 . . . + call m,sub_875ah ;5d7c fc 5a 87 . Z . + add a,b ;5d7f 80 . + sbc a,d ;5d80 9a . + add a,c ;5d81 81 . + rst 38h ;5d82 ff . + sbc a,d ;5d83 9a . + ld a,(bc) ;5d84 0a . + rlca ;5d85 07 . + adc a,l ;5d86 8d . + sub a ;5d87 97 . + nop ;5d88 00 . + add a,h ;5d89 84 . + add a,b ;5d8a 80 . + call po,sub_2afch ;5d8b e4 fc 2a . . * + ld (hl),e ;5d8e 73 s + sbc a,l ;5d8f 9d . + call m,sub_5517h ;5d90 fc 17 55 . . U + sub e ;5d93 93 . + sbc a,b ;5d94 98 . + and e ;5d95 a3 . + inc e ;5d96 1c . + add a,b ;5d97 80 . + and c ;5d98 a1 . + call po,017fdh ;5d99 e4 fd 17 . . . + ld h,d ;5d9c 62 b + ld l,l ;5d9d 6d m + rst 38h ;5d9e ff . + sbc a,d ;5d9f 9a . + ld a,(bc) ;5da0 0a . + rlca ;5da1 07 . + adc a,l ;5da2 8d . + sub d ;5da3 92 . + nop ;5da4 00 . + add a,b ;5da5 80 . + sub d ;5da6 92 . + call po,035fch ;5da7 e4 fc 35 . . 5 + ld (hl),e ;5daa 73 s + sub e ;5dab 93 . + inc e ;5dac 1c . + adc a,c ;5dad 89 . + sbc a,(hl) ;5dae 9e . + call po,sub_9e97h+1 ;5daf e4 98 9e . . . + defb 0fdh,01fh,05ch ;illegal sequence ;5db2 fd 1f 5c . . \ + add a,d ;5db5 82 . + defb 0fdh,025h,066h ;illegal sequence ;5db6 fd 25 66 . % f + sub d ;5db9 92 . + inc e ;5dba 1c . + adc a,b ;5dbb 88 . + sub h ;5dbc 94 . + call po,sub_1cfdh ;5dbd e4 fd 1c . . . + ld (hl),l ;5dc0 75 u + ld l,b ;5dc1 68 h + rst 38h ;5dc2 ff . + sbc a,d ;5dc3 9a . + dec b ;5dc4 05 . + rlca ;5dc5 07 . + adc a,l ;5dc6 8d . + sub d ;5dc7 92 . + nop ;5dc8 00 . + add a,l ;5dc9 85 . + add a,b ;5dca 80 . + call po,035fch ;5dcb e4 fc 35 . . 5 + ld a,(hl) ;5dce 7e ~ + adc a,e ;5dcf 8b . + call m,sub_5d13h ;5dd0 fc 13 5d . . ] + adc a,h ;5dd3 8c . + adc a,a ;5dd4 8f . + and b ;5dd5 a0 . + inc e ;5dd6 1c . + sub a ;5dd7 97 . + and h ;5dd8 a4 . + call po,00ffdh ;5dd9 e4 fd 0f . . . + ld l,l ;5ddc 6d m + sbc a,h ;5ddd 9c . + defb 0fdh,013h,074h ;illegal sequence ;5dde fd 13 74 . . t + and e ;5de1 a3 . + inc e ;5de2 1c . + add a,b ;5de3 80 . + sub d ;5de4 92 . + call po,sub_929bh ;5de5 e4 9b 92 . . . + rst 38h ;5de8 ff . + sbc a,d ;5de9 9a . + ld a,(bc) ;5dea 0a . + inc bc ;5deb 03 . + adc a,l ;5dec 8d . + sub l ;5ded 95 . + nop ;5dee 00 . + add a,(hl) ;5def 86 . + add a,c ;5df0 81 . + call po,sub_26fch ;5df1 e4 fc 26 . . & + ld (hl),d ;5df4 72 r + sbc a,l ;5df5 9d . + call m,sub_5e1ch ;5df6 fc 1c 5e . . ^ + sub c ;5df9 91 . + inc e ;5dfa 1c . + add a,b ;5dfb 80 . + and b ;5dfc a0 . + call po,sub_19fdh ;5dfd e4 fd 19 . . . + ld h,a ;5e00 67 g + ld (hl),c ;5e01 71 q + inc e ;5e02 1c . + adc a,c ;5e03 89 . + and e ;5e04 a3 . + call po,sub_25fdh ;5e05 e4 fd 25 . . % + ld l,l ;5e08 6d m + ld (hl),e ;5e09 73 s + rst 38h ;5e0a ff . + sbc a,d ;5e0b 9a . + ld a,(bc) ;5e0c 0a . + rlca ;5e0d 07 . + adc a,l ;5e0e 8d . + sub d ;5e0f 92 . + nop ;5e10 00 . + add a,h ;5e11 84 . + and e ;5e12 a3 . + call po,sub_a398h ;5e13 e4 98 a3 . . . + inc e ;5e16 1c . + add a,b ;5e17 80 . + sbc a,b ;5e18 98 . + call po,sub_989ch ;5e19 e4 9c 98 . . . +sub_5e1ch: + inc e ;5e1c 1c . + sub b ;5e1d 90 . + sbc a,b ;5e1e 98 . + call po,017fdh ;5e1f e4 fd 17 . . . + ld e,h ;5e22 5c \ + ld a,(hl) ;5e23 7e ~ + dec (iy+071h) ;5e24 fd 35 71 . 5 q + add a,l ;5e27 85 . + rst 38h ;5e28 ff . + sbc a,h ;5e29 9c . + ld a,(bc) ;5e2a 0a . + inc bc ;5e2b 03 . + adc a,(hl) ;5e2c 8e . + sub d ;5e2d 92 . + nop ;5e2e 00 . + add a,b ;5e2f 80 . + ld a,a ;5e30 7f  + call po,sub_a580h ;5e31 e4 80 a5 . . . + inc e ;5e34 1c . + add a,b ;5e35 80 . + sbc a,b ;5e36 98 . + call po,sub_1cfdh ;5e37 e4 fd 1c . . . + ld (hl),e ;5e3a 73 s + ld e,a ;5e3b 5f _ + rst 38h ;5e3c ff . + sub h ;5e3d 94 . + inc bc ;5e3e 03 . + add hl,bc ;5e3f 09 . + adc a,d ;5e40 8a . + sub a ;5e41 97 . + nop ;5e42 00 . + add a,(hl) ;5e43 86 . + add a,b ;5e44 80 . + call po,017fch ;5e45 e4 fc 17 . . . + ld (hl),h ;5e48 74 t + sub d ;5e49 92 . + call m,sub_6d25h ;5e4a fc 25 6d . % m + adc a,l ;5e4d 8d . + sub b ;5e4e 90 . + and l ;5e4f a5 . + inc e ;5e50 1c . + add a,b ;5e51 80 . + sbc a,d ;5e52 9a . + call po,sub_9a9ch ;5e53 e4 9c 9a . . . + rst 38h ;5e56 ff . + sbc a,h ;5e57 9c . + ld a,(bc) ;5e58 0a . + inc b ;5e59 04 . + adc a,(hl) ;5e5a 8e . + sub a ;5e5b 97 . + nop ;5e5c 00 . + add a,b ;5e5d 80 . + add a,(hl) ;5e5e 86 . + call po,sub_869ah ;5e5f e4 9a 86 . . . + inc e ;5e62 1c . + add a,e ;5e63 83 . + sbc a,l ;5e64 9d . + call po,sub_9d97h ;5e65 e4 97 9d . . . + rst 38h ;5e68 ff . + sbc a,h ;5e69 9c . + ld a,(bc) ;5e6a 0a . + rlca ;5e6b 07 . + adc a,(hl) ;5e6c 8e . + sub d ;5e6d 92 . + nop ;5e6e 00 . + add a,d ;5e6f 82 . + and d ;5e70 a2 . + call po,sub_a296h ;5e71 e4 96 a2 . . . + defb 0fdh,015h,04dh ;illegal sequence ;5e74 fd 15 4d . . M + add a,a ;5e77 87 . + defb 0fdh,01fh,05dh ;illegal sequence ;5e78 fd 1f 5d . . ] + sub h ;5e7b 94 . + inc e ;5e7c 1c . + add a,l ;5e7d 85 . + sub a ;5e7e 97 . + call po,sub_25fdh ;5e7f e4 fd 25 . . % + ld l,l ;5e82 6d m + ld e,a ;5e83 5f _ + rst 38h ;5e84 ff . + sbc a,b ;5e85 98 . + ld a,(bc) ;5e86 0a . + rlca ;5e87 07 . + adc a,h ;5e88 8c . + sub d ;5e89 92 . + nop ;5e8a 00 . + adc a,l ;5e8b 8d . + and l ;5e8c a5 . + call po,sub_9e8dh ;5e8d e4 8d 9e . . . + inc e ;5e90 1c . + add a,d ;5e91 82 . + sbc a,(hl) ;5e92 9e . + call po,sub_9e97h ;5e93 e4 97 9e . . . + defb 0fdh,017h,058h ;illegal sequence ;5e96 fd 17 58 . . X + sub d ;5e99 92 . + defb 0fdh,017h,063h ;illegal sequence ;5e9a fd 17 63 . . c + sbc a,h ;5e9d 9c . + inc e ;5e9e 1c . + adc a,l ;5e9f 8d . + ld a,a ;5ea0 7f  + call po,sub_908dh ;5ea1 e4 8d 90 . . . + inc e ;5ea4 1c . + sub b ;5ea5 90 . + sub b ;5ea6 90 . + call po,sub_8699h ;5ea7 e4 99 86 . . . + rst 38h ;5eaa ff . + sbc a,c ;5eab 99 . + ld a,(bc) ;5eac 0a . + rlca ;5ead 07 . + adc a,l ;5eae 8d . + sub a ;5eaf 97 . + nop ;5eb0 00 . + sub l ;5eb1 95 . + and e ;5eb2 a3 . + call po,sub_0efdh ;5eb3 e4 fd 0e . . . + ld b,b ;5eb6 40 @ + adc a,l ;5eb7 8d . + defb 0fdh,00bh,04bh ;illegal sequence ;5eb8 fd 0b 4b . . K + sbc a,c ;5ebb 99 . + defb 0fdh,011h,05ah ;illegal sequence ;5ebc fd 11 5a . . Z + sbc a,h ;5ebf 9c . + rst 38h ;5ec0 ff . + sbc a,d ;5ec1 9a . + ld b,007h ;5ec2 06 07 . . + adc a,l ;5ec4 8d . + sub d ;5ec5 92 . + nop ;5ec6 00 . + add a,b ;5ec7 80 . + add a,h ;5ec8 84 . + call po,sub_0efch ;5ec9 e4 fc 0e . . . + ld c,e ;5ecc 4b K + sbc a,a ;5ecd 9f . + call m,sub_490eh ;5ece fc 0e 49 . . I + adc a,a ;5ed1 8f . + inc e ;5ed2 1c . + sub h ;5ed3 94 . + and b ;5ed4 a0 . + call po,sub_0afch+1 ;5ed5 e4 fd 0a . . . + dec sp ;5ed8 3b ; + ld e,(hl) ;5ed9 5e ^ + defb 0fdh,00ch,039h ;illegal sequence ;5eda fd 0c 39 . . 9 + ld l,d ;5edd 6a j + rst 38h ;5ede ff . + sbc a,h ;5edf 9c . + ld a,(bc) ;5ee0 0a . + ld (bc),a ;5ee1 02 . + adc a,(hl) ;5ee2 8e . + sub h ;5ee3 94 . + nop ;5ee4 00 . + add a,b ;5ee5 80 . + sub h ;5ee6 94 . + call po,sub_25fch ;5ee7 e4 fc 25 . . % + ld a,(hl) ;5eea 7e ~ + and d ;5eeb a2 . + inc e ;5eec 1c . + add a,b ;5eed 80 . + and e ;5eee a3 . + call po,sub_8680h ;5eef e4 80 86 . . . + call m,sub_865ah ;5ef2 fc 5a 86 . Z . + add a,c ;5ef5 81 . + sub (hl) ;5ef6 96 . + add a,d ;5ef7 82 . + rst 38h ;5ef8 ff . + sub (hl) ;5ef9 96 . + inc bc ;5efa 03 . + rlca ;5efb 07 . + adc a,e ;5efc 8b . + sub a ;5efd 97 . + nop ;5efe 00 . + add a,e ;5eff 83 . + add a,c ;5f00 81 . + call po,043fch ;5f01 e4 fc 43 . . C + ld (hl),d ;5f04 72 r + sbc a,a ;5f05 9f . + add a,b ;5f06 80 . + and c ;5f07 a1 . + rst 38h ;5f08 ff . + sbc a,c ;5f09 99 . + ld a,(bc) ;5f0a 0a . + rlca ;5f0b 07 . + adc a,l ;5f0c 8d . + sub d ;5f0d 92 . + nop ;5f0e 00 . + add a,b ;5f0f 80 . + adc a,l ;5f10 8d . + call po,sub_9c89h ;5f11 e4 89 9c . . . + defb 0fdh,05ah,082h ;illegal sequence ;5f14 fd 5a 82 . Z . + ld a,(hl) ;5f17 7e ~ + sbc a,l ;5f18 9d . + add a,h ;5f19 84 . + rst 38h ;5f1a ff . + sbc a,h ;5f1b 9c . +sub_5f1ch: + rlca ;5f1c 07 . + ld (bc),a ;5f1d 02 . + adc a,(hl) ;5f1e 8e . + sub e ;5f1f 93 . +sub_5f20h: + nop ;5f20 00 . + add a,b ;5f21 80 . + add a,d ;5f22 82 . + call po,017fch ;5f23 e4 fc 17 . . . + ld d,e ;5f26 53 S + sub (hl) ;5f27 96 . + inc e ;5f28 1c . + adc a,l ;5f29 8d . + and l ;5f2a a5 . + call po,sub_7f8dh ;5f2b e4 8d 7f . .  + inc e ;5f2e 1c . + add a,b ;5f2f 80 . + sbc a,h ;5f30 9c . + call po,sub_9c9ah ;5f31 e4 9a 9c . . . + inc e ;5f34 1c . + sub l ;5f35 95 . + sub l ;5f36 95 . + call po,017fdh ;5f37 e4 fd 17 . . . + ld d,e ;5f3a 53 S + ld l,d ;5f3b 6a j + rst 38h ;5f3c ff . + sbc a,c ;5f3d 99 . + ld a,(bc) ;5f3e 0a . + rlca ;5f3f 07 . + adc a,l ;5f40 8d . + sub a ;5f41 97 . + nop ;5f42 00 . + add a,b ;5f43 80 . + and b ;5f44 a0 . + call po,sub_a099h+1 ;5f45 e4 9a a0 . . . + defb 0fdh,025h,05ah ;illegal sequence ;5f48 fd 25 5a . % Z + adc a,c ;5f4b 89 . + inc e ;5f4c 1c . + add a,(hl) ;5f4d 86 . + sub h ;5f4e 94 . + call po,sub_0dfdh ;5f4f e4 fd 0d . . . + ld e,e ;5f52 5b [ + ld e,h ;5f53 5c \ + defb 0fdh,00dh,051h ;illegal sequence ;5f54 fd 0d 51 . . Q + ld h,h ;5f57 64 d + rst 38h ;5f58 ff . + sbc a,c ;5f59 99 . + ld a,(bc) ;5f5a 0a . + inc b ;5f5b 04 . + adc a,l ;5f5c 8d . + sub d ;5f5d 92 . + nop ;5f5e 00 . + add a,h ;5f5f 84 . + and h ;5f60 a4 . + call po,sub_13fdh ;5f61 e4 fd 13 . . . + halt ;5f64 76 v + ld c,l ;5f65 4d M + inc e ;5f66 1c . + add a,d ;5f67 82 . + sub (hl) ;5f68 96 . + call po,sub_25fdh ;5f69 e4 fd 25 . . % + ld a,a ;5f6c 7f  + ld h,l ;5f6d 65 e + inc e ;5f6e 1c . + add a,b ;5f6f 80 . + add a,a ;5f70 87 . + call po,sub_1bfdh ;5f71 e4 fd 1b . . . + ld a,h ;5f74 7c | + ld d,c ;5f75 51 Q + rst 38h ;5f76 ff . + sbc a,c ;5f77 99 . + ld a,(bc) ;5f78 0a . + rlca ;5f79 07 . + adc a,l ;5f7a 8d . + sub d ;5f7b 92 . + nop ;5f7c 00 . + adc a,h ;5f7d 8c . + and l ;5f7e a5 . + call po,sub_9787h+1 ;5f7f e4 88 97 . . . + defb 0fdh,007h,038h ;illegal sequence ;5f82 fd 07 38 . . 8 + sub e ;5f85 93 . + defb 0fdh,00ah,041h ;illegal sequence ;5f86 fd 0a 41 . . A + sub (hl) ;5f89 96 . + call m,0880eh ;5f8a fc 0e 88 . . . + jp l07fch ;5f8d c3 fc 07 . . . + ld (hl),h ;5f90 74 t + pop bc ;5f91 c1 . + inc e ;5f92 1c . + sub d ;5f93 92 . + sub h ;5f94 94 . + call po,sub_809ah ;5f95 e4 9a 80 . . . + rst 38h ;5f98 ff . + sbc a,h ;5f99 9c . + ld (bc),a ;5f9a 02 . + ld (bc),a ;5f9b 02 . + adc a,(hl) ;5f9c 8e . + sub e ;5f9d 93 . + nop ;5f9e 00 . + add a,b ;5f9f 80 . + add a,c ;5fa0 81 . + call po,sub_10fch ;5fa1 e4 fc 10 . . . + ld c,h ;5fa4 4c L + cp l ;5fa5 bd . + call m,sub_5617h ;5fa6 fc 17 56 . . V + sbc a,b ;5fa9 98 . + inc e ;5faa 1c . + add a,(hl) ;5fab 86 . + sbc a,d ;5fac 9a . + call po,sub_19fdh ;5fad e4 fd 19 . . . + ld e,e ;5fb0 5b [ + ld d,d ;5fb1 52 R + rst 38h ;5fb2 ff . + sbc a,h ;5fb3 9c . + inc b ;5fb4 04 . + rlca ;5fb5 07 . + adc a,(hl) ;5fb6 8e . + sub e ;5fb7 93 . + nop ;5fb8 00 . + add a,d ;5fb9 82 . + and d ;5fba a2 . + call po,sub_a29ah ;5fbb e4 9a a2 . . . + inc e ;5fbe 1c . + add a,b ;5fbf 80 . + sub h ;5fc0 94 . + call po,sub_949ch ;5fc1 e4 9c 94 . . . + inc e ;5fc4 1c . + adc a,h ;5fc5 8c . + and d ;5fc6 a2 . + call po,sub_888ch ;5fc7 e4 8c 88 . . . + call m,sub_874ah ;5fca fc 4a 87 . J . + add a,c ;5fcd 81 . + sbc a,d ;5fce 9a . + add a,d ;5fcf 82 . + rst 38h ;5fd0 ff . + sbc a,h ;5fd1 9c . + ld a,(bc) ;5fd2 0a . + rlca ;5fd3 07 . + adc a,(hl) ;5fd4 8e . + sub d ;5fd5 92 . + nop ;5fd6 00 . + adc a,h ;5fd7 8c . + add a,b ;5fd8 80 . + call po,sub_a588h ;5fd9 e4 88 a5 . . . + inc e ;5fdc 1c . + add a,b ;5fdd 80 . + sbc a,c ;5fde 99 . + call po,09d9bh ;5fdf e4 9b 9d . . . + defb 0fdh,030h,06ah ;illegal sequence ;5fe2 fd 30 6a . 0 j + add a,c ;5fe5 81 . + rst 38h ;5fe6 ff . + sbc a,h ;5fe7 9c . + ld a,(bc) ;5fe8 0a . + inc b ;5fe9 04 . + adc a,(hl) ;5fea 8e . + sub a ;5feb 97 . + nop ;5fec 00 . + add a,h ;5fed 84 . + sbc a,(hl) ;5fee 9e . + call po,sub_9e96h ;5fef e4 96 9e . . . + sub e ;5ff2 93 . + add a,h ;5ff3 84 . + inc e ;5ff4 1c . + add a,b ;5ff5 80 . + add a,h ;5ff6 84 . + call po,sub_849ch ;5ff7 e4 9c 84 . . . + rst 38h ;5ffa ff . + sbc a,h ;5ffb 9c . + ld a,(bc) ;5ffc 0a . + rlca ;5ffd 07 . + adc a,(hl) ;5ffe 8e . + sub b ;5fff 90 . + nop ;6000 00 . + add a,b ;6001 80 . + add a,e ;6002 83 . + call po,sub_8395h ;6003 e4 95 83 . . . + sub l ;6006 95 . + sbc a,a ;6007 9f . + add a,b ;6008 80 . + sbc a,a ;6009 9f . + inc e ;600a 1c . + add a,c ;600b 81 . + sub d ;600c 92 . + call po,sub_9295h ;600d e4 95 92 . . . + rst 38h ;6010 ff . + sbc a,b ;6011 98 . + ld a,(bc) ;6012 0a . + dec b ;6013 05 . + adc a,h ;6014 8c . + sub b ;6015 90 . + nop ;6016 00 . + add a,(hl) ;6017 86 . + add a,b ;6018 80 . + call po,035fch ;6019 e4 fc 35 . . 5 + ld a,a ;601c 7f  + sub d ;601d 92 . + call m,sub_6921h ;601e fc 21 69 . ! i + sub b ;6021 90 . + sbc a,c ;6022 99 . + sbc a,b ;6023 98 . + add a,b ;6024 80 . + sbc a,b ;6025 98 . + inc e ;6026 1c . + add a,e ;6027 83 . + and c ;6028 a1 . + call po,sub_a197h ;6029 e4 97 a1 . . . + rst 38h ;602c ff . + sbc a,h ;602d 9c . + ld a,(bc) ;602e 0a . + rlca ;602f 07 . + adc a,(hl) ;6030 8e . + sub d ;6031 92 . + nop ;6032 00 . + add a,c ;6033 81 . + add a,b ;6034 80 . + call po,sub_1ffch ;6035 e4 fc 1f . . . + ld a,a ;6038 7f  + sub d ;6039 92 . + call m,sub_7035h ;603a fc 35 70 . 5 p + sub d ;603d 92 . + sub d ;603e 92 . + and h ;603f a4 . + inc e ;6040 1c . + add a,b ;6041 80 . + and h ;6042 a4 . + call po,sub_9080h ;6043 e4 80 90 . . . + rst 38h ;6046 ff . + sub b ;6047 90 . + inc bc ;6048 03 . + dec b ;6049 05 . + adc a,b ;604a 88 . + sub d ;604b 92 . + nop ;604c 00 . + add a,b ;604d 80 . + add a,d ;604e 82 . + call po,029fch ;604f e4 fc 29 . . ) + ld l,e ;6052 6b k + sub c ;6053 91 . + add a,(hl) ;6054 86 . + and e ;6055 a3 . + inc e ;6056 1c . + adc a,(hl) ;6057 8e . + and h ;6058 a4 . + call po,sub_808eh ;6059 e4 8e 80 . . . + call m,sub_7335h ;605c fc 35 73 . 5 s + sbc a,b ;605f 98 . + rst 38h ;6060 ff . + sbc a,h ;6061 9c . + ld a,(bc) ;6062 0a . + rlca ;6063 07 . + adc a,(hl) ;6064 8e . + sub d ;6065 92 . + nop ;6066 00 . + add a,b ;6067 80 . + and e ;6068 a3 . + call po,sub_8080h ;6069 e4 80 80 . . . + call m,sub_7735h ;606c fc 35 77 . 5 w + and b ;606f a0 . + rst 38h ;6070 ff . + sub h ;6071 94 . + inc bc ;6072 03 . + rlca ;6073 07 . + adc a,d ;6074 8a . + sub d ;6075 92 . + nop ;6076 00 . + add a,b ;6077 80 . + add a,h ;6078 84 . + call po,sub_a180h ;6079 e4 80 a1 . . . + sub l ;607c 95 . + and c ;607d a1 . + sub l ;607e 95 . + add a,h ;607f 84 . + add a,b ;6080 80 . + add a,h ;6081 84 . + rst 38h ;6082 ff . + sub l ;6083 95 . + inc bc ;6084 03 . + dec b ;6085 05 . + adc a,d ;6086 8a . + sub d ;6087 92 . + nop ;6088 00 . + add a,h ;6089 84 . + add a,b ;608a 80 . + call po,sub_25fch ;608b e4 fc 25 . . % + ld (hl),l ;608e 75 u + sbc a,e ;608f 9b . + call m,sub_5e1ch ;6090 fc 1c 5e . . ^ + sub c ;6093 91 . + sub (hl) ;6094 96 . + and d ;6095 a2 . + add a,b ;6096 80 . + and d ;6097 a2 . + add a,b ;6098 80 . + sub h ;6099 94 . + rst 38h ;609a ff . + sbc a,b ;609b 98 . + ld a,(bc) ;609c 0a . + rlca ;609d 07 . + adc a,h ;609e 8c . + sub d ;609f 92 . + nop ;60a0 00 . + call po,sub_10fch ;60a1 e4 fc 10 . . . + halt ;60a4 76 v + sbc a,(hl) ;60a5 9e . + call m,05f13h ;60a6 fc 13 5f . . _ + xor (hl) ;60a9 ae . + call m,05f13h ;60aa fc 13 5f . . _ + sbc a,b ;60ad 98 . + inc e ;60ae 1c . + add a,b ;60af 80 . + and c ;60b0 a1 . + call po,sub_1ffdh ;60b1 e4 fd 1f . . . + ld (hl),h ;60b4 74 t + ld l,e ;60b5 6b k + rst 38h ;60b6 ff . + sbc a,d ;60b7 9a . + ld a,(bc) ;60b8 0a . + rlca ;60b9 07 . + adc a,l ;60ba 8d . + adc a,a ;60bb 8f . + nop ;60bc 00 . + add a,b ;60bd 80 . + and (hl) ;60be a6 . + call po,sub_0efdh ;60bf e4 fd 0e . . . + ld d,d ;60c2 52 R + ld l,d ;60c3 6a j + inc e ;60c4 1c . + add a,h ;60c5 84 . + and (hl) ;60c6 a6 . + call po,00ffdh ;60c7 e4 fd 0f . . . + ld d,l ;60ca 55 U + ld l,e ;60cb 6b k + rst 38h ;60cc ff . + add a,a ;60cd 87 . + ex af,af' ;60ce 08 . + ld b,084h ;60cf 06 84 . . + sbc a,c ;60d1 99 . + nop ;60d2 00 . + add a,b ;60d3 80 . + and b ;60d4 a0 . + call po,sub_b4fdh ;60d5 e4 fd b4 . . . + add a,h ;60d8 84 . + add a,b ;60d9 80 . + defb 0fdh,0b4h,07ch ;illegal sequence ;60da fd b4 7c . . | + add a,b ;60dd 80 . + rst 38h ;60de ff . + adc a,c ;60df 89 . + ex af,af' ;60e0 08 . + ld b,085h ;60e1 06 85 . . + sbc a,c ;60e3 99 . + nop ;60e4 00 . + nop ;60e5 00 . + nop ;60e6 00 . + nop ;60e7 00 . + nop ;60e8 00 . + nop ;60e9 00 . + nop ;60ea 00 . + add a,b ;60eb 80 . + sbc a,(hl) ;60ec 9e . + call po,sub_25fch ;60ed e4 fc 25 . . % + add a,l ;60f0 85 . + sbc a,(hl) ;60f1 9e . + inc e ;60f2 1c . + adc a,e ;60f3 8b . + and (hl) ;60f4 a6 . + call po,sub_9c88h ;60f5 e4 88 9c . . . + defb 0fdh,011h,064h ;illegal sequence ;60f8 fd 11 64 . . d + adc a,c ;60fb 89 . + add a,c ;60fc 81 . + adc a,a ;60fd 8f . + defb 0fdh,01eh,093h ;illegal sequence ;60fe fd 1e 93 . . . + ld (hl),l ;6101 75 u + defb 0fdh,05ah,082h ;illegal sequence ;6102 fd 5a 82 . Z . + ld a,l ;6105 7d } + defb 0fdh,025h,079h ;illegal sequence ;6106 fd 25 79 . % y + ld a,h ;6109 7c | + adc a,a ;610a 8f . + add a,(hl) ;610b 86 . + inc e ;610c 1c . + sbc a,c ;610d 99 . + sub a ;610e 97 . + call po,sub_8e8bh+1 ;610f e4 8c 8e . . . + call m,sub_8735h ;6112 fc 35 87 . 5 . + ld (hl),l ;6115 75 u + call m,sub_8535h ;6116 fc 35 85 . 5 . + add a,b ;6119 80 . + call m,sub_8739h ;611a fc 39 87 . 9 . + adc a,l ;611d 8d . + rst 38h ;611e ff . + and l ;611f a5 . + sbc a,c ;6120 99 . + nop ;6121 00 . + adc a,c ;6122 89 . + add a,l ;6123 85 . + call po,017fdh ;6124 e4 fd 17 . . . + cp (hl) ;6127 be . + adc a,a ;6128 8f . + inc e ;6129 1c . + add a,c ;612a 81 . + sbc a,b ;612b 98 . + call po,sub_25fch ;612c e4 fc 25 . . % + add a,l ;612f 85 . + sbc a,c ;6130 99 . + inc e ;6131 1c . + adc a,a ;6132 8f . + sub d ;6133 92 . + call po,sub_8d8dh ;6134 e4 8d 8d . . . + defb 0fdh,00ah,052h ;illegal sequence ;6137 fd 0a 52 . . R + sub d ;613a 92 . + add iy,bc ;613b fd 09 . . + ld l,e ;613d 6b k + sub d ;613e 92 . + defb 0fdh,025h,07dh ;illegal sequence ;613f fd 25 7d . % } + add a,h ;6142 84 . + defb 0fdh,05ah,080h ;illegal sequence ;6143 fd 5a 80 . Z . + add a,e ;6146 83 . + defb 0fdh,025h,091h ;illegal sequence ;6147 fd 25 91 . % . + ld a,a ;614a 7f  + defb 0fdh,043h,089h ;illegal sequence ;614b fd 43 89 . C . + ld a,c ;614e 79 y + ld (iy+07bh),h ;614f fd 74 7b . t { + ld a,b ;6152 78 x + defb 0fdh,017h,079h ;illegal sequence ;6153 fd 17 79 . . y + adc a,c ;6156 89 . + rst 38h ;6157 ff . + and b ;6158 a0 . + sub l ;6159 95 . + nop ;615a 00 . + add a,c ;615b 81 . + sbc a,c ;615c 99 . + call po,sub_09fch ;615d e4 fc 09 . . . + cp d ;6160 ba . + ld (hl),l ;6161 75 u + call m,sub_bd0ah ;6162 fc 0a bd . . . + add a,b ;6165 80 . + call m,sub_8725h ;6166 fc 25 87 . % . + add a,c ;6169 81 . + call m,sub_815ah ;616a fc 5a 81 . Z . + add a,c ;616d 81 . + call m,sub_7725h ;616e fc 25 77 . % w + adc a,b ;6171 88 . + inc e ;6172 1c . + adc a,a ;6173 8f . + sbc a,b ;6174 98 . + call po,sub_0afch+1 ;6175 e4 fd 0a . . . + ld c,l ;6178 4d M + ld l,d ;6179 6a j + defb 0fdh,00ah,04ah ;illegal sequence ;617a fd 0a 4a . . J + ld (hl),b ;617d 70 p + rst 38h ;617e ff . + and b ;617f a0 . + sub h ;6180 94 . + nop ;6181 00 . + add a,h ;6182 84 . + sbc a,(hl) ;6183 9e . + call po,035fch ;6184 e4 fc 35 . . 5 + add a,a ;6187 87 . + adc a,c ;6188 89 . + inc e ;6189 1c . + add a,b ;618a 80 . + sub c ;618b 91 . + call po,sub_25fdh ;618c e4 fd 25 . . % + adc a,h ;618f 8c . + ld (hl),l ;6190 75 u + defb 0fdh,05ah,080h ;illegal sequence ;6191 fd 5a 80 . Z . + ld a,c ;6194 79 y + defb 0fdh,01fh,06eh ;illegal sequence ;6195 fd 1f 6e . . n + add a,c ;6198 81 . + defb 0fdh,025h,071h ;illegal sequence ;6199 fd 25 71 . % q + adc a,d ;619c 8a . + rst 38h ;619d ff . + sbc a,h ;619e 9c . + sub b ;619f 90 . + nop ;61a0 00 . + add a,l ;61a1 85 . + sbc a,(hl) ;61a2 9e . + call po,sub_25fch ;61a3 e4 fc 25 . . % + adc a,d ;61a6 8a . + adc a,d ;61a7 8a . + inc e ;61a8 1c . + add a,d ;61a9 82 . + sub e ;61aa 93 . + call po,09590h ;61ab e4 90 95 . . . + add a,a ;61ae 87 . + adc a,c ;61af 89 . + add a,b ;61b0 80 . + add a,b ;61b1 80 . + inc e ;61b2 1c . + add a,a ;61b3 87 . + adc a,c ;61b4 89 . + call po,sub_5afdh ;61b5 e4 fd 5a . . Z + add a,e ;61b8 83 . + ld a,(hl) ;61b9 7e ~ + defb 0fdh,025h,079h ;illegal sequence ;61ba fd 25 79 . % y + ld a,h ;61bd 7c | + call m,sub_855ah ;61be fc 5a 85 . Z . + add a,b ;61c1 80 . + sub h ;61c2 94 . + add a,b ;61c3 80 . + rst 38h ;61c4 ff . + and b ;61c5 a0 . + sub h ;61c6 94 . + nop ;61c7 00 . + add a,c ;61c8 81 . + sub (hl) ;61c9 96 . + call po,sub_9682h ;61ca e4 82 96 . . . + call m,sub_8013h ;61cd fc 13 80 . . . + and l ;61d0 a5 . + inc e ;61d1 1c . + sub c ;61d2 91 . + sbc a,c ;61d3 99 . + call po,sub_0dfdh ;61d4 e4 fd 0d . . . + ld h,a ;61d7 67 g + ld l,e ;61d8 6b k + inc e ;61d9 1c . + add a,a ;61da 87 . + sbc a,(hl) ;61db 9e . + call po,sub_8587h ;61dc e4 87 85 . . . + dec (iy+07bh) ;61df fd 35 7b . 5 { + add a,b ;61e2 80 . + dec (iy+07fh) ;61e3 fd 35 7f . 5  + add a,d ;61e6 82 . + defb 0fdh,05ah,083h ;illegal sequence ;61e7 fd 5a 83 . Z . + add a,l ;61ea 85 . + defb 0fdh,025h,08dh ;illegal sequence ;61eb fd 25 8d . % . + ld (hl),a ;61ee 77 w + add iy,iy ;61ef fd 29 . ) + add a,e ;61f1 83 . + ld a,b ;61f2 78 x + defb 0fdh,02ch,07dh ;illegal sequence ;61f3 fd 2c 7d . , } + ld a,c ;61f6 79 y + defb 0fdh,05ah,079h ;illegal sequence ;61f7 fd 5a 79 . Z y + ld a,l ;61fa 7d } + defb 0fdh,017h,07ch ;illegal sequence ;61fb fd 17 7c . . | + add a,a ;61fe 87 . + rst 38h ;61ff ff . + and c ;6200 a1 . + sub l ;6201 95 . + nop ;6202 00 . + adc a,e ;6203 8b . + ld a,a ;6204 7f  + call po,sub_9b85h ;6205 e4 85 9b . . . + inc e ;6208 1c . + adc a,h ;6209 8c . + sbc a,l ;620a 9d . + call po,017fdh ;620b e4 fd 17 . . . + ld (hl),d ;620e 72 r + ld a,b ;620f 78 x + inc e ;6210 1c . + add a,b ;6211 80 . + adc a,a ;6212 8f . + call po,0978eh ;6213 e4 8e 97 . . . + defb 0fdh,098h,083h ;illegal sequence ;6216 fd 98 83 . . . + ld a,e ;6219 7b { + defb 0fdh,043h,079h ;illegal sequence ;621a fd 43 79 . C y + add a,h ;621d 84 . + rst 38h ;621e ff . + and e ;621f a3 . + sub a ;6220 97 . + nop ;6221 00 . + add a,d ;6222 82 . + sbc a,h ;6223 9c . + call po,sub_13fch ;6224 e4 fc 13 . . . + and e ;6227 a3 . + ld (hl),h ;6228 74 t + call m,sub_a513h ;6229 fc 13 a5 . . . + add a,b ;622c 80 . + inc e ;622d 1c . + add a,c ;622e 81 . + adc a,c ;622f 89 . + call po,sub_25fdh ;6230 e4 fd 25 . . % + sub d ;6233 92 . + add a,c ;6234 81 . + defb 0fdh,043h,089h ;illegal sequence ;6235 fd 43 89 . C . + ld a,c ;6238 79 y + defb 0fdh,025h,07ch ;illegal sequence ;6239 fd 25 7c . % | + ld a,b ;623c 78 x + defb 0fdh,05ah,078h ;illegal sequence ;623d fd 5a 78 . Z x + ld a,e ;6240 7b { + defb 0fdh,05ah,07ch ;illegal sequence ;6241 fd 5a 7c . Z | + add a,(hl) ;6244 86 . + inc e ;6245 1c . + adc a,h ;6246 8c . + sbc a,(hl) ;6247 9e . + call po,sub_0afch+1 ;6248 e4 fd 0a . . . + ld c,a ;624b 4f O + halt ;624c 76 v + adc a,l ;624d 8d . + sub c ;624e 91 . + defb 0fdh,00ah,04eh ;illegal sequence ;624f fd 0a 4e . . N + add a,c ;6252 81 . + add iy,de ;6253 fd 19 . . + ld l,h ;6255 6c l + add a,l ;6256 85 . + rst 38h ;6257 ff . + and c ;6258 a1 . + sub (hl) ;6259 96 . + nop ;625a 00 . + adc a,d ;625b 8a . + sub (hl) ;625c 96 . + call po,sub_9693h ;625d e4 93 96 . . . + inc e ;6260 1c . + adc a,d ;6261 8a . + sbc a,(hl) ;6262 9e . + call po,sub_8489h+1 ;6263 e4 8a 84 . . . + defb 0fdh,043h,07bh ;illegal sequence ;6266 fd 43 7b . C { + add a,c ;6269 81 . + defb 0fdh,05ah,080h ;illegal sequence ;626a fd 5a 80 . Z . + add a,(hl) ;626d 86 . + defb 0fdh,05ah,086h ;illegal sequence ;626e fd 5a 86 . Z . + ld a,a ;6271 7f  + defb 0fdh,025h,07ah ;illegal sequence ;6272 fd 25 7a . % z + ld l,d ;6275 6a j + rst 38h ;6276 ff . + sbc a,a ;6277 9f . + sub e ;6278 93 . + nop ;6279 00 . + add a,b ;627a 80 . + sub e ;627b 93 . + call po,00ffdh ;627c e4 fd 0f . . . + sub e ;627f 93 . + ld h,h ;6280 64 d + dec (iy-07bh) ;6281 fd 35 85 . 5 . + halt ;6284 76 v + defb 0fdh,068h,079h ;illegal sequence ;6285 fd 68 79 . h y + ld (hl),a ;6288 77 w + defb 0fdh,025h,077h ;illegal sequence ;6289 fd 25 77 . % w + adc a,h ;628c 8c . + rst 38h ;628d ff . + and d ;628e a2 . + sub a ;628f 97 . + nop ;6290 00 . + nop ;6291 00 . + adc a,d ;6292 8a . + add a,l ;6293 85 . + call po,sub_08fdh ;6294 e4 fd 08 . . . + jp lfd8ch ;6297 c3 8c fd . . . + inc c ;629a 0c . + call nz,sub_fd87h ;629b c4 87 fd . . . + ex af,af' ;629e 08 . + call nz,01c7dh ;629f c4 7d 1c . } . + add a,c ;62a2 81 . + sbc a,(hl) ;62a3 9e . + call po,sub_1cfch ;62a4 e4 fc 1c . . . + add a,(hl) ;62a7 86 . + xor c ;62a8 a9 . + inc e ;62a9 1c . + sub e ;62aa 93 . + sub (hl) ;62ab 96 . + call po,sub_10fdh ;62ac e4 fd 10 . . . + ld b,b ;62af 40 @ + sub a ;62b0 97 . + adc a,b ;62b1 88 . + add a,e ;62b2 83 . + dec (iy+07bh) ;62b3 fd 35 7b . 5 { + add a,l ;62b6 85 . + defb 0fdh,025h,081h ;illegal sequence ;62b7 fd 25 81 . % . + add a,d ;62ba 82 . + defb 0fdh,043h,08eh ;illegal sequence ;62bb fd 43 8e . C . + add a,l ;62be 85 . + dec (iy-075h) ;62bf fd 35 8b . 5 . + ld (hl),h ;62c2 74 t + defb 0fdh,025h,07dh ;illegal sequence ;62c3 fd 25 7d . % } + ld (hl),l ;62c6 75 u + defb 0fdh,043h,077h ;illegal sequence ;62c7 fd 43 77 . C w + ld a,d ;62ca 7a z + defb 0fdh,025h,070h ;illegal sequence ;62cb fd 25 70 . % p + adc a,l ;62ce 8d . + rst 38h ;62cf ff . + and a ;62d0 a7 . + sbc a,e ;62d1 9b . + nop ;62d2 00 . + add a,d ;62d3 82 . + and d ;62d4 a2 . + call po,sub_0efch ;62d5 e4 fc 0e . . . + or a ;62d8 b7 . + ld (hl),c ;62d9 71 q + call m,sub_bd10h ;62da fc 10 bd . . . + add a,d ;62dd 82 . + call m,sub_827fh ;62de fc 7f 82 .  . + add a,c ;62e1 81 . + call m,sub_7017h ;62e2 fc 17 70 . . p + adc a,e ;62e5 8b . + inc e ;62e6 1c . + sub d ;62e7 92 . + and c ;62e8 a1 . + call po,sub_25fdh ;62e9 e4 fd 25 . . % + ld e,a ;62ec 5f _ + ld l,e ;62ed 6b k + rst 38h ;62ee ff . + and h ;62ef a4 . + sbc a,c ;62f0 99 . + nop ;62f1 00 . + add a,h ;62f2 84 . + and (hl) ;62f3 a6 . + call po,035fch ;62f4 e4 fc 35 . . 5 + adc a,d ;62f7 8a . + adc a,d ;62f8 8a . + inc e ;62f9 1c . + add a,b ;62fa 80 . + sub h ;62fb 94 . + call po,sub_13fdh ;62fc e4 fd 13 . . . + sub (hl) ;62ff 96 . + ld l,e ;6300 6b k + defb 0fdh,07fh,084h ;illegal sequence ;6301 fd 7f 84 .  . + ld a,c ;6304 79 y + defb 0fdh,017h,06bh ;illegal sequence ;6305 fd 17 6b . . k + add a,c ;6308 81 . + defb 0fdh,027h,069h ;illegal sequence ;6309 fd 27 69 . ' i + adc a,e ;630c 8b . + rst 38h ;630d ff . + and b ;630e a0 . + sub l ;630f 95 . + nop ;6310 00 . + add a,(hl) ;6311 86 . + and (hl) ;6312 a6 . + call po,029fch ;6313 e4 fc 29 . . ) + adc a,(hl) ;6316 8e . + adc a,l ;6317 8d . + inc e ;6318 1c . + add a,d ;6319 82 . + sbc a,c ;631a 99 . + call po,sub_9a94h ;631b e4 94 9a . . . + adc a,c ;631e 89 . + adc a,h ;631f 8c . + add a,b ;6320 80 . + add a,b ;6321 80 . + inc e ;6322 1c . + adc a,c ;6323 89 . + adc a,h ;6324 8c . + call po,sub_5afdh ;6325 e4 fd 5a . . Z + add a,e ;6328 83 . + ld a,l ;6329 7d } + defb 0fdh,025h,07ch ;illegal sequence ;632a fd 25 7c . % | + ld a,l ;632d 7d } + sub b ;632e 90 . + add a,h ;632f 84 . + call m,sub_845ah ;6330 fc 5a 84 . Z . + add a,b ;6333 80 . + sbc a,c ;6334 99 . + add a,b ;6335 80 . + rst 38h ;6336 ff . + and l ;6337 a5 . + sbc a,c ;6338 99 . + nop ;6339 00 . + add a,c ;633a 81 . + sbc a,h ;633b 9c . + call po,sub_1cfch ;633c e4 fc 1c . . . + add a,e ;633f 83 . + sbc a,l ;6340 9d . + inc e ;6341 1c . + adc a,b ;6342 88 . + and l ;6343 a5 . + call po,sub_8488h ;6344 e4 88 84 . . . + dec (iy+07bh) ;6347 fd 35 7b . 5 { + add a,b ;634a 80 . + dec (iy+07fh) ;634b fd 35 7f . 5  + add a,d ;634e 82 . + defb 0fdh,017h,084h ;illegal sequence ;634f fd 17 84 . . . + add a,(hl) ;6352 86 . + defb 0fdh,047h,087h ;illegal sequence ;6353 fd 47 87 . G . + add a,l ;6356 85 . + dec (iy-071h) ;6357 fd 35 8f . 5 . + halt ;635a 76 v + defb 0fdh,0a9h,07fh ;illegal sequence ;635b fd a9 7f . .  + halt ;635e 76 v + adc a,(hl) ;635f 8e . + add a,b ;6360 80 . + inc e ;6361 1c . + sub h ;6362 94 . + and b ;6363 a0 . + call po,sub_0cfdh ;6364 e4 fd 0c . . . + ld e,h ;6367 5c \ + ld l,c ;6368 69 i + rst 38h ;6369 ff . + and l ;636a a5 . + sbc a,d ;636b 9a . + nop ;636c 00 . + call po,sub_0dfch ;636d e4 fc 0d . . . + ld e,d ;6370 5a Z + sbc a,e ;6371 9b . + call m,sub_4d0ah ;6372 fc 0a 4d . . M + sub (hl) ;6375 96 . + call m,sub_4009h ;6376 fc 09 40 . . @ + sub d ;6379 92 . + adc a,e ;637a 8b . + and l ;637b a5 . + inc e ;637c 1c . + add a,c ;637d 81 . + sbc a,d ;637e 9a . + call po,sub_9b8dh ;637f e4 8d 9b . . . + defb 0fdh,05ah,081h ;illegal sequence ;6382 fd 5a 81 . Z . + ld a,e ;6385 7b { + defb 0fdh,010h,052h ;illegal sequence ;6386 fd 10 52 . . R + ld a,l ;6389 7d } + defb 0fdh,013h,06dh ;illegal sequence ;638a fd 13 6d . . m + add a,e ;638d 83 . + defb 0fdh,05ah,07ah ;illegal sequence ;638e fd 5a 7a . Z z + add a,e ;6391 83 . + inc e ;6392 1c . + sub a ;6393 97 . + sbc a,(hl) ;6394 9e . + call po,sub_20fdh ;6395 e4 fd 20 . . + ld h,(hl) ;6398 66 f + ld (hl),c ;6399 71 q + rst 38h ;639a ff . + and a ;639b a7 . + sbc a,h ;639c 9c . + nop ;639d 00 . + add a,c ;639e 81 . + sbc a,l ;639f 9d . + call po,sub_25fch ;63a0 e4 fc 25 . . % + add a,e ;63a3 83 . + sbc a,l ;63a4 9d . + inc e ;63a5 1c . + sub l ;63a6 95 . + sbc a,b ;63a7 98 . + call po,sub_20fdh ;63a8 e4 fd 20 . . + ld l,a ;63ab 6f o + and c ;63ac a1 . + inc e ;63ad 1c . + adc a,b ;63ae 88 . + and l ;63af a5 . + call po,sub_9c8bh ;63b0 e4 8b 9c . . . + call m,0b90ah ;63b3 fc 0a b9 . . . + sub c ;63b6 91 . + sub e ;63b7 93 . + adc a,d ;63b8 8a . + call m,sub_7310h ;63b9 fc 10 73 . . s + ld (hl),b ;63bc 70 p + call m,sub_7b35h ;63bd fc 35 7b . 5 { + halt ;63c0 76 v + call m,08471h ;63c1 fc 71 84 . q . + ld a,d ;63c4 7a z + call m,sub_8825h ;63c5 fc 25 88 . % . + sub e ;63c8 93 . + rst 38h ;63c9 ff . + and c ;63ca a1 . + sub l ;63cb 95 . + nop ;63cc 00 . + adc a,l ;63cd 8d . + and (hl) ;63ce a6 . + call po,sub_0afch+1 ;63cf e4 fd 0a . . . + ld c,(hl) ;63d2 4e N + sub h ;63d3 94 . + defb 0fdh,00bh,04ah ;illegal sequence ;63d4 fd 0b 4a . . J + and e ;63d7 a3 . + call m,sub_825ah ;63d8 fc 5a 82 . Z . + ld a,(hl) ;63db 7e ~ + defb 0fdh,010h,05bh ;illegal sequence ;63dc fd 10 5b . . [ + ld d,a ;63df 57 W + defb 0fdh,008h,05ch ;illegal sequence ;63e0 fd 08 5c . . \ + ld h,a ;63e3 67 g + rst 38h ;63e4 ff . + sbc a,d ;63e5 9a . + adc a,(hl) ;63e6 8e . + nop ;63e7 00 . + add a,d ;63e8 82 . + add a,b ;63e9 80 . + call po,sub_0efdh ;63ea e4 fd 0e . . . + cp a ;63ed bf . + sub b ;63ee 90 . + add a,b ;63ef 80 . + sub h ;63f0 94 . + defb 0fdh,010h,0bdh ;illegal sequence ;63f1 fd 10 bd . . . + ld a,(hl) ;63f4 7e ~ + inc e ;63f5 1c . + add a,a ;63f6 87 . + sbc a,d ;63f7 9a . + call po,sub_18fch ;63f8 e4 fc 18 . . . + adc a,d ;63fb 8a . + xor a ;63fc af . + inc e ;63fd 1c . + sub e ;63fe 93 . + and l ;63ff a5 . + call po,sub_06fdh ;6400 e4 fd 06 . . . + ld a,073h ;6403 3e 73 > s + defb 0fdh,010h,039h ;illegal sequence ;6405 fd 10 39 . . 9 + halt ;6408 76 v + defb 0fdh,00dh,064h ;illegal sequence ;6409 fd 0d 64 . . d + add a,(hl) ;640c 86 . + ld iy,l8675h ;640d fd 21 75 86 . ! u . + rst 38h ;6411 ff . + and (hl) ;6412 a6 . + sbc a,e ;6413 9b . + nop ;6414 00 . + add a,b ;6415 80 . + adc a,h ;6416 8c . + call po,sub_8a80h ;6417 e4 80 8a . . . + call m,sub_885ah ;641a fc 5a 88 . Z . + add a,b ;641d 80 . + sub (hl) ;641e 96 . + add a,e ;641f 83 . + inc e ;6420 1c . + sub h ;6421 94 . + and c ;6422 a1 . + call po,sub_1bfdh ;6423 e4 fd 1b . . . + ld (hl),a ;6426 77 w + and l ;6427 a5 . + rst 38h ;6428 ff . + and d ;6429 a2 . + sub (hl) ;642a 96 . + nop ;642b 00 . + add a,b ;642c 80 . + sbc a,e ;642d 9b . + call po,sub_1cfch ;642e e4 fc 1c . . . + add a,a ;6431 87 . + xor l ;6432 ad . + inc e ;6433 1c . + adc a,c ;6434 89 . + and l ;6435 a5 . + call po,sub_0bfch ;6436 e4 fc 0b . . . + pop bc ;6439 c1 . + adc a,a ;643a 8f . + call m,sub_bb0ch ;643b fc 0c bb . . . + sub (hl) ;643e 96 . + call m,sub_775ah ;643f fc 5a 77 . Z w + ld a,e ;6442 7b { + call m,sub_866ah ;6443 fc 6a 86 . j . + ld a,b ;6446 78 x + call m,sub_8635h ;6447 fc 35 86 . 5 . + adc a,h ;644a 8c . + rst 38h ;644b ff . + and d ;644c a2 . + sub (hl) ;644d 96 . + nop ;644e 00 . + add a,b ;644f 80 . + and h ;6450 a4 . + call po,08580h ;6451 e4 80 85 . . . + call m,sub_865ah ;6454 fc 5a 86 . Z . + add a,c ;6457 81 . + call m,08035h ;6458 fc 35 80 . 5 . + adc a,d ;645b 8a . + call m,sub_6717h ;645c fc 17 67 . . g + sub d ;645f 92 . + rst 38h ;6460 ff . + and b ;6461 a0 . + sub h ;6462 94 . + nop ;6463 00 . + add a,b ;6464 80 . + sbc a,(hl) ;6465 9e . + call po,sub_9e9ch ;6466 e4 9c 9e . . . + inc e ;6469 1c . + sub b ;646a 90 . + and (hl) ;646b a6 . + call po,sub_8d90h ;646c e4 90 8d . . . + defb 0fdh,025h,07bh ;illegal sequence ;646f fd 25 7b . % { + add a,b ;6472 80 . + ld (iy+07dh),c ;6473 fd 71 7d . q } + add a,d ;6476 82 . + defb 0fdh,043h,089h ;illegal sequence ;6477 fd 43 89 . C . + add a,(hl) ;647a 86 . + ld (iy-07dh),c ;647b fd 71 83 . q . + ld a,(hl) ;647e 7e ~ + defb 0fdh,041h,072h ;illegal sequence ;647f fd 41 72 . A r + ld (hl),a ;6482 77 w + defb 0fdh,01fh,072h ;illegal sequence ;6483 fd 1f 72 . . r + adc a,b ;6486 88 . + rst 38h ;6487 ff . + xor b ;6488 a8 . + sbc a,h ;6489 9c . + nop ;648a 00 . + add a,b ;648b 80 . + sub a ;648c 97 . + call po,sub_999ch ;648d e4 9c 99 . . . + inc e ;6490 1c . + sub h ;6491 94 . + and h ;6492 a4 . + call po,sub_8e94h ;6493 e4 94 8e . . . + defb 0fdh,05ah,07bh ;illegal sequence ;6496 fd 5a 7b . Z { + add a,c ;6499 81 . + inc e ;649a 1c . + add a,a ;649b 87 . + and h ;649c a4 . + call po,sub_8687h ;649d e4 87 86 . . . + call m,sub_874ah ;64a0 fc 4a 87 . J . + add a,c ;64a3 81 . + call m,sub_8210h ;64a4 fc 10 82 . . . + and a ;64a7 a7 . + rst 38h ;64a8 ff . + xor b ;64a9 a8 . + sbc a,h ;64aa 9c . + nop ;64ab 00 . + add a,l ;64ac 85 . + and c ;64ad a1 . + call po,sub_a294h ;64ae e4 94 a2 . . . + defb 0fdh,00eh,04bh ;illegal sequence ;64b1 fd 0e 4b . . K + and d ;64b4 a2 . + defb 0fdh,00dh,060h ;illegal sequence ;64b5 fd 0d 60 . . ` + xor d ;64b8 aa . + defb 0fdh,00eh,095h ;illegal sequence ;64b9 fd 0e 95 . . . + ld e,d ;64bc 5a Z + defb 0fdh,010h,08eh ;illegal sequence ;64bd fd 10 8e . . . + ld d,b ;64c0 50 P + call m,sub_812eh ;64c1 fc 2e 81 . . . + ld l,a ;64c4 6f o + call m,sub_894ch ;64c5 fc 4c 89 . L . + ld a,c ;64c8 79 y + call m,sub_882eh ;64c9 fc 2e 88 . . . + adc a,c ;64cc 89 . + rst 38h ;64cd ff . + and l ;64ce a5 . + sbc a,b ;64cf 98 . + nop ;64d0 00 . + add a,c ;64d1 81 . + add a,b ;64d2 80 . + call po,sub_8884h ;64d3 e4 84 88 . . . + add a,(hl) ;64d6 86 . + sub b ;64d7 90 . + adc a,b ;64d8 88 . + sbc a,e ;64d9 9b . + adc a,c ;64da 89 . + and l ;64db a5 . + inc e ;64dc 1c . + add a,b ;64dd 80 . + sbc a,e ;64de 9b . + call po,sub_1cfch ;64df e4 fc 1c . . . + add a,e ;64e2 83 . + sbc a,l ;64e3 9d . + inc e ;64e4 1c . + adc a,(hl) ;64e5 8e . + sub l ;64e6 95 . + call po,sub_25fdh ;64e7 e4 fd 25 . . % + add a,a ;64ea 87 . + ld (hl),b ;64eb 70 p + inc e ;64ec 1c . + adc a,e ;64ed 8b . + add a,l ;64ee 85 . + call po,sub_47fch ;64ef e4 fc 47 . . G + add a,(hl) ;64f2 86 . + add a,c ;64f3 81 . + call m,sub_8217h ;64f4 fc 17 82 . . . + sub a ;64f7 97 . + rst 38h ;64f8 ff . + and l ;64f9 a5 . + sbc a,c ;64fa 99 . + nop ;64fb 00 . + add a,b ;64fc 80 . + sbc a,l ;64fd 9d . + call po,sub_25fch ;64fe e4 fc 25 . . % + add a,a ;6501 87 . + sbc a,a ;6502 9f . + inc e ;6503 1c . + adc a,d ;6504 8a . + and (hl) ;6505 a6 . + call po,sub_0bfdh ;6506 e4 fd 0b . . . + ld b,e ;6509 43 C + add a,h ;650a 84 . + defb 0fdh,00fh,046h ;illegal sequence ;650b fd 0f 46 . . F + adc a,e ;650e 8b . + defb 0fdh,02ch,090h ;illegal sequence ;650f fd 2c 90 . , . + ld (hl),l ;6512 75 u + defb 0fdh,07fh,081h ;illegal sequence ;6513 fd 7f 81 .  . + ld a,b ;6516 78 x + defb 0fdh,05ah,075h ;illegal sequence ;6517 fd 5a 75 . Z u + add a,l ;651a 85 . + rst 38h ;651b ff . +sub_651ch: + and h ;651c a4 . + sbc a,c ;651d 99 . + nop ;651e 00 . + add a,b ;651f 80 . + sbc a,b ;6520 98 . + call po,sub_0efdh ;6521 e4 fd 0e . . . + sbc a,l ;6524 9d . + ld e,e ;6525 5b [ + defb 0fdh,02eh,086h ;illegal sequence ;6526 fd 2e 86 . . . + ld (hl),d ;6529 72 r + defb 0fdh,05ah,07ah ;illegal sequence ;652a fd 5a 7a . Z z + halt ;652d 76 v + defb 0fdh,025h,06eh ;illegal sequence ;652e fd 25 6e . % n + adc a,c ;6531 89 . + defb 0fdh,013h,076h ;illegal sequence ;6532 fd 13 76 . . v + sub a ;6535 97 . + rst 38h ;6536 ff . + xor b ;6537 a8 . + sbc a,h ;6538 9c . + nop ;6539 00 . + add a,b ;653a 80 . + sbc a,a ;653b 9f . + call po,sub_a29ah ;653c e4 9a a2 . . . + call m,sub_8135h ;653f fc 35 81 . 5 . + ld l,(hl) ;6542 6e n + call m,sub_8d50h ;6543 fc 50 8d . P . + ld (hl),l ;6546 75 u + call m,sub_882eh ;6547 fc 2e 88 . . . + adc a,c ;654a 89 . + rst 38h ;654b ff . + and (hl) ;654c a6 . + sbc a,d ;654d 9a . + nop ;654e 00 . + add a,l ;654f 85 . + and h ;6550 a4 . + call po,sub_9589h ;6551 e4 89 95 . . . + inc e ;6554 1c . + sub h ;6555 94 . + sbc a,l ;6556 9d . + call po,sub_9589h ;6557 e4 89 95 . . . + call m,sub_9113h ;655a fc 13 91 . . . + ld l,b ;655d 68 h + call m,sub_8650h ;655e fc 50 86 . P . + ld a,e ;6561 7b { + call m,sub_882eh ;6562 fc 2e 88 . . . + adc a,c ;6565 89 . + sub (hl) ;6566 96 . + add a,d ;6567 82 . + rst 38h ;6568 ff . + and d ;6569 a2 . + sub (hl) ;656a 96 . + nop ;656b 00 . + add a,b ;656c 80 . + add a,a ;656d 87 . + call po,sub_9084h ;656e e4 84 90 . . . + call m,sub_3c0bh ;6571 fc 0b 3c . . < + sbc a,e ;6574 9b . + adc a,c ;6575 89 . + and (hl) ;6576 a6 . + inc e ;6577 1c . + add a,b ;6578 80 . + sbc a,l ;6579 9d . + call po,017fch ;657a e4 fc 17 . . . + add a,l ;657d 85 . + and (hl) ;657e a6 . + inc e ;657f 1c . + sbc a,d ;6580 9a . + sbc a,l ;6581 9d . + call po,sub_9d93h ;6582 e4 93 9d . . . + sub e ;6585 93 . + add a,h ;6586 84 . + defb 0fdh,025h,079h ;illegal sequence ;6587 fd 25 79 . % y + add a,c ;658a 81 . + defb 0fdh,05ah,07ch ;illegal sequence ;658b fd 5a 7c . Z | + add a,h ;658e 84 . + defb 0fdh,043h,086h ;illegal sequence ;658f fd 43 86 . C . + add a,h ;6592 84 . + defb 0fdh,05ah,085h ;illegal sequence ;6593 fd 5a 85 . Z . + ld a,l ;6596 7d } + defb 0fdh,01ah,073h ;illegal sequence ;6597 fd 1a 73 . . s + ld l,e ;659a 6b k + rst 38h ;659b ff . + and (hl) ;659c a6 . + sbc a,d ;659d 9a . + nop ;659e 00 . + add a,d ;659f 82 . + add a,b ;65a0 80 . + call po,sub_0efdh ;65a1 e4 fd 0e . . . + or a ;65a4 b7 . + adc a,a ;65a5 8f . + add a,b ;65a6 80 . + sub e ;65a7 93 . + add iy,bc ;65a8 fd 09 . . + cp e ;65aa bb . + ld a,(hl) ;65ab 7e ~ + defb 0fdh,008h,0b9h ;illegal sequence ;65ac fd 08 b9 . . . + halt ;65af 76 v + inc e ;65b0 1c . + adc a,b ;65b1 88 . + sbc a,a ;65b2 9f . + call po,01bfch ;65b3 e4 fc 1b . . . + add a,a ;65b6 87 . + sbc a,l ;65b7 9d . + inc e ;65b8 1c . + add a,a ;65b9 87 . + adc a,b ;65ba 88 . + call po,sub_3efch ;65bb e4 fc 3e . . > + adc a,b ;65be 88 . + add a,d ;65bf 82 . + call m,sub_8425h ;65c0 fc 25 84 . % . + sub c ;65c3 91 . + rst 38h ;65c4 ff . + and h ;65c5 a4 . + sbc a,b ;65c6 98 . + nop ;65c7 00 . + adc a,d ;65c8 8a . + adc a,h ;65c9 8c . + call po,017fdh ;65ca e4 fd 17 . . . + xor a ;65cd af . + sbc a,c ;65ce 99 . + inc e ;65cf 1c . + sub b ;65d0 90 . + and h ;65d1 a4 . + call po,sub_18fdh ;65d2 e4 fd 18 . . . + ld b,l ;65d5 45 E + add a,d ;65d6 82 . + defb 0fdh,00ah,04eh ;illegal sequence ;65d7 fd 0a 4e . . N + sub h ;65da 94 . + defb 0fdh,05ah,07eh ;illegal sequence ;65db fd 5a 7e . Z ~ + add a,c ;65de 81 . + defb 0fdh,025h,082h ;illegal sequence ;65df fd 25 82 . % . + add a,h ;65e2 84 . + defb 0fdh,017h,08ch ;illegal sequence ;65e3 fd 17 8c . . . + add a,l ;65e6 85 . + defb 0fdh,025h,09ah ;illegal sequence ;65e7 fd 25 9a . % . + ld a,l ;65ea 7d } + defb 0fdh,06ah,088h ;illegal sequence ;65eb fd 6a 88 . j . + ld a,d ;65ee 7a z + defb 0fdh,045h,070h ;illegal sequence ;65ef fd 45 70 . E p + ld (hl),l ;65f2 75 u + defb 0fdh,067h,07bh ;illegal sequence ;65f3 fd 67 7b . g { + add a,h ;65f6 84 . + defb 0fdh,03eh,085h ;illegal sequence ;65f7 fd 3e 85 . > . + add a,e ;65fa 83 . + defb 0fdh,067h,085h ;illegal sequence ;65fb fd 67 85 . g . + ld a,h ;65fe 7c | + defb 0fdh,00dh,063h ;illegal sequence ;65ff fd 0d 63 . . c + ld h,(hl) ;6602 66 f + rst 38h ;6603 ff . + xor b ;6604 a8 . + sbc a,h ;6605 9c . + nop ;6606 00 . + add a,a ;6607 87 . + add a,b ;6608 80 . + call po,sub_a487h ;6609 e4 87 a4 . . . + inc e ;660c 1c . + add a,b ;660d 80 . + sbc a,c ;660e 99 . + call po,sub_9b87h ;660f e4 87 9b . . . + inc e ;6612 1c . + add a,b ;6613 80 . + add a,(hl) ;6614 86 . + call po,sub_968ah ;6615 e4 8a 96 . . . + defb 0fdh,01ah,090h ;illegal sequence ;6618 fd 1a 90 . . . + halt ;661b 76 v + defb 0fdh,04dh,084h ;illegal sequence ;661c fd 4d 84 . M . + ld a,e ;661f 7b { + defb 0fdh,025h,078h ;illegal sequence ;6620 fd 25 78 . % x + ld a,d ;6623 7a z + defb 0fdh,00dh,054h ;illegal sequence ;6624 fd 0d 54 . . T + ld a,e ;6627 7b { + defb 0fdh,017h,06bh ;illegal sequence ;6628 fd 17 6b . . k + add a,c ;662b 81 . + defb 0fdh,05ah,07ah ;illegal sequence ;662c fd 5a 7a . Z z + add a,d ;662f 82 . + defb 0fdh,076h,083h ;illegal sequence ;6630 fd 76 83 . v . + add a,l ;6633 85 . + defb 0fdh,03eh,083h ;illegal sequence ;6634 fd 3e 83 . > . + ld a,e ;6637 7b { + defb 0fdh,025h,077h ;illegal sequence ;6638 fd 25 77 . % w + ld (hl),e ;663b 73 s + rst 38h ;663c ff . + xor b ;663d a8 . + sbc a,h ;663e 9c . + nop ;663f 00 . + adc a,(hl) ;6640 8e . + and d ;6641 a2 . + call po,sub_9a8eh ;6642 e4 8e 9a . . . + defb 0fdh,01ch,055h ;illegal sequence ;6645 fd 1c 55 . . U + add a,d ;6648 82 . + defb 0fdh,025h,07ch ;illegal sequence ;6649 fd 25 7c . % | + add a,d ;664c 82 . + defb 0fdh,01ch,07fh ;illegal sequence ;664d fd 1c 7f . .  + add a,h ;6650 84 . + defb 0fdh,025h,082h ;illegal sequence ;6651 fd 25 82 . % . + add a,h ;6654 84 . + defb 0fdh,02ch,099h ;illegal sequence ;6655 fd 2c 99 . , . + adc a,d ;6658 8a . + dec (iy-072h) ;6659 fd 35 8e . 5 . + ld a,b ;665c 78 x + defb 0fdh,043h,080h ;illegal sequence ;665d fd 43 80 . C . + ld (hl),e ;6660 73 s + inc iy ;6661 fd 23 . # + ld l,d ;6663 6a j + ld a,c ;6664 79 y + defb 0fdh,033h,06fh ;illegal sequence ;6665 fd 33 6f . 3 o + add a,(hl) ;6668 86 . + rst 38h ;6669 ff . + and a ;666a a7 . + sbc a,h ;666b 9c . + nop ;666c 00 . + add a,d ;666d 82 . + add a,b ;666e 80 . + call po,sub_0efdh ;666f e4 fd 0e . . . + or a ;6672 b7 . + adc a,a ;6673 8f . + add a,b ;6674 80 . + sub c ;6675 91 . + defb 0fdh,00ah,0bdh ;illegal sequence ;6676 fd 0a bd . . . + add a,b ;6679 80 . + defb 0fdh,00ah,0b1h ;illegal sequence ;667a fd 0a b1 . . . + ld a,b ;667d 78 x + inc e ;667e 1c . + adc a,c ;667f 89 . + sbc a,e ;6680 9b . + call po,sub_9b9bh ;6681 e4 9b 9b . . . + inc e ;6684 1c . + sub l ;6685 95 . + and l ;6686 a5 . + call po,sub_8895h ;6687 e4 95 88 . . . + defb 0fdh,025h,076h ;illegal sequence ;668a fd 25 76 . % v + add a,b ;668d 80 . + defb 0fdh,04dh,07ch ;illegal sequence ;668e fd 4d 7c . M | + add a,l ;6691 85 . + defb 0fdh,06ah,083h ;illegal sequence ;6692 fd 6a 83 . j . + add a,h ;6695 84 . + defb 0fdh,043h,084h ;illegal sequence ;6696 fd 43 84 . C . + ld a,d ;6699 7a z + defb 0fdh,015h,06eh ;illegal sequence ;669a fd 15 6e . . n + ld h,(hl) ;669d 66 f + rst 38h ;669e ff . + and a ;669f a7 . + sbc a,e ;66a0 9b . + nop ;66a1 00 . + add a,b ;66a2 80 . + and d ;66a3 a2 . + call po,sub_a28ah ;66a4 e4 8a a2 . . . + call m,sub_981ch ;66a7 fc 1c 98 . . . + ld l,c ;66aa 69 i + call m,sub_971dh ;66ab fc 1d 97 . . . + ld a,d ;66ae 7a z + call m,sub_8b25h ;66af fc 25 8b . % . + add a,e ;66b2 83 . + call m,sub_843bh ;66b3 fc 3b 84 . ; . + add a,a ;66b6 87 . + call m,sub_7329h ;66b7 fc 29 73 . ) s + adc a,(hl) ;66ba 8e . + call m,0571ch ;66bb fc 1c 57 . . W + add a,(hl) ;66be 86 . + call m,sub_a01ch ;66bf fc 1c a0 . . . + adc a,c ;66c2 89 . + rst 38h ;66c3 ff . + and (hl) ;66c4 a6 . + sbc a,d ;66c5 9a . + nop ;66c6 00 . + add a,b ;66c7 80 . + add a,h ;66c8 84 . + call po,sub_25fch ;66c9 e4 fc 25 . . % + ld l,h ;66cc 6c l + adc a,a ;66cd 8f . + inc e ;66ce 1c . + adc a,h ;66cf 8c . + and e ;66d0 a3 . + call po,sub_1ffdh ;66d1 e4 fd 1f . . . + ld (hl),a ;66d4 77 w + ld (hl),b ;66d5 70 p + inc e ;66d6 1c . + adc a,h ;66d7 8c . + sbc a,d ;66d8 9a . + call po,sub_25fch ;66d9 e4 fc 25 . . % + sub c ;66dc 91 . + add a,c ;66dd 81 . + defb 0fdh,05ah,079h ;illegal sequence ;66de fd 5a 79 . Z y + ld a,c ;66e1 79 y + defb 0fdh,05ah,07dh ;illegal sequence ;66e2 fd 5a 7d . Z } + add a,h ;66e5 84 . + inc e ;66e6 1c . + sbc a,c ;66e7 99 . + sub e ;66e8 93 . + call po,sub_25fdh ;66e9 e4 fd 25 . . % + ld l,h ;66ec 6c l + ld (hl),c ;66ed 71 q + rst 38h ;66ee ff . + xor d ;66ef aa . + sbc a,(hl) ;66f0 9e . + nop ;66f1 00 . + add a,e ;66f2 83 . + adc a,d ;66f3 8a . + call po,sub_988bh+1 ;66f4 e4 8c 98 . . . + defb 0fdh,05ah,081h ;illegal sequence ;66f7 fd 5a 81 . Z . + ld a,a ;66fa 7f  + sub (hl) ;66fb 96 . + adc a,(hl) ;66fc 8e . + and b ;66fd a0 . + add a,d ;66fe 82 . + rst 38h ;66ff ff . + xor h ;6700 ac . + and b ;6701 a0 . + nop ;6702 00 . + add a,d ;6703 82 . + add a,b ;6704 80 . + call po,sub_0efdh ;6705 e4 fd 0e . . . + or a ;6708 b7 . + adc a,a ;6709 8f . + add a,b ;670a 80 . + sub c ;670b 91 . + defb 0fdh,00ah,0bdh ;illegal sequence ;670c fd 0a bd . . . + add a,b ;670f 80 . + defb 0fdh,00bh,0a9h ;illegal sequence ;6710 fd 0b a9 . . . + ld a,d ;6713 7a z + inc e ;6714 1c . + adc a,e ;6715 8b . + and c ;6716 a1 . +sub_6717h: + call po,sub_a19ch ;6717 e4 9c a1 . . . + inc e ;671a 1c . + sbc a,l ;671b 9d . + sub a ;671c 97 . + call po,sub_978ah ;671d e4 8a 97 . . . + inc e ;6720 1c . + sub l ;6721 95 . + and c ;6722 a1 . + call po,sub_8695h ;6723 e4 95 86 . . . + defb 0fdh,01ch,077h ;illegal sequence ;6726 fd 1c 77 . . w + add a,d ;6729 82 . + defb 0fdh,04dh,07ch ;illegal sequence ;672a fd 4d 7c . M | + add a,l ;672d 85 . + defb 0fdh,05ah,084h ;illegal sequence ;672e fd 5a 84 . Z . + add a,h ;6731 84 . + defb 0fdh,04dh,084h ;illegal sequence ;6732 fd 4d 84 . M . + ld a,e ;6735 7b { + defb 0fdh,00dh,061h ;illegal sequence ;6736 fd 0d 61 . . a + ld c,a ;6739 4f O + rst 38h ;673a ff . + xor c ;673b a9 . + sbc a,l ;673c 9d . + nop ;673d 00 . + add a,c ;673e 81 . + sub l ;673f 95 . + call po,sub_16fch ;6740 e4 fc 16 . . . + adc a,h ;6743 8c . + cp l ;6744 bd . + inc e ;6745 1c . + sbc a,b ;6746 98 . + sbc a,a ;6747 9f . + call po,sub_15fdh ;6748 e4 fd 15 . . . + ld (hl),l ;674b 75 u + cp h ;674c bc . + inc e ;674d 1c . + adc a,(hl) ;674e 8e . + and l ;674f a5 . + call po,sub_868eh ;6750 e4 8e 86 . . . + dec (iy+07bh) ;6753 fd 35 7b . 5 { + add a,b ;6756 80 . + defb 0fdh,04dh,07ch ;illegal sequence ;6757 fd 4d 7c . M | + add a,l ;675a 85 . + defb 0fdh,05ah,084h ;illegal sequence ;675b fd 5a 84 . Z . + add a,h ;675e 84 . + defb 0fdh,050h,085h ;illegal sequence ;675f fd 50 85 . P . + ld a,d ;6762 7a z + defb 0fdh,00dh,061h ;illegal sequence ;6763 fd 0d 61 . . a + ld c,a ;6766 4f O + rst 38h ;6767 ff . + and l ;6768 a5 . + sbc a,c ;6769 99 . + nop ;676a 00 . + add a,e ;676b 83 . + and c ;676c a1 . + call po,017fch ;676d e4 fc 17 . . . + add a,c ;6770 81 . + sbc a,a ;6771 9f . + adc a,d ;6772 8a . + adc a,(hl) ;6773 8e . + add a,a ;6774 87 . + add a,h ;6775 84 . + defb 0fdh,025h,07ch ;illegal sequence ;6776 fd 25 7c . % | + add a,d ;6779 82 . + defb 0fdh,025h,07fh ;illegal sequence ;677a fd 25 7f . %  + add a,e ;677d 83 . + defb 0fdh,025h,082h ;illegal sequence ;677e fd 25 82 . % . + add a,h ;6781 84 . + defb 0fdh,028h,08bh ;illegal sequence ;6782 fd 28 8b . ( . + add a,h ;6785 84 . + defb 0fdh,05ah,08bh ;illegal sequence ;6786 fd 5a 8b . Z . + ld a,h ;6789 7c | + defb 0fdh,017h,075h ;illegal sequence ;678a fd 17 75 . . u + ld e,h ;678d 5c \ + inc e ;678e 1c . + sbc a,b ;678f 98 . + sbc a,e ;6790 9b . + call po,sub_9a98h ;6791 e4 98 9a . . . + defb 0fdh,013h,04fh ;illegal sequence ;6794 fd 13 4f . . O + ld a,(hl) ;6797 7e ~ + defb 0fdh,017h,064h ;illegal sequence ;6798 fd 17 64 . . d + adc a,d ;679b 8a . + rst 38h ;679c ff . + xor c ;679d a9 . + sbc a,l ;679e 9d . + nop ;679f 00 . + add a,b ;67a0 80 . + sbc a,(hl) ;67a1 9e . + call po,sub_9e8fh ;67a2 e4 8f 9e . . . + inc e ;67a5 1c . + adc a,b ;67a6 88 . + and h ;67a7 a4 . + call po,sub_9188h ;67a8 e4 88 91 . . . + defb 0fdh,010h,067h ;illegal sequence ;67ab fd 10 67 . . g + add a,b ;67ae 80 . + defb 0fdh,08fh,07dh ;illegal sequence ;67af fd 8f 7d . . } + add a,c ;67b2 81 . + defb 0fdh,017h,08fh ;illegal sequence ;67b3 fd 17 8f . . . + add a,e ;67b6 83 . + defb 0fdh,01ch,089h ;illegal sequence ;67b7 fd 1c 89 . . . + ld a,(hl) ;67ba 7e ~ + defb 0fdh,05ah,082h ;illegal sequence ;67bb fd 5a 82 . Z . + ld a,(hl) ;67be 7e ~ + defb 0fdh,025h,07ch ;illegal sequence ;67bf fd 25 7c . % | + ld a,l ;67c2 7d } + inc e ;67c3 1c . + add a,a ;67c4 87 . + adc a,d ;67c5 8a . + call po,sub_30fch ;67c6 e4 fc 30 . . 0 + adc a,c ;67c9 89 . + ld a,h ;67ca 7c | + call m,sub_8425h ;67cb fc 25 84 . % . + add a,d ;67ce 82 . + call m,sub_8617h ;67cf fc 17 86 . . . + sbc a,(hl) ;67d2 9e . + call m,sub_7e25h ;67d3 fc 25 7e . % ~ + add a,h ;67d6 84 . + call m,06110h ;67d7 fc 10 61 . . a + adc a,b ;67da 88 . + inc e ;67db 1c . + sub (hl) ;67dc 96 . + and b ;67dd a0 . + call po,sub_25fdh ;67de e4 fd 25 . . % + ld (hl),a ;67e1 77 w + ld (hl),e ;67e2 73 s + rst 38h ;67e3 ff . + xor b ;67e4 a8 . + sbc a,h ;67e5 9c . + nop ;67e6 00 . + add a,e ;67e7 83 . + and c ;67e8 a1 . + call po,sub_0afch ;67e9 e4 fc 0a . . . + cp l ;67ec bd . + add a,a ;67ed 87 . + adc a,c ;67ee 89 . + adc a,c ;67ef 89 . + inc e ;67f0 1c . + sub c ;67f1 91 . + and h ;67f2 a4 . + call po,sub_9a8fh ;67f3 e4 8f 9a . . . + defb 0fdh,014h,052h ;illegal sequence ;67f6 fd 14 52 . . R + add a,a ;67f9 87 . + defb 0fdh,00dh,068h ;illegal sequence ;67fa fd 0d 68 . . h + adc a,e ;67fd 8b . + defb 0fdh,014h,076h ;illegal sequence ;67fe fd 14 76 . . v + add a,a ;6801 87 . + dec (iy+07fh) ;6802 fd 35 7f . 5  + add a,d ;6805 82 . + defb 0fdh,017h,082h ;illegal sequence ;6806 fd 17 82 . . . + add a,e ;6809 83 . + defb 0fdh,025h,092h ;illegal sequence ;680a fd 25 92 . % . + add a,(hl) ;680d 86 . + defb 0fdh,025h,094h ;illegal sequence ;680e fd 25 94 . % . + ld a,e ;6811 7b { + defb 0fdh,052h,087h ;illegal sequence ;6812 fd 52 87 . R . + ld a,b ;6815 78 x + defb 0fdh,05ah,074h ;illegal sequence ;6816 fd 5a 74 . Z t + ld (hl),h ;6819 74 t + defb 0fdh,025h,079h ;illegal sequence ;681a fd 25 79 . % y + add a,(hl) ;681d 86 . + rst 38h ;681e ff . + and a ;681f a7 . + sbc a,e ;6820 9b . + nop ;6821 00 . + add a,c ;6822 81 . + sub e ;6823 93 . + call po,sub_2bfch ;6824 e4 fc 2b . . + + adc a,c ;6827 89 . + sub a ;6828 97 . + inc e ;6829 1c . + sub d ;682a 92 . + sbc a,l ;682b 9d . + call po,sub_2efdh ;682c e4 fd 2e . . . + ld a,b ;682f 78 x + sub e ;6830 93 . + inc e ;6831 1c . + adc a,c ;6832 89 . + and l ;6833 a5 . + call po,sub_9c88h ;6834 e4 88 9c . . . + add a,a ;6837 87 . + sub e ;6838 93 . + add a,(hl) ;6839 86 . + adc a,c ;683a 89 . + call m,08d17h ;683b fc 17 8d . . . + add a,b ;683e 80 . + call m,sub_888bh ;683f fc 8b 88 . . . + add a,e ;6842 83 . + call m,sub_6f1ah ;6843 fc 1a 6f . . o + add a,h ;6846 84 . + rst 38h ;6847 ff . + and e ;6848 a3 . + sbc a,b ;6849 98 . + nop ;684a 00 . + add a,b ;684b 80 . + sub h ;684c 94 . + call po,09e92h ;684d e4 92 9e . . . + dec (iy-07dh) ;6850 fd 35 83 . 5 . + ld a,d ;6853 7a z + defb 0fdh,079h,07ch ;illegal sequence ;6854 fd 79 7c . y | + ld a,c ;6857 79 y + dec (iy+07ch) ;6858 fd 35 7c . 5 | + adc a,b ;685b 88 . + inc e ;685c 1c . + adc a,l ;685d 8d . + and l ;685e a5 . + call po,sub_25fdh ;685f e4 fd 25 . . % + ld a,b ;6862 78 x + ld (hl),l ;6863 75 u + inc e ;6864 1c . + add a,h ;6865 84 . + and e ;6866 a3 . + call po,sub_9787h+1 ;6867 e4 88 97 . . . + adc a,e ;686a 8b . + adc a,h ;686b 8c . + adc a,l ;686c 8d . + add a,h ;686d 84 . + adc a,(hl) ;686e 8e . + ld a,a ;686f 7f  + rst 38h ;6870 ff . + xor b ;6871 a8 . + sbc a,l ;6872 9d . + nop ;6873 00 . + add a,d ;6874 82 . + and d ;6875 a2 . + call po,l07fch ;6876 e4 fc 07 . . . + xor d ;6879 aa . + ld (hl),l ;687a 75 u + call m,sub_bc0ah ;687b fc 0a bc . . . + ld (hl),l ;687e 75 u + add a,b ;687f 80 . + adc a,a ;6880 8f . + call m,sub_b20ah ;6881 fc 0a b2 . . . + add a,c ;6884 81 . + defb 0fdh,01ch,099h ;illegal sequence ;6885 fd 1c 99 . . . + add a,d ;6888 82 . + defb 0fdh,025h,095h ;illegal sequence ;6889 fd 25 95 . % . + ld a,b ;688c 78 x + defb 0fdh,030h,084h ;illegal sequence ;688d fd 30 84 . 0 . + ld (hl),a ;6890 77 w + ld (iy+079h),e ;6891 fd 73 79 . s y + ld (hl),l ;6894 75 u + defb 0fdh,05ah,07ch ;illegal sequence ;6895 fd 5a 7c . Z | + adc a,b ;6898 88 . + inc e ;6899 1c . + adc a,a ;689a 8f . + and h ;689b a4 . + call po,sub_05fdh ;689c e4 fd 05 . . . + ld c,h ;689f 4c L + ld (hl),e ;68a0 73 s + defb 0fdh,00dh,058h ;illegal sequence ;68a1 fd 0d 58 . . X + ld (hl),a ;68a4 77 w + defb 0fdh,00dh,057h ;illegal sequence ;68a5 fd 0d 57 . . W + add a,b ;68a8 80 . + defb 0fdh,01ch,061h ;illegal sequence ;68a9 fd 1c 61 . . a + add a,l ;68ac 85 . + rst 38h ;68ad ff . + and (hl) ;68ae a6 . + sbc a,e ;68af 9b . + nop ;68b0 00 . + adc a,l ;68b1 8d . + sbc a,e ;68b2 9b . + call po,09b98h ;68b3 e4 98 9b . . . + inc e ;68b6 1c . + adc a,l ;68b7 8d . + and l ;68b8 a5 . + call po,sub_868dh ;68b9 e4 8d 86 . . . + defb 0fdh,01ch,077h ;illegal sequence ;68bc fd 1c 77 . . w + add a,d ;68bf 82 . + defb 0fdh,05ah,07bh ;illegal sequence ;68c0 fd 5a 7b . Z { + add a,l ;68c3 85 . + defb 0fdh,04ah,084h ;illegal sequence ;68c4 fd 4a 84 . J . + add a,e ;68c7 83 . + defb 0fdh,025h,087h ;illegal sequence ;68c8 fd 25 87 . % . + ld a,d ;68cb 7a z + defb 0fdh,017h,081h ;illegal sequence ;68cc fd 17 81 . . . + ld l,(hl) ;68cf 6e n + defb 0fdh,017h,071h ;illegal sequence ;68d0 fd 17 71 . . q + ld h,e ;68d3 63 c + rst 38h ;68d4 ff . + and e ;68d5 a3 . + sbc a,b ;68d6 98 . + nop ;68d7 00 . + add a,h ;68d8 84 . + and l ;68d9 a5 . + call po,sub_25fch ;68da e4 fc 25 . . % + adc a,h ;68dd 8c . + adc a,e ;68de 8b . + inc e ;68df 1c . + add a,d ;68e0 82 . + sbc a,l ;68e1 9d . + call po,017fch ;68e2 e4 fc 17 . . . + xor a ;68e5 af . + ld (hl),h ;68e6 74 t + dec (iy-072h) ;68e7 fd 35 8e . 5 . + ld a,l ;68ea 7d } + defb 0fdh,01fh,083h ;illegal sequence ;68eb fd 1f 83 . . . + ld (hl),l ;68ee 75 u + defb 0fdh,04ah,07bh ;illegal sequence ;68ef fd 4a 7b . J { + halt ;68f2 76 v + defb 0fdh,05ah,076h ;illegal sequence ;68f3 fd 5a 76 . Z v + add a,d ;68f6 82 . + rst 38h ;68f7 ff . + and c ;68f8 a1 . + sub (hl) ;68f9 96 . + nop ;68fa 00 . + add a,d ;68fb 82 . +sub_68fch: + and h ;68fc a4 . +sub_68fdh: + call po,sub_13fch ;68fd e4 fc 13 . . . + and e ;6900 a3 . + ld (hl),h ;6901 74 t + call m,sub_a513h ;6902 fc 13 a5 . . . + add a,b ;6905 80 . + dec (iy-074h) ;6906 fd 35 8c . 5 . + add a,c ;6909 81 . + inc e ;690a 1c . + sub b ;690b 90 . + and l ;690c a5 . + call po,sub_09fdh ;690d e4 fd 09 . . . + ld b,(hl) ;6910 46 F + ld (hl),l ;6911 75 u + defb 0fdh,00ah,047h ;illegal sequence ;6912 fd 0a 47 . . G + ld a,e ;6915 7b { + defb 0fdh,017h,05eh ;illegal sequence ;6916 fd 17 5e . . ^ + add a,c ;6919 81 . + defb 0fdh,017h,06eh ;illegal sequence ;691a fd 17 6e . . n + adc a,h ;691d 8c . + rst 38h ;691e ff . + sbc a,l ;691f 9d . + sub d ;6920 92 . +sub_6921h: + nop ;6921 00 . + add a,l ;6922 85 . + and e ;6923 a3 . + call po,sub_a392h ;6924 e4 92 a3 . . . + add a,b ;6927 80 . + adc a,e ;6928 8b . + defb 0fdh,00eh,0a1h ;illegal sequence ;6929 fd 0e a1 . . . + ld h,(hl) ;692c 66 f + defb 0fdh,04ch,087h ;illegal sequence ;692d fd 4c 87 . L . + ld (hl),a ;6930 77 w + defb 0fdh,05ah,079h ;illegal sequence ;6931 fd 5a 79 . Z y + ld a,c ;6934 79 y + dec (iy+078h) ;6935 fd 35 78 . 5 x + add a,(hl) ;6938 86 . + defb 0fdh,06dh,07fh ;illegal sequence ;6939 fd 6d 7f . m  + add a,(hl) ;693c 86 . + defb 0fdh,05ah,084h ;illegal sequence ;693d fd 5a 84 . Z . + ld a,a ;6940 7f  + defb 0fdh,025h,07fh ;illegal sequence ;6941 fd 25 7f . %  + ld a,c ;6944 79 y + defb 0fdh,025h,077h ;illegal sequence ;6945 fd 25 77 . % w + ld a,b ;6948 78 x + rst 38h ;6949 ff . + and h ;694a a4 . + sbc a,b ;694b 98 . + nop ;694c 00 . + add a,a ;694d 87 . + add a,b ;694e 80 . + call po,sub_a587h ;694f e4 87 a5 . . . + inc e ;6952 1c . + add a,b ;6953 80 . + sbc a,e ;6954 9b . + call po,sub_9b87h ;6955 e4 87 9b . . . + inc e ;6958 1c . + add a,b ;6959 80 . + add a,l ;695a 85 . + call po,sub_9589h ;695b e4 89 95 . . . + add iy,bc ;695e fd 09 . . + push bc ;6960 c5 . + ld d,c ;6961 51 Q + defb 0fdh,05ah,082h ;illegal sequence ;6962 fd 5a 82 . Z . + ld a,(hl) ;6965 7e ~ + defb 0fdh,025h,07ch ;illegal sequence ;6966 fd 25 7c . % | + ld a,l ;6969 7d } + sub (hl) ;696a 96 . + add a,a ;696b 87 . + call m,sub_8535h ;696c fc 35 85 . 5 . + add a,b ;696f 80 . + call m,sub_8125h ;6970 fc 25 81 . % . + add a,e ;6973 83 . + call m,sub_7c25h ;6974 fc 25 7c . % | + adc a,b ;6977 88 . + rst 38h ;6978 ff . + xor d ;6979 aa . + sbc a,(hl) ;697a 9e . + nop ;697b 00 . + add a,h ;697c 84 . + and h ;697d a4 . + call po,sub_a492h ;697e e4 92 a4 . . . + add a,b ;6981 80 . + adc a,h ;6982 8c . + defb 0fdh,013h,09ch ;illegal sequence ;6983 fd 13 9c . . . + ld l,h ;6986 6c l + defb 0fdh,025h,086h ;illegal sequence ;6987 fd 25 86 . % . + ld a,b ;698a 78 x + defb 0fdh,07fh,080h ;illegal sequence ;698b fd 7f 80 .  . + halt ;698e 76 v + dec (iy+073h) ;698f fd 35 73 . 5 s + adc a,e ;6992 8b . + rst 38h ;6993 ff . + and h ;6994 a4 . + sbc a,b ;6995 98 . + nop ;6996 00 . + adc a,b ;6997 88 . + add a,b ;6998 80 . + call po,sub_a688h ;6999 e4 88 a6 . . . + inc e ;699c 1c . + add a,c ;699d 81 . + sbc a,e ;699e 9b . + call po,sub_9b88h ;699f e4 88 9b . . . + inc e ;69a2 1c . + add a,b ;69a3 80 . + add a,(hl) ;69a4 86 . + call po,sub_9488h ;69a5 e4 88 94 . . . + defb 0fdh,015h,096h ;illegal sequence ;69a8 fd 15 96 . . . + ld (hl),c ;69ab 71 q + defb 0fdh,05ah,085h ;illegal sequence ;69ac fd 5a 85 . Z . + ld a,c ;69af 79 y + defb 0fdh,03fh,073h ;illegal sequence ;69b0 fd 3f 73 . ? s + ld a,b ;69b3 78 x + defb 0fdh,025h,071h ;illegal sequence ;69b4 fd 25 71 . % q + adc a,d ;69b7 8a . + rst 38h ;69b8 ff . + xor c ;69b9 a9 . + sbc a,(hl) ;69ba 9e . + nop ;69bb 00 . + adc a,l ;69bc 8d . + and h ;69bd a4 . + call po,09a89h ;69be e4 89 9a . . . + add a,(hl) ;69c1 86 . + sub d ;69c2 92 . + add a,b ;69c3 80 . + add a,b ;69c4 80 . + inc e ;69c5 1c . + add a,d ;69c6 82 . + add a,(hl) ;69c7 86 . + call po,sub_15fdh ;69c8 e4 fd 15 . . . + and e ;69cb a3 . + halt ;69cc 76 v + defb 0fdh,05ah,082h ;illegal sequence ;69cd fd 5a 82 . Z . + ld a,(hl) ;69d0 7e ~ + defb 0fdh,025h,07bh ;illegal sequence ;69d1 fd 25 7b . % { + ld a,e ;69d4 7b { + adc a,a ;69d5 8f . + add a,h ;69d6 84 . + call m,sub_8725h ;69d7 fc 25 87 . % . + add a,c ;69da 81 . + call m,sub_8243h ;69db fc 43 82 . C . + add a,e ;69de 83 . + call m,sub_731ch ;69df fc 1c 73 . . s + sub b ;69e2 90 . + rst 38h ;69e3 ff . + and a ;69e4 a7 . + sbc a,e ;69e5 9b . + nop ;69e6 00 . + nop ;69e7 00 . + nop ;69e8 00 . + add a,b ;69e9 80 . + sub e ;69ea 93 . + call po,sub_939bh ;69eb e4 9b 93 . . . + rst 38h ;69ee ff . + and a ;69ef a7 . + sbc a,e ;69f0 9b . + nop ;69f1 00 . + add a,e ;69f2 83 . + and b ;69f3 a0 . + call po,sub_a098h ;69f4 e4 98 a0 . . . + inc e ;69f7 1c . + add a,c ;69f8 81 . + add a,h ;69f9 84 . + call po,sub_849bh ;69fa e4 9b 84 . . . + rst 38h ;69fd ff . + and a ;69fe a7 . + sbc a,e ;69ff 9b . + nop ;6a00 00 . + add a,b ;6a01 80 . + add a,e ;6a02 83 . + call po,0839ah ;6a03 e4 9a 83 . . . + inc e ;6a06 1c . + sbc a,b ;6a07 98 . + sub e ;6a08 93 . + call po,sub_9384h ;6a09 e4 84 93 . . . + inc e ;6a0c 1c . + add a,d ;6a0d 82 . + and c ;6a0e a1 . + call po,sub_a19ah ;6a0f e4 9a a1 . . . + rst 38h ;6a12 ff . + and (hl) ;6a13 a6 . + sbc a,d ;6a14 9a . + nop ;6a15 00 . + add a,b ;6a16 80 . + add a,d ;6a17 82 . + call po,sub_a280h ;6a18 e4 80 a2 . . . + sbc a,h ;6a1b 9c . + and d ;6a1c a2 . + sbc a,h ;6a1d 9c . + add a,d ;6a1e 82 . + add a,b ;6a1f 80 . + add a,d ;6a20 82 . + inc e ;6a21 1c . + add a,h ;6a22 84 . + adc a,h ;6a23 8c . + call po,sub_25fch ;6a24 e4 fc 25 . . % + ld (hl),l ;6a27 75 u + adc a,h ;6a28 8c . + call m,04f0dh ;6a29 fc 0d 4f . . O + adc a,d ;6a2c 8a . + adc a,d ;6a2d 8a . + and d ;6a2e a2 . + inc e ;6a2f 1c . + sub d ;6a30 92 . + and d ;6a31 a2 . + call po,sub_9192h ;6a32 e4 92 91 . . . + call m,sub_8543h ;6a35 fc 43 85 . C . + add a,c ;6a38 81 . + sbc a,h ;6a39 9c . + adc a,l ;6a3a 8d . + rst 38h ;6a3b ff . + xor b ;6a3c a8 . + sbc a,h ;6a3d 9c . + nop ;6a3e 00 . + add a,d ;6a3f 82 . + and d ;6a40 a2 . + call po,sub_a29ah ;6a41 e4 9a a2 . . . + inc e ;6a44 1c . + adc a,l ;6a45 8d . + and d ;6a46 a2 . + call po,sub_948bh ;6a47 e4 8b 94 . . . + adc a,b ;6a4a 88 . + add a,d ;6a4b 82 . + inc e ;6a4c 1c . + add a,e ;6a4d 83 . + sub h ;6a4e 94 . + call po,sub_9496h ;6a4f e4 96 94 . . . + sub (hl) ;6a52 96 . + add a,d ;6a53 82 . + inc e ;6a54 1c . + add a,b ;6a55 80 . + add a,d ;6a56 82 . + call po,sub_829ch ;6a57 e4 9c 82 . . . + rst 38h ;6a5a ff . + xor b ;6a5b a8 . + sbc a,h ;6a5c 9c . + nop ;6a5d 00 . + add a,b ;6a5e 80 . + add a,c ;6a5f 81 . + call po,sub_10fch ;6a60 e4 fc 10 . . . + ld e,c ;6a63 59 Y + sbc a,e ;6a64 9b . + call m,sub_510ah ;6a65 fc 0a 51 . . Q + sub b ;6a68 90 . + inc e ;6a69 1c . + add a,c ;6a6a 81 . + sbc a,h ;6a6b 9c . + call po,sub_9c9bh ;6a6c e4 9b 9c . . . + inc e ;6a6f 1c . + adc a,(hl) ;6a70 8e . + and h ;6a71 a4 . + call po,sub_9c8eh ;6a72 e4 8e 9c . . . + inc e ;6a75 1c . + sub h ;6a76 94 . + sub l ;6a77 95 . + call po,sub_08fch ;6a78 e4 fc 08 . . . + cp l ;6a7b bd . + adc a,e ;6a7c 8b . + call m,sub_ad10h ;6a7d fc 10 ad . . . + adc a,a ;6a80 8f . + rst 38h ;6a81 ff . + xor b ;6a82 a8 . + sbc a,h ;6a83 9c . + nop ;6a84 00 . + add a,b ;6a85 80 . + sub l ;6a86 95 . + call po,sub_9b9ch ;6a87 e4 9c 9b . . . + inc e ;6a8a 1c . + adc a,b ;6a8b 88 . + and e ;6a8c a3 . + call po,sub_8488h ;6a8d e4 88 84 . . . + call m,sub_8543h ;6a90 fc 43 85 . C . + add a,c ;6a93 81 . + call m,sub_840dh ;6a94 fc 0d 84 . . . + and h ;6a97 a4 . + call m,sub_805ah ;6a98 fc 5a 80 . Z . + add a,(hl) ;6a9b 86 . + sbc a,d ;6a9c 9a . + adc a,c ;6a9d 89 . + rst 38h ;6a9e ff . + xor b ;6a9f a8 . + sbc a,h ;6aa0 9c . + nop ;6aa1 00 . + add a,b ;6aa2 80 . + add a,c ;6aa3 81 . + call po,sub_0efch ;6aa4 e4 fc 0e . . . + ld c,e ;6aa7 4b K + sbc a,a ;6aa8 9f . + call m,sub_4210h ;6aa9 fc 10 42 . . B + sub b ;6aac 90 . + inc e ;6aad 1c . + sub h ;6aae 94 . + and c ;6aaf a1 . + call po,sub_0efch ;6ab0 e4 fc 0e . . . + ret ;6ab3 c9 . + ld a,a ;6ab4 7f  + call m,0c20dh ;6ab5 fc 0d c2 . . . + sub h ;6ab8 94 . + rst 38h ;6ab9 ff . + xor b ;6aba a8 . + sbc a,h ;6abb 9c . + nop ;6abc 00 . + call po,sub_25fch ;6abd e4 fc 25 . . % + ld (hl),l ;6ac0 75 u + sub c ;6ac1 91 . + call m,sub_5d13h ;6ac2 fc 13 5d . . ] + adc a,h ;6ac5 8c . + adc a,d ;6ac6 8a . + and h ;6ac7 a4 . + inc e ;6ac8 1c . + add a,c ;6ac9 81 . + sbc a,e ;6aca 9b . + call po,sub_9b94h ;6acb e4 94 9b . . . + sub h ;6ace 94 . + add a,e ;6acf 83 . + call m,sub_838fh ;6ad0 fc 8f 83 . . . + add a,c ;6ad3 81 . + call m,sub_6f10h ;6ad4 fc 10 6f . . o + add a,(hl) ;6ad7 86 . + rst 38h ;6ad8 ff . + and a ;6ad9 a7 . + sbc a,e ;6ada 9b . + nop ;6adb 00 . + add a,b ;6adc 80 . + sub (hl) ;6add 96 . + call po,sub_969ch ;6ade e4 9c 96 . . . + inc e ;6ae1 1c . + adc a,(hl) ;6ae2 8e . + and l ;6ae3 a5 . + call po,sub_7f8eh ;6ae4 e4 8e 7f . .  + rst 38h ;6ae7 ff . + xor b ;6ae8 a8 . + sbc a,h ;6ae9 9c . + nop ;6aea 00 . + add a,b ;6aeb 80 . + and e ;6aec a3 . + call po,sub_a39ch ;6aed e4 9c a3 . . . + inc e ;6af0 1c . + adc a,(hl) ;6af1 8e . + and e ;6af2 a3 . + call po,sub_14fdh ;6af3 e4 fd 14 . . . + ld h,l ;6af6 65 e + add a,h ;6af7 84 . + inc e ;6af8 1c . + add a,h ;6af9 84 . + sbc a,d ;6afa 9a . + call po,sub_8183h+1 ;6afb e4 84 81 . . . + sbc a,b ;6afe 98 . + add a,c ;6aff 81 . + sbc a,b ;6b00 98 . + sbc a,d ;6b01 9a . + add a,h ;6b02 84 . + sbc a,d ;6b03 9a . + inc e ;6b04 1c . + add a,h ;6b05 84 . + adc a,(hl) ;6b06 8e . + call po,08e98h ;6b07 e4 98 8e . . . + rst 38h ;6b0a ff . + xor b ;6b0b a8 . + sbc a,h ;6b0c 9c . + nop ;6b0d 00 . + adc a,(hl) ;6b0e 8e . + ld a,a ;6b0f 7f  + call po,sub_a18eh ;6b10 e4 8e a1 . . . + inc e ;6b13 1c . + sub a ;6b14 97 . + and h ;6b15 a4 . + call po,sub_0efdh ;6b16 e4 fd 0e . . . + ld l,a ;6b19 6f o + and h ;6b1a a4 . + defb 0fdh,010h,077h ;illegal sequence ;6b1b fd 10 77 . . w + and (hl) ;6b1e a6 . + inc e ;6b1f 1c . + add a,b ;6b20 80 . + sub h ;6b21 94 . + call po,sub_949ch ;6b22 e4 9c 94 . . . + rst 38h ;6b25 ff . + xor b ;6b26 a8 . + sbc a,h ;6b27 9c . + nop ;6b28 00 . + call po,sub_10fch ;6b29 e4 fc 10 . . . + ld l,d ;6b2c 6a j + sub l ;6b2d 95 . + call m,sub_5817h ;6b2e fc 17 58 . . X + sub l ;6b31 95 . + adc a,d ;6b32 8a . + and d ;6b33 a2 . + inc e ;6b34 1c . + add a,b ;6b35 80 . + and d ;6b36 a2 . + call po,sub_a29ch ;6b37 e4 9c a2 . . . + inc e ;6b3a 1c . + adc a,d ;6b3b 8a . + sbc a,b ;6b3c 98 . + call po,sub_9898h ;6b3d e4 98 98 . . . + defb 0fdh,010h,047h ;illegal sequence ;6b40 fd 10 47 . . G + ld a,a ;6b43 7f  + defb 0fdh,00bh,061h ;illegal sequence ;6b44 fd 0b 61 . . a + add a,a ;6b47 87 . + defb 0fdh,025h,07ch ;illegal sequence ;6b48 fd 25 7c . % | + add a,d ;6b4b 82 . + defb 0fdh,025h,07fh ;illegal sequence ;6b4c fd 25 7f . %  + adc a,b ;6b4f 88 . + rst 38h ;6b50 ff . + xor b ;6b51 a8 . + sbc a,h ;6b52 9c . + nop ;6b53 00 . + adc a,l ;6b54 8d . + add a,b ;6b55 80 . + call po,sub_948dh ;6b56 e4 8d 94 . . . + inc e ;6b59 1c . + adc a,a ;6b5a 8f . + sub h ;6b5b 94 . + call po,sub_a49ah ;6b5c e4 9a a4 . . . + inc e ;6b5f 1c . + add a,b ;6b60 80 . + and h ;6b61 a4 . + call po,sub_948bh ;6b62 e4 8b 94 . . . + adc a,a ;6b65 8f . + sub h ;6b66 94 . + inc e ;6b67 1c . + sbc a,b ;6b68 98 . + adc a,(hl) ;6b69 8e . + call po,sub_8e82h ;6b6a e4 82 8e . . . + inc e ;6b6d 1c . + add a,d ;6b6e 82 . + add a,a ;6b6f 87 . + call po,sub_8798h ;6b70 e4 98 87 . . . + rst 38h ;6b73 ff . + and (hl) ;6b74 a6 . + sbc a,d ;6b75 9a . + nop ;6b76 00 . + add a,b ;6b77 80 . + and e ;6b78 a3 . + call po,sub_a398h+2 ;6b79 e4 9a a3 . . . + inc e ;6b7c 1c . + sbc a,d ;6b7d 9a . + sub a ;6b7e 97 . + call po,sub_9780h ;6b7f e4 80 97 . . . + inc e ;6b82 1c . + adc a,l ;6b83 8d . + sub a ;6b84 97 . + call po,sub_808dh ;6b85 e4 8d 80 . . . + rst 38h ;6b88 ff . + and (hl) ;6b89 a6 . + sbc a,d ;6b8a 9a . + nop ;6b8b 00 . + nop ;6b8c 00 . + add a,b ;6b8d 80 . + sub d ;6b8e 92 . + call po,017fch ;6b8f e4 fc 17 . . . + ld l,(hl) ;6b92 6e n + adc a,(hl) ;6b93 8e . + call m,sub_550ah ;6b94 fc 0a 55 . . U + adc a,a ;6b97 8f . + inc e ;6b98 1c . + adc a,(hl) ;6b99 8e . + and e ;6b9a a3 . + call po,sub_808eh ;6b9b e4 8e 80 . . . + inc e ;6b9e 1c . + add a,h ;6b9f 84 . + sbc a,d ;6ba0 9a . + call po,sub_9a99h+1 ;6ba1 e4 9a 9a . . . + inc e ;6ba4 1c . + sbc a,b ;6ba5 98 . + adc a,(hl) ;6ba6 8e . + call po,sub_8e84h ;6ba7 e4 84 8e . . . + inc e ;6baa 1c . + add a,b ;6bab 80 . + add a,b ;6bac 80 . + call po,sub_809ch ;6bad e4 9c 80 . . . + rst 38h ;6bb0 ff . + xor b ;6bb1 a8 . + sbc a,h ;6bb2 9c . + nop ;6bb3 00 . + add a,b ;6bb4 80 . + ld a,a ;6bb5 7f  + call po,sub_a380h ;6bb6 e4 80 a3 . . . + sbc a,b ;6bb9 98 . + and e ;6bba a3 . + sbc a,b ;6bbb 98 . + add a,e ;6bbc 83 . + defb 0fdh,05ah,07dh ;illegal sequence ;6bbd fd 5a 7d . Z } + add a,b ;6bc0 80 . + defb 0fdh,017h,081h ;illegal sequence ;6bc1 fd 17 81 . . . + adc a,b ;6bc4 88 . + inc e ;6bc5 1c . + adc a,h ;6bc6 8c . + sub d ;6bc7 92 . + call po,sub_a38ch ;6bc8 e4 8c a3 . . . + inc e ;6bcb 1c . + add a,b ;6bcc 80 . + sub d ;6bcd 92 . + call po,sub_9298h ;6bce e4 98 92 . . . + rst 38h ;6bd1 ff . + and h ;6bd2 a4 . + sbc a,b ;6bd3 98 . + nop ;6bd4 00 . + add a,b ;6bd5 80 . + sub a ;6bd6 97 . + call po,sub_0bfch ;6bd7 e4 fc 0b . . . + ld e,e ;6bda 5b [ + and d ;6bdb a2 . + call m,sub_4b06h ;6bdc fc 06 4b . . K + sub l ;6bdf 95 . + inc e ;6be0 1c . + add a,(hl) ;6be1 86 . + sbc a,a ;6be2 9f . + call po,sub_9f9ah ;6be3 e4 9a 9f . . . + inc e ;6be6 1c . + sub b ;6be7 90 . + sbc a,a ;6be8 9f . + call po,sub_7f90h ;6be9 e4 90 7f . .  + inc e ;6bec 1c . + add a,b ;6bed 80 . + adc a,c ;6bee 89 . + call po,0899ch ;6bef e4 9c 89 . . . + inc e ;6bf2 1c . + sbc a,c ;6bf3 99 . + sub l ;6bf4 95 . + call po,sub_9586h ;6bf5 e4 86 95 . . . + add a,(hl) ;6bf8 86 . + adc a,c ;6bf9 89 . + rst 38h ;6bfa ff . + xor b ;6bfb a8 . + sbc a,h ;6bfc 9c . + nop ;6bfd 00 . + call po,sub_1cfch ;6bfe e4 fc 1c . . . + ld h,(hl) ;6c01 66 f + adc a,a ;6c02 8f . + add a,h ;6c03 84 . + and h ;6c04 a4 . + sub (hl) ;6c05 96 . + and h ;6c06 a4 . + sub (hl) ;6c07 96 . + add a,e ;6c08 83 . + defb 0fdh,03eh,07ch ;illegal sequence ;6c09 fd 3e 7c . > | + add a,c ;6c0c 81 . + defb 0fdh,025h,080h ;illegal sequence ;6c0d fd 25 80 . % . + add a,l ;6c10 85 . + inc e ;6c11 1c . + add a,h ;6c12 84 . + sbc a,c ;6c13 99 . + call po,sub_9996h ;6c14 e4 96 99 . . . + inc e ;6c17 1c . + add a,h ;6c18 84 . + adc a,(hl) ;6c19 8e . + call po,sub_8e96h ;6c1a e4 96 8e . . . + rst 38h ;6c1d ff . + and d ;6c1e a2 . + sub (hl) ;6c1f 96 . + nop ;6c20 00 . + add a,b ;6c21 80 . + add a,d ;6c22 82 . + call po,sub_a280h ;6c23 e4 80 a2 . . . + sub d ;6c26 92 . + and d ;6c27 a2 . + sub d ;6c28 92 . + add a,d ;6c29 82 . + add a,b ;6c2a 80 . + add a,d ;6c2b 82 . + inc e ;6c2c 1c . + add a,b ;6c2d 80 . + sub d ;6c2e 92 . + call po,sub_9292h ;6c2f e4 92 92 . . . + rst 38h ;6c32 ff . + sbc a,(hl) ;6c33 9e . + sub d ;6c34 92 . + nop ;6c35 00 . + add a,b ;6c36 80 . + add a,(hl) ;6c37 86 . + call po,sub_a380h ;6c38 e4 80 a3 . . . + adc a,b ;6c3b 88 . + and e ;6c3c a3 . + adc a,b ;6c3d 88 . + add a,(hl) ;6c3e 86 . + add a,b ;6c3f 80 . + add a,(hl) ;6c40 86 . + inc e ;6c41 1c . + add a,b ;6c42 80 . + sub l ;6c43 95 . + call po,sub_9588h ;6c44 e4 88 95 . . . + inc e ;6c47 1c . + adc a,e ;6c48 8b . + sbc a,a ;6c49 9f . + call po,sub_9f9bh ;6c4a e4 9b 9f . . . + inc e ;6c4d 1c . + sub d ;6c4e 92 . + and l ;6c4f a5 . + call po,sub_9792h ;6c50 e4 92 97 . . . + inc e ;6c53 1c . + adc a,d ;6c54 8a . + sub a ;6c55 97 . + call po,sub_979ch ;6c56 e4 9c 97 . . . + inc e ;6c59 1c . + sub a ;6c5a 97 . + sub a ;6c5b 97 . + call po,sub_8297h ;6c5c e4 97 82 . . . + defb 0fdh,05ah,07eh ;illegal sequence ;6c5f fd 5a 7e . Z ~ + add a,b ;6c62 80 . + sub d ;6c63 92 . + add a,b ;6c64 80 . + inc e ;6c65 1c . + sub b ;6c66 90 . + add a,l ;6c67 85 . + call po,sub_8d8ch ;6c68 e4 8c 8d . . . + inc e ;6c6b 1c . + adc a,d ;6c6c 8a . + adc a,a ;6c6d 8f . + call po,sub_8f9ch ;6c6e e4 9c 8f . . . + rst 38h ;6c71 ff . + xor b ;6c72 a8 . + sbc a,h ;6c73 9c . + nop ;6c74 00 . + add a,b ;6c75 80 . + sub e ;6c76 93 . + call po,017fch ;6c77 e4 fc 17 . . . + ld e,d ;6c7a 5a Z + sbc a,a ;6c7b 9f . + inc e ;6c7c 1c . + sub c ;6c7d 91 . + and l ;6c7e a5 . + call po,017fch ;6c7f e4 fc 17 . . . + or l ;6c82 b5 . + sub d ;6c83 92 . + inc e ;6c84 1c . + add a,(hl) ;6c85 86 . + sub (hl) ;6c86 96 . + call po,sub_9696h ;6c87 e4 96 96 . . . + sub (hl) ;6c8a 96 . + sub b ;6c8b 90 . + defb 0fdh,010h,04eh ;illegal sequence ;6c8c fd 10 4e . . N + add a,b ;6c8f 80 . + defb 0fdh,05ah,07dh ;illegal sequence ;6c90 fd 5a 7d . Z } + add a,c ;6c93 81 . + inc e ;6c94 1c . + adc a,h ;6c95 8c . + sub (hl) ;6c96 96 . + call po,sub_10fdh ;6c97 e4 fd 10 . . . + ld e,h ;6c9a 5c \ + add a,d ;6c9b 82 . + defb 0fdh,020h,067h ;illegal sequence ;6c9c fd 20 67 . g + adc a,b ;6c9f 88 . + rst 38h ;6ca0 ff . + xor b ;6ca1 a8 . + sbc a,h ;6ca2 9c . + nop ;6ca3 00 . + add a,l ;6ca4 85 . + ld a,a ;6ca5 7f  + call po,sub_a285h ;6ca6 e4 85 a2 . . . + inc e ;6ca9 1c . + adc a,d ;6caa 8a . + and l ;6cab a5 . + call po,017fdh ;6cac e4 fd 17 . . . + halt ;6caf 76 v + adc a,e ;6cb0 8b . + defb 0fdh,00ah,078h ;illegal sequence ;6cb1 fd 0a 78 . . x + sbc a,e ;6cb4 9b . + inc e ;6cb5 1c . + add a,b ;6cb6 80 . + sbc a,d ;6cb7 9a . + call po,sub_9a8bh ;6cb8 e4 8b 9a . . . + inc e ;6cbb 1c . + add a,l ;6cbc 85 . + sbc a,d ;6cbd 9a . + call po,sub_16fdh ;6cbe e4 fd 16 . . . + ld d,(hl) ;6cc1 56 V + add a,a ;6cc2 87 . + inc e ;6cc3 1c . + add a,l ;6cc4 85 . + sbc a,d ;6cc5 9a . + call po,017fch ;6cc6 e4 fc 17 . . . + sbc a,(hl) ;6cc9 9e . + add a,a ;6cca 87 . + inc e ;6ccb 1c . + sub e ;6ccc 93 . + and h ;6ccd a4 . + call po,sub_9093h ;6cce e4 93 90 . . . + defb 0fdh,03eh,07ch ;illegal sequence ;6cd1 fd 3e 7c . > | + add a,c ;6cd4 81 . + adc a,a ;6cd5 8f . + adc a,l ;6cd6 8d . + inc e ;6cd7 1c . + adc a,(hl) ;6cd8 8e . + sbc a,l ;6cd9 9d . + call po,sub_10fdh ;6cda e4 fd 10 . . . + ld e,h ;6cdd 5c \ + add a,d ;6cde 82 . + inc e ;6cdf 1c . + sbc a,b ;6ce0 98 . + sbc a,a ;6ce1 9f . + call po,sub_11fch ;6ce2 e4 fc 11 . . . + xor c ;6ce5 a9 . + add a,a ;6ce6 87 . + inc e ;6ce7 1c . + sbc a,c ;6ce8 99 . + sub d ;6ce9 92 . + call po,017fdh ;6cea e4 fd 17 . . . + ld h,d ;6ced 62 b + add a,a ;6cee 87 . + defb 0fdh,01ch,070h ;illegal sequence ;6cef fd 1c 70 . . p + adc a,l ;6cf2 8d . + rst 38h ;6cf3 ff . + xor b ;6cf4 a8 . + sbc a,h ;6cf5 9c . + nop ;6cf6 00 . + call po,035fch ;6cf7 e4 fc 35 . . 5 + ld (hl),e ;6cfa 73 s + sbc a,b ;6cfb 98 . + adc a,(hl) ;6cfc 8e . + and l ;6cfd a5 . + inc e ;6cfe 1c . + add a,e ;6cff 83 . + sbc a,(hl) ;6d00 9e . + call po,017fdh ;6d01 e4 fd 17 . . . + ld h,c ;6d04 61 a + ld (hl),d ;6d05 72 r + inc e ;6d06 1c . + adc a,(hl) ;6d07 8e . + sub h ;6d08 94 . + call po,035fch ;6d09 e4 fc 35 . . 5 + sbc a,e ;6d0c 9b . + add a,h ;6d0d 84 . + inc e ;6d0e 1c . + sbc a,c ;6d0f 99 . + sbc a,(hl) ;6d10 9e . + call po,017fdh ;6d11 e4 fd 17 . . . + ld e,(hl) ;6d14 5e ^ + add a,c ;6d15 81 . + rst 38h ;6d16 ff . + xor b ;6d17 a8 . + sbc a,h ;6d18 9c . + nop ;6d19 00 . + add a,b ;6d1a 80 . + add a,h ;6d1b 84 . + call po,sub_25fch ;6d1c e4 fc 25 . . % + ld h,e ;6d1f 63 c + sbc a,h ;6d20 9c . + add a,b ;6d21 80 . + sbc a,e ;6d22 9b . + inc e ;6d23 1c . + adc a,(hl) ;6d24 8e . +sub_6d25h: + and l ;6d25 a5 . + call po,sub_828eh ;6d26 e4 8e 82 . . . + defb 0fdh,05ah,07eh ;illegal sequence ;6d29 fd 5a 7e . Z ~ + add a,b ;6d2c 80 . + adc a,c ;6d2d 89 . + add a,b ;6d2e 80 . + inc e ;6d2f 1c . + adc a,(hl) ;6d30 8e . + sbc a,a ;6d31 9f . + call po,00ffch ;6d32 e4 fc 0f . . . + cp d ;6d35 ba . + adc a,e ;6d36 8b . + call m,sub_b210h ;6d37 fc 10 b2 . . . + sbc a,c ;6d3a 99 . + inc e ;6d3b 1c . + sbc a,d ;6d3c 9a . + and b ;6d3d a0 . + call po,sub_0efdh ;6d3e e4 fd 0e . . . + ld d,h ;6d41 54 T + sbc a,e ;6d42 9b . + rst 38h ;6d43 ff . + xor b ;6d44 a8 . + sbc a,h ;6d45 9c . + nop ;6d46 00 . + add a,b ;6d47 80 . + add a,(hl) ;6d48 86 . + call po,sub_25fch ;6d49 e4 fc 25 . . % + ld h,(hl) ;6d4c 66 f + and b ;6d4d a0 . + inc e ;6d4e 1c . + adc a,(hl) ;6d4f 8e . + and l ;6d50 a5 . + call po,sub_7f8eh ;6d51 e4 8e 7f . .  + inc e ;6d54 1c . + add a,b ;6d55 80 . + sbc a,h ;6d56 9c . + call po,sub_9c9ch ;6d57 e4 9c 9c . . . + inc e ;6d5a 1c . + adc a,(hl) ;6d5b 8e . + sbc a,h ;6d5c 9c . + call po,sub_25fch ;6d5d e4 fc 25 . . % + xor b ;6d60 a8 . + adc a,d ;6d61 8a . + rst 38h ;6d62 ff . + xor b ;6d63 a8 . + sbc a,h ;6d64 9c . + nop ;6d65 00 . + adc a,(hl) ;6d66 8e . + and h ;6d67 a4 . + call po,021fdh ;6d68 e4 fd 21 . . ! + ld h,c ;6d6b 61 a + sub c ;6d6c 91 . + inc e ;6d6d 1c . + adc a,(hl) ;6d6e 8e . + and h ;6d6f a4 . + call po,021fch ;6d70 e4 fc 21 . . ! + sbc a,a ;6d73 9f . + sub c ;6d74 91 . + inc e ;6d75 1c . + sub (hl) ;6d76 96 . + sbc a,b ;6d77 98 . + call po,sub_9886h ;6d78 e4 86 98 . . . + inc e ;6d7b 1c . + add a,d ;6d7c 82 . + sub b ;6d7d 90 . + call po,sub_909ah ;6d7e e4 9a 90 . . . + inc e ;6d81 1c . + adc a,(hl) ;6d82 8e . + sbc a,b ;6d83 98 . + call po,sub_818eh ;6d84 e4 8e 81 . . . + inc e ;6d87 1c . + adc a,c ;6d88 89 . + add a,d ;6d89 82 . + call po,sub_0dfch ;6d8a e4 fc 0d . . . + ld d,c ;6d8d 51 Q + ld (hl),e ;6d8e 73 s + inc e ;6d8f 1c . + add a,c ;6d90 81 . + add a,c ;6d91 81 . + call po,sub_819bh ;6d92 e4 9b 81 . . . + inc e ;6d95 1c . + sub a ;6d96 97 . + adc a,h ;6d97 8c . + call po,sub_10fdh ;6d98 e4 fd 10 . . . + ld d,a ;6d9b 57 W + adc a,h ;6d9c 8c . + rst 38h ;6d9d ff . + xor b ;6d9e a8 . + sbc a,h ;6d9f 9c . + nop ;6da0 00 . + adc a,l ;6da1 8d . + add a,c ;6da2 81 . + call po,sub_a48dh ;6da3 e4 8d a4 . . . + inc e ;6da6 1c . + sbc a,b ;6da7 98 . + sub (hl) ;6da8 96 . + call po,sub_9682h ;6da9 e4 82 96 . . . + inc e ;6dac 1c . + add a,b ;6dad 80 . + add a,c ;6dae 81 . + call po,sub_819ah ;6daf e4 9a 81 . . . + rst 38h ;6db2 ff . + and (hl) ;6db3 a6 . + sbc a,d ;6db4 9a . + nop ;6db5 00 . + rst 38h ;6db6 ff . + rst 38h ;6db7 ff . + rst 38h ;6db8 ff . + rst 38h ;6db9 ff . + rst 38h ;6dba ff . + rst 38h ;6dbb ff . + rst 38h ;6dbc ff . + rst 38h ;6dbd ff . + rst 38h ;6dbe ff . + rst 38h ;6dbf ff . + rst 38h ;6dc0 ff . + rst 38h ;6dc1 ff . + rst 38h ;6dc2 ff . + rst 38h ;6dc3 ff . + rst 38h ;6dc4 ff . + rst 38h ;6dc5 ff . + rst 38h ;6dc6 ff . + rst 38h ;6dc7 ff . + rst 38h ;6dc8 ff . + rst 38h ;6dc9 ff . + rst 38h ;6dca ff . + rst 38h ;6dcb ff . + rst 38h ;6dcc ff . + rst 38h ;6dcd ff . + rst 38h ;6dce ff . + rst 38h ;6dcf ff . + rst 38h ;6dd0 ff . + rst 38h ;6dd1 ff . + rst 38h ;6dd2 ff . + rst 38h ;6dd3 ff . + rst 38h ;6dd4 ff . + rst 38h ;6dd5 ff . + rst 38h ;6dd6 ff . + rst 38h ;6dd7 ff . + rst 38h ;6dd8 ff . + rst 38h ;6dd9 ff . + rst 38h ;6dda ff . + rst 38h ;6ddb ff . + rst 38h ;6ddc ff . + rst 38h ;6ddd ff . + rst 38h ;6dde ff . + rst 38h ;6ddf ff . + rst 38h ;6de0 ff . + rst 38h ;6de1 ff . + rst 38h ;6de2 ff . + rst 38h ;6de3 ff . + rst 38h ;6de4 ff . + rst 38h ;6de5 ff . + rst 38h ;6de6 ff . + rst 38h ;6de7 ff . + rst 38h ;6de8 ff . + rst 38h ;6de9 ff . + rst 38h ;6dea ff . + rst 38h ;6deb ff . + rst 38h ;6dec ff . + rst 38h ;6ded ff . + rst 38h ;6dee ff . + rst 38h ;6def ff . + rst 38h ;6df0 ff . + rst 38h ;6df1 ff . + rst 38h ;6df2 ff . + rst 38h ;6df3 ff . + rst 38h ;6df4 ff . + rst 38h ;6df5 ff . + rst 38h ;6df6 ff . + rst 38h ;6df7 ff . + rst 38h ;6df8 ff . + rst 38h ;6df9 ff . + rst 38h ;6dfa ff . + rst 38h ;6dfb ff . + rst 38h ;6dfc ff . + rst 38h ;6dfd ff . + rst 38h ;6dfe ff . + rst 38h ;6dff ff . + rst 38h ;6e00 ff . + rst 38h ;6e01 ff . + rst 38h ;6e02 ff . + rst 38h ;6e03 ff . + rst 38h ;6e04 ff . + rst 38h ;6e05 ff . + rst 38h ;6e06 ff . + rst 38h ;6e07 ff . + rst 38h ;6e08 ff . + rst 38h ;6e09 ff . + rst 38h ;6e0a ff . +sub_6e0bh: + rst 38h ;6e0b ff . + rst 38h ;6e0c ff . + rst 38h ;6e0d ff . + rst 38h ;6e0e ff . + rst 38h ;6e0f ff . + rst 38h ;6e10 ff . + rst 38h ;6e11 ff . + rst 38h ;6e12 ff . + rst 38h ;6e13 ff . + rst 38h ;6e14 ff . + rst 38h ;6e15 ff . + rst 38h ;6e16 ff . + rst 38h ;6e17 ff . + rst 38h ;6e18 ff . + rst 38h ;6e19 ff . + rst 38h ;6e1a ff . + rst 38h ;6e1b ff . + rst 38h ;6e1c ff . + rst 38h ;6e1d ff . + rst 38h ;6e1e ff . + rst 38h ;6e1f ff . + rst 38h ;6e20 ff . + rst 38h ;6e21 ff . + rst 38h ;6e22 ff . + rst 38h ;6e23 ff . + rst 38h ;6e24 ff . + rst 38h ;6e25 ff . + rst 38h ;6e26 ff . + rst 38h ;6e27 ff . + rst 38h ;6e28 ff . + rst 38h ;6e29 ff . + rst 38h ;6e2a ff . + rst 38h ;6e2b ff . + rst 38h ;6e2c ff . + rst 38h ;6e2d ff . + rst 38h ;6e2e ff . + rst 38h ;6e2f ff . + rst 38h ;6e30 ff . + rst 38h ;6e31 ff . + rst 38h ;6e32 ff . + rst 38h ;6e33 ff . + rst 38h ;6e34 ff . + rst 38h ;6e35 ff . + rst 38h ;6e36 ff . + rst 38h ;6e37 ff . + rst 38h ;6e38 ff . + rst 38h ;6e39 ff . + rst 38h ;6e3a ff . + rst 38h ;6e3b ff . + rst 38h ;6e3c ff . + rst 38h ;6e3d ff . + rst 38h ;6e3e ff . + rst 38h ;6e3f ff . + rst 38h ;6e40 ff . + rst 38h ;6e41 ff . + rst 38h ;6e42 ff . + rst 38h ;6e43 ff . + rst 38h ;6e44 ff . + rst 38h ;6e45 ff . + rst 38h ;6e46 ff . + rst 38h ;6e47 ff . + rst 38h ;6e48 ff . + rst 38h ;6e49 ff . + rst 38h ;6e4a ff . + rst 38h ;6e4b ff . + rst 38h ;6e4c ff . + rst 38h ;6e4d ff . + rst 38h ;6e4e ff . + rst 38h ;6e4f ff . + rst 38h ;6e50 ff . + rst 38h ;6e51 ff . + rst 38h ;6e52 ff . + rst 38h ;6e53 ff . + rst 38h ;6e54 ff . + rst 38h ;6e55 ff . + rst 38h ;6e56 ff . + rst 38h ;6e57 ff . + rst 38h ;6e58 ff . + rst 38h ;6e59 ff . + rst 38h ;6e5a ff . + rst 38h ;6e5b ff . + rst 38h ;6e5c ff . + rst 38h ;6e5d ff . + rst 38h ;6e5e ff . + rst 38h ;6e5f ff . + rst 38h ;6e60 ff . + rst 38h ;6e61 ff . + rst 38h ;6e62 ff . + rst 38h ;6e63 ff . + rst 38h ;6e64 ff . + rst 38h ;6e65 ff . + rst 38h ;6e66 ff . + rst 38h ;6e67 ff . + rst 38h ;6e68 ff . + rst 38h ;6e69 ff . + rst 38h ;6e6a ff . + rst 38h ;6e6b ff . + rst 38h ;6e6c ff . + rst 38h ;6e6d ff . + rst 38h ;6e6e ff . + rst 38h ;6e6f ff . + rst 38h ;6e70 ff . + rst 38h ;6e71 ff . + rst 38h ;6e72 ff . + rst 38h ;6e73 ff . + rst 38h ;6e74 ff . + rst 38h ;6e75 ff . + rst 38h ;6e76 ff . + rst 38h ;6e77 ff . + rst 38h ;6e78 ff . + rst 38h ;6e79 ff . + rst 38h ;6e7a ff . + rst 38h ;6e7b ff . + rst 38h ;6e7c ff . + rst 38h ;6e7d ff . + rst 38h ;6e7e ff . + rst 38h ;6e7f ff . + rst 38h ;6e80 ff . + rst 38h ;6e81 ff . + rst 38h ;6e82 ff . + rst 38h ;6e83 ff . + rst 38h ;6e84 ff . + rst 38h ;6e85 ff . + rst 38h ;6e86 ff . + rst 38h ;6e87 ff . + rst 38h ;6e88 ff . + rst 38h ;6e89 ff . + rst 38h ;6e8a ff . + rst 38h ;6e8b ff . + rst 38h ;6e8c ff . + rst 38h ;6e8d ff . + rst 38h ;6e8e ff . + rst 38h ;6e8f ff . + rst 38h ;6e90 ff . + rst 38h ;6e91 ff . + rst 38h ;6e92 ff . + rst 38h ;6e93 ff . + rst 38h ;6e94 ff . + rst 38h ;6e95 ff . + rst 38h ;6e96 ff . + rst 38h ;6e97 ff . + rst 38h ;6e98 ff . + rst 38h ;6e99 ff . + rst 38h ;6e9a ff . + rst 38h ;6e9b ff . + rst 38h ;6e9c ff . + rst 38h ;6e9d ff . + rst 38h ;6e9e ff . + rst 38h ;6e9f ff . + rst 38h ;6ea0 ff . + rst 38h ;6ea1 ff . + rst 38h ;6ea2 ff . + rst 38h ;6ea3 ff . + rst 38h ;6ea4 ff . + rst 38h ;6ea5 ff . + rst 38h ;6ea6 ff . + rst 38h ;6ea7 ff . + rst 38h ;6ea8 ff . + rst 38h ;6ea9 ff . + rst 38h ;6eaa ff . + rst 38h ;6eab ff . + rst 38h ;6eac ff . + rst 38h ;6ead ff . + rst 38h ;6eae ff . + rst 38h ;6eaf ff . + rst 38h ;6eb0 ff . + rst 38h ;6eb1 ff . + rst 38h ;6eb2 ff . + rst 38h ;6eb3 ff . + rst 38h ;6eb4 ff . + rst 38h ;6eb5 ff . + rst 38h ;6eb6 ff . + rst 38h ;6eb7 ff . + rst 38h ;6eb8 ff . + rst 38h ;6eb9 ff . + rst 38h ;6eba ff . + rst 38h ;6ebb ff . + rst 38h ;6ebc ff . + rst 38h ;6ebd ff . + rst 38h ;6ebe ff . + rst 38h ;6ebf ff . + rst 38h ;6ec0 ff . + rst 38h ;6ec1 ff . + rst 38h ;6ec2 ff . + rst 38h ;6ec3 ff . + rst 38h ;6ec4 ff . + rst 38h ;6ec5 ff . + rst 38h ;6ec6 ff . + rst 38h ;6ec7 ff . + rst 38h ;6ec8 ff . + rst 38h ;6ec9 ff . + rst 38h ;6eca ff . + rst 38h ;6ecb ff . + rst 38h ;6ecc ff . + rst 38h ;6ecd ff . + rst 38h ;6ece ff . + rst 38h ;6ecf ff . + rst 38h ;6ed0 ff . + rst 38h ;6ed1 ff . + rst 38h ;6ed2 ff . + rst 38h ;6ed3 ff . + rst 38h ;6ed4 ff . + rst 38h ;6ed5 ff . + rst 38h ;6ed6 ff . + rst 38h ;6ed7 ff . + rst 38h ;6ed8 ff . + rst 38h ;6ed9 ff . + rst 38h ;6eda ff . + rst 38h ;6edb ff . + rst 38h ;6edc ff . + rst 38h ;6edd ff . + rst 38h ;6ede ff . + rst 38h ;6edf ff . + rst 38h ;6ee0 ff . + rst 38h ;6ee1 ff . + rst 38h ;6ee2 ff . + rst 38h ;6ee3 ff . + rst 38h ;6ee4 ff . + rst 38h ;6ee5 ff . + rst 38h ;6ee6 ff . + rst 38h ;6ee7 ff . + rst 38h ;6ee8 ff . + rst 38h ;6ee9 ff . + rst 38h ;6eea ff . + rst 38h ;6eeb ff . + rst 38h ;6eec ff . + rst 38h ;6eed ff . + rst 38h ;6eee ff . + rst 38h ;6eef ff . + rst 38h ;6ef0 ff . + rst 38h ;6ef1 ff . + rst 38h ;6ef2 ff . + rst 38h ;6ef3 ff . + rst 38h ;6ef4 ff . + rst 38h ;6ef5 ff . + rst 38h ;6ef6 ff . + rst 38h ;6ef7 ff . + rst 38h ;6ef8 ff . + rst 38h ;6ef9 ff . + rst 38h ;6efa ff . + rst 38h ;6efb ff . +sub_6efch: + rst 38h ;6efc ff . + rst 38h ;6efd ff . + rst 38h ;6efe ff . + rst 38h ;6eff ff . + rst 38h ;6f00 ff . + rst 38h ;6f01 ff . + rst 38h ;6f02 ff . + rst 38h ;6f03 ff . + rst 38h ;6f04 ff . + rst 38h ;6f05 ff . + rst 38h ;6f06 ff . + rst 38h ;6f07 ff . + rst 38h ;6f08 ff . + rst 38h ;6f09 ff . + rst 38h ;6f0a ff . + rst 38h ;6f0b ff . + rst 38h ;6f0c ff . +sub_6f0dh: + rst 38h ;6f0d ff . + rst 38h ;6f0e ff . + rst 38h ;6f0f ff . +sub_6f10h: + rst 38h ;6f10 ff . + rst 38h ;6f11 ff . + rst 38h ;6f12 ff . + rst 38h ;6f13 ff . + rst 38h ;6f14 ff . + rst 38h ;6f15 ff . + rst 38h ;6f16 ff . + rst 38h ;6f17 ff . + rst 38h ;6f18 ff . + rst 38h ;6f19 ff . +sub_6f1ah: + rst 38h ;6f1a ff . + rst 38h ;6f1b ff . +sub_6f1ch: + rst 38h ;6f1c ff . + rst 38h ;6f1d ff . + rst 38h ;6f1e ff . + rst 38h ;6f1f ff . + rst 38h ;6f20 ff . + rst 38h ;6f21 ff . + rst 38h ;6f22 ff . + rst 38h ;6f23 ff . + rst 38h ;6f24 ff . + rst 38h ;6f25 ff . + rst 38h ;6f26 ff . + rst 38h ;6f27 ff . + rst 38h ;6f28 ff . + rst 38h ;6f29 ff . + rst 38h ;6f2a ff . + rst 38h ;6f2b ff . + rst 38h ;6f2c ff . + rst 38h ;6f2d ff . + rst 38h ;6f2e ff . + rst 38h ;6f2f ff . + rst 38h ;6f30 ff . + rst 38h ;6f31 ff . + rst 38h ;6f32 ff . + rst 38h ;6f33 ff . + rst 38h ;6f34 ff . + rst 38h ;6f35 ff . + rst 38h ;6f36 ff . + rst 38h ;6f37 ff . + rst 38h ;6f38 ff . + rst 38h ;6f39 ff . + rst 38h ;6f3a ff . + rst 38h ;6f3b ff . + rst 38h ;6f3c ff . + rst 38h ;6f3d ff . + rst 38h ;6f3e ff . + rst 38h ;6f3f ff . + rst 38h ;6f40 ff . + rst 38h ;6f41 ff . + rst 38h ;6f42 ff . + rst 38h ;6f43 ff . + rst 38h ;6f44 ff . + rst 38h ;6f45 ff . + rst 38h ;6f46 ff . + rst 38h ;6f47 ff . + rst 38h ;6f48 ff . + rst 38h ;6f49 ff . + rst 38h ;6f4a ff . + rst 38h ;6f4b ff . + rst 38h ;6f4c ff . + rst 38h ;6f4d ff . + rst 38h ;6f4e ff . + rst 38h ;6f4f ff . + rst 38h ;6f50 ff . + rst 38h ;6f51 ff . + rst 38h ;6f52 ff . + rst 38h ;6f53 ff . + rst 38h ;6f54 ff . + rst 38h ;6f55 ff . + rst 38h ;6f56 ff . + rst 38h ;6f57 ff . + rst 38h ;6f58 ff . + rst 38h ;6f59 ff . + rst 38h ;6f5a ff . + rst 38h ;6f5b ff . + rst 38h ;6f5c ff . + rst 38h ;6f5d ff . + rst 38h ;6f5e ff . + rst 38h ;6f5f ff . + rst 38h ;6f60 ff . + rst 38h ;6f61 ff . + rst 38h ;6f62 ff . + rst 38h ;6f63 ff . + rst 38h ;6f64 ff . + rst 38h ;6f65 ff . + rst 38h ;6f66 ff . + rst 38h ;6f67 ff . + rst 38h ;6f68 ff . + rst 38h ;6f69 ff . + rst 38h ;6f6a ff . + rst 38h ;6f6b ff . + rst 38h ;6f6c ff . + rst 38h ;6f6d ff . + rst 38h ;6f6e ff . + rst 38h ;6f6f ff . + rst 38h ;6f70 ff . + rst 38h ;6f71 ff . + rst 38h ;6f72 ff . + rst 38h ;6f73 ff . + rst 38h ;6f74 ff . + rst 38h ;6f75 ff . + rst 38h ;6f76 ff . + rst 38h ;6f77 ff . + rst 38h ;6f78 ff . + rst 38h ;6f79 ff . + rst 38h ;6f7a ff . + rst 38h ;6f7b ff . + rst 38h ;6f7c ff . + rst 38h ;6f7d ff . + rst 38h ;6f7e ff . + rst 38h ;6f7f ff . + rst 38h ;6f80 ff . + rst 38h ;6f81 ff . + rst 38h ;6f82 ff . + rst 38h ;6f83 ff . + rst 38h ;6f84 ff . + rst 38h ;6f85 ff . + rst 38h ;6f86 ff . + rst 38h ;6f87 ff . + rst 38h ;6f88 ff . + rst 38h ;6f89 ff . + rst 38h ;6f8a ff . + rst 38h ;6f8b ff . + rst 38h ;6f8c ff . + rst 38h ;6f8d ff . + rst 38h ;6f8e ff . + rst 38h ;6f8f ff . + rst 38h ;6f90 ff . + rst 38h ;6f91 ff . + rst 38h ;6f92 ff . + rst 38h ;6f93 ff . + rst 38h ;6f94 ff . + rst 38h ;6f95 ff . + rst 38h ;6f96 ff . + rst 38h ;6f97 ff . + rst 38h ;6f98 ff . + rst 38h ;6f99 ff . + rst 38h ;6f9a ff . + rst 38h ;6f9b ff . + rst 38h ;6f9c ff . + rst 38h ;6f9d ff . + rst 38h ;6f9e ff . + rst 38h ;6f9f ff . + rst 38h ;6fa0 ff . + rst 38h ;6fa1 ff . + rst 38h ;6fa2 ff . + rst 38h ;6fa3 ff . + rst 38h ;6fa4 ff . + rst 38h ;6fa5 ff . + rst 38h ;6fa6 ff . + rst 38h ;6fa7 ff . + rst 38h ;6fa8 ff . + rst 38h ;6fa9 ff . + rst 38h ;6faa ff . + rst 38h ;6fab ff . + rst 38h ;6fac ff . + rst 38h ;6fad ff . + rst 38h ;6fae ff . + rst 38h ;6faf ff . + rst 38h ;6fb0 ff . + rst 38h ;6fb1 ff . + rst 38h ;6fb2 ff . + rst 38h ;6fb3 ff . + rst 38h ;6fb4 ff . + rst 38h ;6fb5 ff . + rst 38h ;6fb6 ff . + rst 38h ;6fb7 ff . + rst 38h ;6fb8 ff . + rst 38h ;6fb9 ff . + rst 38h ;6fba ff . + rst 38h ;6fbb ff . + rst 38h ;6fbc ff . + rst 38h ;6fbd ff . + rst 38h ;6fbe ff . + rst 38h ;6fbf ff . + rst 38h ;6fc0 ff . + rst 38h ;6fc1 ff . + rst 38h ;6fc2 ff . + rst 38h ;6fc3 ff . + rst 38h ;6fc4 ff . + rst 38h ;6fc5 ff . + rst 38h ;6fc6 ff . + rst 38h ;6fc7 ff . + rst 38h ;6fc8 ff . + rst 38h ;6fc9 ff . + rst 38h ;6fca ff . + rst 38h ;6fcb ff . + rst 38h ;6fcc ff . + rst 38h ;6fcd ff . + rst 38h ;6fce ff . + rst 38h ;6fcf ff . + rst 38h ;6fd0 ff . + rst 38h ;6fd1 ff . + rst 38h ;6fd2 ff . + rst 38h ;6fd3 ff . + rst 38h ;6fd4 ff . + rst 38h ;6fd5 ff . + rst 38h ;6fd6 ff . + rst 38h ;6fd7 ff . + rst 38h ;6fd8 ff . + rst 38h ;6fd9 ff . + rst 38h ;6fda ff . + rst 38h ;6fdb ff . + rst 38h ;6fdc ff . + rst 38h ;6fdd ff . + rst 38h ;6fde ff . + rst 38h ;6fdf ff . + rst 38h ;6fe0 ff . + rst 38h ;6fe1 ff . + rst 38h ;6fe2 ff . + rst 38h ;6fe3 ff . + rst 38h ;6fe4 ff . + rst 38h ;6fe5 ff . + rst 38h ;6fe6 ff . + rst 38h ;6fe7 ff . + rst 38h ;6fe8 ff . + rst 38h ;6fe9 ff . + rst 38h ;6fea ff . + rst 38h ;6feb ff . + rst 38h ;6fec ff . + rst 38h ;6fed ff . + rst 38h ;6fee ff . + rst 38h ;6fef ff . + rst 38h ;6ff0 ff . + rst 38h ;6ff1 ff . + rst 38h ;6ff2 ff . + rst 38h ;6ff3 ff . + rst 38h ;6ff4 ff . + rst 38h ;6ff5 ff . + rst 38h ;6ff6 ff . + rst 38h ;6ff7 ff . + rst 38h ;6ff8 ff . + rst 38h ;6ff9 ff . + rst 38h ;6ffa ff . + rst 38h ;6ffb ff . + rst 38h ;6ffc ff . + rst 38h ;6ffd ff . + rst 38h ;6ffe ff . + rst 38h ;6fff ff . + rst 38h ;7000 ff . + rst 38h ;7001 ff . + rst 38h ;7002 ff . + rst 38h ;7003 ff . + rst 38h ;7004 ff . + rst 38h ;7005 ff . + rst 38h ;7006 ff . + rst 38h ;7007 ff . + rst 38h ;7008 ff . + rst 38h ;7009 ff . + rst 38h ;700a ff . + rst 38h ;700b ff . + rst 38h ;700c ff . +sub_700dh: + rst 38h ;700d ff . + rst 38h ;700e ff . + rst 38h ;700f ff . + rst 38h ;7010 ff . + rst 38h ;7011 ff . + rst 38h ;7012 ff . + rst 38h ;7013 ff . + rst 38h ;7014 ff . + rst 38h ;7015 ff . + rst 38h ;7016 ff . +sub_7017h: + rst 38h ;7017 ff . + rst 38h ;7018 ff . + rst 38h ;7019 ff . + rst 38h ;701a ff . + rst 38h ;701b ff . + rst 38h ;701c ff . + rst 38h ;701d ff . + rst 38h ;701e ff . + rst 38h ;701f ff . + rst 38h ;7020 ff . + rst 38h ;7021 ff . + rst 38h ;7022 ff . + rst 38h ;7023 ff . + rst 38h ;7024 ff . + rst 38h ;7025 ff . + rst 38h ;7026 ff . + rst 38h ;7027 ff . + rst 38h ;7028 ff . + rst 38h ;7029 ff . + rst 38h ;702a ff . + rst 38h ;702b ff . + rst 38h ;702c ff . + rst 38h ;702d ff . + rst 38h ;702e ff . + rst 38h ;702f ff . + rst 38h ;7030 ff . + rst 38h ;7031 ff . + rst 38h ;7032 ff . + rst 38h ;7033 ff . + rst 38h ;7034 ff . +sub_7035h: + rst 38h ;7035 ff . + rst 38h ;7036 ff . + rst 38h ;7037 ff . + rst 38h ;7038 ff . + rst 38h ;7039 ff . + rst 38h ;703a ff . + rst 38h ;703b ff . + rst 38h ;703c ff . + rst 38h ;703d ff . + rst 38h ;703e ff . + rst 38h ;703f ff . + rst 38h ;7040 ff . + rst 38h ;7041 ff . + rst 38h ;7042 ff . + rst 38h ;7043 ff . + rst 38h ;7044 ff . + rst 38h ;7045 ff . + rst 38h ;7046 ff . + rst 38h ;7047 ff . + rst 38h ;7048 ff . + rst 38h ;7049 ff . + rst 38h ;704a ff . + rst 38h ;704b ff . + rst 38h ;704c ff . + rst 38h ;704d ff . + rst 38h ;704e ff . + rst 38h ;704f ff . + rst 38h ;7050 ff . + rst 38h ;7051 ff . + rst 38h ;7052 ff . + rst 38h ;7053 ff . + rst 38h ;7054 ff . + rst 38h ;7055 ff . + rst 38h ;7056 ff . + rst 38h ;7057 ff . + rst 38h ;7058 ff . + rst 38h ;7059 ff . + rst 38h ;705a ff . + rst 38h ;705b ff . + rst 38h ;705c ff . + rst 38h ;705d ff . + rst 38h ;705e ff . + rst 38h ;705f ff . + rst 38h ;7060 ff . + rst 38h ;7061 ff . + rst 38h ;7062 ff . + rst 38h ;7063 ff . + rst 38h ;7064 ff . + rst 38h ;7065 ff . + rst 38h ;7066 ff . + rst 38h ;7067 ff . + rst 38h ;7068 ff . + rst 38h ;7069 ff . + rst 38h ;706a ff . + rst 38h ;706b ff . + rst 38h ;706c ff . + rst 38h ;706d ff . + rst 38h ;706e ff . + rst 38h ;706f ff . + rst 38h ;7070 ff . + rst 38h ;7071 ff . + rst 38h ;7072 ff . + rst 38h ;7073 ff . + rst 38h ;7074 ff . + rst 38h ;7075 ff . + rst 38h ;7076 ff . + rst 38h ;7077 ff . + rst 38h ;7078 ff . + rst 38h ;7079 ff . + rst 38h ;707a ff . + rst 38h ;707b ff . + rst 38h ;707c ff . + rst 38h ;707d ff . + rst 38h ;707e ff . + rst 38h ;707f ff . + rst 38h ;7080 ff . + rst 38h ;7081 ff . + rst 38h ;7082 ff . + rst 38h ;7083 ff . + rst 38h ;7084 ff . + rst 38h ;7085 ff . +sub_7086h: + rst 38h ;7086 ff . + rst 38h ;7087 ff . + rst 38h ;7088 ff . + rst 38h ;7089 ff . + rst 38h ;708a ff . + rst 38h ;708b ff . +sub_708ch: + rst 38h ;708c ff . + rst 38h ;708d ff . + rst 38h ;708e ff . + rst 38h ;708f ff . + rst 38h ;7090 ff . + rst 38h ;7091 ff . + rst 38h ;7092 ff . + rst 38h ;7093 ff . + rst 38h ;7094 ff . + rst 38h ;7095 ff . + rst 38h ;7096 ff . + rst 38h ;7097 ff . + rst 38h ;7098 ff . + rst 38h ;7099 ff . + rst 38h ;709a ff . + rst 38h ;709b ff . + rst 38h ;709c ff . + rst 38h ;709d ff . + rst 38h ;709e ff . + rst 38h ;709f ff . + rst 38h ;70a0 ff . + rst 38h ;70a1 ff . + rst 38h ;70a2 ff . + rst 38h ;70a3 ff . + rst 38h ;70a4 ff . + rst 38h ;70a5 ff . + rst 38h ;70a6 ff . + rst 38h ;70a7 ff . + rst 38h ;70a8 ff . + rst 38h ;70a9 ff . + rst 38h ;70aa ff . + rst 38h ;70ab ff . + rst 38h ;70ac ff . + rst 38h ;70ad ff . + rst 38h ;70ae ff . + rst 38h ;70af ff . + rst 38h ;70b0 ff . + rst 38h ;70b1 ff . + rst 38h ;70b2 ff . + rst 38h ;70b3 ff . + rst 38h ;70b4 ff . + rst 38h ;70b5 ff . + rst 38h ;70b6 ff . + rst 38h ;70b7 ff . + rst 38h ;70b8 ff . + rst 38h ;70b9 ff . + rst 38h ;70ba ff . + rst 38h ;70bb ff . + rst 38h ;70bc ff . + rst 38h ;70bd ff . + rst 38h ;70be ff . + rst 38h ;70bf ff . + rst 38h ;70c0 ff . + rst 38h ;70c1 ff . + rst 38h ;70c2 ff . + rst 38h ;70c3 ff . + rst 38h ;70c4 ff . + rst 38h ;70c5 ff . + rst 38h ;70c6 ff . + rst 38h ;70c7 ff . + rst 38h ;70c8 ff . + rst 38h ;70c9 ff . + rst 38h ;70ca ff . + rst 38h ;70cb ff . + rst 38h ;70cc ff . + rst 38h ;70cd ff . + rst 38h ;70ce ff . + rst 38h ;70cf ff . + rst 38h ;70d0 ff . + rst 38h ;70d1 ff . + rst 38h ;70d2 ff . + rst 38h ;70d3 ff . + rst 38h ;70d4 ff . + rst 38h ;70d5 ff . + rst 38h ;70d6 ff . + rst 38h ;70d7 ff . + rst 38h ;70d8 ff . + rst 38h ;70d9 ff . + rst 38h ;70da ff . + rst 38h ;70db ff . + rst 38h ;70dc ff . + rst 38h ;70dd ff . + rst 38h ;70de ff . + rst 38h ;70df ff . + rst 38h ;70e0 ff . + rst 38h ;70e1 ff . + rst 38h ;70e2 ff . + rst 38h ;70e3 ff . + rst 38h ;70e4 ff . + rst 38h ;70e5 ff . + rst 38h ;70e6 ff . + rst 38h ;70e7 ff . + rst 38h ;70e8 ff . + rst 38h ;70e9 ff . + rst 38h ;70ea ff . + rst 38h ;70eb ff . + rst 38h ;70ec ff . + rst 38h ;70ed ff . + rst 38h ;70ee ff . + rst 38h ;70ef ff . + rst 38h ;70f0 ff . + rst 38h ;70f1 ff . + rst 38h ;70f2 ff . + rst 38h ;70f3 ff . + rst 38h ;70f4 ff . + rst 38h ;70f5 ff . + rst 38h ;70f6 ff . + rst 38h ;70f7 ff . + rst 38h ;70f8 ff . + rst 38h ;70f9 ff . + rst 38h ;70fa ff . + rst 38h ;70fb ff . + rst 38h ;70fc ff . + rst 38h ;70fd ff . + rst 38h ;70fe ff . + rst 38h ;70ff ff . + rst 38h ;7100 ff . + rst 38h ;7101 ff . + rst 38h ;7102 ff . + rst 38h ;7103 ff . + rst 38h ;7104 ff . + rst 38h ;7105 ff . + rst 38h ;7106 ff . + rst 38h ;7107 ff . + rst 38h ;7108 ff . + rst 38h ;7109 ff . +sub_710ah: + rst 38h ;710a ff . + rst 38h ;710b ff . + rst 38h ;710c ff . + rst 38h ;710d ff . + rst 38h ;710e ff . + rst 38h ;710f ff . + rst 38h ;7110 ff . + rst 38h ;7111 ff . + rst 38h ;7112 ff . + rst 38h ;7113 ff . + rst 38h ;7114 ff . + rst 38h ;7115 ff . + rst 38h ;7116 ff . + rst 38h ;7117 ff . + rst 38h ;7118 ff . + rst 38h ;7119 ff . + rst 38h ;711a ff . + rst 38h ;711b ff . + rst 38h ;711c ff . + rst 38h ;711d ff . + rst 38h ;711e ff . + rst 38h ;711f ff . + rst 38h ;7120 ff . + rst 38h ;7121 ff . + rst 38h ;7122 ff . + rst 38h ;7123 ff . + rst 38h ;7124 ff . + rst 38h ;7125 ff . + rst 38h ;7126 ff . + rst 38h ;7127 ff . + rst 38h ;7128 ff . + rst 38h ;7129 ff . + rst 38h ;712a ff . + rst 38h ;712b ff . + rst 38h ;712c ff . + rst 38h ;712d ff . + rst 38h ;712e ff . + rst 38h ;712f ff . + rst 38h ;7130 ff . + rst 38h ;7131 ff . + rst 38h ;7132 ff . + rst 38h ;7133 ff . + rst 38h ;7134 ff . + rst 38h ;7135 ff . + rst 38h ;7136 ff . + rst 38h ;7137 ff . + rst 38h ;7138 ff . + rst 38h ;7139 ff . + rst 38h ;713a ff . + rst 38h ;713b ff . + rst 38h ;713c ff . + rst 38h ;713d ff . + rst 38h ;713e ff . + rst 38h ;713f ff . + rst 38h ;7140 ff . + rst 38h ;7141 ff . + rst 38h ;7142 ff . + rst 38h ;7143 ff . + rst 38h ;7144 ff . + rst 38h ;7145 ff . + rst 38h ;7146 ff . + rst 38h ;7147 ff . + rst 38h ;7148 ff . + rst 38h ;7149 ff . + rst 38h ;714a ff . + rst 38h ;714b ff . + rst 38h ;714c ff . + rst 38h ;714d ff . + rst 38h ;714e ff . + rst 38h ;714f ff . + rst 38h ;7150 ff . + rst 38h ;7151 ff . + rst 38h ;7152 ff . + rst 38h ;7153 ff . + rst 38h ;7154 ff . + rst 38h ;7155 ff . + rst 38h ;7156 ff . + rst 38h ;7157 ff . + rst 38h ;7158 ff . + rst 38h ;7159 ff . + rst 38h ;715a ff . + rst 38h ;715b ff . + rst 38h ;715c ff . + rst 38h ;715d ff . + rst 38h ;715e ff . + rst 38h ;715f ff . + rst 38h ;7160 ff . + rst 38h ;7161 ff . + rst 38h ;7162 ff . + rst 38h ;7163 ff . + rst 38h ;7164 ff . + rst 38h ;7165 ff . + rst 38h ;7166 ff . + rst 38h ;7167 ff . + rst 38h ;7168 ff . + rst 38h ;7169 ff . + rst 38h ;716a ff . + rst 38h ;716b ff . + rst 38h ;716c ff . + rst 38h ;716d ff . + rst 38h ;716e ff . + rst 38h ;716f ff . + rst 38h ;7170 ff . + rst 38h ;7171 ff . + rst 38h ;7172 ff . + rst 38h ;7173 ff . + rst 38h ;7174 ff . + rst 38h ;7175 ff . + rst 38h ;7176 ff . + rst 38h ;7177 ff . + rst 38h ;7178 ff . + rst 38h ;7179 ff . + rst 38h ;717a ff . + rst 38h ;717b ff . + rst 38h ;717c ff . + rst 38h ;717d ff . + rst 38h ;717e ff . + rst 38h ;717f ff . + rst 38h ;7180 ff . + rst 38h ;7181 ff . + rst 38h ;7182 ff . + rst 38h ;7183 ff . + rst 38h ;7184 ff . + rst 38h ;7185 ff . + rst 38h ;7186 ff . + rst 38h ;7187 ff . + rst 38h ;7188 ff . + rst 38h ;7189 ff . + rst 38h ;718a ff . + rst 38h ;718b ff . + rst 38h ;718c ff . + rst 38h ;718d ff . + rst 38h ;718e ff . + rst 38h ;718f ff . + rst 38h ;7190 ff . + rst 38h ;7191 ff . + rst 38h ;7192 ff . + rst 38h ;7193 ff . + rst 38h ;7194 ff . + rst 38h ;7195 ff . + rst 38h ;7196 ff . + rst 38h ;7197 ff . + rst 38h ;7198 ff . + rst 38h ;7199 ff . + rst 38h ;719a ff . + rst 38h ;719b ff . + rst 38h ;719c ff . + rst 38h ;719d ff . + rst 38h ;719e ff . + rst 38h ;719f ff . + rst 38h ;71a0 ff . + rst 38h ;71a1 ff . + rst 38h ;71a2 ff . + rst 38h ;71a3 ff . + rst 38h ;71a4 ff . + rst 38h ;71a5 ff . + rst 38h ;71a6 ff . + rst 38h ;71a7 ff . + rst 38h ;71a8 ff . + rst 38h ;71a9 ff . + rst 38h ;71aa ff . + rst 38h ;71ab ff . + rst 38h ;71ac ff . + rst 38h ;71ad ff . + rst 38h ;71ae ff . + rst 38h ;71af ff . + rst 38h ;71b0 ff . + rst 38h ;71b1 ff . + rst 38h ;71b2 ff . + rst 38h ;71b3 ff . + rst 38h ;71b4 ff . + rst 38h ;71b5 ff . + rst 38h ;71b6 ff . + rst 38h ;71b7 ff . + rst 38h ;71b8 ff . + rst 38h ;71b9 ff . + rst 38h ;71ba ff . + rst 38h ;71bb ff . + rst 38h ;71bc ff . + rst 38h ;71bd ff . + rst 38h ;71be ff . + rst 38h ;71bf ff . + rst 38h ;71c0 ff . + rst 38h ;71c1 ff . + rst 38h ;71c2 ff . + rst 38h ;71c3 ff . + rst 38h ;71c4 ff . + rst 38h ;71c5 ff . + rst 38h ;71c6 ff . + rst 38h ;71c7 ff . + rst 38h ;71c8 ff . + rst 38h ;71c9 ff . + rst 38h ;71ca ff . + rst 38h ;71cb ff . + rst 38h ;71cc ff . + rst 38h ;71cd ff . + rst 38h ;71ce ff . + rst 38h ;71cf ff . + rst 38h ;71d0 ff . + rst 38h ;71d1 ff . + rst 38h ;71d2 ff . + rst 38h ;71d3 ff . + rst 38h ;71d4 ff . + rst 38h ;71d5 ff . + rst 38h ;71d6 ff . + rst 38h ;71d7 ff . + rst 38h ;71d8 ff . + rst 38h ;71d9 ff . + rst 38h ;71da ff . + rst 38h ;71db ff . + rst 38h ;71dc ff . + rst 38h ;71dd ff . + rst 38h ;71de ff . + rst 38h ;71df ff . + rst 38h ;71e0 ff . + rst 38h ;71e1 ff . + rst 38h ;71e2 ff . + rst 38h ;71e3 ff . + rst 38h ;71e4 ff . + rst 38h ;71e5 ff . + rst 38h ;71e6 ff . + rst 38h ;71e7 ff . + rst 38h ;71e8 ff . + rst 38h ;71e9 ff . + rst 38h ;71ea ff . + rst 38h ;71eb ff . + rst 38h ;71ec ff . + rst 38h ;71ed ff . + rst 38h ;71ee ff . + rst 38h ;71ef ff . + rst 38h ;71f0 ff . + rst 38h ;71f1 ff . + rst 38h ;71f2 ff . + rst 38h ;71f3 ff . + rst 38h ;71f4 ff . + rst 38h ;71f5 ff . + rst 38h ;71f6 ff . + rst 38h ;71f7 ff . + rst 38h ;71f8 ff . + rst 38h ;71f9 ff . + rst 38h ;71fa ff . + rst 38h ;71fb ff . +sub_71fch: + rst 38h ;71fc ff . +sub_71fdh: + rst 38h ;71fd ff . + rst 38h ;71fe ff . + rst 38h ;71ff ff . + rst 38h ;7200 ff . + rst 38h ;7201 ff . + rst 38h ;7202 ff . + rst 38h ;7203 ff . + rst 38h ;7204 ff . + rst 38h ;7205 ff . + rst 38h ;7206 ff . + rst 38h ;7207 ff . + rst 38h ;7208 ff . + rst 38h ;7209 ff . + rst 38h ;720a ff . + rst 38h ;720b ff . + rst 38h ;720c ff . + rst 38h ;720d ff . + rst 38h ;720e ff . + rst 38h ;720f ff . + rst 38h ;7210 ff . + rst 38h ;7211 ff . + rst 38h ;7212 ff . + rst 38h ;7213 ff . + rst 38h ;7214 ff . + rst 38h ;7215 ff . + rst 38h ;7216 ff . + rst 38h ;7217 ff . + rst 38h ;7218 ff . + rst 38h ;7219 ff . + rst 38h ;721a ff . + rst 38h ;721b ff . + rst 38h ;721c ff . + rst 38h ;721d ff . + rst 38h ;721e ff . + rst 38h ;721f ff . + rst 38h ;7220 ff . + rst 38h ;7221 ff . + rst 38h ;7222 ff . + rst 38h ;7223 ff . + rst 38h ;7224 ff . + rst 38h ;7225 ff . + rst 38h ;7226 ff . + rst 38h ;7227 ff . + rst 38h ;7228 ff . + rst 38h ;7229 ff . + rst 38h ;722a ff . + rst 38h ;722b ff . + rst 38h ;722c ff . + rst 38h ;722d ff . + rst 38h ;722e ff . + rst 38h ;722f ff . + rst 38h ;7230 ff . + rst 38h ;7231 ff . + rst 38h ;7232 ff . + rst 38h ;7233 ff . + rst 38h ;7234 ff . + rst 38h ;7235 ff . + rst 38h ;7236 ff . + rst 38h ;7237 ff . + rst 38h ;7238 ff . + rst 38h ;7239 ff . + rst 38h ;723a ff . + rst 38h ;723b ff . + rst 38h ;723c ff . + rst 38h ;723d ff . + rst 38h ;723e ff . + rst 38h ;723f ff . + rst 38h ;7240 ff . + rst 38h ;7241 ff . + rst 38h ;7242 ff . + rst 38h ;7243 ff . + rst 38h ;7244 ff . + rst 38h ;7245 ff . + rst 38h ;7246 ff . + rst 38h ;7247 ff . + rst 38h ;7248 ff . + rst 38h ;7249 ff . + rst 38h ;724a ff . + rst 38h ;724b ff . + rst 38h ;724c ff . + rst 38h ;724d ff . + rst 38h ;724e ff . + rst 38h ;724f ff . + rst 38h ;7250 ff . + rst 38h ;7251 ff . + rst 38h ;7252 ff . + rst 38h ;7253 ff . + rst 38h ;7254 ff . + rst 38h ;7255 ff . + rst 38h ;7256 ff . + rst 38h ;7257 ff . + rst 38h ;7258 ff . + rst 38h ;7259 ff . + rst 38h ;725a ff . + rst 38h ;725b ff . + rst 38h ;725c ff . + rst 38h ;725d ff . + rst 38h ;725e ff . + rst 38h ;725f ff . + rst 38h ;7260 ff . + rst 38h ;7261 ff . + rst 38h ;7262 ff . + rst 38h ;7263 ff . + rst 38h ;7264 ff . + rst 38h ;7265 ff . + rst 38h ;7266 ff . + rst 38h ;7267 ff . + rst 38h ;7268 ff . + rst 38h ;7269 ff . + rst 38h ;726a ff . + rst 38h ;726b ff . + rst 38h ;726c ff . + rst 38h ;726d ff . + rst 38h ;726e ff . + rst 38h ;726f ff . + rst 38h ;7270 ff . + rst 38h ;7271 ff . + rst 38h ;7272 ff . + rst 38h ;7273 ff . + rst 38h ;7274 ff . + rst 38h ;7275 ff . + rst 38h ;7276 ff . + rst 38h ;7277 ff . + rst 38h ;7278 ff . + rst 38h ;7279 ff . + rst 38h ;727a ff . + rst 38h ;727b ff . + rst 38h ;727c ff . + rst 38h ;727d ff . + rst 38h ;727e ff . + rst 38h ;727f ff . + rst 38h ;7280 ff . + rst 38h ;7281 ff . + rst 38h ;7282 ff . + rst 38h ;7283 ff . + rst 38h ;7284 ff . + rst 38h ;7285 ff . + rst 38h ;7286 ff . + rst 38h ;7287 ff . + rst 38h ;7288 ff . + rst 38h ;7289 ff . + rst 38h ;728a ff . +sub_728bh: + rst 38h ;728b ff . + rst 38h ;728c ff . + rst 38h ;728d ff . + rst 38h ;728e ff . + rst 38h ;728f ff . + rst 38h ;7290 ff . + rst 38h ;7291 ff . + rst 38h ;7292 ff . + rst 38h ;7293 ff . + rst 38h ;7294 ff . + rst 38h ;7295 ff . + rst 38h ;7296 ff . + rst 38h ;7297 ff . + rst 38h ;7298 ff . + rst 38h ;7299 ff . + rst 38h ;729a ff . + rst 38h ;729b ff . + rst 38h ;729c ff . + rst 38h ;729d ff . + rst 38h ;729e ff . + rst 38h ;729f ff . + rst 38h ;72a0 ff . + rst 38h ;72a1 ff . + rst 38h ;72a2 ff . + rst 38h ;72a3 ff . + rst 38h ;72a4 ff . + rst 38h ;72a5 ff . + rst 38h ;72a6 ff . + rst 38h ;72a7 ff . + rst 38h ;72a8 ff . + rst 38h ;72a9 ff . + rst 38h ;72aa ff . + rst 38h ;72ab ff . + rst 38h ;72ac ff . + rst 38h ;72ad ff . + rst 38h ;72ae ff . + rst 38h ;72af ff . + rst 38h ;72b0 ff . + rst 38h ;72b1 ff . + rst 38h ;72b2 ff . + rst 38h ;72b3 ff . + rst 38h ;72b4 ff . + rst 38h ;72b5 ff . + rst 38h ;72b6 ff . + rst 38h ;72b7 ff . + rst 38h ;72b8 ff . + rst 38h ;72b9 ff . + rst 38h ;72ba ff . + rst 38h ;72bb ff . + rst 38h ;72bc ff . + rst 38h ;72bd ff . + rst 38h ;72be ff . + rst 38h ;72bf ff . + rst 38h ;72c0 ff . + rst 38h ;72c1 ff . + rst 38h ;72c2 ff . + rst 38h ;72c3 ff . + rst 38h ;72c4 ff . + rst 38h ;72c5 ff . + rst 38h ;72c6 ff . + rst 38h ;72c7 ff . + rst 38h ;72c8 ff . + rst 38h ;72c9 ff . + rst 38h ;72ca ff . + rst 38h ;72cb ff . + rst 38h ;72cc ff . + rst 38h ;72cd ff . + rst 38h ;72ce ff . + rst 38h ;72cf ff . + rst 38h ;72d0 ff . + rst 38h ;72d1 ff . + rst 38h ;72d2 ff . + rst 38h ;72d3 ff . + rst 38h ;72d4 ff . + rst 38h ;72d5 ff . + rst 38h ;72d6 ff . + rst 38h ;72d7 ff . + rst 38h ;72d8 ff . + rst 38h ;72d9 ff . + rst 38h ;72da ff . + rst 38h ;72db ff . + rst 38h ;72dc ff . + rst 38h ;72dd ff . + rst 38h ;72de ff . + rst 38h ;72df ff . + rst 38h ;72e0 ff . + rst 38h ;72e1 ff . + rst 38h ;72e2 ff . + rst 38h ;72e3 ff . + rst 38h ;72e4 ff . + rst 38h ;72e5 ff . + rst 38h ;72e6 ff . + rst 38h ;72e7 ff . + rst 38h ;72e8 ff . + rst 38h ;72e9 ff . + rst 38h ;72ea ff . + rst 38h ;72eb ff . + rst 38h ;72ec ff . + rst 38h ;72ed ff . + rst 38h ;72ee ff . + rst 38h ;72ef ff . + rst 38h ;72f0 ff . + rst 38h ;72f1 ff . + rst 38h ;72f2 ff . + rst 38h ;72f3 ff . + rst 38h ;72f4 ff . + rst 38h ;72f5 ff . + rst 38h ;72f6 ff . + rst 38h ;72f7 ff . + rst 38h ;72f8 ff . + rst 38h ;72f9 ff . + rst 38h ;72fa ff . + rst 38h ;72fb ff . + rst 38h ;72fc ff . + rst 38h ;72fd ff . + rst 38h ;72fe ff . + rst 38h ;72ff ff . + rst 38h ;7300 ff . + rst 38h ;7301 ff . + rst 38h ;7302 ff . + rst 38h ;7303 ff . + rst 38h ;7304 ff . + rst 38h ;7305 ff . + rst 38h ;7306 ff . + rst 38h ;7307 ff . + rst 38h ;7308 ff . + rst 38h ;7309 ff . + rst 38h ;730a ff . + rst 38h ;730b ff . +sub_730ch: + rst 38h ;730c ff . + rst 38h ;730d ff . + rst 38h ;730e ff . + rst 38h ;730f ff . +sub_7310h: + rst 38h ;7310 ff . + rst 38h ;7311 ff . + rst 38h ;7312 ff . + rst 38h ;7313 ff . + rst 38h ;7314 ff . + rst 38h ;7315 ff . + rst 38h ;7316 ff . + rst 38h ;7317 ff . + rst 38h ;7318 ff . + rst 38h ;7319 ff . + rst 38h ;731a ff . + rst 38h ;731b ff . +sub_731ch: + rst 38h ;731c ff . + rst 38h ;731d ff . + rst 38h ;731e ff . + rst 38h ;731f ff . + rst 38h ;7320 ff . +sub_7321h: + rst 38h ;7321 ff . + rst 38h ;7322 ff . + rst 38h ;7323 ff . + rst 38h ;7324 ff . +sub_7325h: + rst 38h ;7325 ff . + rst 38h ;7326 ff . + rst 38h ;7327 ff . + rst 38h ;7328 ff . +sub_7329h: + rst 38h ;7329 ff . + rst 38h ;732a ff . + rst 38h ;732b ff . + rst 38h ;732c ff . + rst 38h ;732d ff . + rst 38h ;732e ff . + rst 38h ;732f ff . + rst 38h ;7330 ff . + rst 38h ;7331 ff . + rst 38h ;7332 ff . + rst 38h ;7333 ff . + rst 38h ;7334 ff . +sub_7335h: + rst 38h ;7335 ff . + rst 38h ;7336 ff . + rst 38h ;7337 ff . + rst 38h ;7338 ff . + rst 38h ;7339 ff . + rst 38h ;733a ff . + rst 38h ;733b ff . + rst 38h ;733c ff . + rst 38h ;733d ff . + rst 38h ;733e ff . + rst 38h ;733f ff . + rst 38h ;7340 ff . + rst 38h ;7341 ff . + rst 38h ;7342 ff . + rst 38h ;7343 ff . + rst 38h ;7344 ff . + rst 38h ;7345 ff . + rst 38h ;7346 ff . + rst 38h ;7347 ff . + rst 38h ;7348 ff . + rst 38h ;7349 ff . + rst 38h ;734a ff . + rst 38h ;734b ff . + rst 38h ;734c ff . + rst 38h ;734d ff . + rst 38h ;734e ff . + rst 38h ;734f ff . + rst 38h ;7350 ff . + rst 38h ;7351 ff . + rst 38h ;7352 ff . + rst 38h ;7353 ff . + rst 38h ;7354 ff . + rst 38h ;7355 ff . + rst 38h ;7356 ff . + rst 38h ;7357 ff . + rst 38h ;7358 ff . + rst 38h ;7359 ff . + rst 38h ;735a ff . + rst 38h ;735b ff . + rst 38h ;735c ff . + rst 38h ;735d ff . + rst 38h ;735e ff . + rst 38h ;735f ff . + rst 38h ;7360 ff . + rst 38h ;7361 ff . + rst 38h ;7362 ff . + rst 38h ;7363 ff . + rst 38h ;7364 ff . + rst 38h ;7365 ff . + rst 38h ;7366 ff . + rst 38h ;7367 ff . + rst 38h ;7368 ff . + rst 38h ;7369 ff . + rst 38h ;736a ff . + rst 38h ;736b ff . + rst 38h ;736c ff . + rst 38h ;736d ff . + rst 38h ;736e ff . + rst 38h ;736f ff . + rst 38h ;7370 ff . + rst 38h ;7371 ff . + rst 38h ;7372 ff . + rst 38h ;7373 ff . + rst 38h ;7374 ff . + rst 38h ;7375 ff . + rst 38h ;7376 ff . + rst 38h ;7377 ff . + rst 38h ;7378 ff . + rst 38h ;7379 ff . + rst 38h ;737a ff . + rst 38h ;737b ff . + rst 38h ;737c ff . + rst 38h ;737d ff . + rst 38h ;737e ff . + rst 38h ;737f ff . + rst 38h ;7380 ff . + rst 38h ;7381 ff . +sub_7382h: + rst 38h ;7382 ff . + rst 38h ;7383 ff . + rst 38h ;7384 ff . + rst 38h ;7385 ff . + rst 38h ;7386 ff . + rst 38h ;7387 ff . + rst 38h ;7388 ff . + rst 38h ;7389 ff . + rst 38h ;738a ff . + rst 38h ;738b ff . + rst 38h ;738c ff . + rst 38h ;738d ff . + rst 38h ;738e ff . + rst 38h ;738f ff . + rst 38h ;7390 ff . + rst 38h ;7391 ff . + rst 38h ;7392 ff . + rst 38h ;7393 ff . + rst 38h ;7394 ff . + rst 38h ;7395 ff . + rst 38h ;7396 ff . + rst 38h ;7397 ff . + rst 38h ;7398 ff . + rst 38h ;7399 ff . + rst 38h ;739a ff . + rst 38h ;739b ff . + rst 38h ;739c ff . + rst 38h ;739d ff . + rst 38h ;739e ff . + rst 38h ;739f ff . + rst 38h ;73a0 ff . + rst 38h ;73a1 ff . + rst 38h ;73a2 ff . + rst 38h ;73a3 ff . + rst 38h ;73a4 ff . + rst 38h ;73a5 ff . + rst 38h ;73a6 ff . + rst 38h ;73a7 ff . + rst 38h ;73a8 ff . + rst 38h ;73a9 ff . + rst 38h ;73aa ff . + rst 38h ;73ab ff . + rst 38h ;73ac ff . + rst 38h ;73ad ff . + rst 38h ;73ae ff . + rst 38h ;73af ff . + rst 38h ;73b0 ff . + rst 38h ;73b1 ff . + rst 38h ;73b2 ff . + rst 38h ;73b3 ff . + rst 38h ;73b4 ff . + rst 38h ;73b5 ff . + rst 38h ;73b6 ff . + rst 38h ;73b7 ff . + rst 38h ;73b8 ff . + rst 38h ;73b9 ff . + rst 38h ;73ba ff . + rst 38h ;73bb ff . + rst 38h ;73bc ff . + rst 38h ;73bd ff . + rst 38h ;73be ff . + rst 38h ;73bf ff . + rst 38h ;73c0 ff . + rst 38h ;73c1 ff . + rst 38h ;73c2 ff . + rst 38h ;73c3 ff . + rst 38h ;73c4 ff . + rst 38h ;73c5 ff . + rst 38h ;73c6 ff . + rst 38h ;73c7 ff . + rst 38h ;73c8 ff . + rst 38h ;73c9 ff . + rst 38h ;73ca ff . + rst 38h ;73cb ff . + rst 38h ;73cc ff . + rst 38h ;73cd ff . + rst 38h ;73ce ff . + rst 38h ;73cf ff . + rst 38h ;73d0 ff . + rst 38h ;73d1 ff . + rst 38h ;73d2 ff . + rst 38h ;73d3 ff . + rst 38h ;73d4 ff . + rst 38h ;73d5 ff . + rst 38h ;73d6 ff . + rst 38h ;73d7 ff . + rst 38h ;73d8 ff . + rst 38h ;73d9 ff . + rst 38h ;73da ff . + rst 38h ;73db ff . + rst 38h ;73dc ff . + rst 38h ;73dd ff . + rst 38h ;73de ff . + rst 38h ;73df ff . + rst 38h ;73e0 ff . + rst 38h ;73e1 ff . + rst 38h ;73e2 ff . + rst 38h ;73e3 ff . + rst 38h ;73e4 ff . + rst 38h ;73e5 ff . + rst 38h ;73e6 ff . + rst 38h ;73e7 ff . + rst 38h ;73e8 ff . + rst 38h ;73e9 ff . + rst 38h ;73ea ff . + rst 38h ;73eb ff . + rst 38h ;73ec ff . + rst 38h ;73ed ff . + rst 38h ;73ee ff . + rst 38h ;73ef ff . + rst 38h ;73f0 ff . + rst 38h ;73f1 ff . + rst 38h ;73f2 ff . + rst 38h ;73f3 ff . + rst 38h ;73f4 ff . + rst 38h ;73f5 ff . + rst 38h ;73f6 ff . + rst 38h ;73f7 ff . + rst 38h ;73f8 ff . + rst 38h ;73f9 ff . + rst 38h ;73fa ff . + rst 38h ;73fb ff . + rst 38h ;73fc ff . + rst 38h ;73fd ff . + rst 38h ;73fe ff . + rst 38h ;73ff ff . + rst 38h ;7400 ff . + rst 38h ;7401 ff . + rst 38h ;7402 ff . + rst 38h ;7403 ff . + rst 38h ;7404 ff . + rst 38h ;7405 ff . + rst 38h ;7406 ff . + rst 38h ;7407 ff . + rst 38h ;7408 ff . + rst 38h ;7409 ff . + rst 38h ;740a ff . + rst 38h ;740b ff . + rst 38h ;740c ff . +sub_740dh: + rst 38h ;740d ff . + rst 38h ;740e ff . + rst 38h ;740f ff . + rst 38h ;7410 ff . + rst 38h ;7411 ff . + rst 38h ;7412 ff . + rst 38h ;7413 ff . + rst 38h ;7414 ff . + rst 38h ;7415 ff . + rst 38h ;7416 ff . + rst 38h ;7417 ff . + rst 38h ;7418 ff . + rst 38h ;7419 ff . + rst 38h ;741a ff . + rst 38h ;741b ff . + rst 38h ;741c ff . + rst 38h ;741d ff . + rst 38h ;741e ff . + rst 38h ;741f ff . + rst 38h ;7420 ff . + rst 38h ;7421 ff . + rst 38h ;7422 ff . + rst 38h ;7423 ff . + rst 38h ;7424 ff . + rst 38h ;7425 ff . + rst 38h ;7426 ff . + rst 38h ;7427 ff . + rst 38h ;7428 ff . + rst 38h ;7429 ff . + rst 38h ;742a ff . + rst 38h ;742b ff . + rst 38h ;742c ff . + rst 38h ;742d ff . + rst 38h ;742e ff . + rst 38h ;742f ff . + rst 38h ;7430 ff . + rst 38h ;7431 ff . + rst 38h ;7432 ff . + rst 38h ;7433 ff . + rst 38h ;7434 ff . + rst 38h ;7435 ff . + rst 38h ;7436 ff . + rst 38h ;7437 ff . + rst 38h ;7438 ff . + rst 38h ;7439 ff . + rst 38h ;743a ff . + rst 38h ;743b ff . + rst 38h ;743c ff . + rst 38h ;743d ff . + rst 38h ;743e ff . + rst 38h ;743f ff . + rst 38h ;7440 ff . + rst 38h ;7441 ff . + rst 38h ;7442 ff . + rst 38h ;7443 ff . + rst 38h ;7444 ff . + rst 38h ;7445 ff . + rst 38h ;7446 ff . + rst 38h ;7447 ff . + rst 38h ;7448 ff . + rst 38h ;7449 ff . + rst 38h ;744a ff . + rst 38h ;744b ff . + rst 38h ;744c ff . + rst 38h ;744d ff . + rst 38h ;744e ff . + rst 38h ;744f ff . + rst 38h ;7450 ff . + rst 38h ;7451 ff . + rst 38h ;7452 ff . + rst 38h ;7453 ff . + rst 38h ;7454 ff . + rst 38h ;7455 ff . + rst 38h ;7456 ff . + rst 38h ;7457 ff . + rst 38h ;7458 ff . + rst 38h ;7459 ff . + rst 38h ;745a ff . + rst 38h ;745b ff . + rst 38h ;745c ff . + rst 38h ;745d ff . + rst 38h ;745e ff . + rst 38h ;745f ff . + rst 38h ;7460 ff . + rst 38h ;7461 ff . + rst 38h ;7462 ff . + rst 38h ;7463 ff . + rst 38h ;7464 ff . + rst 38h ;7465 ff . + rst 38h ;7466 ff . + rst 38h ;7467 ff . + rst 38h ;7468 ff . + rst 38h ;7469 ff . + rst 38h ;746a ff . + rst 38h ;746b ff . + rst 38h ;746c ff . + rst 38h ;746d ff . + rst 38h ;746e ff . + rst 38h ;746f ff . + rst 38h ;7470 ff . +sub_7471h: + rst 38h ;7471 ff . + rst 38h ;7472 ff . + rst 38h ;7473 ff . + rst 38h ;7474 ff . + rst 38h ;7475 ff . + rst 38h ;7476 ff . + rst 38h ;7477 ff . + rst 38h ;7478 ff . + rst 38h ;7479 ff . + rst 38h ;747a ff . + rst 38h ;747b ff . + rst 38h ;747c ff . + rst 38h ;747d ff . + rst 38h ;747e ff . + rst 38h ;747f ff . +sub_7480h: + rst 38h ;7480 ff . + rst 38h ;7481 ff . + rst 38h ;7482 ff . + rst 38h ;7483 ff . + rst 38h ;7484 ff . + rst 38h ;7485 ff . + rst 38h ;7486 ff . + rst 38h ;7487 ff . + rst 38h ;7488 ff . + rst 38h ;7489 ff . + rst 38h ;748a ff . + rst 38h ;748b ff . + rst 38h ;748c ff . + rst 38h ;748d ff . + rst 38h ;748e ff . +sub_748fh: + rst 38h ;748f ff . + rst 38h ;7490 ff . + rst 38h ;7491 ff . + rst 38h ;7492 ff . + rst 38h ;7493 ff . + rst 38h ;7494 ff . + rst 38h ;7495 ff . + rst 38h ;7496 ff . + rst 38h ;7497 ff . + rst 38h ;7498 ff . + rst 38h ;7499 ff . + rst 38h ;749a ff . + rst 38h ;749b ff . + rst 38h ;749c ff . + rst 38h ;749d ff . + rst 38h ;749e ff . + rst 38h ;749f ff . + rst 38h ;74a0 ff . + rst 38h ;74a1 ff . + rst 38h ;74a2 ff . + rst 38h ;74a3 ff . + rst 38h ;74a4 ff . + rst 38h ;74a5 ff . + rst 38h ;74a6 ff . + rst 38h ;74a7 ff . + rst 38h ;74a8 ff . + rst 38h ;74a9 ff . + rst 38h ;74aa ff . + rst 38h ;74ab ff . + rst 38h ;74ac ff . + rst 38h ;74ad ff . + rst 38h ;74ae ff . + rst 38h ;74af ff . + rst 38h ;74b0 ff . + rst 38h ;74b1 ff . + rst 38h ;74b2 ff . + rst 38h ;74b3 ff . + rst 38h ;74b4 ff . + rst 38h ;74b5 ff . + rst 38h ;74b6 ff . + rst 38h ;74b7 ff . + rst 38h ;74b8 ff . + rst 38h ;74b9 ff . + rst 38h ;74ba ff . + rst 38h ;74bb ff . + rst 38h ;74bc ff . + rst 38h ;74bd ff . + rst 38h ;74be ff . + rst 38h ;74bf ff . + rst 38h ;74c0 ff . + rst 38h ;74c1 ff . + rst 38h ;74c2 ff . + rst 38h ;74c3 ff . + rst 38h ;74c4 ff . + rst 38h ;74c5 ff . + rst 38h ;74c6 ff . + rst 38h ;74c7 ff . + rst 38h ;74c8 ff . + rst 38h ;74c9 ff . + rst 38h ;74ca ff . + rst 38h ;74cb ff . + rst 38h ;74cc ff . + rst 38h ;74cd ff . + rst 38h ;74ce ff . + rst 38h ;74cf ff . + rst 38h ;74d0 ff . + rst 38h ;74d1 ff . + rst 38h ;74d2 ff . + rst 38h ;74d3 ff . + rst 38h ;74d4 ff . + rst 38h ;74d5 ff . + rst 38h ;74d6 ff . + rst 38h ;74d7 ff . + rst 38h ;74d8 ff . + rst 38h ;74d9 ff . + rst 38h ;74da ff . + rst 38h ;74db ff . + rst 38h ;74dc ff . + rst 38h ;74dd ff . + rst 38h ;74de ff . + rst 38h ;74df ff . + rst 38h ;74e0 ff . + rst 38h ;74e1 ff . + rst 38h ;74e2 ff . + rst 38h ;74e3 ff . + rst 38h ;74e4 ff . + rst 38h ;74e5 ff . + rst 38h ;74e6 ff . + rst 38h ;74e7 ff . + rst 38h ;74e8 ff . + rst 38h ;74e9 ff . + rst 38h ;74ea ff . + rst 38h ;74eb ff . + rst 38h ;74ec ff . + rst 38h ;74ed ff . + rst 38h ;74ee ff . + rst 38h ;74ef ff . + rst 38h ;74f0 ff . + rst 38h ;74f1 ff . + rst 38h ;74f2 ff . + rst 38h ;74f3 ff . + rst 38h ;74f4 ff . + rst 38h ;74f5 ff . + rst 38h ;74f6 ff . + rst 38h ;74f7 ff . + rst 38h ;74f8 ff . + rst 38h ;74f9 ff . + rst 38h ;74fa ff . + rst 38h ;74fb ff . + rst 38h ;74fc ff . + rst 38h ;74fd ff . + rst 38h ;74fe ff . + rst 38h ;74ff ff . + rst 38h ;7500 ff . + rst 38h ;7501 ff . + rst 38h ;7502 ff . + rst 38h ;7503 ff . + rst 38h ;7504 ff . + rst 38h ;7505 ff . + rst 38h ;7506 ff . + rst 38h ;7507 ff . + rst 38h ;7508 ff . + rst 38h ;7509 ff . + rst 38h ;750a ff . + rst 38h ;750b ff . + rst 38h ;750c ff . + rst 38h ;750d ff . + rst 38h ;750e ff . + rst 38h ;750f ff . + rst 38h ;7510 ff . + rst 38h ;7511 ff . + rst 38h ;7512 ff . + rst 38h ;7513 ff . + rst 38h ;7514 ff . + rst 38h ;7515 ff . + rst 38h ;7516 ff . + rst 38h ;7517 ff . + rst 38h ;7518 ff . + rst 38h ;7519 ff . + rst 38h ;751a ff . + rst 38h ;751b ff . + rst 38h ;751c ff . + rst 38h ;751d ff . + rst 38h ;751e ff . + rst 38h ;751f ff . + rst 38h ;7520 ff . + rst 38h ;7521 ff . + rst 38h ;7522 ff . + rst 38h ;7523 ff . + rst 38h ;7524 ff . + rst 38h ;7525 ff . + rst 38h ;7526 ff . + rst 38h ;7527 ff . + rst 38h ;7528 ff . + rst 38h ;7529 ff . + rst 38h ;752a ff . + rst 38h ;752b ff . + rst 38h ;752c ff . + rst 38h ;752d ff . + rst 38h ;752e ff . + rst 38h ;752f ff . + rst 38h ;7530 ff . + rst 38h ;7531 ff . + rst 38h ;7532 ff . + rst 38h ;7533 ff . + rst 38h ;7534 ff . + rst 38h ;7535 ff . + rst 38h ;7536 ff . + rst 38h ;7537 ff . + rst 38h ;7538 ff . + rst 38h ;7539 ff . + rst 38h ;753a ff . + rst 38h ;753b ff . + rst 38h ;753c ff . + rst 38h ;753d ff . + rst 38h ;753e ff . + rst 38h ;753f ff . + rst 38h ;7540 ff . +sub_7541h: + rst 38h ;7541 ff . + rst 38h ;7542 ff . + rst 38h ;7543 ff . + rst 38h ;7544 ff . + rst 38h ;7545 ff . + rst 38h ;7546 ff . + rst 38h ;7547 ff . + rst 38h ;7548 ff . + rst 38h ;7549 ff . + rst 38h ;754a ff . + rst 38h ;754b ff . + rst 38h ;754c ff . + rst 38h ;754d ff . + rst 38h ;754e ff . + rst 38h ;754f ff . + rst 38h ;7550 ff . + rst 38h ;7551 ff . + rst 38h ;7552 ff . + rst 38h ;7553 ff . + rst 38h ;7554 ff . + rst 38h ;7555 ff . + rst 38h ;7556 ff . + rst 38h ;7557 ff . + rst 38h ;7558 ff . + rst 38h ;7559 ff . + rst 38h ;755a ff . + rst 38h ;755b ff . + rst 38h ;755c ff . + rst 38h ;755d ff . + rst 38h ;755e ff . + rst 38h ;755f ff . + rst 38h ;7560 ff . + rst 38h ;7561 ff . + rst 38h ;7562 ff . + rst 38h ;7563 ff . + rst 38h ;7564 ff . + rst 38h ;7565 ff . + rst 38h ;7566 ff . + rst 38h ;7567 ff . + rst 38h ;7568 ff . + rst 38h ;7569 ff . + rst 38h ;756a ff . + rst 38h ;756b ff . + rst 38h ;756c ff . + rst 38h ;756d ff . + rst 38h ;756e ff . + rst 38h ;756f ff . + rst 38h ;7570 ff . + rst 38h ;7571 ff . + rst 38h ;7572 ff . + rst 38h ;7573 ff . + rst 38h ;7574 ff . + rst 38h ;7575 ff . + rst 38h ;7576 ff . + rst 38h ;7577 ff . + rst 38h ;7578 ff . + rst 38h ;7579 ff . + rst 38h ;757a ff . + rst 38h ;757b ff . + rst 38h ;757c ff . + rst 38h ;757d ff . + rst 38h ;757e ff . + rst 38h ;757f ff . +sub_7580h: + rst 38h ;7580 ff . + rst 38h ;7581 ff . + rst 38h ;7582 ff . + rst 38h ;7583 ff . + rst 38h ;7584 ff . + rst 38h ;7585 ff . + rst 38h ;7586 ff . + rst 38h ;7587 ff . + rst 38h ;7588 ff . + rst 38h ;7589 ff . + rst 38h ;758a ff . + rst 38h ;758b ff . + rst 38h ;758c ff . + rst 38h ;758d ff . + rst 38h ;758e ff . + rst 38h ;758f ff . + rst 38h ;7590 ff . + rst 38h ;7591 ff . + rst 38h ;7592 ff . + rst 38h ;7593 ff . + rst 38h ;7594 ff . +sub_7595h: + rst 38h ;7595 ff . + rst 38h ;7596 ff . + rst 38h ;7597 ff . + rst 38h ;7598 ff . + rst 38h ;7599 ff . + rst 38h ;759a ff . + rst 38h ;759b ff . + rst 38h ;759c ff . + rst 38h ;759d ff . + rst 38h ;759e ff . + rst 38h ;759f ff . + rst 38h ;75a0 ff . + rst 38h ;75a1 ff . + rst 38h ;75a2 ff . + rst 38h ;75a3 ff . + rst 38h ;75a4 ff . + rst 38h ;75a5 ff . + rst 38h ;75a6 ff . + rst 38h ;75a7 ff . + rst 38h ;75a8 ff . + rst 38h ;75a9 ff . +sub_75aah: + rst 38h ;75aa ff . + rst 38h ;75ab ff . + rst 38h ;75ac ff . + rst 38h ;75ad ff . + rst 38h ;75ae ff . + rst 38h ;75af ff . + rst 38h ;75b0 ff . + rst 38h ;75b1 ff . + rst 38h ;75b2 ff . + rst 38h ;75b3 ff . + rst 38h ;75b4 ff . + rst 38h ;75b5 ff . + rst 38h ;75b6 ff . + rst 38h ;75b7 ff . + rst 38h ;75b8 ff . + rst 38h ;75b9 ff . + rst 38h ;75ba ff . + rst 38h ;75bb ff . + rst 38h ;75bc ff . + rst 38h ;75bd ff . + rst 38h ;75be ff . + rst 38h ;75bf ff . + rst 38h ;75c0 ff . + rst 38h ;75c1 ff . + rst 38h ;75c2 ff . + rst 38h ;75c3 ff . + rst 38h ;75c4 ff . + rst 38h ;75c5 ff . + rst 38h ;75c6 ff . + rst 38h ;75c7 ff . + rst 38h ;75c8 ff . + rst 38h ;75c9 ff . + rst 38h ;75ca ff . + rst 38h ;75cb ff . + rst 38h ;75cc ff . + rst 38h ;75cd ff . + rst 38h ;75ce ff . + rst 38h ;75cf ff . + rst 38h ;75d0 ff . + rst 38h ;75d1 ff . + rst 38h ;75d2 ff . + rst 38h ;75d3 ff . + rst 38h ;75d4 ff . + rst 38h ;75d5 ff . + rst 38h ;75d6 ff . + rst 38h ;75d7 ff . + rst 38h ;75d8 ff . + rst 38h ;75d9 ff . + rst 38h ;75da ff . + rst 38h ;75db ff . + rst 38h ;75dc ff . + rst 38h ;75dd ff . + rst 38h ;75de ff . + rst 38h ;75df ff . + rst 38h ;75e0 ff . + rst 38h ;75e1 ff . + rst 38h ;75e2 ff . + rst 38h ;75e3 ff . + rst 38h ;75e4 ff . + rst 38h ;75e5 ff . + rst 38h ;75e6 ff . + rst 38h ;75e7 ff . + rst 38h ;75e8 ff . + rst 38h ;75e9 ff . + rst 38h ;75ea ff . + rst 38h ;75eb ff . + rst 38h ;75ec ff . + rst 38h ;75ed ff . + rst 38h ;75ee ff . + rst 38h ;75ef ff . + rst 38h ;75f0 ff . + rst 38h ;75f1 ff . + rst 38h ;75f2 ff . + rst 38h ;75f3 ff . + rst 38h ;75f4 ff . + rst 38h ;75f5 ff . + rst 38h ;75f6 ff . + rst 38h ;75f7 ff . + rst 38h ;75f8 ff . + rst 38h ;75f9 ff . + rst 38h ;75fa ff . + rst 38h ;75fb ff . + rst 38h ;75fc ff . + rst 38h ;75fd ff . + rst 38h ;75fe ff . + rst 38h ;75ff ff . + rst 38h ;7600 ff . + rst 38h ;7601 ff . + rst 38h ;7602 ff . + rst 38h ;7603 ff . + rst 38h ;7604 ff . + rst 38h ;7605 ff . + rst 38h ;7606 ff . + rst 38h ;7607 ff . + rst 38h ;7608 ff . + rst 38h ;7609 ff . + rst 38h ;760a ff . + rst 38h ;760b ff . + rst 38h ;760c ff . + rst 38h ;760d ff . + rst 38h ;760e ff . + rst 38h ;760f ff . + rst 38h ;7610 ff . + rst 38h ;7611 ff . + rst 38h ;7612 ff . + rst 38h ;7613 ff . + rst 38h ;7614 ff . + rst 38h ;7615 ff . + rst 38h ;7616 ff . + rst 38h ;7617 ff . + rst 38h ;7618 ff . + rst 38h ;7619 ff . + rst 38h ;761a ff . + rst 38h ;761b ff . + rst 38h ;761c ff . + rst 38h ;761d ff . + rst 38h ;761e ff . + rst 38h ;761f ff . + rst 38h ;7620 ff . + rst 38h ;7621 ff . + rst 38h ;7622 ff . + rst 38h ;7623 ff . + rst 38h ;7624 ff . + rst 38h ;7625 ff . + rst 38h ;7626 ff . + rst 38h ;7627 ff . + rst 38h ;7628 ff . + rst 38h ;7629 ff . + rst 38h ;762a ff . + rst 38h ;762b ff . + rst 38h ;762c ff . + rst 38h ;762d ff . + rst 38h ;762e ff . + rst 38h ;762f ff . + rst 38h ;7630 ff . + rst 38h ;7631 ff . + rst 38h ;7632 ff . + rst 38h ;7633 ff . + rst 38h ;7634 ff . + rst 38h ;7635 ff . + rst 38h ;7636 ff . + rst 38h ;7637 ff . + rst 38h ;7638 ff . + rst 38h ;7639 ff . + rst 38h ;763a ff . + rst 38h ;763b ff . + rst 38h ;763c ff . + rst 38h ;763d ff . + rst 38h ;763e ff . + rst 38h ;763f ff . + rst 38h ;7640 ff . + rst 38h ;7641 ff . + rst 38h ;7642 ff . + rst 38h ;7643 ff . + rst 38h ;7644 ff . + rst 38h ;7645 ff . + rst 38h ;7646 ff . + rst 38h ;7647 ff . + rst 38h ;7648 ff . + rst 38h ;7649 ff . + rst 38h ;764a ff . + rst 38h ;764b ff . + rst 38h ;764c ff . + rst 38h ;764d ff . + rst 38h ;764e ff . + rst 38h ;764f ff . + rst 38h ;7650 ff . + rst 38h ;7651 ff . + rst 38h ;7652 ff . + rst 38h ;7653 ff . + rst 38h ;7654 ff . + rst 38h ;7655 ff . + rst 38h ;7656 ff . + rst 38h ;7657 ff . + rst 38h ;7658 ff . + rst 38h ;7659 ff . + rst 38h ;765a ff . + rst 38h ;765b ff . + rst 38h ;765c ff . + rst 38h ;765d ff . + rst 38h ;765e ff . + rst 38h ;765f ff . + rst 38h ;7660 ff . + rst 38h ;7661 ff . + rst 38h ;7662 ff . + rst 38h ;7663 ff . + rst 38h ;7664 ff . + rst 38h ;7665 ff . + rst 38h ;7666 ff . + rst 38h ;7667 ff . + rst 38h ;7668 ff . + rst 38h ;7669 ff . + rst 38h ;766a ff . + rst 38h ;766b ff . + rst 38h ;766c ff . + rst 38h ;766d ff . + rst 38h ;766e ff . + rst 38h ;766f ff . + rst 38h ;7670 ff . + rst 38h ;7671 ff . + rst 38h ;7672 ff . + rst 38h ;7673 ff . + rst 38h ;7674 ff . + rst 38h ;7675 ff . + rst 38h ;7676 ff . + rst 38h ;7677 ff . + rst 38h ;7678 ff . + rst 38h ;7679 ff . + rst 38h ;767a ff . + rst 38h ;767b ff . + rst 38h ;767c ff . + rst 38h ;767d ff . + rst 38h ;767e ff . + rst 38h ;767f ff . +sub_7680h: + rst 38h ;7680 ff . + rst 38h ;7681 ff . + rst 38h ;7682 ff . + rst 38h ;7683 ff . + rst 38h ;7684 ff . + rst 38h ;7685 ff . + rst 38h ;7686 ff . + rst 38h ;7687 ff . + rst 38h ;7688 ff . + rst 38h ;7689 ff . + rst 38h ;768a ff . +sub_768bh: + rst 38h ;768b ff . + rst 38h ;768c ff . + rst 38h ;768d ff . + rst 38h ;768e ff . + rst 38h ;768f ff . + rst 38h ;7690 ff . + rst 38h ;7691 ff . + rst 38h ;7692 ff . +sub_7693h: + rst 38h ;7693 ff . + rst 38h ;7694 ff . + rst 38h ;7695 ff . + rst 38h ;7696 ff . + rst 38h ;7697 ff . + rst 38h ;7698 ff . + rst 38h ;7699 ff . + rst 38h ;769a ff . + rst 38h ;769b ff . + rst 38h ;769c ff . + rst 38h ;769d ff . + rst 38h ;769e ff . + rst 38h ;769f ff . + rst 38h ;76a0 ff . + rst 38h ;76a1 ff . + rst 38h ;76a2 ff . + rst 38h ;76a3 ff . + rst 38h ;76a4 ff . + rst 38h ;76a5 ff . + rst 38h ;76a6 ff . + rst 38h ;76a7 ff . + rst 38h ;76a8 ff . + rst 38h ;76a9 ff . + rst 38h ;76aa ff . + rst 38h ;76ab ff . + rst 38h ;76ac ff . + rst 38h ;76ad ff . + rst 38h ;76ae ff . + rst 38h ;76af ff . + rst 38h ;76b0 ff . + rst 38h ;76b1 ff . + rst 38h ;76b2 ff . + rst 38h ;76b3 ff . + rst 38h ;76b4 ff . + rst 38h ;76b5 ff . + rst 38h ;76b6 ff . + rst 38h ;76b7 ff . + rst 38h ;76b8 ff . + rst 38h ;76b9 ff . + rst 38h ;76ba ff . + rst 38h ;76bb ff . + rst 38h ;76bc ff . + rst 38h ;76bd ff . + rst 38h ;76be ff . + rst 38h ;76bf ff . + rst 38h ;76c0 ff . + rst 38h ;76c1 ff . + rst 38h ;76c2 ff . + rst 38h ;76c3 ff . + rst 38h ;76c4 ff . + rst 38h ;76c5 ff . + rst 38h ;76c6 ff . + rst 38h ;76c7 ff . + rst 38h ;76c8 ff . + rst 38h ;76c9 ff . + rst 38h ;76ca ff . + rst 38h ;76cb ff . + rst 38h ;76cc ff . + rst 38h ;76cd ff . + rst 38h ;76ce ff . + rst 38h ;76cf ff . + rst 38h ;76d0 ff . + rst 38h ;76d1 ff . + rst 38h ;76d2 ff . + rst 38h ;76d3 ff . + rst 38h ;76d4 ff . + rst 38h ;76d5 ff . + rst 38h ;76d6 ff . + rst 38h ;76d7 ff . + rst 38h ;76d8 ff . + rst 38h ;76d9 ff . + rst 38h ;76da ff . + rst 38h ;76db ff . + rst 38h ;76dc ff . + rst 38h ;76dd ff . + rst 38h ;76de ff . + rst 38h ;76df ff . + rst 38h ;76e0 ff . + rst 38h ;76e1 ff . + rst 38h ;76e2 ff . + rst 38h ;76e3 ff . + rst 38h ;76e4 ff . + rst 38h ;76e5 ff . + rst 38h ;76e6 ff . + rst 38h ;76e7 ff . + rst 38h ;76e8 ff . + rst 38h ;76e9 ff . + rst 38h ;76ea ff . + rst 38h ;76eb ff . + rst 38h ;76ec ff . + rst 38h ;76ed ff . + rst 38h ;76ee ff . + rst 38h ;76ef ff . + rst 38h ;76f0 ff . + rst 38h ;76f1 ff . + rst 38h ;76f2 ff . + rst 38h ;76f3 ff . + rst 38h ;76f4 ff . + rst 38h ;76f5 ff . + rst 38h ;76f6 ff . + rst 38h ;76f7 ff . + rst 38h ;76f8 ff . + rst 38h ;76f9 ff . + rst 38h ;76fa ff . + rst 38h ;76fb ff . + rst 38h ;76fc ff . + rst 38h ;76fd ff . + rst 38h ;76fe ff . + rst 38h ;76ff ff . + rst 38h ;7700 ff . + rst 38h ;7701 ff . + rst 38h ;7702 ff . + rst 38h ;7703 ff . + rst 38h ;7704 ff . + rst 38h ;7705 ff . + rst 38h ;7706 ff . + rst 38h ;7707 ff . + rst 38h ;7708 ff . + rst 38h ;7709 ff . + rst 38h ;770a ff . + rst 38h ;770b ff . + rst 38h ;770c ff . + rst 38h ;770d ff . + rst 38h ;770e ff . + rst 38h ;770f ff . + rst 38h ;7710 ff . + rst 38h ;7711 ff . + rst 38h ;7712 ff . + rst 38h ;7713 ff . + rst 38h ;7714 ff . + rst 38h ;7715 ff . + rst 38h ;7716 ff . + rst 38h ;7717 ff . + rst 38h ;7718 ff . + rst 38h ;7719 ff . + rst 38h ;771a ff . + rst 38h ;771b ff . + rst 38h ;771c ff . + rst 38h ;771d ff . + rst 38h ;771e ff . + rst 38h ;771f ff . + rst 38h ;7720 ff . + rst 38h ;7721 ff . + rst 38h ;7722 ff . + rst 38h ;7723 ff . + rst 38h ;7724 ff . +sub_7725h: + rst 38h ;7725 ff . + rst 38h ;7726 ff . + rst 38h ;7727 ff . + rst 38h ;7728 ff . + rst 38h ;7729 ff . + rst 38h ;772a ff . + rst 38h ;772b ff . + rst 38h ;772c ff . + rst 38h ;772d ff . + rst 38h ;772e ff . + rst 38h ;772f ff . + rst 38h ;7730 ff . + rst 38h ;7731 ff . + rst 38h ;7732 ff . + rst 38h ;7733 ff . + rst 38h ;7734 ff . +sub_7735h: + rst 38h ;7735 ff . + rst 38h ;7736 ff . + rst 38h ;7737 ff . + rst 38h ;7738 ff . + rst 38h ;7739 ff . + rst 38h ;773a ff . + rst 38h ;773b ff . + rst 38h ;773c ff . + rst 38h ;773d ff . + rst 38h ;773e ff . + rst 38h ;773f ff . + rst 38h ;7740 ff . + rst 38h ;7741 ff . + rst 38h ;7742 ff . + rst 38h ;7743 ff . + rst 38h ;7744 ff . + rst 38h ;7745 ff . + rst 38h ;7746 ff . + rst 38h ;7747 ff . + rst 38h ;7748 ff . + rst 38h ;7749 ff . + rst 38h ;774a ff . + rst 38h ;774b ff . + rst 38h ;774c ff . + rst 38h ;774d ff . + rst 38h ;774e ff . + rst 38h ;774f ff . + rst 38h ;7750 ff . + rst 38h ;7751 ff . + rst 38h ;7752 ff . + rst 38h ;7753 ff . + rst 38h ;7754 ff . + rst 38h ;7755 ff . + rst 38h ;7756 ff . + rst 38h ;7757 ff . + rst 38h ;7758 ff . + rst 38h ;7759 ff . +sub_775ah: + rst 38h ;775a ff . + rst 38h ;775b ff . + rst 38h ;775c ff . + rst 38h ;775d ff . + rst 38h ;775e ff . + rst 38h ;775f ff . + rst 38h ;7760 ff . +sub_7761h: + rst 38h ;7761 ff . + rst 38h ;7762 ff . + rst 38h ;7763 ff . + rst 38h ;7764 ff . + rst 38h ;7765 ff . + rst 38h ;7766 ff . + rst 38h ;7767 ff . + rst 38h ;7768 ff . + rst 38h ;7769 ff . + rst 38h ;776a ff . + rst 38h ;776b ff . + rst 38h ;776c ff . + rst 38h ;776d ff . + rst 38h ;776e ff . + rst 38h ;776f ff . + rst 38h ;7770 ff . + rst 38h ;7771 ff . + rst 38h ;7772 ff . + rst 38h ;7773 ff . + rst 38h ;7774 ff . + rst 38h ;7775 ff . + rst 38h ;7776 ff . + rst 38h ;7777 ff . + rst 38h ;7778 ff . + rst 38h ;7779 ff . +sub_777ah: + rst 38h ;777a ff . + rst 38h ;777b ff . + rst 38h ;777c ff . + rst 38h ;777d ff . + rst 38h ;777e ff . + rst 38h ;777f ff . + rst 38h ;7780 ff . + rst 38h ;7781 ff . + rst 38h ;7782 ff . + rst 38h ;7783 ff . + rst 38h ;7784 ff . + rst 38h ;7785 ff . + rst 38h ;7786 ff . + rst 38h ;7787 ff . + rst 38h ;7788 ff . + rst 38h ;7789 ff . + rst 38h ;778a ff . + rst 38h ;778b ff . + rst 38h ;778c ff . + rst 38h ;778d ff . + rst 38h ;778e ff . +sub_778fh: + rst 38h ;778f ff . + rst 38h ;7790 ff . + rst 38h ;7791 ff . + rst 38h ;7792 ff . + rst 38h ;7793 ff . + rst 38h ;7794 ff . + rst 38h ;7795 ff . + rst 38h ;7796 ff . + rst 38h ;7797 ff . + rst 38h ;7798 ff . + rst 38h ;7799 ff . + rst 38h ;779a ff . + rst 38h ;779b ff . + rst 38h ;779c ff . + rst 38h ;779d ff . + rst 38h ;779e ff . + rst 38h ;779f ff . + rst 38h ;77a0 ff . + rst 38h ;77a1 ff . + rst 38h ;77a2 ff . + rst 38h ;77a3 ff . + rst 38h ;77a4 ff . + rst 38h ;77a5 ff . + rst 38h ;77a6 ff . + rst 38h ;77a7 ff . + rst 38h ;77a8 ff . + rst 38h ;77a9 ff . + rst 38h ;77aa ff . + rst 38h ;77ab ff . + rst 38h ;77ac ff . + rst 38h ;77ad ff . + rst 38h ;77ae ff . + rst 38h ;77af ff . + rst 38h ;77b0 ff . + rst 38h ;77b1 ff . + rst 38h ;77b2 ff . + rst 38h ;77b3 ff . + rst 38h ;77b4 ff . + rst 38h ;77b5 ff . + rst 38h ;77b6 ff . + rst 38h ;77b7 ff . + rst 38h ;77b8 ff . + rst 38h ;77b9 ff . + rst 38h ;77ba ff . + rst 38h ;77bb ff . + rst 38h ;77bc ff . + rst 38h ;77bd ff . + rst 38h ;77be ff . + rst 38h ;77bf ff . + rst 38h ;77c0 ff . + rst 38h ;77c1 ff . + rst 38h ;77c2 ff . + rst 38h ;77c3 ff . + rst 38h ;77c4 ff . + rst 38h ;77c5 ff . + rst 38h ;77c6 ff . + rst 38h ;77c7 ff . + rst 38h ;77c8 ff . + rst 38h ;77c9 ff . + rst 38h ;77ca ff . + rst 38h ;77cb ff . + rst 38h ;77cc ff . + rst 38h ;77cd ff . + rst 38h ;77ce ff . + rst 38h ;77cf ff . + rst 38h ;77d0 ff . + rst 38h ;77d1 ff . + rst 38h ;77d2 ff . + rst 38h ;77d3 ff . + rst 38h ;77d4 ff . + rst 38h ;77d5 ff . + rst 38h ;77d6 ff . + rst 38h ;77d7 ff . + rst 38h ;77d8 ff . + rst 38h ;77d9 ff . + rst 38h ;77da ff . + rst 38h ;77db ff . + rst 38h ;77dc ff . + rst 38h ;77dd ff . + rst 38h ;77de ff . + rst 38h ;77df ff . + rst 38h ;77e0 ff . + rst 38h ;77e1 ff . + rst 38h ;77e2 ff . + rst 38h ;77e3 ff . + rst 38h ;77e4 ff . + rst 38h ;77e5 ff . + rst 38h ;77e6 ff . + rst 38h ;77e7 ff . + rst 38h ;77e8 ff . + rst 38h ;77e9 ff . + rst 38h ;77ea ff . + rst 38h ;77eb ff . + rst 38h ;77ec ff . + rst 38h ;77ed ff . + rst 38h ;77ee ff . + rst 38h ;77ef ff . + rst 38h ;77f0 ff . + rst 38h ;77f1 ff . + rst 38h ;77f2 ff . + rst 38h ;77f3 ff . + rst 38h ;77f4 ff . + rst 38h ;77f5 ff . + rst 38h ;77f6 ff . + rst 38h ;77f7 ff . + rst 38h ;77f8 ff . + rst 38h ;77f9 ff . + rst 38h ;77fa ff . + rst 38h ;77fb ff . + rst 38h ;77fc ff . + rst 38h ;77fd ff . + rst 38h ;77fe ff . + rst 38h ;77ff ff . + rst 38h ;7800 ff . + rst 38h ;7801 ff . + rst 38h ;7802 ff . + rst 38h ;7803 ff . + rst 38h ;7804 ff . + rst 38h ;7805 ff . + rst 38h ;7806 ff . + rst 38h ;7807 ff . + rst 38h ;7808 ff . + rst 38h ;7809 ff . + rst 38h ;780a ff . + rst 38h ;780b ff . + rst 38h ;780c ff . + rst 38h ;780d ff . + rst 38h ;780e ff . + rst 38h ;780f ff . + rst 38h ;7810 ff . + rst 38h ;7811 ff . +sub_7812h: + rst 38h ;7812 ff . + rst 38h ;7813 ff . + rst 38h ;7814 ff . + rst 38h ;7815 ff . + rst 38h ;7816 ff . +sub_7817h: + rst 38h ;7817 ff . + rst 38h ;7818 ff . + rst 38h ;7819 ff . + rst 38h ;781a ff . + rst 38h ;781b ff . +sub_781ch: + rst 38h ;781c ff . + rst 38h ;781d ff . + rst 38h ;781e ff . + rst 38h ;781f ff . + rst 38h ;7820 ff . + rst 38h ;7821 ff . + rst 38h ;7822 ff . + rst 38h ;7823 ff . + rst 38h ;7824 ff . + rst 38h ;7825 ff . + rst 38h ;7826 ff . + rst 38h ;7827 ff . + rst 38h ;7828 ff . + rst 38h ;7829 ff . + rst 38h ;782a ff . + rst 38h ;782b ff . + rst 38h ;782c ff . + rst 38h ;782d ff . + rst 38h ;782e ff . + rst 38h ;782f ff . + rst 38h ;7830 ff . + rst 38h ;7831 ff . + rst 38h ;7832 ff . + rst 38h ;7833 ff . + rst 38h ;7834 ff . + rst 38h ;7835 ff . + rst 38h ;7836 ff . + rst 38h ;7837 ff . + rst 38h ;7838 ff . + rst 38h ;7839 ff . + rst 38h ;783a ff . + rst 38h ;783b ff . + rst 38h ;783c ff . + rst 38h ;783d ff . + rst 38h ;783e ff . + rst 38h ;783f ff . + rst 38h ;7840 ff . + rst 38h ;7841 ff . + rst 38h ;7842 ff . + rst 38h ;7843 ff . + rst 38h ;7844 ff . + rst 38h ;7845 ff . + rst 38h ;7846 ff . + rst 38h ;7847 ff . + rst 38h ;7848 ff . + rst 38h ;7849 ff . + rst 38h ;784a ff . + rst 38h ;784b ff . + rst 38h ;784c ff . + rst 38h ;784d ff . + rst 38h ;784e ff . + rst 38h ;784f ff . + rst 38h ;7850 ff . + rst 38h ;7851 ff . + rst 38h ;7852 ff . + rst 38h ;7853 ff . + rst 38h ;7854 ff . + rst 38h ;7855 ff . + rst 38h ;7856 ff . + rst 38h ;7857 ff . + rst 38h ;7858 ff . + rst 38h ;7859 ff . + rst 38h ;785a ff . + rst 38h ;785b ff . + rst 38h ;785c ff . + rst 38h ;785d ff . + rst 38h ;785e ff . + rst 38h ;785f ff . + rst 38h ;7860 ff . + rst 38h ;7861 ff . + rst 38h ;7862 ff . + rst 38h ;7863 ff . + rst 38h ;7864 ff . + rst 38h ;7865 ff . + rst 38h ;7866 ff . + rst 38h ;7867 ff . + rst 38h ;7868 ff . + rst 38h ;7869 ff . + rst 38h ;786a ff . + rst 38h ;786b ff . + rst 38h ;786c ff . + rst 38h ;786d ff . + rst 38h ;786e ff . + rst 38h ;786f ff . + rst 38h ;7870 ff . + rst 38h ;7871 ff . + rst 38h ;7872 ff . + rst 38h ;7873 ff . + rst 38h ;7874 ff . + rst 38h ;7875 ff . + rst 38h ;7876 ff . + rst 38h ;7877 ff . + rst 38h ;7878 ff . + rst 38h ;7879 ff . + rst 38h ;787a ff . + rst 38h ;787b ff . + rst 38h ;787c ff . + rst 38h ;787d ff . + rst 38h ;787e ff . + rst 38h ;787f ff . +sub_7880h: + rst 38h ;7880 ff . + rst 38h ;7881 ff . + rst 38h ;7882 ff . + rst 38h ;7883 ff . +sub_7884h: + rst 38h ;7884 ff . + rst 38h ;7885 ff . + rst 38h ;7886 ff . + rst 38h ;7887 ff . + rst 38h ;7888 ff . + rst 38h ;7889 ff . + rst 38h ;788a ff . + rst 38h ;788b ff . +sub_788ch: + rst 38h ;788c ff . + rst 38h ;788d ff . + rst 38h ;788e ff . + rst 38h ;788f ff . +sub_7890h: + rst 38h ;7890 ff . + rst 38h ;7891 ff . + rst 38h ;7892 ff . + rst 38h ;7893 ff . + rst 38h ;7894 ff . + rst 38h ;7895 ff . + rst 38h ;7896 ff . + rst 38h ;7897 ff . + rst 38h ;7898 ff . + rst 38h ;7899 ff . + rst 38h ;789a ff . + rst 38h ;789b ff . +sub_789ch: + rst 38h ;789c ff . + rst 38h ;789d ff . + rst 38h ;789e ff . + rst 38h ;789f ff . +sub_78a0h: + rst 38h ;78a0 ff . + rst 38h ;78a1 ff . + rst 38h ;78a2 ff . + rst 38h ;78a3 ff . + rst 38h ;78a4 ff . + rst 38h ;78a5 ff . + rst 38h ;78a6 ff . + rst 38h ;78a7 ff . + rst 38h ;78a8 ff . + rst 38h ;78a9 ff . + rst 38h ;78aa ff . + rst 38h ;78ab ff . + rst 38h ;78ac ff . + rst 38h ;78ad ff . + rst 38h ;78ae ff . + rst 38h ;78af ff . + rst 38h ;78b0 ff . + rst 38h ;78b1 ff . + rst 38h ;78b2 ff . + rst 38h ;78b3 ff . + rst 38h ;78b4 ff . + rst 38h ;78b5 ff . + rst 38h ;78b6 ff . + rst 38h ;78b7 ff . + rst 38h ;78b8 ff . + rst 38h ;78b9 ff . + rst 38h ;78ba ff . + rst 38h ;78bb ff . + rst 38h ;78bc ff . + rst 38h ;78bd ff . + rst 38h ;78be ff . + rst 38h ;78bf ff . + rst 38h ;78c0 ff . + rst 38h ;78c1 ff . + rst 38h ;78c2 ff . + rst 38h ;78c3 ff . + rst 38h ;78c4 ff . + rst 38h ;78c5 ff . + rst 38h ;78c6 ff . + rst 38h ;78c7 ff . + rst 38h ;78c8 ff . + rst 38h ;78c9 ff . + rst 38h ;78ca ff . + rst 38h ;78cb ff . + rst 38h ;78cc ff . + rst 38h ;78cd ff . + rst 38h ;78ce ff . + rst 38h ;78cf ff . + rst 38h ;78d0 ff . + rst 38h ;78d1 ff . + rst 38h ;78d2 ff . + rst 38h ;78d3 ff . + rst 38h ;78d4 ff . + rst 38h ;78d5 ff . + rst 38h ;78d6 ff . + rst 38h ;78d7 ff . + rst 38h ;78d8 ff . + rst 38h ;78d9 ff . + rst 38h ;78da ff . + rst 38h ;78db ff . + rst 38h ;78dc ff . + rst 38h ;78dd ff . + rst 38h ;78de ff . + rst 38h ;78df ff . + rst 38h ;78e0 ff . + rst 38h ;78e1 ff . + rst 38h ;78e2 ff . + rst 38h ;78e3 ff . + rst 38h ;78e4 ff . + rst 38h ;78e5 ff . + rst 38h ;78e6 ff . + rst 38h ;78e7 ff . + rst 38h ;78e8 ff . + rst 38h ;78e9 ff . + rst 38h ;78ea ff . + rst 38h ;78eb ff . + rst 38h ;78ec ff . + rst 38h ;78ed ff . + rst 38h ;78ee ff . + rst 38h ;78ef ff . + rst 38h ;78f0 ff . + rst 38h ;78f1 ff . + rst 38h ;78f2 ff . + rst 38h ;78f3 ff . + rst 38h ;78f4 ff . + rst 38h ;78f5 ff . + rst 38h ;78f6 ff . + rst 38h ;78f7 ff . + rst 38h ;78f8 ff . + rst 38h ;78f9 ff . + rst 38h ;78fa ff . + rst 38h ;78fb ff . + rst 38h ;78fc ff . + rst 38h ;78fd ff . + rst 38h ;78fe ff . + rst 38h ;78ff ff . + rst 38h ;7900 ff . + rst 38h ;7901 ff . + rst 38h ;7902 ff . + rst 38h ;7903 ff . + rst 38h ;7904 ff . + rst 38h ;7905 ff . + rst 38h ;7906 ff . + rst 38h ;7907 ff . + rst 38h ;7908 ff . + rst 38h ;7909 ff . + rst 38h ;790a ff . + rst 38h ;790b ff . + rst 38h ;790c ff . + rst 38h ;790d ff . + rst 38h ;790e ff . + rst 38h ;790f ff . + rst 38h ;7910 ff . + rst 38h ;7911 ff . + rst 38h ;7912 ff . + rst 38h ;7913 ff . + rst 38h ;7914 ff . + rst 38h ;7915 ff . + rst 38h ;7916 ff . + rst 38h ;7917 ff . + rst 38h ;7918 ff . + rst 38h ;7919 ff . + rst 38h ;791a ff . + rst 38h ;791b ff . + rst 38h ;791c ff . + rst 38h ;791d ff . + rst 38h ;791e ff . + rst 38h ;791f ff . + rst 38h ;7920 ff . + rst 38h ;7921 ff . + rst 38h ;7922 ff . + rst 38h ;7923 ff . + rst 38h ;7924 ff . + rst 38h ;7925 ff . + rst 38h ;7926 ff . + rst 38h ;7927 ff . + rst 38h ;7928 ff . + rst 38h ;7929 ff . + rst 38h ;792a ff . + rst 38h ;792b ff . + rst 38h ;792c ff . + rst 38h ;792d ff . + rst 38h ;792e ff . + rst 38h ;792f ff . + rst 38h ;7930 ff . + rst 38h ;7931 ff . + rst 38h ;7932 ff . + rst 38h ;7933 ff . + rst 38h ;7934 ff . + rst 38h ;7935 ff . + rst 38h ;7936 ff . + rst 38h ;7937 ff . + rst 38h ;7938 ff . + rst 38h ;7939 ff . + rst 38h ;793a ff . + rst 38h ;793b ff . + rst 38h ;793c ff . + rst 38h ;793d ff . + rst 38h ;793e ff . + rst 38h ;793f ff . + rst 38h ;7940 ff . + rst 38h ;7941 ff . + rst 38h ;7942 ff . + rst 38h ;7943 ff . + rst 38h ;7944 ff . + rst 38h ;7945 ff . + rst 38h ;7946 ff . + rst 38h ;7947 ff . + rst 38h ;7948 ff . + rst 38h ;7949 ff . + rst 38h ;794a ff . + rst 38h ;794b ff . + rst 38h ;794c ff . + rst 38h ;794d ff . + rst 38h ;794e ff . + rst 38h ;794f ff . + rst 38h ;7950 ff . + rst 38h ;7951 ff . + rst 38h ;7952 ff . + rst 38h ;7953 ff . + rst 38h ;7954 ff . + rst 38h ;7955 ff . + rst 38h ;7956 ff . + rst 38h ;7957 ff . + rst 38h ;7958 ff . + rst 38h ;7959 ff . + rst 38h ;795a ff . + rst 38h ;795b ff . + rst 38h ;795c ff . + rst 38h ;795d ff . + rst 38h ;795e ff . + rst 38h ;795f ff . + rst 38h ;7960 ff . + rst 38h ;7961 ff . + rst 38h ;7962 ff . + rst 38h ;7963 ff . + rst 38h ;7964 ff . + rst 38h ;7965 ff . + rst 38h ;7966 ff . + rst 38h ;7967 ff . + rst 38h ;7968 ff . + rst 38h ;7969 ff . + rst 38h ;796a ff . + rst 38h ;796b ff . + rst 38h ;796c ff . + rst 38h ;796d ff . + rst 38h ;796e ff . + rst 38h ;796f ff . + rst 38h ;7970 ff . + rst 38h ;7971 ff . + rst 38h ;7972 ff . + rst 38h ;7973 ff . + rst 38h ;7974 ff . + rst 38h ;7975 ff . + rst 38h ;7976 ff . + rst 38h ;7977 ff . + rst 38h ;7978 ff . + rst 38h ;7979 ff . + rst 38h ;797a ff . + rst 38h ;797b ff . + rst 38h ;797c ff . + rst 38h ;797d ff . + rst 38h ;797e ff . + rst 38h ;797f ff . + rst 38h ;7980 ff . + rst 38h ;7981 ff . + rst 38h ;7982 ff . + rst 38h ;7983 ff . + rst 38h ;7984 ff . + rst 38h ;7985 ff . + rst 38h ;7986 ff . + rst 38h ;7987 ff . + rst 38h ;7988 ff . + rst 38h ;7989 ff . + rst 38h ;798a ff . + rst 38h ;798b ff . + rst 38h ;798c ff . + rst 38h ;798d ff . +sub_798eh: + rst 38h ;798e ff . + rst 38h ;798f ff . + rst 38h ;7990 ff . + rst 38h ;7991 ff . + rst 38h ;7992 ff . +sub_7993h: + rst 38h ;7993 ff . + rst 38h ;7994 ff . + rst 38h ;7995 ff . + rst 38h ;7996 ff . + rst 38h ;7997 ff . + rst 38h ;7998 ff . + rst 38h ;7999 ff . + rst 38h ;799a ff . + rst 38h ;799b ff . + rst 38h ;799c ff . + rst 38h ;799d ff . + rst 38h ;799e ff . + rst 38h ;799f ff . + rst 38h ;79a0 ff . + rst 38h ;79a1 ff . + rst 38h ;79a2 ff . + rst 38h ;79a3 ff . +sub_79a4h: + rst 38h ;79a4 ff . + rst 38h ;79a5 ff . + rst 38h ;79a6 ff . + rst 38h ;79a7 ff . + rst 38h ;79a8 ff . + rst 38h ;79a9 ff . + rst 38h ;79aa ff . + rst 38h ;79ab ff . + rst 38h ;79ac ff . + rst 38h ;79ad ff . + rst 38h ;79ae ff . + rst 38h ;79af ff . + rst 38h ;79b0 ff . + rst 38h ;79b1 ff . + rst 38h ;79b2 ff . + rst 38h ;79b3 ff . + rst 38h ;79b4 ff . + rst 38h ;79b5 ff . + rst 38h ;79b6 ff . + rst 38h ;79b7 ff . + rst 38h ;79b8 ff . + rst 38h ;79b9 ff . + rst 38h ;79ba ff . + rst 38h ;79bb ff . + rst 38h ;79bc ff . + rst 38h ;79bd ff . + rst 38h ;79be ff . + rst 38h ;79bf ff . + rst 38h ;79c0 ff . + rst 38h ;79c1 ff . + rst 38h ;79c2 ff . + rst 38h ;79c3 ff . + rst 38h ;79c4 ff . + rst 38h ;79c5 ff . + rst 38h ;79c6 ff . + rst 38h ;79c7 ff . + rst 38h ;79c8 ff . + rst 38h ;79c9 ff . + rst 38h ;79ca ff . + rst 38h ;79cb ff . + rst 38h ;79cc ff . + rst 38h ;79cd ff . + rst 38h ;79ce ff . + rst 38h ;79cf ff . + rst 38h ;79d0 ff . + rst 38h ;79d1 ff . + rst 38h ;79d2 ff . + rst 38h ;79d3 ff . + rst 38h ;79d4 ff . + rst 38h ;79d5 ff . + rst 38h ;79d6 ff . + rst 38h ;79d7 ff . + rst 38h ;79d8 ff . + rst 38h ;79d9 ff . + rst 38h ;79da ff . + rst 38h ;79db ff . + rst 38h ;79dc ff . + rst 38h ;79dd ff . + rst 38h ;79de ff . + rst 38h ;79df ff . + rst 38h ;79e0 ff . + rst 38h ;79e1 ff . + rst 38h ;79e2 ff . + rst 38h ;79e3 ff . + rst 38h ;79e4 ff . + rst 38h ;79e5 ff . + rst 38h ;79e6 ff . + rst 38h ;79e7 ff . + rst 38h ;79e8 ff . + rst 38h ;79e9 ff . + rst 38h ;79ea ff . + rst 38h ;79eb ff . + rst 38h ;79ec ff . + rst 38h ;79ed ff . + rst 38h ;79ee ff . + rst 38h ;79ef ff . + rst 38h ;79f0 ff . + rst 38h ;79f1 ff . + rst 38h ;79f2 ff . + rst 38h ;79f3 ff . + rst 38h ;79f4 ff . + rst 38h ;79f5 ff . + rst 38h ;79f6 ff . + rst 38h ;79f7 ff . + rst 38h ;79f8 ff . + rst 38h ;79f9 ff . + rst 38h ;79fa ff . + rst 38h ;79fb ff . + rst 38h ;79fc ff . + rst 38h ;79fd ff . + rst 38h ;79fe ff . + rst 38h ;79ff ff . + rst 38h ;7a00 ff . + rst 38h ;7a01 ff . + rst 38h ;7a02 ff . + rst 38h ;7a03 ff . + rst 38h ;7a04 ff . + rst 38h ;7a05 ff . + rst 38h ;7a06 ff . + rst 38h ;7a07 ff . + rst 38h ;7a08 ff . + rst 38h ;7a09 ff . + rst 38h ;7a0a ff . + rst 38h ;7a0b ff . + rst 38h ;7a0c ff . + rst 38h ;7a0d ff . + rst 38h ;7a0e ff . + rst 38h ;7a0f ff . + rst 38h ;7a10 ff . + rst 38h ;7a11 ff . + rst 38h ;7a12 ff . + rst 38h ;7a13 ff . + rst 38h ;7a14 ff . + rst 38h ;7a15 ff . + rst 38h ;7a16 ff . + rst 38h ;7a17 ff . + rst 38h ;7a18 ff . + rst 38h ;7a19 ff . + rst 38h ;7a1a ff . + rst 38h ;7a1b ff . +sub_7a1ch: + rst 38h ;7a1c ff . + rst 38h ;7a1d ff . + rst 38h ;7a1e ff . + rst 38h ;7a1f ff . + rst 38h ;7a20 ff . + rst 38h ;7a21 ff . + rst 38h ;7a22 ff . + rst 38h ;7a23 ff . + rst 38h ;7a24 ff . +sub_7a25h: + rst 38h ;7a25 ff . + rst 38h ;7a26 ff . + rst 38h ;7a27 ff . + rst 38h ;7a28 ff . + rst 38h ;7a29 ff . + rst 38h ;7a2a ff . + rst 38h ;7a2b ff . + rst 38h ;7a2c ff . + rst 38h ;7a2d ff . + rst 38h ;7a2e ff . + rst 38h ;7a2f ff . + rst 38h ;7a30 ff . + rst 38h ;7a31 ff . + rst 38h ;7a32 ff . + rst 38h ;7a33 ff . + rst 38h ;7a34 ff . + rst 38h ;7a35 ff . + rst 38h ;7a36 ff . + rst 38h ;7a37 ff . + rst 38h ;7a38 ff . + rst 38h ;7a39 ff . + rst 38h ;7a3a ff . + rst 38h ;7a3b ff . + rst 38h ;7a3c ff . + rst 38h ;7a3d ff . +sub_7a3eh: + rst 38h ;7a3e ff . + rst 38h ;7a3f ff . + rst 38h ;7a40 ff . + rst 38h ;7a41 ff . + rst 38h ;7a42 ff . + rst 38h ;7a43 ff . + rst 38h ;7a44 ff . + rst 38h ;7a45 ff . + rst 38h ;7a46 ff . + rst 38h ;7a47 ff . + rst 38h ;7a48 ff . + rst 38h ;7a49 ff . + rst 38h ;7a4a ff . + rst 38h ;7a4b ff . + rst 38h ;7a4c ff . + rst 38h ;7a4d ff . + rst 38h ;7a4e ff . + rst 38h ;7a4f ff . + rst 38h ;7a50 ff . + rst 38h ;7a51 ff . + rst 38h ;7a52 ff . + rst 38h ;7a53 ff . + rst 38h ;7a54 ff . + rst 38h ;7a55 ff . + rst 38h ;7a56 ff . + rst 38h ;7a57 ff . + rst 38h ;7a58 ff . + rst 38h ;7a59 ff . +sub_7a5ah: + rst 38h ;7a5a ff . + rst 38h ;7a5b ff . + rst 38h ;7a5c ff . + rst 38h ;7a5d ff . + rst 38h ;7a5e ff . + rst 38h ;7a5f ff . + rst 38h ;7a60 ff . + rst 38h ;7a61 ff . + rst 38h ;7a62 ff . + rst 38h ;7a63 ff . +sub_7a64h: + rst 38h ;7a64 ff . + rst 38h ;7a65 ff . + rst 38h ;7a66 ff . + rst 38h ;7a67 ff . + rst 38h ;7a68 ff . + rst 38h ;7a69 ff . + rst 38h ;7a6a ff . + rst 38h ;7a6b ff . + rst 38h ;7a6c ff . + rst 38h ;7a6d ff . + rst 38h ;7a6e ff . + rst 38h ;7a6f ff . + rst 38h ;7a70 ff . + rst 38h ;7a71 ff . + rst 38h ;7a72 ff . + rst 38h ;7a73 ff . + rst 38h ;7a74 ff . + rst 38h ;7a75 ff . + rst 38h ;7a76 ff . + rst 38h ;7a77 ff . + rst 38h ;7a78 ff . + rst 38h ;7a79 ff . + rst 38h ;7a7a ff . + rst 38h ;7a7b ff . + rst 38h ;7a7c ff . + rst 38h ;7a7d ff . + rst 38h ;7a7e ff . +sub_7a7fh: + rst 38h ;7a7f ff . +sub_7a80h: + rst 38h ;7a80 ff . + rst 38h ;7a81 ff . + rst 38h ;7a82 ff . + rst 38h ;7a83 ff . +sub_7a84h: + rst 38h ;7a84 ff . +sub_7a85h: + rst 38h ;7a85 ff . + rst 38h ;7a86 ff . + rst 38h ;7a87 ff . +sub_7a88h: + rst 38h ;7a88 ff . + rst 38h ;7a89 ff . + rst 38h ;7a8a ff . +sub_7a8bh: + rst 38h ;7a8b ff . +sub_7a8ch: + rst 38h ;7a8c ff . +sub_7a8dh: + rst 38h ;7a8d ff . +sub_7a8eh: + rst 38h ;7a8e ff . + rst 38h ;7a8f ff . + rst 38h ;7a90 ff . +sub_7a91h: + rst 38h ;7a91 ff . + rst 38h ;7a92 ff . + rst 38h ;7a93 ff . +sub_7a94h: + rst 38h ;7a94 ff . + rst 38h ;7a95 ff . +sub_7a96h: + rst 38h ;7a96 ff . + rst 38h ;7a97 ff . + rst 38h ;7a98 ff . + rst 38h ;7a99 ff . + rst 38h ;7a9a ff . + rst 38h ;7a9b ff . + rst 38h ;7a9c ff . + rst 38h ;7a9d ff . + rst 38h ;7a9e ff . + rst 38h ;7a9f ff . +sub_7aa0h: + rst 38h ;7aa0 ff . + rst 38h ;7aa1 ff . + rst 38h ;7aa2 ff . + rst 38h ;7aa3 ff . + rst 38h ;7aa4 ff . + rst 38h ;7aa5 ff . + rst 38h ;7aa6 ff . + rst 38h ;7aa7 ff . + rst 38h ;7aa8 ff . + rst 38h ;7aa9 ff . + rst 38h ;7aaa ff . + rst 38h ;7aab ff . + rst 38h ;7aac ff . + rst 38h ;7aad ff . + rst 38h ;7aae ff . + rst 38h ;7aaf ff . +sub_7ab0h: + rst 38h ;7ab0 ff . + rst 38h ;7ab1 ff . +sub_7ab2h: + rst 38h ;7ab2 ff . + rst 38h ;7ab3 ff . + rst 38h ;7ab4 ff . + rst 38h ;7ab5 ff . + rst 38h ;7ab6 ff . + rst 38h ;7ab7 ff . + rst 38h ;7ab8 ff . + rst 38h ;7ab9 ff . + rst 38h ;7aba ff . + rst 38h ;7abb ff . + rst 38h ;7abc ff . + rst 38h ;7abd ff . + rst 38h ;7abe ff . + rst 38h ;7abf ff . + rst 38h ;7ac0 ff . + rst 38h ;7ac1 ff . + rst 38h ;7ac2 ff . + rst 38h ;7ac3 ff . + rst 38h ;7ac4 ff . + rst 38h ;7ac5 ff . + rst 38h ;7ac6 ff . + rst 38h ;7ac7 ff . + rst 38h ;7ac8 ff . + rst 38h ;7ac9 ff . + rst 38h ;7aca ff . + rst 38h ;7acb ff . + rst 38h ;7acc ff . + rst 38h ;7acd ff . + rst 38h ;7ace ff . + rst 38h ;7acf ff . + rst 38h ;7ad0 ff . + rst 38h ;7ad1 ff . + rst 38h ;7ad2 ff . + rst 38h ;7ad3 ff . + rst 38h ;7ad4 ff . + rst 38h ;7ad5 ff . + rst 38h ;7ad6 ff . + rst 38h ;7ad7 ff . + rst 38h ;7ad8 ff . + rst 38h ;7ad9 ff . + rst 38h ;7ada ff . + rst 38h ;7adb ff . + rst 38h ;7adc ff . + rst 38h ;7add ff . + rst 38h ;7ade ff . + rst 38h ;7adf ff . + rst 38h ;7ae0 ff . + rst 38h ;7ae1 ff . + rst 38h ;7ae2 ff . + rst 38h ;7ae3 ff . + rst 38h ;7ae4 ff . + rst 38h ;7ae5 ff . + rst 38h ;7ae6 ff . + rst 38h ;7ae7 ff . + rst 38h ;7ae8 ff . + rst 38h ;7ae9 ff . + rst 38h ;7aea ff . + rst 38h ;7aeb ff . + rst 38h ;7aec ff . + rst 38h ;7aed ff . + rst 38h ;7aee ff . + rst 38h ;7aef ff . + rst 38h ;7af0 ff . + rst 38h ;7af1 ff . + rst 38h ;7af2 ff . + rst 38h ;7af3 ff . + rst 38h ;7af4 ff . + rst 38h ;7af5 ff . + rst 38h ;7af6 ff . + rst 38h ;7af7 ff . + rst 38h ;7af8 ff . + rst 38h ;7af9 ff . + rst 38h ;7afa ff . + rst 38h ;7afb ff . + rst 38h ;7afc ff . + rst 38h ;7afd ff . + rst 38h ;7afe ff . + rst 38h ;7aff ff . + rst 38h ;7b00 ff . + rst 38h ;7b01 ff . + rst 38h ;7b02 ff . + rst 38h ;7b03 ff . + rst 38h ;7b04 ff . + rst 38h ;7b05 ff . + rst 38h ;7b06 ff . + rst 38h ;7b07 ff . + rst 38h ;7b08 ff . + rst 38h ;7b09 ff . + rst 38h ;7b0a ff . + rst 38h ;7b0b ff . + rst 38h ;7b0c ff . + rst 38h ;7b0d ff . + rst 38h ;7b0e ff . + rst 38h ;7b0f ff . + rst 38h ;7b10 ff . + rst 38h ;7b11 ff . + rst 38h ;7b12 ff . + rst 38h ;7b13 ff . + rst 38h ;7b14 ff . + rst 38h ;7b15 ff . + rst 38h ;7b16 ff . + rst 38h ;7b17 ff . + rst 38h ;7b18 ff . + rst 38h ;7b19 ff . + rst 38h ;7b1a ff . + rst 38h ;7b1b ff . + rst 38h ;7b1c ff . + rst 38h ;7b1d ff . + rst 38h ;7b1e ff . + rst 38h ;7b1f ff . + rst 38h ;7b20 ff . + rst 38h ;7b21 ff . + rst 38h ;7b22 ff . + rst 38h ;7b23 ff . + rst 38h ;7b24 ff . +sub_7b25h: + rst 38h ;7b25 ff . + rst 38h ;7b26 ff . + rst 38h ;7b27 ff . + rst 38h ;7b28 ff . + rst 38h ;7b29 ff . + rst 38h ;7b2a ff . + rst 38h ;7b2b ff . + rst 38h ;7b2c ff . + rst 38h ;7b2d ff . + rst 38h ;7b2e ff . + rst 38h ;7b2f ff . + rst 38h ;7b30 ff . + rst 38h ;7b31 ff . + rst 38h ;7b32 ff . + rst 38h ;7b33 ff . + rst 38h ;7b34 ff . +sub_7b35h: + rst 38h ;7b35 ff . + rst 38h ;7b36 ff . + rst 38h ;7b37 ff . + rst 38h ;7b38 ff . + rst 38h ;7b39 ff . + rst 38h ;7b3a ff . + rst 38h ;7b3b ff . + rst 38h ;7b3c ff . + rst 38h ;7b3d ff . + rst 38h ;7b3e ff . + rst 38h ;7b3f ff . + rst 38h ;7b40 ff . + rst 38h ;7b41 ff . + rst 38h ;7b42 ff . + rst 38h ;7b43 ff . + rst 38h ;7b44 ff . + rst 38h ;7b45 ff . + rst 38h ;7b46 ff . + rst 38h ;7b47 ff . + rst 38h ;7b48 ff . + rst 38h ;7b49 ff . + rst 38h ;7b4a ff . + rst 38h ;7b4b ff . + rst 38h ;7b4c ff . + rst 38h ;7b4d ff . + rst 38h ;7b4e ff . + rst 38h ;7b4f ff . + rst 38h ;7b50 ff . + rst 38h ;7b51 ff . + rst 38h ;7b52 ff . + rst 38h ;7b53 ff . + rst 38h ;7b54 ff . + rst 38h ;7b55 ff . + rst 38h ;7b56 ff . + rst 38h ;7b57 ff . + rst 38h ;7b58 ff . + rst 38h ;7b59 ff . + rst 38h ;7b5a ff . + rst 38h ;7b5b ff . + rst 38h ;7b5c ff . + rst 38h ;7b5d ff . + rst 38h ;7b5e ff . + rst 38h ;7b5f ff . + rst 38h ;7b60 ff . + rst 38h ;7b61 ff . + rst 38h ;7b62 ff . + rst 38h ;7b63 ff . + rst 38h ;7b64 ff . + rst 38h ;7b65 ff . + rst 38h ;7b66 ff . + rst 38h ;7b67 ff . + rst 38h ;7b68 ff . + rst 38h ;7b69 ff . + rst 38h ;7b6a ff . + rst 38h ;7b6b ff . + rst 38h ;7b6c ff . + rst 38h ;7b6d ff . + rst 38h ;7b6e ff . + rst 38h ;7b6f ff . + rst 38h ;7b70 ff . + rst 38h ;7b71 ff . + rst 38h ;7b72 ff . + rst 38h ;7b73 ff . +sub_7b74h: + rst 38h ;7b74 ff . + rst 38h ;7b75 ff . + rst 38h ;7b76 ff . + rst 38h ;7b77 ff . + rst 38h ;7b78 ff . + rst 38h ;7b79 ff . + rst 38h ;7b7a ff . + rst 38h ;7b7b ff . + rst 38h ;7b7c ff . + rst 38h ;7b7d ff . + rst 38h ;7b7e ff . + rst 38h ;7b7f ff . + rst 38h ;7b80 ff . + rst 38h ;7b81 ff . + rst 38h ;7b82 ff . + rst 38h ;7b83 ff . + rst 38h ;7b84 ff . + rst 38h ;7b85 ff . + rst 38h ;7b86 ff . + rst 38h ;7b87 ff . + rst 38h ;7b88 ff . + rst 38h ;7b89 ff . + rst 38h ;7b8a ff . + rst 38h ;7b8b ff . + rst 38h ;7b8c ff . +sub_7b8dh: + rst 38h ;7b8d ff . + rst 38h ;7b8e ff . + rst 38h ;7b8f ff . + rst 38h ;7b90 ff . + rst 38h ;7b91 ff . +sub_7b92h: + rst 38h ;7b92 ff . + rst 38h ;7b93 ff . +sub_7b94h: + rst 38h ;7b94 ff . + rst 38h ;7b95 ff . + rst 38h ;7b96 ff . + rst 38h ;7b97 ff . + rst 38h ;7b98 ff . + rst 38h ;7b99 ff . + rst 38h ;7b9a ff . + rst 38h ;7b9b ff . + rst 38h ;7b9c ff . + rst 38h ;7b9d ff . + rst 38h ;7b9e ff . + rst 38h ;7b9f ff . + rst 38h ;7ba0 ff . + rst 38h ;7ba1 ff . + rst 38h ;7ba2 ff . + rst 38h ;7ba3 ff . + rst 38h ;7ba4 ff . + rst 38h ;7ba5 ff . + rst 38h ;7ba6 ff . +sub_7ba7h: + rst 38h ;7ba7 ff . + rst 38h ;7ba8 ff . + rst 38h ;7ba9 ff . + rst 38h ;7baa ff . + rst 38h ;7bab ff . + rst 38h ;7bac ff . + rst 38h ;7bad ff . + rst 38h ;7bae ff . + rst 38h ;7baf ff . + rst 38h ;7bb0 ff . + rst 38h ;7bb1 ff . + rst 38h ;7bb2 ff . + rst 38h ;7bb3 ff . + rst 38h ;7bb4 ff . + rst 38h ;7bb5 ff . + rst 38h ;7bb6 ff . + rst 38h ;7bb7 ff . + rst 38h ;7bb8 ff . + rst 38h ;7bb9 ff . + rst 38h ;7bba ff . + rst 38h ;7bbb ff . + rst 38h ;7bbc ff . + rst 38h ;7bbd ff . + rst 38h ;7bbe ff . + rst 38h ;7bbf ff . + rst 38h ;7bc0 ff . + rst 38h ;7bc1 ff . + rst 38h ;7bc2 ff . + rst 38h ;7bc3 ff . + rst 38h ;7bc4 ff . + rst 38h ;7bc5 ff . + rst 38h ;7bc6 ff . + rst 38h ;7bc7 ff . + rst 38h ;7bc8 ff . + rst 38h ;7bc9 ff . + rst 38h ;7bca ff . + rst 38h ;7bcb ff . + rst 38h ;7bcc ff . + rst 38h ;7bcd ff . + rst 38h ;7bce ff . + rst 38h ;7bcf ff . + rst 38h ;7bd0 ff . + rst 38h ;7bd1 ff . + rst 38h ;7bd2 ff . + rst 38h ;7bd3 ff . + rst 38h ;7bd4 ff . + rst 38h ;7bd5 ff . + rst 38h ;7bd6 ff . + rst 38h ;7bd7 ff . + rst 38h ;7bd8 ff . + rst 38h ;7bd9 ff . + rst 38h ;7bda ff . + rst 38h ;7bdb ff . + rst 38h ;7bdc ff . + rst 38h ;7bdd ff . + rst 38h ;7bde ff . + rst 38h ;7bdf ff . + rst 38h ;7be0 ff . + rst 38h ;7be1 ff . + rst 38h ;7be2 ff . + rst 38h ;7be3 ff . + rst 38h ;7be4 ff . + rst 38h ;7be5 ff . + rst 38h ;7be6 ff . + rst 38h ;7be7 ff . + rst 38h ;7be8 ff . + rst 38h ;7be9 ff . + rst 38h ;7bea ff . + rst 38h ;7beb ff . + rst 38h ;7bec ff . + rst 38h ;7bed ff . + rst 38h ;7bee ff . + rst 38h ;7bef ff . + rst 38h ;7bf0 ff . + rst 38h ;7bf1 ff . + rst 38h ;7bf2 ff . + rst 38h ;7bf3 ff . + rst 38h ;7bf4 ff . + rst 38h ;7bf5 ff . + rst 38h ;7bf6 ff . + rst 38h ;7bf7 ff . + rst 38h ;7bf8 ff . + rst 38h ;7bf9 ff . + rst 38h ;7bfa ff . + rst 38h ;7bfb ff . + rst 38h ;7bfc ff . + rst 38h ;7bfd ff . + rst 38h ;7bfe ff . + rst 38h ;7bff ff . + rst 38h ;7c00 ff . + rst 38h ;7c01 ff . + rst 38h ;7c02 ff . + rst 38h ;7c03 ff . + rst 38h ;7c04 ff . + rst 38h ;7c05 ff . + rst 38h ;7c06 ff . + rst 38h ;7c07 ff . + rst 38h ;7c08 ff . + rst 38h ;7c09 ff . + rst 38h ;7c0a ff . + rst 38h ;7c0b ff . + rst 38h ;7c0c ff . + rst 38h ;7c0d ff . + rst 38h ;7c0e ff . + rst 38h ;7c0f ff . + rst 38h ;7c10 ff . + rst 38h ;7c11 ff . + rst 38h ;7c12 ff . + rst 38h ;7c13 ff . + rst 38h ;7c14 ff . + rst 38h ;7c15 ff . + rst 38h ;7c16 ff . + rst 38h ;7c17 ff . + rst 38h ;7c18 ff . + rst 38h ;7c19 ff . + rst 38h ;7c1a ff . + rst 38h ;7c1b ff . + rst 38h ;7c1c ff . + rst 38h ;7c1d ff . + rst 38h ;7c1e ff . + rst 38h ;7c1f ff . + rst 38h ;7c20 ff . + rst 38h ;7c21 ff . + rst 38h ;7c22 ff . + rst 38h ;7c23 ff . + rst 38h ;7c24 ff . +sub_7c25h: + rst 38h ;7c25 ff . + rst 38h ;7c26 ff . + rst 38h ;7c27 ff . + rst 38h ;7c28 ff . + rst 38h ;7c29 ff . + rst 38h ;7c2a ff . + rst 38h ;7c2b ff . + rst 38h ;7c2c ff . + rst 38h ;7c2d ff . + rst 38h ;7c2e ff . + rst 38h ;7c2f ff . + rst 38h ;7c30 ff . + rst 38h ;7c31 ff . + rst 38h ;7c32 ff . + rst 38h ;7c33 ff . + rst 38h ;7c34 ff . + rst 38h ;7c35 ff . + rst 38h ;7c36 ff . + rst 38h ;7c37 ff . + rst 38h ;7c38 ff . + rst 38h ;7c39 ff . + rst 38h ;7c3a ff . + rst 38h ;7c3b ff . + rst 38h ;7c3c ff . + rst 38h ;7c3d ff . + rst 38h ;7c3e ff . + rst 38h ;7c3f ff . + rst 38h ;7c40 ff . + rst 38h ;7c41 ff . + rst 38h ;7c42 ff . + rst 38h ;7c43 ff . + rst 38h ;7c44 ff . + rst 38h ;7c45 ff . + rst 38h ;7c46 ff . + rst 38h ;7c47 ff . + rst 38h ;7c48 ff . + rst 38h ;7c49 ff . + rst 38h ;7c4a ff . + rst 38h ;7c4b ff . + rst 38h ;7c4c ff . + rst 38h ;7c4d ff . + rst 38h ;7c4e ff . + rst 38h ;7c4f ff . + rst 38h ;7c50 ff . + rst 38h ;7c51 ff . + rst 38h ;7c52 ff . + rst 38h ;7c53 ff . + rst 38h ;7c54 ff . + rst 38h ;7c55 ff . + rst 38h ;7c56 ff . + rst 38h ;7c57 ff . + rst 38h ;7c58 ff . + rst 38h ;7c59 ff . + rst 38h ;7c5a ff . + rst 38h ;7c5b ff . + rst 38h ;7c5c ff . + rst 38h ;7c5d ff . + rst 38h ;7c5e ff . + rst 38h ;7c5f ff . + rst 38h ;7c60 ff . + rst 38h ;7c61 ff . + rst 38h ;7c62 ff . + rst 38h ;7c63 ff . + rst 38h ;7c64 ff . + rst 38h ;7c65 ff . + rst 38h ;7c66 ff . + rst 38h ;7c67 ff . + rst 38h ;7c68 ff . + rst 38h ;7c69 ff . + rst 38h ;7c6a ff . + rst 38h ;7c6b ff . + rst 38h ;7c6c ff . + rst 38h ;7c6d ff . + rst 38h ;7c6e ff . + rst 38h ;7c6f ff . + rst 38h ;7c70 ff . +sub_7c71h: + rst 38h ;7c71 ff . + rst 38h ;7c72 ff . + rst 38h ;7c73 ff . + rst 38h ;7c74 ff . + rst 38h ;7c75 ff . + rst 38h ;7c76 ff . + rst 38h ;7c77 ff . + rst 38h ;7c78 ff . + rst 38h ;7c79 ff . + rst 38h ;7c7a ff . + rst 38h ;7c7b ff . + rst 38h ;7c7c ff . + rst 38h ;7c7d ff . + rst 38h ;7c7e ff . + rst 38h ;7c7f ff . + rst 38h ;7c80 ff . + rst 38h ;7c81 ff . + rst 38h ;7c82 ff . + rst 38h ;7c83 ff . + rst 38h ;7c84 ff . + rst 38h ;7c85 ff . + rst 38h ;7c86 ff . +sub_7c87h: + rst 38h ;7c87 ff . + rst 38h ;7c88 ff . + rst 38h ;7c89 ff . + rst 38h ;7c8a ff . + rst 38h ;7c8b ff . + rst 38h ;7c8c ff . + rst 38h ;7c8d ff . + rst 38h ;7c8e ff . + rst 38h ;7c8f ff . +sub_7c90h: + rst 38h ;7c90 ff . + rst 38h ;7c91 ff . + rst 38h ;7c92 ff . + rst 38h ;7c93 ff . +sub_7c94h: + rst 38h ;7c94 ff . + rst 38h ;7c95 ff . + rst 38h ;7c96 ff . + rst 38h ;7c97 ff . + rst 38h ;7c98 ff . + rst 38h ;7c99 ff . + rst 38h ;7c9a ff . + rst 38h ;7c9b ff . +sub_7c9ch: + rst 38h ;7c9c ff . +sub_7c9dh: + rst 38h ;7c9d ff . + rst 38h ;7c9e ff . + rst 38h ;7c9f ff . + rst 38h ;7ca0 ff . + rst 38h ;7ca1 ff . + rst 38h ;7ca2 ff . + rst 38h ;7ca3 ff . + rst 38h ;7ca4 ff . + rst 38h ;7ca5 ff . + rst 38h ;7ca6 ff . + rst 38h ;7ca7 ff . + rst 38h ;7ca8 ff . + rst 38h ;7ca9 ff . + rst 38h ;7caa ff . + rst 38h ;7cab ff . + rst 38h ;7cac ff . + rst 38h ;7cad ff . + rst 38h ;7cae ff . + rst 38h ;7caf ff . + rst 38h ;7cb0 ff . + rst 38h ;7cb1 ff . + rst 38h ;7cb2 ff . + rst 38h ;7cb3 ff . + rst 38h ;7cb4 ff . + rst 38h ;7cb5 ff . + rst 38h ;7cb6 ff . + rst 38h ;7cb7 ff . + rst 38h ;7cb8 ff . + rst 38h ;7cb9 ff . + rst 38h ;7cba ff . + rst 38h ;7cbb ff . + rst 38h ;7cbc ff . + rst 38h ;7cbd ff . + rst 38h ;7cbe ff . + rst 38h ;7cbf ff . + rst 38h ;7cc0 ff . + rst 38h ;7cc1 ff . + rst 38h ;7cc2 ff . + rst 38h ;7cc3 ff . + rst 38h ;7cc4 ff . + rst 38h ;7cc5 ff . + rst 38h ;7cc6 ff . + rst 38h ;7cc7 ff . + rst 38h ;7cc8 ff . + rst 38h ;7cc9 ff . + rst 38h ;7cca ff . + rst 38h ;7ccb ff . + rst 38h ;7ccc ff . + rst 38h ;7ccd ff . + rst 38h ;7cce ff . + rst 38h ;7ccf ff . + rst 38h ;7cd0 ff . + rst 38h ;7cd1 ff . + rst 38h ;7cd2 ff . + rst 38h ;7cd3 ff . + rst 38h ;7cd4 ff . + rst 38h ;7cd5 ff . + rst 38h ;7cd6 ff . + rst 38h ;7cd7 ff . + rst 38h ;7cd8 ff . + rst 38h ;7cd9 ff . + rst 38h ;7cda ff . + rst 38h ;7cdb ff . + rst 38h ;7cdc ff . + rst 38h ;7cdd ff . + rst 38h ;7cde ff . + rst 38h ;7cdf ff . + rst 38h ;7ce0 ff . + rst 38h ;7ce1 ff . + rst 38h ;7ce2 ff . + rst 38h ;7ce3 ff . + rst 38h ;7ce4 ff . + rst 38h ;7ce5 ff . + rst 38h ;7ce6 ff . + rst 38h ;7ce7 ff . + rst 38h ;7ce8 ff . + rst 38h ;7ce9 ff . + rst 38h ;7cea ff . + rst 38h ;7ceb ff . + rst 38h ;7cec ff . + rst 38h ;7ced ff . + rst 38h ;7cee ff . + rst 38h ;7cef ff . + rst 38h ;7cf0 ff . + rst 38h ;7cf1 ff . + rst 38h ;7cf2 ff . + rst 38h ;7cf3 ff . + rst 38h ;7cf4 ff . + rst 38h ;7cf5 ff . + rst 38h ;7cf6 ff . + rst 38h ;7cf7 ff . + rst 38h ;7cf8 ff . + rst 38h ;7cf9 ff . + rst 38h ;7cfa ff . + rst 38h ;7cfb ff . + rst 38h ;7cfc ff . + rst 38h ;7cfd ff . + rst 38h ;7cfe ff . + rst 38h ;7cff ff . + rst 38h ;7d00 ff . + rst 38h ;7d01 ff . + rst 38h ;7d02 ff . + rst 38h ;7d03 ff . + rst 38h ;7d04 ff . + rst 38h ;7d05 ff . + rst 38h ;7d06 ff . + rst 38h ;7d07 ff . + rst 38h ;7d08 ff . + rst 38h ;7d09 ff . + rst 38h ;7d0a ff . + rst 38h ;7d0b ff . + rst 38h ;7d0c ff . + rst 38h ;7d0d ff . + rst 38h ;7d0e ff . + rst 38h ;7d0f ff . + rst 38h ;7d10 ff . + rst 38h ;7d11 ff . + rst 38h ;7d12 ff . + rst 38h ;7d13 ff . + rst 38h ;7d14 ff . + rst 38h ;7d15 ff . + rst 38h ;7d16 ff . + rst 38h ;7d17 ff . + rst 38h ;7d18 ff . + rst 38h ;7d19 ff . + rst 38h ;7d1a ff . + rst 38h ;7d1b ff . + rst 38h ;7d1c ff . + rst 38h ;7d1d ff . + rst 38h ;7d1e ff . + rst 38h ;7d1f ff . + rst 38h ;7d20 ff . + rst 38h ;7d21 ff . + rst 38h ;7d22 ff . + rst 38h ;7d23 ff . + rst 38h ;7d24 ff . +sub_7d25h: + rst 38h ;7d25 ff . + rst 38h ;7d26 ff . + rst 38h ;7d27 ff . + rst 38h ;7d28 ff . + rst 38h ;7d29 ff . + rst 38h ;7d2a ff . + rst 38h ;7d2b ff . + rst 38h ;7d2c ff . + rst 38h ;7d2d ff . + rst 38h ;7d2e ff . + rst 38h ;7d2f ff . + rst 38h ;7d30 ff . + rst 38h ;7d31 ff . + rst 38h ;7d32 ff . + rst 38h ;7d33 ff . + rst 38h ;7d34 ff . + rst 38h ;7d35 ff . + rst 38h ;7d36 ff . + rst 38h ;7d37 ff . + rst 38h ;7d38 ff . + rst 38h ;7d39 ff . + rst 38h ;7d3a ff . + rst 38h ;7d3b ff . + rst 38h ;7d3c ff . + rst 38h ;7d3d ff . + rst 38h ;7d3e ff . + rst 38h ;7d3f ff . + rst 38h ;7d40 ff . + rst 38h ;7d41 ff . + rst 38h ;7d42 ff . + rst 38h ;7d43 ff . + rst 38h ;7d44 ff . + rst 38h ;7d45 ff . + rst 38h ;7d46 ff . + rst 38h ;7d47 ff . + rst 38h ;7d48 ff . + rst 38h ;7d49 ff . + rst 38h ;7d4a ff . + rst 38h ;7d4b ff . + rst 38h ;7d4c ff . + rst 38h ;7d4d ff . + rst 38h ;7d4e ff . + rst 38h ;7d4f ff . + rst 38h ;7d50 ff . + rst 38h ;7d51 ff . + rst 38h ;7d52 ff . + rst 38h ;7d53 ff . + rst 38h ;7d54 ff . + rst 38h ;7d55 ff . + rst 38h ;7d56 ff . + rst 38h ;7d57 ff . + rst 38h ;7d58 ff . + rst 38h ;7d59 ff . +sub_7d5ah: + rst 38h ;7d5a ff . + rst 38h ;7d5b ff . + rst 38h ;7d5c ff . + rst 38h ;7d5d ff . + rst 38h ;7d5e ff . + rst 38h ;7d5f ff . + rst 38h ;7d60 ff . + rst 38h ;7d61 ff . + rst 38h ;7d62 ff . + rst 38h ;7d63 ff . + rst 38h ;7d64 ff . + rst 38h ;7d65 ff . + rst 38h ;7d66 ff . + rst 38h ;7d67 ff . + rst 38h ;7d68 ff . + rst 38h ;7d69 ff . + rst 38h ;7d6a ff . + rst 38h ;7d6b ff . + rst 38h ;7d6c ff . + rst 38h ;7d6d ff . + rst 38h ;7d6e ff . + rst 38h ;7d6f ff . + rst 38h ;7d70 ff . + rst 38h ;7d71 ff . + rst 38h ;7d72 ff . + rst 38h ;7d73 ff . + rst 38h ;7d74 ff . + rst 38h ;7d75 ff . + rst 38h ;7d76 ff . + rst 38h ;7d77 ff . + rst 38h ;7d78 ff . + rst 38h ;7d79 ff . + rst 38h ;7d7a ff . + rst 38h ;7d7b ff . + rst 38h ;7d7c ff . + rst 38h ;7d7d ff . + rst 38h ;7d7e ff . + rst 38h ;7d7f ff . + rst 38h ;7d80 ff . + rst 38h ;7d81 ff . +sub_7d82h: + rst 38h ;7d82 ff . + rst 38h ;7d83 ff . + rst 38h ;7d84 ff . + rst 38h ;7d85 ff . + rst 38h ;7d86 ff . + rst 38h ;7d87 ff . + rst 38h ;7d88 ff . + rst 38h ;7d89 ff . + rst 38h ;7d8a ff . + rst 38h ;7d8b ff . + rst 38h ;7d8c ff . + rst 38h ;7d8d ff . + rst 38h ;7d8e ff . + rst 38h ;7d8f ff . + rst 38h ;7d90 ff . + rst 38h ;7d91 ff . + rst 38h ;7d92 ff . + rst 38h ;7d93 ff . + rst 38h ;7d94 ff . + rst 38h ;7d95 ff . + rst 38h ;7d96 ff . + rst 38h ;7d97 ff . + rst 38h ;7d98 ff . + rst 38h ;7d99 ff . + rst 38h ;7d9a ff . + rst 38h ;7d9b ff . + rst 38h ;7d9c ff . + rst 38h ;7d9d ff . + rst 38h ;7d9e ff . + rst 38h ;7d9f ff . + rst 38h ;7da0 ff . + rst 38h ;7da1 ff . + rst 38h ;7da2 ff . + rst 38h ;7da3 ff . + rst 38h ;7da4 ff . + rst 38h ;7da5 ff . + rst 38h ;7da6 ff . + rst 38h ;7da7 ff . + rst 38h ;7da8 ff . + rst 38h ;7da9 ff . + rst 38h ;7daa ff . + rst 38h ;7dab ff . + rst 38h ;7dac ff . + rst 38h ;7dad ff . + rst 38h ;7dae ff . + rst 38h ;7daf ff . + rst 38h ;7db0 ff . + rst 38h ;7db1 ff . + rst 38h ;7db2 ff . + rst 38h ;7db3 ff . + rst 38h ;7db4 ff . + rst 38h ;7db5 ff . + rst 38h ;7db6 ff . + rst 38h ;7db7 ff . + rst 38h ;7db8 ff . + rst 38h ;7db9 ff . + rst 38h ;7dba ff . + rst 38h ;7dbb ff . + rst 38h ;7dbc ff . + rst 38h ;7dbd ff . + rst 38h ;7dbe ff . + rst 38h ;7dbf ff . + rst 38h ;7dc0 ff . + rst 38h ;7dc1 ff . + rst 38h ;7dc2 ff . + rst 38h ;7dc3 ff . + rst 38h ;7dc4 ff . + rst 38h ;7dc5 ff . + rst 38h ;7dc6 ff . + rst 38h ;7dc7 ff . + rst 38h ;7dc8 ff . + rst 38h ;7dc9 ff . + rst 38h ;7dca ff . + rst 38h ;7dcb ff . + rst 38h ;7dcc ff . + rst 38h ;7dcd ff . + rst 38h ;7dce ff . + rst 38h ;7dcf ff . + rst 38h ;7dd0 ff . + rst 38h ;7dd1 ff . + rst 38h ;7dd2 ff . + rst 38h ;7dd3 ff . + rst 38h ;7dd4 ff . + rst 38h ;7dd5 ff . + rst 38h ;7dd6 ff . + rst 38h ;7dd7 ff . + rst 38h ;7dd8 ff . + rst 38h ;7dd9 ff . + rst 38h ;7dda ff . + rst 38h ;7ddb ff . + rst 38h ;7ddc ff . + rst 38h ;7ddd ff . + rst 38h ;7dde ff . + rst 38h ;7ddf ff . + rst 38h ;7de0 ff . + rst 38h ;7de1 ff . + rst 38h ;7de2 ff . + rst 38h ;7de3 ff . + rst 38h ;7de4 ff . + rst 38h ;7de5 ff . + rst 38h ;7de6 ff . + rst 38h ;7de7 ff . + rst 38h ;7de8 ff . + rst 38h ;7de9 ff . + rst 38h ;7dea ff . + rst 38h ;7deb ff . + rst 38h ;7dec ff . + rst 38h ;7ded ff . + rst 38h ;7dee ff . + rst 38h ;7def ff . + rst 38h ;7df0 ff . + rst 38h ;7df1 ff . + rst 38h ;7df2 ff . + rst 38h ;7df3 ff . + rst 38h ;7df4 ff . + rst 38h ;7df5 ff . + rst 38h ;7df6 ff . + rst 38h ;7df7 ff . + rst 38h ;7df8 ff . + rst 38h ;7df9 ff . + rst 38h ;7dfa ff . + rst 38h ;7dfb ff . + rst 38h ;7dfc ff . + rst 38h ;7dfd ff . + rst 38h ;7dfe ff . + rst 38h ;7dff ff . + rst 38h ;7e00 ff . + rst 38h ;7e01 ff . + rst 38h ;7e02 ff . + rst 38h ;7e03 ff . + rst 38h ;7e04 ff . + rst 38h ;7e05 ff . + rst 38h ;7e06 ff . + rst 38h ;7e07 ff . + rst 38h ;7e08 ff . + rst 38h ;7e09 ff . + rst 38h ;7e0a ff . + rst 38h ;7e0b ff . + rst 38h ;7e0c ff . +sub_7e0dh: + rst 38h ;7e0d ff . + rst 38h ;7e0e ff . + rst 38h ;7e0f ff . + rst 38h ;7e10 ff . + rst 38h ;7e11 ff . + rst 38h ;7e12 ff . + rst 38h ;7e13 ff . + rst 38h ;7e14 ff . + rst 38h ;7e15 ff . + rst 38h ;7e16 ff . + rst 38h ;7e17 ff . + rst 38h ;7e18 ff . + rst 38h ;7e19 ff . + rst 38h ;7e1a ff . + rst 38h ;7e1b ff . + rst 38h ;7e1c ff . + rst 38h ;7e1d ff . + rst 38h ;7e1e ff . + rst 38h ;7e1f ff . + rst 38h ;7e20 ff . + rst 38h ;7e21 ff . + rst 38h ;7e22 ff . + rst 38h ;7e23 ff . + rst 38h ;7e24 ff . +sub_7e25h: + rst 38h ;7e25 ff . + rst 38h ;7e26 ff . + rst 38h ;7e27 ff . + rst 38h ;7e28 ff . + rst 38h ;7e29 ff . + rst 38h ;7e2a ff . + rst 38h ;7e2b ff . + rst 38h ;7e2c ff . + rst 38h ;7e2d ff . + rst 38h ;7e2e ff . + rst 38h ;7e2f ff . + rst 38h ;7e30 ff . + rst 38h ;7e31 ff . + rst 38h ;7e32 ff . + rst 38h ;7e33 ff . + rst 38h ;7e34 ff . + rst 38h ;7e35 ff . + rst 38h ;7e36 ff . + rst 38h ;7e37 ff . + rst 38h ;7e38 ff . + rst 38h ;7e39 ff . + rst 38h ;7e3a ff . + rst 38h ;7e3b ff . + rst 38h ;7e3c ff . + rst 38h ;7e3d ff . + rst 38h ;7e3e ff . + rst 38h ;7e3f ff . + rst 38h ;7e40 ff . + rst 38h ;7e41 ff . + rst 38h ;7e42 ff . + rst 38h ;7e43 ff . + rst 38h ;7e44 ff . + rst 38h ;7e45 ff . + rst 38h ;7e46 ff . + rst 38h ;7e47 ff . + rst 38h ;7e48 ff . + rst 38h ;7e49 ff . + rst 38h ;7e4a ff . + rst 38h ;7e4b ff . + rst 38h ;7e4c ff . + rst 38h ;7e4d ff . + rst 38h ;7e4e ff . + rst 38h ;7e4f ff . + rst 38h ;7e50 ff . + rst 38h ;7e51 ff . + rst 38h ;7e52 ff . + rst 38h ;7e53 ff . + rst 38h ;7e54 ff . + rst 38h ;7e55 ff . + rst 38h ;7e56 ff . + rst 38h ;7e57 ff . + rst 38h ;7e58 ff . + rst 38h ;7e59 ff . + rst 38h ;7e5a ff . + rst 38h ;7e5b ff . + rst 38h ;7e5c ff . + rst 38h ;7e5d ff . + rst 38h ;7e5e ff . + rst 38h ;7e5f ff . + rst 38h ;7e60 ff . + rst 38h ;7e61 ff . + rst 38h ;7e62 ff . + rst 38h ;7e63 ff . + rst 38h ;7e64 ff . + rst 38h ;7e65 ff . + rst 38h ;7e66 ff . + rst 38h ;7e67 ff . + rst 38h ;7e68 ff . + rst 38h ;7e69 ff . + rst 38h ;7e6a ff . + rst 38h ;7e6b ff . + rst 38h ;7e6c ff . + rst 38h ;7e6d ff . + rst 38h ;7e6e ff . + rst 38h ;7e6f ff . + rst 38h ;7e70 ff . + rst 38h ;7e71 ff . + rst 38h ;7e72 ff . + rst 38h ;7e73 ff . + rst 38h ;7e74 ff . + rst 38h ;7e75 ff . + rst 38h ;7e76 ff . + rst 38h ;7e77 ff . + rst 38h ;7e78 ff . + rst 38h ;7e79 ff . + rst 38h ;7e7a ff . + rst 38h ;7e7b ff . + rst 38h ;7e7c ff . + rst 38h ;7e7d ff . + rst 38h ;7e7e ff . + rst 38h ;7e7f ff . + rst 38h ;7e80 ff . + rst 38h ;7e81 ff . + rst 38h ;7e82 ff . + rst 38h ;7e83 ff . + rst 38h ;7e84 ff . + rst 38h ;7e85 ff . + rst 38h ;7e86 ff . + rst 38h ;7e87 ff . + rst 38h ;7e88 ff . + rst 38h ;7e89 ff . + rst 38h ;7e8a ff . + rst 38h ;7e8b ff . + rst 38h ;7e8c ff . + rst 38h ;7e8d ff . + rst 38h ;7e8e ff . + rst 38h ;7e8f ff . + rst 38h ;7e90 ff . + rst 38h ;7e91 ff . +sub_7e92h: + rst 38h ;7e92 ff . + rst 38h ;7e93 ff . + rst 38h ;7e94 ff . + rst 38h ;7e95 ff . +sub_7e96h: + rst 38h ;7e96 ff . + rst 38h ;7e97 ff . + rst 38h ;7e98 ff . + rst 38h ;7e99 ff . + rst 38h ;7e9a ff . + rst 38h ;7e9b ff . + rst 38h ;7e9c ff . + rst 38h ;7e9d ff . + rst 38h ;7e9e ff . + rst 38h ;7e9f ff . + rst 38h ;7ea0 ff . + rst 38h ;7ea1 ff . + rst 38h ;7ea2 ff . + rst 38h ;7ea3 ff . +sub_7ea4h: + rst 38h ;7ea4 ff . + rst 38h ;7ea5 ff . + rst 38h ;7ea6 ff . + rst 38h ;7ea7 ff . + rst 38h ;7ea8 ff . + rst 38h ;7ea9 ff . + rst 38h ;7eaa ff . + rst 38h ;7eab ff . + rst 38h ;7eac ff . + rst 38h ;7ead ff . + rst 38h ;7eae ff . + rst 38h ;7eaf ff . + rst 38h ;7eb0 ff . + rst 38h ;7eb1 ff . + rst 38h ;7eb2 ff . + rst 38h ;7eb3 ff . + rst 38h ;7eb4 ff . + rst 38h ;7eb5 ff . + rst 38h ;7eb6 ff . + rst 38h ;7eb7 ff . + rst 38h ;7eb8 ff . + rst 38h ;7eb9 ff . + rst 38h ;7eba ff . + rst 38h ;7ebb ff . + rst 38h ;7ebc ff . + rst 38h ;7ebd ff . + rst 38h ;7ebe ff . + rst 38h ;7ebf ff . + rst 38h ;7ec0 ff . + rst 38h ;7ec1 ff . + rst 38h ;7ec2 ff . + rst 38h ;7ec3 ff . + rst 38h ;7ec4 ff . + rst 38h ;7ec5 ff . + rst 38h ;7ec6 ff . + rst 38h ;7ec7 ff . + rst 38h ;7ec8 ff . + rst 38h ;7ec9 ff . + rst 38h ;7eca ff . + rst 38h ;7ecb ff . + rst 38h ;7ecc ff . + rst 38h ;7ecd ff . + rst 38h ;7ece ff . + rst 38h ;7ecf ff . + rst 38h ;7ed0 ff . + rst 38h ;7ed1 ff . + rst 38h ;7ed2 ff . + rst 38h ;7ed3 ff . + rst 38h ;7ed4 ff . + rst 38h ;7ed5 ff . + rst 38h ;7ed6 ff . + rst 38h ;7ed7 ff . + rst 38h ;7ed8 ff . + rst 38h ;7ed9 ff . + rst 38h ;7eda ff . + rst 38h ;7edb ff . + rst 38h ;7edc ff . + rst 38h ;7edd ff . + rst 38h ;7ede ff . + rst 38h ;7edf ff . + rst 38h ;7ee0 ff . + rst 38h ;7ee1 ff . + rst 38h ;7ee2 ff . + rst 38h ;7ee3 ff . + rst 38h ;7ee4 ff . + rst 38h ;7ee5 ff . + rst 38h ;7ee6 ff . + rst 38h ;7ee7 ff . + rst 38h ;7ee8 ff . + rst 38h ;7ee9 ff . + rst 38h ;7eea ff . + rst 38h ;7eeb ff . + rst 38h ;7eec ff . + rst 38h ;7eed ff . + rst 38h ;7eee ff . + rst 38h ;7eef ff . + rst 38h ;7ef0 ff . + rst 38h ;7ef1 ff . + rst 38h ;7ef2 ff . + rst 38h ;7ef3 ff . + rst 38h ;7ef4 ff . + rst 38h ;7ef5 ff . + rst 38h ;7ef6 ff . + rst 38h ;7ef7 ff . + rst 38h ;7ef8 ff . + rst 38h ;7ef9 ff . + rst 38h ;7efa ff . + rst 38h ;7efb ff . + rst 38h ;7efc ff . + rst 38h ;7efd ff . + rst 38h ;7efe ff . + rst 38h ;7eff ff . + rst 38h ;7f00 ff . + rst 38h ;7f01 ff . + rst 38h ;7f02 ff . + rst 38h ;7f03 ff . + rst 38h ;7f04 ff . + rst 38h ;7f05 ff . + rst 38h ;7f06 ff . + rst 38h ;7f07 ff . + rst 38h ;7f08 ff . + rst 38h ;7f09 ff . + rst 38h ;7f0a ff . + rst 38h ;7f0b ff . + rst 38h ;7f0c ff . + rst 38h ;7f0d ff . + rst 38h ;7f0e ff . + rst 38h ;7f0f ff . + rst 38h ;7f10 ff . + rst 38h ;7f11 ff . + rst 38h ;7f12 ff . + rst 38h ;7f13 ff . + rst 38h ;7f14 ff . + rst 38h ;7f15 ff . + rst 38h ;7f16 ff . + rst 38h ;7f17 ff . + rst 38h ;7f18 ff . + rst 38h ;7f19 ff . + rst 38h ;7f1a ff . + rst 38h ;7f1b ff . + rst 38h ;7f1c ff . + rst 38h ;7f1d ff . + rst 38h ;7f1e ff . + rst 38h ;7f1f ff . + rst 38h ;7f20 ff . + rst 38h ;7f21 ff . + rst 38h ;7f22 ff . + rst 38h ;7f23 ff . + rst 38h ;7f24 ff . + rst 38h ;7f25 ff . + rst 38h ;7f26 ff . + rst 38h ;7f27 ff . + rst 38h ;7f28 ff . + rst 38h ;7f29 ff . + rst 38h ;7f2a ff . + rst 38h ;7f2b ff . + rst 38h ;7f2c ff . + rst 38h ;7f2d ff . + rst 38h ;7f2e ff . + rst 38h ;7f2f ff . + rst 38h ;7f30 ff . + rst 38h ;7f31 ff . + rst 38h ;7f32 ff . + rst 38h ;7f33 ff . + rst 38h ;7f34 ff . +sub_7f35h: + rst 38h ;7f35 ff . + rst 38h ;7f36 ff . + rst 38h ;7f37 ff . + rst 38h ;7f38 ff . + rst 38h ;7f39 ff . + rst 38h ;7f3a ff . + rst 38h ;7f3b ff . + rst 38h ;7f3c ff . + rst 38h ;7f3d ff . + rst 38h ;7f3e ff . + rst 38h ;7f3f ff . + rst 38h ;7f40 ff . + rst 38h ;7f41 ff . + rst 38h ;7f42 ff . + rst 38h ;7f43 ff . + rst 38h ;7f44 ff . + rst 38h ;7f45 ff . + rst 38h ;7f46 ff . + rst 38h ;7f47 ff . + rst 38h ;7f48 ff . + rst 38h ;7f49 ff . + rst 38h ;7f4a ff . + rst 38h ;7f4b ff . + rst 38h ;7f4c ff . + rst 38h ;7f4d ff . + rst 38h ;7f4e ff . + rst 38h ;7f4f ff . + rst 38h ;7f50 ff . + rst 38h ;7f51 ff . + rst 38h ;7f52 ff . + rst 38h ;7f53 ff . + rst 38h ;7f54 ff . + rst 38h ;7f55 ff . + rst 38h ;7f56 ff . + rst 38h ;7f57 ff . + rst 38h ;7f58 ff . + rst 38h ;7f59 ff . + rst 38h ;7f5a ff . + rst 38h ;7f5b ff . + rst 38h ;7f5c ff . + rst 38h ;7f5d ff . + rst 38h ;7f5e ff . + rst 38h ;7f5f ff . + rst 38h ;7f60 ff . + rst 38h ;7f61 ff . + rst 38h ;7f62 ff . + rst 38h ;7f63 ff . + rst 38h ;7f64 ff . + rst 38h ;7f65 ff . + rst 38h ;7f66 ff . + rst 38h ;7f67 ff . + rst 38h ;7f68 ff . + rst 38h ;7f69 ff . + rst 38h ;7f6a ff . + rst 38h ;7f6b ff . + rst 38h ;7f6c ff . + rst 38h ;7f6d ff . + rst 38h ;7f6e ff . + rst 38h ;7f6f ff . + rst 38h ;7f70 ff . + rst 38h ;7f71 ff . + rst 38h ;7f72 ff . + rst 38h ;7f73 ff . + rst 38h ;7f74 ff . + rst 38h ;7f75 ff . + rst 38h ;7f76 ff . + rst 38h ;7f77 ff . + rst 38h ;7f78 ff . + rst 38h ;7f79 ff . + rst 38h ;7f7a ff . + rst 38h ;7f7b ff . + rst 38h ;7f7c ff . + rst 38h ;7f7d ff . + rst 38h ;7f7e ff . + rst 38h ;7f7f ff . + rst 38h ;7f80 ff . + rst 38h ;7f81 ff . + rst 38h ;7f82 ff . + rst 38h ;7f83 ff . + rst 38h ;7f84 ff . + rst 38h ;7f85 ff . + rst 38h ;7f86 ff . +sub_7f87h: + rst 38h ;7f87 ff . +sub_7f88h: + rst 38h ;7f88 ff . + rst 38h ;7f89 ff . + rst 38h ;7f8a ff . + rst 38h ;7f8b ff . + rst 38h ;7f8c ff . +sub_7f8dh: + rst 38h ;7f8d ff . +sub_7f8eh: + rst 38h ;7f8e ff . + rst 38h ;7f8f ff . +sub_7f90h: + rst 38h ;7f90 ff . +sub_7f91h: + rst 38h ;7f91 ff . + rst 38h ;7f92 ff . +sub_7f93h: + rst 38h ;7f93 ff . +sub_7f94h: + rst 38h ;7f94 ff . +sub_7f95h: + rst 38h ;7f95 ff . + rst 38h ;7f96 ff . + rst 38h ;7f97 ff . + rst 38h ;7f98 ff . + rst 38h ;7f99 ff . + rst 38h ;7f9a ff . + rst 38h ;7f9b ff . + rst 38h ;7f9c ff . + rst 38h ;7f9d ff . + rst 38h ;7f9e ff . + rst 38h ;7f9f ff . + rst 38h ;7fa0 ff . + rst 38h ;7fa1 ff . + rst 38h ;7fa2 ff . + rst 38h ;7fa3 ff . + rst 38h ;7fa4 ff . + rst 38h ;7fa5 ff . +sub_7fa6h: + rst 38h ;7fa6 ff . + rst 38h ;7fa7 ff . + rst 38h ;7fa8 ff . + rst 38h ;7fa9 ff . + rst 38h ;7faa ff . + rst 38h ;7fab ff . + rst 38h ;7fac ff . + rst 38h ;7fad ff . + rst 38h ;7fae ff . + rst 38h ;7faf ff . + rst 38h ;7fb0 ff . + rst 38h ;7fb1 ff . + rst 38h ;7fb2 ff . + rst 38h ;7fb3 ff . +sub_7fb4h: + rst 38h ;7fb4 ff . + rst 38h ;7fb5 ff . + rst 38h ;7fb6 ff . + rst 38h ;7fb7 ff . + rst 38h ;7fb8 ff . + rst 38h ;7fb9 ff . + rst 38h ;7fba ff . + rst 38h ;7fbb ff . + rst 38h ;7fbc ff . + rst 38h ;7fbd ff . + rst 38h ;7fbe ff . + rst 38h ;7fbf ff . + rst 38h ;7fc0 ff . + rst 38h ;7fc1 ff . + rst 38h ;7fc2 ff . + rst 38h ;7fc3 ff . + rst 38h ;7fc4 ff . + rst 38h ;7fc5 ff . + rst 38h ;7fc6 ff . + rst 38h ;7fc7 ff . + rst 38h ;7fc8 ff . + rst 38h ;7fc9 ff . + rst 38h ;7fca ff . + rst 38h ;7fcb ff . + rst 38h ;7fcc ff . + rst 38h ;7fcd ff . + rst 38h ;7fce ff . + rst 38h ;7fcf ff . + rst 38h ;7fd0 ff . + rst 38h ;7fd1 ff . + rst 38h ;7fd2 ff . + rst 38h ;7fd3 ff . + rst 38h ;7fd4 ff . + rst 38h ;7fd5 ff . + rst 38h ;7fd6 ff . + rst 38h ;7fd7 ff . + rst 38h ;7fd8 ff . + rst 38h ;7fd9 ff . + rst 38h ;7fda ff . + rst 38h ;7fdb ff . + rst 38h ;7fdc ff . + rst 38h ;7fdd ff . + rst 38h ;7fde ff . + rst 38h ;7fdf ff . + rst 38h ;7fe0 ff . + rst 38h ;7fe1 ff . + rst 38h ;7fe2 ff . + rst 38h ;7fe3 ff . + rst 38h ;7fe4 ff . + rst 38h ;7fe5 ff . + rst 38h ;7fe6 ff . + rst 38h ;7fe7 ff . + rst 38h ;7fe8 ff . + rst 38h ;7fe9 ff . + rst 38h ;7fea ff . + rst 38h ;7feb ff . + rst 38h ;7fec ff . + rst 38h ;7fed ff . + rst 38h ;7fee ff . + rst 38h ;7fef ff . + rst 38h ;7ff0 ff . + rst 38h ;7ff1 ff . + rst 38h ;7ff2 ff . + rst 38h ;7ff3 ff . + rst 38h ;7ff4 ff . + rst 38h ;7ff5 ff . + rst 38h ;7ff6 ff . + rst 38h ;7ff7 ff . + rst 38h ;7ff8 ff . + rst 38h ;7ff9 ff . + rst 38h ;7ffa ff . + rst 38h ;7ffb ff . +sub_7ffch: + rst 38h ;7ffc ff . +sub_7ffdh: + rst 38h ;7ffd ff . + rst 38h ;7ffe ff . + rst 38h ;7fff ff . + nop ;8000 00 . +l8001h: + add a,c ;8001 81 . + and b ;8002 a0 . + call po,sub_8b81h ;8003 e4 81 8b . . . + inc e ;8006 1c . + add a,e ;8007 83 . + add a,d ;8008 82 . + call po,sub_8083h ;8009 e4 83 80 . . . + ld a,a ;800c 7f  + add a,b ;800d 80 . + ld a,a ;800e 7f  + add a,d ;800f 82 . + add a,e ;8010 83 . + add a,d ;8011 82 . + nop ;8012 00 . +sub_8013h: + adc a,d ;8013 8a . + and h ;8014 a4 . + call po,sub_988ah ;8015 e4 8a 98 . . . + inc e ;8018 1c . + sub (hl) ;8019 96 . + and h ;801a a4 . + call po,sub_9896h ;801b e4 96 98 . . . + nop ;801e 00 . + add a,b ;801f 80 . + sub h ;8020 94 . + call po,sub_94a0h ;8021 e4 a0 94 . . . + inc e ;8024 1c . +sub_8025h: + and b ;8025 a0 . + adc a,h ;8026 8c . + call po,sub_8c80h ;8027 e4 80 8c . . . + inc e ;802a 1c . + add a,h ;802b 84 . + add a,b ;802c 80 . + call po,sub_a090h ;802d e4 90 a0 . . . + inc e ;8030 1c . + sbc a,h ;8031 9c . + and b ;8032 a0 . + call po,sub_8090h ;8033 e4 90 80 . . . + nop ;8036 00 . + sub b ;8037 90 . + and h ;8038 a4 . + call po,sub_7c90h ;8039 e4 90 7c . . | + inc e ;803c 1c . + add a,b ;803d 80 . + add a,h ;803e 84 . + call po,sub_8282h ;803f e4 82 82 . . . + add a,a ;8042 87 . + add a,b ;8043 80 . + sbc a,c ;8044 99 . + add a,b ;8045 80 . + sbc a,(hl) ;8046 9e . + add a,d ;8047 82 . + and b ;8048 a0 . + add a,(hl) ;8049 86 . + and b ;804a a0 . + adc a,e ;804b 8b . + sbc a,l ;804c 9d . + adc a,(hl) ;804d 8e . + sbc a,c ;804e 99 . + sub b ;804f 90 . + add a,a ;8050 87 . + sub c ;8051 91 . + add a,h ;8052 84 . + sub e ;8053 93 . +sub_8054h: + add a,c ;8054 81 . + sub (hl) ;8055 96 . + add a,c ;8056 81 . + sbc a,d ;8057 9a . + add a,h ;8058 84 . + sbc a,(hl) ;8059 9e . +sub_805ah: + adc a,d ;805a 8a . + and b ;805b a0 . + sub (hl) ;805c 96 . + and b ;805d a0 . + sbc a,l ;805e 9d . + sbc a,(hl) ;805f 9e . + and b ;8060 a0 . + sbc a,e ;8061 9b . + nop ;8062 00 . + and b ;8063 a0 . + and b ;8064 a0 . + call po,sub_8080h ;8065 e4 80 80 . . . + inc e ;8068 1c . + add a,b ;8069 80 . + sbc a,b ;806a 98 . + call po,sub_9d80h ;806b e4 80 9d . . . + add a,c ;806e 81 . + sbc a,a ;806f 9f . + add a,h ;8070 84 . + and b ;8071 a0 . + adc a,d ;8072 8a . + and b ;8073 a0 . + adc a,l ;8074 8d . + sbc a,a ;8075 9f . + adc a,(hl) ;8076 8e . + sbc a,l ;8077 9d . + adc a,(hl) ;8078 8e . + sbc a,b ;8079 98 . + adc a,l ;807a 8d . + sub (hl) ;807b 96 . + adc a,d ;807c 8a . + sub l ;807d 95 . + add a,h ;807e 84 . + sub l ;807f 95 . +sub_8080h: + add a,c ;8080 81 . +sub_8081h: + sub (hl) ;8081 96 . +sub_8082h: + add a,b ;8082 80 . +sub_8083h: + sbc a,b ;8083 98 . +sub_8084h: + inc e ;8084 1c . +sub_8085h: + sub d ;8085 92 . +sub_8086h: + add a,e ;8086 83 . +sub_8087h: + call po,sub_8892h ;8087 e4 92 88 . . . +sub_808ah: + sub e ;808a 93 . + adc a,d ;808b 8a . +sub_808ch: + sub (hl) ;808c 96 . +sub_808dh: + adc a,e ;808d 8b . +sub_808eh: + sbc a,h ;808e 9c . +sub_808fh: + adc a,e ;808f 8b . +sub_8090h: + sbc a,a ;8090 9f . +sub_8091h: + adc a,d ;8091 8a . +sub_8092h: + and b ;8092 a0 . +sub_8093h: + adc a,b ;8093 88 . + and b ;8094 a0 . +sub_8095h: + add a,e ;8095 83 . +sub_8096h: + sbc a,a ;8096 9f . +sub_8097h: + add a,c ;8097 81 . +sub_8098h: + sbc a,h ;8098 9c . +sub_8099h: + add a,b ;8099 80 . +sub_809ah: + sub (hl) ;809a 96 . + add a,b ;809b 80 . +sub_809ch: + sub e ;809c 93 . + add a,c ;809d 81 . +sub_809eh: + sub d ;809e 92 . + add a,e ;809f 83 . +sub_80a0h: + nop ;80a0 00 . + adc a,b ;80a1 88 . +sub_80a2h: + sub e ;80a2 93 . + call po,sub_9181h+2 ;80a3 e4 83 91 . . . + add a,b ;80a6 80 . + adc a,h ;80a7 8c . + add a,b ;80a8 80 . + add a,a ;80a9 87 . + add a,e ;80aa 83 . + add a,e ;80ab 83 . + add a,(hl) ;80ac 86 . + add a,c ;80ad 81 . + adc a,c ;80ae 89 . + add a,b ;80af 80 . +sub_80b0h: + sbc a,b ;80b0 98 . + add a,b ;80b1 80 . + sbc a,h ;80b2 9c . + add a,c ;80b3 81 . +sub_80b4h: + sbc a,(hl) ;80b4 9e . + add a,d ;80b5 82 . + and b ;80b6 a0 . + add a,a ;80b7 87 . + and b ;80b8 a0 . + adc a,l ;80b9 8d . + inc e ;80ba 1c . + sbc a,l ;80bb 9d . + sbc a,c ;80bc 99 . + call po,sub_9c9dh ;80bd e4 9d 9c . . . + sbc a,e ;80c0 9b . + sbc a,a ;80c1 9f . + sub (hl) ;80c2 96 . + and b ;80c3 a0 . + adc a,e ;80c4 8b . + and b ;80c5 a0 . + add a,(hl) ;80c6 86 . + sbc a,a ;80c7 9f . + add a,h ;80c8 84 . + sbc a,h ;80c9 9c . + add a,h ;80ca 84 . + sbc a,b ;80cb 98 . + add a,(hl) ;80cc 86 . + sub l ;80cd 95 . + and b ;80ce a0 . + add a,b ;80cf 80 . + nop ;80d0 00 . + adc a,a ;80d1 8f . + sbc a,e ;80d2 9b . + call po,sub_9c91h ;80d3 e4 91 9c . . . + sub d ;80d6 92 . + sbc a,a ;80d7 9f . + sub d ;80d8 92 . + and d ;80d9 a2 . + adc a,a ;80da 8f . + and d ;80db a2 . + adc a,a ;80dc 8f . + and b ;80dd a0 . + sub d ;80de 92 . + and b ;80df a0 . + nop ;80e0 00 . + and b ;80e1 a0 . + and (hl) ;80e2 a6 . + call po,sub_a099h+2 ;80e3 e4 9b a0 . . . + sbc a,b ;80e6 98 . + sbc a,b ;80e7 98 . + sub a ;80e8 97 . + sub e ;80e9 93 . + sub a ;80ea 97 . + adc a,l ;80eb 8d . + sbc a,b ;80ec 98 . + add a,a ;80ed 87 . + sbc a,e ;80ee 9b . + add a,b ;80ef 80 . + and b ;80f0 a0 . + ld a,d ;80f1 7a z + nop ;80f2 00 . + add a,b ;80f3 80 . + and (hl) ;80f4 a6 . + call po,sub_a085h ;80f5 e4 85 a0 . . . + adc a,b ;80f8 88 . + sbc a,c ;80f9 99 . + adc a,c ;80fa 89 . + sub h ;80fb 94 . + adc a,c ;80fc 89 . + adc a,l ;80fd 8d . + adc a,b ;80fe 88 . + adc a,b ;80ff 88 . + add a,l ;8100 85 . + add a,b ;8101 80 . + add a,b ;8102 80 . + ld a,d ;8103 7a z + nop ;8104 00 . + add a,b ;8105 80 . + sub b ;8106 90 . + call po,sub_909eh ;8107 e4 9e 90 . . . + inc e ;810a 1c . + sbc a,c ;810b 99 . + sbc a,e ;810c 9b . + call po,sub_8585h ;810d e4 85 85 . . . + inc e ;8110 1c . + add a,l ;8111 85 . + sbc a,e ;8112 9b . + call po,sub_8599h ;8113 e4 99 85 . . . + nop ;8116 00 . + add a,b ;8117 80 . + sub b ;8118 90 . + call po,sub_90a0h ;8119 e4 a0 90 . . . + inc e ;811c 1c . + sub b ;811d 90 . + and b ;811e a0 . + call po,sub_8090h ;811f e4 90 80 . . . + nop ;8122 00 . + add a,e ;8123 83 . + add a,b ;8124 80 . +sub_8125h: + call po,sub_8080h ;8125 e4 80 80 . . . + add a,b ;8128 80 . + add a,d ;8129 82 . + add a,e ;812a 83 . + add a,d ;812b 82 . + add a,e ;812c 83 . + ld a,a ;812d 7f  +sub_812eh: + add a,d ;812e 82 . + ld a,h ;812f 7c | + add a,b ;8130 80 . + ld a,e ;8131 7b { + nop ;8132 00 . + add a,b ;8133 80 . + sub b ;8134 90 . +sub_8135h: + call po,sub_90a0h ;8135 e4 a0 90 . . . + nop ;8138 00 . + adc a,a ;8139 8f . + add a,b ;813a 80 . + call po,sub_828fh ;813b e4 8f 82 . . . + sub d ;813e 92 . + add a,d ;813f 82 . + sub d ;8140 92 . + add a,b ;8141 80 . + adc a,a ;8142 8f . + add a,b ;8143 80 . + nop ;8144 00 . + add a,b ;8145 80 . + ld a,d ;8146 7a z + call po,sub_a6a0h ;8147 e4 a0 a6 . . . + nop ;814a 00 . + sub (hl) ;814b 96 . + add a,b ;814c 80 . + call po,sub_808eh ;814d e4 8e 80 . . . + adc a,b ;8150 88 . + add a,c ;8151 81 . + add a,h ;8152 84 . + add a,h ;8153 84 . + add a,d ;8154 82 . + add a,a ;8155 87 . + add a,b ;8156 80 . + adc a,h ;8157 8c . + add a,b ;8158 80 . + sub h ;8159 94 . +sub_815ah: + add a,d ;815a 82 . + sbc a,c ;815b 99 . + add a,h ;815c 84 . + sbc a,h ;815d 9c . + adc a,b ;815e 88 . + sbc a,a ;815f 9f . + adc a,(hl) ;8160 8e . + and b ;8161 a0 . + sub (hl) ;8162 96 . + and b ;8163 a0 . + sbc a,h ;8164 9c . + sbc a,a ;8165 9f . + and b ;8166 a0 . + sbc a,h ;8167 9c . + and d ;8168 a2 . + sbc a,c ;8169 99 . + and h ;816a a4 . + sub h ;816b 94 . + and h ;816c a4 . + adc a,h ;816d 8c . + and d ;816e a2 . + add a,a ;816f 87 . + and b ;8170 a0 . + add a,h ;8171 84 . + sbc a,h ;8172 9c . + add a,c ;8173 81 . + sub (hl) ;8174 96 . + add a,b ;8175 80 . + nop ;8176 00 . + adc a,c ;8177 89 . + sub h ;8178 94 . + call po,sub_a093h+2 ;8179 e4 95 a0 . . . + sub a ;817c 97 . + and b ;817d a0 . + sub a ;817e 97 . + add a,b ;817f 80 . + nop ;8180 00 . + add a,c ;8181 81 . + sbc a,d ;8182 9a . +sub_8183h: + call po,09d82h ;8183 e4 82 9d . . . +sub_8186h: + add a,a ;8186 87 . +sub_8187h: + sbc a,a ;8187 9f . +sub_8188h: + adc a,h ;8188 8c . +sub_8189h: + and b ;8189 a0 . + sub l ;818a 95 . + and b ;818b a0 . + sbc a,d ;818c 9a . +sub_818dh: + sbc a,a ;818d 9f . +sub_818eh: + sbc a,(hl) ;818e 9e . + sbc a,l ;818f 9d . +sub_8190h: + and b ;8190 a0 . +sub_8191h: + sbc a,d ;8191 9a . +sub_8192h: + and b ;8192 a0 . + sub h ;8193 94 . + sbc a,h ;8194 9c . + sub c ;8195 91 . + sbc a,b ;8196 98 . +sub_8197h: + adc a,a ;8197 8f . + adc a,d ;8198 8a . + adc a,h ;8199 8c . +sub_819ah: + add a,a ;819a 87 . +sub_819bh: + adc a,e ;819b 8b . + add a,h ;819c 84 . +sub_819dh: + adc a,c ;819d 89 . + add a,c ;819e 81 . +sub_819fh: + add a,(hl) ;819f 86 . +sub_81a0h: + add a,b ;81a0 80 . + add a,b ;81a1 80 . +sub_81a2h: + and b ;81a2 a0 . + add a,b ;81a3 80 . + nop ;81a4 00 . + add a,c ;81a5 81 . + sbc a,e ;81a6 9b . + call po,09e84h ;81a7 e4 84 9e . . . + adc a,c ;81aa 89 . + and b ;81ab a0 . + sub e ;81ac 93 . + and b ;81ad a0 . + sbc a,d ;81ae 9a . + sbc a,a ;81af 9f . + sbc a,(hl) ;81b0 9e . + sbc a,l ;81b1 9d . + and b ;81b2 a0 . + sbc a,d ;81b3 9a . +sub_81b4h: + and b ;81b4 a0 . + sub a ;81b5 97 . + sbc a,(hl) ;81b6 9e . + sub h ;81b7 94 . + sbc a,h ;81b8 9c . + sub d ;81b9 92 . + sub a ;81ba 97 . + sub c ;81bb 91 . + adc a,d ;81bc 8a . + sub c ;81bd 91 . + inc e ;81be 1c . + sub a ;81bf 97 . + sub c ;81c0 91 . + call po,sub_909ch ;81c1 e4 9c 90 . . . + sbc a,a ;81c4 9f . + adc a,(hl) ;81c5 8e . + and b ;81c6 a0 . + adc a,e ;81c7 8b . + and b ;81c8 a0 . + add a,(hl) ;81c9 86 . + sbc a,(hl) ;81ca 9e . + add a,e ;81cb 83 . + sbc a,e ;81cc 9b . + add a,c ;81cd 81 . + sub h ;81ce 94 . + add a,b ;81cf 80 . + adc a,c ;81d0 89 . + add a,b ;81d1 80 . + add a,h ;81d2 84 . + add a,d ;81d3 82 . + add a,b ;81d4 80 . + add a,(hl) ;81d5 86 . + nop ;81d6 00 . + sbc a,h ;81d7 9c . + add a,b ;81d8 80 . + call po,sub_a09ch ;81d9 e4 9c a0 . . . + sbc a,b ;81dc 98 . + and b ;81dd a0 . + add a,b ;81de 80 . + adc a,e ;81df 8b . + add a,b ;81e0 80 . + adc a,b ;81e1 88 . + and b ;81e2 a0 . + adc a,b ;81e3 88 . + nop ;81e4 00 . + and b ;81e5 a0 . + and b ;81e6 a0 . + call po,sub_a082h ;81e7 e4 82 a0 . . . + add a,d ;81ea 82 . + sub b ;81eb 90 . + add a,(hl) ;81ec 86 . + sub h ;81ed 94 . + adc a,c ;81ee 89 . + sub l ;81ef 95 . + sub a ;81f0 97 . + sub l ;81f1 95 . + sbc a,e ;81f2 9b . + sub h ;81f3 94 . + sbc a,(hl) ;81f4 9e . + sub d ;81f5 92 . + and c ;81f6 a1 . + adc a,(hl) ;81f7 8e . + and c ;81f8 a1 . + adc a,c ;81f9 89 . + and b ;81fa a0 . + add a,l ;81fb 85 . + sbc a,(hl) ;81fc 9e . + add a,d ;81fd 82 . + sbc a,b ;81fe 98 . + add a,b ;81ff 80 . + adc a,d ;8200 8a . + add a,b ;8201 80 . + add a,(hl) ;8202 86 . + add a,c ;8203 81 . + add a,e ;8204 83 . + add a,e ;8205 83 . + add a,b ;8206 80 . + add a,a ;8207 87 . + nop ;8208 00 . + sbc a,a ;8209 9f . + sbc a,h ;820a 9c . + call po,sub_9e9ch ;820b e4 9c 9e . . . + sub l ;820e 95 . + and b ;820f a0 . +sub_8210h: + adc a,h ;8210 8c . + and b ;8211 a0 . + add a,(hl) ;8212 86 . + sbc a,a ;8213 9f . + add a,d ;8214 82 . + sbc a,h ;8215 9c . + add a,b ;8216 80 . +sub_8217h: + sbc a,b ;8217 98 . + add a,b ;8218 80 . + add a,(hl) ;8219 86 . + add a,d ;821a 82 . + add a,e ;821b 83 . + add a,h ;821c 84 . + add a,c ;821d 81 . + adc a,b ;821e 88 . + add a,b ;821f 80 . + sbc a,b ;8220 98 . + add a,b ;8221 80 . + sbc a,h ;8222 9c . + add a,c ;8223 81 . + sbc a,(hl) ;8224 9e . + add a,e ;8225 83 . + and b ;8226 a0 . + add a,(hl) ;8227 86 . + and b ;8228 a0 . + adc a,l ;8229 8d . + sbc a,(hl) ;822a 9e . + sub b ;822b 90 . + sbc a,h ;822c 9c . + sub d ;822d 92 . + sbc a,b ;822e 98 . + sub e ;822f 93 . + adc a,b ;8230 88 . + sub e ;8231 93 . + add a,h ;8232 84 . + sub d ;8233 92 . + add a,d ;8234 82 . +sub_8235h: + sub b ;8235 90 . + add a,b ;8236 80 . + adc a,l ;8237 8d . + nop ;8238 00 . + add a,b ;8239 80 . + and b ;823a a0 . + call po,sub_a09fh ;823b e4 9f a0 . . . + sbc a,a ;823e 9f . + sbc a,l ;823f 9d . + adc a,c ;8240 89 . + add a,b ;8241 80 . + nop ;8242 00 . +sub_8243h: + sbc a,d ;8243 9a . + sub d ;8244 92 . + call po,09286h ;8245 e4 86 92 . . . + add a,e ;8248 83 . + sub e ;8249 93 . + add a,c ;824a 81 . + sub (hl) ;824b 96 . + add a,c ;824c 81 . + sbc a,d ;824d 9a . + add a,e ;824e 83 . + sbc a,(hl) ;824f 9e . + add a,l ;8250 85 . + sbc a,a ;8251 9f . + adc a,b ;8252 88 . + and b ;8253 a0 . + sbc a,b ;8254 98 . + and b ;8255 a0 . + sbc a,e ;8256 9b . + sbc a,a ;8257 9f . + sbc a,l ;8258 9d . + sbc a,(hl) ;8259 9e . +sub_825ah: + sbc a,a ;825a 9f . + sbc a,d ;825b 9a . + sbc a,a ;825c 9f . + sub (hl) ;825d 96 . + sbc a,l ;825e 9d . + sub e ;825f 93 . + sbc a,d ;8260 9a . + sub d ;8261 92 . + sbc a,(hl) ;8262 9e . + sub b ;8263 90 . + and b ;8264 a0 . + adc a,l ;8265 8d . + and b ;8266 a0 . + add a,(hl) ;8267 86 . + sbc a,(hl) ;8268 9e . + add a,d ;8269 82 . + sbc a,h ;826a 9c . + add a,c ;826b 81 . + sub h ;826c 94 . + add a,b ;826d 80 . + adc a,h ;826e 8c . + add a,b ;826f 80 . + add a,h ;8270 84 . + add a,c ;8271 81 . + add a,d ;8272 82 . + add a,d ;8273 82 . + add a,b ;8274 80 . + add a,(hl) ;8275 86 . + add a,b ;8276 80 . + adc a,l ;8277 8d . + add a,d ;8278 82 . + sub b ;8279 90 . + add a,(hl) ;827a 86 . + sub d ;827b 92 . + nop ;827c 00 . + add a,c ;827d 81 . + add a,h ;827e 84 . +sub_827fh: + call po,sub_8085h ;827f e4 85 80 . . . +sub_8282h: + sbc a,d ;8282 9a . +sub_8283h: + add a,b ;8283 80 . +sub_8284h: + sbc a,(hl) ;8284 9e . +sub_8285h: + add a,d ;8285 82 . +sub_8286h: + and b ;8286 a0 . + add a,(hl) ;8287 86 . + and b ;8288 a0 . +sub_8289h: + sbc a,c ;8289 99 . + sbc a,(hl) ;828a 9e . + sbc a,l ;828b 9d . +sub_828ch: + sbc a,e ;828c 9b . + sbc a,a ;828d 9f . +sub_828eh: + sub (hl) ;828e 96 . +sub_828fh: + and b ;828f a0 . +sub_8290h: + adc a,d ;8290 8a . +sub_8291h: + and b ;8291 a0 . + add a,l ;8292 85 . + sbc a,a ;8293 9f . + add a,d ;8294 82 . + sbc a,l ;8295 9d . + add a,b ;8296 80 . +sub_8297h: + sbc a,c ;8297 99 . +sub_8298h: + add a,b ;8298 80 . + sub d ;8299 92 . +sub_829ah: + add a,d ;829a 82 . + adc a,a ;829b 8f . +sub_829ch: + add a,l ;829c 85 . + adc a,l ;829d 8d . + adc a,d ;829e 8a . + adc a,h ;829f 8c . +sub_82a0h: + sub (hl) ;82a0 96 . +sub_82a1h: + adc a,h ;82a1 8c . +sub_82a2h: + sbc a,e ;82a2 9b . + adc a,l ;82a3 8d . +sub_82a4h: + sbc a,(hl) ;82a4 9e . + adc a,a ;82a5 8f . + and b ;82a6 a0 . + sub d ;82a7 92 . + nop ;82a8 00 . + add a,b ;82a9 80 . + sub (hl) ;82aa 96 . + call po,sub_9880h ;82ab e4 80 98 . . . + add a,e ;82ae 83 . + sbc a,b ;82af 98 . + add a,e ;82b0 83 . + sub (hl) ;82b1 96 . + add a,b ;82b2 80 . + sub (hl) ;82b3 96 . + inc e ;82b4 1c . + add a,b ;82b5 80 . + add a,b ;82b6 80 . + call po,sub_827fh+1 ;82b7 e4 80 82 . . . + add a,e ;82ba 83 . + add a,d ;82bb 82 . + add a,e ;82bc 83 . + add a,b ;82bd 80 . + add a,b ;82be 80 . + add a,b ;82bf 80 . + nop ;82c0 00 . + add a,b ;82c1 80 . + sub (hl) ;82c2 96 . + call po,sub_9880h ;82c3 e4 80 98 . . . + add a,e ;82c6 83 . + sbc a,b ;82c7 98 . + add a,e ;82c8 83 . + sub (hl) ;82c9 96 . + add a,b ;82ca 80 . + sub (hl) ;82cb 96 . + inc e ;82cc 1c . + add a,e ;82cd 83 . + add a,b ;82ce 80 . + call po,sub_8080h ;82cf e4 80 80 . . . + add a,b ;82d2 80 . + add a,d ;82d3 82 . + add a,e ;82d4 83 . + add a,d ;82d5 82 . + add a,e ;82d6 83 . + ld a,(hl) ;82d7 7e ~ + add a,d ;82d8 82 . + ld a,h ;82d9 7c | + add a,c ;82da 81 . + ld a,e ;82db 7b { + nop ;82dc 00 . + and b ;82dd a0 . + sbc a,l ;82de 9d . + call po,09280h ;82df e4 80 92 . . . + add a,b ;82e2 80 . + adc a,(hl) ;82e3 8e . + and b ;82e4 a0 . + add a,e ;82e5 83 . + nop ;82e6 00 . + add a,b ;82e7 80 . + sub l ;82e8 95 . + call po,sub_95a0h ;82e9 e4 a0 95 . . . + inc e ;82ec 1c . + add a,b ;82ed 80 . + adc a,e ;82ee 8b . + call po,sub_8ba0h ;82ef e4 a0 8b . . . + nop ;82f2 00 . + add a,b ;82f3 80 . + sbc a,l ;82f4 9d . + call po,sub_92a0h ;82f5 e4 a0 92 . . . + and b ;82f8 a0 . + adc a,(hl) ;82f9 8e . + add a,b ;82fa 80 . + add a,e ;82fb 83 . + nop ;82fc 00 . + add a,b ;82fd 80 . + sbc a,e ;82fe 9b . + call po,09e84h ;82ff e4 84 9e . . . + adc a,e ;8302 8b . + and b ;8303 a0 . + sub (hl) ;8304 96 . + and b ;8305 a0 . + sbc a,(hl) ;8306 9e . + sbc a,l ;8307 9d . + and b ;8308 a0 . + sbc a,e ;8309 9b . + and c ;830a a1 . + sbc a,c ;830b 99 . + and c ;830c a1 . + sub (hl) ;830d 96 . + and b ;830e a0 . + sub h ;830f 94 . + sbc a,l ;8310 9d . + sub d ;8311 92 . + sbc a,b ;8312 98 . + sub b ;8313 90 . + sub d ;8314 92 . + adc a,a ;8315 8f . + adc a,a ;8316 8f . + adc a,h ;8317 8c . + adc a,a ;8318 8f . + adc a,b ;8319 88 . + inc e ;831a 1c . + adc a,l ;831b 8d . + add a,d ;831c 82 . + call po,sub_8291h ;831d e4 91 82 . . . + sub c ;8320 91 . +sub_8321h: + add a,b ;8321 80 . + adc a,l ;8322 8d . + add a,b ;8323 80 . + adc a,l ;8324 8d . +sub_8325h: + add a,d ;8325 82 . + nop ;8326 00 . + and b ;8327 a0 . + sub h ;8328 94 . + call po,sub_969eh ;8329 e4 9e 96 . . . + sbc a,d ;832c 9a . + sub a ;832d 97 . + adc a,a ;832e 8f . + sub a ;832f 97 . + adc a,h ;8330 8c . + sub (hl) ;8331 96 . + adc a,c ;8332 89 . + sub h ;8333 94 . + adc a,b ;8334 88 . + sub d ;8335 92 . + adc a,b ;8336 88 . + adc a,(hl) ;8337 8e . + adc a,c ;8338 89 . + adc a,h ;8339 8c . + adc a,h ;833a 8c . + adc a,d ;833b 8a . + adc a,a ;833c 8f . + adc a,c ;833d 89 . + sbc a,d ;833e 9a . + adc a,c ;833f 89 . + sbc a,(hl) ;8340 9e . + adc a,d ;8341 8a . + and b ;8342 a0 . + adc a,h ;8343 8c . + and b ;8344 a0 . + sbc a,d ;8345 9a . + sbc a,a ;8346 9f . + sbc a,h ;8347 9c . + sbc a,h ;8348 9c . + sbc a,a ;8349 9f . +sub_834ah: + sub (hl) ;834a 96 . + and b ;834b a0 . + adc a,d ;834c 8a . + and b ;834d a0 . + add a,h ;834e 84 . + sbc a,a ;834f 9f . + add a,c ;8350 81 . + sbc a,h ;8351 9c . + add a,b ;8352 80 . + sbc a,b ;8353 98 . + add a,b ;8354 80 . + adc a,b ;8355 88 . + add a,c ;8356 81 . + add a,l ;8357 85 . + add a,h ;8358 84 . + add a,c ;8359 81 . +sub_835ah: + adc a,b ;835a 88 . + add a,b ;835b 80 . + sbc a,e ;835c 9b . + add a,b ;835d 80 . + sbc a,a ;835e 9f . + add a,d ;835f 82 . + nop ;8360 00 . + call po,sub_a090h ;8361 e4 90 a0 . . . + and b ;8364 a0 . + add a,b ;8365 80 . + inc e ;8366 1c . + add a,h ;8367 84 . + adc a,b ;8368 88 . + call po,0889ch ;8369 e4 9c 88 . . . + nop ;836c 00 . + call po,sub_a080h ;836d e4 80 a0 . . . + sub a ;8370 97 . + and b ;8371 a0 . + sbc a,d ;8372 9a . + sbc a,a ;8373 9f . + sbc a,l ;8374 9d . + sbc a,l ;8375 9d . +sub_8376h: + sbc a,(hl) ;8376 9e . + sbc a,d ;8377 9a . + sbc a,(hl) ;8378 9e . + sub a ;8379 97 . + sbc a,l ;837a 9d . + sub h ;837b 94 . + sbc a,d ;837c 9a . + sub d ;837d 92 . + sub a ;837e 97 . + sub c ;837f 91 . +sub_8380h: + add a,b ;8380 80 . +sub_8381h: + sub c ;8381 91 . + inc e ;8382 1c . + sub a ;8383 97 . + sub c ;8384 91 . + call po,sub_909bh ;8385 e4 9b 90 . . . + sbc a,(hl) ;8388 9e . + adc a,(hl) ;8389 8e . + and b ;838a a0 . +sub_838bh: + adc a,e ;838b 8b . + and b ;838c a0 . + add a,(hl) ;838d 86 . + sbc a,(hl) ;838e 9e . +sub_838fh: + add a,e ;838f 83 . +sub_8390h: + sbc a,e ;8390 9b . + add a,c ;8391 81 . +sub_8392h: + sub a ;8392 97 . + add a,b ;8393 80 . + add a,b ;8394 80 . +sub_8395h: + add a,b ;8395 80 . + nop ;8396 00 . + sbc a,a ;8397 9f . +sub_8398h: + sbc a,c ;8398 99 . + call po,sub_9d9eh ;8399 e4 9e 9d . . . + sbc a,e ;839c 9b . + sbc a,a ;839d 9f . + sub l ;839e 95 . + and b ;839f a0 . + adc a,h ;83a0 8c . + and b ;83a1 a0 . +sub_83a2h: + add a,(hl) ;83a2 86 . + sbc a,a ;83a3 9f . + add a,e ;83a4 83 . + sbc a,l ;83a5 9d . + add a,c ;83a6 81 . + sbc a,d ;83a7 9a . + add a,b ;83a8 80 . + sub h ;83a9 94 . + add a,b ;83aa 80 . + adc a,h ;83ab 8c . + add a,c ;83ac 81 . + add a,(hl) ;83ad 86 . + add a,e ;83ae 83 . + add a,e ;83af 83 . + add a,(hl) ;83b0 86 . + add a,c ;83b1 81 . + adc a,h ;83b2 8c . + add a,b ;83b3 80 . + sbc a,b ;83b4 98 . + add a,b ;83b5 80 . + sbc a,e ;83b6 9b . + add a,c ;83b7 81 . + sbc a,(hl) ;83b8 9e . + add a,e ;83b9 83 . + sbc a,a ;83ba 9f . + add a,a ;83bb 87 . + nop ;83bc 00 . + call po,sub_a080h ;83bd e4 80 a0 . . . + sub e ;83c0 93 . + and b ;83c1 a0 . + sbc a,d ;83c2 9a . + sbc a,a ;83c3 9f . + sbc a,l ;83c4 9d . + sbc a,l ;83c5 9d . + sbc a,a ;83c6 9f . + sbc a,d ;83c7 9a . + and b ;83c8 a0 . + sub h ;83c9 94 . + and b ;83ca a0 . + adc a,(hl) ;83cb 8e . + sbc a,a ;83cc 9f . + add a,(hl) ;83cd 86 . + sbc a,l ;83ce 9d . + add a,e ;83cf 83 . + sbc a,d ;83d0 9a . + add a,c ;83d1 81 . + sub h ;83d2 94 . + add a,b ;83d3 80 . + add a,b ;83d4 80 . + add a,b ;83d5 80 . + nop ;83d6 00 . + add a,b ;83d7 80 . + sub c ;83d8 91 . + call po,sub_919ah ;83d9 e4 9a 91 . . . + inc e ;83dc 1c . + and b ;83dd a0 . + and b ;83de a0 . + call po,sub_a080h ;83df e4 80 a0 . . . + add a,b ;83e2 80 . + add a,b ;83e3 80 . + and b ;83e4 a0 . + add a,b ;83e5 80 . + nop ;83e6 00 . + call po,sub_a080h ;83e7 e4 80 a0 . . . + and b ;83ea a0 . + and b ;83eb a0 . + inc e ;83ec 1c . + add a,b ;83ed 80 . + sub c ;83ee 91 . + call po,sub_9198h ;83ef e4 98 91 . . . + nop ;83f2 00 . + sbc a,a ;83f3 9f . + sbc a,d ;83f4 9a . + call po,sub_9d9dh ;83f5 e4 9d 9d . . . + sbc a,d ;83f8 9a . + sbc a,a ;83f9 9f . + sub h ;83fa 94 . + and b ;83fb a0 . + adc a,h ;83fc 8c . + and b ;83fd a0 . + add a,(hl) ;83fe 86 . + sbc a,a ;83ff 9f . + add a,e ;8400 83 . +l8401h: + sbc a,l ;8401 9d . + add a,c ;8402 81 . + sbc a,d ;8403 9a . + add a,b ;8404 80 . + sub h ;8405 94 . + add a,b ;8406 80 . + adc a,h ;8407 8c . + add a,c ;8408 81 . + add a,(hl) ;8409 86 . + add a,e ;840a 83 . + add a,e ;840b 83 . + add a,(hl) ;840c 86 . +sub_840dh: + add a,c ;840d 81 . + adc a,(hl) ;840e 8e . + add a,b ;840f 80 . + sbc a,d ;8410 9a . + add a,c ;8411 81 . + sbc a,l ;8412 9d . + add a,e ;8413 83 . + sbc a,a ;8414 9f . + add a,(hl) ;8415 86 . + and b ;8416 a0 . + adc a,h ;8417 8c . + and b ;8418 a0 . + adc a,a ;8419 8f . + sub b ;841a 90 . + adc a,a ;841b 8f . + nop ;841c 00 . + add a,b ;841d 80 . + and b ;841e a0 . + call po,sub_8080h ;841f e4 80 80 . . . + inc e ;8422 1c . + add a,b ;8423 80 . + sub c ;8424 91 . +sub_8425h: + call po,sub_91a0h ;8425 e4 a0 91 . . . + inc e ;8428 1c . + and b ;8429 a0 . + and b ;842a a0 . + call po,sub_80a0h ;842b e4 a0 80 . . . + nop ;842e 00 . + add a,h ;842f 84 . + and b ;8430 a0 . + call po,sub_a09ch ;8431 e4 9c a0 . . . + inc e ;8434 1c . +sub_8435h: + sub b ;8435 90 . + and b ;8436 a0 . + call po,sub_8090h ;8437 e4 90 80 . . . + inc e ;843a 1c . +sub_843bh: + add a,h ;843b 84 . + add a,b ;843c 80 . + call po,sub_809ch ;843d e4 9c 80 . . . + nop ;8440 00 . + add a,b ;8441 80 . + adc a,h ;8442 8c . + call po,sub_8681h ;8443 e4 81 86 . . . + add a,e ;8446 83 . + add a,e ;8447 83 . + add a,(hl) ;8448 86 . + add a,c ;8449 81 . + adc a,h ;844a 8c . + add a,b ;844b 80 . + sub h ;844c 94 . +sub_844dh: + add a,b ;844d 80 . + sbc a,d ;844e 9a . + add a,c ;844f 81 . + sbc a,l ;8450 9d . + add a,e ;8451 83 . + sbc a,a ;8452 9f . + add a,(hl) ;8453 86 . + and b ;8454 a0 . + adc a,h ;8455 8c . + and b ;8456 a0 . + and b ;8457 a0 . + nop ;8458 00 . + add a,b ;8459 80 . +sub_845ah: + and b ;845a a0 . + call po,sub_8080h ;845b e4 80 80 . . . + inc e ;845e 1c . + add a,b ;845f 80 . + sub c ;8460 91 . + call po,sub_918ah ;8461 e4 8a 91 . . . + inc e ;8464 1c . + sbc a,(hl) ;8465 9e . + and b ;8466 a0 . + call po,sub_918ah ;8467 e4 8a 91 . . . + and b ;846a a0 . + add a,b ;846b 80 . + nop ;846c 00 . + add a,b ;846d 80 . + and b ;846e a0 . + call po,sub_8080h ;846f e4 80 80 . . . + and b ;8472 a0 . + add a,b ;8473 80 . + nop ;8474 00 . + call po,sub_a080h ;8475 e4 80 a0 . . . + sub b ;8478 90 . + adc a,b ;8479 88 . + and b ;847a a0 . + and b ;847b a0 . + and b ;847c a0 . + add a,b ;847d 80 . + nop ;847e 00 . + call po,sub_a080h ;847f e4 80 a0 . . . +sub_8482h: + and b ;8482 a0 . + add a,b ;8483 80 . + and b ;8484 a0 . +sub_8485h: + and b ;8485 a0 . + nop ;8486 00 . + add a,b ;8487 80 . +sub_8488h: + adc a,h ;8488 8c . +sub_8489h: + call po,sub_9480h ;8489 e4 80 94 . . . + add a,c ;848c 81 . +sub_848dh: + sbc a,d ;848d 9a . +sub_848eh: + add a,e ;848e 83 . + sbc a,l ;848f 9d . + add a,(hl) ;8490 86 . + sbc a,a ;8491 9f . + adc a,h ;8492 8c . + and b ;8493 a0 . +sub_8494h: + sub h ;8494 94 . + and b ;8495 a0 . +sub_8496h: + sbc a,d ;8496 9a . + sbc a,a ;8497 9f . +sub_8498h: + sbc a,l ;8498 9d . +sub_8499h: + sbc a,l ;8499 9d . + sbc a,a ;849a 9f . +sub_849bh: + sbc a,d ;849b 9a . +sub_849ch: + and b ;849c a0 . + sub h ;849d 94 . + and b ;849e a0 . + adc a,h ;849f 8c . + sbc a,a ;84a0 9f . + add a,(hl) ;84a1 86 . + sbc a,l ;84a2 9d . + add a,e ;84a3 83 . + sbc a,d ;84a4 9a . + add a,c ;84a5 81 . + sub h ;84a6 94 . + add a,b ;84a7 80 . + adc a,h ;84a8 8c . + add a,b ;84a9 80 . + add a,(hl) ;84aa 86 . + add a,c ;84ab 81 . + add a,e ;84ac 83 . + add a,e ;84ad 83 . + add a,c ;84ae 81 . + add a,(hl) ;84af 86 . + add a,b ;84b0 80 . + adc a,h ;84b1 8c . + nop ;84b2 00 . + call po,sub_a080h ;84b3 e4 80 a0 . . . + sbc a,b ;84b6 98 . + and b ;84b7 a0 . + sbc a,h ;84b8 9c . + sbc a,a ;84b9 9f . + sbc a,a ;84ba 9f . + sbc a,l ;84bb 9d . + and b ;84bc a0 . + sbc a,d ;84bd 9a . + and b ;84be a0 . + sub h ;84bf 94 . + sbc a,a ;84c0 9f . + sub c ;84c1 91 . + sbc a,h ;84c2 9c . + adc a,a ;84c3 8f . + sbc a,b ;84c4 98 . + adc a,(hl) ;84c5 8e . + add a,b ;84c6 80 . + adc a,(hl) ;84c7 8e . + nop ;84c8 00 . + add a,b ;84c9 80 . + adc a,h ;84ca 8c . + call po,sub_9480h ;84cb e4 80 94 . . . + add a,c ;84ce 81 . + sbc a,d ;84cf 9a . + add a,e ;84d0 83 . + sbc a,l ;84d1 9d . + add a,(hl) ;84d2 86 . + sbc a,a ;84d3 9f . + adc a,h ;84d4 8c . + and b ;84d5 a0 . + sub h ;84d6 94 . + and b ;84d7 a0 . + sbc a,d ;84d8 9a . + sbc a,a ;84d9 9f . + sbc a,l ;84da 9d . + sbc a,l ;84db 9d . + sbc a,a ;84dc 9f . + sbc a,d ;84dd 9a . + and b ;84de a0 . + sub h ;84df 94 . + and b ;84e0 a0 . + adc a,h ;84e1 8c . + sbc a,a ;84e2 9f . + add a,(hl) ;84e3 86 . + sbc a,l ;84e4 9d . + add a,e ;84e5 83 . + sbc a,d ;84e6 9a . + add a,c ;84e7 81 . + sub h ;84e8 94 . + add a,b ;84e9 80 . + adc a,h ;84ea 8c . + add a,b ;84eb 80 . + add a,(hl) ;84ec 86 . + add a,c ;84ed 81 . + add a,e ;84ee 83 . + add a,e ;84ef 83 . + add a,c ;84f0 81 . + add a,(hl) ;84f1 86 . + add a,b ;84f2 80 . + adc a,h ;84f3 8c . + inc e ;84f4 1c . + sub h ;84f5 94 . + adc a,h ;84f6 8c . + call po,sub_80a0h ;84f7 e4 a0 80 . . . + nop ;84fa 00 . + call po,sub_a080h ;84fb e4 80 a0 . . . + sbc a,b ;84fe 98 . + and b ;84ff a0 . + sbc a,h ;8500 9c . + sbc a,a ;8501 9f . + sbc a,a ;8502 9f . + sbc a,l ;8503 9d . + and b ;8504 a0 . + sbc a,d ;8505 9a . + and b ;8506 a0 . + sub h ;8507 94 . + sbc a,a ;8508 9f . + sub c ;8509 91 . + sbc a,h ;850a 9c . + adc a,a ;850b 8f . + sbc a,b ;850c 98 . + adc a,(hl) ;850d 8e . + add a,b ;850e 80 . + adc a,(hl) ;850f 8e . + inc e ;8510 1c . + sbc a,b ;8511 98 . + adc a,(hl) ;8512 8e . + call po,sub_8d9ah+2 ;8513 e4 9c 8d . . . + sbc a,a ;8516 9f . + adc a,e ;8517 8b . + and b ;8518 a0 . + adc a,b ;8519 88 . + and b ;851a a0 . + add a,b ;851b 80 . + nop ;851c 00 . + add a,b ;851d 80 . + add a,(hl) ;851e 86 . + call po,sub_8381h ;851f e4 81 83 . . . + add a,h ;8522 84 . + add a,c ;8523 81 . + adc a,b ;8524 88 . + add a,b ;8525 80 . + sub a ;8526 97 . + add a,b ;8527 80 . + sbc a,h ;8528 9c . + add a,c ;8529 81 . + sbc a,a ;852a 9f . + add a,e ;852b 83 . + and b ;852c a0 . + add a,(hl) ;852d 86 . + and b ;852e a0 . + adc a,d ;852f 8a . + sbc a,a ;8530 9f . + adc a,l ;8531 8d . + sbc a,h ;8532 9c . + adc a,a ;8533 8f . + sub a ;8534 97 . +sub_8535h: + sub b ;8535 90 . + adc a,c ;8536 89 . + sub c ;8537 91 . + add a,h ;8538 84 . + sub d ;8539 92 . + add a,c ;853a 81 . + sub h ;853b 94 . + add a,b ;853c 80 . + sub a ;853d 97 . + add a,b ;853e 80 . + sbc a,d ;853f 9a . + add a,c ;8540 81 . + sbc a,l ;8541 9d . + add a,h ;8542 84 . +sub_8543h: + sbc a,a ;8543 9f . + adc a,c ;8544 89 . + and b ;8545 a0 . + sub (hl) ;8546 96 . + and b ;8547 a0 . + sbc a,e ;8548 9b . + sbc a,a ;8549 9f . + sbc a,(hl) ;854a 9e . + sbc a,l ;854b 9d . + sbc a,a ;854c 9f . + sbc a,d ;854d 9a . + nop ;854e 00 . + add a,b ;854f 80 . + and b ;8550 a0 . + call po,sub_a0a0h ;8551 e4 a0 a0 . . . + inc e ;8554 1c . + sub b ;8555 90 . + and b ;8556 a0 . + call po,sub_8090h ;8557 e4 90 80 . . . +sub_855ah: + nop ;855a 00 . + add a,b ;855b 80 . + and b ;855c a0 . + call po,sub_8c80h ;855d e4 80 8c . . . + add a,c ;8560 81 . + add a,(hl) ;8561 86 . + add a,e ;8562 83 . + add a,e ;8563 83 . +sub_8564h: + add a,(hl) ;8564 86 . + add a,c ;8565 81 . + adc a,h ;8566 8c . + add a,b ;8567 80 . + sub h ;8568 94 . + add a,b ;8569 80 . + sbc a,d ;856a 9a . + add a,c ;856b 81 . + sbc a,l ;856c 9d . + add a,e ;856d 83 . + sbc a,a ;856e 9f . + add a,(hl) ;856f 86 . + and b ;8570 a0 . +sub_8571h: + adc a,h ;8571 8c . + and b ;8572 a0 . + and b ;8573 a0 . + nop ;8574 00 . + add a,b ;8575 80 . + and b ;8576 a0 . + call po,sub_8090h ;8577 e4 90 80 . . . + and b ;857a a0 . + and b ;857b a0 . + nop ;857c 00 . + add a,b ;857d 80 . + and b ;857e a0 . + call po,sub_8084h ;857f e4 84 80 . . . + sub b ;8582 90 . + sbc a,b ;8583 98 . + sbc a,h ;8584 9c . +sub_8585h: + add a,b ;8585 80 . + and b ;8586 a0 . +sub_8587h: + and b ;8587 a0 . +sub_8588h: + nop ;8588 00 . +sub_8589h: + call po,sub_a09fh ;8589 e4 9f a0 . . . + inc e ;858c 1c . +sub_858dh: + add a,c ;858d 81 . +sub_858eh: + and b ;858e a0 . + call po,sub_80a0h ;858f e4 a0 80 . . . + nop ;8592 00 . +sub_8593h: + add a,b ;8593 80 . + and b ;8594 a0 . + call po,sub_8e90h ;8595 e4 90 8e . . . + and b ;8598 a0 . +sub_8599h: + and b ;8599 a0 . + inc e ;859a 1c . + sub b ;859b 90 . + adc a,(hl) ;859c 8e . + call po,sub_8090h ;859d e4 90 80 . . . +sub_85a0h: + nop ;85a0 00 . + add a,c ;85a1 81 . + and b ;85a2 a0 . + call po,sub_a09fh ;85a3 e4 9f a0 . . . + add a,b ;85a6 80 . + add a,b ;85a7 80 . + and b ;85a8 a0 . + add a,b ;85a9 80 . + nop ;85aa 00 . + and b ;85ab a0 . + and (hl) ;85ac a6 . + call po,sub_a696h ;85ad e4 96 a6 . . . + sub (hl) ;85b0 96 . + ld a,d ;85b1 7a z + and b ;85b2 a0 . + ld a,d ;85b3 7a z + nop ;85b4 00 . + add a,b ;85b5 80 . + and (hl) ;85b6 a6 . + call po,sub_7aa0h ;85b7 e4 a0 7a . . z + nop ;85ba 00 . + add a,b ;85bb 80 . + and (hl) ;85bc a6 . + call po,sub_a68ah ;85bd e4 8a a6 . . . + adc a,d ;85c0 8a . + ld a,d ;85c1 7a z + add a,b ;85c2 80 . + ld a,d ;85c3 7a z + nop ;85c4 00 . + add a,h ;85c5 84 . + sbc a,(hl) ;85c6 9e . + call po,sub_a48eh ;85c7 e4 8e a4 . . . + sbc a,b ;85ca 98 . + sbc a,(hl) ;85cb 9e . + nop ;85cc 00 . + add a,b ;85cd 80 . + ld a,d ;85ce 7a z + call po,sub_7ab0h ;85cf e4 b0 7a . . z + nop ;85d2 00 . + adc a,b ;85d3 88 . + and (hl) ;85d4 a6 . + call po,sub_9e94h ;85d5 e4 94 9e . . . + nop ;85d8 00 . + add a,d ;85d9 82 . + sub (hl) ;85da 96 . + call po,sub_9784h ;85db e4 84 97 . . . + adc a,d ;85de 8a . + sbc a,b ;85df 98 . + sub d ;85e0 92 . + sbc a,b ;85e1 98 . + sbc a,b ;85e2 98 . + sub a ;85e3 97 . + sbc a,e ;85e4 9b . + sub h ;85e5 94 . + sbc a,h ;85e6 9c . + sub b ;85e7 90 . + sbc a,h ;85e8 9c . + add a,(hl) ;85e9 86 . + sbc a,e ;85ea 9b . + add a,e ;85eb 83 . + sbc a,c ;85ec 99 . + add a,c ;85ed 81 . + sub h ;85ee 94 . + add a,b ;85ef 80 . + adc a,e ;85f0 8b . + add a,b ;85f1 80 . + add a,h ;85f2 84 . + add a,c ;85f3 81 . + add a,c ;85f4 81 . + add a,e ;85f5 83 . + add a,b ;85f6 80 . + add a,(hl) ;85f7 86 . + add a,b ;85f8 80 . + adc a,b ;85f9 88 . + add a,c ;85fa 81 . + adc a,e ;85fb 8b . + add a,h ;85fc 84 . + adc a,l ;85fd 8d . + adc a,b ;85fe 88 . + adc a,(hl) ;85ff 8e . + sub h ;8600 94 . + adc a,(hl) ;8601 8e . + sbc a,b ;8602 98 . + adc a,l ;8603 8d . + sbc a,e ;8604 9b . + adc a,e ;8605 8b . + sbc a,h ;8606 9c . + adc a,b ;8607 88 . + inc e ;8608 1c . + sbc a,h ;8609 9c . + add a,(hl) ;860a 86 . + call po,sub_809ch ;860b e4 9c 80 . . . + nop ;860e 00 . + add a,b ;860f 80 . + and b ;8610 a0 . + call po,sub_8080h ;8611 e4 80 80 . . . + inc e ;8614 1c . + add a,b ;8615 80 . + sub b ;8616 90 . +sub_8617h: + call po,sub_9481h ;8617 e4 81 94 . . . + add a,h ;861a 84 . + sub a ;861b 97 . + adc a,c ;861c 89 . + sbc a,b ;861d 98 . + sub e ;861e 93 . + sbc a,b ;861f 98 . + sbc a,b ;8620 98 . + sub a ;8621 97 . + sbc a,e ;8622 9b . + sub h ;8623 94 . + sbc a,h ;8624 9c . +sub_8625h: + sub b ;8625 90 . + sbc a,h ;8626 9c . + adc a,b ;8627 88 . + sbc a,e ;8628 9b . + add a,h ;8629 84 . + sbc a,b ;862a 98 . + add a,c ;862b 81 . + sub c ;862c 91 . + add a,b ;862d 80 . +sub_862eh: + adc a,d ;862e 8a . + add a,b ;862f 80 . + add a,h ;8630 84 . + add a,c ;8631 81 . + add a,c ;8632 81 . + add a,h ;8633 84 . + add a,b ;8634 80 . +sub_8635h: + adc a,b ;8635 88 . + nop ;8636 00 . + sbc a,e ;8637 9b . + sub h ;8638 94 . + call po,sub_9798h ;8639 e4 98 97 . . . + sub e ;863c 93 . + sbc a,b ;863d 98 . + adc a,c ;863e 89 . + sbc a,b ;863f 98 . + add a,h ;8640 84 . + sub a ;8641 97 . + add a,c ;8642 81 . + sub h ;8643 94 . + add a,b ;8644 80 . + sub b ;8645 90 . + add a,b ;8646 80 . + adc a,b ;8647 88 . + add a,c ;8648 81 . + add a,h ;8649 84 . + add a,h ;864a 84 . + add a,c ;864b 81 . + adc a,c ;864c 89 . + add a,b ;864d 80 . + sub e ;864e 93 . + add a,b ;864f 80 . +sub_8650h: + sbc a,b ;8650 98 . + add a,c ;8651 81 . + sbc a,e ;8652 9b . + add a,h ;8653 84 . + nop ;8654 00 . + sbc a,h ;8655 9c . + and b ;8656 a0 . + call po,0889ch ;8657 e4 9c 88 . . . +sub_865ah: + sbc a,e ;865a 9b . + add a,h ;865b 84 . + sbc a,b ;865c 98 . + add a,c ;865d 81 . + sub e ;865e 93 . + add a,b ;865f 80 . + adc a,c ;8660 89 . + add a,b ;8661 80 . + add a,h ;8662 84 . + add a,c ;8663 81 . +sub_8664h: + add a,c ;8664 81 . + add a,h ;8665 84 . + add a,b ;8666 80 . + adc a,b ;8667 88 . + add a,b ;8668 80 . + sub b ;8669 90 . +sub_866ah: + add a,c ;866a 81 . + sub h ;866b 94 . + add a,h ;866c 84 . + sub a ;866d 97 . + adc a,c ;866e 89 . + sbc a,b ;866f 98 . + sub e ;8670 93 . + sbc a,b ;8671 98 . + sbc a,b ;8672 98 . + sub a ;8673 97 . + sbc a,e ;8674 9b . +l8675h: + sub h ;8675 94 . + sbc a,h ;8676 9c . + sub b ;8677 90 . + inc e ;8678 1c . +sub_8679h: + sbc a,h ;8679 9c . + adc a,b ;867a 88 . + call po,sub_809ch ;867b e4 9c 80 . . . + nop ;867e 00 . +sub_867fh: + add a,b ;867f 80 . +sub_8680h: + adc a,l ;8680 8d . +sub_8681h: + call po,sub_8d9ah+2 ;8681 e4 9c 8d . . . +sub_8684h: + sbc a,h ;8684 9c . + sub b ;8685 90 . +sub_8686h: + sbc a,e ;8686 9b . +sub_8687h: + sub h ;8687 94 . +sub_8688h: + sbc a,b ;8688 98 . + sub a ;8689 97 . + sub c ;868a 91 . + sbc a,b ;868b 98 . + adc a,c ;868c 89 . +sub_868dh: + sbc a,b ;868d 98 . +sub_868eh: + add a,h ;868e 84 . + sub a ;868f 97 . + add a,c ;8690 81 . + sub h ;8691 94 . +sub_8692h: + add a,b ;8692 80 . +sub_8693h: + sub b ;8693 90 . +l8694h: + add a,b ;8694 80 . +sub_8695h: + adc a,b ;8695 88 . +sub_8696h: + add a,c ;8696 81 . + add a,h ;8697 84 . + add a,h ;8698 84 . +sub_8699h: + add a,c ;8699 81 . +sub_869ah: + adc a,c ;869a 89 . + add a,b ;869b 80 . +sub_869ch: + sub e ;869c 93 . + add a,b ;869d 80 . +sub_869eh: + sbc a,b ;869e 98 . + add a,c ;869f 81 . +sub_86a0h: + sbc a,e ;86a0 9b . + add a,h ;86a1 84 . + nop ;86a2 00 . + add a,b ;86a3 80 . + sub l ;86a4 95 . + call po,sub_9599h ;86a5 e4 99 95 . . . + inc e ;86a8 1c . + sbc a,c ;86a9 99 . + and b ;86aa a0 . + call po,sub_a093h+1 ;86ab e4 94 a0 . . . + sub b ;86ae 90 . + sbc a,a ;86af 9f . + adc a,l ;86b0 8d . + sbc a,l ;86b1 9d . + adc a,h ;86b2 8c . + sbc a,d ;86b3 9a . + adc a,h ;86b4 8c . + add a,b ;86b5 80 . + nop ;86b6 00 . + sbc a,h ;86b7 9c . + sub b ;86b8 90 . + call po,sub_949bh ;86b9 e4 9b 94 . . . + sbc a,b ;86bc 98 . + sub a ;86bd 97 . + sub e ;86be 93 . + sbc a,b ;86bf 98 . + adc a,c ;86c0 89 . + sbc a,b ;86c1 98 . + add a,h ;86c2 84 . + sub a ;86c3 97 . + add a,c ;86c4 81 . + sub h ;86c5 94 . + add a,b ;86c6 80 . + sub b ;86c7 90 . + add a,b ;86c8 80 . + adc a,d ;86c9 8a . + add a,c ;86ca 81 . + add a,(hl) ;86cb 86 . + add a,h ;86cc 84 . + add a,e ;86cd 83 . + adc a,c ;86ce 89 . + add a,c ;86cf 81 . + sub e ;86d0 93 . + add a,c ;86d1 81 . + sbc a,b ;86d2 98 . + add a,e ;86d3 83 . + sbc a,e ;86d4 9b . + add a,(hl) ;86d5 86 . + sbc a,h ;86d6 9c . + adc a,d ;86d7 8a . + inc e ;86d8 1c . + sbc a,h ;86d9 9c . + sbc a,b ;86da 98 . + call po,sub_809ch ;86db e4 9c 80 . . . + sbc a,e ;86de 9b . + ld a,h ;86df 7c | + sbc a,b ;86e0 98 . + ld a,c ;86e1 79 y + sub e ;86e2 93 . + ld a,b ;86e3 78 x + adc a,b ;86e4 88 . + ld a,b ;86e5 78 x + add a,d ;86e6 82 . + ld a,d ;86e7 7a z + nop ;86e8 00 . + add a,b ;86e9 80 . + and b ;86ea a0 . + call po,sub_8080h ;86eb e4 80 80 . . . + inc e ;86ee 1c . + add a,b ;86ef 80 . + sub b ;86f0 90 . + call po,sub_9482h ;86f1 e4 82 94 . . . + add a,l ;86f4 85 . + sub a ;86f5 97 . + adc a,d ;86f6 8a . + sbc a,b ;86f7 98 . + sub e ;86f8 93 . + sbc a,b ;86f9 98 . + sbc a,b ;86fa 98 . + sub a ;86fb 97 . + sbc a,e ;86fc 9b . + sub h ;86fd 94 . + sbc a,h ;86fe 9c . + sub b ;86ff 90 . + sbc a,h ;8700 9c . + add a,b ;8701 80 . + nop ;8702 00 . + adc a,(hl) ;8703 8e . + and b ;8704 a0 . + call po,sub_9e8eh ;8705 e4 8e 9e . . . + inc e ;8708 1c . + add a,(hl) ;8709 86 . + sub (hl) ;870a 96 . + call po,sub_9692h ;870b e4 92 96 . . . + sub d ;870e 92 . + add a,b ;870f 80 . + inc e ;8710 1c . + add a,(hl) ;8711 86 . + add a,b ;8712 80 . + call po,sub_809ah ;8713 e4 9a 80 . . . + nop ;8716 00 . + adc a,(hl) ;8717 8e . + and b ;8718 a0 . + call po,sub_9e8eh ;8719 e4 8e 9e . . . + inc e ;871c 1c . + add a,(hl) ;871d 86 . + sub (hl) ;871e 96 . + call po,sub_9692h ;871f e4 92 96 . . . + sub d ;8722 92 . + ld a,(hl) ;8723 7e ~ + sub c ;8724 91 . +sub_8725h: + ld a,e ;8725 7b { + adc a,(hl) ;8726 8e . + ld a,c ;8727 79 y + adc a,d ;8728 8a . + ld a,b ;8729 78 x + add a,(hl) ;872a 86 . + ld a,b ;872b 78 x + nop ;872c 00 . + add a,b ;872d 80 . + and b ;872e a0 . + call po,sub_8080h ;872f e4 80 80 . . . + inc e ;8732 1c . + add a,b ;8733 80 . + adc a,l ;8734 8d . +sub_8735h: + call po,sub_8d86h ;8735 e4 86 8d . . . + inc e ;8738 1c . +sub_8739h: + sbc a,d ;8739 9a . + sbc a,b ;873a 98 . +sub_873bh: + call po,sub_8d86h ;873b e4 86 8d . . . + sbc a,h ;873e 9c . + add a,b ;873f 80 . + nop ;8740 00 . + add a,(hl) ;8741 86 . + and b ;8742 a0 . + call po,sub_a092h ;8743 e4 92 a0 . . . + sub d ;8746 92 . + add a,b ;8747 80 . + inc e ;8748 1c . + add a,(hl) ;8749 86 . +sub_874ah: + add a,b ;874a 80 . + call po,sub_809ah ;874b e4 9a 80 . . . + nop ;874e 00 . + add a,b ;874f 80 . + sbc a,b ;8750 98 . + call po,sub_8080h ;8751 e4 80 80 . . . + inc e ;8754 1c . + add a,b ;8755 80 . + sub d ;8756 92 . + call po,sub_9581h ;8757 e4 81 95 . . . +sub_875ah: + add a,e ;875a 83 . + sub a ;875b 97 . + add a,(hl) ;875c 86 . + sbc a,b ;875d 98 . + adc a,d ;875e 8a . + sbc a,b ;875f 98 . + adc a,l ;8760 8d . + sub a ;8761 97 . + adc a,a ;8762 8f . + sub l ;8763 95 . + sub b ;8764 90 . + sub d ;8765 92 . + sub b ;8766 90 . + add a,b ;8767 80 . + inc e ;8768 1c . + sub b ;8769 90 . + sub d ;876a 92 . + call po,09591h ;876b e4 91 95 . . . + sub e ;876e 93 . + sub a ;876f 97 . + sub (hl) ;8770 96 . + sbc a,b ;8771 98 . + sbc a,d ;8772 9a . + sbc a,b ;8773 98 . + sbc a,l ;8774 9d . + sub a ;8775 97 . + sbc a,a ;8776 9f . + sub l ;8777 95 . + and b ;8778 a0 . + sub d ;8779 92 . + and b ;877a a0 . + add a,b ;877b 80 . + nop ;877c 00 . + add a,b ;877d 80 . + sbc a,b ;877e 98 . + call po,sub_8080h ;877f e4 80 80 . . . + inc e ;8782 1c . + add a,b ;8783 80 . +sub_8784h: + sub b ;8784 90 . + call po,sub_9482h ;8785 e4 82 94 . . . +sub_8788h: + add a,l ;8788 85 . + sub a ;8789 97 . + adc a,d ;878a 8a . + sbc a,b ;878b 98 . + sub e ;878c 93 . + sbc a,b ;878d 98 . +sub_878eh: + sbc a,b ;878e 98 . + sub a ;878f 97 . + sbc a,e ;8790 9b . + sub h ;8791 94 . + sbc a,h ;8792 9c . + sub b ;8793 90 . + sbc a,h ;8794 9c . + add a,b ;8795 80 . + nop ;8796 00 . + add a,b ;8797 80 . +sub_8798h: + adc a,b ;8798 88 . +sub_8799h: + call po,sub_9080h ;8799 e4 80 90 . . . +sub_879ch: + add a,c ;879c 81 . + sub h ;879d 94 . + add a,h ;879e 84 . + sub a ;879f 97 . + adc a,c ;87a0 89 . + sbc a,b ;87a1 98 . +sub_87a2h: + sub e ;87a2 93 . + sbc a,b ;87a3 98 . + sbc a,b ;87a4 98 . + sub a ;87a5 97 . + sbc a,e ;87a6 9b . + sub h ;87a7 94 . + sbc a,h ;87a8 9c . + sub b ;87a9 90 . + sbc a,h ;87aa 9c . + adc a,b ;87ab 88 . + sbc a,e ;87ac 9b . + add a,h ;87ad 84 . + sbc a,b ;87ae 98 . + add a,c ;87af 81 . + sub e ;87b0 93 . + add a,b ;87b1 80 . + adc a,c ;87b2 89 . + add a,b ;87b3 80 . + add a,h ;87b4 84 . + add a,c ;87b5 81 . + add a,c ;87b6 81 . + add a,h ;87b7 84 . + add a,b ;87b8 80 . + adc a,b ;87b9 88 . + nop ;87ba 00 . + add a,b ;87bb 80 . + sbc a,b ;87bc 98 . + call po,sub_7880h ;87bd e4 80 78 . . x + inc e ;87c0 1c . + add a,b ;87c1 80 . + sub b ;87c2 90 . + call po,sub_9481h ;87c3 e4 81 94 . . . + add a,h ;87c6 84 . + sub a ;87c7 97 . + adc a,c ;87c8 89 . + sbc a,b ;87c9 98 . + sub e ;87ca 93 . + sbc a,b ;87cb 98 . + sbc a,b ;87cc 98 . + sub a ;87cd 97 . + sbc a,e ;87ce 9b . + sub h ;87cf 94 . + sbc a,h ;87d0 9c . + sub b ;87d1 90 . + sbc a,h ;87d2 9c . + adc a,b ;87d3 88 . + sbc a,e ;87d4 9b . + add a,h ;87d5 84 . + sbc a,b ;87d6 98 . + add a,c ;87d7 81 . + sub e ;87d8 93 . + add a,b ;87d9 80 . + adc a,c ;87da 89 . + add a,b ;87db 80 . + add a,h ;87dc 84 . + add a,c ;87dd 81 . + add a,c ;87de 81 . + add a,h ;87df 84 . + add a,b ;87e0 80 . + adc a,b ;87e1 88 . + nop ;87e2 00 . + sbc a,h ;87e3 9c . + adc a,b ;87e4 88 . + call po,sub_849bh ;87e5 e4 9b 84 . . . + sbc a,b ;87e8 98 . + add a,c ;87e9 81 . + sub e ;87ea 93 . + add a,b ;87eb 80 . + adc a,c ;87ec 89 . + add a,b ;87ed 80 . + add a,h ;87ee 84 . + add a,c ;87ef 81 . + add a,c ;87f0 81 . + add a,h ;87f1 84 . + add a,b ;87f2 80 . + adc a,b ;87f3 88 . + add a,b ;87f4 80 . + sub b ;87f5 90 . + add a,c ;87f6 81 . + sub h ;87f7 94 . + add a,h ;87f8 84 . + sub a ;87f9 97 . + adc a,c ;87fa 89 . + sbc a,b ;87fb 98 . + sub e ;87fc 93 . + sbc a,b ;87fd 98 . + sbc a,b ;87fe 98 . + sub a ;87ff 97 . + sbc a,e ;8800 9b . +l8801h: + sub h ;8801 94 . + sbc a,h ;8802 9c . + sub b ;8803 90 . + inc e ;8804 1c . + sbc a,h ;8805 9c . + sbc a,b ;8806 98 . + call po,sub_789ch ;8807 e4 9c 78 . . x + nop ;880a 00 . + add a,b ;880b 80 . + sbc a,b ;880c 98 . + call po,sub_8080h ;880d e4 80 80 . . . +sub_8810h: + inc e ;8810 1c . + add a,b ;8811 80 . + sub b ;8812 90 . + call po,sub_9482h ;8813 e4 82 94 . . . + add a,l ;8816 85 . + sub a ;8817 97 . + adc a,d ;8818 8a . + sbc a,b ;8819 98 . + sub e ;881a 93 . + sbc a,b ;881b 98 . + sbc a,b ;881c 98 . + sub a ;881d 97 . + sbc a,e ;881e 9b . + sub h ;881f 94 . + sbc a,h ;8820 9c . + sub b ;8821 90 . + nop ;8822 00 . + add a,b ;8823 80 . + add a,l ;8824 85 . +sub_8825h: + call po,sub_8381h ;8825 e4 81 83 . . . + add a,e ;8828 83 . + add a,c ;8829 81 . + adc a,b ;882a 88 . + add a,b ;882b 80 . +sub_882ch: + sub h ;882c 94 . + add a,b ;882d 80 . +sub_882eh: + sbc a,c ;882e 99 . + add a,c ;882f 81 . + sbc a,e ;8830 9b . + add a,e ;8831 83 . + sbc a,h ;8832 9c . + add a,l ;8833 85 . + sbc a,h ;8834 9c . + adc a,b ;8835 88 . + sbc a,e ;8836 9b . + adc a,d ;8837 8a . + sbc a,c ;8838 99 . + adc a,h ;8839 8c . + sub h ;883a 94 . + adc a,l ;883b 8d . + adc a,b ;883c 88 . + adc a,l ;883d 8d . + add a,e ;883e 83 . +sub_883fh: + adc a,(hl) ;883f 8e . + add a,c ;8840 81 . + adc a,a ;8841 8f . + add a,b ;8842 80 . + sub c ;8843 91 . + add a,b ;8844 80 . + sub h ;8845 94 . + add a,c ;8846 81 . + sub (hl) ;8847 96 . + add a,e ;8848 83 . + sub a ;8849 97 . + adc a,b ;884a 88 . + sbc a,b ;884b 98 . + sub e ;884c 93 . + sbc a,b ;884d 98 . + sbc a,b ;884e 98 . + sub a ;884f 97 . + sbc a,d ;8850 9a . + sub (hl) ;8851 96 . + sbc a,e ;8852 9b . + sub h ;8853 94 . + nop ;8854 00 . + add a,b ;8855 80 . + sub (hl) ;8856 96 . + call po,09698h ;8857 e4 98 96 . . . +sub_885ah: + inc e ;885a 1c . + adc a,b ;885b 88 . + and b ;885c a0 . + call po,sub_8688h ;885d e4 88 86 . . . + adc a,c ;8860 89 . + add a,e ;8861 83 . + adc a,h ;8862 8c . + add a,c ;8863 81 . + sub b ;8864 90 . + add a,b ;8865 80 . + sbc a,b ;8866 98 . + add a,b ;8867 80 . +sub_8868h: + sbc a,h ;8868 9c . + add a,d ;8869 82 . + nop ;886a 00 . + add a,b ;886b 80 . + sbc a,b ;886c 98 . + call po,sub_8880h ;886d e4 80 88 . . . + add a,c ;8870 81 . + add a,h ;8871 84 . + add a,h ;8872 84 . + add a,c ;8873 81 . + adc a,c ;8874 89 . + add a,b ;8875 80 . + sub d ;8876 92 . + add a,b ;8877 80 . + sub a ;8878 97 . + add a,c ;8879 81 . + sbc a,d ;887a 9a . + add a,h ;887b 84 . + sbc a,h ;887c 9c . + adc a,b ;887d 88 . + inc e ;887e 1c . + sbc a,h ;887f 9c . +sub_8880h: + sbc a,b ;8880 98 . + call po,sub_809ch ;8881 e4 9c 80 . . . +sub_8884h: + nop ;8884 00 . + add a,b ;8885 80 . +sub_8886h: + sbc a,b ;8886 98 . + call po,sub_808eh ;8887 e4 8e 80 . . . + sbc a,h ;888a 9c . +sub_888bh: + sbc a,b ;888b 98 . +sub_888ch: + nop ;888c 00 . +sub_888dh: + add a,b ;888d 80 . + sbc a,b ;888e 98 . + call po,sub_8085h ;888f e4 85 80 . . . +sub_8892h: + sub b ;8892 90 . + sub d ;8893 92 . + sbc a,e ;8894 9b . +sub_8895h: + add a,b ;8895 80 . + and b ;8896 a0 . + sbc a,b ;8897 98 . + nop ;8898 00 . +sub_8899h: + sbc a,e ;8899 9b . + sbc a,b ;889a 98 . + call po,sub_8080h ;889b e4 80 80 . . . + inc e ;889e 1c . + add a,c ;889f 81 . +sub_88a0h: + sbc a,b ;88a0 98 . + call po,sub_809ch ;88a1 e4 9c 80 . . . + nop ;88a4 00 . + add a,b ;88a5 80 . +sub_88a6h: + sbc a,b ;88a6 98 . + call po,sub_8090h ;88a7 e4 90 80 . . . + inc e ;88aa 1c . + sbc a,h ;88ab 9c . + sbc a,b ;88ac 98 . + call po,sub_7b8dh ;88ad e4 8d 7b . . { + adc a,e ;88b0 8b . + ld a,c ;88b1 79 y + adc a,b ;88b2 88 . + ld a,b ;88b3 78 x + add a,l ;88b4 85 . + ld a,b ;88b5 78 x + nop ;88b6 00 . + add a,c ;88b7 81 . + sbc a,b ;88b8 98 . + call po,sub_989bh ;88b9 e4 9b 98 . . . + add a,b ;88bc 80 . + add a,b ;88bd 80 . + sbc a,h ;88be 9c . + add a,b ;88bf 80 . + nop ;88c0 00 . + and b ;88c1 a0 . + and (hl) ;88c2 a6 . + call po,sub_a69ch ;88c3 e4 9c a6 . . . + sbc a,d ;88c6 9a . + and l ;88c7 a5 . + sbc a,c ;88c8 99 . + and e ;88c9 a3 . + sbc a,c ;88ca 99 . + sub h ;88cb 94 . + sbc a,b ;88cc 98 . + sub d ;88cd 92 . + sub a ;88ce 97 . + sub c ;88cf 91 . + sub l ;88d0 95 . + sub b ;88d1 90 . + sub a ;88d2 97 . + adc a,a ;88d3 8f . + sbc a,b ;88d4 98 . + adc a,(hl) ;88d5 8e . + sbc a,c ;88d6 99 . + adc a,h ;88d7 8c . + sbc a,c ;88d8 99 . + ld a,l ;88d9 7d } + sbc a,d ;88da 9a . + ld a,e ;88db 7b { + sbc a,h ;88dc 9c . + ld a,d ;88dd 7a z + and b ;88de a0 . + ld a,d ;88df 7a z + nop ;88e0 00 . + call po,sub_a680h ;88e1 e4 80 a6 . . . + nop ;88e4 00 . + add a,b ;88e5 80 . + and (hl) ;88e6 a6 . + call po,sub_a684h ;88e7 e4 84 a6 . . . + add a,(hl) ;88ea 86 . + and l ;88eb a5 . + add a,a ;88ec 87 . + and e ;88ed a3 . + add a,a ;88ee 87 . + sub h ;88ef 94 . + adc a,b ;88f0 88 . + sub d ;88f1 92 . + adc a,c ;88f2 89 . + sub c ;88f3 91 . + adc a,h ;88f4 8c . + sub b ;88f5 90 . + adc a,c ;88f6 89 . + adc a,a ;88f7 8f . + adc a,b ;88f8 88 . + adc a,(hl) ;88f9 8e . + add a,a ;88fa 87 . + adc a,h ;88fb 8c . + add a,a ;88fc 87 . + ld a,(hl) ;88fd 7e ~ + add a,(hl) ;88fe 86 . + ld a,e ;88ff 7b { + add a,h ;8900 84 . + ld a,d ;8901 7a z + add a,b ;8902 80 . + ld a,d ;8903 7a z + nop ;8904 00 . + add a,b ;8905 80 . + sbc a,(hl) ;8906 9e . + call po,sub_a284h ;8907 e4 84 a2 . . . + add a,a ;890a 87 . + and e ;890b a3 . + adc a,d ;890c 8a . + and e ;890d a3 . +sub_890eh: + adc a,h ;890e 8c . + and d ;890f a2 . + sub b ;8910 90 . + sbc a,a ;8911 9f . + sub d ;8912 92 . + sbc a,(hl) ;8913 9e . + sub l ;8914 95 . + sbc a,(hl) ;8915 9e . + sbc a,b ;8916 98 . + sbc a,a ;8917 9f . + sbc a,h ;8918 9c . + and e ;8919 a3 . + nop ;891a 00 . + nop ;891b 00 . + sub b ;891c 90 . + sbc a,(hl) ;891d 9e . + call po,sub_a690h ;891e e4 90 a6 . . . + nop ;8921 00 . + add a,b ;8922 80 . + sub b ;8923 90 . + call po,sub_9087h+1 ;8924 e4 88 90 . . . + sub b ;8927 90 . + add a,b ;8928 80 . + sbc a,b ;8929 98 . + and b ;892a a0 . + and b ;892b a0 . +sub_892ch: + and b ;892c a0 . + nop ;892d 00 . + xor 080h ;892e ee 80 . . + ld a,d ;8930 7a z + call po,sub_7ab0h ;8931 e4 b0 7a . . z + nop ;8934 00 . +sub_8935h: + ld e,d ;8935 5a Z + and (hl) ;8936 a6 . + call po,sub_9e66h ;8937 e4 66 9e . f . + xor 000h ;893a ee 00 . . + add a,b ;893c 80 . + sub d ;893d 92 . + call po,sub_9785h ;893e e4 85 97 . . . + add a,a ;8941 87 . + sbc a,b ;8942 98 . + adc a,d ;8943 8a . + sbc a,b ;8944 98 . + sub (hl) ;8945 96 . + sub h ;8946 94 . + sbc a,b ;8947 98 . + sub h ;8948 94 . + sbc a,e ;8949 9b . + sub l ;894a 95 . + and b ;894b a0 . +sub_894ch: + sbc a,d ;894c 9a . + inc e ;894d 1c . + adc a,b ;894e 88 . + sbc a,b ;894f 98 . + call po,sub_8087h+1 ;8950 e4 88 80 . . . + inc e ;8953 1c . + sbc a,b ;8954 98 . + sub h ;8955 94 . + call po,sub_8098h ;8956 e4 98 80 . . . + nop ;8959 00 . + add a,b ;895a 80 . + and b ;895b a0 . + call po,sub_8080h ;895c e4 80 80 . . . + inc e ;895f 1c . + add a,b ;8960 80 . +sub_8961h: + sub b ;8961 90 . + call po,sub_90a0h ;8962 e4 a0 90 . . . + nop ;8965 00 . + add a,b ;8966 80 . + sub b ;8967 90 . +sub_8968h: + call po,sub_90a0h ;8968 e4 a0 90 . . . + inc e ;896b 1c . + sub a ;896c 97 . + sub (hl) ;896d 96 . + call po,sub_90a0h ;896e e4 a0 90 . . . + sub a ;8971 97 . + adc a,d ;8972 8a . + nop ;8973 00 . + xor 080h ;8974 ee 80 . . + sbc a,(hl) ;8976 9e . + call po,sub_a284h ;8977 e4 84 a2 . . . +sub_897ah: + add a,a ;897a 87 . + and e ;897b a3 . + adc a,d ;897c 8a . + and e ;897d a3 . + adc a,h ;897e 8c . + and d ;897f a2 . +sub_8980h: + sub b ;8980 90 . + sbc a,a ;8981 9f . + sub d ;8982 92 . +sub_8983h: + sbc a,(hl) ;8983 9e . +sub_8984h: + sub l ;8984 95 . + sbc a,(hl) ;8985 9e . + sbc a,b ;8986 98 . + sbc a,a ;8987 9f . + sbc a,h ;8988 9c . + and e ;8989 a3 . + nop ;898a 00 . +sub_898bh: + ld e,b ;898b 58 X +sub_898ch: + sbc a,(hl) ;898c 9e . + call po,sub_a664h ;898d e4 64 a6 . d . + xor 000h ;8990 ee 00 . . + ld d,h ;8992 54 T + sbc a,h ;8993 9c . + call po,sub_a25eh ;8994 e4 5e a2 . ^ . +sub_8997h: + ld l,b ;8997 68 h + sbc a,h ;8998 9c . + xor 000h ;8999 ee 00 . . + xor 066h ;899b ee 66 . f + and (hl) ;899d a6 . + call po,sub_a663h ;899e e4 63 a6 . c . + ld h,e ;89a1 63 c + xor b ;89a2 a8 . + ld h,(hl) ;89a3 66 f + xor b ;89a4 a8 . + ld h,(hl) ;89a5 66 f + and (hl) ;89a6 a6 . + inc e ;89a7 1c . + ld e,c ;89a8 59 Y + and (hl) ;89a9 a6 . + call po,sub_a656h ;89aa e4 56 a6 . V . + ld d,(hl) ;89ad 56 V + xor b ;89ae a8 . + ld e,c ;89af 59 Y + xor b ;89b0 a8 . + ld e,c ;89b1 59 Y + and (hl) ;89b2 a6 . + nop ;89b3 00 . + xor 08bh ;89b4 ee 8b . . + xor b ;89b6 a8 . + call po,sub_ab8bh ;89b7 e4 8b ab . . . + adc a,(hl) ;89ba 8e . + xor l ;89bb ad . + sub d ;89bc 92 . + xor l ;89bd ad . + sub l ;89be 95 . + xor e ;89bf ab . + sub l ;89c0 95 . + xor b ;89c1 a8 . + sub d ;89c2 92 . + and (hl) ;89c3 a6 . + adc a,(hl) ;89c4 8e . + and (hl) ;89c5 a6 . + adc a,e ;89c6 8b . + xor b ;89c7 a8 . + nop ;89c8 00 . + xor 086h ;89c9 ee 86 . . + sbc a,(hl) ;89cb 9e . + call po,sub_a086h ;89cc e4 86 a0 . . . + adc a,c ;89cf 89 . + and b ;89d0 a0 . + adc a,c ;89d1 89 . + sbc a,(hl) ;89d2 9e . + add a,(hl) ;89d3 86 . + sbc a,(hl) ;89d4 9e . + inc e ;89d5 1c . + sub e ;89d6 93 . + sbc a,(hl) ;89d7 9e . + call po,sub_a093h ;89d8 e4 93 a0 . . . + sub (hl) ;89db 96 . + and b ;89dc a0 . + sub (hl) ;89dd 96 . + sbc a,(hl) ;89de 9e . + sub e ;89df 93 . + sbc a,(hl) ;89e0 9e . + nop ;89e1 00 . + sub b ;89e2 90 . + sbc a,(hl) ;89e3 9e . + call po,sub_a690h ;89e4 e4 90 a6 . . . + nop ;89e7 00 . + call po,sub_a0a0h ;89e8 e4 a0 a0 . . . + inc e ;89eb 1c . + sbc a,(hl) ;89ec 9e . + sbc a,h ;89ed 9c . + call po,sub_9f9bh ;89ee e4 9b 9f . . . + sub h ;89f1 94 . + and b ;89f2 a0 . + adc a,h ;89f3 8c . + and b ;89f4 a0 . + add a,l ;89f5 85 . + sbc a,a ;89f6 9f . + add a,d ;89f7 82 . + sbc a,h ;89f8 9c . + add a,b ;89f9 80 . + sub (hl) ;89fa 96 . + add a,b ;89fb 80 . + adc a,d ;89fc 8a . + add a,d ;89fd 82 . + add a,h ;89fe 84 . + add a,l ;89ff 85 . + add a,c ;8a00 81 . + adc a,h ;8a01 8c . + add a,b ;8a02 80 . + sub h ;8a03 94 . + add a,b ;8a04 80 . + sbc a,e ;8a05 9b . + add a,c ;8a06 81 . + sbc a,(hl) ;8a07 9e . + add a,h ;8a08 84 . +l8a09h: + and b ;8a09 a0 . + adc a,d ;8a0a 8a . + and b ;8a0b a0 . + sub (hl) ;8a0c 96 . + sbc a,(hl) ;8a0d 9e . + sbc a,h ;8a0e 9c . + nop ;8a0f 00 . + ld l,b ;8a10 68 h + and (hl) ;8a11 a6 . + call po,sub_a665h ;8a12 e4 65 a6 . e . + ld h,l ;8a15 65 e + xor b ;8a16 a8 . + ld l,b ;8a17 68 h + xor b ;8a18 a8 . + ld l,b ;8a19 68 h + and (hl) ;8a1a a6 . + inc e ;8a1b 1c . + ld e,e ;8a1c 5b [ + and (hl) ;8a1d a6 . + call po,sub_a658h ;8a1e e4 58 a6 . X . + ld e,b ;8a21 58 X + xor b ;8a22 a8 . + ld e,e ;8a23 5b [ + xor b ;8a24 a8 . + ld e,e ;8a25 5b [ + and (hl) ;8a26 a6 . + xor 000h ;8a27 ee 00 . . + add a,d ;8a29 82 . + add a,b ;8a2a 80 . + call po,sub_8380h ;8a2b e4 80 83 . . . + add a,b ;8a2e 80 . + add a,a ;8a2f 87 . + add a,d ;8a30 82 . + adc a,d ;8a31 8a . + add a,(hl) ;8a32 86 . + adc a,e ;8a33 8b . + adc a,d ;8a34 8a . + adc a,d ;8a35 8a . + adc a,h ;8a36 8c . + add a,a ;8a37 87 . + adc a,h ;8a38 8c . + add a,e ;8a39 83 . + adc a,d ;8a3a 8a . + add a,b ;8a3b 80 . + add a,(hl) ;8a3c 86 . + ld a,a ;8a3d 7f  + add a,d ;8a3e 82 . + add a,b ;8a3f 80 . + nop ;8a40 00 . + ld h,d ;8a41 62 b + sbc a,(hl) ;8a42 9e . + call po,sub_9e5eh ;8a43 e4 5e 9e . ^ . + ld e,e ;8a46 5b [ + and b ;8a47 a0 . + ld e,e ;8a48 5b [ + and e ;8a49 a3 . + ld e,(hl) ;8a4a 5e ^ + and l ;8a4b a5 . + ld h,d ;8a4c 62 b + and l ;8a4d a5 . + ld h,l ;8a4e 65 e + and e ;8a4f a3 . + ld h,l ;8a50 65 e + and b ;8a51 a0 . + ld h,d ;8a52 62 b + sbc a,(hl) ;8a53 9e . + xor 000h ;8a54 ee 00 . . + ld h,0a7h ;8a56 26 a7 & . + call po,0ad33h ;8a58 e4 33 ad . 3 . + scf ;8a5b 37 7 + xor (hl) ;8a5c ae . + dec a ;8a5d 3d = + xor (hl) ;8a5e ae . + ld b,c ;8a5f 41 A + xor l ;8a60 ad . + ld d,e ;8a61 53 S + and a ;8a62 a7 . + ld d,a ;8a63 57 W + and (hl) ;8a64 a6 . + ld e,l ;8a65 5d ] + and (hl) ;8a66 a6 . + ld h,c ;8a67 61 a + and a ;8a68 a7 . + ld (hl),d ;8a69 72 r + xor (hl) ;8a6a ae . + xor 000h ;8a6b ee 00 . . + ld d,d ;8a6d 52 R + and (hl) ;8a6e a6 . + call po,sub_aa56h ;8a6f e4 56 aa . V . + ld e,c ;8a72 59 Y + xor e ;8a73 ab . + ld e,h ;8a74 5c \ + xor e ;8a75 ab . + ld e,(hl) ;8a76 5e ^ + xor d ;8a77 aa . + ld h,d ;8a78 62 b + and a ;8a79 a7 . + ld h,h ;8a7a 64 d + and (hl) ;8a7b a6 . + ld h,a ;8a7c 67 g + and (hl) ;8a7d a6 . + ld l,d ;8a7e 6a j + and a ;8a7f a7 . +sub_8a80h: + ld l,(hl) ;8a80 6e n +sub_8a81h: + xor e ;8a81 ab . + xor 000h ;8a82 ee 00 . . +sub_8a84h: + inc h ;8a84 24 $ + sbc a,a ;8a85 9f . +sub_8a86h: + call po,sub_a531h ;8a86 e4 31 a5 . 1 . + dec (hl) ;8a89 35 5 + and (hl) ;8a8a a6 . +sub_8a8bh: + dec sp ;8a8b 3b ; + and (hl) ;8a8c a6 . +sub_8a8dh: + ccf ;8a8d 3f ? +sub_8a8eh: + and l ;8a8e a5 . + ld d,c ;8a8f 51 Q + sbc a,a ;8a90 9f . + ld d,l ;8a91 55 U + sbc a,(hl) ;8a92 9e . +sub_8a93h: + ld e,e ;8a93 5b [ + sbc a,(hl) ;8a94 9e . + ld e,a ;8a95 5f _ + sbc a,a ;8a96 9f . + ld (hl),b ;8a97 70 p + and (hl) ;8a98 a6 . + xor 000h ;8a99 ee 00 . . + ld d,d ;8a9b 52 R + sbc a,(hl) ;8a9c 9e . + call po,sub_a256h ;8a9d e4 56 a2 . V . +sub_8aa0h: + ld e,c ;8aa0 59 Y + and e ;8aa1 a3 . + ld e,h ;8aa2 5c \ + and e ;8aa3 a3 . + ld e,(hl) ;8aa4 5e ^ + and d ;8aa5 a2 . + ld h,d ;8aa6 62 b + sbc a,a ;8aa7 9f . + ld h,h ;8aa8 64 d + sbc a,(hl) ;8aa9 9e . + ld h,a ;8aaa 67 g + sbc a,(hl) ;8aab 9e . + ld l,d ;8aac 6a j + sbc a,a ;8aad 9f . + ld l,(hl) ;8aae 6e n + and e ;8aaf a3 . + xor 000h ;8ab0 ee 00 . . + ld (hl),c ;8ab2 71 q + ld (hl),h ;8ab3 74 t + call po,sub_8c71h ;8ab4 e4 71 8c . q . + adc a,a ;8ab7 8f . + adc a,h ;8ab8 8c . + adc a,a ;8ab9 8f . + ld (hl),h ;8aba 74 t + ld (hl),c ;8abb 71 q + ld (hl),h ;8abc 74 t + inc e ;8abd 1c . + add a,b ;8abe 80 . + adc a,h ;8abf 8c . + call po,sub_8080h ;8ac0 e4 80 80 . . . + nop ;8ac3 00 . + ld (hl),c ;8ac4 71 q + ld a,e ;8ac5 7b { + call po,sub_8571h ;8ac6 e4 71 85 . q . + ld a,c ;8ac9 79 y + adc a,h ;8aca 8c . + add a,a ;8acb 87 . + adc a,h ;8acc 8c . + adc a,a ;8acd 8f . + add a,l ;8ace 85 . + adc a,a ;8acf 8f . + ld a,e ;8ad0 7b { + add a,a ;8ad1 87 . + ld (hl),h ;8ad2 74 t + ld a,c ;8ad3 79 y + ld (hl),h ;8ad4 74 t + ld (hl),c ;8ad5 71 q + ld a,e ;8ad6 7b { + inc e ;8ad7 1c . + add a,b ;8ad8 80 . + adc a,h ;8ad9 8c . + call po,sub_8080h ;8ada e4 80 80 . . . + nop ;8add 00 . + ld (hl),c ;8ade 71 q + ld (hl),h ;8adf 74 t + call po,sub_8c80h ;8ae0 e4 80 8c . . . + adc a,a ;8ae3 8f . + ld (hl),h ;8ae4 74 t + ld (hl),c ;8ae5 71 q + ld (hl),h ;8ae6 74 t + inc e ;8ae7 1c . + add a,b ;8ae8 80 . + adc a,h ;8ae9 8c . + call po,sub_8080h ;8aea e4 80 80 . . . + nop ;8aed 00 . + add a,b ;8aee 80 . + adc a,h ;8aef 8c . + call po,sub_7480h ;8af0 e4 80 74 . . t + inc e ;8af3 1c . + ld (hl),c ;8af4 71 q + add a,b ;8af5 80 . + call po,sub_808fh ;8af6 e4 8f 80 . . . + nop ;8af9 00 . + ld (hl),d ;8afa 72 r + ld (hl),h ;8afb 74 t +sub_8afch: + call po,sub_8c8eh ;8afc e4 8e 8c . . . + inc e ;8aff 1c . + adc a,(hl) ;8b00 8e . + ld (hl),h ;8b01 74 t + call po,sub_8c72h ;8b02 e4 72 8c . r . + nop ;8b05 00 . + add a,b ;8b06 80 . +l8b07h: + adc a,h ;8b07 8c . + call po,sub_8080h ;8b08 e4 80 80 . . . + inc e ;8b0b 1c . + ld (hl),c ;8b0c 71 q + add a,b ;8b0d 80 . + call po,sub_8c80h ;8b0e e4 80 8c . . . + adc a,a ;8b11 8f . + add a,b ;8b12 80 . + add a,b ;8b13 80 . + ld (hl),h ;8b14 74 t + ld (hl),c ;8b15 71 q + add a,b ;8b16 80 . +l8b17h: + nop ;8b17 00 . + add a,b ;8b18 80 . + adc a,h ;8b19 8c . + call po,sub_7480h ;8b1a e4 80 74 . . t + inc e ;8b1d 1c . + ld (hl),c ;8b1e 71 q + add a,b ;8b1f 80 . + call po,sub_8c80h ;8b20 e4 80 8c . . . + adc a,a ;8b23 8f . + add a,b ;8b24 80 . +sub_8b25h: + ld (hl),c ;8b25 71 q + add a,b ;8b26 80 . + nop ;8b27 00 . + ld (hl),c ;8b28 71 q + ld (hl),h ;8b29 74 t + call po,sub_8c8fh ;8b2a e4 8f 8c . . . + ld (hl),c ;8b2d 71 q + adc a,h ;8b2e 8c . + adc a,a ;8b2f 8f . + ld (hl),h ;8b30 74 t + nop ;8b31 00 . + ld a,c ;8b32 79 y + add a,b ;8b33 80 . + call po,sub_8087h+2 ;8b34 e4 89 80 . . . + inc e ;8b37 1c . + ld (hl),c ;8b38 71 q + adc a,h ;8b39 8c . + call po,sub_8c8fh ;8b3a e4 8f 8c . . . + ld (hl),c ;8b3d 71 q + ld (hl),h ;8b3e 74 t + adc a,a ;8b3f 8f . + ld (hl),h ;8b40 74 t + nop ;8b41 00 . + ld (hl),c ;8b42 71 q + adc a,h ;8b43 8c . + call po,sub_8080h ;8b44 e4 80 80 . . . + adc a,a ;8b47 8f . + adc a,h ;8b48 8c . + inc e ;8b49 1c . + add a,b ;8b4a 80 . + add a,b ;8b4b 80 . + call po,sub_7480h ;8b4c e4 80 74 . . t + nop ;8b4f 00 . + ld a,c ;8b50 79 y + ld a,d ;8b51 7a z + call po,sub_8679h ;8b52 e4 79 86 . y . + add a,a ;8b55 87 . + add a,(hl) ;8b56 86 . + add a,a ;8b57 87 . + ld a,d ;8b58 7a z + ld a,c ;8b59 79 y + ld a,d ;8b5a 7a z + ld (hl),c ;8b5b 71 q + ld (hl),h ;8b5c 74 t + inc e ;8b5d 1c . + ld (hl),c ;8b5e 71 q + adc a,h ;8b5f 8c . + call po,sub_8679h ;8b60 e4 79 86 . y . + inc e ;8b63 1c . + add a,b ;8b64 80 . + add a,b ;8b65 80 . + call po,sub_8c8fh ;8b66 e4 8f 8c . . . + inc e ;8b69 1c . + add a,a ;8b6a 87 . + ld a,d ;8b6b 7a z + call po,sub_748fh ;8b6c e4 8f 74 . . t + nop ;8b6f 00 . + add a,b ;8b70 80 . + adc a,h ;8b71 8c . + call po,sub_7480h ;8b72 e4 80 74 . . t + inc e ;8b75 1c . + ld (hl),c ;8b76 71 q + add a,b ;8b77 80 . + call po,sub_808fh ;8b78 e4 8f 80 . . . + inc e ;8b7b 1c . + adc a,a ;8b7c 8f . + ld (hl),h ;8b7d 74 t + call po,sub_8c71h ;8b7e e4 71 8c . q . +sub_8b81h: + inc e ;8b81 1c . +sub_8b82h: + ld (hl),c ;8b82 71 q + ld (hl),h ;8b83 74 t + call po,sub_8c8fh ;8b84 e4 8f 8c . . . + nop ;8b87 00 . +sub_8b88h: + ld (hl),c ;8b88 71 q + adc a,h ;8b89 8c . +sub_8b8ah: + call po,sub_8c8fh ;8b8a e4 8f 8c . . . + ld (hl),c ;8b8d 71 q + ld (hl),h ;8b8e 74 t + adc a,a ;8b8f 8f . +sub_8b90h: + ld (hl),h ;8b90 74 t + ld (hl),c ;8b91 71 q + adc a,h ;8b92 8c . +sub_8b93h: + nop ;8b93 00 . + add a,b ;8b94 80 . + adc a,h ;8b95 8c . +sub_8b96h: + call po,sub_7480h ;8b96 e4 80 74 . . t + nop ;8b99 00 . + add a,b ;8b9a 80 . +sub_8b9bh: + adc a,h ;8b9b 8c . +sub_8b9ch: + call po,sub_8080h ;8b9c e4 80 80 . . . + inc e ;8b9f 1c . +sub_8ba0h: + ld (hl),e ;8ba0 73 s +sub_8ba1h: + add a,(hl) ;8ba1 86 . + call po,sub_868dh ;8ba2 e4 8d 86 . . . + add a,b ;8ba5 80 . + ld (hl),h ;8ba6 74 t + ld (hl),e ;8ba7 73 s + add a,(hl) ;8ba8 86 . + inc e ;8ba9 1c . +sub_8baah: + ld (hl),e ;8baa 73 s + ld a,d ;8bab 7a z + call po,sub_8c80h ;8bac e4 80 8c . . . + adc a,l ;8baf 8d . + ld a,d ;8bb0 7a z + ld (hl),e ;8bb1 73 s + ld a,d ;8bb2 7a z + nop ;8bb3 00 . + ld (hl),h ;8bb4 74 t + add a,b ;8bb5 80 . + call po,sub_808ch ;8bb6 e4 8c 80 . . . + nop ;8bb9 00 . + add a,b ;8bba 80 . + adc a,b ;8bbb 88 . + call po,sub_7880h ;8bbc e4 80 78 . . x + nop ;8bbf 00 . + add a,b ;8bc0 80 . + add a,e ;8bc1 83 . + call po,sub_9180h ;8bc2 e4 80 91 . . . + add a,d ;8bc5 82 . + sub (hl) ;8bc6 96 . + add a,(hl) ;8bc7 86 . + sbc a,d ;8bc8 9a . + adc a,d ;8bc9 8a . + sbc a,h ;8bca 9c . + adc a,(hl) ;8bcb 8e . + sbc a,l ;8bcc 9d . + sub d ;8bcd 92 . + sbc a,l ;8bce 9d . + sub (hl) ;8bcf 96 . + sbc a,h ;8bd0 9c . + sbc a,d ;8bd1 9a . + sbc a,d ;8bd2 9a . + sbc a,(hl) ;8bd3 9e . + sub (hl) ;8bd4 96 . + and b ;8bd5 a0 . + sub c ;8bd6 91 . + and b ;8bd7 a0 . + add a,e ;8bd8 83 . + nop ;8bd9 00 . + add a,b ;8bda 80 . + sbc a,h ;8bdb 9c . + call po,sub_9c94h ;8bdc e4 94 9c . . . + sbc a,b ;8bdf 98 . + sbc a,e ;8be0 9b . + sbc a,h ;8be1 9c . + sbc a,c ;8be2 99 . + sbc a,a ;8be3 9f . + sub (hl) ;8be4 96 . + and b ;8be5 a0 . + sub d ;8be6 92 . + and b ;8be7 a0 . + adc a,(hl) ;8be8 8e . + sbc a,a ;8be9 9f . + adc a,d ;8bea 8a . + sbc a,h ;8beb 9c . + add a,a ;8bec 87 . + sbc a,b ;8bed 98 . + add a,l ;8bee 85 . + sub h ;8bef 94 . + add a,h ;8bf0 84 . + add a,b ;8bf1 80 . + add a,h ;8bf2 84 . + nop ;8bf3 00 . + and b ;8bf4 a0 . + sbc a,h ;8bf5 9c . + call po,sub_9c8ch ;8bf6 e4 8c 9c . . . + adc a,b ;8bf9 88 . + sbc a,e ;8bfa 9b . + add a,h ;8bfb 84 . + sbc a,c ;8bfc 99 . + add a,c ;8bfd 81 . + sub (hl) ;8bfe 96 . + add a,b ;8bff 80 . + sub d ;8c00 92 . + add a,b ;8c01 80 . + adc a,(hl) ;8c02 8e . + add a,c ;8c03 81 . + adc a,d ;8c04 8a . + add a,h ;8c05 84 . + add a,a ;8c06 87 . +l8c07h: + adc a,b ;8c07 88 . + add a,l ;8c08 85 . + adc a,h ;8c09 8c . + add a,h ;8c0a 84 . + and b ;8c0b a0 . + add a,h ;8c0c 84 . + nop ;8c0d 00 . + add a,b ;8c0e 80 . + sbc a,l ;8c0f 9d . +sub_8c10h: + call po,sub_8f80h ;8c10 e4 80 8f . . . + add a,d ;8c13 82 . + adc a,d ;8c14 8a . + add a,(hl) ;8c15 86 . + add a,(hl) ;8c16 86 . + adc a,d ;8c17 8a . + add a,h ;8c18 84 . + adc a,(hl) ;8c19 8e . + add a,e ;8c1a 83 . + sub d ;8c1b 92 . + add a,e ;8c1c 83 . + sub (hl) ;8c1d 96 . + add a,h ;8c1e 84 . + sbc a,d ;8c1f 9a . + add a,(hl) ;8c20 86 . + sbc a,(hl) ;8c21 9e . + adc a,d ;8c22 8a . + and b ;8c23 a0 . + adc a,a ;8c24 8f . + and b ;8c25 a0 . + sbc a,l ;8c26 9d . + nop ;8c27 00 . + ld d,b ;8c28 50 P + and (hl) ;8c29 a6 . + call po,sub_a680h ;8c2a e4 80 a6 . . . + nop ;8c2d 00 . + add a,b ;8c2e 80 . + sbc a,b ;8c2f 98 . + call po,sub_98a0h ;8c30 e4 a0 98 . . . + inc e ;8c33 1c . + add a,b ;8c34 80 . + sub b ;8c35 90 . + call po,sub_90a0h ;8c36 e4 a0 90 . . . + inc e ;8c39 1c . + add a,b ;8c3a 80 . + adc a,b ;8c3b 88 . + call po,sub_88a0h ;8c3c e4 a0 88 . . . + nop ;8c3f 00 . + add a,b ;8c40 80 . + sub (hl) ;8c41 96 . + call po,sub_9a85h ;8c42 e4 85 9a . . . + adc a,b ;8c45 88 . + sbc a,e ;8c46 9b . + adc a,h ;8c47 8c . + sbc a,e ;8c48 9b . + adc a,a ;8c49 8f . +sub_8c4ah: + sbc a,c ;8c4a 99 . + sub c ;8c4b 91 . + sub a ;8c4c 97 . + sub h ;8c4d 94 . + sub l ;8c4e 95 . + sbc a,b ;8c4f 98 . + sub l ;8c50 95 . + sbc a,e ;8c51 9b . + sub (hl) ;8c52 96 . + and b ;8c53 a0 . + sbc a,d ;8c54 9a . + inc e ;8c55 1c . + add a,b ;8c56 80 . + adc a,a ;8c57 8f . + call po,sub_8fa0h ;8c58 e4 a0 8f . . . + inc e ;8c5b 1c . + add a,b ;8c5c 80 . + add a,l ;8c5d 85 . + call po,sub_85a0h ;8c5e e4 a0 85 . . . + nop ;8c61 00 . + add a,b ;8c62 80 . + sub d ;8c63 92 . + call po,sub_9683h ;8c64 e4 83 96 . . . + adc a,b ;8c67 88 . + sbc a,b ;8c68 98 . + adc a,d ;8c69 8a . + sbc a,b ;8c6a 98 . + adc a,l ;8c6b 8d . + sub a ;8c6c 97 . + sub d ;8c6d 92 . + sub h ;8c6e 94 . + sub l ;8c6f 95 . + sub d ;8c70 92 . +sub_8c71h: + sbc a,c ;8c71 99 . +sub_8c72h: + sub d ;8c72 92 . + sbc a,l ;8c73 9d . + sub h ;8c74 94 . + and b ;8c75 a0 . + sbc a,b ;8c76 98 . + inc e ;8c77 1c . + add a,b ;8c78 80 . + adc a,b ;8c79 88 . + call po,sub_8c83h ;8c7a e4 83 8c . . . + adc a,b ;8c7d 88 . + adc a,(hl) ;8c7e 8e . + adc a,d ;8c7f 8a . +sub_8c80h: + adc a,(hl) ;8c80 8e . +sub_8c81h: + adc a,l ;8c81 8d . +sub_8c82h: + adc a,l ;8c82 8d . +sub_8c83h: + sub d ;8c83 92 . +sub_8c84h: + adc a,d ;8c84 8a . + sub l ;8c85 95 . +sub_8c86h: + adc a,b ;8c86 88 . +sub_8c87h: + sbc a,c ;8c87 99 . + adc a,b ;8c88 88 . + sbc a,l ;8c89 9d . +sub_8c8ah: + adc a,d ;8c8a 8a . + and b ;8c8b a0 . + adc a,(hl) ;8c8c 8e . +sub_8c8dh: + nop ;8c8d 00 . +sub_8c8eh: + add a,b ;8c8e 80 . +sub_8c8fh: + adc a,l ;8c8f 8d . +sub_8c90h: + call po,09082h ;8c90 e4 82 90 . . . + add a,h ;8c93 84 . +sub_8c94h: + sub d ;8c94 92 . + add a,a ;8c95 87 . + sub e ;8c96 93 . + adc a,e ;8c97 8b . +sub_8c98h: + sub e ;8c98 93 . + adc a,(hl) ;8c99 8e . +sub_8c9ah: + sub d ;8c9a 92 . + sub e ;8c9b 93 . + adc a,(hl) ;8c9c 8e . +sub_8c9dh: + sub (hl) ;8c9d 96 . + adc a,l ;8c9e 8d . + sbc a,d ;8c9f 9a . +sub_8ca0h: + adc a,l ;8ca0 8d . +sub_8ca1h: + sbc a,l ;8ca1 9d . + adc a,(hl) ;8ca2 8e . + sbc a,a ;8ca3 9f . + sub b ;8ca4 90 . + and c ;8ca5 a1 . + sub e ;8ca6 93 . + nop ;8ca7 00 . + add a,b ;8ca8 80 . + add a,d ;8ca9 82 . +sub_8caah: + call po,sub_82a0h ;8caa e4 a0 82 . . . + inc e ;8cad 1c . + and b ;8cae a0 . + adc a,b ;8caf 88 . + call po,sub_9180h ;8cb0 e4 80 91 . . . + add a,b ;8cb3 80 . + sub l ;8cb4 95 . + and b ;8cb5 a0 . + sbc a,(hl) ;8cb6 9e . + nop ;8cb7 00 . + add a,b ;8cb8 80 . + sbc a,(hl) ;8cb9 9e . + call po,sub_95a0h ;8cba e4 a0 95 . . . + and b ;8cbd a0 . + sub c ;8cbe 91 . + add a,b ;8cbf 80 . + adc a,b ;8cc0 88 . + inc e ;8cc1 1c . + add a,b ;8cc2 80 . + add a,d ;8cc3 82 . + call po,sub_82a0h ;8cc4 e4 a0 82 . . . + nop ;8cc7 00 . + add a,a ;8cc8 87 . + add a,d ;8cc9 82 . + call po,sub_9e97h+2 ;8cca e4 99 9e . . . + inc e ;8ccd 1c . + and b ;8cce a0 . + sub l ;8ccf 95 . + call po,sub_9580h ;8cd0 e4 80 95 . . . + inc e ;8cd3 1c . + add a,b ;8cd4 80 . + adc a,e ;8cd5 8b . + call po,sub_8ba0h ;8cd6 e4 a0 8b . . . + nop ;8cd9 00 . + call po,sub_a090h ;8cda e4 90 a0 . . . + and b ;8cdd a0 . + add a,b ;8cde 80 . + add a,b ;8cdf 80 . + add a,b ;8ce0 80 . + nop ;8ce1 00 . + add a,b ;8ce2 80 . + and b ;8ce3 a0 . + call po,sub_a0a0h ;8ce4 e4 a0 a0 . . . + inc e ;8ce7 1c . + adc a,b ;8ce8 88 . + and b ;8ce9 a0 . + call po,sub_8087h+1 ;8cea e4 88 80 . . . + inc e ;8ced 1c . + sbc a,b ;8cee 98 . + and b ;8cef a0 . + call po,sub_8098h ;8cf0 e4 98 80 . . . + nop ;8cf3 00 . + and b ;8cf4 a0 . + sbc a,h ;8cf5 9c . + call po,sub_a0a0h ;8cf6 e4 a0 a0 . . . + add a,b ;8cf9 80 . + and b ;8cfa a0 . + add a,b ;8cfb 80 . + sbc a,(hl) ;8cfc 9e . + sub b ;8cfd 90 . + sub b ;8cfe 90 . + add a,b ;8cff 80 . + add a,d ;8d00 82 . + add a,b ;8d01 80 . + add a,b ;8d02 80 . + and b ;8d03 a0 . + add a,b ;8d04 80 . + and b ;8d05 a0 . + add a,h ;8d06 84 . +l8d07h: + nop ;8d07 00 . + add a,b ;8d08 80 . + sbc a,(hl) ;8d09 9e . + call po,sub_9ea0h ;8d0a e4 a0 9e . . . + inc e ;8d0d 1c . + add a,b ;8d0e 80 . + adc a,l ;8d0f 8d . + call po,sub_8da0h ;8d10 e4 a0 8d . . . + inc e ;8d13 1c . + sub b ;8d14 90 . + sbc a,b ;8d15 98 . + call po,sub_8290h ;8d16 e4 90 82 . . . + nop ;8d19 00 . + add a,b ;8d1a 80 . + sub b ;8d1b 90 . + call po,sub_90a0h ;8d1c e4 a0 90 . . . + inc e ;8d1f 1c . + sub a ;8d20 97 . + sub e ;8d21 93 . + call po,sub_90a0h ;8d22 e4 a0 90 . . . + sub a ;8d25 97 . + adc a,l ;8d26 8d . + nop ;8d27 00 . + sub b ;8d28 90 . + and b ;8d29 a0 . +sub_8d2ah: + call po,sub_8090h ;8d2a e4 90 80 . . . + inc e ;8d2d 1c . + add a,b ;8d2e 80 . + sub h ;8d2f 94 . + call po,sub_a090h ;8d30 e4 90 a0 . . . + and b ;8d33 a0 . + sub h ;8d34 94 . + nop ;8d35 00 . + adc a,c ;8d36 89 . + sub e ;8d37 93 . + call po,sub_9080h ;8d38 e4 80 90 . . . + adc a,c ;8d3b 89 . + adc a,l ;8d3c 8d . + inc e ;8d3d 1c . + add a,b ;8d3e 80 . + sub b ;8d3f 90 . + call po,sub_90a0h ;8d40 e4 a0 90 . . . + nop ;8d43 00 . + sub b ;8d44 90 . + and b ;8d45 a0 . + call po,sub_8090h ;8d46 e4 90 80 . . . + inc e ;8d49 1c . + add a,b ;8d4a 80 . + adc a,h ;8d4b 8c . + call po,sub_8090h ;8d4c e4 90 80 . . . + and b ;8d4f a0 . +sub_8d50h: + adc a,h ;8d50 8c . + nop ;8d51 00 . + and b ;8d52 a0 . + and h ;8d53 a4 . + call po,sub_a69eh ;8d54 e4 9e a6 . . . + sbc a,e ;8d57 9b . + xor b ;8d58 a8 . + sbc a,c ;8d59 99 . + xor b ;8d5a a8 . + sub a ;8d5b 97 . + and a ;8d5c a7 . + sub h ;8d5d 94 . + and h ;8d5e a4 . + sub e ;8d5f 93 . + and c ;8d60 a1 . + sub c ;8d61 91 . + sbc a,b ;8d62 98 . + adc a,a ;8d63 8f . + adc a,b ;8d64 88 . + adc a,l ;8d65 8d . + ld a,a ;8d66 7f  + adc a,h ;8d67 8c . + ld a,h ;8d68 7c | + adc a,c ;8d69 89 . + ld a,c ;8d6a 79 y + add a,a ;8d6b 87 . + ld a,b ;8d6c 78 x + add a,l ;8d6d 85 . + ld a,b ;8d6e 78 x + add a,d ;8d6f 82 . + ld a,d ;8d70 7a z + add a,b ;8d71 80 . + ld a,h ;8d72 7c | + nop ;8d73 00 . + adc a,(hl) ;8d74 8e . + sbc a,e ;8d75 9b . + call po,sub_9d8eh ;8d76 e4 8e 9d . . . + sub c ;8d79 91 . + sbc a,l ;8d7a 9d . + sub c ;8d7b 91 . + sbc a,e ;8d7c 9b . + adc a,(hl) ;8d7d 8e . + sbc a,e ;8d7e 9b . + inc e ;8d7f 1c . +sub_8d80h: + add a,b ;8d80 80 . + sub b ;8d81 90 . +sub_8d82h: + call po,sub_909fh ;8d82 e4 9f 90 . . . + inc e ;8d85 1c . +sub_8d86h: + adc a,(hl) ;8d86 8e . + add a,e ;8d87 83 . + call po,sub_858eh ;8d88 e4 8e 85 . . . +sub_8d8bh: + sub c ;8d8b 91 . +sub_8d8ch: + add a,l ;8d8c 85 . +sub_8d8dh: + sub c ;8d8d 91 . + add a,e ;8d8e 83 . + adc a,(hl) ;8d8f 8e . +sub_8d90h: + add a,e ;8d90 83 . +sub_8d91h: + nop ;8d91 00 . +sub_8d92h: + sub b ;8d92 90 . + and (hl) ;8d93 a6 . + call po,sub_9d90h ;8d94 e4 90 9d . . . + inc e ;8d97 1c . +sub_8d98h: + add a,h ;8d98 84 . +sub_8d99h: + and b ;8d99 a0 . +sub_8d9ah: + call po,sub_9d90h ;8d9a e4 90 9d . . . +sub_8d9dh: + sbc a,b ;8d9d 98 . + sub l ;8d9e 95 . + inc e ;8d9f 1c . +sub_8da0h: + sbc a,h ;8da0 9c . +sub_8da1h: + and b ;8da1 a0 . + call po,sub_9d90h ;8da2 e4 90 9d . . . + adc a,b ;8da5 88 . + sub l ;8da6 95 . + nop ;8da7 00 . + sub b ;8da8 90 . + add a,b ;8da9 80 . + call po,sub_a080h ;8daa e4 80 a0 . . . + and b ;8dad a0 . + and b ;8dae a0 . + sub b ;8daf 90 . + add a,b ;8db0 80 . + nop ;8db1 00 . + adc a,d ;8db2 8a . + sbc a,l ;8db3 9d . + call po,sub_a189h+1 ;8db4 e4 8a a1 . . . + adc a,h ;8db7 8c . + and d ;8db8 a2 . + sub d ;8db9 92 . + and d ;8dba a2 . + sub h ;8dbb 94 . + and c ;8dbc a1 . + sub h ;8dbd 94 . + sbc a,l ;8dbe 9d . + sub d ;8dbf 92 . + sbc a,h ;8dc0 9c . + adc a,h ;8dc1 8c . + sbc a,h ;8dc2 9c . + adc a,d ;8dc3 8a . + sbc a,l ;8dc4 9d . + nop ;8dc5 00 . + add a,b ;8dc6 80 . + sbc a,b ;8dc7 98 . + call po,sub_9d84h ;8dc8 e4 84 9d . . . + add a,a ;8dcb 87 . + sbc a,(hl) ;8dcc 9e . + adc a,e ;8dcd 8b . + sbc a,(hl) ;8dce 9e . + sub c ;8dcf 91 . + sbc a,d ;8dd0 9a . + sub l ;8dd1 95 . + sbc a,b ;8dd2 98 . + sbc a,c ;8dd3 99 . + sbc a,b ;8dd4 98 . + sbc a,h ;8dd5 9c . + sbc a,c ;8dd6 99 . + and b ;8dd7 a0 . + sbc a,(hl) ;8dd8 9e . + inc e ;8dd9 1c . + adc a,c ;8dda 89 . + sbc a,(hl) ;8ddb 9e . + call po,sub_8289h ;8ddc e4 89 82 . . . + inc e ;8ddf 1c . + sub a ;8de0 97 . + sbc a,b ;8de1 98 . + call po,sub_8297h ;8de2 e4 97 82 . . . + nop ;8de5 00 . + adc a,h ;8de6 8c . + and (hl) ;8de7 a6 . + call po,sub_ae98h ;8de8 e4 98 ae . . . + inc e ;8deb 1c . + add a,b ;8dec 80 . + sub c ;8ded 91 . + call po,sub_919ah ;8dee e4 9a 91 . . . + inc e ;8df1 1c . + and b ;8df2 a0 . + and b ;8df3 a0 . + call po,sub_a080h ;8df4 e4 80 a0 . . . + add a,b ;8df7 80 . + add a,b ;8df8 80 . + and b ;8df9 a0 . + add a,b ;8dfa 80 . + nop ;8dfb 00 . + add a,b ;8dfc 80 . + sbc a,a ;8dfd 9f . + call po,sub_9f9ch ;8dfe e4 9c 9f . . . + nop ;8e01 00 . + add a,a ;8e02 87 . + sub a ;8e03 97 . + call po,sub_7880h ;8e04 e4 80 78 . . x +l8e07h: + inc e ;8e07 1c . +l8e08h: + add a,h ;8e08 84 . + adc a,d ;8e09 8a . + call po,sub_8585h ;8e0a e4 85 85 . . . + add a,(hl) ;8e0d 86 . + add a,e ;8e0e 83 . + adc a,b ;8e0f 88 . + add a,c ;8e10 81 . + adc a,h ;8e11 8c . + add a,b ;8e12 80 . + sub b ;8e13 90 . + add a,b ;8e14 80 . + sub h ;8e15 94 . + add a,c ;8e16 81 . + sub (hl) ;8e17 96 . + add a,e ;8e18 83 . + sbc a,b ;8e19 98 . + add a,(hl) ;8e1a 86 . + sbc a,h ;8e1b 9c . + sub a ;8e1c 97 . + inc e ;8e1d 1c . + sbc a,b ;8e1e 98 . + add a,(hl) ;8e1f 86 . + call po,sub_8398h ;8e20 e4 98 83 . . . + sbc a,c ;8e23 99 . + add a,c ;8e24 81 . + sbc a,e ;8e25 9b . + add a,b ;8e26 80 . + sbc a,h ;8e27 9c . + add a,b ;8e28 80 . + sbc a,(hl) ;8e29 9e . + add a,c ;8e2a 81 . + and b ;8e2b a0 . + add a,e ;8e2c 83 . + and c ;8e2d a1 . + add a,l ;8e2e 85 . + nop ;8e2f 00 . + nop ;8e30 00 . + add a,(hl) ;8e31 86 . + xor (hl) ;8e32 ae . + call po,0a692h ;8e33 e4 92 a6 . . . + inc e ;8e36 1c . + add a,b ;8e37 80 . + add a,b ;8e38 80 . + call po,sub_a090h ;8e39 e4 90 a0 . . . + and b ;8e3c a0 . + add a,b ;8e3d 80 . + inc e ;8e3e 1c . + add a,h ;8e3f 84 . + adc a,b ;8e40 88 . + call po,0889ch ;8e41 e4 9c 88 . . . + nop ;8e44 00 . + add a,(hl) ;8e45 86 . + and (hl) ;8e46 a6 . + call po,0ac90h ;8e47 e4 90 ac . . . + sbc a,d ;8e4a 9a . + and (hl) ;8e4b a6 . + inc e ;8e4c 1c . + add a,b ;8e4d 80 . + add a,b ;8e4e 80 . + call po,sub_a090h ;8e4f e4 90 a0 . . . + and b ;8e52 a0 . + add a,b ;8e53 80 . + inc e ;8e54 1c . + add a,h ;8e55 84 . + adc a,b ;8e56 88 . + call po,0889ch ;8e57 e4 9c 88 . . . + nop ;8e5a 00 . + add a,(hl) ;8e5b 86 . + xor (hl) ;8e5c ae . + call po,0a692h ;8e5d e4 92 a6 . . . + inc e ;8e60 1c . + and b ;8e61 a0 . + and b ;8e62 a0 . + call po,sub_a080h ;8e63 e4 80 a0 . . . + add a,b ;8e66 80 . + add a,b ;8e67 80 . + and b ;8e68 a0 . + add a,b ;8e69 80 . + inc e ;8e6a 1c . + add a,b ;8e6b 80 . + sub c ;8e6c 91 . + call po,sub_919ah ;8e6d e4 9a 91 . . . + nop ;8e70 00 . + add a,(hl) ;8e71 86 . + and (hl) ;8e72 a6 . + call po,0ac90h ;8e73 e4 90 ac . . . + sbc a,d ;8e76 9a . + and (hl) ;8e77 a6 . + inc e ;8e78 1c . + and b ;8e79 a0 . + and b ;8e7a a0 . + call po,sub_a080h ;8e7b e4 80 a0 . . . + add a,b ;8e7e 80 . + add a,b ;8e7f 80 . +sub_8e80h: + and b ;8e80 a0 . + add a,b ;8e81 80 . +sub_8e82h: + inc e ;8e82 1c . + add a,b ;8e83 80 . +sub_8e84h: + sub c ;8e84 91 . + call po,sub_919ah ;8e85 e4 9a 91 . . . + nop ;8e88 00 . +sub_8e89h: + adc a,b ;8e89 88 . +sub_8e8ah: + and (hl) ;8e8a a6 . +sub_8e8bh: + call po,sub_a888h ;8e8b e4 88 a8 . . . + adc a,e ;8e8e 8b . + xor b ;8e8f a8 . +sub_8e90h: + adc a,e ;8e90 8b . + and (hl) ;8e91 a6 . +sub_8e92h: + adc a,b ;8e92 88 . + and (hl) ;8e93 a6 . +sub_8e94h: + inc e ;8e94 1c . + sub l ;8e95 95 . +sub_8e96h: + and (hl) ;8e96 a6 . + call po,sub_a895h ;8e97 e4 95 a8 . . . + sbc a,b ;8e9a 98 . +sub_8e9bh: + xor b ;8e9b a8 . +sub_8e9ch: + sbc a,b ;8e9c 98 . + and (hl) ;8e9d a6 . + sub l ;8e9e 95 . + and (hl) ;8e9f a6 . +sub_8ea0h: + inc e ;8ea0 1c . + and b ;8ea1 a0 . +sub_8ea2h: + and b ;8ea2 a0 . + call po,sub_a080h ;8ea3 e4 80 a0 . . . + add a,b ;8ea6 80 . + add a,b ;8ea7 80 . + and b ;8ea8 a0 . + add a,b ;8ea9 80 . + inc e ;8eaa 1c . + add a,b ;8eab 80 . + sub c ;8eac 91 . + call po,sub_919ah ;8ead e4 9a 91 . . . + nop ;8eb0 00 . + add a,(hl) ;8eb1 86 . + and (hl) ;8eb2 a6 . + call po,0ac90h ;8eb3 e4 90 ac . . . + sbc a,d ;8eb6 9a . + and (hl) ;8eb7 a6 . + inc e ;8eb8 1c . + sbc a,h ;8eb9 9c . + and b ;8eba a0 . + call po,sub_a084h ;8ebb e4 84 a0 . . . + inc e ;8ebe 1c . + sub b ;8ebf 90 . + and b ;8ec0 a0 . + call po,sub_8090h ;8ec1 e4 90 80 . . . + inc e ;8ec4 1c . + add a,h ;8ec5 84 . + add a,b ;8ec6 80 . + call po,sub_809ch ;8ec7 e4 9c 80 . . . + nop ;8eca 00 . + adc a,b ;8ecb 88 . + and (hl) ;8ecc a6 . + call po,sub_a888h ;8ecd e4 88 a8 . . . + adc a,e ;8ed0 8b . + xor b ;8ed1 a8 . + adc a,e ;8ed2 8b . + and (hl) ;8ed3 a6 . + adc a,b ;8ed4 88 . + and (hl) ;8ed5 a6 . + inc e ;8ed6 1c . + sub l ;8ed7 95 . + and (hl) ;8ed8 a6 . + call po,sub_a895h ;8ed9 e4 95 a8 . . . + sbc a,b ;8edc 98 . + xor b ;8edd a8 . + sbc a,b ;8ede 98 . + and (hl) ;8edf a6 . + sub l ;8ee0 95 . + and (hl) ;8ee1 a6 . + inc e ;8ee2 1c . + sbc a,h ;8ee3 9c . + and b ;8ee4 a0 . + call po,sub_a084h ;8ee5 e4 84 a0 . . . + inc e ;8ee8 1c . + sub b ;8ee9 90 . + and b ;8eea a0 . + call po,sub_8090h ;8eeb e4 90 80 . . . + inc e ;8eee 1c . + add a,h ;8eef 84 . + add a,b ;8ef0 80 . + call po,sub_809ch ;8ef1 e4 9c 80 . . . + nop ;8ef4 00 . + adc a,h ;8ef5 8c . + and (hl) ;8ef6 a6 . + call po,sub_ae98h ;8ef7 e4 98 ae . . . + nop ;8efa 00 . + add a,(hl) ;8efb 86 . + xor (hl) ;8efc ae . + call po,0a692h ;8efd e4 92 a6 . . . + nop ;8f00 00 . +l8f01h: + add a,(hl) ;8f01 86 . + and (hl) ;8f02 a6 . + call po,0ac90h ;8f03 e4 90 ac . . . + sbc a,d ;8f06 9a . + and (hl) ;8f07 a6 . + nop ;8f08 00 . + adc a,b ;8f09 88 . + and (hl) ;8f0a a6 . + call po,sub_a888h ;8f0b e4 88 a8 . . . + adc a,e ;8f0e 8b . + xor b ;8f0f a8 . + adc a,e ;8f10 8b . + and (hl) ;8f11 a6 . + adc a,b ;8f12 88 . + and (hl) ;8f13 a6 . + inc e ;8f14 1c . + sub l ;8f15 95 . + and (hl) ;8f16 a6 . + call po,sub_a895h ;8f17 e4 95 a8 . . . + sbc a,b ;8f1a 98 . + xor b ;8f1b a8 . + sbc a,b ;8f1c 98 . + and (hl) ;8f1d a6 . + sub l ;8f1e 95 . + and (hl) ;8f1f a6 . + nop ;8f20 00 . + add a,b ;8f21 80 . + and (hl) ;8f22 a6 . + call po,sub_ab85h ;8f23 e4 85 ab . . . + add a,a ;8f26 87 . + xor h ;8f27 ac . + adc a,d ;8f28 8a . + xor h ;8f29 ac . + adc a,l ;8f2a 8d . + xor e ;8f2b ab . + sub e ;8f2c 93 . + and a ;8f2d a7 . + sub (hl) ;8f2e 96 . + and (hl) ;8f2f a6 . + sbc a,c ;8f30 99 . + and (hl) ;8f31 a6 . + sbc a,e ;8f32 9b . + and a ;8f33 a7 . + and b ;8f34 a0 . + xor h ;8f35 ac . + nop ;8f36 00 . + add a,(hl) ;8f37 86 . +sub_8f38h: + xor (hl) ;8f38 ae . + call po,0a692h ;8f39 e4 92 a6 . . . + inc e ;8f3c 1c . + add a,b ;8f3d 80 . + and b ;8f3e a0 . + call po,sub_8c80h ;8f3f e4 80 8c . . . + add a,c ;8f42 81 . + add a,(hl) ;8f43 86 . + add a,e ;8f44 83 . + add a,e ;8f45 83 . + add a,(hl) ;8f46 86 . + add a,c ;8f47 81 . + adc a,h ;8f48 8c . + add a,b ;8f49 80 . + sub h ;8f4a 94 . + add a,b ;8f4b 80 . + sbc a,d ;8f4c 9a . + add a,c ;8f4d 81 . + sbc a,l ;8f4e 9d . + add a,e ;8f4f 83 . + sbc a,a ;8f50 9f . + add a,(hl) ;8f51 86 . + and b ;8f52 a0 . + adc a,h ;8f53 8c . + and b ;8f54 a0 . + and b ;8f55 a0 . + nop ;8f56 00 . + add a,(hl) ;8f57 86 . + and (hl) ;8f58 a6 . + call po,0ac90h ;8f59 e4 90 ac . . . + sbc a,d ;8f5c 9a . + and (hl) ;8f5d a6 . + inc e ;8f5e 1c . + add a,b ;8f5f 80 . + and b ;8f60 a0 . + call po,sub_8c80h ;8f61 e4 80 8c . . . + add a,c ;8f64 81 . + add a,(hl) ;8f65 86 . + add a,e ;8f66 83 . + add a,e ;8f67 83 . + add a,(hl) ;8f68 86 . + add a,c ;8f69 81 . + adc a,h ;8f6a 8c . + add a,b ;8f6b 80 . + sub h ;8f6c 94 . + add a,b ;8f6d 80 . + sbc a,d ;8f6e 9a . + add a,c ;8f6f 81 . + sbc a,l ;8f70 9d . + add a,e ;8f71 83 . + sbc a,a ;8f72 9f . + add a,(hl) ;8f73 86 . + and b ;8f74 a0 . + adc a,h ;8f75 8c . + and b ;8f76 a0 . + and b ;8f77 a0 . + nop ;8f78 00 . + adc a,b ;8f79 88 . + adc a,a ;8f7a 8f . + call po,sub_8f98h ;8f7b e4 98 8f . . . + inc e ;8f7e 1c . + sbc a,b ;8f7f 98 . +sub_8f80h: + sub h ;8f80 94 . + call po,sub_9488h ;8f81 e4 88 94 . . . + inc e ;8f84 1c . + and b ;8f85 a0 . + sbc a,h ;8f86 9c . + call po,sub_9f9dh ;8f87 e4 9d 9f . . . +sub_8f8ah: + sbc a,d ;8f8a 9a . +sub_8f8bh: + and b ;8f8b a0 . + sub (hl) ;8f8c 96 . + and b ;8f8d a0 . + sub e ;8f8e 93 . + sbc a,a ;8f8f 9f . + sub c ;8f90 91 . + sbc a,l ;8f91 9d . +sub_8f92h: + sub b ;8f92 90 . + sbc a,c ;8f93 99 . + sub b ;8f94 90 . + adc a,b ;8f95 88 . +sub_8f96h: + adc a,a ;8f96 8f . + add a,h ;8f97 84 . +sub_8f98h: + adc a,h ;8f98 8c . +sub_8f99h: + add a,c ;8f99 81 . +sub_8f9ah: + adc a,c ;8f9a 89 . + add a,b ;8f9b 80 . +sub_8f9ch: + add a,l ;8f9c 85 . +sub_8f9dh: + add a,b ;8f9d 80 . + add a,d ;8f9e 82 . + add a,c ;8f9f 81 . +sub_8fa0h: + add a,b ;8fa0 80 . + add a,e ;8fa1 83 . + add a,b ;8fa2 80 . + add a,l ;8fa3 85 . + add a,d ;8fa4 82 . + add a,a ;8fa5 87 . + add a,l ;8fa6 85 . + adc a,b ;8fa7 88 . + adc a,c ;8fa8 89 . + adc a,b ;8fa9 88 . + adc a,h ;8faa 8c . + add a,a ;8fab 87 . + sub h ;8fac 94 . + add a,c ;8fad 81 . + sub a ;8fae 97 . + add a,b ;8faf 80 . + sbc a,e ;8fb0 9b . + add a,b ;8fb1 80 . + sbc a,(hl) ;8fb2 9e . + add a,c ;8fb3 81 . + and b ;8fb4 a0 . + add a,e ;8fb5 83 . + nop ;8fb6 00 . + add a,b ;8fb7 80 . + sbc a,a ;8fb8 9f . + call po,sub_9f9ch ;8fb9 e4 9c 9f . . . + nop ;8fbc 00 . + nop ;8fbd 00 . + nop ;8fbe 00 . + adc a,(hl) ;8fbf 8e . + and (hl) ;8fc0 a6 . + call po,sub_a88bh ;8fc1 e4 8b a8 . . . + adc a,e ;8fc4 8b . + xor e ;8fc5 ab . + adc a,(hl) ;8fc6 8e . + xor l ;8fc7 ad . + sub d ;8fc8 92 . + xor l ;8fc9 ad . + sub l ;8fca 95 . + xor e ;8fcb ab . + sub l ;8fcc 95 . + xor b ;8fcd a8 . + sub d ;8fce 92 . + and (hl) ;8fcf a6 . + adc a,(hl) ;8fd0 8e . + and (hl) ;8fd1 a6 . + nop ;8fd2 00 . + and b ;8fd3 a0 . + sbc a,c ;8fd4 99 . + call po,sub_9d9eh ;8fd5 e4 9e 9d . . . + sbc a,e ;8fd8 9b . + sbc a,a ;8fd9 9f . + sub l ;8fda 95 . + and b ;8fdb a0 . + adc a,h ;8fdc 8c . + and b ;8fdd a0 . + add a,(hl) ;8fde 86 . + sbc a,a ;8fdf 9f . + add a,e ;8fe0 83 . + sbc a,l ;8fe1 9d . + add a,c ;8fe2 81 . + sbc a,d ;8fe3 9a . + add a,b ;8fe4 80 . + sub h ;8fe5 94 . + add a,b ;8fe6 80 . + adc a,h ;8fe7 8c . + add a,c ;8fe8 81 . + add a,(hl) ;8fe9 86 . + add a,e ;8fea 83 . + add a,e ;8feb 83 . + add a,(hl) ;8fec 86 . + add a,c ;8fed 81 . + adc a,h ;8fee 8c . + add a,b ;8fef 80 . + sub l ;8ff0 95 . + add a,b ;8ff1 80 . + sbc a,e ;8ff2 9b . + add a,c ;8ff3 81 . + sbc a,(hl) ;8ff4 9e . + add a,e ;8ff5 83 . + and b ;8ff6 a0 . + add a,a ;8ff7 87 . + inc e ;8ff8 1c . + adc a,(hl) ;8ff9 8e . + add a,b ;8ffa 80 . + call po,sub_7b94h ;8ffb e4 94 7b . . { + sub b ;8ffe 90 . + ld a,b ;8fff 78 x + nop ;9000 00 . + sbc a,(hl) ;9001 9e . + sub d ;9002 92 . + call po,sub_969bh ;9003 e4 9b 96 . . . + sub (hl) ;9006 96 . + sbc a,b ;9007 98 . + adc a,d ;9008 8a . + sbc a,b ;9009 98 . + add a,l ;900a 85 . + sub l ;900b 95 . + add a,d ;900c 82 . + sub c ;900d 91 . + add a,d ;900e 82 . + add a,a ;900f 87 . + add a,l ;9010 85 . + add a,e ;9011 83 . + adc a,d ;9012 8a . + add a,b ;9013 80 . + sbc a,b ;9014 98 . + add a,b ;9015 80 . + sbc a,h ;9016 9c . + add a,d ;9017 82 . + sbc a,(hl) ;9018 9e . + add a,(hl) ;9019 86 . + inc e ;901a 1c . + adc a,(hl) ;901b 8e . + add a,b ;901c 80 . + call po,sub_7b92h ;901d e4 92 7b . . { + adc a,a ;9020 8f . + ld a,b ;9021 78 x + nop ;9022 00 . + add a,b ;9023 80 . + and (hl) ;9024 a6 . + call po,sub_ab85h ;9025 e4 85 ab . . . + add a,a ;9028 87 . + xor h ;9029 ac . + adc a,d ;902a 8a . + xor h ;902b ac . + adc a,l ;902c 8d . + xor e ;902d ab . + sub e ;902e 93 . + and a ;902f a7 . + sub (hl) ;9030 96 . + and (hl) ;9031 a6 . + sbc a,c ;9032 99 . + and (hl) ;9033 a6 . + sbc a,e ;9034 9b . + and a ;9035 a7 . + and b ;9036 a0 . + xor h ;9037 ac . + inc e ;9038 1c . + and b ;9039 a0 . + and b ;903a a0 . + call po,sub_80a0h ;903b e4 a0 80 . . . + add a,b ;903e 80 . + and b ;903f a0 . + add a,b ;9040 80 . + add a,b ;9041 80 . + nop ;9042 00 . + add a,b ;9043 80 . + sbc a,(hl) ;9044 9e . + call po,sub_a284h ;9045 e4 84 a2 . . . + add a,a ;9048 87 . + and e ;9049 a3 . + adc a,d ;904a 8a . + and e ;904b a3 . + adc a,h ;904c 8c . + and d ;904d a2 . + sub b ;904e 90 . + sbc a,a ;904f 9f . + sub d ;9050 92 . + sbc a,(hl) ;9051 9e . + sub l ;9052 95 . + sbc a,(hl) ;9053 9e . + sbc a,b ;9054 98 . + sbc a,a ;9055 9f . + sbc a,h ;9056 9c . + and e ;9057 a3 . + inc e ;9058 1c . + add a,b ;9059 80 . + sbc a,b ;905a 98 . + call po,sub_8080h ;905b e4 80 80 . . . + inc e ;905e 1c . + add a,b ;905f 80 . + sub b ;9060 90 . + call po,sub_9482h ;9061 e4 82 94 . . . + add a,l ;9064 85 . + sub a ;9065 97 . + adc a,d ;9066 8a . + sbc a,b ;9067 98 . + sub e ;9068 93 . + sbc a,b ;9069 98 . + sbc a,b ;906a 98 . + sub a ;906b 97 . + sbc a,e ;906c 9b . + sub h ;906d 94 . + sbc a,h ;906e 9c . + sub b ;906f 90 . + sbc a,h ;9070 9c . + add a,b ;9071 80 . + nop ;9072 00 . + sbc a,(hl) ;9073 9e . + sbc a,b ;9074 98 . + call po,sub_9a9eh ;9075 e4 9e 9a . . . + and d ;9078 a2 . + sbc a,d ;9079 9a . + and d ;907a a2 . + sbc a,b ;907b 98 . + sbc a,(hl) ;907c 9e . + sbc a,b ;907d 98 . + inc e ;907e 1c . + and b ;907f a0 . +sub_9080h: + adc a,a ;9080 8f . + call po,sub_7aa0h ;9081 e4 a0 7a . . z +sub_9084h: + nop ;9084 00 . +sub_9085h: + adc a,a ;9085 8f . + sbc a,b ;9086 98 . +sub_9087h: + call po,sub_9a8fh ;9087 e4 8f 9a . . . +sub_908ah: + sub e ;908a 93 . +sub_908bh: + sbc a,d ;908b 9a . +sub_908ch: + sub e ;908c 93 . +sub_908dh: + sbc a,b ;908d 98 . + adc a,a ;908e 8f . + sbc a,b ;908f 98 . +sub_9090h: + inc e ;9090 1c . +sub_9091h: + sub c ;9091 91 . + sub d ;9092 92 . +sub_9093h: + call po,sub_8d91h ;9093 e4 91 8d . . . +sub_9096h: + adc a,(hl) ;9096 8e . + adc a,d ;9097 8a . +sub_9098h: + add a,a ;9098 87 . +sub_9099h: + adc a,c ;9099 89 . +sub_909ah: + add a,d ;909a 82 . +sub_909bh: + add a,a ;909b 87 . +sub_909ch: + add a,c ;909c 81 . +sub_909dh: + add a,l ;909d 85 . +sub_909eh: + add a,b ;909e 80 . +sub_909fh: + add a,e ;909f 83 . +sub_90a0h: + add a,b ;90a0 80 . + add a,b ;90a1 80 . + add a,c ;90a2 81 . + ld a,(hl) ;90a3 7e ~ + add a,h ;90a4 84 . + ld a,h ;90a5 7c | + adc a,e ;90a6 8b . + ld a,d ;90a7 7a z + sub (hl) ;90a8 96 . + ld a,d ;90a9 7a z + sbc a,h ;90aa 9c . + ld a,h ;90ab 7c | + and b ;90ac a0 . + ld a,a ;90ad 7f  + nop ;90ae 00 . + call po,08787h ;90af e4 87 87 . . . + add a,(hl) ;90b2 86 . + adc a,b ;90b3 88 . + add a,h ;90b4 84 . + adc a,h ;90b5 8c . + add a,h ;90b6 84 . + sub h ;90b7 94 . + add a,(hl) ;90b8 86 . + sbc a,b ;90b9 98 . + adc a,b ;90ba 88 . + sbc a,d ;90bb 9a . + adc a,h ;90bc 8c . + sbc a,h ;90bd 9c . + sub h ;90be 94 . + sbc a,h ;90bf 9c . + sbc a,b ;90c0 98 . + sbc a,d ;90c1 9a . + sbc a,d ;90c2 9a . + sbc a,b ;90c3 98 . + sbc a,h ;90c4 9c . + sub h ;90c5 94 . + sbc a,h ;90c6 9c . + adc a,h ;90c7 8c . + sbc a,d ;90c8 9a . + adc a,b ;90c9 88 . + sbc a,b ;90ca 98 . + add a,(hl) ;90cb 86 . + sub h ;90cc 94 . + add a,h ;90cd 84 . + adc a,h ;90ce 8c . + add a,h ;90cf 84 . + adc a,b ;90d0 88 . + add a,(hl) ;90d1 86 . + add a,a ;90d2 87 . + add a,a ;90d3 87 . + inc e ;90d4 1c . + add a,b ;90d5 80 . + and b ;90d6 a0 . + call po,sub_9987h ;90d7 e4 87 99 . . . + inc e ;90da 1c . + and b ;90db a0 . + and b ;90dc a0 . + call po,sub_9999h ;90dd e4 99 99 . . . + inc e ;90e0 1c . + and b ;90e1 a0 . + add a,b ;90e2 80 . + call po,sub_8799h ;90e3 e4 99 87 . . . + nop ;90e6 00 . + adc a,b ;90e7 88 . + sub h ;90e8 94 . + call po,sub_9498h ;90e9 e4 98 94 . . . + inc e ;90ec 1c . + sbc a,a ;90ed 9f . + sbc a,h ;90ee 9c . + call po,09e9eh ;90ef e4 9e 9e . . . + sbc a,e ;90f2 9b . + and b ;90f3 a0 . + sub h ;90f4 94 . + and b ;90f5 a0 . + sub d ;90f6 92 . + sbc a,a ;90f7 9f . + sub c ;90f8 91 . + sbc a,(hl) ;90f9 9e . + sub b ;90fa 90 . + sbc a,h ;90fb 9c . + sub b ;90fc 90 . + adc a,b ;90fd 88 . + adc a,a ;90fe 8f . + add a,h ;90ff 84 . + adc a,h ;9100 8c . + add a,c ;9101 81 . + adc a,c ;9102 89 . + add a,b ;9103 80 . + add a,e ;9104 83 . + add a,b ;9105 80 . + add a,b ;9106 80 . + add a,d ;9107 82 . + add a,b ;9108 80 . + add a,(hl) ;9109 86 . + add a,e ;910a 83 . + adc a,b ;910b 88 . + adc a,c ;910c 89 . +sub_910dh: + adc a,b ;910d 88 . + adc a,l ;910e 8d . + add a,a ;910f 87 . + sub e ;9110 93 . + add a,c ;9111 81 . + sub (hl) ;9112 96 . +sub_9113h: + add a,b ;9113 80 . + sbc a,l ;9114 9d . + add a,b ;9115 80 . + sbc a,a ;9116 9f . + add a,d ;9117 82 . + and b ;9118 a0 . + add a,l ;9119 85 . + nop ;911a 00 . + add a,b ;911b 80 . + adc a,(hl) ;911c 8e . + call po,sub_8e9ch ;911d e4 9c 8e . . . + inc e ;9120 1c . + sbc a,h ;9121 9c . + sub l ;9122 95 . + call po,sub_9580h ;9123 e4 80 95 . . . + inc e ;9126 1c . + add a,b ;9127 80 . + and e ;9128 a3 . + call po,sub_958eh ;9129 e4 8e 95 . . . + sbc a,h ;912c 9c . + and e ;912d a3 . + inc e ;912e 1c . + adc a,(hl) ;912f 8e . + sub l ;9130 95 . + call po,sub_808eh ;9131 e4 8e 80 . . . + nop ;9134 00 . + sbc a,(hl) ;9135 9e . + sbc a,a ;9136 9f . + call po,sub_a39ch ;9137 e4 9c a3 . . . + sbc a,b ;913a 98 . + and (hl) ;913b a6 . + sub e ;913c 93 . + and a ;913d a7 . + adc a,l ;913e 8d . + and a ;913f a7 . + add a,a ;9140 87 . + and l ;9141 a5 . + add a,l ;9142 85 . + and d ;9143 a2 . + add a,l ;9144 85 . + sbc a,a ;9145 9f . + add a,a ;9146 87 . + sbc a,h ;9147 9c . + adc a,d ;9148 8a . + sbc a,d ;9149 9a . + sbc a,e ;914a 9b . + sub c ;914b 91 . + sbc a,(hl) ;914c 9e . + adc a,a ;914d 8f . + and b ;914e a0 . + adc a,h ;914f 8c . + sbc a,a ;9150 9f . + adc a,c ;9151 89 . + sbc a,e ;9152 9b . + add a,(hl) ;9153 86 . + sub (hl) ;9154 96 . + add a,l ;9155 85 . + inc e ;9156 1c . + adc a,d ;9157 8a . + sbc a,d ;9158 9a . + call po,sub_9985h ;9159 e4 85 99 . . . + add a,c ;915c 81 . + sub (hl) ;915d 96 . + add a,b ;915e 80 . + sub e ;915f 93 . + add a,d ;9160 82 . + sub b ;9161 90 . + add a,l ;9162 85 . + adc a,(hl) ;9163 8e . + sub (hl) ;9164 96 . + add a,l ;9165 85 . + sbc a,c ;9166 99 . + add a,e ;9167 83 . + sbc a,e ;9168 9b . + add a,b ;9169 80 . + sbc a,e ;916a 9b . + ld a,l ;916b 7d } + sbc a,b ;916c 98 . + ld a,d ;916d 7a z + sub e ;916e 93 . + ld a,b ;916f 78 x + adc a,l ;9170 8d . + ld a,b ;9171 78 x + adc a,b ;9172 88 . + ld a,c ;9173 79 y + add a,h ;9174 84 . + ld a,h ;9175 7c | + add a,d ;9176 82 . + add a,b ;9177 80 . + nop ;9178 00 . + add a,(hl) ;9179 86 . + sub e ;917a 93 . + call po,sub_939ah ;917b e4 9a 93 . . . + inc e ;917e 1c . + and b ;917f a0 . +sub_9180h: + sbc a,e ;9180 9b . +sub_9181h: + call po,sub_9d9fh ;9181 e4 9f 9d . . . + sbc a,l ;9184 9d . + sbc a,a ;9185 9f . +sub_9186h: + sbc a,d ;9186 9a . + and b ;9187 a0 . +sub_9188h: + sub (hl) ;9188 96 . + and b ;9189 a0 . +sub_918ah: + sub e ;918a 93 . + sbc a,a ;918b 9f . + sub c ;918c 91 . + sbc a,l ;918d 9d . +sub_918eh: + sub b ;918e 90 . + sbc a,d ;918f 9a . +sub_9190h: + sub b ;9190 90 . + add a,c ;9191 81 . +sub_9192h: + adc a,a ;9192 8f . + ld a,(hl) ;9193 7e ~ + adc a,l ;9194 8d . + ld a,h ;9195 7c | + adc a,d ;9196 8a . + ld a,e ;9197 7b { +sub_9198h: + add a,(hl) ;9198 86 . +sub_9199h: + ld a,e ;9199 7b { +sub_919ah: + add a,e ;919a 83 . + ld a,h ;919b 7c | +sub_919ch: + add a,c ;919c 81 . +sub_919dh: + ld a,(hl) ;919d 7e ~ +sub_919eh: + add a,b ;919e 80 . + add a,b ;919f 80 . +sub_91a0h: + nop ;91a0 00 . + sbc a,e ;91a1 9b . +sub_91a2h: + sub h ;91a2 94 . + call po,sub_9798h ;91a3 e4 98 97 . . . + sub e ;91a6 93 . + sbc a,b ;91a7 98 . + adc a,c ;91a8 89 . + sbc a,b ;91a9 98 . + add a,h ;91aa 84 . + sub a ;91ab 97 . + add a,c ;91ac 81 . + sub h ;91ad 94 . + add a,b ;91ae 80 . + sub b ;91af 90 . + add a,b ;91b0 80 . + adc a,b ;91b1 88 . + add a,c ;91b2 81 . + add a,h ;91b3 84 . + add a,h ;91b4 84 . + add a,c ;91b5 81 . + adc a,c ;91b6 89 . + add a,b ;91b7 80 . + sub e ;91b8 93 . + add a,b ;91b9 80 . + sbc a,b ;91ba 98 . + add a,c ;91bb 81 . + sbc a,e ;91bc 9b . + add a,h ;91bd 84 . + inc e ;91be 1c . + adc a,(hl) ;91bf 8e . + sbc a,h ;91c0 9c . + call po,sub_7a8eh ;91c1 e4 8e 7a . . z + nop ;91c4 00 . + add a,h ;91c5 84 . + sbc a,(hl) ;91c6 9e . + call po,sub_a48eh ;91c7 e4 8e a4 . . . + sbc a,b ;91ca 98 . + sbc a,(hl) ;91cb 9e . + inc e ;91cc 1c . + add a,d ;91cd 82 . + sub (hl) ;91ce 96 . + call po,sub_9784h ;91cf e4 84 97 . . . + adc a,d ;91d2 8a . + sbc a,b ;91d3 98 . + sub d ;91d4 92 . + sbc a,b ;91d5 98 . + sbc a,b ;91d6 98 . + sub a ;91d7 97 . + sbc a,e ;91d8 9b . + sub h ;91d9 94 . + sbc a,h ;91da 9c . + sub b ;91db 90 . + sbc a,h ;91dc 9c . + add a,(hl) ;91dd 86 . + sbc a,e ;91de 9b . + add a,e ;91df 83 . + sbc a,c ;91e0 99 . + add a,c ;91e1 81 . + sub h ;91e2 94 . + add a,b ;91e3 80 . + adc a,e ;91e4 8b . + add a,b ;91e5 80 . + add a,h ;91e6 84 . + add a,c ;91e7 81 . + add a,c ;91e8 81 . + add a,e ;91e9 83 . + add a,b ;91ea 80 . + add a,(hl) ;91eb 86 . + add a,b ;91ec 80 . + adc a,b ;91ed 88 . + add a,c ;91ee 81 . + adc a,e ;91ef 8b . + add a,h ;91f0 84 . + adc a,l ;91f1 8d . + adc a,b ;91f2 88 . + adc a,(hl) ;91f3 8e . + sub h ;91f4 94 . + adc a,(hl) ;91f5 8e . + sbc a,b ;91f6 98 . + adc a,l ;91f7 8d . + sbc a,e ;91f8 9b . + adc a,e ;91f9 8b . + sbc a,h ;91fa 9c . + adc a,b ;91fb 88 . + inc e ;91fc 1c . + sbc a,h ;91fd 9c . + add a,(hl) ;91fe 86 . + call po,sub_809ch ;91ff e4 9c 80 . . . + nop ;9202 00 . + add a,h ;9203 84 . + sbc a,(hl) ;9204 9e . + call po,sub_a48eh ;9205 e4 8e a4 . . . + sbc a,b ;9208 98 . + sbc a,(hl) ;9209 9e . + inc e ;920a 1c . + add a,b ;920b 80 . + adc a,l ;920c 8d . + call po,sub_8d9ah+2 ;920d e4 9c 8d . . . + sbc a,h ;9210 9c . + sub b ;9211 90 . + sbc a,e ;9212 9b . + sub h ;9213 94 . + sbc a,b ;9214 98 . + sub a ;9215 97 . + sub c ;9216 91 . + sbc a,b ;9217 98 . + adc a,c ;9218 89 . + sbc a,b ;9219 98 . + add a,h ;921a 84 . + sub a ;921b 97 . + add a,c ;921c 81 . + sub h ;921d 94 . + add a,b ;921e 80 . + sub b ;921f 90 . + add a,b ;9220 80 . + adc a,b ;9221 88 . + add a,c ;9222 81 . + add a,h ;9223 84 . + add a,h ;9224 84 . +sub_9225h: + add a,c ;9225 81 . + adc a,c ;9226 89 . + add a,b ;9227 80 . + sub e ;9228 93 . + add a,b ;9229 80 . + sbc a,b ;922a 98 . + add a,c ;922b 81 . + sbc a,e ;922c 9b . + add a,h ;922d 84 . + nop ;922e 00 . + add a,h ;922f 84 . + sbc a,(hl) ;9230 9e . + call po,sub_a48eh ;9231 e4 8e a4 . . . + sbc a,b ;9234 98 . + sbc a,(hl) ;9235 9e . + inc e ;9236 1c . + sbc a,b ;9237 98 . + sub a ;9238 97 . + call po,sub_949bh ;9239 e4 9b 94 . . . + sbc a,h ;923c 9c . + sub b ;923d 90 . + sbc a,h ;923e 9c . + adc a,b ;923f 88 . + sbc a,e ;9240 9b . + add a,h ;9241 84 . + sbc a,b ;9242 98 . + add a,c ;9243 81 . + sub e ;9244 93 . + add a,b ;9245 80 . + adc a,c ;9246 89 . + add a,b ;9247 80 . + add a,h ;9248 84 . + add a,c ;9249 81 . + add a,c ;924a 81 . + add a,h ;924b 84 . + add a,b ;924c 80 . + adc a,b ;924d 88 . + add a,b ;924e 80 . + sub b ;924f 90 . + add a,c ;9250 81 . + sub h ;9251 94 . + add a,h ;9252 84 . + sub a ;9253 97 . + adc a,c ;9254 89 . + sbc a,b ;9255 98 . + sub e ;9256 93 . + sbc a,b ;9257 98 . + sbc a,b ;9258 98 . + sub a ;9259 97 . + nop ;925a 00 . + add a,h ;925b 84 . + sbc a,(hl) ;925c 9e . + call po,sub_a48eh ;925d e4 8e a4 . . . + sbc a,b ;9260 98 . + sbc a,(hl) ;9261 9e . + inc e ;9262 1c . + add a,b ;9263 80 . + sbc a,b ;9264 98 . + call po,sub_8880h ;9265 e4 80 88 . . . + add a,c ;9268 81 . + add a,h ;9269 84 . + add a,h ;926a 84 . + add a,c ;926b 81 . + adc a,c ;926c 89 . + add a,b ;926d 80 . + sub d ;926e 92 . + add a,b ;926f 80 . + sub a ;9270 97 . + add a,c ;9271 81 . + sbc a,d ;9272 9a . + add a,h ;9273 84 . + sbc a,h ;9274 9c . + adc a,b ;9275 88 . + inc e ;9276 1c . + sbc a,h ;9277 9c . + sbc a,b ;9278 98 . + call po,sub_809ch ;9279 e4 9c 80 . . . + nop ;927c 00 . + adc a,b ;927d 88 . + sbc a,(hl) ;927e 9e . + call po,sub_a694h ;927f e4 94 a6 . . . + inc e ;9282 1c . +sub_9283h: + add a,d ;9283 82 . + sub (hl) ;9284 96 . + call po,sub_9784h ;9285 e4 84 97 . . . + adc a,d ;9288 8a . +sub_9289h: + sbc a,b ;9289 98 . +sub_928ah: + sub d ;928a 92 . + sbc a,b ;928b 98 . +sub_928ch: + sbc a,b ;928c 98 . +sub_928dh: + sub a ;928d 97 . +sub_928eh: + sbc a,e ;928e 9b . + sub h ;928f 94 . +sub_9290h: + sbc a,h ;9290 9c . + sub b ;9291 90 . +sub_9292h: + sbc a,h ;9292 9c . +sub_9293h: + add a,(hl) ;9293 86 . + sbc a,e ;9294 9b . +sub_9295h: + add a,e ;9295 83 . +sub_9296h: + sbc a,c ;9296 99 . + add a,c ;9297 81 . +sub_9298h: + sub h ;9298 94 . +sub_9299h: + add a,b ;9299 80 . +sub_929ah: + adc a,e ;929a 8b . +sub_929bh: + add a,b ;929b 80 . + add a,h ;929c 84 . +sub_929dh: + add a,c ;929d 81 . + add a,c ;929e 81 . +sub_929fh: + add a,e ;929f 83 . +sub_92a0h: + add a,b ;92a0 80 . + add a,(hl) ;92a1 86 . +sub_92a2h: + add a,b ;92a2 80 . +sub_92a3h: + adc a,b ;92a3 88 . + add a,c ;92a4 81 . + adc a,e ;92a5 8b . + add a,h ;92a6 84 . + adc a,l ;92a7 8d . +sub_92a8h: + adc a,b ;92a8 88 . + adc a,(hl) ;92a9 8e . + sub h ;92aa 94 . + adc a,(hl) ;92ab 8e . + sbc a,b ;92ac 98 . + adc a,l ;92ad 8d . + sbc a,e ;92ae 9b . + adc a,e ;92af 8b . + sbc a,h ;92b0 9c . + adc a,b ;92b1 88 . + inc e ;92b2 1c . + sbc a,h ;92b3 9c . + add a,(hl) ;92b4 86 . + call po,sub_809ch ;92b5 e4 9c 80 . . . + nop ;92b8 00 . + adc a,b ;92b9 88 . + sbc a,(hl) ;92ba 9e . + call po,sub_a694h ;92bb e4 94 a6 . . . + inc e ;92be 1c . + add a,b ;92bf 80 . + adc a,l ;92c0 8d . + call po,sub_8d9ah+2 ;92c1 e4 9c 8d . . . + sbc a,h ;92c4 9c . + sub b ;92c5 90 . + sbc a,e ;92c6 9b . + sub h ;92c7 94 . + sbc a,b ;92c8 98 . + sub a ;92c9 97 . + sub c ;92ca 91 . + sbc a,b ;92cb 98 . + adc a,c ;92cc 89 . + sbc a,b ;92cd 98 . + add a,h ;92ce 84 . + sub a ;92cf 97 . + add a,c ;92d0 81 . + sub h ;92d1 94 . + add a,b ;92d2 80 . + sub b ;92d3 90 . + add a,b ;92d4 80 . + adc a,b ;92d5 88 . + add a,c ;92d6 81 . + add a,h ;92d7 84 . + add a,h ;92d8 84 . + add a,c ;92d9 81 . + adc a,c ;92da 89 . + add a,b ;92db 80 . + sub e ;92dc 93 . + add a,b ;92dd 80 . + sbc a,b ;92de 98 . + add a,c ;92df 81 . + sbc a,e ;92e0 9b . + add a,h ;92e1 84 . + nop ;92e2 00 . + adc a,b ;92e3 88 . + sbc a,(hl) ;92e4 9e . + call po,sub_a694h ;92e5 e4 94 a6 . . . + inc e ;92e8 1c . + sbc a,b ;92e9 98 . + sub a ;92ea 97 . + call po,sub_949bh ;92eb e4 9b 94 . . . + sbc a,h ;92ee 9c . + sub b ;92ef 90 . + sbc a,h ;92f0 9c . + adc a,b ;92f1 88 . + sbc a,e ;92f2 9b . + add a,h ;92f3 84 . + sbc a,b ;92f4 98 . + add a,c ;92f5 81 . + sub e ;92f6 93 . + add a,b ;92f7 80 . + adc a,c ;92f8 89 . + add a,b ;92f9 80 . + add a,h ;92fa 84 . + add a,c ;92fb 81 . + add a,c ;92fc 81 . + add a,h ;92fd 84 . + add a,b ;92fe 80 . + adc a,b ;92ff 88 . + add a,b ;9300 80 . + sub b ;9301 90 . + add a,c ;9302 81 . + sub h ;9303 94 . + add a,h ;9304 84 . + sub a ;9305 97 . + adc a,c ;9306 89 . + sbc a,b ;9307 98 . + sub e ;9308 93 . + sbc a,b ;9309 98 . + sbc a,b ;930a 98 . + sub a ;930b 97 . + nop ;930c 00 . + adc a,b ;930d 88 . + sbc a,(hl) ;930e 9e . + call po,sub_a694h ;930f e4 94 a6 . . . + inc e ;9312 1c . + add a,b ;9313 80 . + sbc a,b ;9314 98 . + call po,sub_8880h ;9315 e4 80 88 . . . + add a,c ;9318 81 . + add a,h ;9319 84 . + add a,h ;931a 84 . + add a,c ;931b 81 . + adc a,c ;931c 89 . + add a,b ;931d 80 . + sub d ;931e 92 . + add a,b ;931f 80 . + sub a ;9320 97 . + add a,c ;9321 81 . + sbc a,d ;9322 9a . + add a,h ;9323 84 . + sbc a,h ;9324 9c . + adc a,b ;9325 88 . + inc e ;9326 1c . + sbc a,h ;9327 9c . + sbc a,b ;9328 98 . + call po,sub_809ch ;9329 e4 9c 80 . . . + nop ;932c 00 . + adc a,d ;932d 8a . + and (hl) ;932e a6 . + call po,sub_9e96h ;932f e4 96 9e . . . + inc e ;9332 1c . + add a,d ;9333 82 . + sub (hl) ;9334 96 . + call po,sub_9784h ;9335 e4 84 97 . . . + adc a,d ;9338 8a . + sbc a,b ;9339 98 . + sub d ;933a 92 . + sbc a,b ;933b 98 . + sbc a,b ;933c 98 . + sub a ;933d 97 . + sbc a,e ;933e 9b . + sub h ;933f 94 . + sbc a,h ;9340 9c . + sub b ;9341 90 . + sbc a,h ;9342 9c . + add a,(hl) ;9343 86 . + sbc a,e ;9344 9b . + add a,e ;9345 83 . + sbc a,c ;9346 99 . + add a,c ;9347 81 . + sub h ;9348 94 . + add a,b ;9349 80 . + adc a,e ;934a 8b . + add a,b ;934b 80 . + add a,h ;934c 84 . + add a,c ;934d 81 . + add a,c ;934e 81 . + add a,e ;934f 83 . + add a,b ;9350 80 . + add a,(hl) ;9351 86 . + add a,b ;9352 80 . + adc a,b ;9353 88 . + add a,c ;9354 81 . + adc a,e ;9355 8b . + add a,h ;9356 84 . + adc a,l ;9357 8d . + adc a,b ;9358 88 . + adc a,(hl) ;9359 8e . + sub h ;935a 94 . + adc a,(hl) ;935b 8e . + sbc a,b ;935c 98 . + adc a,l ;935d 8d . + sbc a,e ;935e 9b . + adc a,e ;935f 8b . + sbc a,h ;9360 9c . + adc a,b ;9361 88 . + inc e ;9362 1c . + sbc a,h ;9363 9c . + add a,(hl) ;9364 86 . + call po,sub_809ch ;9365 e4 9c 80 . . . + nop ;9368 00 . + adc a,d ;9369 8a . + and (hl) ;936a a6 . + call po,sub_9e96h ;936b e4 96 9e . . . + inc e ;936e 1c . + add a,b ;936f 80 . + adc a,l ;9370 8d . + call po,sub_8d9ah+2 ;9371 e4 9c 8d . . . + sbc a,h ;9374 9c . + sub b ;9375 90 . + sbc a,e ;9376 9b . + sub h ;9377 94 . + sbc a,b ;9378 98 . + sub a ;9379 97 . + sub c ;937a 91 . + sbc a,b ;937b 98 . + adc a,c ;937c 89 . + sbc a,b ;937d 98 . + add a,h ;937e 84 . + sub a ;937f 97 . +sub_9380h: + add a,c ;9380 81 . + sub h ;9381 94 . +sub_9382h: + add a,b ;9382 80 . +sub_9383h: + sub b ;9383 90 . +sub_9384h: + add a,b ;9384 80 . +sub_9385h: + adc a,b ;9385 88 . +sub_9386h: + add a,c ;9386 81 . +sub_9387h: + add a,h ;9387 84 . +sub_9388h: + add a,h ;9388 84 . +sub_9389h: + add a,c ;9389 81 . + adc a,c ;938a 89 . + add a,b ;938b 80 . +sub_938ch: + sub e ;938c 93 . + add a,b ;938d 80 . +sub_938eh: + sbc a,b ;938e 98 . + add a,c ;938f 81 . + sbc a,e ;9390 9b . + add a,h ;9391 84 . + nop ;9392 00 . +sub_9393h: + adc a,d ;9393 8a . + and (hl) ;9394 a6 . + call po,sub_9e96h ;9395 e4 96 9e . . . +sub_9398h: + inc e ;9398 1c . +sub_9399h: + sbc a,b ;9399 98 . +sub_939ah: + sub a ;939a 97 . +sub_939bh: + call po,sub_949bh ;939b e4 9b 94 . . . +sub_939eh: + sbc a,h ;939e 9c . + sub b ;939f 90 . +sub_93a0h: + sbc a,h ;93a0 9c . +sub_93a1h: + adc a,b ;93a1 88 . + sbc a,e ;93a2 9b . + add a,h ;93a3 84 . + sbc a,b ;93a4 98 . + add a,c ;93a5 81 . + sub e ;93a6 93 . + add a,b ;93a7 80 . + adc a,c ;93a8 89 . + add a,b ;93a9 80 . + add a,h ;93aa 84 . + add a,c ;93ab 81 . + add a,c ;93ac 81 . + add a,h ;93ad 84 . + add a,b ;93ae 80 . + adc a,b ;93af 88 . + add a,b ;93b0 80 . + sub b ;93b1 90 . + add a,c ;93b2 81 . + sub h ;93b3 94 . + add a,h ;93b4 84 . + sub a ;93b5 97 . + adc a,c ;93b6 89 . + sbc a,b ;93b7 98 . + sub e ;93b8 93 . + sbc a,b ;93b9 98 . + sbc a,b ;93ba 98 . + sub a ;93bb 97 . + nop ;93bc 00 . + adc a,d ;93bd 8a . + and (hl) ;93be a6 . + call po,sub_9e96h ;93bf e4 96 9e . . . + inc e ;93c2 1c . + add a,b ;93c3 80 . + sbc a,b ;93c4 98 . + call po,sub_8880h ;93c5 e4 80 88 . . . + add a,c ;93c8 81 . + add a,h ;93c9 84 . + add a,h ;93ca 84 . + add a,c ;93cb 81 . + adc a,c ;93cc 89 . + add a,b ;93cd 80 . + sub d ;93ce 92 . + add a,b ;93cf 80 . + sub a ;93d0 97 . + add a,c ;93d1 81 . + sbc a,d ;93d2 9a . + add a,h ;93d3 84 . + sbc a,h ;93d4 9c . + adc a,b ;93d5 88 . + inc e ;93d6 1c . + sbc a,h ;93d7 9c . + sbc a,b ;93d8 98 . + call po,sub_809ch ;93d9 e4 9c 80 . . . + nop ;93dc 00 . + sub (hl) ;93dd 96 . + sbc a,(hl) ;93de 9e . + call po,09e93h ;93df e4 93 9e . . . + sub e ;93e2 93 . + and b ;93e3 a0 . + sub (hl) ;93e4 96 . + and b ;93e5 a0 . + sub (hl) ;93e6 96 . + sbc a,(hl) ;93e7 9e . + inc e ;93e8 1c . + adc a,c ;93e9 89 . + sbc a,(hl) ;93ea 9e . + call po,sub_9e86h ;93eb e4 86 9e . . . + add a,(hl) ;93ee 86 . + and b ;93ef a0 . + adc a,c ;93f0 89 . + and b ;93f1 a0 . + adc a,c ;93f2 89 . + sbc a,(hl) ;93f3 9e . + inc e ;93f4 1c . + add a,d ;93f5 82 . + sub (hl) ;93f6 96 . + call po,sub_9784h ;93f7 e4 84 97 . . . + adc a,d ;93fa 8a . + sbc a,b ;93fb 98 . +sub_93fch: + sub d ;93fc 92 . +sub_93fdh: + sbc a,b ;93fd 98 . + sbc a,b ;93fe 98 . + sub a ;93ff 97 . + sbc a,e ;9400 9b . + sub h ;9401 94 . + sbc a,h ;9402 9c . + sub b ;9403 90 . + sbc a,h ;9404 9c . + add a,l ;9405 85 . + sbc a,c ;9406 99 . + add a,c ;9407 81 . + sub h ;9408 94 . + add a,b ;9409 80 . + adc a,e ;940a 8b . + add a,b ;940b 80 . + add a,h ;940c 84 . + add a,c ;940d 81 . + add a,c ;940e 81 . + add a,e ;940f 83 . + add a,b ;9410 80 . + add a,(hl) ;9411 86 . + add a,b ;9412 80 . + adc a,b ;9413 88 . + add a,c ;9414 81 . + adc a,e ;9415 8b . + add a,h ;9416 84 . + adc a,l ;9417 8d . + adc a,b ;9418 88 . + adc a,(hl) ;9419 8e . + sub h ;941a 94 . + adc a,(hl) ;941b 8e . + sbc a,c ;941c 99 . + adc a,l ;941d 8d . + sbc a,h ;941e 9c . + adc a,c ;941f 89 . + sbc a,h ;9420 9c . + add a,b ;9421 80 . + nop ;9422 00 . + add a,(hl) ;9423 86 . + sbc a,(hl) ;9424 9e . + call po,sub_a086h ;9425 e4 86 a0 . . . + adc a,c ;9428 89 . + and b ;9429 a0 . + adc a,c ;942a 89 . + sbc a,(hl) ;942b 9e . + add a,(hl) ;942c 86 . + sbc a,(hl) ;942d 9e . + inc e ;942e 1c . + sub e ;942f 93 . + sbc a,(hl) ;9430 9e . + call po,sub_a093h ;9431 e4 93 a0 . . . + sub (hl) ;9434 96 . + and b ;9435 a0 . + sub (hl) ;9436 96 . + sbc a,(hl) ;9437 9e . + sub e ;9438 93 . + sbc a,(hl) ;9439 9e . + inc e ;943a 1c . + add a,b ;943b 80 . + adc a,l ;943c 8d . + call po,sub_8d9ah+2 ;943d e4 9c 8d . . . + sbc a,h ;9440 9c . + sub b ;9441 90 . + sbc a,e ;9442 9b . + sub h ;9443 94 . + sbc a,b ;9444 98 . + sub a ;9445 97 . + sub c ;9446 91 . + sbc a,b ;9447 98 . + adc a,c ;9448 89 . + sbc a,b ;9449 98 . + add a,h ;944a 84 . + sub a ;944b 97 . + add a,c ;944c 81 . + sub h ;944d 94 . + add a,b ;944e 80 . + sub b ;944f 90 . + add a,b ;9450 80 . + adc a,b ;9451 88 . + add a,c ;9452 81 . + add a,h ;9453 84 . + add a,h ;9454 84 . + add a,c ;9455 81 . + adc a,c ;9456 89 . + add a,b ;9457 80 . + sub e ;9458 93 . + add a,b ;9459 80 . + sbc a,b ;945a 98 . + add a,c ;945b 81 . + sbc a,e ;945c 9b . + add a,h ;945d 84 . + nop ;945e 00 . + sub (hl) ;945f 96 . + sbc a,(hl) ;9460 9e . + call po,09e93h ;9461 e4 93 9e . . . + sub e ;9464 93 . + and b ;9465 a0 . + sub (hl) ;9466 96 . + and b ;9467 a0 . + sub (hl) ;9468 96 . + sbc a,(hl) ;9469 9e . + inc e ;946a 1c . + adc a,c ;946b 89 . + sbc a,(hl) ;946c 9e . + call po,sub_9e86h ;946d e4 86 9e . . . + add a,(hl) ;9470 86 . + and b ;9471 a0 . + adc a,c ;9472 89 . + and b ;9473 a0 . + adc a,c ;9474 89 . + sbc a,(hl) ;9475 9e . + inc e ;9476 1c . + add a,b ;9477 80 . + adc a,b ;9478 88 . + call po,sub_9080h ;9479 e4 80 90 . . . + add a,c ;947c 81 . + sub h ;947d 94 . + add a,h ;947e 84 . + sub a ;947f 97 . +sub_9480h: + adc a,c ;9480 89 . +sub_9481h: + sbc a,b ;9481 98 . +sub_9482h: + sub e ;9482 93 . + sbc a,b ;9483 98 . + sbc a,b ;9484 98 . +sub_9485h: + sub a ;9485 97 . +sub_9486h: + sbc a,e ;9486 9b . + sub h ;9487 94 . +sub_9488h: + sbc a,h ;9488 9c . +sub_9489h: + sub b ;9489 90 . +sub_948ah: + sbc a,h ;948a 9c . +sub_948bh: + adc a,b ;948b 88 . + sbc a,e ;948c 9b . +sub_948dh: + add a,h ;948d 84 . +sub_948eh: + sbc a,b ;948e 98 . +sub_948fh: + add a,c ;948f 81 . + sub e ;9490 93 . + add a,b ;9491 80 . + adc a,c ;9492 89 . +sub_9493h: + add a,b ;9493 80 . +sub_9494h: + add a,h ;9494 84 . +sub_9495h: + add a,c ;9495 81 . +sub_9496h: + add a,c ;9496 81 . + add a,h ;9497 84 . +sub_9498h: + add a,b ;9498 80 . + adc a,b ;9499 88 . + nop ;949a 00 . +sub_949bh: + sub (hl) ;949b 96 . +sub_949ch: + sbc a,(hl) ;949c 9e . + call po,09e93h ;949d e4 93 9e . . . +sub_94a0h: + sub e ;94a0 93 . +sub_94a1h: + and b ;94a1 a0 . +sub_94a2h: + sub (hl) ;94a2 96 . + and b ;94a3 a0 . + sub (hl) ;94a4 96 . + sbc a,(hl) ;94a5 9e . + inc e ;94a6 1c . + adc a,c ;94a7 89 . + sbc a,(hl) ;94a8 9e . + call po,sub_9e86h ;94a9 e4 86 9e . . . + add a,(hl) ;94ac 86 . + and b ;94ad a0 . + adc a,c ;94ae 89 . + and b ;94af a0 . + adc a,c ;94b0 89 . + sbc a,(hl) ;94b1 9e . + inc e ;94b2 1c . + add a,b ;94b3 80 . + sbc a,b ;94b4 98 . + call po,sub_8880h ;94b5 e4 80 88 . . . + add a,c ;94b8 81 . + add a,h ;94b9 84 . + add a,h ;94ba 84 . + add a,c ;94bb 81 . + adc a,c ;94bc 89 . + add a,b ;94bd 80 . + sub d ;94be 92 . + add a,b ;94bf 80 . + sub a ;94c0 97 . + add a,c ;94c1 81 . + sbc a,d ;94c2 9a . + add a,h ;94c3 84 . + sbc a,h ;94c4 9c . + adc a,b ;94c5 88 . + inc e ;94c6 1c . + sbc a,h ;94c7 9c . + sbc a,b ;94c8 98 . + call po,sub_809ch ;94c9 e4 9c 80 . . . + nop ;94cc 00 . + adc a,(hl) ;94cd 8e . + and (hl) ;94ce a6 . + call po,sub_a88bh ;94cf e4 8b a8 . . . + adc a,e ;94d2 8b . + xor e ;94d3 ab . + adc a,(hl) ;94d4 8e . + xor l ;94d5 ad . + sub d ;94d6 92 . + xor l ;94d7 ad . + sub l ;94d8 95 . + xor e ;94d9 ab . + sub l ;94da 95 . + xor b ;94db a8 . + sub d ;94dc 92 . + and (hl) ;94dd a6 . + adc a,(hl) ;94de 8e . + and (hl) ;94df a6 . + inc e ;94e0 1c . + add a,b ;94e1 80 . + add a,b ;94e2 80 . + call po,sub_a090h ;94e3 e4 90 a0 . . . + and b ;94e6 a0 . + add a,b ;94e7 80 . + inc e ;94e8 1c . + add a,h ;94e9 84 . + adc a,b ;94ea 88 . + call po,0889ch ;94eb e4 9c 88 . . . + nop ;94ee 00 . + add a,h ;94ef 84 . + sbc a,(hl) ;94f0 9e . + call po,sub_a48eh ;94f1 e4 8e a4 . . . + sbc a,b ;94f4 98 . + sbc a,(hl) ;94f5 9e . + inc e ;94f6 1c . + add a,(hl) ;94f7 86 . + sub (hl) ;94f8 96 . + call po,sub_9692h ;94f9 e4 92 96 . . . + sub d ;94fc 92 . + add a,b ;94fd 80 . + inc e ;94fe 1c . + add a,(hl) ;94ff 86 . + add a,b ;9500 80 . + call po,sub_809ah ;9501 e4 9a 80 . . . + nop ;9504 00 . + add a,e ;9505 83 . + add a,b ;9506 80 . + call po,sub_a09dh ;9507 e4 9d a0 . . . + inc e ;950a 1c . + add a,b ;950b 80 . + adc a,h ;950c 8c . + call po,sub_9480h ;950d e4 80 94 . . . + add a,c ;9510 81 . + sbc a,d ;9511 9a . + add a,e ;9512 83 . + sbc a,l ;9513 9d . + add a,(hl) ;9514 86 . + sbc a,a ;9515 9f . + adc a,h ;9516 8c . + and b ;9517 a0 . + sub h ;9518 94 . + and b ;9519 a0 . + sbc a,d ;951a 9a . + sbc a,a ;951b 9f . + sbc a,l ;951c 9d . + sbc a,l ;951d 9d . + sbc a,a ;951e 9f . + sbc a,d ;951f 9a . + and b ;9520 a0 . + sub h ;9521 94 . + and b ;9522 a0 . + adc a,h ;9523 8c . + sbc a,a ;9524 9f . + add a,(hl) ;9525 86 . + sbc a,l ;9526 9d . + add a,e ;9527 83 . + sbc a,d ;9528 9a . + add a,c ;9529 81 . + sub h ;952a 94 . + add a,b ;952b 80 . + adc a,h ;952c 8c . + add a,b ;952d 80 . + add a,(hl) ;952e 86 . + add a,c ;952f 81 . + add a,e ;9530 83 . + add a,e ;9531 83 . + add a,c ;9532 81 . + add a,(hl) ;9533 86 . + add a,b ;9534 80 . + adc a,h ;9535 8c . + nop ;9536 00 . + call po,sub_a08dh+1 ;9537 e4 8e a0 . . . + and b ;953a a0 . + and b ;953b a0 . + inc e ;953c 1c . + and b ;953d a0 . + sub b ;953e 90 . + call po,sub_9087h ;953f e4 87 90 . . . + inc e ;9542 1c . + sub c ;9543 91 . + and b ;9544 a0 . + call po,sub_8091h ;9545 e4 91 80 . . . + and b ;9548 a0 . + add a,b ;9549 80 . + nop ;954a 00 . + adc a,(hl) ;954b 8e . + sbc a,(hl) ;954c 9e . + call po,sub_a08bh ;954d e4 8b a0 . . . + adc a,e ;9550 8b . + and e ;9551 a3 . + adc a,(hl) ;9552 8e . + and l ;9553 a5 . + sub d ;9554 92 . + and l ;9555 a5 . + sub l ;9556 95 . + and e ;9557 a3 . + sub l ;9558 95 . + and b ;9559 a0 . + sub d ;955a 92 . + sbc a,(hl) ;955b 9e . + adc a,(hl) ;955c 8e . + sbc a,(hl) ;955d 9e . + inc e ;955e 1c . + add a,d ;955f 82 . + sub (hl) ;9560 96 . + call po,sub_9784h ;9561 e4 84 97 . . . + adc a,d ;9564 8a . + sbc a,b ;9565 98 . + sub d ;9566 92 . + sbc a,b ;9567 98 . + sbc a,b ;9568 98 . + sub a ;9569 97 . + sbc a,e ;956a 9b . + sub h ;956b 94 . + sbc a,h ;956c 9c . + sub b ;956d 90 . + sbc a,h ;956e 9c . + add a,h ;956f 84 . + sbc a,c ;9570 99 . + add a,c ;9571 81 . + sub h ;9572 94 . + add a,b ;9573 80 . + adc a,e ;9574 8b . + add a,b ;9575 80 . + add a,h ;9576 84 . + add a,c ;9577 81 . + add a,c ;9578 81 . + add a,e ;9579 83 . + add a,b ;957a 80 . + add a,(hl) ;957b 86 . + add a,b ;957c 80 . + adc a,b ;957d 88 . + add a,c ;957e 81 . + adc a,e ;957f 8b . +sub_9580h: + add a,h ;9580 84 . +sub_9581h: + adc a,l ;9581 8d . + adc a,b ;9582 88 . + adc a,(hl) ;9583 8e . +sub_9584h: + sub h ;9584 94 . + adc a,(hl) ;9585 8e . +sub_9586h: + sbc a,c ;9586 99 . + adc a,l ;9587 8d . +sub_9588h: + sbc a,h ;9588 9c . +sub_9589h: + adc a,c ;9589 89 . + sbc a,h ;958a 9c . + add a,b ;958b 80 . + nop ;958c 00 . + adc a,b ;958d 88 . +sub_958eh: + sbc a,(hl) ;958e 9e . + call po,sub_a694h ;958f e4 94 a6 . . . + inc e ;9592 1c . + add a,(hl) ;9593 86 . + sub (hl) ;9594 96 . +sub_9595h: + call po,sub_9692h ;9595 e4 92 96 . . . + sub d ;9598 92 . +sub_9599h: + add a,b ;9599 80 . + inc e ;959a 1c . + add a,(hl) ;959b 86 . +sub_959ch: + add a,b ;959c 80 . + call po,sub_809ah ;959d e4 9a 80 . . . +sub_95a0h: + nop ;95a0 00 . +sub_95a1h: + add a,d ;95a1 82 . + add a,b ;95a2 80 . + call po,sub_989eh ;95a3 e4 9e 98 . . . + inc e ;95a6 1c . + sbc a,h ;95a7 9c . + sub (hl) ;95a8 96 . + call po,sub_9896h ;95a9 e4 96 98 . . . + adc a,d ;95ac 8a . + sbc a,b ;95ad 98 . + add a,h ;95ae 84 . + sub (hl) ;95af 96 . + add a,d ;95b0 82 . + sub d ;95b1 92 . + add a,d ;95b2 82 . + add a,(hl) ;95b3 86 . + add a,h ;95b4 84 . + add a,d ;95b5 82 . + adc a,d ;95b6 8a . + add a,b ;95b7 80 . + sub (hl) ;95b8 96 . + add a,b ;95b9 80 . + sbc a,h ;95ba 9c . + add a,d ;95bb 82 . + sbc a,(hl) ;95bc 9e . + add a,(hl) ;95bd 86 . + sbc a,(hl) ;95be 9e . + sub d ;95bf 92 . + sbc a,h ;95c0 9c . + sub (hl) ;95c1 96 . + nop ;95c2 00 . + add a,c ;95c3 81 . + sub a ;95c4 97 . + call po,sub_9884h ;95c5 e4 84 98 . . . + adc a,e ;95c8 8b . + sbc a,b ;95c9 98 . + adc a,(hl) ;95ca 8e . + sub a ;95cb 97 . + sub b ;95cc 90 . + sub h ;95cd 94 . + sub b ;95ce 90 . + add a,h ;95cf 84 . + adc a,(hl) ;95d0 8e . + add a,c ;95d1 81 . + adc a,e ;95d2 8b . + add a,b ;95d3 80 . + add a,h ;95d4 84 . + add a,b ;95d5 80 . + add a,d ;95d6 82 . + add a,c ;95d7 81 . + add a,b ;95d8 80 . + add a,e ;95d9 83 . + add a,b ;95da 80 . + adc a,d ;95db 8a . + add a,d ;95dc 82 . + adc a,l ;95dd 8d . + add a,(hl) ;95de 86 . + adc a,(hl) ;95df 8e . + sub b ;95e0 90 . + adc a,(hl) ;95e1 8e . + and b ;95e2 a0 . + adc a,(hl) ;95e3 8e . + and b ;95e4 a0 . + sub h ;95e5 94 . + sbc a,(hl) ;95e6 9e . + sub a ;95e7 97 . + sbc a,e ;95e8 9b . + sbc a,b ;95e9 98 . + sub l ;95ea 95 . + sbc a,b ;95eb 98 . + sub d ;95ec 92 . + sub a ;95ed 97 . + sub b ;95ee 90 . + sub h ;95ef 94 . + inc e ;95f0 1c . + sub b ;95f1 90 . + add a,h ;95f2 84 . + call po,sub_8192h ;95f3 e4 92 81 . . . + sub h ;95f6 94 . + add a,b ;95f7 80 . + sbc a,h ;95f8 9c . + add a,b ;95f9 80 . + sbc a,(hl) ;95fa 9e . + add a,c ;95fb 81 . + and b ;95fc a0 . + add a,h ;95fd 84 . + nop ;95fe 00 . + sub l ;95ff 95 . + xor b ;9600 a8 . + call po,sub_a898h ;9601 e4 98 a8 . . . + sbc a,b ;9604 98 . + and (hl) ;9605 a6 . + sub l ;9606 95 . + and (hl) ;9607 a6 . + sub l ;9608 95 . + xor b ;9609 a8 . + inc e ;960a 1c . + adc a,b ;960b 88 . + xor b ;960c a8 . + call po,sub_a88bh ;960d e4 8b a8 . . . + adc a,e ;9610 8b . + and (hl) ;9611 a6 . + adc a,b ;9612 88 . + and (hl) ;9613 a6 . + adc a,b ;9614 88 . + xor b ;9615 a8 . + inc e ;9616 1c . + add a,b ;9617 80 . + add a,b ;9618 80 . + call po,sub_a090h ;9619 e4 90 a0 . . . + and b ;961c a0 . + add a,b ;961d 80 . + inc e ;961e 1c . + add a,h ;961f 84 . + adc a,b ;9620 88 . + call po,0889ch ;9621 e4 9c 88 . . . + nop ;9624 00 . + adc a,d ;9625 8a . + and (hl) ;9626 a6 . + call po,sub_9e96h ;9627 e4 96 9e . . . + inc e ;962a 1c . + add a,(hl) ;962b 86 . + sub (hl) ;962c 96 . + call po,sub_9692h ;962d e4 92 96 . . . + sub d ;9630 92 . + add a,b ;9631 80 . + inc e ;9632 1c . + add a,(hl) ;9633 86 . + add a,b ;9634 80 . + call po,sub_809ah ;9635 e4 9a 80 . . . + nop ;9638 00 . + sub l ;9639 95 . + xor b ;963a a8 . + call po,sub_a898h ;963b e4 98 a8 . . . + sbc a,b ;963e 98 . + and (hl) ;963f a6 . + sub l ;9640 95 . + and (hl) ;9641 a6 . + sub l ;9642 95 . + xor b ;9643 a8 . + inc e ;9644 1c . + adc a,b ;9645 88 . + xor b ;9646 a8 . + call po,sub_a88bh ;9647 e4 8b a8 . . . + adc a,e ;964a 8b . + and (hl) ;964b a6 . + adc a,b ;964c 88 . + and (hl) ;964d a6 . + adc a,b ;964e 88 . + xor b ;964f a8 . + inc e ;9650 1c . + add a,b ;9651 80 . + adc a,h ;9652 8c . + call po,sub_9480h ;9653 e4 80 94 . . . + add a,c ;9656 81 . + sbc a,d ;9657 9a . + add a,e ;9658 83 . + sbc a,l ;9659 9d . + add a,(hl) ;965a 86 . + sbc a,a ;965b 9f . + adc a,h ;965c 8c . + and b ;965d a0 . + sub h ;965e 94 . + and b ;965f a0 . + sbc a,d ;9660 9a . + sbc a,a ;9661 9f . + sbc a,l ;9662 9d . + sbc a,l ;9663 9d . + sbc a,a ;9664 9f . + sbc a,d ;9665 9a . + and b ;9666 a0 . + sub h ;9667 94 . + and b ;9668 a0 . + adc a,h ;9669 8c . + sbc a,a ;966a 9f . + add a,(hl) ;966b 86 . + sbc a,l ;966c 9d . + add a,e ;966d 83 . + sbc a,d ;966e 9a . + add a,c ;966f 81 . + sub h ;9670 94 . + add a,b ;9671 80 . + adc a,h ;9672 8c . + add a,b ;9673 80 . + add a,(hl) ;9674 86 . + add a,c ;9675 81 . + add a,e ;9676 83 . + add a,e ;9677 83 . + add a,c ;9678 81 . + add a,(hl) ;9679 86 . + add a,b ;967a 80 . + adc a,h ;967b 8c . + nop ;967c 00 . + sub l ;967d 95 . + xor b ;967e a8 . + call po,sub_a898h ;967f e4 98 a8 . . . +sub_9682h: + sbc a,b ;9682 98 . +sub_9683h: + and (hl) ;9683 a6 . +sub_9684h: + sub l ;9684 95 . +sub_9685h: + and (hl) ;9685 a6 . +sub_9686h: + sub l ;9686 95 . + xor b ;9687 a8 . +sub_9688h: + inc e ;9688 1c . + adc a,b ;9689 88 . +sub_968ah: + xor b ;968a a8 . + call po,sub_a88bh ;968b e4 8b a8 . . . + adc a,e ;968e 8b . + and (hl) ;968f a6 . + adc a,b ;9690 88 . +sub_9691h: + and (hl) ;9691 a6 . +sub_9692h: + adc a,b ;9692 88 . +sub_9693h: + xor b ;9693 a8 . +sub_9694h: + inc e ;9694 1c . + add a,b ;9695 80 . +sub_9696h: + and b ;9696 a0 . + call po,sub_8c80h ;9697 e4 80 8c . . . +sub_969ah: + add a,c ;969a 81 . +sub_969bh: + add a,(hl) ;969b 86 . +sub_969ch: + add a,e ;969c 83 . +sub_969dh: + add a,e ;969d 83 . +sub_969eh: + add a,(hl) ;969e 86 . + add a,c ;969f 81 . +sub_96a0h: + adc a,h ;96a0 8c . +sub_96a1h: + add a,b ;96a1 80 . + sub h ;96a2 94 . + add a,b ;96a3 80 . + sbc a,d ;96a4 9a . + add a,c ;96a5 81 . + sbc a,l ;96a6 9d . + add a,e ;96a7 83 . + sbc a,a ;96a8 9f . + add a,(hl) ;96a9 86 . + and b ;96aa a0 . + adc a,h ;96ab 8c . + and b ;96ac a0 . + and b ;96ad a0 . + nop ;96ae 00 . + adc a,h ;96af 8c . + and (hl) ;96b0 a6 . + call po,sub_ae98h ;96b1 e4 98 ae . . . + inc e ;96b4 1c . + add a,b ;96b5 80 . + sub c ;96b6 91 . + call po,sub_919ah ;96b7 e4 9a 91 . . . + inc e ;96ba 1c . + and b ;96bb a0 . + and b ;96bc a0 . + call po,sub_a080h ;96bd e4 80 a0 . . . + add a,b ;96c0 80 . + add a,b ;96c1 80 . + and b ;96c2 a0 . + add a,b ;96c3 80 . + nop ;96c4 00 . + add a,(hl) ;96c5 86 . + sbc a,(hl) ;96c6 9e . + call po,sub_a086h ;96c7 e4 86 a0 . . . + adc a,c ;96ca 89 . + and b ;96cb a0 . + adc a,c ;96cc 89 . + sbc a,(hl) ;96cd 9e . + add a,(hl) ;96ce 86 . + sbc a,(hl) ;96cf 9e . + inc e ;96d0 1c . + sub e ;96d1 93 . + sbc a,(hl) ;96d2 9e . + call po,sub_a093h ;96d3 e4 93 a0 . . . + sub (hl) ;96d6 96 . + and b ;96d7 a0 . + sub (hl) ;96d8 96 . + sbc a,(hl) ;96d9 9e . + sub e ;96da 93 . + sbc a,(hl) ;96db 9e . + inc e ;96dc 1c . + add a,(hl) ;96dd 86 . + sub (hl) ;96de 96 . + call po,sub_9692h ;96df e4 92 96 . . . + sub d ;96e2 92 . + add a,b ;96e3 80 . + inc e ;96e4 1c . + add a,(hl) ;96e5 86 . + add a,b ;96e6 80 . + call po,sub_809ah ;96e7 e4 9a 80 . . . + nop ;96ea 00 . + add a,d ;96eb 82 . + add a,b ;96ec 80 . + call po,sub_9682h ;96ed e4 82 96 . . . + add a,e ;96f0 83 . + sbc a,d ;96f1 9a . + add a,l ;96f2 85 . + sbc a,l ;96f3 9d . + adc a,b ;96f4 88 . + sbc a,a ;96f5 9f . + adc a,h ;96f6 8c . + and b ;96f7 a0 . + sub d ;96f8 92 . + and b ;96f9 a0 . + sub a ;96fa 97 . + sbc a,a ;96fb 9f . + sbc a,d ;96fc 9a . + sbc a,l ;96fd 9d . + sbc a,h ;96fe 9c . + sbc a,d ;96ff 9a . + sbc a,h ;9700 9c . + sub a ;9701 97 . + sbc a,e ;9702 9b . + sub h ;9703 94 . + sbc a,b ;9704 98 . + sub d ;9705 92 . + sub h ;9706 94 . + sub c ;9707 91 . + adc a,(hl) ;9708 8e . + sub c ;9709 91 . + inc e ;970a 1c . + sub h ;970b 94 . + sub c ;970c 91 . + call po,sub_8f99h ;970d e4 99 8f . . . + sbc a,h ;9710 9c . + adc a,l ;9711 8d . + sbc a,(hl) ;9712 9e . + adc a,d ;9713 8a . + sbc a,(hl) ;9714 9e . + add a,(hl) ;9715 86 . + sbc a,h ;9716 9c . + add a,e ;9717 83 . + sbc a,c ;9718 99 . + add a,c ;9719 81 . + sub l ;971a 95 . + add a,b ;971b 80 . + adc a,(hl) ;971c 8e . +sub_971dh: + add a,b ;971d 80 . + adc a,d ;971e 8a . + add a,c ;971f 81 . + nop ;9720 00 . + add a,(hl) ;9721 86 . + and (hl) ;9722 a6 . + call po,0ac90h ;9723 e4 90 ac . . . + sbc a,d ;9726 9a . + and (hl) ;9727 a6 . + inc e ;9728 1c . + sbc a,d ;9729 9a . + sbc a,a ;972a 9f . + call po,sub_9d9dh ;972b e4 9d 9d . . . + sbc a,a ;972e 9f . + sbc a,d ;972f 9a . + and b ;9730 a0 . + sub h ;9731 94 . + and b ;9732 a0 . + adc a,h ;9733 8c . + sbc a,a ;9734 9f . + add a,(hl) ;9735 86 . + sbc a,l ;9736 9d . + add a,e ;9737 83 . + sbc a,d ;9738 9a . + add a,c ;9739 81 . + sub h ;973a 94 . + add a,b ;973b 80 . + adc a,h ;973c 8c . + add a,b ;973d 80 . + add a,(hl) ;973e 86 . + add a,c ;973f 81 . + add a,e ;9740 83 . + add a,e ;9741 83 . + add a,c ;9742 81 . + add a,(hl) ;9743 86 . + add a,b ;9744 80 . + adc a,h ;9745 8c . + add a,b ;9746 80 . + sub h ;9747 94 . + add a,c ;9748 81 . + sbc a,d ;9749 9a . + add a,e ;974a 83 . + sbc a,l ;974b 9d . + add a,(hl) ;974c 86 . + sbc a,a ;974d 9f . + adc a,h ;974e 8c . + and b ;974f a0 . + sub h ;9750 94 . + and b ;9751 a0 . + sbc a,d ;9752 9a . + sbc a,a ;9753 9f . + nop ;9754 00 . + call po,sub_a090h ;9755 e4 90 a0 . . . + inc e ;9758 1c . + sbc a,b ;9759 98 . + xor (hl) ;975a ae . + call po,0a68ch ;975b e4 8c a6 . . . + inc e ;975e 1c . + sub b ;975f 90 . + and b ;9760 a0 . + call po,sub_80a0h ;9761 e4 a0 80 . . . + inc e ;9764 1c . + add a,h ;9765 84 . + adc a,b ;9766 88 . + call po,0889ch ;9767 e4 9c 88 . . . + nop ;976a 00 . + call po,sub_a090h ;976b e4 90 a0 . . . + inc e ;976e 1c . + add a,b ;976f 80 . + and (hl) ;9770 a6 . + call po,sub_ab85h ;9771 e4 85 ab . . . + add a,a ;9774 87 . + xor h ;9775 ac . + adc a,d ;9776 8a . + xor h ;9777 ac . + adc a,l ;9778 8d . + xor e ;9779 ab . + sub e ;977a 93 . + and a ;977b a7 . + sub (hl) ;977c 96 . + and (hl) ;977d a6 . + sbc a,c ;977e 99 . + and (hl) ;977f a6 . +sub_9780h: + sbc a,e ;9780 9b . +sub_9781h: + and a ;9781 a7 . +sub_9782h: + and b ;9782 a0 . + xor h ;9783 ac . +sub_9784h: + inc e ;9784 1c . +sub_9785h: + sub b ;9785 90 . + and b ;9786 a0 . +sub_9787h: + call po,sub_80a0h ;9787 e4 a0 80 . . . +sub_978ah: + inc e ;978a 1c . +sub_978bh: + add a,h ;978b 84 . +sub_978ch: + adc a,b ;978c 88 . + call po,0889ch ;978d e4 9c 88 . . . + nop ;9790 00 . + add a,b ;9791 80 . +sub_9792h: + sbc a,(hl) ;9792 9e . + call po,sub_a284h ;9793 e4 84 a2 . . . + add a,a ;9796 87 . + and e ;9797 a3 . +sub_9798h: + adc a,d ;9798 8a . +sub_9799h: + and e ;9799 a3 . +sub_979ah: + adc a,h ;979a 8c . +sub_979bh: + and d ;979b a2 . +sub_979ch: + sub b ;979c 90 . +sub_979dh: + sbc a,a ;979d 9f . + sub d ;979e 92 . +sub_979fh: + sbc a,(hl) ;979f 9e . +sub_97a0h: + sub l ;97a0 95 . +sub_97a1h: + sbc a,(hl) ;97a1 9e . + sbc a,b ;97a2 98 . +sub_97a3h: + sbc a,a ;97a3 9f . + sbc a,h ;97a4 9c . + and e ;97a5 a3 . + inc e ;97a6 1c . + add a,d ;97a7 82 . + sub (hl) ;97a8 96 . + call po,sub_9784h ;97a9 e4 84 97 . . . + adc a,d ;97ac 8a . + sbc a,b ;97ad 98 . + sub d ;97ae 92 . + sbc a,b ;97af 98 . + sbc a,b ;97b0 98 . + sub a ;97b1 97 . + sbc a,e ;97b2 9b . + sub h ;97b3 94 . + sbc a,h ;97b4 9c . + sub b ;97b5 90 . + sbc a,h ;97b6 9c . + add a,(hl) ;97b7 86 . + sbc a,e ;97b8 9b . + add a,e ;97b9 83 . + sbc a,c ;97ba 99 . + add a,c ;97bb 81 . + sub h ;97bc 94 . + add a,b ;97bd 80 . + adc a,e ;97be 8b . + add a,b ;97bf 80 . + add a,h ;97c0 84 . + add a,c ;97c1 81 . + add a,c ;97c2 81 . + add a,e ;97c3 83 . + add a,b ;97c4 80 . + add a,(hl) ;97c5 86 . + add a,b ;97c6 80 . + adc a,b ;97c7 88 . + add a,c ;97c8 81 . + adc a,e ;97c9 8b . + add a,h ;97ca 84 . + adc a,l ;97cb 8d . + adc a,b ;97cc 88 . + adc a,(hl) ;97cd 8e . + sub h ;97ce 94 . + adc a,(hl) ;97cf 8e . + sbc a,b ;97d0 98 . + adc a,l ;97d1 8d . + sbc a,e ;97d2 9b . + adc a,e ;97d3 8b . + sbc a,h ;97d4 9c . + adc a,b ;97d5 88 . + nop ;97d6 00 . + add a,h ;97d7 84 . + add a,b ;97d8 80 . + call po,sub_a084h ;97d9 e4 84 a0 . . . + sub e ;97dc 93 . + and b ;97dd a0 . + sbc a,d ;97de 9a . + sbc a,a ;97df 9f . + sbc a,l ;97e0 9d . + sbc a,l ;97e1 9d . + sbc a,a ;97e2 9f . + sbc a,d ;97e3 9a . + and b ;97e4 a0 . + sub h ;97e5 94 . + and b ;97e6 a0 . + adc a,h ;97e7 8c . + sbc a,a ;97e8 9f . + add a,(hl) ;97e9 86 . + sbc a,l ;97ea 9d . + add a,e ;97eb 83 . + sbc a,d ;97ec 9a . + add a,c ;97ed 81 . + sub h ;97ee 94 . + add a,b ;97ef 80 . + add a,h ;97f0 84 . + add a,b ;97f1 80 . + inc e ;97f2 1c . + add a,b ;97f3 80 . + sub b ;97f4 90 . + call po,sub_908ch ;97f5 e4 8c 90 . . . + nop ;97f8 00 . + sbc a,h ;97f9 9c . + sub b ;97fa 90 . + call po,sub_949bh ;97fb e4 9b 94 . . . + sbc a,b ;97fe 98 . + sub a ;97ff 97 . + sub e ;9800 93 . + sbc a,b ;9801 98 . + adc a,c ;9802 89 . + sbc a,b ;9803 98 . + add a,h ;9804 84 . + sub a ;9805 97 . + add a,c ;9806 81 . + sub h ;9807 94 . + add a,b ;9808 80 . + sub b ;9809 90 . + add a,b ;980a 80 . + adc a,b ;980b 88 . + add a,c ;980c 81 . + add a,h ;980d 84 . + add a,h ;980e 84 . + add a,c ;980f 81 . + adc a,c ;9810 89 . + add a,b ;9811 80 . + sub e ;9812 93 . + add a,b ;9813 80 . + sbc a,b ;9814 98 . + add a,c ;9815 81 . + sbc a,e ;9816 9b . + add a,h ;9817 84 . + sbc a,h ;9818 9c . + adc a,b ;9819 88 . + inc e ;981a 1c . + sub l ;981b 95 . +sub_981ch: + sbc a,l ;981c 9d . + call po,sub_9da0h ;981d e4 a0 9d . . . + inc e ;9820 1c . + sbc a,h ;9821 9c . + and b ;9822 a0 . + call po,sub_809ch ;9823 e4 9c 80 . . . + nop ;9826 00 . + adc a,h ;9827 8c . + and (hl) ;9828 a6 . + call po,sub_ae98h ;9829 e4 98 ae . . . + inc e ;982c 1c . +sub_982dh: + add a,h ;982d 84 . + and b ;982e a0 . + call po,sub_a09ch ;982f e4 9c a0 . . . + inc e ;9832 1c . + sub b ;9833 90 . + and b ;9834 a0 . + call po,sub_8090h ;9835 e4 90 80 . . . + inc e ;9838 1c . + add a,h ;9839 84 . + add a,b ;983a 80 . + call po,sub_809ch ;983b e4 9c 80 . . . + nop ;983e 00 . + add a,(hl) ;983f 86 . + xor (hl) ;9840 ae . + call po,0a692h ;9841 e4 92 a6 . . . + inc e ;9844 1c . + add a,h ;9845 84 . + and b ;9846 a0 . + call po,sub_a09ch ;9847 e4 9c a0 . . . + inc e ;984a 1c . + sub b ;984b 90 . + and b ;984c a0 . + call po,sub_8090h ;984d e4 90 80 . . . + inc e ;9850 1c . + add a,h ;9851 84 . + add a,b ;9852 80 . + call po,sub_809ch ;9853 e4 9c 80 . . . + nop ;9856 00 . + adc a,h ;9857 8c . + and (hl) ;9858 a6 . + call po,sub_ae98h ;9859 e4 98 ae . . . + inc e ;985c 1c . + sbc a,d ;985d 9a . + sbc a,a ;985e 9f . + call po,sub_9d9dh ;985f e4 9d 9d . . . + sbc a,a ;9862 9f . + sbc a,d ;9863 9a . + and b ;9864 a0 . + sub h ;9865 94 . + and b ;9866 a0 . + adc a,h ;9867 8c . + sbc a,a ;9868 9f . + add a,(hl) ;9869 86 . + sbc a,l ;986a 9d . + add a,e ;986b 83 . + sbc a,d ;986c 9a . + add a,c ;986d 81 . + sub h ;986e 94 . + add a,b ;986f 80 . + adc a,h ;9870 8c . + add a,b ;9871 80 . + add a,(hl) ;9872 86 . + add a,c ;9873 81 . + add a,e ;9874 83 . + add a,e ;9875 83 . + add a,c ;9876 81 . + add a,(hl) ;9877 86 . + add a,b ;9878 80 . + adc a,h ;9879 8c . + add a,b ;987a 80 . + sub h ;987b 94 . + add a,c ;987c 81 . + sbc a,d ;987d 9a . + add a,e ;987e 83 . + sbc a,l ;987f 9d . +sub_9880h: + add a,(hl) ;9880 86 . + sbc a,a ;9881 9f . + adc a,h ;9882 8c . + and b ;9883 a0 . +sub_9884h: + sub h ;9884 94 . +sub_9885h: + and b ;9885 a0 . +sub_9886h: + sbc a,d ;9886 9a . + sbc a,a ;9887 9f . + nop ;9888 00 . +sub_9889h: + add a,(hl) ;9889 86 . +sub_988ah: + xor (hl) ;988a ae . +sub_988bh: + call po,0a692h ;988b e4 92 a6 . . . +sub_988eh: + inc e ;988e 1c . +sub_988fh: + sub h ;988f 94 . + and b ;9890 a0 . +sub_9891h: + call po,sub_9f9ah ;9891 e4 9a 9f . . . +sub_9894h: + sbc a,l ;9894 9d . +sub_9895h: + sbc a,l ;9895 9d . +sub_9896h: + sbc a,a ;9896 9f . + sbc a,d ;9897 9a . +sub_9898h: + and b ;9898 a0 . + sub h ;9899 94 . + and b ;989a a0 . +sub_989bh: + adc a,h ;989b 8c . +sub_989ch: + sbc a,a ;989c 9f . + add a,(hl) ;989d 86 . +sub_989eh: + sbc a,l ;989e 9d . + add a,e ;989f 83 . +sub_98a0h: + sbc a,d ;98a0 9a . +sub_98a1h: + add a,c ;98a1 81 . +sub_98a2h: + sub h ;98a2 94 . +sub_98a3h: + add a,b ;98a3 80 . + adc a,h ;98a4 8c . + add a,b ;98a5 80 . + add a,(hl) ;98a6 86 . + add a,c ;98a7 81 . + add a,e ;98a8 83 . + add a,e ;98a9 83 . + add a,c ;98aa 81 . + add a,(hl) ;98ab 86 . + add a,b ;98ac 80 . + adc a,h ;98ad 8c . + add a,b ;98ae 80 . + sub h ;98af 94 . + add a,c ;98b0 81 . + sbc a,d ;98b1 9a . + add a,e ;98b2 83 . + sbc a,l ;98b3 9d . + add a,(hl) ;98b4 86 . + sbc a,a ;98b5 9f . + adc a,h ;98b6 8c . + and b ;98b7 a0 . + sub h ;98b8 94 . + and b ;98b9 a0 . + nop ;98ba 00 . + add a,b ;98bb 80 . + and (hl) ;98bc a6 . + call po,sub_ab85h ;98bd e4 85 ab . . . + add a,a ;98c0 87 . + xor h ;98c1 ac . + adc a,d ;98c2 8a . + xor h ;98c3 ac . + adc a,l ;98c4 8d . + xor e ;98c5 ab . + sub e ;98c6 93 . + and a ;98c7 a7 . + sub (hl) ;98c8 96 . + and (hl) ;98c9 a6 . + sbc a,c ;98ca 99 . + and (hl) ;98cb a6 . + sbc a,e ;98cc 9b . + and a ;98cd a7 . + and b ;98ce a0 . + xor h ;98cf ac . + inc e ;98d0 1c . + and b ;98d1 a0 . + sub h ;98d2 94 . + call po,sub_8ca0h ;98d3 e4 a0 8c . . . + sbc a,a ;98d6 9f . + add a,(hl) ;98d7 86 . + sbc a,l ;98d8 9d . + add a,e ;98d9 83 . + sbc a,d ;98da 9a . + add a,c ;98db 81 . + sub h ;98dc 94 . + add a,b ;98dd 80 . + adc a,h ;98de 8c . + add a,b ;98df 80 . + add a,(hl) ;98e0 86 . + add a,c ;98e1 81 . + add a,e ;98e2 83 . + add a,e ;98e3 83 . + add a,c ;98e4 81 . + add a,(hl) ;98e5 86 . + add a,b ;98e6 80 . + adc a,h ;98e7 8c . + add a,b ;98e8 80 . + sub h ;98e9 94 . + add a,c ;98ea 81 . + sbc a,d ;98eb 9a . + add a,e ;98ec 83 . + sbc a,l ;98ed 9d . + add a,(hl) ;98ee 86 . + sbc a,a ;98ef 9f . + adc a,h ;98f0 8c . + and b ;98f1 a0 . + sub h ;98f2 94 . + and b ;98f3 a0 . + sbc a,d ;98f4 9a . + sbc a,a ;98f5 9f . + sbc a,l ;98f6 9d . + sbc a,l ;98f7 9d . + sbc a,a ;98f8 9f . + sbc a,d ;98f9 9a . + and b ;98fa a0 . + sub h ;98fb 94 . + nop ;98fc 00 . +sub_98fdh: + add a,b ;98fd 80 . + sbc a,(hl) ;98fe 9e . + call po,sub_a284h ;98ff e4 84 a2 . . . + add a,a ;9902 87 . + and e ;9903 a3 . + adc a,d ;9904 8a . + and e ;9905 a3 . + adc a,h ;9906 8c . + and d ;9907 a2 . + sub b ;9908 90 . + sbc a,a ;9909 9f . + sub d ;990a 92 . + sbc a,(hl) ;990b 9e . + sub l ;990c 95 . + sbc a,(hl) ;990d 9e . + sbc a,b ;990e 98 . + sbc a,a ;990f 9f . + sbc a,h ;9910 9c . + and e ;9911 a3 . + inc e ;9912 1c . + sbc a,h ;9913 9c . + sub b ;9914 90 . + call po,0889ch ;9915 e4 9c 88 . . . + sbc a,e ;9918 9b . + add a,h ;9919 84 . + sbc a,b ;991a 98 . + add a,c ;991b 81 . + sub e ;991c 93 . + add a,b ;991d 80 . + adc a,c ;991e 89 . + add a,b ;991f 80 . + add a,h ;9920 84 . + add a,c ;9921 81 . + add a,c ;9922 81 . + add a,h ;9923 84 . + add a,b ;9924 80 . + adc a,b ;9925 88 . + add a,b ;9926 80 . + sub b ;9927 90 . + add a,c ;9928 81 . + sub h ;9929 94 . + add a,h ;992a 84 . + sub a ;992b 97 . + adc a,c ;992c 89 . + sbc a,b ;992d 98 . + sub e ;992e 93 . + sbc a,b ;992f 98 . + sbc a,b ;9930 98 . + sub a ;9931 97 . + sbc a,e ;9932 9b . + sub h ;9933 94 . + sbc a,h ;9934 9c . + sub b ;9935 90 . + nop ;9936 00 . + add a,(hl) ;9937 86 . + xor h ;9938 ac . + call po,sub_a690h ;9939 e4 90 a6 . . . + sbc a,d ;993c 9a . + xor h ;993d ac . + inc e ;993e 1c . + sbc a,a ;993f 9f . + sbc a,d ;9940 9a . + call po,sub_9d9eh ;9941 e4 9e 9d . . . + sbc a,e ;9944 9b . + sbc a,a ;9945 9f . + sub (hl) ;9946 96 . + and b ;9947 a0 . + adc a,c ;9948 89 . + and b ;9949 a0 . + add a,h ;994a 84 . + sbc a,a ;994b 9f . + add a,c ;994c 81 . + sbc a,l ;994d 9d . + add a,b ;994e 80 . + sbc a,d ;994f 9a . + add a,b ;9950 80 . + sub a ;9951 97 . + add a,c ;9952 81 . + sub h ;9953 94 . + add a,h ;9954 84 . + sub d ;9955 92 . + adc a,c ;9956 89 . + sub c ;9957 91 . + sub a ;9958 97 . + sub b ;9959 90 . + sbc a,h ;995a 9c . + adc a,a ;995b 8f . + sbc a,a ;995c 9f . + adc a,l ;995d 8d . + and b ;995e a0 . + adc a,d ;995f 8a . + and b ;9960 a0 . + add a,(hl) ;9961 86 . + sbc a,a ;9962 9f . + add a,e ;9963 83 . + sbc a,h ;9964 9c . + add a,c ;9965 81 . + sub a ;9966 97 . + add a,b ;9967 80 . + adc a,b ;9968 88 . + add a,b ;9969 80 . + add a,h ;996a 84 . + add a,c ;996b 81 . + add a,c ;996c 81 . + add a,e ;996d 83 . + add a,b ;996e 80 . + add a,(hl) ;996f 86 . + nop ;9970 00 . + add a,h ;9971 84 . + and h ;9972 a4 . + call po,sub_9e8eh ;9973 e4 8e 9e . . . + sbc a,b ;9976 98 . + and h ;9977 a4 . + inc e ;9978 1c . + sbc a,e ;9979 9b . + sub h ;997a 94 . + call po,sub_969ah ;997b e4 9a 96 . . . + sbc a,b ;997e 98 . + sub a ;997f 97 . +sub_9980h: + sub e ;9980 93 . + sbc a,b ;9981 98 . +sub_9982h: + adc a,b ;9982 88 . + sbc a,b ;9983 98 . +sub_9984h: + add a,e ;9984 83 . +sub_9985h: + sub a ;9985 97 . +sub_9986h: + add a,c ;9986 81 . +sub_9987h: + sub (hl) ;9987 96 . + add a,b ;9988 80 . +sub_9989h: + sub h ;9989 94 . + add a,b ;998a 80 . + sub c ;998b 91 . +sub_998ch: + add a,c ;998c 81 . + adc a,a ;998d 8f . + add a,e ;998e 83 . + adc a,(hl) ;998f 8e . +sub_9990h: + adc a,b ;9990 88 . + adc a,l ;9991 8d . +sub_9992h: + sub h ;9992 94 . +sub_9993h: + adc a,l ;9993 8d . +sub_9994h: + sbc a,c ;9994 99 . +sub_9995h: + adc a,h ;9995 8c . +sub_9996h: + sbc a,e ;9996 9b . + adc a,d ;9997 8a . +sub_9998h: + sbc a,h ;9998 9c . +sub_9999h: + adc a,b ;9999 88 . + sbc a,h ;999a 9c . + add a,l ;999b 85 . +sub_999ch: + sbc a,e ;999c 9b . + add a,e ;999d 83 . + sbc a,c ;999e 99 . +sub_999fh: + add a,c ;999f 81 . + sub h ;99a0 94 . +sub_99a1h: + add a,b ;99a1 80 . +sub_99a2h: + adc a,b ;99a2 88 . + add a,b ;99a3 80 . + add a,e ;99a4 83 . + add a,c ;99a5 81 . + add a,c ;99a6 81 . + add a,e ;99a7 83 . + add a,b ;99a8 80 . + add a,l ;99a9 85 . + nop ;99aa 00 . + adc a,h ;99ab 8c . + and (hl) ;99ac a6 . + call po,sub_ae98h ;99ad e4 98 ae . . . + inc e ;99b0 1c . + add a,b ;99b1 80 . + and b ;99b2 a0 . + call po,sub_8c80h ;99b3 e4 80 8c . . . + add a,c ;99b6 81 . + add a,(hl) ;99b7 86 . + add a,e ;99b8 83 . + add a,e ;99b9 83 . + add a,(hl) ;99ba 86 . + add a,c ;99bb 81 . + adc a,h ;99bc 8c . + add a,b ;99bd 80 . + sub h ;99be 94 . + add a,b ;99bf 80 . + sbc a,d ;99c0 9a . + add a,c ;99c1 81 . + sbc a,l ;99c2 9d . + add a,e ;99c3 83 . + sbc a,a ;99c4 9f . + add a,(hl) ;99c5 86 . + and b ;99c6 a0 . + adc a,h ;99c7 8c . + and b ;99c8 a0 . + and b ;99c9 a0 . + nop ;99ca 00 . + adc a,b ;99cb 88 . + and (hl) ;99cc a6 . + call po,sub_a888h ;99cd e4 88 a8 . . . + adc a,e ;99d0 8b . + xor b ;99d1 a8 . + adc a,e ;99d2 8b . + and (hl) ;99d3 a6 . + adc a,b ;99d4 88 . + and (hl) ;99d5 a6 . + inc e ;99d6 1c . + sub l ;99d7 95 . + and (hl) ;99d8 a6 . + call po,sub_a895h ;99d9 e4 95 a8 . . . + sbc a,b ;99dc 98 . + xor b ;99dd a8 . + sbc a,b ;99de 98 . + and (hl) ;99df a6 . + sub l ;99e0 95 . + and (hl) ;99e1 a6 . + inc e ;99e2 1c . + add a,b ;99e3 80 . + and b ;99e4 a0 . + call po,sub_8e90h ;99e5 e4 90 8e . . . + and b ;99e8 a0 . + and b ;99e9 a0 . + inc e ;99ea 1c . + sub b ;99eb 90 . + adc a,(hl) ;99ec 8e . + call po,sub_8090h ;99ed e4 90 80 . . . + nop ;99f0 00 . + add a,(hl) ;99f1 86 . + sbc a,(hl) ;99f2 9e . + call po,sub_a086h ;99f3 e4 86 a0 . . . + adc a,c ;99f6 89 . + and b ;99f7 a0 . + adc a,c ;99f8 89 . + sbc a,(hl) ;99f9 9e . + add a,(hl) ;99fa 86 . + sbc a,(hl) ;99fb 9e . + inc e ;99fc 1c . + sub e ;99fd 93 . + sbc a,(hl) ;99fe 9e . + call po,sub_a093h ;99ff e4 93 a0 . . . + sub (hl) ;9a02 96 . + and b ;9a03 a0 . + sub (hl) ;9a04 96 . + sbc a,(hl) ;9a05 9e . + sub e ;9a06 93 . + sbc a,(hl) ;9a07 9e . + inc e ;9a08 1c . + add a,b ;9a09 80 . + sbc a,b ;9a0a 98 . + call po,sub_8090h ;9a0b e4 90 80 . . . + inc e ;9a0e 1c . + sbc a,h ;9a0f 9c . + sbc a,b ;9a10 98 . + call po,sub_8090h ;9a11 e4 90 80 . . . + adc a,l ;9a14 8d . + ld a,e ;9a15 7b { + adc a,e ;9a16 8b . + ld a,c ;9a17 79 y + adc a,b ;9a18 88 . + ld a,b ;9a19 78 x + add a,l ;9a1a 85 . + ld a,b ;9a1b 78 x + nop ;9a1c 00 . + add a,h ;9a1d 84 . + sub h ;9a1e 94 . + call po,sub_9498h ;9a1f e4 98 94 . . . + sbc a,h ;9a22 9c . + sub e ;9a23 93 . + sbc a,a ;9a24 9f . + sub c ;9a25 91 . + and b ;9a26 a0 . + adc a,(hl) ;9a27 8e . + and b ;9a28 a0 . + adc a,d ;9a29 8a . +sub_9a2ah: + sbc a,a ;9a2a 9f . + add a,a ;9a2b 87 . + sbc a,h ;9a2c 9c . + add a,l ;9a2d 85 . + sbc a,b ;9a2e 98 . + add a,h ;9a2f 84 . + add a,h ;9a30 84 . + add a,h ;9a31 84 . + inc e ;9a32 1c . + add a,b ;9a33 80 . + and b ;9a34 a0 . + call po,sub_a08ch ;9a35 e4 8c a0 . . . + inc e ;9a38 1c . + add a,h ;9a39 84 . + and b ;9a3a a0 . + call po,sub_7884h ;9a3b e4 84 78 . . x + inc e ;9a3e 1c . + add a,b ;9a3f 80 . + ld a,b ;9a40 78 x + call po,sub_788ch ;9a41 e4 8c 78 . . x + nop ;9a44 00 . + add a,b ;9a45 80 . + sub b ;9a46 90 . + call po,sub_9481h ;9a47 e4 81 94 . . . + add a,h ;9a4a 84 . + sub a ;9a4b 97 . + adc a,c ;9a4c 89 . + sbc a,b ;9a4d 98 . + sub e ;9a4e 93 . + sbc a,b ;9a4f 98 . + sbc a,b ;9a50 98 . + sub a ;9a51 97 . + sbc a,e ;9a52 9b . + sub h ;9a53 94 . + sbc a,h ;9a54 9c . + sub b ;9a55 90 . + sbc a,h ;9a56 9c . + adc a,b ;9a57 88 . + sbc a,e ;9a58 9b . + add a,h ;9a59 84 . + sbc a,b ;9a5a 98 . + add a,c ;9a5b 81 . + sub e ;9a5c 93 . + add a,b ;9a5d 80 . + adc a,c ;9a5e 89 . + add a,b ;9a5f 80 . + add a,h ;9a60 84 . + add a,c ;9a61 81 . + add a,c ;9a62 81 . + add a,h ;9a63 84 . + add a,b ;9a64 80 . + adc a,b ;9a65 88 . + inc e ;9a66 1c . + add a,b ;9a67 80 . + and b ;9a68 a0 . + call po,sub_7880h ;9a69 e4 80 78 . . x + nop ;9a6c 00 . + nop ;9a6d 00 . + nop ;9a6e 00 . + nop ;9a6f 00 . + nop ;9a70 00 . + add a,b ;9a71 80 . + sub b ;9a72 90 . + call po,sub_90a0h ;9a73 e4 a0 90 . . . + nop ;9a76 00 . + adc a,d ;9a77 8a . + and b ;9a78 a0 . + call po,0a893h ;9a79 e4 93 a8 . . . + sub e ;9a7c 93 . + sub (hl) ;9a7d 96 . + inc e ;9a7e 1c . + add a,b ;9a7f 80 . +sub_9a80h: + sub b ;9a80 90 . + call po,sub_90a0h ;9a81 e4 a0 90 . . . + inc e ;9a84 1c . +sub_9a85h: + sbc a,e ;9a85 9b . +sub_9a86h: + ld a,h ;9a86 7c | + call po,sub_7c87h ;9a87 e4 87 7c . . | + sub (hl) ;9a8a 96 . +sub_9a8bh: + adc a,d ;9a8b 8a . + sub (hl) ;9a8c 96 . +sub_9a8dh: + ld a,b ;9a8d 78 x +sub_9a8eh: + nop ;9a8e 00 . +sub_9a8fh: + adc a,d ;9a8f 8a . +sub_9a90h: + and b ;9a90 a0 . +sub_9a91h: + call po,0a893h ;9a91 e4 93 a8 . . . +sub_9a94h: + sub e ;9a94 93 . +sub_9a95h: + sub (hl) ;9a95 96 . +sub_9a96h: + inc e ;9a96 1c . + add a,b ;9a97 80 . +sub_9a98h: + sub b ;9a98 90 . +sub_9a99h: + call po,sub_90a0h ;9a99 e4 a0 90 . . . +sub_9a9ch: + inc e ;9a9c 1c . + adc a,c ;9a9d 89 . +sub_9a9eh: + adc a,b ;9a9e 88 . + call po,sub_898bh ;9a9f e4 8b 89 . . . +sub_9aa2h: + adc a,(hl) ;9aa2 8e . +sub_9aa3h: + adc a,d ;9aa3 8a . + sub h ;9aa4 94 . + adc a,d ;9aa5 8a . + sub a ;9aa6 97 . + adc a,c ;9aa7 89 . + sbc a,b ;9aa8 98 . + adc a,b ;9aa9 88 . + sbc a,c ;9aaa 99 . + add a,(hl) ;9aab 86 . + sbc a,c ;9aac 99 . + add a,e ;9aad 83 . + sub a ;9aae 97 . + add a,c ;9aaf 81 . + sub l ;9ab0 95 . + add a,b ;9ab1 80 . + adc a,h ;9ab2 8c . + ld a,l ;9ab3 7d } + adc a,c ;9ab4 89 . + ld a,e ;9ab5 7b { + add a,a ;9ab6 87 . + ld a,b ;9ab7 78 x + sbc a,c ;9ab8 99 . + ld a,b ;9ab9 78 x + nop ;9aba 00 . + adc a,b ;9abb 88 . + sbc a,a ;9abc 9f . + call po,sub_a08dh ;9abd e4 8d a0 . . . + sub e ;9ac0 93 . + and b ;9ac1 a0 . + sub a ;9ac2 97 . + sbc a,a ;9ac3 9f . + sbc a,c ;9ac4 99 . + sbc a,l ;9ac5 9d . + sbc a,d ;9ac6 9a . + sbc a,d ;9ac7 9a . + sbc a,d ;9ac8 9a . + adc a,a ;9ac9 8f . + sbc a,b ;9aca 98 . + adc a,l ;9acb 8d . + sub h ;9acc 94 . + adc a,h ;9acd 8c . + adc a,l ;9ace 8d . + adc a,h ;9acf 8c . + adc a,c ;9ad0 89 . + adc a,l ;9ad1 8d . + add a,a ;9ad2 87 . + adc a,a ;9ad3 8f . + add a,(hl) ;9ad4 86 . + sub c ;9ad5 91 . + add a,(hl) ;9ad6 86 . + sub e ;9ad7 93 . + add a,a ;9ad8 87 . + sub l ;9ad9 95 . + adc a,c ;9ada 89 . + sub a ;9adb 97 . + adc a,l ;9adc 8d . + sbc a,b ;9add 98 . + sub h ;9ade 94 . + sbc a,b ;9adf 98 . + sbc a,b ;9ae0 98 . + sub a ;9ae1 97 . + sbc a,d ;9ae2 9a . + sub l ;9ae3 95 . + inc e ;9ae4 1c . + sbc a,d ;9ae5 9a . + adc a,a ;9ae6 8f . + call po,sub_8c9ah ;9ae7 e4 9a 8c . . . + inc e ;9aea 1c . + add a,b ;9aeb 80 . + add a,(hl) ;9aec 86 . + call po,sub_86a0h ;9aed e4 a0 86 . . . + nop ;9af0 00 . + add a,(hl) ;9af1 86 . + sub e ;9af2 93 . + call po,sub_9986h ;9af3 e4 86 99 . . . + add a,a ;9af6 87 . + sbc a,h ;9af7 9c . + adc a,d ;9af8 8a . + sbc a,a ;9af9 9f . + adc a,(hl) ;9afa 8e . + and b ;9afb a0 . + sub d ;9afc 92 . + and b ;9afd a0 . + sub (hl) ;9afe 96 . + sbc a,a ;9aff 9f . + sbc a,c ;9b00 99 . + sbc a,h ;9b01 9c . + sbc a,d ;9b02 9a . + sbc a,c ;9b03 99 . + sbc a,d ;9b04 9a . + sub e ;9b05 93 . + sbc a,c ;9b06 99 . + sub b ;9b07 90 . + sub (hl) ;9b08 96 . + adc a,l ;9b09 8d . + sub d ;9b0a 92 . + adc a,h ;9b0b 8c . + adc a,(hl) ;9b0c 8e . + adc a,h ;9b0d 8c . + adc a,d ;9b0e 8a . + adc a,l ;9b0f 8d . + add a,a ;9b10 87 . + sub b ;9b11 90 . + add a,(hl) ;9b12 86 . + sub e ;9b13 93 . + inc e ;9b14 1c . + add a,b ;9b15 80 . + add a,(hl) ;9b16 86 . + call po,sub_86a0h ;9b17 e4 a0 86 . . . + nop ;9b1a 00 . + sub b ;9b1b 90 . + add a,b ;9b1c 80 . + call po,sub_8c80h ;9b1d e4 80 8c . . . + sub b ;9b20 90 . + sbc a,b ;9b21 98 . + inc e ;9b22 1c . + and b ;9b23 a0 . + sbc a,b ;9b24 98 . + call po,sub_8c90h ;9b25 e4 90 8c . . . + and b ;9b28 a0 . +sub_9b29h: + add a,b ;9b29 80 . + nop ;9b2a 00 . + call po,sub_9880h ;9b2b e4 80 98 . . . + and b ;9b2e a0 . + sbc a,b ;9b2f 98 . + and b ;9b30 a0 . + add a,b ;9b31 80 . + add a,b ;9b32 80 . + add a,b ;9b33 80 . + nop ;9b34 00 . + call po,sub_8c90h ;9b35 e4 90 8c . . . + add a,b ;9b38 80 . + sbc a,b ;9b39 98 . + inc e ;9b3a 1c . + sub b ;9b3b 90 . + sbc a,b ;9b3c 98 . + call po,sub_8ca0h ;9b3d e4 a0 8c . . . + sub b ;9b40 90 . + add a,b ;9b41 80 . + nop ;9b42 00 . + add a,b ;9b43 80 . + sub e ;9b44 93 . + call po,sub_93a0h ;9b45 e4 a0 93 . . . + inc e ;9b48 1c . + sub b ;9b49 90 . + sbc a,(hl) ;9b4a 9e . + call po,08890h ;9b4b e4 90 88 . . . + inc e ;9b4e 1c . + add a,b ;9b4f 80 . + add a,d ;9b50 82 . + call po,sub_82a0h ;9b51 e4 a0 82 . . . + nop ;9b54 00 . + nop ;9b55 00 . + nop ;9b56 00 . + nop ;9b57 00 . + nop ;9b58 00 . + nop ;9b59 00 . + nop ;9b5a 00 . + nop ;9b5b 00 . + nop ;9b5c 00 . + nop ;9b5d 00 . + call po,sub_a18fh ;9b5e e4 8f a1 . . . + sub c ;9b61 91 . + and c ;9b62 a1 . + and b ;9b63 a0 . + add a,b ;9b64 80 . + inc e ;9b65 1c . + add a,l ;9b66 85 . + adc a,e ;9b67 8b . + call po,sub_8b9bh ;9b68 e4 9b 8b . . . + nop ;9b6b 00 . + call po,sub_a080h ;9b6c e4 80 a0 . . . + sbc a,b ;9b6f 98 . + and b ;9b70 a0 . + sbc a,l ;9b71 9d . + sbc a,(hl) ;9b72 9e . + sbc a,a ;9b73 9f . + sbc a,d ;9b74 9a . + sbc a,a ;9b75 9f . + sub (hl) ;9b76 96 . + sbc a,h ;9b77 9c . + sub d ;9b78 92 . + sub a ;9b79 97 . + sub c ;9b7a 91 . + add a,b ;9b7b 80 . + sub c ;9b7c 91 . + inc e ;9b7d 1c . + sub a ;9b7e 97 . + sub c ;9b7f 91 . +sub_9b80h: + call po,sub_8f9dh ;9b80 e4 9d 8f . . . + and b ;9b83 a0 . +sub_9b84h: + adc a,e ;9b84 8b . +sub_9b85h: + and b ;9b85 a0 . + add a,(hl) ;9b86 86 . +sub_9b87h: + sbc a,l ;9b87 9d . +sub_9b88h: + add a,d ;9b88 82 . +sub_9b89h: + sbc a,d ;9b89 9a . + add a,b ;9b8a 80 . + add a,b ;9b8b 80 . + add a,b ;9b8c 80 . +sub_9b8dh: + nop ;9b8d 00 . + add a,d ;9b8e 82 . + add a,b ;9b8f 80 . + call po,sub_a082h ;9b90 e4 82 a0 . . . + sbc a,a ;9b93 9f . +sub_9b94h: + and b ;9b94 a0 . + nop ;9b95 00 . + call po,sub_a090h ;9b96 e4 90 a0 . . . + sub d ;9b99 92 . +sub_9b9ah: + and b ;9b9a a0 . +sub_9b9bh: + and d ;9b9b a2 . +sub_9b9ch: + add a,b ;9b9c 80 . + add a,b ;9b9d 80 . + add a,b ;9b9e 80 . +sub_9b9fh: + nop ;9b9f 00 . + call po,sub_a080h ;9ba0 e4 80 a0 . . . +sub_9ba3h: + and b ;9ba3 a0 . +sub_9ba4h: + and b ;9ba4 a0 . + inc e ;9ba5 1c . + sbc a,d ;9ba6 9a . + sub c ;9ba7 91 . + call po,sub_9180h ;9ba8 e4 80 91 . . . + inc e ;9bab 1c . + add a,b ;9bac 80 . + add a,b ;9bad 80 . + call po,sub_80a0h ;9bae e4 a0 80 . . . + nop ;9bb1 00 . + add a,c ;9bb2 81 . + and b ;9bb3 a0 . + call po,sub_a09fh ;9bb4 e4 9f a0 . . . + sbc a,a ;9bb7 9f . + sbc a,(hl) ;9bb8 9e . + add a,b ;9bb9 80 . + add a,d ;9bba 82 . + add a,b ;9bbb 80 . + add a,b ;9bbc 80 . + and b ;9bbd a0 . + add a,b ;9bbe 80 . + nop ;9bbf 00 . + call po,sub_a080h ;9bc0 e4 80 a0 . . . + inc e ;9bc3 1c . + add a,b ;9bc4 80 . + sub c ;9bc5 91 . + call po,sub_91a0h ;9bc6 e4 a0 91 . . . + inc e ;9bc9 1c . + and b ;9bca a0 . + and b ;9bcb a0 . + call po,sub_80a0h ;9bcc e4 a0 80 . . . + nop ;9bcf 00 . + add a,e ;9bd0 83 . + add a,d ;9bd1 82 . + call po,sub_8980h ;9bd2 e4 80 89 . . . + add a,b ;9bd5 80 . + sub a ;9bd6 97 . + add a,e ;9bd7 83 . + sbc a,(hl) ;9bd8 9e . + adc a,d ;9bd9 8a . + and c ;9bda a1 . + sbc a,b ;9bdb 98 . + and c ;9bdc a1 . + sbc a,a ;9bdd 9f . + sbc a,(hl) ;9bde 9e . + and d ;9bdf a2 . + sub a ;9be0 97 . + and d ;9be1 a2 . + adc a,c ;9be2 89 . + sbc a,a ;9be3 9f . + add a,d ;9be4 82 . + sbc a,b ;9be5 98 . + ld a,a ;9be6 7f  + adc a,d ;9be7 8a . + ld a,a ;9be8 7f  + add a,e ;9be9 83 . + add a,d ;9bea 82 . + inc e ;9beb 1c . + adc a,c ;9bec 89 . + sub b ;9bed 90 . + call po,sub_9099h ;9bee e4 99 90 . . . + nop ;9bf1 00 . + add a,(hl) ;9bf2 86 . + and b ;9bf3 a0 . + call po,sub_a099h+1 ;9bf4 e4 9a a0 . . . + inc e ;9bf7 1c . + sub b ;9bf8 90 . + and b ;9bf9 a0 . + call po,sub_8090h ;9bfa e4 90 80 . . . + inc e ;9bfd 1c . + add a,h ;9bfe 84 . + add a,b ;9bff 80 . + call po,sub_809ch ;9c00 e4 9c 80 . . . + nop ;9c03 00 . + call po,sub_a080h ;9c04 e4 80 a0 . . . + inc e ;9c07 1c . + sbc a,(hl) ;9c08 9e . + and b ;9c09 a0 . + call po,sub_8a80h ;9c0a e4 80 8a . . . + inc e ;9c0d 1c . + adc a,a ;9c0e 8f . + sub l ;9c0f 95 . + call po,sub_80a0h ;9c10 e4 a0 80 . . . + nop ;9c13 00 . + call po,sub_a08dh+2 ;9c14 e4 8f a0 . . . + sub c ;9c17 91 . + and b ;9c18 a0 . + and b ;9c19 a0 . + add a,b ;9c1a 80 . + nop ;9c1b 00 . + call po,sub_a080h ;9c1c e4 80 a0 . . . + add a,d ;9c1f 82 . + and b ;9c20 a0 . + adc a,a ;9c21 8f . + sub b ;9c22 90 . + sub c ;9c23 91 . + sub b ;9c24 90 . + sbc a,(hl) ;9c25 9e . + and b ;9c26 a0 . + and b ;9c27 a0 . + and b ;9c28 a0 . + and b ;9c29 a0 . + add a,b ;9c2a 80 . + nop ;9c2b 00 . + call po,sub_a080h ;9c2c e4 80 a0 . . . + add a,d ;9c2f 82 . + and b ;9c30 a0 . + sbc a,(hl) ;9c31 9e . + add a,b ;9c32 80 . + and b ;9c33 a0 . + add a,b ;9c34 80 . + and b ;9c35 a0 . + and b ;9c36 a0 . + nop ;9c37 00 . + add a,c ;9c38 81 . + sbc a,d ;9c39 9a . + call po,sub_a081h ;9c3a e4 81 a0 . . . + sbc a,a ;9c3d 9f . + and b ;9c3e a0 . + sbc a,a ;9c3f 9f . + sbc a,d ;9c40 9a . + inc e ;9c41 1c . + sbc a,d ;9c42 9a . + sub c ;9c43 91 . + call po,sub_9186h ;9c44 e4 86 91 . . . + inc e ;9c47 1c . + add a,b ;9c48 80 . + add a,(hl) ;9c49 86 . + call po,sub_8080h ;9c4a e4 80 80 . . . + and b ;9c4d a0 . + add a,b ;9c4e 80 . + and b ;9c4f a0 . + add a,(hl) ;9c50 86 . + nop ;9c51 00 . + add a,b ;9c52 80 . + adc a,c ;9c53 89 . + call po,sub_9780h ;9c54 e4 80 97 . . . + add a,e ;9c57 83 . + sbc a,(hl) ;9c58 9e . + adc a,d ;9c59 8a . + and c ;9c5a a1 . + sbc a,b ;9c5b 98 . + and c ;9c5c a1 . + sbc a,a ;9c5d 9f . + sbc a,(hl) ;9c5e 9e . + and d ;9c5f a2 . + sub a ;9c60 97 . + and d ;9c61 a2 . + adc a,c ;9c62 89 . + sbc a,a ;9c63 9f . + add a,d ;9c64 82 . + sbc a,b ;9c65 98 . + ld a,a ;9c66 7f  + adc a,d ;9c67 8a . + ld a,a ;9c68 7f  + add a,e ;9c69 83 . + add a,d ;9c6a 82 . + add a,b ;9c6b 80 . + adc a,c ;9c6c 89 . + nop ;9c6d 00 . + add a,(hl) ;9c6e 86 . + add a,b ;9c6f 80 . + call po,sub_a086h ;9c70 e4 86 a0 . . . + inc e ;9c73 1c . + add a,b ;9c74 80 . + and b ;9c75 a0 . + call po,sub_a0a0h ;9c76 e4 a0 a0 . . . + inc e ;9c79 1c . + sbc a,d ;9c7a 9a . + and b ;9c7b a0 . + call po,sub_809ah ;9c7c e4 9a 80 . . . + nop ;9c7f 00 . +sub_9c80h: + call po,sub_a080h ;9c80 e4 80 a0 . . . + sbc a,c ;9c83 99 . + and b ;9c84 a0 . +sub_9c85h: + sbc a,(hl) ;9c85 9e . + sbc a,l ;9c86 9d . + and b ;9c87 a0 . +sub_9c88h: + sbc a,c ;9c88 99 . +sub_9c89h: + and b ;9c89 a0 . + sub h ;9c8a 94 . +sub_9c8bh: + sbc a,(hl) ;9c8b 9e . +sub_9c8ch: + sub b ;9c8c 90 . +sub_9c8dh: + sbc a,d ;9c8d 9a . +sub_9c8eh: + adc a,(hl) ;9c8e 8e . + add a,b ;9c8f 80 . + adc a,(hl) ;9c90 8e . +sub_9c91h: + nop ;9c91 00 . +sub_9c92h: + and b ;9c92 a0 . + add a,b ;9c93 80 . +sub_9c94h: + call po,sub_8081h ;9c94 e4 81 80 . . . + add a,c ;9c97 81 . + add a,d ;9c98 82 . +sub_9c99h: + sub a ;9c99 97 . +sub_9c9ah: + sub b ;9c9a 90 . +sub_9c9bh: + sub a ;9c9b 97 . +sub_9c9ch: + sub d ;9c9c 92 . +sub_9c9dh: + add a,e ;9c9d 83 . + sbc a,(hl) ;9c9e 9e . +sub_9c9fh: + add a,e ;9c9f 83 . + and b ;9ca0 a0 . + and b ;9ca1 a0 . +sub_9ca2h: + and b ;9ca2 a0 . + nop ;9ca3 00 . + add a,b ;9ca4 80 . + and b ;9ca5 a0 . + call po,sub_a0a0h ;9ca6 e4 a0 a0 . . . + inc e ;9ca9 1c . + sub b ;9caa 90 . + and b ;9cab a0 . + call po,sub_8090h ;9cac e4 90 80 . . . + nop ;9caf 00 . + add a,b ;9cb0 80 . + and b ;9cb1 a0 . + call po,sub_9f87h ;9cb2 e4 87 9f . . . + adc a,h ;9cb5 8c . + sbc a,l ;9cb6 9d . + adc a,(hl) ;9cb7 8e . + sbc a,e ;9cb8 9b . + sub b ;9cb9 90 . + sbc a,b ;9cba 98 . + sub d ;9cbb 92 . + sbc a,e ;9cbc 9b . + sub h ;9cbd 94 . + sbc a,l ;9cbe 9d . + sbc a,c ;9cbf 99 . + sbc a,a ;9cc0 9f . + and b ;9cc1 a0 . + and b ;9cc2 a0 . + inc e ;9cc3 1c . + sub b ;9cc4 90 . + sbc a,b ;9cc5 98 . + call po,sub_8090h ;9cc6 e4 90 80 . . . + nop ;9cc9 00 . + add a,b ;9cca 80 . + adc a,(hl) ;9ccb 8e . + call po,sub_9480h ;9ccc e4 80 94 . . . + add a,l ;9ccf 85 . + sbc a,e ;9cd0 9b . + adc a,h ;9cd1 8c . + sbc a,l ;9cd2 9d . + sub (hl) ;9cd3 96 . + sbc a,l ;9cd4 9d . + sbc a,l ;9cd5 9d . + sbc a,e ;9cd6 9b . + and d ;9cd7 a2 . + sub h ;9cd8 94 . + and d ;9cd9 a2 . + adc a,(hl) ;9cda 8e . + sbc a,l ;9cdb 9d . + add a,a ;9cdc 87 . + sub (hl) ;9cdd 96 . + add a,l ;9cde 85 . + adc a,h ;9cdf 8c . + add a,l ;9ce0 85 . + add a,l ;9ce1 85 . + add a,a ;9ce2 87 . + add a,b ;9ce3 80 . + adc a,(hl) ;9ce4 8e . + inc e ;9ce5 1c . + sub c ;9ce6 91 . + and c ;9ce7 a1 . + call po,sub_7f91h ;9ce8 e4 91 7f . .  + nop ;9ceb 00 . + call po,sub_a09fh ;9cec e4 9f a0 . . . + inc e ;9cef 1c . + add a,c ;9cf0 81 . + and b ;9cf1 a0 . + call po,sub_80a0h ;9cf2 e4 a0 80 . . . + nop ;9cf5 00 . + add a,b ;9cf6 80 . + and b ;9cf7 a0 . + call po,sub_a083h ;9cf8 e4 83 a0 . . . + add a,(hl) ;9cfb 86 . + sbc a,l ;9cfc 9d . + add a,(hl) ;9cfd 86 . + adc a,a ;9cfe 8f . + adc a,b ;9cff 88 . + adc a,e ;9d00 8b . + adc a,(hl) ;9d01 8e . + adc a,c ;9d02 89 . + sub (hl) ;9d03 96 . + adc a,c ;9d04 89 . + sbc a,h ;9d05 9c . + adc a,e ;9d06 8b . + sbc a,(hl) ;9d07 9e . + adc a,a ;9d08 8f . + sbc a,(hl) ;9d09 9e . + sbc a,l ;9d0a 9d . + and c ;9d0b a1 . + and b ;9d0c a0 . + and h ;9d0d a4 . + and b ;9d0e a0 . + inc e ;9d0f 1c . + sub d ;9d10 92 . + and b ;9d11 a0 . + call po,sub_8092h ;9d12 e4 92 80 . . . + nop ;9d15 00 . + add a,d ;9d16 82 . + add a,b ;9d17 80 . + call po,sub_8087h+1 ;9d18 e4 88 80 . . . + adc a,b ;9d1b 88 . + add a,e ;9d1c 83 . + add a,h ;9d1d 84 . + add a,l ;9d1e 85 . + add a,b ;9d1f 80 . + adc a,l ;9d20 8d . + add a,b ;9d21 80 . + sub l ;9d22 95 . + add a,h ;9d23 84 . + sbc a,l ;9d24 9d . + adc a,h ;9d25 8c . + and c ;9d26 a1 . + sub h ;9d27 94 . + and c ;9d28 a1 . + sbc a,h ;9d29 9c . + sbc a,l ;9d2a 9d . + and b ;9d2b a0 . + sub l ;9d2c 95 . + and b ;9d2d a0 . + adc a,l ;9d2e 8d . + sbc a,h ;9d2f 9c . + add a,l ;9d30 85 . + sbc a,b ;9d31 98 . + add a,e ;9d32 83 . + sbc a,b ;9d33 98 . + add a,b ;9d34 80 . + sbc a,(hl) ;9d35 9e . + add a,b ;9d36 80 . + nop ;9d37 00 . + nop ;9d38 00 . + add a,b ;9d39 80 . + add a,h ;9d3a 84 . + call po,sub_8880h ;9d3b e4 80 88 . . . + add a,d ;9d3e 82 . + adc a,e ;9d3f 8b . + add a,(hl) ;9d40 86 . + adc a,h ;9d41 8c . + adc a,d ;9d42 8a . + adc a,e ;9d43 8b . + adc a,h ;9d44 8c . + adc a,b ;9d45 88 . + adc a,h ;9d46 8c . + add a,h ;9d47 84 . + adc a,d ;9d48 8a . + add a,c ;9d49 81 . + add a,(hl) ;9d4a 86 . + add a,b ;9d4b 80 . + add a,d ;9d4c 82 . + add a,c ;9d4d 81 . + add a,b ;9d4e 80 . + add a,h ;9d4f 84 . + nop ;9d50 00 . + adc a,b ;9d51 88 . + sbc a,d ;9d52 9a . + call po,sub_a888h ;9d53 e4 88 a8 . . . + sub h ;9d56 94 . + xor b ;9d57 a8 . + nop ;9d58 00 . + adc a,h ;9d59 8c . + add a,b ;9d5a 80 . + call po,sub_8098h ;9d5b e4 98 80 . . . + sbc a,b ;9d5e 98 . + adc a,(hl) ;9d5f 8e . + nop ;9d60 00 . + add a,b ;9d61 80 . + adc a,b ;9d62 88 . + call po,sub_7f88h ;9d63 e4 88 7f . .  + nop ;9d66 00 . + add a,b ;9d67 80 . + sbc a,c ;9d68 99 . + call po,sub_9d80h ;9d69 e4 80 9d . . . + add a,d ;9d6c 82 . + and b ;9d6d a0 . + add a,(hl) ;9d6e 86 . + and c ;9d6f a1 . + adc a,d ;9d70 8a . + and b ;9d71 a0 . + adc a,h ;9d72 8c . + sbc a,l ;9d73 9d . + adc a,h ;9d74 8c . + sbc a,c ;9d75 99 . + adc a,d ;9d76 8a . + sub (hl) ;9d77 96 . + add a,(hl) ;9d78 86 . + sub l ;9d79 95 . + add a,d ;9d7a 82 . + sub (hl) ;9d7b 96 . + add a,b ;9d7c 80 . + sbc a,c ;9d7d 99 . + nop ;9d7e 00 . + add a,l ;9d7f 85 . +sub_9d80h: + ld a,a ;9d80 7f  + call po,sub_808fh ;9d81 e4 8f 80 . . . +sub_9d84h: + sub (hl) ;9d84 96 . + add a,h ;9d85 84 . + sbc a,e ;9d86 9b . + adc a,b ;9d87 88 . + sbc a,a ;9d88 9f . + adc a,(hl) ;9d89 8e . + and c ;9d8a a1 . + sub h ;9d8b 94 . +sub_9d8ch: + and c ;9d8c a1 . + sbc a,a ;9d8d 9f . +sub_9d8eh: + add a,c ;9d8e 81 . + sbc a,a ;9d8f 9f . +sub_9d90h: + inc e ;9d90 1c . + add a,d ;9d91 82 . + sub h ;9d92 94 . +sub_9d93h: + call po,sub_94a1h ;9d93 e4 a1 94 . . . + nop ;9d96 00 . +sub_9d97h: + add a,h ;9d97 84 . + ld a,a ;9d98 7f  + call po,sub_8188h ;9d99 e4 88 81 . . . + adc a,e ;9d9c 8b . +sub_9d9dh: + add a,h ;9d9d 84 . +sub_9d9eh: + adc a,(hl) ;9d9e 8e . +sub_9d9fh: + adc a,c ;9d9f 89 . +sub_9da0h: + adc a,a ;9da0 8f . + adc a,(hl) ;9da1 8e . +sub_9da2h: + adc a,a ;9da2 8f . +sub_9da3h: + sub h ;9da3 94 . + inc e ;9da4 1c . + add a,e ;9da5 83 . + sbc a,c ;9da6 99 . + call po,sub_999fh ;9da7 e4 9f 99 . . . + sbc a,(hl) ;9daa 9e . + sub d ;9dab 92 . + sbc a,e ;9dac 9b . + adc a,h ;9dad 8c . + sub l ;9dae 95 . + adc a,c ;9daf 89 . + sub c ;9db0 91 . + adc a,b ;9db1 88 . + nop ;9db2 00 . + add a,h ;9db3 84 . + adc a,h ;9db4 8c . + call po,08d89h ;9db5 e4 89 8d . . . + adc a,l ;9db8 8d . + adc a,(hl) ;9db9 8e . + sub e ;9dba 93 . + sub c ;9dbb 91 . + sbc a,b ;9dbc 98 . + sub h ;9dbd 94 . + sbc a,h ;9dbe 9c . + sbc a,b ;9dbf 98 . + sbc a,(hl) ;9dc0 9e . + sbc a,e ;9dc1 9b . + inc e ;9dc2 1c . + sub e ;9dc3 93 . + sub c ;9dc4 91 . + call po,sub_8093h ;9dc5 e4 93 80 . . . + nop ;9dc8 00 . + sub c ;9dc9 91 . + sbc a,e ;9dca 9b . + call po,09591h ;9dcb e4 91 95 . . . + inc e ;9dce 1c . + add a,h ;9dcf 84 . + adc a,h ;9dd0 8c . + call po,sub_9584h ;9dd1 e4 84 95 . . . + sbc a,(hl) ;9dd4 9e . + sub l ;9dd5 95 . + sbc a,(hl) ;9dd6 9e . + adc a,(hl) ;9dd7 8e . + sbc a,h ;9dd8 9c . + adc a,b ;9dd9 88 . + sbc a,d ;9dda 9a . + add a,l ;9ddb 85 . + sub a ;9ddc 97 . + add a,d ;9ddd 82 . + sub e ;9dde 93 . + add a,b ;9ddf 80 . + adc a,h ;9de0 8c . + ld a,a ;9de1 7f  + nop ;9de2 00 . + add a,e ;9de3 83 . + add a,c ;9de4 81 . + call po,sub_819fh ;9de5 e4 9f 81 . . . + inc e ;9de8 1c . + sbc a,l ;9de9 9d . + sub a ;9dea 97 . + call po,sub_9785h ;9deb e4 85 97 . . . + inc e ;9dee 1c . + sub c ;9def 91 . + sub a ;9df0 97 . + call po,sub_8191h ;9df1 e4 91 81 . . . + nop ;9df4 00 . + add a,e ;9df5 83 . + add a,b ;9df6 80 . + call po,sub_8489h+1 ;9df7 e4 8a 84 . . . + sub d ;9dfa 92 . + adc a,h ;9dfb 8c . + sub h ;9dfc 94 . +sub_9dfdh: + adc a,a ;9dfd 8f . + sub (hl) ;9dfe 96 . + sub l ;9dff 95 . + inc e ;9e00 1c . + add a,e ;9e01 83 . + sub l ;9e02 95 . + call po,0959fh ;9e03 e4 9f 95 . . . + inc e ;9e06 1c . + sub l ;9e07 95 . + sbc a,d ;9e08 9a . + call po,sub_9595h+1 ;9e09 e4 96 95 . . . + sbc a,c ;9e0c 99 . + ld a,a ;9e0d 7f  + nop ;9e0e 00 . + sub c ;9e0f 91 . + ld a,(hl) ;9e10 7e ~ + call po,sub_9b89h ;9e11 e4 89 9b . . . + inc e ;9e14 1c . + add a,e ;9e15 83 . + sub d ;9e16 92 . + call po,sub_979fh ;9e17 e4 9f 97 . . . + sbc a,a ;9e1a 9f . + sub e ;9e1b 93 . + sbc a,(hl) ;9e1c 9e . + adc a,a ;9e1d 8f . + sbc a,h ;9e1e 9c . + adc a,h ;9e1f 8c . + sbc a,c ;9e20 99 . + adc a,c ;9e21 89 . + sub l ;9e22 95 . + add a,a ;9e23 87 . + nop ;9e24 00 . + add a,(hl) ;9e25 86 . + sub a ;9e26 97 . + call po,sub_979bh ;9e27 e4 9b 97 . . . + sub a ;9e2a 97 . + add a,c ;9e2b 81 . + inc e ;9e2c 1c . + add a,d ;9e2d 82 . + add a,c ;9e2e 81 . + call po,sub_81a0h ;9e2f e4 a0 81 . . . + nop ;9e32 00 . + add a,h ;9e33 84 . + add a,c ;9e34 81 . + call po,sub_819dh ;9e35 e4 9d 81 . . . + sbc a,l ;9e38 9d . + sbc a,b ;9e39 98 . + add a,h ;9e3a 84 . + sbc a,b ;9e3b 98 . + inc e ;9e3c 1c . + add a,h ;9e3d 84 . + adc a,l ;9e3e 8d . + call po,sub_8d9dh ;9e3f e4 9d 8d . . . + nop ;9e42 00 . + add a,a ;9e43 87 . + adc a,e ;9e44 8b . + call po,sub_9085h ;9e45 e4 85 90 . . . + add a,d ;9e48 82 . + sub (hl) ;9e49 96 . + inc e ;9e4a 1c . + adc a,(hl) ;9e4b 8e . + sub a ;9e4c 97 . + call po,sub_9290h ;9e4d e4 90 92 . . . + sub d ;9e50 92 . + adc a,h ;9e51 8c . + inc e ;9e52 1c . + and b ;9e53 a0 . + sub (hl) ;9e54 96 . + call po,sub_909fh ;9e55 e4 9f 90 . . . + sbc a,l ;9e58 9d . + adc a,c ;9e59 89 . + sub (hl) ;9e5a 96 . + add a,d ;9e5b 82 . + sub d ;9e5c 92 . + add a,b ;9e5d 80 . +sub_9e5eh: + adc a,e ;9e5e 8b . + ld a,a ;9e5f 7f  + nop ;9e60 00 . + add a,e ;9e61 83 . + sub b ;9e62 90 . + call po,sub_90a0h ;9e63 e4 a0 90 . . . +sub_9e66h: + nop ;9e66 00 . + add a,b ;9e67 80 . + ld a,a ;9e68 7f  + call po,sub_8286h ;9e69 e4 86 82 . . . + adc a,e ;9e6c 8b . + add a,a ;9e6d 87 . + adc a,(hl) ;9e6e 8e . + adc a,l ;9e6f 8d . + adc a,a ;9e70 8f . + sbc a,c ;9e71 99 . + inc e ;9e72 1c . + add a,b ;9e73 80 . + and b ;9e74 a0 . + call po,sub_a0a2h ;9e75 e4 a2 a0 . . . + and d ;9e78 a2 . + sbc a,c ;9e79 99 . + sbc a,a ;9e7a 9f . + sub d ;9e7b 92 . + sbc a,e ;9e7c 9b . + adc a,l ;9e7d 8d . + sub e ;9e7e 93 . + adc a,e ;9e7f 8b . +sub_9e80h: + nop ;9e80 00 . + add a,c ;9e81 81 . +sub_9e82h: + sub b ;9e82 90 . + call po,sub_9188h ;9e83 e4 88 91 . . . +sub_9e86h: + adc a,a ;9e86 8f . + sub e ;9e87 93 . + sub l ;9e88 95 . + sub (hl) ;9e89 96 . +sub_9e8ah: + sbc a,h ;9e8a 9c . + sbc a,d ;9e8b 9a . + and c ;9e8c a1 . +sub_9e8dh: + and d ;9e8d a2 . +sub_9e8eh: + inc e ;9e8e 1c . +sub_9e8fh: + sub l ;9e8f 95 . +sub_9e90h: + sub (hl) ;9e90 96 . + call po,sub_7f95h ;9e91 e4 95 7f . .  +sub_9e94h: + nop ;9e94 00 . + sub c ;9e95 91 . +sub_9e96h: + and c ;9e96 a1 . +sub_9e97h: + call po,09b91h ;9e97 e4 91 9b . . . + inc e ;9e9a 1c . +sub_9e9bh: + add a,c ;9e9b 81 . +sub_9e9ch: + sub b ;9e9c 90 . + call po,sub_9b80h+1 ;9e9d e4 81 9b . . . +sub_9ea0h: + and c ;9ea0 a1 . +sub_9ea1h: + sbc a,e ;9ea1 9b . +sub_9ea2h: + and c ;9ea2 a1 . + sub d ;9ea3 92 . + and b ;9ea4 a0 . + adc a,l ;9ea5 8d . + sbc a,(hl) ;9ea6 9e . + adc a,c ;9ea7 89 . + sbc a,e ;9ea8 9b . + add a,l ;9ea9 85 . + sub h ;9eaa 94 . + add a,b ;9eab 80 . + adc a,h ;9eac 8c . + ld a,a ;9ead 7f  + nop ;9eae 00 . + add a,b ;9eaf 80 . + add a,d ;9eb0 82 . + call po,sub_82a2h ;9eb1 e4 a2 82 . . . + inc e ;9eb4 1c . + and b ;9eb5 a0 . + sbc a,(hl) ;9eb6 9e . + call po,sub_9e82h ;9eb7 e4 82 9e . . . + inc e ;9eba 1c . + sub c ;9ebb 91 . + sbc a,(hl) ;9ebc 9e . + call po,sub_8291h ;9ebd e4 91 82 . . . + nop ;9ec0 00 . + add a,b ;9ec1 80 . + add a,c ;9ec2 81 . + call po,sub_8485h ;9ec3 e4 85 84 . . . + adc a,l ;9ec6 8d . + adc a,d ;9ec7 8a . + sub e ;9ec8 93 . + sub c ;9ec9 91 . + sbc a,b ;9eca 98 . + sbc a,e ;9ecb 9b . + inc e ;9ecc 1c . + and d ;9ecd a2 . + sbc a,e ;9ece 9b . + call po,sub_9b80h ;9ecf e4 80 9b . . . + inc e ;9ed2 1c . + sub a ;9ed3 97 . + and d ;9ed4 a2 . + call po,09b98h ;9ed5 e4 98 9b . . . + sbc a,e ;9ed8 9b . + ld a,(hl) ;9ed9 7e ~ + nop ;9eda 00 . + add a,c ;9edb 81 . + add a,b ;9edc 80 . + call po,sub_8284h ;9edd e4 84 82 . . . + adc a,e ;9ee0 8b . + adc a,l ;9ee1 8d . + sub b ;9ee2 90 . + sbc a,b ;9ee3 98 . + sub c ;9ee4 91 . + and b ;9ee5 a0 . + inc e ;9ee6 1c . + add a,e ;9ee7 83 . + sbc a,c ;9ee8 99 . + call po,sub_99a2h ;9ee9 e4 a2 99 . . . + and c ;9eec a1 . + adc a,h ;9eed 8c . + and b ;9eee a0 . + add a,a ;9eef 87 . + sbc a,l ;9ef0 9d . + add a,c ;9ef1 81 . + sbc a,d ;9ef2 9a . + ld a,a ;9ef3 7f  + sub a ;9ef4 97 . + ld a,a ;9ef5 7f  + sub b ;9ef6 90 . + add a,d ;9ef7 82 . + nop ;9ef8 00 . + add a,b ;9ef9 80 . + adc a,c ;9efa 89 . + call po,sub_8d98h ;9efb e4 98 8d . . . + and d ;9efe a2 . + adc a,a ;9eff 8f . + inc e ;9f00 1c . + sbc a,(hl) ;9f01 9e . + sbc a,h ;9f02 9c . + call po,sub_9781h ;9f03 e4 81 97 . . . + inc e ;9f06 1c . + adc a,l ;9f07 8d . +sub_9f08h: + and d ;9f08 a2 . + call po,sub_7e96h ;9f09 e4 96 7e . . ~ + nop ;9f0c 00 . + add a,b ;9f0d 80 . + sub e ;9f0e 93 . + call po,sub_9785h ;9f0f e4 85 97 . . . + adc a,b ;9f12 88 . + sbc a,e ;9f13 9b . + adc a,e ;9f14 8b . + and b ;9f15 a0 . + and d ;9f16 a2 . + and b ;9f17 a0 . + and c ;9f18 a1 . + sub (hl) ;9f19 96 . + sbc a,a ;9f1a 9f . + adc a,a ;9f1b 8f . + sbc a,d ;9f1c 9a . + adc a,c ;9f1d 89 . + sub e ;9f1e 93 . + add a,h ;9f1f 84 . + adc a,d ;9f20 8a . + add a,b ;9f21 80 . + add a,(hl) ;9f22 86 . + ld a,a ;9f23 7f  + nop ;9f24 00 . + add a,b ;9f25 80 . + sub b ;9f26 90 . + call po,sub_9283h ;9f27 e4 83 92 . . . + add a,(hl) ;9f2a 86 . + sub (hl) ;9f2b 96 . + adc a,b ;9f2c 88 . + sbc a,d ;9f2d 9a . + adc a,d ;9f2e 8a . + and d ;9f2f a2 . + inc e ;9f30 1c . + adc a,b ;9f31 88 . + sbc a,d ;9f32 9a . + call po,sub_9aa3h ;9f33 e4 a3 9a . . . + inc e ;9f36 1c . + sbc a,c ;9f37 99 . + sbc a,d ;9f38 9a . + call po,sub_9199h ;9f39 e4 99 91 . . . + sbc a,b ;9f3c 98 . + adc a,h ;9f3d 8c . + sub (hl) ;9f3e 96 . + adc a,b ;9f3f 88 . + sub h ;9f40 94 . + add a,l ;9f41 85 . + sub b ;9f42 90 . + add a,c ;9f43 81 . + adc a,d ;9f44 8a . + ld a,a ;9f45 7f  + nop ;9f46 00 . + add a,d ;9f47 82 . + add a,d ;9f48 82 . + call po,sub_82a1h ;9f49 e4 a1 82 . . . + and c ;9f4c a1 . + sbc a,(hl) ;9f4d 9e . + add a,d ;9f4e 82 . + sbc a,(hl) ;9f4f 9e . + nop ;9f50 00 . + adc a,b ;9f51 88 . + adc a,h ;9f52 8c . + call po,0a088h ;9f53 e4 88 a0 . . . + inc e ;9f56 1c . + add a,b ;9f57 80 . + sub a ;9f58 97 . + call po,sub_97a3h ;9f59 e4 a3 97 . . . + inc e ;9f5c 1c . + sbc a,e ;9f5d 9b . + and b ;9f5e a0 . + call po,sub_8e9bh ;9f5f e4 9b 8e . . . + sbc a,d ;9f62 9a . + adc a,e ;9f63 8b . + sub (hl) ;9f64 96 . + add a,h ;9f65 84 . + sub d ;9f66 92 . + add a,c ;9f67 81 . + adc a,(hl) ;9f68 8e . + add a,b ;9f69 80 . + adc a,c ;9f6a 89 . + ld a,a ;9f6b 7f  + nop ;9f6c 00 . + add a,d ;9f6d 82 . + add a,b ;9f6e 80 . + call po,sub_8087h+2 ;9f6f e4 89 80 . . . + sub b ;9f72 90 . + add a,d ;9f73 82 . + sub l ;9f74 95 . + add a,l ;9f75 85 . + sbc a,e ;9f76 9b . + adc a,c ;9f77 89 . + sbc a,(hl) ;9f78 9e . + adc a,l ;9f79 8d . + and c ;9f7a a1 . + sub e ;9f7b 93 . + and d ;9f7c a2 . + sub a ;9f7d 97 . + inc e ;9f7e 1c . + sub e ;9f7f 93 . + sbc a,d ;9f80 9a . +sub_9f81h: + call po,sub_9d8ch ;9f81 e4 8c 9d . . . + add a,e ;9f84 83 . +sub_9f85h: + sbc a,a ;9f85 9f . +sub_9f86h: + inc e ;9f86 1c . +sub_9f87h: + add a,b ;9f87 80 . +sub_9f88h: + sub l ;9f88 95 . + call po,sub_9488h ;9f89 e4 88 94 . . . + sub c ;9f8c 91 . + sub b ;9f8d 90 . +sub_9f8eh: + nop ;9f8e 00 . + add a,c ;9f8f 81 . +sub_9f90h: + ld a,a ;9f90 7f  + call po,sub_8186h ;9f91 e4 86 81 . . . + adc a,(hl) ;9f94 8e . + add a,(hl) ;9f95 86 . + sub d ;9f96 92 . + adc a,d ;9f97 8a . +sub_9f98h: + sub (hl) ;9f98 96 . +sub_9f99h: + adc a,(hl) ;9f99 8e . +sub_9f9ah: + sbc a,d ;9f9a 9a . +sub_9f9bh: + sub l ;9f9b 95 . +sub_9f9ch: + sbc a,h ;9f9c 9c . +sub_9f9dh: + sbc a,d ;9f9d 9a . +sub_9f9eh: + sbc a,l ;9f9e 9d . + sbc a,a ;9f9f 9f . +sub_9fa0h: + add a,h ;9fa0 84 . +sub_9fa1h: + sbc a,a ;9fa1 9f . +sub_9fa2h: + inc e ;9fa2 1c . + sub (hl) ;9fa3 96 . + adc a,(hl) ;9fa4 8e . + call po,sub_879ch ;9fa5 e4 9c 87 . . . + and d ;9fa8 a2 . + ld a,a ;9fa9 7f  + nop ;9faa 00 . + add a,b ;9fab 80 . + sub (hl) ;9fac 96 . + call po,sub_98a3h ;9fad e4 a3 98 . . . + and d ;9fb0 a2 . + sub h ;9fb1 94 . + sbc a,a ;9fb2 9f . + sub b ;9fb3 90 . + sbc a,h ;9fb4 9c . + adc a,l ;9fb5 8d . + sub h ;9fb6 94 . + adc a,d ;9fb7 8a . + inc e ;9fb8 1c . + adc a,c ;9fb9 89 . + and b ;9fba a0 . + call po,sub_8589h ;9fbb e4 89 85 . . . + adc a,d ;9fbe 8a . + add a,d ;9fbf 82 . + adc a,e ;9fc0 8b . + add a,b ;9fc1 80 . + adc a,(hl) ;9fc2 8e . + ld a,a ;9fc3 7f  + sbc a,d ;9fc4 9a . + ld a,a ;9fc5 7f  + and b ;9fc6 a0 . + add a,b ;9fc7 80 . + nop ;9fc8 00 . + adc a,b ;9fc9 88 . + ld a,a ;9fca 7f  + call po,sub_8190h ;9fcb e4 90 81 . . . + sub (hl) ;9fce 96 . + add a,l ;9fcf 85 . + sbc a,e ;9fd0 9b . + adc a,d ;9fd1 8a . + sbc a,(hl) ;9fd2 9e . + adc a,(hl) ;9fd3 8e . + and c ;9fd4 a1 . + sub l ;9fd5 95 . + and d ;9fd6 a2 . + and b ;9fd7 a0 . + inc e ;9fd8 1c . + add a,d ;9fd9 82 . + sbc a,a ;9fda 9f . + call po,sub_9686h ;9fdb e4 86 96 . . . + adc a,b ;9fde 88 . + sub b ;9fdf 90 . + nop ;9fe0 00 . + add a,b ;9fe1 80 . + sub d ;9fe2 92 . + call po,sub_9382h ;9fe3 e4 82 93 . . . + add a,(hl) ;9fe6 86 . + sub (hl) ;9fe7 96 . + adc a,d ;9fe8 8a . + sbc a,e ;9fe9 9b . + adc a,e ;9fea 8b . + sbc a,a ;9feb 9f . + and d ;9fec a2 . + sbc a,a ;9fed 9f . + and c ;9fee a1 . + sub (hl) ;9fef 96 . + and b ;9ff0 a0 . + sub d ;9ff1 92 . + sbc a,l ;9ff2 9d . + adc a,h ;9ff3 8c . + sbc a,c ;9ff4 99 . + add a,a ;9ff5 87 . + sub h ;9ff6 94 . + add a,e ;9ff7 83 . + adc a,(hl) ;9ff8 8e . + add a,b ;9ff9 80 . + add a,a ;9ffa 87 . + ld a,a ;9ffb 7f  + inc e ;9ffc 1c . + add a,(hl) ;9ffd 86 . + sub (hl) ;9ffe 96 . + call po,sub_9090h ;9fff e4 90 90 . . . + sbc a,c ;a002 99 . + add a,a ;a003 87 . + nop ;a004 00 . + add a,h ;a005 84 . + ld a,a ;a006 7f  + call po,sub_8087h+2 ;a007 e4 89 80 . . . + adc a,a ;a00a 8f . + add a,h ;a00b 84 . + sub d ;a00c 92 . + adc a,c ;a00d 89 . + sub e ;a00e 93 . + adc a,(hl) ;a00f 8e . + sub e ;a010 93 . + sbc a,l ;a011 9d . + inc e ;a012 1c . + sbc a,h ;a013 9c . + and c ;a014 a1 . + call po,sub_9f98h ;a015 e4 98 9f . . . + sub e ;a018 93 . + sbc a,l ;a019 9d . + adc a,h ;a01a 8c . + sbc a,h ;a01b 9c . +sub_a01ch: + add a,e ;a01c 83 . + sbc a,h ;a01d 9c . + inc e ;a01e 1c . + add a,b ;a01f 80 . + sub d ;a020 92 . + call po,sub_92a3h ;a021 e4 a3 92 . . . + nop ;a024 00 . + adc a,b ;a025 88 . + sub b ;a026 90 . + call po,sub_9885h ;a027 e4 85 98 . . . + add a,c ;a02a 81 . + sbc a,a ;a02b 9f . + inc e ;a02c 1c . + adc a,l ;a02d 8d . + and b ;a02e a0 . + call po,sub_9a90h ;a02f e4 90 9a . . . + sub e ;a032 93 . + sub d ;a033 92 . + inc e ;a034 1c . + and d ;a035 a2 . + and b ;a036 a0 . + call po,sub_9ca2h ;a037 e4 a2 9c . . . + and c ;a03a a1 . + sub l ;a03b 95 . + sbc a,a ;a03c 9f . + sub b ;a03d 90 . + sbc a,l ;a03e 9d . + adc a,h ;a03f 8c . + sub a ;a040 97 . + add a,(hl) ;a041 86 . + sub d ;a042 92 . + add a,d ;a043 82 . + adc a,(hl) ;a044 8e . + add a,b ;a045 80 . + add a,a ;a046 87 . + ld a,a ;a047 7f  + nop ;a048 00 . + add a,l ;a049 85 . + add a,b ;a04a 80 . + call po,sub_8087h+2 ;a04b e4 89 80 . . . + adc a,(hl) ;a04e 8e . + add a,e ;a04f 83 . + sub d ;a050 92 . + add a,a ;a051 87 . + sub h ;a052 94 . + adc a,e ;a053 8b . + sub l ;a054 95 . + sub l ;a055 95 . + inc e ;a056 1c . + sbc a,a ;a057 9f . + sbc a,a ;a058 9f . + call po,sub_9f85h ;a059 e4 85 9f . . . + inc e ;a05c 1c . + add a,b ;a05d 80 . + sub l ;a05e 95 . + call po,095a4h ;a05f e4 a4 95 . . . + nop ;a062 00 . + add a,h ;a063 84 . + ld a,a ;a064 7f  + call po,sub_a184h ;a065 e4 84 a1 . . . + inc e ;a068 1c . + add a,h ;a069 84 . + sub e ;a06a 93 . + call po,sub_928ah ;a06b e4 8a 92 . . . + sub d ;a06e 92 . + sub b ;a06f 90 . + sbc a,b ;a070 98 . + adc a,(hl) ;a071 8e . + and b ;a072 a0 . + adc a,e ;a073 8b . + nop ;a074 00 . + add a,e ;a075 83 . + ld a,a ;a076 7f  + call po,sub_7f87h ;a077 e4 87 7f . .  + adc a,l ;a07a 8d . + add a,c ;a07b 81 . + sub c ;a07c 91 . + add a,l ;a07d 85 . + sub e ;a07e 93 . + adc a,c ;a07f 89 . +sub_a080h: + sub h ;a080 94 . +sub_a081h: + adc a,(hl) ;a081 8e . +sub_a082h: + sub h ;a082 94 . +sub_a083h: + and c ;a083 a1 . +sub_a084h: + inc e ;a084 1c . +sub_a085h: + add a,b ;a085 80 . +sub_a086h: + sub a ;a086 97 . + call po,sub_97a3h ;a087 e4 a3 97 . . . +sub_a08ah: + nop ;a08a 00 . +sub_a08bh: + add a,b ;a08b 80 . +sub_a08ch: + add a,e ;a08c 83 . +sub_a08dh: + call po,sub_83a2h ;a08d e4 a2 83 . . . +sub_a090h: + inc e ;a090 1c . +sub_a091h: + and b ;a091 a0 . +sub_a092h: + sbc a,l ;a092 9d . +sub_a093h: + call po,09d82h ;a093 e4 82 9d . . . + nop ;a096 00 . + add a,c ;a097 81 . +sub_a098h: + add a,b ;a098 80 . +sub_a099h: + call po,sub_8187h ;a099 e4 87 81 . . . +sub_a09ch: + sub d ;a09c 92 . +sub_a09dh: + add a,a ;a09d 87 . + sbc a,b ;a09e 98 . +sub_a09fh: + adc a,h ;a09f 8c . +sub_a0a0h: + sbc a,l ;a0a0 9d . + sub d ;a0a1 92 . +sub_a0a2h: + and b ;a0a2 a0 . + sbc a,b ;a0a3 98 . + and d ;a0a4 a2 . + and b ;a0a5 a0 . + add a,c ;a0a6 81 . + and b ;a0a7 a0 . + inc e ;a0a8 1c . + add a,a ;a0a9 87 . + sub (hl) ;a0aa 96 . + call po,sub_9290h ;a0ab e4 90 92 . . . + sbc a,e ;a0ae 9b . + adc a,d ;a0af 8a . + and c ;a0b0 a1 . + add a,h ;a0b1 84 . + nop ;a0b2 00 . + add a,b ;a0b3 80 . + adc a,d ;a0b4 8a . + call po,sub_8c8ah ;a0b5 e4 8a 8c . . . + sub d ;a0b8 92 . + adc a,(hl) ;a0b9 8e . + sbc a,d ;a0ba 9a . + sub d ;a0bb 92 . + sbc a,(hl) ;a0bc 9e . + sub l ;a0bd 95 . + and d ;a0be a2 . + sbc a,e ;a0bf 9b . + add a,d ;a0c0 82 . + sbc a,e ;a0c1 9b . + inc e ;a0c2 1c . + sub d ;a0c3 92 . + and d ;a0c4 a2 . + call po,09b92h ;a0c5 e4 92 9b . . . + inc e ;a0c8 1c . + sub d ;a0c9 92 . + adc a,(hl) ;a0ca 8e . + call po,sub_7e92h ;a0cb e4 92 7e . . ~ + inc e ;a0ce 1c . + sub h ;a0cf 94 . + adc a,a ;a0d0 8f . + call po,sub_8c9dh ;a0d1 e4 9d 8c . . . + and e ;a0d4 a3 . + adc a,c ;a0d5 89 . + nop ;a0d6 00 . + add a,d ;a0d7 82 . + ld a,a ;a0d8 7f  + call po,sub_8189h ;a0d9 e4 89 81 . . . + adc a,(hl) ;a0dc 8e . + add a,h ;a0dd 84 . + sub c ;a0de 91 . + add a,(hl) ;a0df 86 . + sub (hl) ;a0e0 96 . + adc a,d ;a0e1 8a . + sbc a,d ;a0e2 9a . + adc a,a ;a0e3 8f . + sbc a,h ;a0e4 9c . + sub d ;a0e5 92 . + sbc a,a ;a0e6 9f . + sbc a,c ;a0e7 99 . + and b ;a0e8 a0 . + and b ;a0e9 a0 . + nop ;a0ea 00 . + call po,sub_8984h ;a0eb e4 84 89 . . . + add a,(hl) ;a0ee 86 . + adc a,a ;a0ef 8f . + adc a,b ;a0f0 88 . + sub a ;a0f1 97 . + adc a,c ;a0f2 89 . + sbc a,(hl) ;a0f3 9e . + adc a,c ;a0f4 89 . + and c ;a0f5 a1 . + inc e ;a0f6 1c . + sbc a,c ;a0f7 99 . + and c ;a0f8 a1 . + call po,sub_979dh ;a0f9 e4 9d 97 . . . + sbc a,a ;a0fc 9f . + adc a,a ;a0fd 8f . + and c ;a0fe a1 . + add a,a ;a0ff 87 . + and e ;a100 a3 . + add a,b ;a101 80 . + nop ;a102 00 . + add a,d ;a103 82 . + sub e ;a104 93 . + call po,sub_948bh ;a105 e4 8b 94 . . . + sub c ;a108 91 . + sub l ;a109 95 . + sbc a,b ;a10a 98 . + sbc a,b ;a10b 98 . + sbc a,a ;a10c 9f . + sbc a,e ;a10d 9b . + inc e ;a10e 1c . + add a,d ;a10f 82 . + and c ;a110 a1 . + call po,sub_8482h ;a111 e4 82 84 . . . + add a,e ;a114 83 . + add a,d ;a115 82 . + add a,l ;a116 85 . + add a,c ;a117 81 . + adc a,e ;a118 8b . + add a,b ;a119 80 . + sub a ;a11a 97 . + add a,b ;a11b 80 . + and c ;a11c a1 . + add a,d ;a11d 82 . + nop ;a11e 00 . + add a,l ;a11f 85 . + ld a,a ;a120 7f  + call po,sub_808ch ;a121 e4 8c 80 . . . + sub e ;a124 93 . + add a,h ;a125 84 . + sub a ;a126 97 . + add a,a ;a127 87 . + sbc a,h ;a128 9c . + adc a,h ;a129 8c . + sbc a,a ;a12a 9f . + sub c ;a12b 91 . + and c ;a12c a1 . + sbc a,b ;a12d 98 . + and c ;a12e a1 . + and b ;a12f a0 . + add a,b ;a130 80 . + and b ;a131 a0 . + nop ;a132 00 . + add a,b ;a133 80 . + adc a,l ;a134 8d . + call po,09f8bh ;a135 e4 8b 9f . . . + adc a,h ;a138 8c . + and b ;a139 a0 . + adc a,a ;a13a 8f . + and b ;a13b a0 . + sub b ;a13c 90 . + sbc a,a ;a13d 9f . + sbc a,c ;a13e 99 . + sub d ;a13f 92 . + and l ;a140 a5 . + add a,d ;a141 82 . + nop ;a142 00 . + add a,c ;a143 81 . + sbc a,e ;a144 9b . + call po,sub_9ba4h ;a145 e4 a4 9b . . . + inc e ;a148 1c . + sub e ;a149 93 . + and d ;a14a a2 . + call po,sub_7f93h ;a14b e4 93 7f . .  + inc e ;a14e 1c . + add a,b ;a14f 80 . + add a,e ;a150 83 . + call po,sub_8884h ;a151 e4 84 88 . . . + adc a,b ;a154 88 . + adc a,(hl) ;a155 8e . + adc a,c ;a156 89 . + sub h ;a157 94 . + inc e ;a158 1c . + sbc a,l ;a159 9d . + sub h ;a15a 94 . + call po,sub_8ca1h ;a15b e4 a1 8c . . . + and l ;a15e a5 . +sub_a15fh: + add a,d ;a15f 82 . + nop ;a160 00 . + add a,b ;a161 80 . + and b ;a162 a0 . + call po,sub_a0a2h ;a163 e4 a2 a0 . . . + and d ;a166 a2 . + sbc a,e ;a167 9b . + and c ;a168 a1 . + sub (hl) ;a169 96 . + sbc a,a ;a16a 9f . + sub c ;a16b 91 . + sbc a,h ;a16c 9c . + adc a,(hl) ;a16d 8e . + sbc a,c ;a16e 99 . + adc a,e ;a16f 8b . + sub l ;a170 95 . + adc a,c ;a171 89 . + sub b ;a172 90 . + add a,a ;a173 87 . + inc e ;a174 1c . + add a,h ;a175 84 . + sub c ;a176 91 . + call po,sub_8b8ah+2 ;a177 e4 8c 8b . . . + sub b ;a17a 90 . + add a,a ;a17b 87 . + sub a ;a17c 97 . + add a,b ;a17d 80 . + nop ;a17e 00 . + add a,d ;a17f 82 . +sub_a180h: + and c ;a180 a1 . + call po,sub_a090h ;a181 e4 90 a0 . . . +sub_a184h: + and b ;a184 a0 . + sbc a,h ;a185 9c . + inc e ;a186 1c . + sbc a,a ;a187 9f . +sub_a188h: + adc a,(hl) ;a188 8e . +sub_a189h: + call po,sub_9099h ;a189 e4 99 90 . . . + sub b ;a18c 90 . + sub d ;a18d 92 . +sub_a18eh: + add a,e ;a18e 83 . +sub_a18fh: + sub h ;a18f 94 . + inc e ;a190 1c . + add a,c ;a191 81 . + add a,(hl) ;a192 86 . + call po,sub_8588h ;a193 e4 88 85 . . . + sub b ;a196 90 . +sub_a197h: + add a,h ;a197 84 . + and c ;a198 a1 . + add a,b ;a199 80 . +sub_a19ah: + nop ;a19a 00 . + adc a,(hl) ;a19b 8e . +sub_a19ch: + and c ;a19c a1 . + call po,sub_8080h ;a19d e4 80 80 . . . + sub d ;a1a0 92 . + add a,d ;a1a1 82 . + and d ;a1a2 a2 . + add a,e ;a1a3 83 . + inc e ;a1a4 1c . + sbc a,e ;a1a5 9b . + sub d ;a1a6 92 . + call po,sub_8aa0h ;a1a7 e4 a0 8a . . . + and d ;a1aa a2 . + add a,e ;a1ab 83 . + and e ;a1ac a3 . + ld a,a ;a1ad 7f  + nop ;a1ae 00 . + add a,c ;a1af 81 . + ld a,a ;a1b0 7f  + call po,sub_8087h ;a1b1 e4 87 80 . . . + adc a,(hl) ;a1b4 8e . + add a,h ;a1b5 84 . + sub h ;a1b6 94 . + adc a,d ;a1b7 8a . + sub a ;a1b8 97 . + adc a,a ;a1b9 8f . + sbc a,d ;a1ba 9a . + sub a ;a1bb 97 . + sbc a,e ;a1bc 9b . + and c ;a1bd a1 . + inc e ;a1be 1c . + add a,(hl) ;a1bf 86 . + sub a ;a1c0 97 . + call po,sub_948eh ;a1c1 e4 8e 94 . . . + sub a ;a1c4 97 . + adc a,a ;a1c5 8f . + sbc a,(hl) ;a1c6 9e . + adc a,d ;a1c7 8a . + and e ;a1c8 a3 . + add a,l ;a1c9 85 . + nop ;a1ca 00 . + add a,d ;a1cb 82 . + and b ;a1cc a0 . + call po,sub_a0a0h ;a1cd e4 a0 a0 . . . + inc e ;a1d0 1c . + and d ;a1d1 a2 . + sub e ;a1d2 93 . + call po,sub_9380h ;a1d3 e4 80 93 . . . + inc e ;a1d6 1c . + adc a,e ;a1d7 8b . + and b ;a1d8 a0 . + call po,sub_8489h+2 ;a1d9 e4 8b 84 . . . + adc a,l ;a1dc 8d . + add a,d ;a1dd 82 . + adc a,a ;a1de 8f . + add a,c ;a1df 81 . + and c ;a1e0 a1 . + add a,c ;a1e1 81 . + nop ;a1e2 00 . + sub b ;a1e3 90 . + ld a,(hl) ;a1e4 7e ~ + call po,sub_a286h ;a1e5 e4 86 a2 . . . + inc e ;a1e8 1c . + add a,b ;a1e9 80 . + sub (hl) ;a1ea 96 . + call po,sub_9da3h ;a1eb e4 a3 9d . . . + and e ;a1ee a3 . + sbc a,d ;a1ef 9a . + and d ;a1f0 a2 . + sub l ;a1f1 95 . + and b ;a1f2 a0 . + sub c ;a1f3 91 . + sbc a,l ;a1f4 9d . + adc a,l ;a1f5 8d . + sub l ;a1f6 95 . + adc a,b ;a1f7 88 . + nop ;a1f8 00 . + add a,h ;a1f9 84 . + sbc a,a ;a1fa 9f . + call po,sub_9f9eh ;a1fb e4 9e 9f . . . + sbc a,d ;a1fe 9a . + add a,d ;a1ff 82 . + inc e ;a200 1c . + add a,b ;a201 80 . + add a,d ;a202 82 . + call po,sub_82a4h ;a203 e4 a4 82 . . . + nop ;a206 00 . + add a,d ;a207 82 . + sbc a,a ;a208 9f . + call po,sub_9fa0h ;a209 e4 a0 9f . . . + and b ;a20c a0 . + add a,d ;a20d 82 . + add a,d ;a20e 82 . + add a,d ;a20f 82 . + inc e ;a210 1c . + add a,h ;a211 84 . + sub c ;a212 91 . + call po,sub_91a0h ;a213 e4 a0 91 . . . + nop ;a216 00 . + add a,a ;a217 87 . + ld a,a ;a218 7f  + call po,sub_8091h ;a219 e4 91 80 . . . + sub a ;a21c 97 . + add a,e ;a21d 83 . + sbc a,h ;a21e 9c . + add a,a ;a21f 87 . + sbc a,a ;a220 9f . + adc a,h ;a221 8c . + and c ;a222 a1 . + sub b ;a223 90 . + and d ;a224 a2 . + sub a ;a225 97 . + add a,b ;a226 80 . + sub a ;a227 97 . + inc e ;a228 1c . + add a,e ;a229 83 . + and b ;a22a a0 . + call po,sub_a0a0h ;a22b e4 a0 a0 . . . + nop ;a22e 00 . + add a,d ;a22f 82 . + adc a,e ;a230 8b . + call po,sub_a082h ;a231 e4 82 a0 . . . + inc e ;a234 1c . + and b ;a235 a0 . + and b ;a236 a0 . + call po,sub_8ca0h ;a237 e4 a0 8c . . . + sbc a,(hl) ;a23a 9e . + add a,a ;a23b 87 . + sbc a,b ;a23c 98 . + add a,d ;a23d 82 . + sub h ;a23e 94 . + add a,b ;a23f 80 . + adc a,(hl) ;a240 8e . + ld a,a ;a241 7f  + adc a,d ;a242 8a . + ld a,a ;a243 7f  + nop ;a244 00 . + call po,sub_8282h ;a245 e4 82 82 . . . + add a,h ;a248 84 . + add a,a ;a249 87 . + add a,(hl) ;a24a 86 . + adc a,h ;a24b 8c . + add a,a ;a24c 87 . + sub c ;a24d 91 . + add a,a ;a24e 87 . + and b ;a24f a0 . + inc e ;a250 1c . + sub b ;a251 90 . + and c ;a252 a1 . + call po,sub_7f90h ;a253 e4 90 7f . .  +sub_a256h: + sub a ;a256 97 . + add a,b ;a257 80 . + sbc a,l ;a258 9d . + add a,h ;a259 84 . + and c ;a25a a1 . + adc a,d ;a25b 8a . + and e ;a25c a3 . + sub b ;a25d 90 . +sub_a25eh: + nop ;a25e 00 . + add a,c ;a25f 81 . + and b ;a260 a0 . + call po,sub_8081h ;a261 e4 81 80 . . . + adc a,d ;a264 8a . + add a,b ;a265 80 . + sub e ;a266 93 . + add a,e ;a267 83 . + sbc a,c ;a268 99 . + adc a,b ;a269 88 . + sbc a,a ;a26a 9f . + adc a,(hl) ;a26b 8e . + and c ;a26c a1 . + sub e ;a26d 93 . + nop ;a26e 00 . + add a,c ;a26f 81 . + add a,b ;a270 80 . + call po,sub_a081h ;a271 e4 81 a0 . . . + and c ;a274 a1 . + and b ;a275 a0 . + and c ;a276 a1 . + add a,b ;a277 80 . + add a,c ;a278 81 . + add a,b ;a279 80 . + nop ;a27a 00 . + add a,c ;a27b 81 . + sub b ;a27c 90 . + call po,sub_9f81h ;a27d e4 81 9f . . . +sub_a280h: + and c ;a280 a1 . + sbc a,a ;a281 9f . + and c ;a282 a1 . + sub (hl) ;a283 96 . +sub_a284h: + and b ;a284 a0 . +sub_a285h: + adc a,a ;a285 8f . +sub_a286h: + sbc a,l ;a286 9d . + adc a,c ;a287 89 . + sbc a,c ;a288 99 . + add a,l ;a289 85 . +sub_a28ah: + sub h ;a28a 94 . + add a,c ;a28b 81 . + adc a,e ;a28c 8b . + ld a,a ;a28d 7f  + nop ;a28e 00 . + call po,sub_8087h ;a28f e4 87 80 . . . + adc a,(hl) ;a292 8e . + add a,d ;a293 82 . +sub_a294h: + sub l ;a294 95 . + add a,(hl) ;a295 86 . +sub_a296h: + sbc a,d ;a296 9a . + adc a,d ;a297 8a . + sbc a,a ;a298 9f . + sub b ;a299 90 . +sub_a29ah: + and c ;a29a a1 . + sub h ;a29b 94 . +sub_a29ch: + and d ;a29c a2 . + sbc a,d ;a29d 9a . + inc e ;a29e 1c . + add a,c ;a29f 81 . + and b ;a2a0 a0 . + call po,sub_9f88h ;a2a1 e4 88 9f . . . + adc a,(hl) ;a2a4 8e . + sbc a,e ;a2a5 9b . + sub d ;a2a6 92 . + sbc a,b ;a2a7 98 . + nop ;a2a8 00 . + add a,b ;a2a9 80 . + and c ;a2aa a1 . + call po,sub_9785h ;a2ab e4 85 97 . . . + inc e ;a2ae 1c . + add a,(hl) ;a2af 86 . + and c ;a2b0 a1 . + call po,sub_978bh ;a2b1 e4 8b 97 . . . + nop ;a2b4 00 . + add a,b ;a2b5 80 . + sbc a,d ;a2b6 9a . + call po,sub_9e80h ;a2b7 e4 80 9e . . . + add a,d ;a2ba 82 . + and b ;a2bb a0 . + add a,l ;a2bc 85 . + and c ;a2bd a1 . + adc a,b ;a2be 88 . + and b ;a2bf a0 . + adc a,d ;a2c0 8a . + sbc a,(hl) ;a2c1 9e . + adc a,d ;a2c2 8a . + sbc a,d ;a2c3 9a . + adc a,b ;a2c4 88 . + sbc a,b ;a2c5 98 . + add a,l ;a2c6 85 . + sub a ;a2c7 97 . + add a,d ;a2c8 82 . + sbc a,b ;a2c9 98 . + add a,b ;a2ca 80 . + sbc a,d ;a2cb 9a . + nop ;a2cc 00 . + nop ;a2cd 00 . + sbc a,a ;a2ce 9f . + sub d ;a2cf 92 . + call po,sub_8291h ;a2d0 e4 91 82 . . . + adc a,h ;a2d3 8c . + ld a,a ;a2d4 7f  + add a,a ;a2d5 87 . + ld a,a ;a2d6 7f  + add a,e ;a2d7 83 . + add a,d ;a2d8 82 . + add a,c ;a2d9 81 . + add a,(hl) ;a2da 86 . + add a,d ;a2db 82 . + adc a,e ;a2dc 8b . + adc a,c ;a2dd 89 . + sub d ;a2de 92 . + adc a,l ;a2df 8d . + sub h ;a2e0 94 . + sub c ;a2e1 91 . + sub h ;a2e2 94 . + sub l ;a2e3 95 . + sub b ;a2e4 90 . + sub a ;a2e5 97 . + add a,h ;a2e6 84 . + sbc a,c ;a2e7 99 . + add a,b ;a2e8 80 . + sbc a,h ;a2e9 9c . + ld a,a ;a2ea 7f  + nop ;a2eb 00 . + add a,b ;a2ec 80 . + ld a,d ;a2ed 7a z + call po,sub_9c8ch ;a2ee e4 8c 9c . . . + sub c ;a2f1 91 . + and c ;a2f2 a1 . + sbc a,b ;a2f3 98 . + and c ;a2f4 a1 . + and b ;a2f5 a0 . + sbc a,l ;a2f6 9d . + and b ;a2f7 a0 . + sub l ;a2f8 95 . + sbc a,h ;a2f9 9c . + sub c ;a2fa 91 . + sbc a,b ;a2fb 98 . + sub c ;a2fc 91 . + sub d ;a2fd 92 . + sub e ;a2fe 93 . + inc e ;a2ff 1c . + sbc a,b ;a300 98 . + sub c ;a301 91 . + call po,sub_8d9dh ;a302 e4 9d 8d . . . + sbc a,l ;a305 9d . + add a,(hl) ;a306 86 . + sbc a,b ;a307 98 . + ld a,a ;a308 7f  + adc a,a ;a309 8f . + add a,b ;a30a 80 . + add a,a ;a30b 87 . + add a,h ;a30c 84 . + nop ;a30d 00 . + add a,e ;a30e 83 . + sub d ;a30f 92 . + call po,sub_9386h ;a310 e4 86 93 . . . + adc a,e ;a313 8b . + sub e ;a314 93 . + adc a,(hl) ;a315 8e . + sub c ;a316 91 . + adc a,a ;a317 8f . + adc a,a ;a318 8f . + adc a,(hl) ;a319 8e . + adc a,h ;a31a 8c . + sub c ;a31b 91 . + sub b ;a31c 90 . + sub l ;a31d 95 . + sub d ;a31e 92 . + sbc a,c ;a31f 99 . + sub e ;a320 93 . + sbc a,h ;a321 9c . + sub e ;a322 93 . + sbc a,(hl) ;a323 9e . + sub d ;a324 92 . + inc e ;a325 1c . + adc a,(hl) ;a326 8e . + adc a,h ;a327 8c . + call po,sub_7a84h ;a328 e4 84 7a . . z + nop ;a32b 00 . + sbc a,b ;a32c 98 . + sub c ;a32d 91 . + call po,sub_9393h ;a32e e4 93 93 . . . + adc a,l ;a331 8d . + sub e ;a332 93 . + add a,a ;a333 87 . + sub b ;a334 90 . + add a,h ;a335 84 . + add a,a ;a336 87 . + add a,h ;a337 84 . + add a,d ;a338 82 . + adc a,b ;a339 88 . + ld a,a ;a33a 7f  + sub e ;a33b 93 . + ld a,a ;a33c 7f  + sub a ;a33d 97 . + add a,d ;a33e 82 . + sbc a,e ;a33f 9b . + adc a,l ;a340 8d . + sbc a,b ;a341 98 . + sub c ;a342 91 . + adc a,(hl) ;a343 8e . + sbc a,d ;a344 9a . + adc a,(hl) ;a345 8e . + sbc a,h ;a346 9c . + sub c ;a347 91 . + and b ;a348 a0 . + sub e ;a349 93 . + and b ;a34a a0 . + sbc a,h ;a34b 9c . + sbc a,c ;a34c 99 . + nop ;a34d 00 . + sbc a,d ;a34e 9a . + sub e ;a34f 93 . + call po,sub_9595h+2 ;a350 e4 97 95 . . . + adc a,l ;a353 8d . + sub l ;a354 95 . + adc a,c ;a355 89 . + sub d ;a356 92 . + adc a,c ;a357 89 . + adc a,l ;a358 8d . + adc a,l ;a359 8d . + adc a,e ;a35a 8b . + sub e ;a35b 93 . + adc a,e ;a35c 8b . + inc e ;a35d 1c . + adc a,l ;a35e 8d . + adc a,e ;a35f 8b . + call po,sub_8b88h ;a360 e4 88 8b . . . + add a,l ;a363 85 . + adc a,b ;a364 88 . + add a,l ;a365 85 . + add a,e ;a366 83 . + adc a,b ;a367 88 . + add a,b ;a368 80 . + adc a,l ;a369 8d . + ld a,a ;a36a 7f  + sub l ;a36b 95 . + ld a,a ;a36c 7f  + sbc a,e ;a36d 9b . + add a,b ;a36e 80 . + nop ;a36f 00 . + adc a,c ;a370 89 . + ld a,e ;a371 7b { + call po,sub_7a8bh ;a372 e4 8b 7a . . z + sub e ;a375 93 . + ld a,d ;a376 7a z + sub (hl) ;a377 96 . + ld a,h ;a378 7c | + sub (hl) ;a379 96 . + add a,b ;a37a 80 . + sub e ;a37b 93 . + add a,e ;a37c 83 . + add a,(hl) ;a37d 86 . + add a,e ;a37e 83 . + add a,e ;a37f 83 . +sub_a380h: + add a,a ;a380 87 . + add a,h ;a381 84 . + adc a,l ;a382 8d . + add a,a ;a383 87 . + sub d ;a384 92 . + sub b ;a385 90 . + sbc a,b ;a386 98 . + sub h ;a387 94 . + sbc a,c ;a388 99 . + sbc a,l ;a389 9d . +sub_a38ah: + sbc a,c ;a38a 99 . + inc e ;a38b 1c . +sub_a38ch: + sub h ;a38c 94 . + sbc a,c ;a38d 99 . + call po,sub_9a8dh ;a38e e4 8d 9a . . . + adc a,h ;a391 8c . +sub_a392h: + sbc a,l ;a392 9d . + adc a,l ;a393 8d . + and b ;a394 a0 . + nop ;a395 00 . + add a,h ;a396 84 . + sub e ;a397 93 . +sub_a398h: + call po,sub_9486h ;a398 e4 86 94 . . . + adc a,c ;a39b 89 . +sub_a39ch: + sub h ;a39c 94 . + adc a,e ;a39d 8b . + sub d ;a39e 92 . + adc a,e ;a39f 8b . + sub b ;a3a0 90 . + add a,(hl) ;a3a1 86 . + add a,b ;a3a2 80 . + inc e ;a3a3 1c . + adc a,e ;a3a4 8b . + sub b ;a3a5 90 . + call po,sub_928dh ;a3a6 e4 8d 92 . . . + adc a,a ;a3a9 8f . + sub h ;a3aa 94 . + sbc a,b ;a3ab 98 . + sub h ;a3ac 94 . + sbc a,e ;a3ad 9b . + sub d ;a3ae 92 . + sbc a,h ;a3af 9c . + adc a,(hl) ;a3b0 8e . + sub (hl) ;a3b1 96 . + ld a,d ;a3b2 7a z + nop ;a3b3 00 . + add a,d ;a3b4 82 . + adc a,b ;a3b5 88 . + call po,09083h ;a3b6 e4 83 90 . . . + add a,(hl) ;a3b9 86 . + sbc a,b ;a3ba 98 . + adc a,d ;a3bb 8a . + sbc a,(hl) ;a3bc 9e . + adc a,a ;a3bd 8f . + and c ;a3be a1 . + sbc a,c ;a3bf 99 . + and c ;a3c0 a1 . + sbc a,l ;a3c1 9d . + sbc a,(hl) ;a3c2 9e . + sbc a,(hl) ;a3c3 9e . + sbc a,b ;a3c4 98 . + sbc a,l ;a3c5 9d . + sub b ;a3c6 90 . + sbc a,d ;a3c7 9a . + adc a,b ;a3c8 88 . + sub (hl) ;a3c9 96 . + add a,d ;a3ca 82 . + sub c ;a3cb 91 . + ld a,a ;a3cc 7f  + add a,a ;a3cd 87 . + ld a,a ;a3ce 7f  + add a,e ;a3cf 83 . + add a,e ;a3d0 83 . + add a,d ;a3d1 82 . + adc a,b ;a3d2 88 . + inc e ;a3d3 1c . + add a,e ;a3d4 83 . + sub b ;a3d5 90 . + call po,sub_909dh ;a3d6 e4 9d 90 . . . + nop ;a3d9 00 . + adc a,(hl) ;a3da 8e . + sub d ;a3db 92 . + call po,sub_8589h ;a3dc e4 89 85 . . . + adc a,b ;a3df 88 . + add a,d ;a3e0 82 . + adc a,c ;a3e1 89 . + add a,b ;a3e2 80 . + adc a,h ;a3e3 8c . + ld a,a ;a3e4 7f  + sub c ;a3e5 91 . + ld a,a ;a3e6 7f  + sub l ;a3e7 95 . + add a,b ;a3e8 80 . + sbc a,b ;a3e9 98 . + add a,d ;a3ea 82 . + nop ;a3eb 00 . + add a,h ;a3ec 84 . + sub e ;a3ed 93 . + call po,sub_9389h ;a3ee e4 89 93 . . . + adc a,e ;a3f1 8b . + sub c ;a3f2 91 . + adc a,e ;a3f3 8b . + sub b ;a3f4 90 . + adc a,b ;a3f5 88 . + adc a,c ;a3f6 89 . + add a,h ;a3f7 84 . + add a,b ;a3f8 80 . + inc e ;a3f9 1c . + adc a,b ;a3fa 88 . + adc a,c ;a3fb 89 . + call po,sub_939bh+1 ;a3fc e4 9c 93 . . . + inc e ;a3ff 1c . + sub (hl) ;a400 96 . + sub b ;a401 90 . + call po,sub_8b93h ;a402 e4 93 8b . . . + sub b ;a405 90 . + add a,e ;a406 83 . + sub c ;a407 91 . + add a,c ;a408 81 . + sub e ;a409 93 . + add a,b ;a40a 80 . + sbc a,d ;a40b 9a . + add a,b ;a40c 80 . + sbc a,h ;a40d 9c . + add a,c ;a40e 81 . + nop ;a40f 00 . + add a,d ;a410 82 . + add a,b ;a411 80 . + call po,sub_9493h ;a412 e4 93 94 . . . + inc e ;a415 1c . + adc a,c ;a416 89 . + sbc a,a ;a417 9f . + call po,sub_a08ah ;a418 e4 8a a0 . . . + adc a,(hl) ;a41b 8e . + and b ;a41c a0 . + sub b ;a41d 90 . + sbc a,(hl) ;a41e 9e . + sub e ;a41f 93 . + sub h ;a420 94 . + sbc a,c ;a421 99 . + add a,d ;a422 82 . + sbc a,e ;a423 9b . + add a,b ;a424 80 . + sbc a,l ;a425 9d . + add a,b ;a426 80 . + nop ;a427 00 . + add a,e ;a428 83 . + ld a,d ;a429 7a z + call po,sub_9489h ;a42a e4 89 94 . . . + inc e ;a42d 1c . + add a,l ;a42e 85 . + add a,e ;a42f 83 . + call po,sub_8087h+1 ;a430 e4 88 80 . . . + sub e ;a433 93 . + add a,b ;a434 80 . + sub (hl) ;a435 96 . + add a,d ;a436 82 . + sub a ;a437 97 . + add a,h ;a438 84 . + sbc a,e ;a439 9b . + sub h ;a43a 94 . + inc e ;a43b 1c . + sub a ;a43c 97 . + add a,h ;a43d 84 . + call po,sub_8197h ;a43e e4 97 81 . . . + sbc a,b ;a441 98 . + add a,b ;a442 80 . + sbc a,(hl) ;a443 9e . + add a,b ;a444 80 . + nop ;a445 00 . + add a,h ;a446 84 . + sub e ;a447 93 . + call po,sub_9387h ;a448 e4 87 93 . . . + adc a,c ;a44b 89 . + sub d ;a44c 92 . + adc a,d ;a44d 8a . + adc a,(hl) ;a44e 8e . + add a,a ;a44f 87 . + add a,b ;a450 80 . + adc a,d ;a451 8a . + add a,b ;a452 80 . + adc a,a ;a453 8f . + add a,e ;a454 83 . + sub (hl) ;a455 96 . + adc a,d ;a456 8a . + sbc a,e ;a457 9b . + sub b ;a458 90 . + sbc a,h ;a459 9c . + sub e ;a45a 93 . + nop ;a45b 00 . + adc a,e ;a45c 8b . + ld a,d ;a45d 7a z + call po,sub_7a96h ;a45e e4 96 7a . . z + sbc a,b ;a461 98 . + ld a,h ;a462 7c | + sbc a,b ;a463 98 . + ld a,a ;a464 7f  + sub (hl) ;a465 96 . + add a,c ;a466 81 . + add a,a ;a467 87 . + add a,c ;a468 81 . + add a,e ;a469 83 . + add a,h ;a46a 84 . + add a,e ;a46b 83 . + adc a,c ;a46c 89 . + add a,a ;a46d 87 . + adc a,h ;a46e 8c . + sbc a,c ;a46f 99 . + adc a,h ;a470 8c . + inc e ;a471 1c . + adc a,h ;a472 8c . + adc a,h ;a473 8c . + call po,08f89h ;a474 e4 89 8f . . . + adc a,c ;a477 89 . + sub e ;a478 93 . + adc a,h ;a479 8c . + sub (hl) ;a47a 96 . + sbc a,(hl) ;a47b 9e . + sub (hl) ;a47c 96 . + inc e ;a47d 1c . + adc a,a ;a47e 8f . + sub (hl) ;a47f 96 . +sub_a480h: + call po,sub_988bh+1 ;a480 e4 8c 98 . . . + adc a,h ;a483 8c . + sbc a,d ;a484 9a . + nop ;a485 00 . +sub_a486h: + add a,e ;a486 83 . +sub_a487h: + add a,a ;a487 87 . +sub_a488h: + call po,sub_9188h ;a488 e4 88 91 . . . + adc a,l ;a48b 8d . +sub_a48ch: + sub h ;a48c 94 . +sub_a48dh: + sbc a,b ;a48d 98 . +sub_a48eh: + sub h ;a48e 94 . + sbc a,l ;a48f 9d . +sub_a490h: + adc a,a ;a490 8f . + sbc a,l ;a491 9d . +sub_a492h: + adc a,h ;a492 8c . + sbc a,b ;a493 98 . + add a,c ;a494 81 . +sub_a495h: + sub e ;a495 93 . + ld a,a ;a496 7f  +sub_a497h: + adc a,b ;a497 88 . +sub_a498h: + ld a,a ;a498 7f  +sub_a499h: + add a,e ;a499 83 . +sub_a49ah: + add a,h ;a49a 84 . +sub_a49bh: + add a,e ;a49b 83 . + add a,a ;a49c 87 . + nop ;a49d 00 . +sub_a49eh: + add a,d ;a49e 82 . + add a,b ;a49f 80 . + call po,sub_948ah ;a4a0 e4 8a 94 . . . + inc e ;a4a3 1c . + add a,d ;a4a4 82 . + sub d ;a4a5 92 . + call po,sub_9485h ;a4a6 e4 85 94 . . . + sbc a,h ;a4a9 9c . + sub h ;a4aa 94 . + sbc a,a ;a4ab 9f . + sub (hl) ;a4ac 96 . + inc e ;a4ad 1c . + sbc a,b ;a4ae 98 . + sub h ;a4af 94 . + call po,sub_8593h ;a4b0 e4 93 85 . . . + sub e ;a4b3 93 . + add a,e ;a4b4 83 . + sub l ;a4b5 95 . + add a,b ;a4b6 80 . + sbc a,h ;a4b7 9c . + add a,b ;a4b8 80 . + nop ;a4b9 00 . + add a,e ;a4ba 83 . + ld a,d ;a4bb 7a z + call po,sub_8e8ah ;a4bc e4 8a 8e . . . + adc a,h ;a4bf 8c . + sub c ;a4c0 91 . + sub b ;a4c1 90 . + sub e ;a4c2 93 . + sbc a,c ;a4c3 99 . + sub e ;a4c4 93 . + sbc a,h ;a4c5 9c . + sub c ;a4c6 91 . + sbc a,l ;a4c7 9d . + adc a,(hl) ;a4c8 8e . + sbc a,l ;a4c9 9d . + adc a,c ;a4ca 89 . + sbc a,d ;a4cb 9a . + add a,d ;a4cc 82 . + sub (hl) ;a4cd 96 . + ld a,a ;a4ce 7f  + adc a,l ;a4cf 8d . + ld a,a ;a4d0 7f  + adc a,b ;a4d1 88 . + add a,d ;a4d2 82 . + nop ;a4d3 00 . + sbc a,(hl) ;a4d4 9e . + sbc a,d ;a4d5 9a . + call po,sub_989ch ;a4d6 e4 9c 98 . . . + inc e ;a4d9 1c . + sbc a,c ;a4da 99 . + sub a ;a4db 97 . + call po,sub_978ch ;a4dc e4 8c 97 . . . + inc e ;a4df 1c . + sbc a,h ;a4e0 9c . + sbc a,b ;a4e1 98 . + call po,sub_9799h ;a4e2 e4 99 97 . . . + inc e ;a4e5 1c . + adc a,h ;a4e6 8c . + sub a ;a4e7 97 . + call po,sub_9488h ;a4e8 e4 88 94 . . . + add a,e ;a4eb 83 . + adc a,e ;a4ec 8b . + add a,d ;a4ed 82 . + add a,l ;a4ee 85 . + add a,h ;a4ef 84 . + add a,b ;a4f0 80 . + adc a,c ;a4f1 89 . + ld a,a ;a4f2 7f  + sub d ;a4f3 92 . + ld a,a ;a4f4 7f  + sub (hl) ;a4f5 96 . + add a,h ;a4f6 84 . + sbc a,c ;a4f7 99 . + adc a,e ;a4f8 8b . + sbc a,b ;a4f9 98 . + sub b ;a4fa 90 . + sub (hl) ;a4fb 96 . + sub d ;a4fc 92 . + sub d ;a4fd 92 . + sub e ;a4fe 93 . + adc a,h ;a4ff 8c . + sub e ;a500 93 . + adc a,d ;a501 8a . + sub d ;a502 92 . + nop ;a503 00 . + add a,d ;a504 82 . + sub c ;a505 91 . + call po,sub_9385h ;a506 e4 85 93 . . . + sbc a,e ;a509 9b . + sub e ;a50a 93 . + sbc a,(hl) ;a50b 9e . + sub l ;a50c 95 . + inc e ;a50d 1c . + adc a,a ;a50e 8f . + sub e ;a50f 93 . + call po,sub_8489h ;a510 e4 89 84 . . . +sub_a513h: + adc a,d ;a513 8a . + add a,c ;a514 81 . + adc a,h ;a515 8c . + ld a,a ;a516 7f  + sub h ;a517 94 . + ld a,a ;a518 7f  + sbc a,d ;a519 9a . + add a,c ;a51a 81 . + nop ;a51b 00 . + add a,e ;a51c 83 . + sub d ;a51d 92 . + call po,sub_9384h ;a51e e4 84 93 . . . + adc a,b ;a521 88 . + sub e ;a522 93 . + adc a,c ;a523 89 . + sub d ;a524 92 . + adc a,d ;a525 8a . + sub b ;a526 90 . + add a,l ;a527 85 . + add a,(hl) ;a528 86 . + add a,l ;a529 85 . + add a,d ;a52a 82 . + add a,a ;a52b 87 . + add a,b ;a52c 80 . + adc a,h ;a52d 8c . + ld a,a ;a52e 7f  + sub e ;a52f 93 . + ld a,a ;a530 7f  +sub_a531h: + sub (hl) ;a531 96 . + add a,b ;a532 80 . + sbc a,d ;a533 9a . + add a,a ;a534 87 . + sbc a,(hl) ;a535 9e . + sub e ;a536 93 . + nop ;a537 00 . + add a,d ;a538 82 . + add a,h ;a539 84 . + call po,08882h ;a53a e4 82 88 . . . + add a,h ;a53d 84 . + adc a,(hl) ;a53e 8e . + adc a,c ;a53f 89 . + sub e ;a540 93 . + sbc a,c ;a541 99 . + sub e ;a542 93 . + sbc a,(hl) ;a543 9e . + adc a,a ;a544 8f . + sbc a,(hl) ;a545 9e . + adc a,d ;a546 8a . + sbc a,h ;a547 9c . + add a,h ;a548 84 . + sub a ;a549 97 . + add a,b ;a54a 80 . + add a,a ;a54b 87 . + add a,b ;a54c 80 . + add a,d ;a54d 82 . + add a,h ;a54e 84 . + inc e ;a54f 1c . + sub l ;a550 95 . + and b ;a551 a0 . + call po,sub_7a8ch ;a552 e4 8c 7a . . z + nop ;a555 00 . + add a,d ;a556 82 . + ld a,d ;a557 7a z + call po,sub_7a85h ;a558 e4 85 7a . . z + adc a,l ;a55b 8d . + add a,d ;a55c 82 . + sbc a,b ;a55d 98 . + adc a,a ;a55e 8f . + sbc a,e ;a55f 9b . + sub d ;a560 92 . + sbc a,(hl) ;a561 9e . + sub e ;a562 93 . + inc e ;a563 1c . + add a,(hl) ;a564 86 . + sub e ;a565 93 . + call po,sub_928ah ;a566 e4 8a 92 . . . + adc a,h ;a569 8c . + sub b ;a56a 90 . + sub (hl) ;a56b 96 . + ld a,l ;a56c 7d } + sbc a,c ;a56d 99 . + ld a,d ;a56e 7a z + sbc a,h ;a56f 9c . + ld a,d ;a570 7a z + nop ;a571 00 . + add a,d ;a572 82 . + sub e ;a573 93 . + call po,sub_9384h ;a574 e4 84 93 . . . + add a,(hl) ;a577 86 . + sub d ;a578 92 . + add a,d ;a579 82 . + add a,a ;a57a 87 . + add a,d ;a57b 82 . + add a,e ;a57c 83 . + add a,l ;a57d 85 . + add a,b ;a57e 80 . + sub (hl) ;a57f 96 . +sub_a580h: + add a,b ;a580 80 . + sbc a,d ;a581 9a . + add a,e ;a582 83 . + sbc a,(hl) ;a583 9e . + adc a,l ;a584 8d . + sbc a,a ;a585 9f . + sub e ;a586 93 . +sub_a587h: + inc e ;a587 1c . +sub_a588h: + sub h ;a588 94 . + and b ;a589 a0 . + call po,sub_7a8bh ;a58a e4 8b 7a . . z + nop ;a58d 00 . + add a,l ;a58e 85 . + sub e ;a58f 93 . + call po,sub_8a81h ;a590 e4 81 8a . . . + add a,b ;a593 80 . + add a,l ;a594 85 . + add a,b ;a595 80 . + add a,d ;a596 82 . + add a,h ;a597 84 . + ld a,a ;a598 7f  + adc a,h ;a599 8c . + ld a,a ;a59a 7f  + adc a,a ;a59b 8f . + add a,e ;a59c 83 . + sub e ;a59d 93 . + adc a,l ;a59e 8d . + inc e ;a59f 1c . + adc a,a ;a5a0 8f . + add a,e ;a5a1 83 . + call po,sub_7f91h ;a5a2 e4 91 7f . .  + sbc a,e ;a5a5 9b . + ld a,a ;a5a6 7f  + sbc a,a ;a5a7 9f . + add a,d ;a5a8 82 . + and c ;a5a9 a1 . + add a,a ;a5aa 87 . + and e ;a5ab a3 . + adc a,(hl) ;a5ac 8e . + and d ;a5ad a2 . + sub e ;a5ae 93 . + nop ;a5af 00 . + nop ;a5b0 00 . + nop ;a5b1 00 . + nop ;a5b2 00 . + nop ;a5b3 00 . + nop ;a5b4 00 . + nop ;a5b5 00 . + nop ;a5b6 00 . + nop ;a5b7 00 . + nop ;a5b8 00 . + nop ;a5b9 00 . + nop ;a5ba 00 . + nop ;a5bb 00 . + nop ;a5bc 00 . + add a,e ;a5bd 83 . + sbc a,e ;a5be 9b . + call po,sub_9b9fh ;a5bf e4 9f 9b . . . + inc e ;a5c2 1c . + sub b ;a5c3 90 . + and b ;a5c4 a0 . + call po,sub_988bh+1 ;a5c5 e4 8c 98 . . . + add a,a ;a5c8 87 . + sub b ;a5c9 90 . + add a,h ;a5ca 84 . + adc a,h ;a5cb 8c . + inc e ;a5cc 1c . + add a,a ;a5cd 87 . + sub b ;a5ce 90 . + call po,sub_928ah ;a5cf e4 8a 92 . . . + adc a,(hl) ;a5d2 8e . + sub h ;a5d3 94 . + sub d ;a5d4 92 . + sub l ;a5d5 95 . + sub (hl) ;a5d6 96 . + sub h ;a5d7 94 . + sbc a,b ;a5d8 98 . + adc a,(hl) ;a5d9 8e . + sbc a,b ;a5da 98 . + add a,(hl) ;a5db 86 . + inc e ;a5dc 1c . + and c ;a5dd a1 . + sub e ;a5de 93 . + call po,sub_8e92h ;a5df e4 92 8e . . . + adc a,l ;a5e2 8d . + adc a,e ;a5e3 8b . + adc a,d ;a5e4 8a . + adc a,b ;a5e5 88 . + adc a,d ;a5e6 8a . + add a,e ;a5e7 83 . + adc a,(hl) ;a5e8 8e . + add a,b ;a5e9 80 . + and b ;a5ea a0 . + add a,b ;a5eb 80 . + nop ;a5ec 00 . + add a,h ;a5ed 84 . + sub (hl) ;a5ee 96 . + call po,sub_969dh ;a5ef e4 9d 96 . . . + inc e ;a5f2 1c . + adc a,l ;a5f3 8d . + sbc a,h ;a5f4 9c . + call po,sub_8c8dh ;a5f5 e4 8d 8c . . . + adc a,a ;a5f8 8f . + add a,h ;a5f9 84 . + inc e ;a5fa 1c . + sbc a,d ;a5fb 9a . + sub b ;a5fc 90 . + call po,sub_8b96h ;a5fd e4 96 8b . . . + adc a,a ;a600 8f . + add a,h ;a601 84 . + adc a,h ;a602 8c . + add a,d ;a603 82 . + adc a,b ;a604 88 . + add a,c ;a605 81 . + add a,(hl) ;a606 86 . + add a,c ;a607 81 . + add a,h ;a608 84 . + add a,e ;a609 83 . + add a,h ;a60a 84 . + adc a,b ;a60b 88 . + add a,(hl) ;a60c 86 . + adc a,h ;a60d 8c . + adc a,h ;a60e 8c . + sub b ;a60f 90 . + sub b ;a610 90 . + sub c ;a611 91 . + sub a ;a612 97 . + sub c ;a613 91 . + sbc a,d ;a614 9a . + sub b ;a615 90 . + sbc a,l ;a616 9d . + adc a,(hl) ;a617 8e . + sbc a,a ;a618 9f . + adc a,c ;a619 89 . + sbc a,(hl) ;a61a 9e . + add a,(hl) ;a61b 86 . + sbc a,d ;a61c 9a . + add a,c ;a61d 81 . + sub l ;a61e 95 . + add a,b ;a61f 80 . + sub d ;a620 92 . + add a,b ;a621 80 . + nop ;a622 00 . + add a,l ;a623 85 . + sbc a,b ;a624 98 . + call po,sub_8c84h ;a625 e4 84 8c . . . + add a,h ;a628 84 . + adc a,d ;a629 8a . + add a,l ;a62a 85 . + add a,l ;a62b 85 . + add a,(hl) ;a62c 86 . + add a,d ;a62d 82 . + adc a,b ;a62e 88 . + add a,b ;a62f 80 . + adc a,d ;a630 8a . + add a,b ;a631 80 . + adc a,h ;a632 8c . + add a,c ;a633 81 . + adc a,(hl) ;a634 8e . + add a,e ;a635 83 . + adc a,a ;a636 8f . + add a,(hl) ;a637 86 . + inc e ;a638 1c . + sub a ;a639 97 . + sub a ;a63a 97 . + call po,sub_939ah ;a63b e4 9a 93 . . . + sbc a,h ;a63e 9c . + adc a,l ;a63f 8d . + sbc a,l ;a640 9d . + add a,a ;a641 87 . + sbc a,l ;a642 9d . + add a,h ;a643 84 . + sbc a,h ;a644 9c . + add a,d ;a645 82 . + nop ;a646 00 . + adc a,d ;a647 8a . + sbc a,d ;a648 9a . + call po,sub_9993h ;a649 e4 93 99 . . . + sbc a,c ;a64c 99 . + sbc a,c ;a64d 99 . + inc e ;a64e 1c . + add a,l ;a64f 85 . + sub b ;a650 90 . + call po,sub_928ah ;a651 e4 8a 92 . . . + adc a,(hl) ;a654 8e . + sub e ;a655 93 . +sub_a656h: + sub a ;a656 97 . + sub e ;a657 93 . +sub_a658h: + sbc a,e ;a658 9b . + sub c ;a659 91 . + sbc a,l ;a65a 9d . + adc a,(hl) ;a65b 8e . + sbc a,l ;a65c 9d . + adc a,e ;a65d 8b . +sub_a65eh: + sbc a,h ;a65e 9c . + adc a,b ;a65f 88 . + sbc a,b ;a660 98 . + add a,h ;a661 84 . + sub h ;a662 94 . +sub_a663h: + add a,d ;a663 82 . +sub_a664h: + adc a,h ;a664 8c . +sub_a665h: + add a,b ;a665 80 . + adc a,e ;a666 8b . + add a,b ;a667 80 . + nop ;a668 00 . + adc a,d ;a669 8a . + sbc a,c ;a66a 99 . + call po,sub_9898h ;a66b e4 98 98 . . . + inc e ;a66e 1c . + add a,(hl) ;a66f 86 . + sub d ;a670 92 . + call po,sub_9399h ;a671 e4 99 93 . . . + adc a,(hl) ;a674 8e . + adc a,d ;a675 8a . + add a,e ;a676 83 . + add a,b ;a677 80 . + inc e ;a678 1c . + adc a,(hl) ;a679 8e . + adc a,d ;a67a 8a . + call po,sub_8a93h ;a67b e4 93 8a . . . + sub h ;a67e 94 . + adc a,c ;a67f 89 . +sub_a680h: + sub h ;a680 94 . + add a,d ;a681 82 . + sub a ;a682 97 . + add a,b ;a683 80 . +sub_a684h: + sbc a,d ;a684 9a . + add a,b ;a685 80 . + sbc a,(hl) ;a686 9e . + add a,c ;a687 81 . +sub_a688h: + nop ;a688 00 . + add a,l ;a689 85 . +sub_a68ah: + sub l ;a68a 95 . + call po,sub_9595h ;a68b e4 95 95 . . . + inc e ;a68e 1c . + sbc a,b ;a68f 98 . +sub_a690h: + sub a ;a690 97 . + call po,sub_919eh ;a691 e4 9e 91 . . . +sub_a694h: + inc e ;a694 1c . + adc a,l ;a695 8d . +sub_a696h: + sbc a,d ;a696 9a . + call po,sub_818dh ;a697 e4 8d 81 . . . + adc a,h ;a69a 8c . + add a,b ;a69b 80 . +sub_a69ch: + adc a,b ;a69c 88 . + add a,b ;a69d 80 . +sub_a69eh: + add a,l ;a69e 85 . + add a,d ;a69f 82 . +sub_a6a0h: + add a,e ;a6a0 83 . + add a,l ;a6a1 85 . + add a,l ;a6a2 85 . + adc a,c ;a6a3 89 . + adc a,e ;a6a4 8b . + adc a,l ;a6a5 8d . + sub b ;a6a6 90 . + adc a,(hl) ;a6a7 8e . + sub a ;a6a8 97 . + adc a,(hl) ;a6a9 8e . + sbc a,e ;a6aa 9b . + adc a,h ;a6ab 8c . + sbc a,l ;a6ac 9d . + adc a,c ;a6ad 89 . + sbc a,l ;a6ae 9d . + add a,(hl) ;a6af 86 . + sbc a,e ;a6b0 9b . + add a,d ;a6b1 82 . + sbc a,c ;a6b2 99 . + add a,b ;a6b3 80 . + sub c ;a6b4 91 . + ld a,a ;a6b5 7f  + nop ;a6b6 00 . + sub c ;a6b7 91 . + add a,b ;a6b8 80 . + call po,sub_8a8eh ;a6b9 e4 8e 8a . . . + adc a,e ;a6bc 8b . + sub d ;a6bd 92 . + adc a,b ;a6be 88 . + sbc a,b ;a6bf 98 . + inc e ;a6c0 1c . + add a,e ;a6c1 83 . + adc a,(hl) ;a6c2 8e . + call po,sub_928ch ;a6c3 e4 8c 92 . . . + sub l ;a6c6 95 . + sub l ;a6c7 95 . + sbc a,b ;a6c8 98 . + sub l ;a6c9 95 . + sbc a,d ;a6ca 9a . + sub l ;a6cb 95 . + sbc a,l ;a6cc 9d . + sub h ;a6cd 94 . + sbc a,a ;a6ce 9f . + sub c ;a6cf 91 . + sbc a,a ;a6d0 9f . + adc a,(hl) ;a6d1 8e . + sbc a,(hl) ;a6d2 9e . + adc a,e ;a6d3 8b . + sbc a,d ;a6d4 9a . + adc a,c ;a6d5 89 . + sub l ;a6d6 95 . + adc a,c ;a6d7 89 . + inc e ;a6d8 1c . + sub l ;a6d9 95 . + sub l ;a6da 95 . + call po,09b91h ;a6db e4 91 9b . . . + nop ;a6de 00 . + add a,l ;a6df 85 . + sbc a,b ;a6e0 98 . + call po,sub_8d82h+2 ;a6e1 e4 84 8d . . . + add a,h ;a6e4 84 . + adc a,d ;a6e5 8a . + add a,l ;a6e6 85 . + add a,(hl) ;a6e7 86 . + inc e ;a6e8 1c . + add a,h ;a6e9 84 . + adc a,d ;a6ea 8a . + call po,sub_8d86h ;a6eb e4 86 8d . . . + adc a,b ;a6ee 88 . + sub b ;a6ef 90 . + adc a,h ;a6f0 8c . + sub h ;a6f1 94 . + sub b ;a6f2 90 . + sub (hl) ;a6f3 96 . + sbc a,b ;a6f4 98 . + sub (hl) ;a6f5 96 . + sbc a,d ;a6f6 9a . + sub l ;a6f7 95 . + sbc a,h ;a6f8 9c . + sub e ;a6f9 93 . + sbc a,(hl) ;a6fa 9e . + adc a,a ;a6fb 8f . + sbc a,(hl) ;a6fc 9e . + adc a,h ;a6fd 8c . + sbc a,h ;a6fe 9c . + adc a,b ;a6ff 88 . + sub a ;a700 97 . + add a,l ;a701 85 . + sub c ;a702 91 . + add a,l ;a703 85 . + adc a,l ;a704 8d . + add a,a ;a705 87 . + adc a,h ;a706 8c . + adc a,b ;a707 88 . + inc e ;a708 1c . + sub e ;a709 93 . + sbc a,e ;a70a 9b . + call po,sub_9894h ;a70b e4 94 98 . . . + sub h ;a70e 94 . + adc a,d ;a70f 8a . + sub d ;a710 92 . + add a,h ;a711 84 . + adc a,(hl) ;a712 8e . + add a,b ;a713 80 . + adc a,e ;a714 8b . + add a,b ;a715 80 . + nop ;a716 00 . + sub d ;a717 92 . + sub e ;a718 93 . + call po,sub_939eh ;a719 e4 9e 93 . . . + inc e ;a71c 1c . + sub d ;a71d 92 . + sbc a,e ;a71e 9b . + call po,sub_8692h ;a71f e4 92 86 . . . + sub c ;a722 91 . + add a,c ;a723 81 . + adc a,a ;a724 8f . + add a,b ;a725 80 . + adc a,c ;a726 89 . + add a,b ;a727 80 . + add a,(hl) ;a728 86 . + add a,c ;a729 81 . + add a,h ;a72a 84 . + add a,e ;a72b 83 . + add a,h ;a72c 84 . + add a,(hl) ;a72d 86 . + add a,l ;a72e 85 . + adc a,b ;a72f 88 . + adc a,c ;a730 89 . + adc a,d ;a731 8a . + adc a,l ;a732 8d . + adc a,d ;a733 8a . + sub (hl) ;a734 96 . + add a,a ;a735 87 . + sbc a,l ;a736 9d . + add a,d ;a737 82 . + nop ;a738 00 . + add a,e ;a739 83 . + sub c ;a73a 91 . + call po,sub_938ch ;a73b e4 8c 93 . . . + sub c ;a73e 91 . + sub h ;a73f 94 . + sub (hl) ;a740 96 . + sub h ;a741 94 . + sbc a,d ;a742 9a . + sub e ;a743 93 . + sbc a,(hl) ;a744 9e . + sub b ;a745 90 . + sbc a,a ;a746 9f . + adc a,h ;a747 8c . + sbc a,(hl) ;a748 9e . + adc a,b ;a749 88 . + sbc a,h ;a74a 9c . + add a,l ;a74b 85 . + sbc a,c ;a74c 99 . + add a,e ;a74d 83 . + sub a ;a74e 97 . + add a,d ;a74f 82 . + sub d ;a750 92 . + add a,c ;a751 81 . + adc a,d ;a752 8a . + add a,c ;a753 81 . + nop ;a754 00 . + nop ;a755 00 . + add a,c ;a756 81 . + sbc a,h ;a757 9c . + call po,sub_9c9fh ;a758 e4 9f 9c . . . + inc e ;a75b 1c . + adc a,h ;a75c 8c . + and c ;a75d a1 . + call po,sub_908bh ;a75e e4 8b 90 . . . + adc a,(hl) ;a761 8e . + add a,h ;a762 84 . + inc e ;a763 1c . + sbc a,b ;a764 98 . + sub l ;a765 95 . + call po,sub_8c94h ;a766 e4 94 8c . . . + adc a,(hl) ;a769 8e . + add a,h ;a76a 84 . + add a,a ;a76b 87 . + add a,b ;a76c 80 . + add a,e ;a76d 83 . + add a,b ;a76e 80 . + add a,b ;a76f 80 . + add a,h ;a770 84 . + add a,c ;a771 81 . + adc a,e ;a772 8b . + adc a,c ;a773 89 . + sub e ;a774 93 . + adc a,a ;a775 8f . + sub l ;a776 95 . + sbc a,b ;a777 98 . + sub l ;a778 95 . + sbc a,l ;a779 9d . + sub d ;a77a 92 . + and c ;a77b a1 . + adc a,(hl) ;a77c 8e . + and c ;a77d a1 . + add a,a ;a77e 87 . + sbc a,a ;a77f 9f . + add a,e ;a780 83 . + sbc a,e ;a781 9b . + add a,b ;a782 80 . + sub e ;a783 93 . + ld a,a ;a784 7f  + nop ;a785 00 . + add a,h ;a786 84 . + sbc a,a ;a787 9f . + call po,sub_9782h ;a788 e4 82 97 . . . + add a,d ;a78b 82 . + adc a,l ;a78c 8d . + add a,e ;a78d 83 . + add a,h ;a78e 84 . + add a,l ;a78f 85 . + add a,c ;a790 81 . + add a,a ;a791 87 . + add a,c ;a792 81 . + adc a,a ;a793 8f . + adc a,b ;a794 88 . + inc e ;a795 1c . + sbc a,e ;a796 9b . + sbc a,l ;a797 9d . + call po,sub_969eh ;a798 e4 9e 96 . . . + and b ;a79b a0 . + adc a,(hl) ;a79c 8e . + and b ;a79d a0 . + add a,(hl) ;a79e 86 . + nop ;a79f 00 . + adc a,c ;a7a0 89 . + ld a,a ;a7a1 7f  + call po,sub_8091h ;a7a2 e4 91 80 . . . + sub (hl) ;a7a5 96 . + add a,d ;a7a6 82 . + sbc a,l ;a7a7 9d . + add a,a ;a7a8 87 . + and b ;a7a9 a0 . + adc a,l ;a7aa 8d . + and b ;a7ab a0 . + sub b ;a7ac 90 . + sbc a,a ;a7ad 9f . + sub e ;a7ae 93 . + sbc a,h ;a7af 9c . + sub (hl) ;a7b0 96 . + sbc a,b ;a7b1 98 . + sub a ;a7b2 97 . + adc a,l ;a7b3 8d . + sub a ;a7b4 97 . + add a,d ;a7b5 82 . + sub h ;a7b6 94 . + inc e ;a7b7 1c . + adc a,d ;a7b8 8a . + and b ;a7b9 a0 . + call po,sub_9e9bh ;a7ba e4 9b 9e . . . + nop ;a7bd 00 . + adc a,b ;a7be 88 . + and b ;a7bf a0 . + call po,sub_9e97h ;a7c0 e4 97 9e . . . + inc e ;a7c3 1c . + add a,h ;a7c4 84 . + sub a ;a7c5 97 . + call po,sub_989bh ;a7c6 e4 9b 98 . . . + adc a,h ;a7c9 8c . + adc a,h ;a7ca 8c . + add a,b ;a7cb 80 . + add a,b ;a7cc 80 . + inc e ;a7cd 1c . + adc a,h ;a7ce 8c . + adc a,h ;a7cf 8c . + call po,sub_8c90h+2 ;a7d0 e4 92 8c . . . + sub l ;a7d3 95 . + adc a,e ;a7d4 8b . + sub l ;a7d5 95 . + add a,d ;a7d6 82 . + sub a ;a7d7 97 . + add a,b ;a7d8 80 . + and b ;a7d9 a0 . + add a,b ;a7da 80 . + and d ;a7db a2 . + add a,c ;a7dc 81 . + nop ;a7dd 00 . + add a,d ;a7de 82 . + sbc a,d ;a7df 9a . + call po,sub_9a96h ;a7e0 e4 96 9a . . . + inc e ;a7e3 1c . + sbc a,e ;a7e4 9b . + sbc a,l ;a7e5 9d . + call po,sub_97a1h ;a7e6 e4 a1 97 . . . + inc e ;a7e9 1c . + adc a,h ;a7ea 8c . + and c ;a7eb a1 . + call po,sub_828ch ;a7ec e4 8c 82 . . . + adc a,e ;a7ef 8b . + add a,b ;a7f0 80 . + add a,(hl) ;a7f1 86 . + add a,b ;a7f2 80 . + add a,c ;a7f3 81 . + add a,h ;a7f4 84 . + add a,c ;a7f5 81 . + adc a,c ;a7f6 89 . + adc a,c ;a7f7 89 . + sub b ;a7f8 90 . + sub b ;a7f9 90 . + sub d ;a7fa 92 . + sbc a,c ;a7fb 99 . + sub d ;a7fc 92 . + and b ;a7fd a0 . + adc a,(hl) ;a7fe 8e . + and c ;a7ff a1 . + adc a,d ;a800 8a . + and c ;a801 a1 . + add a,(hl) ;a802 86 . + sbc a,h ;a803 9c . + add a,b ;a804 80 . + sub h ;a805 94 . + ld a,a ;a806 7f  + nop ;a807 00 . + call po,sub_8a86h ;a808 e4 86 8a . . . + adc a,c ;a80b 89 . + sub d ;a80c 92 . + adc a,e ;a80d 8b . + sbc a,d ;a80e 9a . + adc a,h ;a80f 8c . + and c ;a810 a1 . + inc e ;a811 1c . + add a,c ;a812 81 . + sub a ;a813 97 . + call po,sub_9895h ;a814 e4 95 98 . . . + sbc a,b ;a817 98 . + sub h ;a818 94 . + sbc a,b ;a819 98 . + adc a,b ;a81a 88 . + sub (hl) ;a81b 96 . + add a,d ;a81c 82 . + sub h ;a81d 94 . + add a,b ;a81e 80 . + adc a,e ;a81f 8b . + add a,c ;a820 81 . + inc e ;a821 1c . + sbc a,e ;a822 9b . + sbc a,l ;a823 9d . + call po,sub_96a0h ;a824 e4 a0 96 . . . + and e ;a827 a3 . + adc a,(hl) ;a828 8e . + nop ;a829 00 . + add a,b ;a82a 80 . + sub c ;a82b 91 . + call po,sub_918eh ;a82c e4 8e 91 . . . + and d ;a82f a2 . + sub e ;a830 93 . + inc e ;a831 1c . + sbc a,a ;a832 9f . + sbc a,e ;a833 9b . + call po,sub_9a91h+1 ;a834 e4 92 9a . . . + add a,e ;a837 83 . + sbc a,d ;a838 9a . + inc e ;a839 1c . + adc a,a ;a83a 8f . + and c ;a83b a1 . + call po,sub_9692h ;a83c e4 92 96 . . . + sub (hl) ;a83f 96 . + adc a,a ;a840 8f . + sbc a,e ;a841 9b . + adc a,b ;a842 88 . + inc e ;a843 1c . + adc a,b ;a844 88 . + adc a,e ;a845 8b . + call po,sub_8884h ;a846 e4 84 88 . . . + add a,h ;a849 84 . + add a,h ;a84a 84 . + add a,(hl) ;a84b 86 . + add a,d ;a84c 82 . + adc a,c ;a84d 89 . + add a,b ;a84e 80 . + sbc a,a ;a84f 9f . + add a,b ;a850 80 . + nop ;a851 00 . + sub a ;a852 97 . + and c ;a853 a1 . + call po,sub_9c92h ;a854 e4 92 9c . . . + adc a,d ;a857 8a . + sub (hl) ;a858 96 . + add a,a ;a859 87 . + sub h ;a85a 94 . + add a,e ;a85b 83 . + sub d ;a85c 92 . + add a,d ;a85d 82 . +sub_a85eh: + sub c ;a85e 91 . + add a,h ;a85f 84 . + adc a,a ;a860 8f . + adc a,h ;a861 8c . + adc a,c ;a862 89 . + sub e ;a863 93 . + add a,e ;a864 83 . + sbc a,b ;a865 98 . + ld a,a ;a866 7f  + nop ;a867 00 . + add a,d ;a868 82 . + add a,b ;a869 80 . + call po,sub_8a81h ;a86a e4 81 8a . . . + add a,c ;a86d 81 . + sub l ;a86e 95 . + add a,d ;a86f 82 . + and b ;a870 a0 . + inc e ;a871 1c . + adc a,c ;a872 89 . + sub a ;a873 97 . + call po,sub_97a1h ;a874 e4 a1 97 . . . + inc e ;a877 1c . + sbc a,c ;a878 99 . + and c ;a879 a1 . + call po,sub_8899h ;a87a e4 99 88 . . . + sub (hl) ;a87d 96 . + add a,h ;a87e 84 . + sub e ;a87f 93 . +sub_a880h: + add a,c ;a880 81 . + sub c ;a881 91 . + add a,b ;a882 80 . + adc a,e ;a883 8b . + add a,b ;a884 80 . +sub_a885h: + nop ;a885 00 . + add a,l ;a886 85 . +sub_a887h: + sbc a,l ;a887 9d . +sub_a888h: + call po,sub_9c92h ;a888 e4 92 9c . . . +sub_a88bh: + sbc a,d ;a88b 9a . +sub_a88ch: + sbc a,l ;a88c 9d . + sbc a,(hl) ;a88d 9e . + sbc a,(hl) ;a88e 9e . + inc e ;a88f 1c . + add a,a ;a890 87 . + adc a,a ;a891 8f . + call po,sub_8c83h ;a892 e4 83 8c . . . +sub_a895h: + add a,e ;a895 83 . + add a,a ;a896 87 . + add a,l ;a897 85 . +sub_a898h: + add a,h ;a898 84 . + adc a,c ;a899 89 . + add a,d ;a89a 82 . + sub c ;a89b 91 . + add a,c ;a89c 81 . + sbc a,h ;a89d 9c . + add a,d ;a89e 82 . + and b ;a89f a0 . + add a,h ;a8a0 84 . + nop ;a8a1 00 . + add a,d ;a8a2 82 . + sbc a,b ;a8a3 98 . + call po,sub_9895h ;a8a4 e4 95 98 . . . + and c ;a8a7 a1 . + sbc a,c ;a8a8 99 . + inc e ;a8a9 1c . + sub c ;a8aa 91 . + and b ;a8ab a0 . + call po,sub_9496h ;a8ac e4 96 94 . . . + sbc a,h ;a8af 9c . + adc a,d ;a8b0 8a . + inc e ;a8b1 1c . + sub b ;a8b2 90 . + sub b ;a8b3 90 . + call po,sub_908ah ;a8b4 e4 8a 90 . . . + add a,l ;a8b7 85 . + adc a,(hl) ;a8b8 8e . + add a,e ;a8b9 83 . + adc a,e ;a8ba 8b . + add a,e ;a8bb 83 . + add a,a ;a8bc 87 . + add a,(hl) ;a8bd 86 . + add a,e ;a8be 83 . + adc a,h ;a8bf 8c . + add a,b ;a8c0 80 . + sbc a,d ;a8c1 9a . + add a,b ;a8c2 80 . + sbc a,a ;a8c3 9f . + add a,d ;a8c4 82 . + nop ;a8c5 00 . + add a,h ;a8c6 84 . + and b ;a8c7 a0 . + call po,sub_8a84h ;a8c8 e4 84 8a . . . + add a,l ;a8cb 85 . + add a,(hl) ;a8cc 86 . + add a,a ;a8cd 87 . + add a,d ;a8ce 82 . + adc a,d ;a8cf 8a . + add a,b ;a8d0 80 . + sub e ;a8d1 93 . + add a,b ;a8d2 80 . + sub a ;a8d3 97 . + add a,d ;a8d4 82 . + sbc a,h ;a8d5 9c . + adc a,b ;a8d6 88 . + sbc a,(hl) ;a8d7 9e . + adc a,h ;a8d8 8c . + sbc a,a ;a8d9 9f . + sub b ;a8da 90 . + nop ;a8db 00 . + add a,b ;a8dc 80 . + sbc a,e ;a8dd 9b . + call po,sub_9ba3h ;a8de e4 a3 9b . . . + inc e ;a8e1 1c . + sub (hl) ;a8e2 96 . + and c ;a8e3 a1 . + call po,sub_9096h ;a8e4 e4 96 90 . . . + sub h ;a8e7 94 . + adc a,e ;a8e8 8b . + sub b ;a8e9 90 . + adc a,b ;a8ea 88 . + adc a,e ;a8eb 8b . + adc a,b ;a8ec 88 . + add a,a ;a8ed 87 . + adc a,h ;a8ee 8c . + add a,a ;a8ef 87 . + sub c ;a8f0 91 . + adc a,e ;a8f1 8b . + sub l ;a8f2 95 . + sub d ;a8f3 92 . + sub l ;a8f4 95 . + sub a ;a8f5 97 . + adc a,a ;a8f6 8f . + sub a ;a8f7 97 . + adc a,d ;a8f8 8a . + sub e ;a8f9 93 . + add a,d ;a8fa 82 . + adc a,(hl) ;a8fb 8e . + ld a,a ;a8fc 7f  + adc a,d ;a8fd 8a . + ld a,a ;a8fe 7f  + adc a,b ;a8ff 88 . + add a,b ;a900 80 . + nop ;a901 00 . + add a,b ;a902 80 . + sub a ;a903 97 . + call po,sub_97a3h ;a904 e4 a3 97 . . . + inc e ;a907 1c . + sbc a,d ;a908 9a . + and b ;a909 a0 . + call po,sub_8c9ah ;a90a e4 9a 8c . . . + sbc a,c ;a90d 99 . + adc a,d ;a90e 8a . + sub (hl) ;a90f 96 . + adc a,c ;a910 89 . + sub c ;a911 91 . + adc a,d ;a912 8a . + inc e ;a913 1c . + adc a,b ;a914 88 . + and b ;a915 a0 . + call po,sub_8488h ;a916 e4 88 84 . . . + adc a,d ;a919 8a . + add a,c ;a91a 81 . + adc a,l ;a91b 8d . + add a,b ;a91c 80 . + sbc a,h ;a91d 9c . + add a,b ;a91e 80 . + sbc a,a ;a91f 9f . + add a,c ;a920 81 . + nop ;a921 00 . + add a,(hl) ;a922 86 . + sbc a,a ;a923 9f . + call po,sub_9f9ah ;a924 e4 9a 9f . . . + adc a,a ;a927 8f . + sub (hl) ;a928 96 . + add a,h ;a929 84 . + sub b ;a92a 90 . + add a,b ;a92b 80 . + adc a,a ;a92c 8f . + inc e ;a92d 1c . + add a,h ;a92e 84 . + sub b ;a92f 90 . + call po,sub_9293h ;a930 e4 93 92 . . . + and d ;a933 a2 . + sub d ;a934 92 . + inc e ;a935 1c . + sub a ;a936 97 . + sub d ;a937 92 . + call po,sub_9091h ;a938 e4 91 90 . . . + adc a,l ;a93b 8d . + adc a,l ;a93c 8d . + adc a,d ;a93d 8a . + adc a,d ;a93e 8a . + adc a,d ;a93f 8a . + add a,l ;a940 85 . + adc a,l ;a941 8d . + add a,c ;a942 81 . + sub b ;a943 90 . + add a,b ;a944 80 . + sbc a,b ;a945 98 . + ld a,a ;a946 7f  + sbc a,l ;a947 9d . + add a,b ;a948 80 . + nop ;a949 00 . + add a,c ;a94a 81 . + sbc a,c ;a94b 99 . + call po,sub_9994h ;a94c e4 94 99 . . . + inc e ;a94f 1c . + adc a,e ;a950 8b . + and b ;a951 a0 . + call po,sub_9388h ;a952 e4 88 93 . . . + add a,l ;a955 85 . + adc a,d ;a956 8a . + add a,b ;a957 80 . + add a,b ;a958 80 . + inc e ;a959 1c . + sub b ;a95a 90 . + sub d ;a95b 92 . + call po,09397h ;a95c e4 97 93 . . . + and c ;a95f a1 . + sub d ;a960 92 . + inc e ;a961 1c . + adc a,(hl) ;a962 8e . + adc a,c ;a963 89 . + call po,sub_858dh ;a964 e4 8d 85 . . . + adc a,(hl) ;a967 8e . + add a,e ;a968 83 . + sub c ;a969 91 . + add a,b ;a96a 80 . + sub a ;a96b 97 . + ld a,a ;a96c 7f  + sbc a,e ;a96d 9b . + ld a,a ;a96e 7f  + and c ;a96f a1 . + add a,b ;a970 80 . + nop ;a971 00 . + add a,c ;a972 81 . + sbc a,d ;a973 9a . + call po,sub_9aa2h ;a974 e4 a2 9a . . . + inc e ;a977 1c . + adc a,(hl) ;a978 8e . + and b ;a979 a0 . + call po,sub_988bh+1 ;a97a e4 8c 98 . . . + adc a,c ;a97d 89 . + sub c ;a97e 91 . + add a,l ;a97f 85 . + adc a,d ;a980 8a . + adc a,e ;a981 8b . + adc a,a ;a982 8f . + sub c ;a983 91 . + sub c ;a984 91 . +sub_a985h: + sbc a,c ;a985 99 . + sub c ;a986 91 . +sub_a987h: + sbc a,l ;a987 9d . + sub b ;a988 90 . + and c ;a989 a1 . +sub_a98ah: + adc a,e ;a98a 8b . + and c ;a98b a1 . + adc a,b ;a98c 88 . + sbc a,l ;a98d 9d . + add a,d ;a98e 82 . + sbc a,b ;a98f 98 . +sub_a990h: + add a,b ;a990 80 . +sub_a991h: + adc a,d ;a991 8a . + add a,b ;a992 80 . + add a,l ;a993 85 . +sub_a994h: + add a,d ;a994 82 . + nop ;a995 00 . + add a,c ;a996 81 . + sbc a,b ;a997 98 . + call po,sub_9a86h ;a998 e4 86 9a . . . + adc a,(hl) ;a99b 8e . + sbc a,h ;a99c 9c . + sbc a,d ;a99d 9a . + sbc a,h ;a99e 9c . + sbc a,l ;a99f 9d . + sbc a,e ;a9a0 9b . + and c ;a9a1 a1 . + sub a ;a9a2 97 . + and d ;a9a3 a2 . + sub h ;a9a4 94 . + and d ;a9a5 a2 . + sub b ;a9a6 90 . + and c ;a9a7 a1 . + adc a,l ;a9a8 8d . + sbc a,a ;a9a9 9f . + adc a,d ;a9aa 8a . + sbc a,d ;a9ab 9a . + add a,(hl) ;a9ac 86 . + sub h ;a9ad 94 . + add a,h ;a9ae 84 . + adc a,a ;a9af 8f . + add a,e ;a9b0 83 . + adc a,d ;a9b1 8a . + add a,e ;a9b2 83 . + adc a,b ;a9b3 88 . + add a,h ;a9b4 84 . + nop ;a9b5 00 . + add a,d ;a9b6 82 . + sbc a,h ;a9b7 9c . + call po,sub_9ea1h ;a9b8 e4 a1 9e . . . + sbc a,e ;a9bb 9b . + sbc a,l ;a9bc 9d . + sub l ;a9bd 95 . + sbc a,e ;a9be 9b . + adc a,a ;a9bf 8f . + sub a ;a9c0 97 . + adc a,e ;a9c1 8b . + sub d ;a9c2 92 . + adc a,c ;a9c3 89 . + adc a,l ;a9c4 8d . + adc a,c ;a9c5 89 . + adc a,c ;a9c6 89 . + adc a,h ;a9c7 8c . + add a,l ;a9c8 85 . + sub b ;a9c9 90 . + add a,d ;a9ca 82 . + sub h ;a9cb 94 . + add a,c ;a9cc 81 . + sbc a,a ;a9cd 9f . + add a,c ;a9ce 81 . + nop ;a9cf 00 . + adc a,c ;a9d0 89 . + and b ;a9d1 a0 . + call po,sub_938eh ;a9d2 e4 8e 93 . . . + inc e ;a9d5 1c . + sbc a,a ;a9d6 9f . + sub a ;a9d7 97 . + call po,sub_9696h ;a9d8 e4 96 96 . . . + adc a,(hl) ;a9db 8e . + sub e ;a9dc 93 . + adc a,c ;a9dd 89 . + sub c ;a9de 91 . + add a,l ;a9df 85 . + adc a,(hl) ;a9e0 8e . + add a,e ;a9e1 83 . + adc a,e ;a9e2 8b . + add a,d ;a9e3 82 . + adc a,b ;a9e4 88 . + add a,h ;a9e5 84 . + add a,e ;a9e6 83 . + add a,a ;a9e7 87 . + add a,c ;a9e8 81 . + adc a,d ;a9e9 8a . + add a,b ;a9ea 80 . + sbc a,c ;a9eb 99 . + add a,b ;a9ec 80 . + and b ;a9ed a0 . + add a,c ;a9ee 81 . + nop ;a9ef 00 . + add a,b ;a9f0 80 . + add a,e ;a9f1 83 . + call po,sub_9388h ;a9f2 e4 88 93 . . . + adc a,e ;a9f5 8b . + and b ;a9f6 a0 . + inc e ;a9f7 1c . + add a,c ;a9f8 81 . + sbc a,c ;a9f9 99 . + call po,sub_9993h ;a9fa e4 93 99 . . . +sub_a9fdh: + inc e ;a9fd 1c . + and d ;a9fe a2 . + sbc a,c ;a9ff 99 . + call po,sub_9999h ;aa00 e4 99 99 . . . + sbc a,c ;aa03 99 . + add a,e ;aa04 83 . + sub a ;aa05 97 . + add a,b ;aa06 80 . + sub e ;aa07 93 . + ld a,a ;aa08 7f  + adc a,(hl) ;aa09 8e . + ld a,a ;aa0a 7f  + adc a,d ;aa0b 8a . + add a,d ;aa0c 82 . + adc a,c ;aa0d 89 . + add a,(hl) ;aa0e 86 . + adc a,h ;aa0f 8c . + adc a,c ;aa10 89 . + adc a,a ;aa11 8f . + adc a,e ;aa12 8b . + sub l ;aa13 95 . + adc a,e ;aa14 8b . + sbc a,h ;aa15 9c . + adc a,b ;aa16 88 . + and d ;aa17 a2 . + add a,e ;aa18 83 . + nop ;aa19 00 . + add a,h ;aa1a 84 . + add a,b ;aa1b 80 . + call po,08f83h ;aa1c e4 83 8f . . . + add a,h ;aa1f 84 . + sbc a,b ;aa20 98 . + add a,(hl) ;aa21 86 . + and b ;aa22 a0 . + inc e ;aa23 1c . + adc a,l ;aa24 8d . + sbc a,l ;aa25 9d . + call po,sub_9c99h ;aa26 e4 99 9c . . . + sbc a,a ;aa29 9f . + sbc a,l ;aa2a 9d . + inc e ;aa2b 1c . + adc a,h ;aa2c 8c . + adc a,h ;aa2d 8c . + call po,sub_8a8bh ;aa2e e4 8b 8a . . . + adc a,e ;aa31 8b . + add a,(hl) ;aa32 86 . + adc a,(hl) ;aa33 8e . + add a,e ;aa34 83 . + sub d ;aa35 92 . + add a,d ;aa36 82 . + sbc a,l ;aa37 9d . + add a,d ;aa38 82 . + and c ;aa39 a1 . + add a,e ;aa3a 83 . + nop ;aa3b 00 . + adc a,(hl) ;aa3c 8e . + adc a,c ;aa3d 89 . + call po,sub_8d8bh ;aa3e e4 8b 8d . . . + adc a,b ;aa41 88 . + sub h ;aa42 94 . + add a,l ;aa43 85 . + sbc a,l ;aa44 9d . + inc e ;aa45 1c . + sbc a,b ;aa46 98 . + and b ;aa47 a0 . + call po,sub_9896h ;aa48 e4 96 98 . . . + sub d ;aa4b 92 . + adc a,a ;aa4c 8f . + adc a,(hl) ;aa4d 8e . + adc a,c ;aa4e 89 . + adc a,h ;aa4f 8c . + add a,(hl) ;aa50 86 . + adc a,c ;aa51 89 . + add a,e ;aa52 83 . + add a,a ;aa53 87 . + add a,d ;aa54 82 . + add a,l ;aa55 85 . +sub_aa56h: + add a,d ;aa56 82 . + add a,d ;aa57 82 . + add a,e ;aa58 83 . + add a,b ;aa59 80 . + adc a,b ;aa5a 88 . + add a,d ;aa5b 82 . + sub b ;aa5c 90 . + adc a,b ;aa5d 88 . + sub a ;aa5e 97 . + sub c ;aa5f 91 . +sub_aa60h: + sbc a,d ;aa60 9a . + sub a ;aa61 97 . + sbc a,d ;aa62 9a . + sbc a,(hl) ;aa63 9e . + sbc a,b ;aa64 98 . + and c ;aa65 a1 . + sub e ;aa66 93 . + and e ;aa67 a3 . + adc a,h ;aa68 8c . + and b ;aa69 a0 . + add a,h ;aa6a 84 . + sbc a,h ;aa6b 9c . + add a,b ;aa6c 80 . + sub (hl) ;aa6d 96 . + add a,b ;aa6e 80 . + sub e ;aa6f 93 . + add a,d ;aa70 82 . + sub e ;aa71 93 . + add a,a ;aa72 87 . + sbc a,b ;aa73 98 . + adc a,d ;aa74 8a . + sbc a,a ;aa75 9f . + adc a,b ;aa76 88 . + and l ;aa77 a5 . + add a,d ;aa78 82 . + nop ;aa79 00 . + adc a,c ;aa7a 89 . + ld a,a ;aa7b 7f  + call po,sub_a189h ;aa7c e4 89 a1 . . . + inc e ;aa7f 1c . +sub_aa80h: + add a,b ;aa80 80 . + sbc a,b ;aa81 98 . + call po,sub_9889h ;aa82 e4 89 98 . . . + inc e ;aa85 1c . + add a,c ;aa86 81 . + adc a,c ;aa87 89 . + call po,sub_9990h ;aa88 e4 90 99 . . . + sub (hl) ;aa8b 96 . +sub_aa8ch: + sbc a,h ;aa8c 9c . +sub_aa8dh: + sbc a,h ;aa8d 9c . + sbc a,h ;aa8e 9c . + and c ;aa8f a1 . +sub_aa90h: + sub (hl) ;aa90 96 . +sub_aa91h: + and c ;aa91 a1 . + adc a,b ;aa92 88 . +sub_aa93h: + sbc a,e ;aa93 9b . + add a,b ;aa94 80 . + sub e ;aa95 93 . + add a,b ;aa96 80 . + sub b ;aa97 90 . + add a,e ;aa98 83 . + adc a,a ;aa99 8f . + add a,(hl) ;aa9a 86 . + sub c ;aa9b 91 . + adc a,d ;aa9c 8a . + sub (hl) ;aa9d 96 . + adc a,e ;aa9e 8b . + sbc a,(hl) ;aa9f 9e . + adc a,b ;aaa0 88 . + and h ;aaa1 a4 . + add a,d ;aaa2 82 . + nop ;aaa3 00 . + sub d ;aaa4 92 . + and b ;aaa5 a0 . + call po,sub_9691h ;aaa6 e4 91 96 . . . + adc a,a ;aaa9 8f . + adc a,a ;aaaa 8f . + adc a,d ;aaab 8a . + add a,l ;aaac 85 . + add a,(hl) ;aaad 86 . + add a,d ;aaae 82 . + add a,b ;aaaf 80 . + add a,a ;aab0 87 . + add a,b ;aab1 80 . + sub c ;aab2 91 . + add a,e ;aab3 83 . + sbc a,c ;aab4 99 . + adc a,e ;aab5 8b . + sbc a,a ;aab6 9f . + sub d ;aab7 92 . + and b ;aab8 a0 . + sbc a,l ;aab9 9d . + sbc a,l ;aaba 9d . + and d ;aabb a2 . + sub (hl) ;aabc 96 . + and d ;aabd a2 . + adc a,h ;aabe 8c . + sbc a,(hl) ;aabf 9e . + add a,l ;aac0 85 . + sub a ;aac1 97 . + add a,c ;aac2 81 . + sub c ;aac3 91 . + add a,b ;aac4 80 . + nop ;aac5 00 . + add a,d ;aac6 82 . + add a,b ;aac7 80 . + call po,08781h ;aac8 e4 81 87 . . . + add a,c ;aacb 81 . + sub b ;aacc 90 . + add a,d ;aacd 82 . + sbc a,e ;aace 9b . + add a,e ;aacf 83 . + and b ;aad0 a0 . + inc e ;aad1 1c . + adc a,c ;aad2 89 . + sbc a,c ;aad3 99 . + call po,sub_99a1h ;aad4 e4 a1 99 . . . + inc e ;aad7 1c . + sbc a,c ;aad8 99 . + and b ;aad9 a0 . + call po,sub_8599h ;aada e4 99 85 . . . + sub (hl) ;aadd 96 . + add a,b ;aade 80 . + adc a,(hl) ;aadf 8e . + add a,b ;aae0 80 . + adc a,e ;aae1 8b . + add a,d ;aae2 82 . + adc a,c ;aae3 89 . + add a,l ;aae4 85 . + adc a,c ;aae5 89 . + adc a,b ;aae6 88 . + adc a,l ;aae7 8d . + adc a,e ;aae8 8b . + sub h ;aae9 94 . + adc a,e ;aaea 8b . + sbc a,e ;aaeb 9b . + adc a,b ;aaec 88 . + and c ;aaed a1 . + add a,e ;aaee 83 . + nop ;aaef 00 . + add a,b ;aaf0 80 . + sbc a,(hl) ;aaf1 9e . + call po,sub_9e8dh ;aaf2 e4 8d 9e . . . + adc a,e ;aaf5 8b . + sbc a,l ;aaf6 9d . + add a,(hl) ;aaf7 86 . + sbc a,b ;aaf8 98 . + add a,e ;aaf9 83 . + sub e ;aafa 93 . + add a,d ;aafb 82 . + sub b ;aafc 90 . + add a,d ;aafd 82 . + adc a,c ;aafe 89 . + add a,l ;aaff 85 . + add a,h ;ab00 84 . + adc a,e ;ab01 8b . + add a,c ;ab02 81 . + sub d ;ab03 92 . + add a,c ;ab04 81 . + sbc a,b ;ab05 98 . + add a,l ;ab06 85 . + sbc a,e ;ab07 9b . + adc a,d ;ab08 8a . + sbc a,d ;ab09 9a . + sub (hl) ;ab0a 96 . + sbc a,c ;ab0b 99 . + sbc a,d ;ab0c 9a . + inc e ;ab0d 1c . + sub (hl) ;ab0e 96 . + sbc a,(hl) ;ab0f 9e . + call po,sub_9a99h ;ab10 e4 99 9a . . . + sbc a,l ;ab13 9d . + sub l ;ab14 95 . + and e ;ab15 a3 . + sub d ;ab16 92 . + nop ;ab17 00 . + add a,c ;ab18 81 . + add a,(hl) ;ab19 86 . + call po,sub_8e84h ;ab1a e4 84 8e . . . + add a,l ;ab1d 85 . + sub l ;ab1e 95 . + inc e ;ab1f 1c . + add a,(hl) ;ab20 86 . + sbc a,a ;ab21 9f . + call po,sub_9f90h ;ab22 e4 90 9f . . . + sbc a,c ;ab25 99 . + sbc a,(hl) ;ab26 9e . + inc e ;ab27 1c . + sub b ;ab28 90 . + sbc a,c ;ab29 99 . + call po,0978eh ;ab2a e4 8e 97 . . . + adc a,(hl) ;ab2d 8e . + sub l ;ab2e 95 . + sub e ;ab2f 93 . + sub d ;ab30 92 . + sub a ;ab31 97 . + adc a,(hl) ;ab32 8e . + sbc a,c ;ab33 99 . + adc a,d ;ab34 8a . + sbc a,c ;ab35 99 . + add a,l ;ab36 85 . + sub l ;ab37 95 . + add a,b ;ab38 80 . + adc a,e ;ab39 8b . + add a,b ;ab3a 80 . + add a,a ;ab3b 87 . + add a,h ;ab3c 84 . + inc e ;ab3d 1c . + sbc a,e ;ab3e 9b . + sub l ;ab3f 95 . + call po,sub_8da1h ;ab40 e4 a1 8d . . . + and d ;ab43 a2 . + add a,h ;ab44 84 . + nop ;ab45 00 . + add a,b ;ab46 80 . + adc a,h ;ab47 8c . + call po,sub_9486h ;ab48 e4 86 94 . . . + adc a,e ;ab4b 8b . + sbc a,d ;ab4c 9a . + adc a,h ;ab4d 8c . + sbc a,e ;ab4e 9b . + adc a,(hl) ;ab4f 8e . + sbc a,d ;ab50 9a . + sub e ;ab51 93 . + sub h ;ab52 94 . + sbc a,c ;ab53 99 . + adc a,l ;ab54 8d . + and e ;ab55 a3 . + add a,h ;ab56 84 . + nop ;ab57 00 . + add a,e ;ab58 83 . + add a,b ;ab59 80 . + call po,sub_8681h ;ab5a e4 81 86 . . . + add a,c ;ab5d 81 . + sub (hl) ;ab5e 96 . + add a,e ;ab5f 83 . + and b ;ab60 a0 . + inc e ;ab61 1c . + adc a,d ;ab62 8a . + sbc a,(hl) ;ab63 9e . + call po,sub_9ea1h ;ab64 e4 a1 9e . . . + inc e ;ab67 1c . + and c ;ab68 a1 . + sub l ;ab69 95 . + call po,sub_9589h ;ab6a e4 89 95 . . . + inc e ;ab6d 1c . + sbc a,b ;ab6e 98 . + sbc a,(hl) ;ab6f 9e . + call po,sub_8498h ;ab70 e4 98 84 . . . + sub h ;ab73 94 . + add a,b ;ab74 80 . + sub b ;ab75 90 . + add a,b ;ab76 80 . + adc a,e ;ab77 8b . + add a,d ;ab78 82 . + adc a,c ;ab79 89 . + add a,(hl) ;ab7a 86 . + adc a,d ;ab7b 8a . + adc a,c ;ab7c 89 . + adc a,h ;ab7d 8c . + adc a,e ;ab7e 8b . + sub d ;ab7f 92 . +sub_ab80h: + adc a,h ;ab80 8c . + sbc a,d ;ab81 9a . + adc a,c ;ab82 89 . + and c ;ab83 a1 . + add a,e ;ab84 83 . +sub_ab85h: + nop ;ab85 00 . + add a,d ;ab86 82 . + sub e ;ab87 93 . + call po,sub_93a1h ;ab88 e4 a1 93 . . . +sub_ab8bh: + inc e ;ab8b 1c . + and b ;ab8c a0 . +sub_ab8dh: + sbc a,e ;ab8d 9b . + call po,sub_9b84h ;ab8e e4 84 9b . . . + inc e ;ab91 1c . + sub h ;ab92 94 . +sub_ab93h: + and b ;ab93 a0 . + call po,sub_8494h ;ab94 e4 94 84 . . . + sub b ;ab97 90 . + add a,b ;ab98 80 . + add a,a ;ab99 87 . + add a,b ;ab9a 80 . + add a,h ;ab9b 84 . + add a,e ;ab9c 83 . + add a,e ;ab9d 83 . + add a,l ;ab9e 85 . + add a,e ;ab9f 83 . + adc a,b ;aba0 88 . + add a,(hl) ;aba1 86 . + adc a,e ;aba2 8b . + adc a,c ;aba3 89 . + adc a,h ;aba4 8c . + adc a,(hl) ;aba5 8e . + adc a,h ;aba6 8c . + sub a ;aba7 97 . + adc a,c ;aba8 89 . + and b ;aba9 a0 . + add a,e ;abaa 83 . + nop ;abab 00 . + add a,e ;abac 83 . + sbc a,a ;abad 9f . + call po,09f92h ;abae e4 92 9f . . . + adc a,(hl) ;abb1 8e . + sub b ;abb2 90 . + adc a,e ;abb3 8b . + adc a,b ;abb4 88 . + adc a,b ;abb5 88 . + add a,e ;abb6 83 . + add a,l ;abb7 85 . + add a,d ;abb8 82 . + add a,e ;abb9 83 . + add a,d ;abba 82 . + add a,b ;abbb 80 . + add a,l ;abbc 85 . + add a,b ;abbd 80 . + adc a,l ;abbe 8d . + add a,a ;abbf 87 . + sub e ;abc0 93 . + sub e ;abc1 93 . + sub e ;abc2 93 . + and d ;abc3 a2 . + adc a,l ;abc4 8d . + inc e ;abc5 1c . + sbc a,l ;abc6 9d . + sbc a,c ;abc7 99 . + call po,sub_8c9dh ;abc8 e4 9d 8c . . . + sbc a,d ;abcb 9a . + add a,(hl) ;abcc 86 . + sub h ;abcd 94 . + add a,c ;abce 81 . + sub c ;abcf 91 . + add a,c ;abd0 81 . + nop ;abd1 00 . + add a,d ;abd2 82 . + sbc a,c ;abd3 99 . + call po,sub_9995h ;abd4 e4 95 99 . . . + inc e ;abd7 1c . + sbc a,c ;abd8 99 . + sbc a,l ;abd9 9d . + call po,sub_94a2h ;abda e4 a2 94 . . . + inc e ;abdd 1c . + adc a,h ;abde 8c . + and b ;abdf a0 . + call po,sub_898ch ;abe0 e4 8c 89 . . . + adc a,c ;abe3 89 . + add a,h ;abe4 84 . + add a,(hl) ;abe5 86 . + add a,d ;abe6 82 . + add a,h ;abe7 84 . + add a,d ;abe8 82 . + add a,c ;abe9 81 . + add a,(hl) ;abea 86 . + add a,c ;abeb 81 . + adc a,h ;abec 8c . + add a,l ;abed 85 . + sub c ;abee 91 . + adc a,c ;abef 89 . + sub c ;abf0 91 . + adc a,h ;abf1 8c . + adc a,(hl) ;abf2 8e . + inc e ;abf3 1c . + adc a,h ;abf4 8c . + adc a,c ;abf5 89 . + call po,sub_838bh ;abf6 e4 8b 83 . . . + adc a,l ;abf9 8d . + add a,b ;abfa 80 . + sbc a,l ;abfb 9d . + add a,b ;abfc 80 . + and b ;abfd a0 . + add a,h ;abfe 84 . + and b ;abff a0 . + adc a,d ;ac00 8a . + sbc a,a ;ac01 9f . + adc a,l ;ac02 8d . + nop ;ac03 00 . + adc a,(hl) ;ac04 8e . + adc a,b ;ac05 88 . + call po,sub_8f8ah ;ac06 e4 8a 8f . . . + add a,l ;ac09 85 . + sbc a,(hl) ;ac0a 9e . + inc e ;ac0b 1c . + sbc a,c ;ac0c 99 . + and b ;ac0d a0 . + call po,sub_9495h ;ac0e e4 95 94 . . . + adc a,(hl) ;ac11 8e . + adc a,b ;ac12 88 . + adc a,d ;ac13 8a . + add a,e ;ac14 83 . + add a,(hl) ;ac15 86 . + add a,c ;ac16 81 . + add a,e ;ac17 83 . + add a,d ;ac18 82 . + add a,b ;ac19 80 . + add a,(hl) ;ac1a 86 . + add a,b ;ac1b 80 . + adc a,h ;ac1c 8c . + add a,d ;ac1d 82 . + sub c ;ac1e 91 . + add a,(hl) ;ac1f 86 . + sub (hl) ;ac20 96 . + adc a,h ;ac21 8c . + sbc a,c ;ac22 99 . + sub d ;ac23 92 . + sbc a,d ;ac24 9a . + sub a ;ac25 97 . + sbc a,d ;ac26 9a . + sbc a,h ;ac27 9c . + sbc a,b ;ac28 98 . + and d ;ac29 a2 . + sub e ;ac2a 93 . + and e ;ac2b a3 . + adc a,(hl) ;ac2c 8e . + and d ;ac2d a2 . + adc a,c ;ac2e 89 . + sbc a,(hl) ;ac2f 9e . + add a,e ;ac30 83 . + sbc a,c ;ac31 99 . + add a,b ;ac32 80 . + sub d ;ac33 92 . + ld a,a ;ac34 7f  + nop ;ac35 00 . + add a,c ;ac36 81 . + sub b ;ac37 90 . + call po,sub_8f8bh ;ac38 e4 8b 8f . . . + sbc a,e ;ac3b 9b . + sub b ;ac3c 90 . + inc e ;ac3d 1c . + sbc a,e ;ac3e 9b . + sbc a,c ;ac3f 99 . + call po,sub_988bh ;ac40 e4 8b 98 . . . + add a,c ;ac43 81 . + sbc a,b ;ac44 98 . + inc e ;ac45 1c . + adc a,e ;ac46 8b . + sbc a,a ;ac47 9f . + call po,sub_8489h+2 ;ac48 e4 8b 84 . . . + adc a,(hl) ;ac4b 8e . + add a,b ;ac4c 80 . + sub (hl) ;ac4d 96 . + ld a,a ;ac4e 7f  + sbc a,(hl) ;ac4f 9e . + add a,b ;ac50 80 . + and c ;ac51 a1 . + add a,h ;ac52 84 . + and c ;ac53 a1 . + adc a,b ;ac54 88 . + and b ;ac55 a0 . + adc a,h ;ac56 8c . + nop ;ac57 00 . + adc a,a ;ac58 8f . + ld a,a ;ac59 7f  + call po,sub_878eh ;ac5a e4 8e 87 . . . + adc a,e ;ac5d 8b . + sub d ;ac5e 92 . + adc a,c ;ac5f 89 . + sbc a,b ;ac60 98 . + add a,(hl) ;ac61 86 . + sbc a,a ;ac62 9f . + inc e ;ac63 1c . + add a,b ;ac64 80 . + sub d ;ac65 92 . + call po,sub_978bh ;ac66 e4 8b 97 . . . + sub l ;ac69 95 . + sbc a,d ;ac6a 9a . + sbc a,e ;ac6b 9b . + sbc a,e ;ac6c 9b . + and b ;ac6d a0 . + sbc a,c ;ac6e 99 . + and d ;ac6f a2 . + sub (hl) ;ac70 96 . + and d ;ac71 a2 . + sub c ;ac72 91 . + and b ;ac73 a0 . + adc a,(hl) ;ac74 8e . + sbc a,(hl) ;ac75 9e . + adc a,h ;ac76 8c . + sbc a,b ;ac77 98 . + adc a,e ;ac78 8b . + sub h ;ac79 94 . + adc a,h ;ac7a 8c . + inc e ;ac7b 1c . + sub d ;ac7c 92 . + and d ;ac7d a2 . + call po,sub_9a95h ;ac7e e4 95 9a . . . + nop ;ac81 00 . + add a,e ;ac82 83 . + sbc a,(hl) ;ac83 9e . + call po,sub_9982h ;ac84 e4 82 99 . . . + add a,d ;ac87 82 . + adc a,d ;ac88 8a . + add a,e ;ac89 83 . + add a,(hl) ;ac8a 86 . + inc e ;ac8b 1c . + add a,d ;ac8c 82 . + adc a,d ;ac8d 8a . + call po,sub_9084h ;ac8e e4 84 90 . . . + add a,(hl) ;ac91 86 . + sub e ;ac92 93 . + adc a,c ;ac93 89 . + sub a ;ac94 97 . + adc a,(hl) ;ac95 8e . + sbc a,d ;ac96 9a . + sub d ;ac97 92 . + sbc a,h ;ac98 9c . + sbc a,b ;ac99 98 . + sbc a,h ;ac9a 9c . + sbc a,(hl) ;ac9b 9e . + sbc a,c ;ac9c 99 . + and c ;ac9d a1 . + sub h ;ac9e 94 . + and c ;ac9f a1 . + adc a,a ;aca0 8f . + sbc a,a ;aca1 9f . + adc a,e ;aca2 8b . + sbc a,e ;aca3 9b . + add a,a ;aca4 87 . + sub a ;aca5 97 . + add a,(hl) ;aca6 86 . + sub d ;aca7 92 . + add a,(hl) ;aca8 86 . + adc a,h ;aca9 8c . + adc a,c ;acaa 89 . + adc a,d ;acab 8a . + adc a,h ;acac 8c . + inc e ;acad 1c . + sub h ;acae 94 . + and c ;acaf a1 . + call po,09795h ;acb0 e4 95 97 . . . + sub l ;acb3 95 . + adc a,e ;acb4 8b . + sub h ;acb5 94 . + add a,(hl) ;acb6 86 . + sub b ;acb7 90 . + add a,c ;acb8 81 . + adc a,(hl) ;acb9 8e . + add a,b ;acba 80 . + adc a,e ;acbb 8b . + add a,b ;acbc 80 . + nop ;acbd 00 . + sub d ;acbe 92 . + sbc a,b ;acbf 98 . + call po,sub_98a1h ;acc0 e4 a1 98 . . . + inc e ;acc3 1c . + sub d ;acc4 92 . + and c ;acc5 a1 . + call po,sub_8392h ;acc6 e4 92 83 . . . + adc a,a ;acc9 8f . + add a,b ;acca 80 . + adc a,c ;accb 89 . + add a,b ;accc 80 . + add a,l ;accd 85 . + add a,c ;acce 81 . + add a,d ;accf 82 . + add a,h ;acd0 84 . + add a,c ;acd1 81 . + add a,a ;acd2 87 . + add a,d ;acd3 82 . + adc a,d ;acd4 8a . + add a,l ;acd5 85 . + adc a,h ;acd6 8c . + adc a,d ;acd7 8a . + adc a,l ;acd8 8d . + sub b ;acd9 90 . + adc a,h ;acda 8c . + sub a ;acdb 97 . + adc a,c ;acdc 89 . + sbc a,l ;acdd 9d . + add a,l ;acde 85 . + and c ;acdf a1 . + add a,d ;ace0 82 . + nop ;ace1 00 . + add a,a ;ace2 87 . + and b ;ace3 a0 . + call po,sub_9f8eh ;ace4 e4 8e 9f . . . + sub l ;ace7 95 . + sbc a,l ;ace8 9d . + inc e ;ace9 1c . + add a,h ;acea 84 . + sbc a,c ;aceb 99 . + call po,sub_8983h ;acec e4 83 89 . . . + add a,(hl) ;acef 86 . + adc a,l ;acf0 8d . + adc a,a ;acf1 8f . + sub d ;acf2 92 . + sub l ;acf3 95 . + sub e ;acf4 93 . + sbc a,e ;acf5 9b . + sub d ;acf6 92 . + sbc a,a ;acf7 9f . + adc a,(hl) ;acf8 8e . + and b ;acf9 a0 . + adc a,e ;acfa 8b . + sbc a,a ;acfb 9f . + add a,a ;acfc 87 . + sbc a,h ;acfd 9c . + add a,e ;acfe 83 . + sbc a,b ;acff 98 . + add a,c ;ad00 81 . + sub d ;ad01 92 . + add a,b ;ad02 80 . + adc a,d ;ad03 8a . + add a,b ;ad04 80 . + add a,l ;ad05 85 . + add a,c ;ad06 81 . + nop ;ad07 00 . + add a,l ;ad08 85 . + adc a,c ;ad09 89 . + call po,sub_8e84h ;ad0a e4 84 8e . . . + add a,l ;ad0d 85 . + and b ;ad0e a0 . + inc e ;ad0f 1c . +sub_ad10h: + adc a,d ;ad10 8a . + sbc a,c ;ad11 99 . + call po,sub_9e8eh ;ad12 e4 8e 9e . . . + sub d ;ad15 92 . + and b ;ad16 a0 . + sub (hl) ;ad17 96 . + and b ;ad18 a0 . + sbc a,c ;ad19 99 . + sbc a,a ;ad1a 9f . + sbc a,h ;ad1b 9c . + sbc a,e ;ad1c 9b . + sbc a,l ;ad1d 9d . + sub (hl) ;ad1e 96 . + sbc a,l ;ad1f 9d . + adc a,(hl) ;ad20 8e . + sbc a,h ;ad21 9c . + adc a,d ;ad22 8a . + sbc a,d ;ad23 9a . + add a,l ;ad24 85 . + sbc a,b ;ad25 98 . + add a,e ;ad26 83 . + sub l ;ad27 95 . + add a,c ;ad28 81 . + sub d ;ad29 92 . + add a,b ;ad2a 80 . + adc a,d ;ad2b 8a . + ld a,a ;ad2c 7f  + adc a,b ;ad2d 88 . + add a,b ;ad2e 80 . + nop ;ad2f 00 . + add a,(hl) ;ad30 86 . + sbc a,a ;ad31 9f . + call po,sub_9f9bh ;ad32 e4 9b 9f . . . + add a,a ;ad35 87 . + sub c ;ad36 91 . + add a,c ;ad37 81 . + adc a,l ;ad38 8d . + inc e ;ad39 1c . + add a,a ;ad3a 87 . + sub c ;ad3b 91 . + call po,sub_928ah ;ad3c e4 8a 92 . . . + sub c ;ad3f 91 . + sub h ;ad40 94 . + sbc a,c ;ad41 99 . + sub h ;ad42 94 . + sbc a,h ;ad43 9c . + sub e ;ad44 93 . + and b ;ad45 a0 . + sub b ;ad46 90 . + and c ;ad47 a1 . + adc a,l ;ad48 8d . + and c ;ad49 a1 . + adc a,c ;ad4a 89 . + and b ;ad4b a0 . + add a,(hl) ;ad4c 86 . + sbc a,h ;ad4d 9c . + add a,d ;ad4e 82 . + sub a ;ad4f 97 . + add a,b ;ad50 80 . + adc a,l ;ad51 8d . + add a,b ;ad52 80 . + adc a,b ;ad53 88 . + add a,d ;ad54 82 . + add a,(hl) ;ad55 86 . + add a,(hl) ;ad56 86 . + add a,a ;ad57 87 . + adc a,b ;ad58 88 . + adc a,d ;ad59 8a . + adc a,c ;ad5a 89 . + adc a,a ;ad5b 8f . + adc a,c ;ad5c 89 . + sub e ;ad5d 93 . + add a,(hl) ;ad5e 86 . + sub h ;ad5f 94 . + add a,e ;ad60 83 . + sub h ;ad61 94 . + add a,b ;ad62 80 . + nop ;ad63 00 . + adc a,b ;ad64 88 . + ld a,(hl) ;ad65 7e ~ + call po,sub_a188h ;ad66 e4 88 a1 . . . + inc e ;ad69 1c . + add a,b ;ad6a 80 . + sbc a,d ;ad6b 9a . + call po,09a88h ;ad6c e4 88 9a . . . + inc e ;ad6f 1c . + add a,b ;ad70 80 . + add a,(hl) ;ad71 86 . + call po,09286h ;ad72 e4 86 92 . . . + sub b ;ad75 90 . + sbc a,h ;ad76 9c . + sub (hl) ;ad77 96 . + sbc a,(hl) ;ad78 9e . + sbc a,c ;ad79 99 . + sbc a,(hl) ;ad7a 9e . + sbc a,l ;ad7b 9d . + sbc a,h ;ad7c 9c . + sbc a,l ;ad7d 9d . + sub c ;ad7e 91 . + sbc a,h ;ad7f 9c . +sub_ad80h: + add a,l ;ad80 85 . + sbc a,(hl) ;ad81 9e . + add a,d ;ad82 82 . + and c ;ad83 a1 . + add a,d ;ad84 82 . + and e ;ad85 a3 . + add a,h ;ad86 84 . + nop ;ad87 00 . + add a,(hl) ;ad88 86 . + sbc a,a ;ad89 9f . + call po,sub_9f99h ;ad8a e4 99 9f . . . + adc a,b ;ad8d 88 . + sub e ;ad8e 93 . + add a,d ;ad8f 82 . + adc a,a ;ad90 8f . + inc e ;ad91 1c . + adc a,b ;ad92 88 . + sub e ;ad93 93 . + call po,sub_948ah ;ad94 e4 8a 94 . . . + sub h ;ad97 94 . + sub l ;ad98 95 . + sbc a,e ;ad99 9b . + sub h ;ad9a 94 . + and b ;ad9b a0 . + adc a,a ;ad9c 8f . + and b ;ad9d a0 . + adc a,c ;ad9e 89 . + sbc a,a ;ad9f 9f . + add a,(hl) ;ada0 86 . + sbc a,h ;ada1 9c . + add a,e ;ada2 83 . + sbc a,b ;ada3 98 . + add a,c ;ada4 81 . + sub h ;ada5 94 . + add a,b ;ada6 80 . + adc a,l ;ada7 8d . + add a,b ;ada8 80 . + add a,(hl) ;ada9 86 . + add a,d ;adaa 82 . + nop ;adab 00 . + adc a,c ;adac 89 . + ld a,a ;adad 7f  + call po,sub_a189h ;adae e4 89 a1 . . . + inc e ;adb1 1c . + add a,b ;adb2 80 . + sbc a,b ;adb3 98 . + call po,sub_9889h ;adb4 e4 89 98 . . . + inc e ;adb7 1c . + add a,b ;adb8 80 . + adc a,b ;adb9 88 . + call po,sub_9289h ;adba e4 89 92 . . . + sub b ;adbd 90 . + sbc a,b ;adbe 98 . + sub l ;adbf 95 . + sbc a,d ;adc0 9a . + sbc a,d ;adc1 9a . + sbc a,d ;adc2 9a . + sbc a,(hl) ;adc3 9e . + sbc a,c ;adc4 99 . + and c ;adc5 a1 . + sub l ;adc6 95 . + and d ;adc7 a2 . + sub d ;adc8 92 . + and d ;adc9 a2 . + adc a,e ;adca 8b . + and b ;adcb a0 . + add a,a ;adcc 87 . + sbc a,l ;adcd 9d . + add a,h ;adce 84 . + sbc a,c ;adcf 99 . + add a,c ;add0 81 . + sub h ;add1 94 . + add a,b ;add2 80 . + sub d ;add3 92 . + add a,b ;add4 80 . + nop ;add5 00 . + adc a,l ;add6 8d . + and b ;add7 a0 . + call po,sub_9388h ;add8 e4 88 93 . . . + add a,e ;addb 83 . + add a,a ;addc 87 . + add a,c ;addd 81 . + add a,c ;adde 81 . + inc e ;addf 1c . + add a,e ;ade0 83 . + add a,a ;ade1 87 . + call po,08b86h ;ade2 e4 86 8b . . . + adc a,e ;ade5 8b . + sub b ;ade6 90 . + adc a,l ;ade7 8d . + sub c ;ade8 91 . + sub b ;ade9 90 . + sub d ;adea 92 . + sub d ;adeb 92 . + sub d ;adec 92 . + sub h ;aded 94 . + adc a,a ;adee 8f . + sub h ;adef 94 . + add a,d ;adf0 82 . + sub a ;adf1 97 . + add a,b ;adf2 80 . + sbc a,d ;adf3 9a . + add a,b ;adf4 80 . + sbc a,(hl) ;adf5 9e . + add a,d ;adf6 82 . + and b ;adf7 a0 . + add a,(hl) ;adf8 86 . + and d ;adf9 a2 . + adc a,l ;adfa 8d . + and d ;adfb a2 . + sub c ;adfc 91 . + nop ;adfd 00 . + nop ;adfe 00 . + nop ;adff 00 . + add a,b ;ae00 80 . + sub d ;ae01 92 . + call po,sub_92a2h ;ae02 e4 a2 92 . . . + nop ;ae05 00 . + add a,d ;ae06 82 . + sbc a,a ;ae07 9f . + call po,sub_9fa0h ;ae08 e4 a0 9f . . . + inc e ;ae0b 1c . + add a,b ;ae0c 80 . + add a,c ;ae0d 81 . + call po,sub_81a2h ;ae0e e4 a2 81 . . . + nop ;ae11 00 . + call po,sub_80a2h ;ae12 e4 a2 80 . . . + inc e ;ae15 1c . + sbc a,(hl) ;ae16 9e . + sub b ;ae17 90 . + call po,sub_9084h ;ae18 e4 84 90 . . . + inc e ;ae1b 1c . + add a,d ;ae1c 82 . + and b ;ae1d a0 . + call po,sub_a0a0h ;ae1e e4 a0 a0 . . . + nop ;ae21 00 . + call po,sub_a080h ;ae22 e4 80 a0 . . . + and d ;ae25 a2 . + and b ;ae26 a0 . + and d ;ae27 a2 . + add a,b ;ae28 80 . + add a,b ;ae29 80 . + add a,b ;ae2a 80 . + inc e ;ae2b 1c . + add a,e ;ae2c 83 . + adc a,c ;ae2d 89 . + call po,sub_8984h ;ae2e e4 84 89 . . . + add a,a ;ae31 87 . + adc a,d ;ae32 8a . + adc a,d ;ae33 8a . + adc a,h ;ae34 8c . + adc a,h ;ae35 8c . + sub c ;ae36 91 . + adc a,h ;ae37 8c . + and b ;ae38 a0 . + inc e ;ae39 1c . + sub (hl) ;ae3a 96 . + and b ;ae3b a0 . + call po,sub_8e96h ;ae3c e4 96 8e . . . + sub a ;ae3f 97 . + adc a,e ;ae40 8b . + sbc a,d ;ae41 9a . + adc a,d ;ae42 8a . + and d ;ae43 a2 . + adc a,d ;ae44 8a . + nop ;ae45 00 . + add a,c ;ae46 81 . + sbc a,a ;ae47 9f . + call po,sub_9fa1h ;ae48 e4 a1 9f . . . + inc e ;ae4b 1c . + adc a,a ;ae4c 8f . + sbc a,a ;ae4d 9f . + call po,sub_808ah ;ae4e e4 8a 80 . . . + inc e ;ae51 1c . + add a,d ;ae52 82 . + sub d ;ae53 92 . + call po,sub_929dh ;ae54 e4 9d 92 . . . + sbc a,l ;ae57 9d . + add a,b ;ae58 80 . + inc e ;ae59 1c . + add a,b ;ae5a 80 . + add a,b ;ae5b 80 . + call po,sub_80a2h ;ae5c e4 a2 80 . . . + nop ;ae5f 00 . + add a,b ;ae60 80 . + ld a,a ;ae61 7f  + call po,sub_8183h ;ae62 e4 83 81 . . . + add a,(hl) ;ae65 86 . + add a,(hl) ;ae66 86 . + adc a,b ;ae67 88 . + adc a,d ;ae68 8a . + adc a,c ;ae69 89 . + adc a,l ;ae6a 8d . + adc a,d ;ae6b 8a . + sub c ;ae6c 91 . + inc e ;ae6d 1c . + add a,b ;ae6e 80 . + sbc a,b ;ae6f 98 . + call po,sub_98a2h ;ae70 e4 a2 98 . . . + inc e ;ae73 1c . + sub c ;ae74 91 . + and c ;ae75 a1 . + call po,sub_9891h ;ae76 e4 91 98 . . . + inc e ;ae79 1c . + sbc a,b ;ae7a 98 . + sub c ;ae7b 91 . + call po,sub_8d99h ;ae7c e4 99 8d . . . + sbc a,d ;ae7f 9a . + adc a,d ;ae80 8a . + sbc a,h ;ae81 9c . + add a,(hl) ;ae82 86 . + sbc a,a ;ae83 9f . + add a,c ;ae84 81 . + and d ;ae85 a2 . + ld a,a ;ae86 7f  + nop ;ae87 00 . + ld a,h ;ae88 7c | + sub (hl) ;ae89 96 . + call po,sub_989eh ;ae8a e4 9e 98 . . . + inc e ;ae8d 1c . + add a,l ;ae8e 85 . + and c ;ae8f a1 . + call po,sub_8485h ;ae90 e4 85 84 . . . + add a,(hl) ;ae93 86 . + add a,c ;ae94 81 . + adc a,b ;ae95 88 . + add a,b ;ae96 80 . + adc a,h ;ae97 8c . +sub_ae98h: + ld a,a ;ae98 7f  + sub (hl) ;ae99 96 . + ld a,a ;ae9a 7f  + sbc a,d ;ae9b 9a . + add a,b ;ae9c 80 . + sbc a,l ;ae9d 9d . + add a,e ;ae9e 83 . + sbc a,(hl) ;ae9f 9e . + adc a,b ;aea0 88 . + nop ;aea1 00 . + add a,b ;aea2 80 . + ld a,a ;aea3 7f  + call po,sub_8684h ;aea4 e4 84 86 . . . + add a,a ;aea7 87 . + adc a,(hl) ;aea8 8e . + adc a,b ;aea9 88 . + sub d ;aeaa 92 . + adc a,c ;aeab 89 . + sbc a,b ;aeac 98 . + inc e ;aead 1c . + adc a,c ;aeae 89 . + and b ;aeaf a0 . + call po,sub_a099h+1 ;aeb0 e4 9a a0 . . . + sbc a,e ;aeb3 9b . + sbc a,c ;aeb4 99 . + sbc a,h ;aeb5 9c . + sub d ;aeb6 92 . + sbc a,l ;aeb7 9d . + adc a,(hl) ;aeb8 8e . + and b ;aeb9 a0 . + add a,h ;aeba 84 . + and d ;aebb a2 . + ld a,a ;aebc 7f  + nop ;aebd 00 . + call po,sub_8284h ;aebe e4 84 82 . . . + adc a,c ;aec1 89 . + adc a,c ;aec2 89 . + adc a,h ;aec3 8c . + sub b ;aec4 90 . + adc a,h ;aec5 8c . + and c ;aec6 a1 . + inc e ;aec7 1c . + add a,b ;aec8 80 . + sbc a,d ;aec9 9a . + call po,sub_9a99h ;aeca e4 99 9a . . . + sbc a,c ;aecd 99 . + add a,d ;aece 82 . + sbc a,d ;aecf 9a . + add a,b ;aed0 80 . + sbc a,h ;aed1 9c . + ld a,a ;aed2 7f  + sbc a,(hl) ;aed3 9e . + ld a,a ;aed4 7f  + and b ;aed5 a0 . + add a,b ;aed6 80 . + and d ;aed7 a2 . + add a,d ;aed8 82 . + and d ;aed9 a2 . + adc a,d ;aeda 8a . + nop ;aedb 00 . + add a,b ;aedc 80 . + sub d ;aedd 92 . + call po,sub_92a2h ;aede e4 a2 92 . . . + inc e ;aee1 1c . + sub c ;aee2 91 . + and c ;aee3 a1 . + call po,sub_7f91h ;aee4 e4 91 7f . .  + nop ;aee7 00 . + add a,b ;aee8 80 . + sbc a,a ;aee9 9f . + call po,sub_9fa2h ;aeea e4 a2 9f . . . + inc e ;aeed 1c . + sub d ;aeee 92 . + sbc a,a ;aeef 9f . + call po,sub_988fh ;aef0 e4 8f 98 . . . + inc e ;aef3 1c . + add a,d ;aef4 82 . + sbc a,b ;aef5 98 . + call po,sub_8082h ;aef6 e4 82 80 . . . + and b ;aef9 a0 . + add a,b ;aefa 80 . + and b ;aefb a0 . + sbc a,b ;aefc 98 . + add a,d ;aefd 82 . + sbc a,b ;aefe 98 . + inc e ;aeff 1c . + add a,d ;af00 82 . + adc a,h ;af01 8c . + call po,sub_8ca0h ;af02 e4 a0 8c . . . + nop ;af05 00 . + sub c ;af06 91 . + ld a,a ;af07 7f  + call po,sub_a091h ;af08 e4 91 a0 . . . + inc e ;af0b 1c . + and b ;af0c a0 . + and c ;af0d a1 . + call po,sub_a091h ;af0e e4 91 a0 . . . + add a,d ;af11 82 . + sbc a,a ;af12 9f . + inc e ;af13 1c . + add a,b ;af14 80 . + sub c ;af15 91 . + call po,sub_91a2h ;af16 e4 a2 91 . . . + nop ;af19 00 . + add a,b ;af1a 80 . + ld a,a ;af1b 7f  + call po,sub_8284h ;af1c e4 84 82 . . . + add a,(hl) ;af1f 86 . + add a,l ;af20 85 . + adc a,c ;af21 89 . + adc a,e ;af22 8b . + adc a,d ;af23 8a . + sub b ;af24 90 . + adc a,e ;af25 8b . + sub (hl) ;af26 96 . + adc a,e ;af27 8b . + sbc a,a ;af28 9f . + inc e ;af29 1c . + add a,b ;af2a 80 . + sbc a,a ;af2b 9f . + call po,sub_9fa2h ;af2c e4 a2 9f . . . + inc e ;af2f 1c . + adc a,e ;af30 8b . + sub (hl) ;af31 96 . + call po,sub_96a1h ;af32 e4 a1 96 . . . + and b ;af35 a0 . + add a,(hl) ;af36 86 . + sbc a,a ;af37 9f . + add a,e ;af38 83 . + sbc a,l ;af39 9d . + add a,b ;af3a 80 . + sbc a,c ;af3b 99 . + ld a,a ;af3c 7f  + sub l ;af3d 95 . + ld a,a ;af3e 7f  + adc a,a ;af3f 8f . + add a,c ;af40 81 . + nop ;af41 00 . + add a,d ;af42 82 . + add a,(hl) ;af43 86 . + call po,sub_869eh ;af44 e4 9e 86 . . . + inc e ;af47 1c . + sbc a,(hl) ;af48 9e . + adc a,h ;af49 8c . + call po,sub_8c82h ;af4a e4 82 8c . . . + inc e ;af4d 1c . + add a,b ;af4e 80 . + and b ;af4f a0 . + call po,sub_928eh ;af50 e4 8e 92 . . . + sub d ;af53 92 . + sub d ;af54 92 . + and b ;af55 a0 . + and b ;af56 a0 . + inc e ;af57 1c . + sub b ;af58 90 . + sub d ;af59 92 . + call po,sub_7f90h ;af5a e4 90 7f . .  + nop ;af5d 00 . + add a,b ;af5e 80 . + sub l ;af5f 95 . + call po,sub_95a0h ;af60 e4 a0 95 . . . + inc e ;af63 1c . + sbc a,a ;af64 9f . + and b ;af65 a0 . + call po,sub_a081h ;af66 e4 81 a0 . . . + inc e ;af69 1c . + sub b ;af6a 90 . + sub l ;af6b 95 . + call po,sub_7f90h ;af6c e4 90 7f . .  + nop ;af6f 00 . + xor d ;af70 aa . + sub h ;af71 94 . + call po,09ca8h ;af72 e4 a8 9c . . . + and e ;af75 a3 . + and e ;af76 a3 . + sbc a,h ;af77 9c . + xor b ;af78 a8 . + sub h ;af79 94 . + xor d ;af7a aa . + adc a,h ;af7b 8c . + xor d ;af7c aa . + add a,h ;af7d 84 . + xor b ;af7e a8 . + ld a,l ;af7f 7d } + and e ;af80 a3 . + ld a,b ;af81 78 x + sbc a,h ;af82 9c . + halt ;af83 76 v + sub h ;af84 94 . + halt ;af85 76 v + adc a,h ;af86 8c . + ld a,b ;af87 78 x + add a,h ;af88 84 . + ld a,l ;af89 7d } + ld a,l ;af8a 7d } + add a,h ;af8b 84 . + ld a,b ;af8c 78 x + adc a,h ;af8d 8c . + halt ;af8e 76 v + sub h ;af8f 94 . + halt ;af90 76 v + sbc a,h ;af91 9c . + ld a,b ;af92 78 x + and e ;af93 a3 . + ld a,l ;af94 7d } + xor b ;af95 a8 . + add a,h ;af96 84 . + xor d ;af97 aa . + adc a,h ;af98 8c . + xor d ;af99 aa . + sub h ;af9a 94 . + nop ;af9b 00 . + add a,b ;af9c 80 . + sub d ;af9d 92 . + call po,sub_9984h ;af9e e4 84 99 . . . + add a,a ;afa1 87 . + and c ;afa2 a1 . + inc e ;afa3 1c . + add a,h ;afa4 84 . + sbc a,c ;afa5 99 . + call po,sub_99a1h ;afa6 e4 a1 99 . . . + inc e ;afa9 1c . + sub d ;afaa 92 . + and d ;afab a2 . + call po,sub_8092h ;afac e4 92 80 . . . + inc e ;afaf 1c . + sbc a,a ;afb0 9f . + adc a,l ;afb1 8d . + call po,sub_8d82h+1 ;afb2 e4 83 8d . . . + inc e ;afb5 1c . + add a,b ;afb6 80 . + add a,b ;afb7 80 . + call po,sub_80a2h ;afb8 e4 a2 80 . . . + nop ;afbb 00 . + add a,c ;afbc 81 . + add a,b ;afbd 80 . + call po,sub_9f81h ;afbe e4 81 9f . . . + and c ;afc1 a1 . + sbc a,a ;afc2 9f . + and c ;afc3 a1 . + add a,d ;afc4 82 . + sbc a,a ;afc5 9f . + add a,b ;afc6 80 . + sbc a,d ;afc7 9a . + ld a,a ;afc8 7f  + sub (hl) ;afc9 96 . + add a,b ;afca 80 . + inc e ;afcb 1c . + sub c ;afcc 91 . + sbc a,a ;afcd 9f . + call po,sub_8d91h ;afce e4 91 8d . . . + inc e ;afd1 1c . + add a,c ;afd2 81 . + adc a,l ;afd3 8d . + call po,sub_8da1h ;afd4 e4 a1 8d . . . + nop ;afd7 00 . + add a,b ;afd8 80 . + sub (hl) ;afd9 96 . + call po,sub_9b85h ;afda e4 85 9b . . . + add a,a ;afdd 87 . + sbc a,(hl) ;afde 9e . + adc a,c ;afdf 89 . + and c ;afe0 a1 . + inc e ;afe1 1c . + add a,a ;afe2 87 . + sbc a,(hl) ;afe3 9e . + call po,sub_9ea2h ;afe4 e4 a2 9e . . . + inc e ;afe7 1c . + sub h ;afe8 94 . + sbc a,(hl) ;afe9 9e . + call po,sub_7f94h ;afea e4 94 7f . .  + inc e ;afed 1c . + and c ;afee a1 . + sub e ;afef 93 . + call po,sub_9386h ;aff0 e4 86 93 . . . + add a,(hl) ;aff3 86 . + add a,a ;aff4 87 . + inc e ;aff5 1c . + add a,b ;aff6 80 . + add a,a ;aff7 87 . + call po,sub_87a2h ;aff8 e4 a2 87 . . . + nop ;affb 00 . + add a,c ;affc 81 . + ld a,a ;affd 7f  + call po,sub_8082h ;affe e4 82 80 . . . + add a,h ;b001 84 . + add a,l ;b002 85 . + add a,l ;b003 85 . + adc a,e ;b004 8b . + add a,l ;b005 85 . + sbc a,a ;b006 9f . + and c ;b007 a1 . + sbc a,a ;b008 9f . + and c ;b009 a1 . + add a,e ;b00a 83 . + and b ;b00b a0 . + add a,b ;b00c 80 . + sbc a,(hl) ;b00d 9e . + ld a,a ;b00e 7f  + sbc a,d ;b00f 9a . + ld a,a ;b010 7f  + sub (hl) ;b011 96 . + add a,b ;b012 80 . + inc e ;b013 1c . + add a,l ;b014 85 . + sub l ;b015 95 . + call po,sub_95a1h ;b016 e4 a1 95 . . . + inc e ;b019 1c . + add a,l ;b01a 85 . + adc a,e ;b01b 8b . + call po,sub_8ba1h ;b01c e4 a1 8b . . . + nop ;b01f 00 . + add a,c ;b020 81 . + add a,c ;b021 81 . + call po,sub_9f81h ;b022 e4 81 9f . . . + sbc a,l ;b025 9d . + sbc a,a ;b026 9f . + sbc a,l ;b027 9d . + add a,c ;b028 81 . + add a,c ;b029 81 . + add a,c ;b02a 81 . + inc e ;b02b 1c . + add a,c ;b02c 81 . + sub c ;b02d 91 . + call po,sub_919dh ;b02e e4 9d 91 . . . + nop ;b031 00 . + add a,c ;b032 81 . + add a,c ;b033 81 . + call po,sub_9f81h ;b034 e4 81 9f . . . + adc a,d ;b037 8a . + sbc a,a ;b038 9f . + adc a,d ;b039 8a . + add a,c ;b03a 81 . + add a,c ;b03b 81 . + add a,c ;b03c 81 . + inc e ;b03d 1c . + add a,c ;b03e 81 . + sub b ;b03f 90 . + call po,sub_908ah ;b040 e4 8a 90 . . . + inc e ;b043 1c . + adc a,l ;b044 8d . + sbc a,l ;b045 9d . + call po,sub_9da2h ;b046 e4 a2 9d . . . + inc e ;b049 1c . + sub (hl) ;b04a 96 . + and c ;b04b a1 . + call po,sub_9496h ;b04c e4 96 94 . . . + inc e ;b04f 1c . + adc a,h ;b050 8c . + sub h ;b051 94 . + call po,sub_94a2h ;b052 e4 a2 94 . . . + inc e ;b055 1c . + sbc a,l ;b056 9d . + sub h ;b057 94 . + call po,sub_819dh ;b058 e4 9d 81 . . . + sbc a,d ;b05b 9a . + ld a,a ;b05c 7f  + sbc a,b ;b05d 98 . + ld a,a ;b05e 7f  + sub d ;b05f 92 . + add a,b ;b060 80 . + inc e ;b061 1c . + sub h ;b062 94 . +sub_b063h: + add a,l ;b063 85 . + call po,sub_8b90h ;b064 e4 90 8b . . . + inc e ;b067 1c . + adc a,h ;b068 8c . + adc a,(hl) ;b069 8e . + call po,sub_8ea2h ;b06a e4 a2 8e . . . + nop ;b06d 00 . + add a,b ;b06e 80 . + sub d ;b06f 92 . + call po,sub_9586h ;b070 e4 86 95 . . . + adc a,d ;b073 8a . + sbc a,d ;b074 9a . + adc a,e ;b075 8b . + sbc a,l ;b076 9d . + inc e ;b077 1c . + adc a,h ;b078 8c . + and b ;b079 a0 . + call po,sub_a099h+1 ;b07a e4 9a a0 . . . + sbc a,e ;b07d 9b . + sbc a,h ;b07e 9c . + sbc a,a ;b07f 9f . + sub a ;b080 97 . + and l ;b081 a5 . + sub d ;b082 92 . + inc e ;b083 1c . + add a,a ;b084 87 . + sub e ;b085 93 . + call po,sub_939eh ;b086 e4 9e 93 . . . + sbc a,(hl) ;b089 9e . + adc a,e ;b08a 8b . + sbc a,l ;b08b 9d . + add a,d ;b08c 82 . + sbc a,e ;b08d 9b . + add a,b ;b08e 80 . + sub d ;b08f 92 . + add a,b ;b090 80 . + adc a,a ;b091 8f . + add a,d ;b092 82 . + inc e ;b093 1c . + sub b ;b094 90 . + sub e ;b095 93 . + call po,sub_9190h ;b096 e4 90 91 . . . + adc a,(hl) ;b099 8e . + adc a,h ;b09a 8c . + adc a,e ;b09b 8b . + add a,a ;b09c 87 . + adc a,b ;b09d 88 . + add a,h ;b09e 84 . + add a,l ;b09f 85 . + add a,c ;b0a0 81 . + add a,b ;b0a1 80 . + ld a,a ;b0a2 7f  + nop ;b0a3 00 . + add a,l ;b0a4 85 . + ld a,a ;b0a5 7f  + call po,sub_9f85h ;b0a6 e4 85 9f . . . + inc e ;b0a9 1c . + adc a,d ;b0aa 8a . + and b ;b0ab a0 . + call po,sub_9f85h ;b0ac e4 85 9f . . . + add a,b ;b0af 80 . + sbc a,a ;b0b0 9f . + inc e ;b0b1 1c . + add a,b ;b0b2 80 . + sub (hl) ;b0b3 96 . + call po,sub_968ah ;b0b4 e4 8a 96 . . . + inc e ;b0b7 1c . + add a,l ;b0b8 85 . + sub (hl) ;b0b9 96 . + call po,sub_8980h ;b0ba e4 80 89 . . . + inc e ;b0bd 1c . + add a,l ;b0be 85 . + sub (hl) ;b0bf 96 . + call po,sub_8b8ah ;b0c0 e4 8a 8b . . . + inc e ;b0c3 1c . + adc a,e ;b0c4 8b . + adc a,l ;b0c5 8d . + call po,sub_948fh ;b0c6 e4 8f 94 . . . + sub c ;b0c9 91 . + sbc a,(hl) ;b0ca 9e . + inc e ;b0cb 1c . + sub a ;b0cc 97 . + and c ;b0cd a1 . + call po,sub_8997h ;b0ce e4 97 89 . . . + sub (hl) ;b0d1 96 . + add a,a ;b0d2 87 . + sub e ;b0d3 93 . + add a,(hl) ;b0d4 86 . + adc a,(hl) ;b0d5 8e . + adc a,b ;b0d6 88 . + inc e ;b0d7 1c . + sbc a,h ;b0d8 9c . + sbc a,l ;b0d9 9d . + call po,sub_95a0h ;b0da e4 a0 95 . . . + and d ;b0dd a2 . + adc a,h ;b0de 8c . + inc e ;b0df 1c . + sbc a,a ;b0e0 9f . + adc a,h ;b0e1 8c . + call po,sub_849bh ;b0e2 e4 9b 84 . . . + sbc a,b ;b0e5 98 . + add a,d ;b0e6 82 . + sub h ;b0e7 94 . + add a,b ;b0e8 80 . + sub b ;b0e9 90 . + ld a,a ;b0ea 7f  + adc a,e ;b0eb 8b . + ld a,a ;b0ec 7f  + nop ;b0ed 00 . + add a,c ;b0ee 81 . + add a,b ;b0ef 80 . + call po,sub_8285h ;b0f0 e4 85 82 . . . + adc a,b ;b0f3 88 . + add a,h ;b0f4 84 . + adc a,e ;b0f5 8b . + add a,a ;b0f6 87 . + adc a,(hl) ;b0f7 8e . + adc a,d ;b0f8 8a . + sub b ;b0f9 90 . + adc a,a ;b0fa 8f . + sub c ;b0fb 91 . + sub h ;b0fc 94 . + sub c ;b0fd 91 . + and c ;b0fe a1 . + inc e ;b0ff 1c . + add a,c ;b100 81 . + sbc a,l ;b101 9d . + call po,sub_9685h ;b102 e4 85 96 . . . + add a,a ;b105 87 . + sub b ;b106 90 . + inc e ;b107 1c . + and c ;b108 a1 . + sbc a,(hl) ;b109 9e . + call po,sub_979fh ;b10a e4 9f 97 . . . + sbc a,d ;b10d 9a . + adc a,a ;b10e 8f . + inc e ;b10f 1c . + sub c ;b110 91 . + sub h ;b111 94 . + call po,sub_8f92h ;b112 e4 92 8f . . . + sub h ;b115 94 . + adc a,d ;b116 8a . + sub a ;b117 97 . + add a,a ;b118 87 . + sbc a,d ;b119 9a . + add a,h ;b11a 84 . + sbc a,l ;b11b 9d . + add a,d ;b11c 82 . + and d ;b11d a2 . + add a,b ;b11e 80 . + nop ;b11f 00 . + add a,b ;b120 80 . + add a,d ;b121 82 . + call po,sub_8e89h ;b122 e4 89 8e . . . + adc a,l ;b125 8d . + sbc a,c ;b126 99 . + add a,b ;b127 80 . + sbc a,c ;b128 99 . + inc e ;b129 1c . + sub c ;b12a 91 . + and c ;b12b a1 . + call po,sub_8291h ;b12c e4 91 82 . . . + sub b ;b12f 90 . + add a,b ;b130 80 . + adc a,(hl) ;b131 8e . + ld a,a ;b132 7f  + adc a,e ;b133 8b . + ld a,a ;b134 7f  + add a,(hl) ;b135 86 . + add a,b ;b136 80 . + inc e ;b137 1c . + and c ;b138 a1 . + sbc a,l ;b139 9d . + call po,sub_969ch ;b13a e4 9c 96 . . . + sbc a,b ;b13d 98 . + sub d ;b13e 92 . + inc e ;b13f 1c . + sub c ;b140 91 . + sbc a,d ;b141 9a . + call po,sub_8f96h ;b142 e4 96 8f . . . + sbc a,h ;b145 9c . + add a,(hl) ;b146 86 . + and d ;b147 a2 . + add a,b ;b148 80 . + nop ;b149 00 . + add a,b ;b14a 80 . + sbc a,e ;b14b 9b . + call po,09ba2h ;b14c e4 a2 9b . . . + inc e ;b14f 1c . + sub c ;b150 91 . + and c ;b151 a1 . + call po,sub_7f91h ;b152 e4 91 7f . .  + inc e ;b155 1c . + ld a,a ;b156 7f  + add a,a ;b157 87 . + call po,sub_8c86h ;b158 e4 86 8c . . . + adc a,l ;b15b 8d . + sub h ;b15c 94 . + sub c ;b15d 91 . + sbc a,e ;b15e 9b . + sub l ;b15f 95 . + sub h ;b160 94 . + sbc a,h ;b161 9c . + adc a,h ;b162 8c . + and e ;b163 a3 . + add a,a ;b164 87 . + nop ;b165 00 . + add a,b ;b166 80 . + sub (hl) ;b167 96 . + call po,sub_9986h ;b168 e4 86 99 . . . + adc a,e ;b16b 8b . + sbc a,h ;b16c 9c . + sub c ;b16d 91 . + and c ;b16e a1 . + sub a ;b16f 97 . + sbc a,h ;b170 9c . + sbc a,h ;b171 9c . + sbc a,c ;b172 99 . + and d ;b173 a2 . + sub (hl) ;b174 96 . + inc e ;b175 1c . + sbc a,(hl) ;b176 9e . + sub l ;b177 95 . + call po,sub_9584h ;b178 e4 84 95 . . . + inc e ;b17b 1c . + add a,d ;b17c 82 . + adc a,(hl) ;b17d 8e . + call po,sub_8ea0h ;b17e e4 a0 8e . . . + inc e ;b181 1c . + sub c ;b182 91 . + sub l ;b183 95 . + call po,sub_8091h ;b184 e4 91 80 . . . +sub_b187h: + inc e ;b187 1c . + adc a,d ;b188 8a . + add a,d ;b189 82 . + call po,sub_8788h ;b18a e4 88 87 . . . + add a,(hl) ;b18d 86 . +sub_b18eh: + adc a,d ;b18e 8a . +sub_b18fh: + inc e ;b18f 1c . + sbc a,h ;b190 9c . + adc a,d ;b191 8a . + call po,sub_8097h ;b192 e4 97 80 . . . + inc e ;b195 1c . + add a,b ;b196 80 . + add a,b ;b197 80 . + call po,sub_80a2h ;b198 e4 a2 80 . . . + nop ;b19b 00 . + add a,d ;b19c 82 . + sub a ;b19d 97 . + call po,sub_97a0h ;b19e e4 a0 97 . . . + inc e ;b1a1 1c . + sub c ;b1a2 91 . + and c ;b1a3 a1 . + call po,sub_8091h ;b1a4 e4 91 80 . . . + inc e ;b1a7 1c . + add a,b ;b1a8 80 . + add a,b ;b1a9 80 . + call po,sub_80a2h ;b1aa e4 a2 80 . . . + nop ;b1ad 00 . + nop ;b1ae 00 . + add a,d ;b1af 82 . + and b ;b1b0 a0 . + call po,sub_8b82h ;b1b1 e4 82 8b . . . + inc e ;b1b4 1c . + add a,h ;b1b5 84 . + add a,d ;b1b6 82 . + call po,sub_8084h ;b1b7 e4 84 80 . . . + add a,b ;b1ba 80 . + add a,b ;b1bb 80 . + add a,b ;b1bc 80 . + add a,d ;b1bd 82 . + add a,h ;b1be 84 . + add a,d ;b1bf 82 . + nop ;b1c0 00 . + adc a,e ;b1c1 8b . + and b ;b1c2 a0 . + call po,sub_9889h ;b1c3 e4 89 98 . . . + inc e ;b1c6 1c . + sub a ;b1c7 97 . + and b ;b1c8 a0 . + call po,sub_9895h ;b1c9 e4 95 98 . . . + nop ;b1cc 00 . + sub b ;b1cd 90 . + sbc a,h ;b1ce 9c . + call po,sub_7890h ;b1cf e4 90 78 . . x + inc e ;b1d2 1c . + sbc a,h ;b1d3 9c . + sub h ;b1d4 94 . + call po,09698h ;b1d5 e4 98 96 . . . + adc a,c ;b1d8 89 . + sub (hl) ;b1d9 96 . + add a,h ;b1da 84 . + sub l ;b1db 95 . + add a,c ;b1dc 81 . + sub d ;b1dd 92 . + add a,b ;b1de 80 . + adc a,(hl) ;b1df 8e . + add a,b ;b1e0 80 . + adc a,b ;b1e1 88 . + add a,c ;b1e2 81 . + add a,h ;b1e3 84 . + add a,h ;b1e4 84 . + add a,c ;b1e5 81 . + adc a,c ;b1e6 89 . + add a,b ;b1e7 80 . + sbc a,b ;b1e8 98 . + add a,b ;b1e9 80 . + sbc a,h ;b1ea 9c . + add a,d ;b1eb 82 . + nop ;b1ec 00 . + adc a,(hl) ;b1ed 8e . + and h ;b1ee a4 . + call po,sub_798eh ;b1ef e4 8e 79 . . y + inc e ;b1f2 1c . + add a,b ;b1f3 80 . + add a,l ;b1f4 85 . + call po,sub_827fh+2 ;b1f5 e4 81 82 . . . + add a,h ;b1f8 84 . + add a,c ;b1f9 81 . + adc a,c ;b1fa 89 . + add a,b ;b1fb 80 . + sub h ;b1fc 94 . + add a,b ;b1fd 80 . + sbc a,b ;b1fe 98 . + add a,c ;b1ff 81 . + sbc a,e ;b200 9b . + add a,e ;b201 83 . + sbc a,h ;b202 9c . + add a,(hl) ;b203 86 . + sbc a,h ;b204 9c . + adc a,d ;b205 8a . + sbc a,e ;b206 9b . + adc a,h ;b207 8c . + sbc a,b ;b208 98 . + adc a,(hl) ;b209 8e . +sub_b20ah: + add a,h ;b20a 84 . + sub d ;b20b 92 . + add a,c ;b20c 81 . + sub h ;b20d 94 . + add a,b ;b20e 80 . + sub a ;b20f 97 . +sub_b210h: + add a,b ;b210 80 . + sbc a,d ;b211 9a . + add a,c ;b212 81 . + sbc a,l ;b213 9d . + add a,h ;b214 84 . + sbc a,a ;b215 9f . + adc a,c ;b216 89 . + and b ;b217 a0 . + sub e ;b218 93 . + and b ;b219 a0 . + sbc a,b ;b21a 98 . + sbc a,a ;b21b 9f . + sbc a,e ;b21c 9b . + sbc a,l ;b21d 9d . + sbc a,h ;b21e 9c . + sbc a,d ;b21f 9a . + nop ;b220 00 . + and b ;b221 a0 . + and b ;b222 a0 . + call po,sub_8080h ;b223 e4 80 80 . . . + inc e ;b226 1c . + add a,b ;b227 80 . + sbc a,b ;b228 98 . + call po,sub_9d80h ;b229 e4 80 9d . . . + add a,c ;b22c 81 . + sbc a,a ;b22d 9f . + add a,h ;b22e 84 . + and b ;b22f a0 . + adc a,d ;b230 8a . + and b ;b231 a0 . + adc a,l ;b232 8d . + sbc a,a ;b233 9f . + adc a,(hl) ;b234 8e . + sbc a,l ;b235 9d . + adc a,(hl) ;b236 8e . + sbc a,b ;b237 98 . + adc a,l ;b238 8d . + sub (hl) ;b239 96 . + adc a,d ;b23a 8a . + sub l ;b23b 95 . + add a,h ;b23c 84 . + sub l ;b23d 95 . + add a,c ;b23e 81 . + sub (hl) ;b23f 96 . + add a,b ;b240 80 . + sbc a,b ;b241 98 . + inc e ;b242 1c . + sub d ;b243 92 . + add a,e ;b244 83 . + call po,sub_8892h ;b245 e4 92 88 . . . + sub e ;b248 93 . + adc a,d ;b249 8a . + sub (hl) ;b24a 96 . + adc a,e ;b24b 8b . + sbc a,h ;b24c 9c . + adc a,e ;b24d 8b . + sbc a,a ;b24e 9f . + adc a,d ;b24f 8a . + and b ;b250 a0 . + adc a,b ;b251 88 . + and b ;b252 a0 . + add a,e ;b253 83 . + sbc a,a ;b254 9f . + add a,c ;b255 81 . + sbc a,h ;b256 9c . + add a,b ;b257 80 . + sub (hl) ;b258 96 . + add a,b ;b259 80 . + sub e ;b25a 93 . + add a,c ;b25b 81 . + sub d ;b25c 92 . + add a,e ;b25d 83 . + nop ;b25e 00 . + sbc a,(hl) ;b25f 9e . + add a,d ;b260 82 . + call po,sub_8098h ;b261 e4 98 80 . . . + adc a,c ;b264 89 . + add a,b ;b265 80 . + add a,(hl) ;b266 86 . + add a,c ;b267 81 . + add a,e ;b268 83 . + add a,e ;b269 83 . + add a,b ;b26a 80 . + add a,a ;b26b 87 . + add a,b ;b26c 80 . + adc a,c ;b26d 89 . + add a,d ;b26e 82 . + adc a,l ;b26f 8d . + sub d ;b270 92 . + sub l ;b271 95 . + sub h ;b272 94 . + sbc a,b ;b273 98 . + sub h ;b274 94 . + sbc a,h ;b275 9c . + sub d ;b276 92 . + sbc a,a ;b277 9f . + adc a,(hl) ;b278 8e . + and b ;b279 a0 . + adc a,d ;b27a 8a . + and b ;b27b a0 . + add a,(hl) ;b27c 86 . + sbc a,a ;b27d 9f . + add a,h ;b27e 84 . + sbc a,h ;b27f 9c . + add a,h ;b280 84 . + sbc a,b ;b281 98 . + add a,(hl) ;b282 86 . + sub l ;b283 95 . + sbc a,h ;b284 9c . + add a,b ;b285 80 . + nop ;b286 00 . + adc a,l ;b287 8d . + sbc a,b ;b288 98 . + call po,sub_a093h ;b289 e4 93 a0 . . . + nop ;b28c 00 . + and b ;b28d a0 . + and b ;b28e a0 . + call po,sub_9c9bh ;b28f e4 9b 9c . . . + sbc a,c ;b292 99 . + sbc a,b ;b293 98 . + sbc a,b ;b294 98 . + sub d ;b295 92 . + sbc a,b ;b296 98 . + adc a,(hl) ;b297 8e . + sbc a,c ;b298 99 . + adc a,b ;b299 88 . + sbc a,e ;b29a 9b . + add a,h ;b29b 84 . + and b ;b29c a0 . + add a,b ;b29d 80 . + nop ;b29e 00 . + add a,b ;b29f 80 . + and b ;b2a0 a0 . + call po,sub_9c85h ;b2a1 e4 85 9c . . . + add a,a ;b2a4 87 . + sbc a,b ;b2a5 98 . + adc a,b ;b2a6 88 . + sub d ;b2a7 92 . + adc a,b ;b2a8 88 . + adc a,(hl) ;b2a9 8e . + add a,a ;b2aa 87 . + adc a,b ;b2ab 88 . + add a,l ;b2ac 85 . + add a,h ;b2ad 84 . + add a,b ;b2ae 80 . + add a,b ;b2af 80 . + nop ;b2b0 00 . + add a,e ;b2b1 83 . + sub h ;b2b2 94 . + call po,sub_9787h ;b2b3 e4 87 97 . . . + inc e ;b2b6 1c . + adc a,h ;b2b7 8c . + sbc a,d ;b2b8 9a . + call po,sub_9c91h ;b2b9 e4 91 9c . . . + inc e ;b2bc 1c . + sub b ;b2bd 90 . + sub h ;b2be 94 . + call po,sub_978ch ;b2bf e4 8c 97 . . . + inc e ;b2c2 1c . + add a,(hl) ;b2c3 86 . + sbc a,d ;b2c4 9a . + call po,sub_9c80h+1 ;b2c5 e4 81 9c . . . + inc e ;b2c8 1c . + adc a,c ;b2c9 89 . + and b ;b2ca a0 . + call po,sub_9c89h ;b2cb e4 89 9c . . . + nop ;b2ce 00 . + add a,b ;b2cf 80 . + sub b ;b2d0 90 . + call po,sub_90a0h ;b2d1 e4 a0 90 . . . + inc e ;b2d4 1c . + sub b ;b2d5 90 . + sbc a,l ;b2d6 9d . + call po,sub_8390h ;b2d7 e4 90 83 . . . + nop ;b2da 00 . + add a,b ;b2db 80 . + ld a,d ;b2dc 7a z + call po,sub_8283h ;b2dd e4 83 82 . . . + nop ;b2e0 00 . + add a,b ;b2e1 80 . + sub b ;b2e2 90 . + call po,sub_90a0h ;b2e3 e4 a0 90 . . . + nop ;b2e6 00 . + call po,sub_827fh+1 ;b2e7 e4 80 82 . . . + add a,e ;b2ea 83 . + add a,d ;b2eb 82 . + add a,e ;b2ec 83 . + add a,b ;b2ed 80 . + add a,b ;b2ee 80 . + add a,b ;b2ef 80 . + nop ;b2f0 00 . + call po,sub_a0a0h ;b2f1 e4 a0 a0 . . . + nop ;b2f4 00 . + adc a,(hl) ;b2f5 8e . + add a,b ;b2f6 80 . + call po,sub_8188h ;b2f7 e4 88 81 . . . + add a,h ;b2fa 84 . + add a,h ;b2fb 84 . + add a,d ;b2fc 82 . + add a,a ;b2fd 87 . + add a,b ;b2fe 80 . + adc a,h ;b2ff 8c . + add a,b ;b300 80 . + sub h ;b301 94 . + add a,d ;b302 82 . + sbc a,c ;b303 99 . + add a,h ;b304 84 . + sbc a,h ;b305 9c . + adc a,b ;b306 88 . + sbc a,a ;b307 9f . + adc a,(hl) ;b308 8e . + and b ;b309 a0 . + sub h ;b30a 94 . + sbc a,a ;b30b 9f . + sbc a,b ;b30c 98 . + sbc a,h ;b30d 9c . + sbc a,d ;b30e 9a . + sbc a,c ;b30f 99 . + sbc a,h ;b310 9c . + sub h ;b311 94 . + sbc a,h ;b312 9c . + adc a,h ;b313 8c . + sbc a,d ;b314 9a . + add a,a ;b315 87 . + sbc a,b ;b316 98 . + add a,h ;b317 84 . + sub h ;b318 94 . + add a,c ;b319 81 . + adc a,(hl) ;b31a 8e . + add a,b ;b31b 80 . + nop ;b31c 00 . + add a,a ;b31d 87 . + sub (hl) ;b31e 96 . + call po,sub_a092h ;b31f e4 92 a0 . . . + sub h ;b322 94 . + and b ;b323 a0 . + sub h ;b324 94 . + add a,b ;b325 80 . + nop ;b326 00 . + add a,c ;b327 81 . + sbc a,d ;b328 9a . + call po,09d82h ;b329 e4 82 9d . . . + add a,a ;b32c 87 . + sbc a,a ;b32d 9f . + adc a,h ;b32e 8c . + and b ;b32f a0 . + sub c ;b330 91 . + and b ;b331 a0 . + sub (hl) ;b332 96 . + sbc a,a ;b333 9f . + sbc a,d ;b334 9a . + sbc a,l ;b335 9d . + sbc a,h ;b336 9c . + sbc a,d ;b337 9a . + sbc a,h ;b338 9c . + sub l ;b339 95 . + sbc a,b ;b33a 98 . + sub c ;b33b 91 . + add a,h ;b33c 84 . + add a,a ;b33d 87 . + add a,b ;b33e 80 . + add a,b ;b33f 80 . + sbc a,h ;b340 9c . + add a,b ;b341 80 . + nop ;b342 00 . + add a,c ;b343 81 . + sbc a,e ;b344 9b . + call po,09e84h ;b345 e4 84 9e . . . + adc a,c ;b348 89 . + and b ;b349 a0 . + adc a,a ;b34a 8f . + and b ;b34b a0 . + sub (hl) ;b34c 96 . + sbc a,a ;b34d 9f . + sbc a,d ;b34e 9a . + sbc a,l ;b34f 9d . + sbc a,h ;b350 9c . + sbc a,d ;b351 9a . + sbc a,h ;b352 9c . + sub a ;b353 97 . + sbc a,d ;b354 9a . + sub h ;b355 94 . + sbc a,b ;b356 98 . + sub d ;b357 92 . + sub h ;b358 94 . + sub c ;b359 91 . + add a,a ;b35a 87 . + sub c ;b35b 91 . + inc e ;b35c 1c . + sub h ;b35d 94 . + sub c ;b35e 91 . + call po,sub_9098h ;b35f e4 98 90 . . . + sbc a,e ;b362 9b . + adc a,(hl) ;b363 8e . + sbc a,h ;b364 9c . + adc a,e ;b365 8b . + sbc a,h ;b366 9c . + add a,(hl) ;b367 86 . + sbc a,d ;b368 9a . + add a,e ;b369 83 . + sub a ;b36a 97 . + add a,c ;b36b 81 . + sub b ;b36c 90 . + add a,b ;b36d 80 . + adc a,c ;b36e 89 . + add a,b ;b36f 80 . + add a,h ;b370 84 . + add a,d ;b371 82 . + add a,b ;b372 80 . + add a,(hl) ;b373 86 . + nop ;b374 00 . + sbc a,b ;b375 98 . + add a,b ;b376 80 . + call po,sub_a098h ;b377 e4 98 a0 . . . + sub h ;b37a 94 . + and b ;b37b a0 . + add a,b ;b37c 80 . + adc a,e ;b37d 8b . + add a,b ;b37e 80 . + adc a,b ;b37f 88 . + sbc a,h ;b380 9c . + adc a,b ;b381 88 . + nop ;b382 00 . + sbc a,h ;b383 9c . + and b ;b384 a0 . + call po,sub_a080h ;b385 e4 80 a0 . . . + add a,b ;b388 80 . + sub c ;b389 91 . +sub_b38ah: + add a,h ;b38a 84 . + sub h ;b38b 94 . + add a,a ;b38c 87 . +sub_b38dh: + sub l ;b38d 95 . + sub e ;b38e 93 . + sub l ;b38f 95 . + sub (hl) ;b390 96 . + sub h ;b391 94 . + sbc a,c ;b392 99 . + sub d ;b393 92 . +sub_b394h: + sbc a,h ;b394 9c . +sub_b395h: + adc a,(hl) ;b395 8e . +sub_b396h: + sbc a,h ;b396 9c . + adc a,c ;b397 89 . + sbc a,e ;b398 9b . + add a,l ;b399 85 . + sbc a,c ;b39a 99 . + add a,d ;b39b 82 . + sub e ;b39c 93 . + add a,b ;b39d 80 . + adc a,d ;b39e 8a . + add a,b ;b39f 80 . + add a,(hl) ;b3a0 86 . + add a,c ;b3a1 81 . + add a,e ;b3a2 83 . + add a,e ;b3a3 83 . + add a,b ;b3a4 80 . + add a,(hl) ;b3a5 86 . + nop ;b3a6 00 . + sbc a,h ;b3a7 9c . + sbc a,(hl) ;b3a8 9e . + call po,sub_a098h ;b3a9 e4 98 a0 . . . + adc a,h ;b3ac 8c . + and b ;b3ad a0 . + add a,(hl) ;b3ae 86 . + sbc a,a ;b3af 9f . + add a,d ;b3b0 82 . + sbc a,h ;b3b1 9c . + add a,b ;b3b2 80 . + sbc a,b ;b3b3 98 . + add a,b ;b3b4 80 . + add a,(hl) ;b3b5 86 . + add a,d ;b3b6 82 . + add a,e ;b3b7 83 . + add a,h ;b3b8 84 . + add a,c ;b3b9 81 . + adc a,b ;b3ba 88 . + add a,b ;b3bb 80 . + sub h ;b3bc 94 . + add a,b ;b3bd 80 . + sbc a,b ;b3be 98 . + add a,c ;b3bf 81 . + sbc a,d ;b3c0 9a . + add a,e ;b3c1 83 . + sbc a,h ;b3c2 9c . + add a,(hl) ;b3c3 86 . + sbc a,h ;b3c4 9c . + adc a,l ;b3c5 8d . + sbc a,d ;b3c6 9a . + sub b ;b3c7 90 . + sbc a,b ;b3c8 98 . + sub d ;b3c9 92 . + sub h ;b3ca 94 . + sub e ;b3cb 93 . + adc a,b ;b3cc 88 . + sub e ;b3cd 93 . + add a,h ;b3ce 84 . + sub d ;b3cf 92 . + add a,d ;b3d0 82 . + sub b ;b3d1 90 . + add a,b ;b3d2 80 . + adc a,l ;b3d3 8d . + nop ;b3d4 00 . + add a,b ;b3d5 80 . + and b ;b3d6 a0 . + call po,sub_a09ch ;b3d7 e4 9c a0 . . . + sbc a,h ;b3da 9c . + sbc a,l ;b3db 9d . + add a,a ;b3dc 87 . + add a,b ;b3dd 80 . + nop ;b3de 00 . + sub (hl) ;b3df 96 . + sub d ;b3e0 92 . + call po,09286h ;b3e1 e4 86 92 . . . + add a,e ;b3e4 83 . + sub e ;b3e5 93 . + add a,c ;b3e6 81 . + sub (hl) ;b3e7 96 . + add a,c ;b3e8 81 . + sbc a,d ;b3e9 9a . + add a,e ;b3ea 83 . + sbc a,(hl) ;b3eb 9e . + add a,l ;b3ec 85 . + sbc a,a ;b3ed 9f . + adc a,b ;b3ee 88 . + and b ;b3ef a0 . + sub h ;b3f0 94 . + and b ;b3f1 a0 . + sub a ;b3f2 97 . + sbc a,a ;b3f3 9f . + sbc a,c ;b3f4 99 . + sbc a,(hl) ;b3f5 9e . + sbc a,e ;b3f6 9b . + sbc a,d ;b3f7 9a . + sbc a,e ;b3f8 9b . + sub (hl) ;b3f9 96 . + sbc a,c ;b3fa 99 . + sub e ;b3fb 93 . + sub (hl) ;b3fc 96 . + sub d ;b3fd 92 . + sbc a,d ;b3fe 9a . + sub b ;b3ff 90 . + sbc a,h ;b400 9c . + adc a,l ;b401 8d . + sbc a,h ;b402 9c . + add a,(hl) ;b403 86 . + sbc a,d ;b404 9a . + add a,d ;b405 82 . + sbc a,b ;b406 98 . + add a,c ;b407 81 . + sub h ;b408 94 . + add a,b ;b409 80 . + adc a,b ;b40a 88 . + add a,b ;b40b 80 . + add a,h ;b40c 84 . + add a,c ;b40d 81 . + add a,d ;b40e 82 . + add a,d ;b40f 82 . + add a,b ;b410 80 . + add a,(hl) ;b411 86 . + add a,b ;b412 80 . + adc a,l ;b413 8d . + add a,d ;b414 82 . + sub b ;b415 90 . + add a,(hl) ;b416 86 . + sub d ;b417 92 . + nop ;b418 00 . + add a,b ;b419 80 . + add a,d ;b41a 82 . + call po,sub_8084h ;b41b e4 84 80 . . . + sub b ;b41e 90 . + add a,b ;b41f 80 . + sub (hl) ;b420 96 . + add a,c ;b421 81 . + sbc a,d ;b422 9a . + add a,h ;b423 84 . + sbc a,h ;b424 9c . + adc a,b ;b425 88 . + sbc a,h ;b426 9c . + sbc a,c ;b427 99 . + sbc a,d ;b428 9a . + sbc a,l ;b429 9d . + sub a ;b42a 97 . + sbc a,a ;b42b 9f . + sub d ;b42c 92 . + and b ;b42d a0 . + adc a,d ;b42e 8a . + and b ;b42f a0 . + add a,l ;b430 85 . + sbc a,a ;b431 9f . + add a,d ;b432 82 . + sbc a,l ;b433 9d . + add a,b ;b434 80 . + sbc a,c ;b435 99 . + add a,b ;b436 80 . + sub d ;b437 92 . + add a,d ;b438 82 . + adc a,a ;b439 8f . + add a,l ;b43a 85 . + adc a,l ;b43b 8d . + adc a,d ;b43c 8a . + adc a,h ;b43d 8c . + sub d ;b43e 92 . + adc a,h ;b43f 8c . + sub a ;b440 97 . + adc a,l ;b441 8d . + sbc a,d ;b442 9a . + adc a,a ;b443 8f . + sbc a,h ;b444 9c . + sub d ;b445 92 . + nop ;b446 00 . + add a,b ;b447 80 . + adc a,(hl) ;b448 8e . + call po,sub_9080h ;b449 e4 80 90 . . . + add a,e ;b44c 83 . + sub b ;b44d 90 . + add a,e ;b44e 83 . + adc a,(hl) ;b44f 8e . + add a,b ;b450 80 . + adc a,(hl) ;b451 8e . + inc e ;b452 1c . + add a,b ;b453 80 . + add a,b ;b454 80 . + call po,sub_827fh+1 ;b455 e4 80 82 . . . + add a,e ;b458 83 . + add a,d ;b459 82 . + add a,e ;b45a 83 . + add a,b ;b45b 80 . + add a,b ;b45c 80 . + add a,b ;b45d 80 . + nop ;b45e 00 . + add a,b ;b45f 80 . + adc a,(hl) ;b460 8e . + call po,sub_9080h ;b461 e4 80 90 . . . + add a,e ;b464 83 . + sub b ;b465 90 . + add a,e ;b466 83 . + adc a,(hl) ;b467 8e . + add a,b ;b468 80 . + adc a,(hl) ;b469 8e . + inc e ;b46a 1c . + add a,e ;b46b 83 . + add a,b ;b46c 80 . + call po,sub_8080h ;b46d e4 80 80 . . . + add a,b ;b470 80 . + add a,d ;b471 82 . + add a,e ;b472 83 . + add a,d ;b473 82 . + add a,e ;b474 83 . + ld a,(hl) ;b475 7e ~ + add a,d ;b476 82 . + ld a,h ;b477 7c | + add a,c ;b478 81 . + ld a,e ;b479 7b { + nop ;b47a 00 . + and b ;b47b a0 . + sbc a,l ;b47c 9d . + call po,09280h ;b47d e4 80 92 . . . + add a,b ;b480 80 . + adc a,(hl) ;b481 8e . + and b ;b482 a0 . + add a,e ;b483 83 . + nop ;b484 00 . + add a,b ;b485 80 . + sub l ;b486 95 . + call po,sub_95a0h ;b487 e4 a0 95 . . . + inc e ;b48a 1c . + add a,b ;b48b 80 . + adc a,e ;b48c 8b . + call po,sub_8ba0h ;b48d e4 a0 8b . . . + nop ;b490 00 . + add a,b ;b491 80 . + sbc a,l ;b492 9d . + call po,sub_92a0h ;b493 e4 a0 92 . . . + and b ;b496 a0 . + adc a,(hl) ;b497 8e . + add a,b ;b498 80 . + add a,e ;b499 83 . + nop ;b49a 00 . + add a,b ;b49b 80 . + sbc a,e ;b49c 9b . + call po,09e84h ;b49d e4 84 9e . . . + adc a,e ;b4a0 8b . + and b ;b4a1 a0 . + sub c ;b4a2 91 . + and b ;b4a3 a0 . + sbc a,b ;b4a4 98 . + sbc a,a ;b4a5 9f . + sbc a,d ;b4a6 9a . + sbc a,l ;b4a7 9d . + sbc a,h ;b4a8 9c . + sbc a,c ;b4a9 99 . + sbc a,h ;b4aa 9c . + sub (hl) ;b4ab 96 . + sbc a,d ;b4ac 9a . + sub e ;b4ad 93 . + sub (hl) ;b4ae 96 . + sub b ;b4af 90 . + sub b ;b4b0 90 . + adc a,(hl) ;b4b1 8e . + adc a,(hl) ;b4b2 8e . + adc a,h ;b4b3 8c . + adc a,(hl) ;b4b4 8e . + adc a,b ;b4b5 88 . + inc e ;b4b6 1c . + adc a,h ;b4b7 8c . + add a,d ;b4b8 82 . + call po,sub_8290h ;b4b9 e4 90 82 . . . + sub b ;b4bc 90 . + add a,b ;b4bd 80 . + adc a,h ;b4be 8c . + add a,b ;b4bf 80 . + adc a,h ;b4c0 8c . + add a,d ;b4c1 82 . + nop ;b4c2 00 . + and b ;b4c3 a0 . + sub h ;b4c4 94 . + call po,sub_969eh ;b4c5 e4 9e 96 . . . + sbc a,d ;b4c8 9a . + sub a ;b4c9 97 . + adc a,a ;b4ca 8f . + sub a ;b4cb 97 . + adc a,h ;b4cc 8c . + sub (hl) ;b4cd 96 . + adc a,c ;b4ce 89 . + sub h ;b4cf 94 . + adc a,b ;b4d0 88 . + sub d ;b4d1 92 . + adc a,b ;b4d2 88 . + adc a,(hl) ;b4d3 8e . + adc a,c ;b4d4 89 . + adc a,h ;b4d5 8c . + adc a,h ;b4d6 8c . + adc a,d ;b4d7 8a . + adc a,a ;b4d8 8f . + adc a,c ;b4d9 89 . + sbc a,d ;b4da 9a . + adc a,c ;b4db 89 . + sbc a,(hl) ;b4dc 9e . + adc a,d ;b4dd 8a . + and b ;b4de a0 . + adc a,h ;b4df 8c . + and b ;b4e0 a0 . + sbc a,d ;b4e1 9a . + sbc a,a ;b4e2 9f . + sbc a,h ;b4e3 9c . + sbc a,h ;b4e4 9c . + sbc a,a ;b4e5 9f . + sub (hl) ;b4e6 96 . + and b ;b4e7 a0 . + adc a,d ;b4e8 8a . + and b ;b4e9 a0 . + add a,h ;b4ea 84 . + sbc a,a ;b4eb 9f . + add a,c ;b4ec 81 . + sbc a,h ;b4ed 9c . + add a,b ;b4ee 80 . + sbc a,b ;b4ef 98 . + add a,b ;b4f0 80 . + adc a,b ;b4f1 88 . + add a,c ;b4f2 81 . + add a,l ;b4f3 85 . + add a,h ;b4f4 84 . + add a,c ;b4f5 81 . + adc a,b ;b4f6 88 . + add a,b ;b4f7 80 . + sbc a,e ;b4f8 9b . + add a,b ;b4f9 80 . + sbc a,a ;b4fa 9f . + add a,d ;b4fb 82 . +sub_b4fch: + nop ;b4fc 00 . +sub_b4fdh: + call po,sub_a090h ;b4fd e4 90 a0 . . . + and b ;b500 a0 . + add a,b ;b501 80 . + inc e ;b502 1c . + add a,h ;b503 84 . + adc a,b ;b504 88 . + call po,0889ch ;b505 e4 9c 88 . . . + nop ;b508 00 . + call po,sub_a080h ;b509 e4 80 a0 . . . + sub a ;b50c 97 . + and b ;b50d a0 . + sbc a,d ;b50e 9a . + sbc a,a ;b50f 9f . + sbc a,l ;b510 9d . + sbc a,l ;b511 9d . + sbc a,(hl) ;b512 9e . + sbc a,d ;b513 9a . + sbc a,(hl) ;b514 9e . + sub a ;b515 97 . + sbc a,l ;b516 9d . + sub h ;b517 94 . + sbc a,d ;b518 9a . + sub d ;b519 92 . + sub a ;b51a 97 . + sub c ;b51b 91 . + add a,b ;b51c 80 . + sub c ;b51d 91 . + inc e ;b51e 1c . + sub a ;b51f 97 . + sub c ;b520 91 . + call po,sub_909bh ;b521 e4 9b 90 . . . + sbc a,(hl) ;b524 9e . + adc a,(hl) ;b525 8e . + and b ;b526 a0 . + adc a,e ;b527 8b . + and b ;b528 a0 . + add a,(hl) ;b529 86 . + sbc a,(hl) ;b52a 9e . + add a,e ;b52b 83 . + sbc a,e ;b52c 9b . + add a,c ;b52d 81 . + sub a ;b52e 97 . + add a,b ;b52f 80 . + add a,b ;b530 80 . + add a,b ;b531 80 . + nop ;b532 00 . + and b ;b533 a0 . + sbc a,(hl) ;b534 9e . + call po,sub_a09ch ;b535 e4 9c a0 . . . + adc a,h ;b538 8c . + and b ;b539 a0 . + add a,(hl) ;b53a 86 . + sbc a,a ;b53b 9f . + add a,e ;b53c 83 . + sbc a,l ;b53d 9d . + add a,c ;b53e 81 . + sbc a,d ;b53f 9a . + add a,b ;b540 80 . + sub h ;b541 94 . + add a,b ;b542 80 . + adc a,h ;b543 8c . + add a,c ;b544 81 . + add a,(hl) ;b545 86 . + add a,e ;b546 83 . + add a,e ;b547 83 . + add a,(hl) ;b548 86 . + add a,c ;b549 81 . + adc a,h ;b54a 8c . + add a,b ;b54b 80 . + sbc a,h ;b54c 9c . + add a,b ;b54d 80 . + and b ;b54e a0 . + add a,d ;b54f 82 . + nop ;b550 00 . + call po,sub_a080h ;b551 e4 80 a0 . . . + sub e ;b554 93 . + and b ;b555 a0 . + sbc a,d ;b556 9a . + sbc a,a ;b557 9f . + sbc a,l ;b558 9d . + sbc a,l ;b559 9d . + sbc a,a ;b55a 9f . + sbc a,d ;b55b 9a . + and b ;b55c a0 . + sub h ;b55d 94 . + and b ;b55e a0 . + adc a,(hl) ;b55f 8e . + sbc a,a ;b560 9f . + add a,(hl) ;b561 86 . + sbc a,l ;b562 9d . + add a,e ;b563 83 . + sbc a,d ;b564 9a . + add a,c ;b565 81 . + sub h ;b566 94 . + add a,b ;b567 80 . + add a,b ;b568 80 . + add a,b ;b569 80 . + nop ;b56a 00 . + add a,b ;b56b 80 . + sub c ;b56c 91 . + call po,sub_919ah ;b56d e4 9a 91 . . . + inc e ;b570 1c . + and b ;b571 a0 . + and b ;b572 a0 . + call po,sub_a080h ;b573 e4 80 a0 . . . + add a,b ;b576 80 . + add a,b ;b577 80 . + and b ;b578 a0 . + add a,b ;b579 80 . + nop ;b57a 00 . + call po,sub_a080h ;b57b e4 80 a0 . . . + and b ;b57e a0 . + and b ;b57f a0 . + inc e ;b580 1c . + add a,b ;b581 80 . + sub c ;b582 91 . + call po,sub_9198h ;b583 e4 98 91 . . . + nop ;b586 00 . + and b ;b587 a0 . + sbc a,(hl) ;b588 9e . + call po,sub_a09ch ;b589 e4 9c a0 . . . + adc a,h ;b58c 8c . + and b ;b58d a0 . + add a,(hl) ;b58e 86 . + sbc a,a ;b58f 9f . + add a,e ;b590 83 . + sbc a,l ;b591 9d . + add a,c ;b592 81 . + sbc a,d ;b593 9a . + add a,b ;b594 80 . + sub h ;b595 94 . + add a,b ;b596 80 . + adc a,h ;b597 8c . + add a,c ;b598 81 . + add a,(hl) ;b599 86 . + add a,e ;b59a 83 . + add a,e ;b59b 83 . + add a,(hl) ;b59c 86 . + add a,c ;b59d 81 . + adc a,(hl) ;b59e 8e . + add a,b ;b59f 80 . + sbc a,h ;b5a0 9c . + add a,b ;b5a1 80 . + and b ;b5a2 a0 . + add a,d ;b5a3 82 . + and b ;b5a4 a0 . + adc a,a ;b5a5 8f . + sub b ;b5a6 90 . + adc a,a ;b5a7 8f . + nop ;b5a8 00 . + add a,b ;b5a9 80 . + and b ;b5aa a0 . + call po,sub_8080h ;b5ab e4 80 80 . . . + inc e ;b5ae 1c . + add a,b ;b5af 80 . + sub c ;b5b0 91 . + call po,sub_91a0h ;b5b1 e4 a0 91 . . . + inc e ;b5b4 1c . + and b ;b5b5 a0 . + and b ;b5b6 a0 . + call po,sub_80a0h ;b5b7 e4 a0 80 . . . + nop ;b5ba 00 . + add a,a ;b5bb 87 . + and b ;b5bc a0 . + call po,sub_a099h ;b5bd e4 99 a0 . . . + inc e ;b5c0 1c . + sub b ;b5c1 90 . + and b ;b5c2 a0 . + call po,sub_8090h ;b5c3 e4 90 80 . . . + inc e ;b5c6 1c . + add a,a ;b5c7 87 . + add a,b ;b5c8 80 . + call po,sub_8099h ;b5c9 e4 99 80 . . . + nop ;b5cc 00 . + add a,b ;b5cd 80 . + add a,d ;b5ce 82 . + call po,sub_8084h ;b5cf e4 84 80 . . . + adc a,h ;b5d2 8c . + add a,b ;b5d3 80 . + sub d ;b5d4 92 . + add a,c ;b5d5 81 . + sub l ;b5d6 95 . + add a,e ;b5d7 83 . + sub a ;b5d8 97 . + add a,(hl) ;b5d9 86 . + sbc a,b ;b5da 98 . + adc a,h ;b5db 8c . + sbc a,b ;b5dc 98 . + and b ;b5dd a0 . + nop ;b5de 00 . + add a,b ;b5df 80 . + and b ;b5e0 a0 . + call po,sub_8080h ;b5e1 e4 80 80 . . . + inc e ;b5e4 1c . + add a,b ;b5e5 80 . + adc a,d ;b5e6 8a . + call po,sub_928ch ;b5e7 e4 8c 92 . . . + inc e ;b5ea 1c . + and b ;b5eb a0 . + and b ;b5ec a0 . + call po,sub_928ch ;b5ed e4 8c 92 . . . + and b ;b5f0 a0 . + add a,b ;b5f1 80 . + nop ;b5f2 00 . + adc a,b ;b5f3 88 . + and b ;b5f4 a0 . + call po,sub_8087h+1 ;b5f5 e4 88 80 . . . + and b ;b5f8 a0 . + add a,b ;b5f9 80 . + nop ;b5fa 00 . + call po,sub_a080h ;b5fb e4 80 a0 . . . + sub b ;b5fe 90 . + adc a,b ;b5ff 88 . + and b ;b600 a0 . + and b ;b601 a0 . + and b ;b602 a0 . + add a,b ;b603 80 . + nop ;b604 00 . + call po,sub_a080h ;b605 e4 80 a0 . . . + and b ;b608 a0 . + add a,b ;b609 80 . + and b ;b60a a0 . + and b ;b60b a0 . + nop ;b60c 00 . + add a,b ;b60d 80 . + adc a,h ;b60e 8c . + call po,sub_9480h ;b60f e4 80 94 . . . + add a,c ;b612 81 . + sbc a,d ;b613 9a . + add a,e ;b614 83 . + sbc a,l ;b615 9d . + add a,(hl) ;b616 86 . + sbc a,a ;b617 9f . + adc a,h ;b618 8c . + and b ;b619 a0 . + sub h ;b61a 94 . + and b ;b61b a0 . + sbc a,d ;b61c 9a . + sbc a,a ;b61d 9f . + sbc a,l ;b61e 9d . + sbc a,l ;b61f 9d . + sbc a,a ;b620 9f . + sbc a,d ;b621 9a . + and b ;b622 a0 . + sub h ;b623 94 . + and b ;b624 a0 . + adc a,h ;b625 8c . + sbc a,a ;b626 9f . + add a,(hl) ;b627 86 . + sbc a,l ;b628 9d . + add a,e ;b629 83 . + sbc a,d ;b62a 9a . + add a,c ;b62b 81 . + sub h ;b62c 94 . + add a,b ;b62d 80 . + adc a,h ;b62e 8c . + add a,b ;b62f 80 . + add a,(hl) ;b630 86 . + add a,c ;b631 81 . + add a,e ;b632 83 . + add a,e ;b633 83 . + add a,c ;b634 81 . + add a,(hl) ;b635 86 . + add a,b ;b636 80 . + adc a,h ;b637 8c . + nop ;b638 00 . + call po,sub_a080h ;b639 e4 80 a0 . . . + sbc a,b ;b63c 98 . + and b ;b63d a0 . + sbc a,h ;b63e 9c . + sbc a,a ;b63f 9f . + sbc a,a ;b640 9f . + sbc a,l ;b641 9d . + and b ;b642 a0 . + sbc a,d ;b643 9a . + and b ;b644 a0 . + sub h ;b645 94 . + sbc a,a ;b646 9f . + sub c ;b647 91 . + sbc a,h ;b648 9c . + adc a,a ;b649 8f . + sbc a,b ;b64a 98 . + adc a,(hl) ;b64b 8e . + add a,b ;b64c 80 . + adc a,(hl) ;b64d 8e . + nop ;b64e 00 . + add a,b ;b64f 80 . + adc a,h ;b650 8c . + call po,sub_9480h ;b651 e4 80 94 . . . + add a,c ;b654 81 . + sbc a,d ;b655 9a . + add a,e ;b656 83 . + sbc a,l ;b657 9d . + add a,(hl) ;b658 86 . + sbc a,a ;b659 9f . + adc a,h ;b65a 8c . + and b ;b65b a0 . + sub h ;b65c 94 . + and b ;b65d a0 . + sbc a,d ;b65e 9a . + sbc a,a ;b65f 9f . + sbc a,l ;b660 9d . + sbc a,l ;b661 9d . + sbc a,a ;b662 9f . + sbc a,d ;b663 9a . + and b ;b664 a0 . + sub h ;b665 94 . + and b ;b666 a0 . + adc a,h ;b667 8c . + sbc a,a ;b668 9f . + add a,(hl) ;b669 86 . + sbc a,l ;b66a 9d . + add a,e ;b66b 83 . + sbc a,d ;b66c 9a . + add a,c ;b66d 81 . + sub h ;b66e 94 . + add a,b ;b66f 80 . + adc a,h ;b670 8c . + add a,b ;b671 80 . + add a,(hl) ;b672 86 . + add a,c ;b673 81 . + add a,e ;b674 83 . + add a,e ;b675 83 . + add a,c ;b676 81 . + add a,(hl) ;b677 86 . + add a,b ;b678 80 . + adc a,h ;b679 8c . + inc e ;b67a 1c . + sub h ;b67b 94 . + adc a,h ;b67c 8c . + call po,sub_80a0h ;b67d e4 a0 80 . . . + nop ;b680 00 . + call po,sub_a080h ;b681 e4 80 a0 . . . + sbc a,b ;b684 98 . + and b ;b685 a0 . + sbc a,h ;b686 9c . + sbc a,a ;b687 9f . + sbc a,a ;b688 9f . + sbc a,l ;b689 9d . + and b ;b68a a0 . + sbc a,d ;b68b 9a . + and b ;b68c a0 . + sub h ;b68d 94 . + sbc a,a ;b68e 9f . + sub c ;b68f 91 . + sbc a,h ;b690 9c . + adc a,a ;b691 8f . + sbc a,b ;b692 98 . + adc a,(hl) ;b693 8e . + add a,b ;b694 80 . + adc a,(hl) ;b695 8e . + inc e ;b696 1c . + sbc a,b ;b697 98 . + adc a,(hl) ;b698 8e . + call po,sub_80a0h ;b699 e4 a0 80 . . . + nop ;b69c 00 . + add a,b ;b69d 80 . + add a,(hl) ;b69e 86 . + call po,sub_8381h ;b69f e4 81 83 . . . + add a,h ;b6a2 84 . + add a,c ;b6a3 81 . + adc a,b ;b6a4 88 . + add a,b ;b6a5 80 . + sub a ;b6a6 97 . + add a,b ;b6a7 80 . + sbc a,h ;b6a8 9c . + add a,c ;b6a9 81 . + sbc a,a ;b6aa 9f . + add a,e ;b6ab 83 . + and b ;b6ac a0 . + add a,(hl) ;b6ad 86 . + and b ;b6ae a0 . + adc a,d ;b6af 8a . + sbc a,a ;b6b0 9f . + adc a,l ;b6b1 8d . + sbc a,h ;b6b2 9c . + adc a,a ;b6b3 8f . + sub a ;b6b4 97 . + sub b ;b6b5 90 . + adc a,c ;b6b6 89 . + sub c ;b6b7 91 . + add a,h ;b6b8 84 . + sub d ;b6b9 92 . + add a,c ;b6ba 81 . + sub h ;b6bb 94 . + add a,b ;b6bc 80 . + sub a ;b6bd 97 . + add a,b ;b6be 80 . + sbc a,d ;b6bf 9a . + add a,c ;b6c0 81 . + sbc a,l ;b6c1 9d . + add a,h ;b6c2 84 . + sbc a,a ;b6c3 9f . + adc a,c ;b6c4 89 . + and b ;b6c5 a0 . + sub (hl) ;b6c6 96 . + and b ;b6c7 a0 . + sbc a,e ;b6c8 9b . + sbc a,a ;b6c9 9f . + sbc a,(hl) ;b6ca 9e . + sbc a,l ;b6cb 9d . + sbc a,a ;b6cc 9f . + sbc a,d ;b6cd 9a . + nop ;b6ce 00 . + add a,b ;b6cf 80 . + and b ;b6d0 a0 . + call po,sub_a0a0h ;b6d1 e4 a0 a0 . . . + inc e ;b6d4 1c . + sub b ;b6d5 90 . + and b ;b6d6 a0 . + call po,sub_8090h ;b6d7 e4 90 80 . . . + nop ;b6da 00 . + add a,b ;b6db 80 . + and b ;b6dc a0 . + call po,sub_8c80h ;b6dd e4 80 8c . . . + add a,c ;b6e0 81 . + add a,(hl) ;b6e1 86 . + add a,e ;b6e2 83 . + add a,e ;b6e3 83 . + add a,(hl) ;b6e4 86 . + add a,c ;b6e5 81 . + adc a,h ;b6e6 8c . + add a,b ;b6e7 80 . + sub h ;b6e8 94 . + add a,b ;b6e9 80 . + sbc a,d ;b6ea 9a . + add a,c ;b6eb 81 . + sbc a,l ;b6ec 9d . + add a,e ;b6ed 83 . + sbc a,a ;b6ee 9f . + add a,(hl) ;b6ef 86 . + and b ;b6f0 a0 . + adc a,h ;b6f1 8c . + and b ;b6f2 a0 . + and b ;b6f3 a0 . + nop ;b6f4 00 . + add a,b ;b6f5 80 . + and b ;b6f6 a0 . + call po,sub_8090h ;b6f7 e4 90 80 . . . + and b ;b6fa a0 . + and b ;b6fb a0 . + nop ;b6fc 00 . + add a,b ;b6fd 80 . + and b ;b6fe a0 . + call po,sub_8084h ;b6ff e4 84 80 . . . + sub b ;b702 90 . + sbc a,b ;b703 98 . + sbc a,h ;b704 9c . + add a,b ;b705 80 . + and b ;b706 a0 . + and b ;b707 a0 . + nop ;b708 00 . + call po,sub_a09fh ;b709 e4 9f a0 . . . + inc e ;b70c 1c . + add a,c ;b70d 81 . + and b ;b70e a0 . + call po,sub_80a0h ;b70f e4 a0 80 . . . + nop ;b712 00 . + add a,b ;b713 80 . + and b ;b714 a0 . + call po,sub_8e90h ;b715 e4 90 8e . . . + and b ;b718 a0 . + and b ;b719 a0 . + inc e ;b71a 1c . + sub b ;b71b 90 . + adc a,(hl) ;b71c 8e . + call po,sub_8090h ;b71d e4 90 80 . . . + nop ;b720 00 . + add a,c ;b721 81 . + and b ;b722 a0 . + call po,sub_a09fh ;b723 e4 9f a0 . . . + add a,b ;b726 80 . + add a,b ;b727 80 . + and b ;b728 a0 . + add a,b ;b729 80 . + nop ;b72a 00 . + and b ;b72b a0 . + and h ;b72c a4 . + call po,sub_a498h ;b72d e4 98 a4 . . . + sbc a,b ;b730 98 . + ld a,h ;b731 7c | + and b ;b732 a0 . + ld a,h ;b733 7c | + nop ;b734 00 . + sbc a,c ;b735 99 . + and b ;b736 a0 . + call po,sub_8087h ;b737 e4 87 80 . . . + inc e ;b73a 1c . + adc a,b ;b73b 88 . + add a,l ;b73c 85 . + call po,sub_8784h ;b73d e4 84 87 . . . + add a,c ;b740 81 . + adc a,d ;b741 8a . + add a,b ;b742 80 . + adc a,(hl) ;b743 8e . + add a,b ;b744 80 . + sub d ;b745 92 . + add a,c ;b746 81 . + sub (hl) ;b747 96 . + add a,h ;b748 84 . + sbc a,c ;b749 99 . + adc a,b ;b74a 88 . + sbc a,e ;b74b 9b . + adc a,l ;b74c 8d . + sbc a,h ;b74d 9c . + sub e ;b74e 93 . + sbc a,h ;b74f 9c . + sbc a,b ;b750 98 . + sbc a,e ;b751 9b . + sbc a,h ;b752 9c . + sbc a,c ;b753 99 . + sbc a,a ;b754 9f . + sub (hl) ;b755 96 . + and b ;b756 a0 . + sub d ;b757 92 . + and b ;b758 a0 . + adc a,(hl) ;b759 8e . + sbc a,a ;b75a 9f . + adc a,d ;b75b 8a . + sbc a,h ;b75c 9c . + add a,a ;b75d 87 . + sbc a,b ;b75e 98 . + add a,l ;b75f 85 . + sub e ;b760 93 . + add a,h ;b761 84 . + adc a,l ;b762 8d . + add a,h ;b763 84 . + adc a,b ;b764 88 . + add a,l ;b765 85 . + nop ;b766 00 . + add a,b ;b767 80 . + and h ;b768 a4 . + call po,sub_a488h ;b769 e4 88 a4 . . . + adc a,b ;b76c 88 . + ld a,h ;b76d 7c | + add a,b ;b76e 80 . + ld a,h ;b76f 7c | + nop ;b770 00 . + sub b ;b771 90 . + add a,b ;b772 80 . + call po,sub_a090h ;b773 e4 90 a0 . . . + inc e ;b776 1c . + and b ;b777 a0 . + add a,b ;b778 80 . + call po,sub_8080h ;b779 e4 80 80 . . . + nop ;b77c 00 . + add a,b ;b77d 80 . + ld a,b ;b77e 78 x + call po,sub_78a0h ;b77f e4 a0 78 . . x + nop ;b782 00 . + adc a,h ;b783 8c . + and b ;b784 a0 . + call po,sub_9994h ;b785 e4 94 99 . . . + nop ;b788 00 . + add a,d ;b789 82 . + sub h ;b78a 94 . + call po,sub_9482h ;b78b e4 82 94 . . . + add a,(hl) ;b78e 86 . + sub (hl) ;b78f 96 . + sub d ;b790 92 . + sub (hl) ;b791 96 . + sbc a,b ;b792 98 . + sub l ;b793 95 . + sbc a,e ;b794 9b . + sub d ;b795 92 . + sbc a,h ;b796 9c . + adc a,(hl) ;b797 8e . + sbc a,h ;b798 9c . + add a,b ;b799 80 . + inc e ;b79a 1c . + sbc a,h ;b79b 9c . + add a,d ;b79c 82 . + call po,sub_8098h ;b79d e4 98 80 . . . + adc a,e ;b7a0 8b . + add a,b ;b7a1 80 . + add a,h ;b7a2 84 . + add a,c ;b7a3 81 . + add a,c ;b7a4 81 . + add a,e ;b7a5 83 . + add a,b ;b7a6 80 . + add a,(hl) ;b7a7 86 . + add a,c ;b7a8 81 . + adc a,d ;b7a9 8a . + add a,h ;b7aa 84 . + adc a,h ;b7ab 8c . + adc a,b ;b7ac 88 . + adc a,l ;b7ad 8d . + sub h ;b7ae 94 . + adc a,l ;b7af 8d . + sbc a,b ;b7b0 98 . + adc a,l ;b7b1 8d . + sbc a,h ;b7b2 9c . + adc a,e ;b7b3 8b . + nop ;b7b4 00 . + add a,b ;b7b5 80 . + and b ;b7b6 a0 . + call po,sub_8080h ;b7b7 e4 80 80 . . . + inc e ;b7ba 1c . + add a,b ;b7bb 80 . + sub h ;b7bc 94 . + call po,sub_9684h ;b7bd e4 84 96 . . . + sub e ;b7c0 93 . + sub (hl) ;b7c1 96 . + sbc a,b ;b7c2 98 . + sub l ;b7c3 95 . + sbc a,e ;b7c4 9b . + sub d ;b7c5 92 . + sbc a,h ;b7c6 9c . + adc a,(hl) ;b7c7 8e . + sbc a,h ;b7c8 9c . + adc a,b ;b7c9 88 . + sbc a,e ;b7ca 9b . + add a,h ;b7cb 84 . + sbc a,b ;b7cc 98 . + add a,c ;b7cd 81 . + sub c ;b7ce 91 . + add a,b ;b7cf 80 . + adc a,d ;b7d0 8a . + add a,b ;b7d1 80 . + add a,h ;b7d2 84 . + add a,b ;b7d3 80 . + add a,b ;b7d4 80 . + add a,d ;b7d5 82 . + nop ;b7d6 00 . + sbc a,h ;b7d7 9c . + sub h ;b7d8 94 . + call po,09698h ;b7d9 e4 98 96 . . . + sub e ;b7dc 93 . + sub (hl) ;b7dd 96 . + adc a,c ;b7de 89 . + sub (hl) ;b7df 96 . + add a,h ;b7e0 84 . + sub l ;b7e1 95 . + add a,c ;b7e2 81 . + sub d ;b7e3 92 . + add a,b ;b7e4 80 . + adc a,(hl) ;b7e5 8e . + add a,b ;b7e6 80 . + adc a,b ;b7e7 88 . + add a,c ;b7e8 81 . + add a,h ;b7e9 84 . + add a,h ;b7ea 84 . + add a,c ;b7eb 81 . + adc a,c ;b7ec 89 . + add a,b ;b7ed 80 . + sbc a,b ;b7ee 98 . + add a,b ;b7ef 80 . + sbc a,h ;b7f0 9c . + add a,d ;b7f1 82 . + nop ;b7f2 00 . + sbc a,h ;b7f3 9c . + and b ;b7f4 a0 . + call po,sub_809ch ;b7f5 e4 9c 80 . . . + inc e ;b7f8 1c . + sbc a,h ;b7f9 9c . + add a,d ;b7fa 82 . + call po,sub_8098h ;b7fb e4 98 80 . . . + adc a,c ;b7fe 89 . + add a,b ;b7ff 80 . + add a,h ;b800 84 . + add a,c ;b801 81 . + add a,c ;b802 81 . + add a,h ;b803 84 . + add a,b ;b804 80 . + adc a,b ;b805 88 . + add a,b ;b806 80 . + adc a,(hl) ;b807 8e . + add a,c ;b808 81 . + sub d ;b809 92 . + add a,h ;b80a 84 . + sub l ;b80b 95 . + adc a,c ;b80c 89 . + sub (hl) ;b80d 96 . + sbc a,b ;b80e 98 . + sub (hl) ;b80f 96 . + sbc a,h ;b810 9c . + sub h ;b811 94 . + nop ;b812 00 . + add a,b ;b813 80 . + adc a,e ;b814 8b . + call po,sub_8b9ch ;b815 e4 9c 8b . . . + sbc a,h ;b818 9c . + adc a,(hl) ;b819 8e . + sbc a,e ;b81a 9b . + sub d ;b81b 92 . + sbc a,b ;b81c 98 . + sub l ;b81d 95 . + sub c ;b81e 91 . + sub (hl) ;b81f 96 . + adc a,c ;b820 89 . + sub (hl) ;b821 96 . + add a,h ;b822 84 . + sub l ;b823 95 . + add a,c ;b824 81 . + sub d ;b825 92 . + add a,b ;b826 80 . + adc a,(hl) ;b827 8e . + add a,b ;b828 80 . + adc a,b ;b829 88 . + add a,c ;b82a 81 . + add a,h ;b82b 84 . + add a,h ;b82c 84 . + add a,c ;b82d 81 . + adc a,c ;b82e 89 . + add a,b ;b82f 80 . + sbc a,b ;b830 98 . + add a,b ;b831 80 . + sbc a,h ;b832 9c . + add a,d ;b833 82 . + nop ;b834 00 . + add a,b ;b835 80 . + sub l ;b836 95 . + call po,sub_959ch ;b837 e4 9c 95 . . . + inc e ;b83a 1c . + sbc a,h ;b83b 9c . + and b ;b83c a0 . + call po,sub_a093h+1 ;b83d e4 94 a0 . . . + sub b ;b840 90 . + sbc a,a ;b841 9f . + adc a,l ;b842 8d . + sbc a,l ;b843 9d . + adc a,h ;b844 8c . + sbc a,d ;b845 9a . + adc a,h ;b846 8c . + add a,b ;b847 80 . + nop ;b848 00 . + sbc a,h ;b849 9c . + sub h ;b84a 94 . + call po,09698h ;b84b e4 98 96 . . . + adc a,c ;b84e 89 . + sub (hl) ;b84f 96 . + add a,h ;b850 84 . + sub l ;b851 95 . + add a,c ;b852 81 . + sub d ;b853 92 . + add a,b ;b854 80 . + adc a,(hl) ;b855 8e . + add a,b ;b856 80 . + adc a,c ;b857 89 . + add a,c ;b858 81 . + add a,l ;b859 85 . + add a,h ;b85a 84 . + add a,d ;b85b 82 . + adc a,c ;b85c 89 . + add a,b ;b85d 80 . + sbc a,b ;b85e 98 . + add a,b ;b85f 80 . + sbc a,h ;b860 9c . + add a,d ;b861 82 . + inc e ;b862 1c . + sbc a,h ;b863 9c . + sbc a,b ;b864 98 . + call po,sub_7c9ch ;b865 e4 9c 7c . . | + sbc a,b ;b868 98 . + ld (hl),a ;b869 77 w + sub h ;b86a 94 . + halt ;b86b 76 v + add a,(hl) ;b86c 86 . + halt ;b86d 76 v + add a,d ;b86e 82 . + ld a,b ;b86f 78 x + nop ;b870 00 . + add a,b ;b871 80 . + and b ;b872 a0 . + call po,sub_8080h ;b873 e4 80 80 . . . + inc e ;b876 1c . + add a,b ;b877 80 . + sub h ;b878 94 . + call po,sub_9684h ;b879 e4 84 96 . . . + sub e ;b87c 93 . + sub (hl) ;b87d 96 . + sbc a,b ;b87e 98 . + sub l ;b87f 95 . + sbc a,e ;b880 9b . + sub d ;b881 92 . + sbc a,h ;b882 9c . + adc a,(hl) ;b883 8e . + sbc a,h ;b884 9c . + add a,b ;b885 80 . + nop ;b886 00 . + sub b ;b887 90 . + and b ;b888 a0 . + call po,sub_9e90h ;b889 e4 90 9e . . . + inc e ;b88c 1c . + adc a,b ;b88d 88 . + sub (hl) ;b88e 96 . + call po,sub_9694h ;b88f e4 94 96 . . . + sub h ;b892 94 . + add a,b ;b893 80 . + inc e ;b894 1c . + adc a,b ;b895 88 . + add a,b ;b896 80 . + call po,sub_809ch ;b897 e4 9c 80 . . . + nop ;b89a 00 . + sub h ;b89b 94 . + and b ;b89c a0 . + call po,sub_9e94h ;b89d e4 94 9e . . . + inc e ;b8a0 1c . + sub h ;b8a1 94 . + sub (hl) ;b8a2 96 . + call po,sub_7c94h ;b8a3 e4 94 7c . . | + sub e ;b8a6 93 . + ld a,c ;b8a7 79 y + sub b ;b8a8 90 . + ld (hl),a ;b8a9 77 w + adc a,h ;b8aa 8c . + halt ;b8ab 76 v + add a,(hl) ;b8ac 86 . + halt ;b8ad 76 v + nop ;b8ae 00 . + add a,b ;b8af 80 . + and b ;b8b0 a0 . + call po,sub_8080h ;b8b1 e4 80 80 . . . + inc e ;b8b4 1c . + add a,b ;b8b5 80 . + adc a,b ;b8b6 88 . + call po,sub_8e8bh+1 ;b8b7 e4 8c 8e . . . + inc e ;b8ba 1c . + sbc a,h ;b8bb 9c . + sub (hl) ;b8bc 96 . + call po,sub_8e8bh+1 ;b8bd e4 8c 8e . . . + sbc a,h ;b8c0 9c . + add a,b ;b8c1 80 . + nop ;b8c2 00 . + add a,(hl) ;b8c3 86 . + and b ;b8c4 a0 . + call po,sub_a092h ;b8c5 e4 92 a0 . . . + sub d ;b8c8 92 . + add a,b ;b8c9 80 . + inc e ;b8ca 1c . + add a,(hl) ;b8cb 86 . + add a,b ;b8cc 80 . + call po,sub_809ah ;b8cd e4 9a 80 . . . + nop ;b8d0 00 . + add a,b ;b8d1 80 . + sub (hl) ;b8d2 96 . + call po,sub_8080h ;b8d3 e4 80 80 . . . + inc e ;b8d6 1c . + add a,b ;b8d7 80 . + sub h ;b8d8 94 . + call po,sub_9684h ;b8d9 e4 84 96 . . . + adc a,(hl) ;b8dc 8e . + sub (hl) ;b8dd 96 . + adc a,(hl) ;b8de 8e . + add a,b ;b8df 80 . + inc e ;b8e0 1c . + adc a,(hl) ;b8e1 8e . + sub h ;b8e2 94 . + call po,sub_9692h ;b8e3 e4 92 96 . . . + sub (hl) ;b8e6 96 . + sub (hl) ;b8e7 96 . + sbc a,c ;b8e8 99 . + sub l ;b8e9 95 . + sbc a,e ;b8ea 9b . + sub e ;b8eb 93 . + sbc a,h ;b8ec 9c . + sub b ;b8ed 90 . + sbc a,h ;b8ee 9c . + add a,b ;b8ef 80 . + nop ;b8f0 00 . + add a,b ;b8f1 80 . + sub (hl) ;b8f2 96 . + call po,sub_8080h ;b8f3 e4 80 80 . . . + inc e ;b8f6 1c . + add a,b ;b8f7 80 . + sub h ;b8f8 94 . + call po,sub_9684h ;b8f9 e4 84 96 . . . + sub e ;b8fc 93 . + sub (hl) ;b8fd 96 . + sbc a,b ;b8fe 98 . + sub l ;b8ff 95 . + sbc a,e ;b900 9b . + sub d ;b901 92 . + sbc a,h ;b902 9c . + adc a,(hl) ;b903 8e . + sbc a,h ;b904 9c . + add a,b ;b905 80 . + nop ;b906 00 . + add a,b ;b907 80 . + adc a,b ;b908 88 . + call po,sub_8e80h ;b909 e4 80 8e . . . + add a,c ;b90c 81 . + sub d ;b90d 92 . + add a,h ;b90e 84 . + sub l ;b90f 95 . + adc a,c ;b910 89 . + sub (hl) ;b911 96 . + sub e ;b912 93 . + sub (hl) ;b913 96 . + sbc a,b ;b914 98 . + sub l ;b915 95 . + sbc a,e ;b916 9b . + sub d ;b917 92 . + sbc a,h ;b918 9c . + adc a,(hl) ;b919 8e . + sbc a,h ;b91a 9c . + adc a,b ;b91b 88 . + sbc a,e ;b91c 9b . + add a,h ;b91d 84 . + sbc a,b ;b91e 98 . + add a,c ;b91f 81 . + sub e ;b920 93 . + add a,b ;b921 80 . + adc a,c ;b922 89 . + add a,b ;b923 80 . + add a,h ;b924 84 . + add a,c ;b925 81 . + add a,c ;b926 81 . + add a,h ;b927 84 . + add a,b ;b928 80 . + adc a,b ;b929 88 . + nop ;b92a 00 . + add a,b ;b92b 80 . + sub (hl) ;b92c 96 . + call po,sub_7680h ;b92d e4 80 76 . . v + inc e ;b930 1c . + add a,b ;b931 80 . + sub h ;b932 94 . + call po,sub_9684h ;b933 e4 84 96 . . . + sub e ;b936 93 . + sub (hl) ;b937 96 . + sbc a,b ;b938 98 . + sub l ;b939 95 . + sbc a,e ;b93a 9b . + sub d ;b93b 92 . + sbc a,h ;b93c 9c . + adc a,(hl) ;b93d 8e . + sbc a,h ;b93e 9c . + adc a,b ;b93f 88 . + sbc a,e ;b940 9b . + add a,h ;b941 84 . + sub e ;b942 93 . + add a,b ;b943 80 . + add a,h ;b944 84 . + add a,b ;b945 80 . + add a,b ;b946 80 . + add a,d ;b947 82 . + nop ;b948 00 . + sbc a,h ;b949 9c . + add a,d ;b94a 82 . + call po,sub_8098h ;b94b e4 98 80 . . . + adc a,c ;b94e 89 . + add a,b ;b94f 80 . + add a,h ;b950 84 . + add a,c ;b951 81 . + add a,c ;b952 81 . + add a,h ;b953 84 . + add a,b ;b954 80 . + adc a,b ;b955 88 . + add a,b ;b956 80 . + adc a,(hl) ;b957 8e . + add a,c ;b958 81 . + sub d ;b959 92 . + add a,h ;b95a 84 . + sub l ;b95b 95 . + adc a,c ;b95c 89 . + sub (hl) ;b95d 96 . + sbc a,b ;b95e 98 . + sub (hl) ;b95f 96 . + sbc a,h ;b960 9c . + sub h ;b961 94 . + sbc a,h ;b962 9c . + sub (hl) ;b963 96 . + sbc a,h ;b964 9c . + halt ;b965 76 v + nop ;b966 00 . + add a,h ;b967 84 . + sub (hl) ;b968 96 . + call po,sub_8084h ;b969 e4 84 80 . . . + inc e ;b96c 1c . + add a,h ;b96d 84 . + sub h ;b96e 94 . + call po,sub_9688h ;b96f e4 88 96 . . . + sub e ;b972 93 . + sub (hl) ;b973 96 . + sbc a,b ;b974 98 . + sub l ;b975 95 . + sbc a,e ;b976 9b . + sub d ;b977 92 . + sbc a,h ;b978 9c . + adc a,(hl) ;b979 8e . + nop ;b97a 00 . + add a,b ;b97b 80 . + add a,e ;b97c 83 . + call po,sub_8183h ;b97d e4 83 81 . . . + adc a,b ;b980 88 . + add a,b ;b981 80 . + sub h ;b982 94 . + add a,b ;b983 80 . + sbc a,c ;b984 99 . + add a,c ;b985 81 . + sbc a,e ;b986 9b . + add a,d ;b987 82 . + sbc a,h ;b988 9c . + add a,h ;b989 84 . + sbc a,h ;b98a 9c . + add a,(hl) ;b98b 86 . + sbc a,e ;b98c 9b . + adc a,b ;b98d 88 . + sbc a,b ;b98e 98 . + adc a,d ;b98f 8a . + add a,h ;b990 84 . + adc a,h ;b991 8c . + add a,c ;b992 81 . + adc a,(hl) ;b993 8e . + add a,b ;b994 80 . + sub b ;b995 90 . + add a,b ;b996 80 . + sub d ;b997 92 . + add a,c ;b998 81 . + sub h ;b999 94 . + add a,e ;b99a 83 . + sub l ;b99b 95 . + adc a,b ;b99c 88 . + sub (hl) ;b99d 96 . + sub e ;b99e 93 . + sub (hl) ;b99f 96 . + sbc a,b ;b9a0 98 . + sub l ;b9a1 95 . + sbc a,e ;b9a2 9b . + sub e ;b9a3 93 . + nop ;b9a4 00 . + add a,d ;b9a5 82 . + sub (hl) ;b9a6 96 . + call po,sub_969ah ;b9a7 e4 9a 96 . . . + inc e ;b9aa 1c . + adc a,d ;b9ab 8a . + and b ;b9ac a0 . + call po,sub_8489h+1 ;b9ad e4 8a 84 . . . + adc a,(hl) ;b9b0 8e . + add a,b ;b9b1 80 . + sbc a,d ;b9b2 9a . + add a,b ;b9b3 80 . + nop ;b9b4 00 . + add a,b ;b9b5 80 . + sub (hl) ;b9b6 96 . + call po,sub_8880h ;b9b7 e4 80 88 . . . + add a,c ;b9ba 81 . + add a,h ;b9bb 84 . + add a,h ;b9bc 84 . + add a,c ;b9bd 81 . + adc a,c ;b9be 89 . + add a,b ;b9bf 80 . + sbc a,b ;b9c0 98 . + add a,b ;b9c1 80 . + sbc a,h ;b9c2 9c . + add a,d ;b9c3 82 . + sbc a,h ;b9c4 9c . + sub (hl) ;b9c5 96 . + sbc a,h ;b9c6 9c . + add a,b ;b9c7 80 . + nop ;b9c8 00 . + add a,b ;b9c9 80 . + sub (hl) ;b9ca 96 . + call po,sub_808eh ;b9cb e4 8e 80 . . . + sbc a,h ;b9ce 9c . + sub (hl) ;b9cf 96 . + nop ;b9d0 00 . + add a,b ;b9d1 80 . + sub (hl) ;b9d2 96 . + call po,sub_8085h ;b9d3 e4 85 80 . . . + adc a,(hl) ;b9d6 8e . + sub b ;b9d7 90 . + sub a ;b9d8 97 . + add a,b ;b9d9 80 . + sbc a,h ;b9da 9c . + sub (hl) ;b9db 96 . + nop ;b9dc 00 . + sbc a,e ;b9dd 9b . + sub (hl) ;b9de 96 . + call po,sub_8080h ;b9df e4 80 80 . . . + inc e ;b9e2 1c . + add a,c ;b9e3 81 . + sub (hl) ;b9e4 96 . + call po,sub_809ch ;b9e5 e4 9c 80 . . . + nop ;b9e8 00 . + add a,b ;b9e9 80 . + sub (hl) ;b9ea 96 . + call po,sub_808fh ;b9eb e4 8f 80 . . . + inc e ;b9ee 1c . + sbc a,h ;b9ef 9c . + sub (hl) ;b9f0 96 . + call po,sub_808fh ;b9f1 e4 8f 80 . . . + adc a,d ;b9f4 8a . + ld a,b ;b9f5 78 x + add a,(hl) ;b9f6 86 . + halt ;b9f7 76 v + add a,e ;b9f8 83 . + halt ;b9f9 76 v + nop ;b9fa 00 . + add a,c ;b9fb 81 . + sub (hl) ;b9fc 96 . + call po,sub_969bh ;b9fd e4 9b 96 . . . + add a,b ;ba00 80 . + add a,b ;ba01 80 . + sbc a,h ;ba02 9c . + add a,b ;ba03 80 . + nop ;ba04 00 . + add a,b ;ba05 80 . + sub (hl) ;ba06 96 . + call po,sub_7680h ;ba07 e4 80 76 . . v + add a,b ;ba0a 80 . + adc a,b ;ba0b 88 . + add a,c ;ba0c 81 . + add a,h ;ba0d 84 . + add a,h ;ba0e 84 . + add a,c ;ba0f 81 . + adc a,c ;ba10 89 . + add a,b ;ba11 80 . + adc a,a ;ba12 8f . + add a,b ;ba13 80 . + sub h ;ba14 94 . + add a,c ;ba15 81 . + sub a ;ba16 97 . + add a,h ;ba17 84 . + sbc a,b ;ba18 98 . + adc a,b ;ba19 88 . + sbc a,b ;ba1a 98 . + sub (hl) ;ba1b 96 . + inc e ;ba1c 1c . + sbc a,b ;ba1d 98 . + adc a,b ;ba1e 88 . + call po,sub_8499h ;ba1f e4 99 84 . . . + sbc a,h ;ba22 9c . + add a,c ;ba23 81 . + and b ;ba24 a0 . + add a,b ;ba25 80 . + nop ;ba26 00 . + add a,b ;ba27 80 . + sbc a,b ;ba28 98 . + call po,sub_9a80h ;ba29 e4 80 9a . . . + add a,c ;ba2c 81 . + sbc a,l ;ba2d 9d . + add a,e ;ba2e 83 . + sbc a,a ;ba2f 9f . + add a,a ;ba30 87 . + and b ;ba31 a0 . + adc a,e ;ba32 8b . + and b ;ba33 a0 . + adc a,a ;ba34 8f . + sbc a,a ;ba35 9f . + sub c ;ba36 91 . + sbc a,l ;ba37 9d . + sub d ;ba38 92 . + sbc a,d ;ba39 9a . + sub d ;ba3a 92 . + sbc a,b ;ba3b 98 . + sub c ;ba3c 91 . + sub l ;ba3d 95 . + adc a,a ;ba3e 8f . + sub e ;ba3f 93 . + adc a,e ;ba40 8b . + sub d ;ba41 92 . + add a,a ;ba42 87 . + sub d ;ba43 92 . + add a,e ;ba44 83 . + sub e ;ba45 93 . + add a,c ;ba46 81 . + sub l ;ba47 95 . + add a,b ;ba48 80 . + sbc a,b ;ba49 98 . + nop ;ba4a 00 . + add a,b ;ba4b 80 . + adc a,(hl) ;ba4c 8e . + call po,09280h ;ba4d e4 80 92 . . . + add a,e ;ba50 83 . + sub (hl) ;ba51 96 . + adc a,b ;ba52 88 . + sub a ;ba53 97 . + adc a,l ;ba54 8d . + sub (hl) ;ba55 96 . + sub b ;ba56 90 . + sub c ;ba57 91 . + sub b ;ba58 90 . + adc a,a ;ba59 8f . + sub e ;ba5a 93 . + adc a,d ;ba5b 8a . + sbc a,b ;ba5c 98 . + adc a,c ;ba5d 89 . + sbc a,l ;ba5e 9d . + adc a,d ;ba5f 8a . + and b ;ba60 a0 . + adc a,(hl) ;ba61 8e . + and b ;ba62 a0 . + sub d ;ba63 92 . + sbc a,l ;ba64 9d . + sub (hl) ;ba65 96 . + sbc a,b ;ba66 98 . + sub a ;ba67 97 . + sub e ;ba68 93 . + sub (hl) ;ba69 96 . + sub b ;ba6a 90 . + sub c ;ba6b 91 . + inc e ;ba6c 1c . + sub b ;ba6d 90 . + adc a,a ;ba6e 8f . + call po,sub_8a8dh ;ba6f e4 8d 8a . . . + adc a,b ;ba72 88 . + adc a,c ;ba73 89 . + add a,e ;ba74 83 . + adc a,d ;ba75 8a . + add a,b ;ba76 80 . + adc a,(hl) ;ba77 8e . + nop ;ba78 00 . + add a,b ;ba79 80 . + sub b ;ba7a 90 . + call po,sub_9383h ;ba7b e4 83 93 . . . + add a,a ;ba7e 87 . + sub h ;ba7f 94 . + adc a,d ;ba80 8a . + sub h ;ba81 94 . + adc a,(hl) ;ba82 8e . + sub d ;ba83 92 . + sub d ;ba84 92 . + adc a,(hl) ;ba85 8e . + sub (hl) ;ba86 96 . + adc a,h ;ba87 8c . + sbc a,c ;ba88 99 . + adc a,h ;ba89 8c . + sbc a,l ;ba8a 9d . + adc a,l ;ba8b 8d . + and b ;ba8c a0 . + sub b ;ba8d 90 . + nop ;ba8e 00 . + inc e ;ba8f 1c . + ld d,b ;ba90 50 P + add a,b ;ba91 80 . + nop ;ba92 00 . + nop ;ba93 00 . + inc e ;ba94 1c . + ld l,b ;ba95 68 h + add a,b ;ba96 80 . + nop ;ba97 00 . + nop ;ba98 00 . + inc e ;ba99 1c . + add a,b ;ba9a 80 . + ld b,b ;ba9b 40 @ + nop ;ba9c 00 . + nop ;ba9d 00 . + inc e ;ba9e 1c . + add a,b ;ba9f 80 . + jr c,lbaa2h ;baa0 38 00 8 . +lbaa2h: + nop ;baa2 00 . + inc e ;baa3 1c . + add a,b ;baa4 80 . + ret nz ;baa5 c0 . + nop ;baa6 00 . + nop ;baa7 00 . + inc e ;baa8 1c . + add a,b ;baa9 80 . + ret z ;baaa c8 . + nop ;baab 00 . + nop ;baac 00 . + inc e ;baad 1c . + or b ;baae b0 . + add a,b ;baaf 80 . + nop ;bab0 00 . + nop ;bab1 00 . + rst 38h ;bab2 ff . + sbc a,h ;bab3 9c . + ld bc,l8001h ;bab4 01 01 80 . . . + add a,b ;bab7 80 . + nop ;bab8 00 . + nop ;bab9 00 . + call po,sub_80b0h ;baba e4 b0 80 . . . + or b ;babd b0 . + and b ;babe a0 . + add a,b ;babf 80 . + and b ;bac0 a0 . + add a,b ;bac1 80 . + add a,b ;bac2 80 . + inc e ;bac3 1c . + or b ;bac4 b0 . + add a,b ;bac5 80 . + nop ;bac6 00 . + nop ;bac7 00 . + call po,sub_80a0h ;bac8 e4 a0 80 . . . + and b ;bacb a0 . + and b ;bacc a0 . + add a,b ;bacd 80 . + and b ;bace a0 . + add a,b ;bacf 80 . + add a,b ;bad0 80 . + nop ;bad1 00 . + nop ;bad2 00 . + ld b,c ;bad3 41 A + jr nc,lbb07h ;bad4 30 31 0 1 + nop ;bad6 00 . + rst 38h ;bad7 ff . + rst 38h ;bad8 ff . + rst 38h ;bad9 ff . + rst 38h ;bada ff . + rst 38h ;badb ff . + rst 38h ;badc ff . + rst 38h ;badd ff . + rst 38h ;bade ff . + rst 38h ;badf ff . + rst 38h ;bae0 ff . + rst 38h ;bae1 ff . + rst 38h ;bae2 ff . + rst 38h ;bae3 ff . + rst 38h ;bae4 ff . + rst 38h ;bae5 ff . + rst 38h ;bae6 ff . + rst 38h ;bae7 ff . + rst 38h ;bae8 ff . + rst 38h ;bae9 ff . + rst 38h ;baea ff . + rst 38h ;baeb ff . + rst 38h ;baec ff . + rst 38h ;baed ff . + rst 38h ;baee ff . + rst 38h ;baef ff . + rst 38h ;baf0 ff . + rst 38h ;baf1 ff . + rst 38h ;baf2 ff . + rst 38h ;baf3 ff . + rst 38h ;baf4 ff . + rst 38h ;baf5 ff . + rst 38h ;baf6 ff . + rst 38h ;baf7 ff . + rst 38h ;baf8 ff . + rst 38h ;baf9 ff . + rst 38h ;bafa ff . + rst 38h ;bafb ff . + rst 38h ;bafc ff . + rst 38h ;bafd ff . + rst 38h ;bafe ff . + rst 38h ;baff ff . + rst 38h ;bb00 ff . + rst 38h ;bb01 ff . + rst 38h ;bb02 ff . + rst 38h ;bb03 ff . + rst 38h ;bb04 ff . + rst 38h ;bb05 ff . + rst 38h ;bb06 ff . +lbb07h: + rst 38h ;bb07 ff . + rst 38h ;bb08 ff . + rst 38h ;bb09 ff . + rst 38h ;bb0a ff . + rst 38h ;bb0b ff . +sub_bb0ch: + rst 38h ;bb0c ff . + rst 38h ;bb0d ff . + rst 38h ;bb0e ff . + rst 38h ;bb0f ff . + rst 38h ;bb10 ff . + rst 38h ;bb11 ff . + rst 38h ;bb12 ff . + rst 38h ;bb13 ff . + rst 38h ;bb14 ff . + rst 38h ;bb15 ff . + rst 38h ;bb16 ff . + rst 38h ;bb17 ff . + rst 38h ;bb18 ff . + rst 38h ;bb19 ff . + rst 38h ;bb1a ff . + rst 38h ;bb1b ff . + rst 38h ;bb1c ff . + rst 38h ;bb1d ff . + rst 38h ;bb1e ff . + rst 38h ;bb1f ff . + rst 38h ;bb20 ff . + rst 38h ;bb21 ff . + rst 38h ;bb22 ff . + rst 38h ;bb23 ff . + rst 38h ;bb24 ff . + rst 38h ;bb25 ff . + rst 38h ;bb26 ff . + rst 38h ;bb27 ff . + rst 38h ;bb28 ff . + rst 38h ;bb29 ff . + rst 38h ;bb2a ff . + rst 38h ;bb2b ff . + rst 38h ;bb2c ff . + rst 38h ;bb2d ff . + rst 38h ;bb2e ff . + rst 38h ;bb2f ff . + rst 38h ;bb30 ff . + rst 38h ;bb31 ff . + rst 38h ;bb32 ff . + rst 38h ;bb33 ff . + rst 38h ;bb34 ff . + rst 38h ;bb35 ff . + rst 38h ;bb36 ff . + rst 38h ;bb37 ff . + rst 38h ;bb38 ff . + rst 38h ;bb39 ff . + rst 38h ;bb3a ff . + rst 38h ;bb3b ff . + rst 38h ;bb3c ff . + rst 38h ;bb3d ff . + rst 38h ;bb3e ff . + rst 38h ;bb3f ff . + rst 38h ;bb40 ff . + rst 38h ;bb41 ff . + rst 38h ;bb42 ff . + rst 38h ;bb43 ff . + rst 38h ;bb44 ff . + rst 38h ;bb45 ff . + rst 38h ;bb46 ff . + rst 38h ;bb47 ff . + rst 38h ;bb48 ff . + rst 38h ;bb49 ff . + rst 38h ;bb4a ff . + rst 38h ;bb4b ff . + rst 38h ;bb4c ff . + rst 38h ;bb4d ff . + rst 38h ;bb4e ff . + rst 38h ;bb4f ff . + rst 38h ;bb50 ff . + rst 38h ;bb51 ff . + rst 38h ;bb52 ff . + rst 38h ;bb53 ff . + rst 38h ;bb54 ff . + rst 38h ;bb55 ff . + rst 38h ;bb56 ff . + rst 38h ;bb57 ff . + rst 38h ;bb58 ff . + rst 38h ;bb59 ff . + rst 38h ;bb5a ff . + rst 38h ;bb5b ff . + rst 38h ;bb5c ff . + rst 38h ;bb5d ff . + rst 38h ;bb5e ff . + rst 38h ;bb5f ff . + rst 38h ;bb60 ff . + rst 38h ;bb61 ff . + rst 38h ;bb62 ff . + rst 38h ;bb63 ff . + rst 38h ;bb64 ff . + rst 38h ;bb65 ff . + rst 38h ;bb66 ff . + rst 38h ;bb67 ff . + rst 38h ;bb68 ff . + rst 38h ;bb69 ff . + rst 38h ;bb6a ff . + rst 38h ;bb6b ff . + rst 38h ;bb6c ff . + rst 38h ;bb6d ff . + rst 38h ;bb6e ff . + rst 38h ;bb6f ff . + rst 38h ;bb70 ff . + rst 38h ;bb71 ff . + rst 38h ;bb72 ff . + rst 38h ;bb73 ff . + rst 38h ;bb74 ff . + rst 38h ;bb75 ff . + rst 38h ;bb76 ff . + rst 38h ;bb77 ff . + rst 38h ;bb78 ff . + rst 38h ;bb79 ff . + rst 38h ;bb7a ff . + rst 38h ;bb7b ff . + rst 38h ;bb7c ff . + rst 38h ;bb7d ff . + rst 38h ;bb7e ff . + rst 38h ;bb7f ff . + rst 38h ;bb80 ff . + rst 38h ;bb81 ff . + rst 38h ;bb82 ff . + rst 38h ;bb83 ff . + rst 38h ;bb84 ff . + rst 38h ;bb85 ff . + rst 38h ;bb86 ff . + rst 38h ;bb87 ff . + rst 38h ;bb88 ff . + rst 38h ;bb89 ff . + rst 38h ;bb8a ff . + rst 38h ;bb8b ff . + rst 38h ;bb8c ff . + rst 38h ;bb8d ff . + rst 38h ;bb8e ff . + rst 38h ;bb8f ff . + rst 38h ;bb90 ff . + rst 38h ;bb91 ff . + rst 38h ;bb92 ff . + rst 38h ;bb93 ff . + rst 38h ;bb94 ff . + rst 38h ;bb95 ff . + rst 38h ;bb96 ff . + rst 38h ;bb97 ff . + rst 38h ;bb98 ff . + rst 38h ;bb99 ff . + rst 38h ;bb9a ff . + rst 38h ;bb9b ff . + rst 38h ;bb9c ff . + rst 38h ;bb9d ff . + rst 38h ;bb9e ff . + rst 38h ;bb9f ff . + rst 38h ;bba0 ff . + rst 38h ;bba1 ff . + rst 38h ;bba2 ff . + rst 38h ;bba3 ff . + rst 38h ;bba4 ff . + rst 38h ;bba5 ff . + rst 38h ;bba6 ff . + rst 38h ;bba7 ff . + rst 38h ;bba8 ff . + rst 38h ;bba9 ff . + rst 38h ;bbaa ff . + rst 38h ;bbab ff . + rst 38h ;bbac ff . + rst 38h ;bbad ff . + rst 38h ;bbae ff . + rst 38h ;bbaf ff . + rst 38h ;bbb0 ff . + rst 38h ;bbb1 ff . + rst 38h ;bbb2 ff . + rst 38h ;bbb3 ff . + rst 38h ;bbb4 ff . + rst 38h ;bbb5 ff . + rst 38h ;bbb6 ff . + rst 38h ;bbb7 ff . + rst 38h ;bbb8 ff . + rst 38h ;bbb9 ff . + rst 38h ;bbba ff . + rst 38h ;bbbb ff . + rst 38h ;bbbc ff . + rst 38h ;bbbd ff . + rst 38h ;bbbe ff . + rst 38h ;bbbf ff . + rst 38h ;bbc0 ff . + rst 38h ;bbc1 ff . + rst 38h ;bbc2 ff . + rst 38h ;bbc3 ff . + rst 38h ;bbc4 ff . + rst 38h ;bbc5 ff . + rst 38h ;bbc6 ff . + rst 38h ;bbc7 ff . + rst 38h ;bbc8 ff . + rst 38h ;bbc9 ff . + rst 38h ;bbca ff . + rst 38h ;bbcb ff . + rst 38h ;bbcc ff . + rst 38h ;bbcd ff . + rst 38h ;bbce ff . + rst 38h ;bbcf ff . + rst 38h ;bbd0 ff . + rst 38h ;bbd1 ff . + rst 38h ;bbd2 ff . + rst 38h ;bbd3 ff . + rst 38h ;bbd4 ff . + rst 38h ;bbd5 ff . + rst 38h ;bbd6 ff . + rst 38h ;bbd7 ff . + rst 38h ;bbd8 ff . + rst 38h ;bbd9 ff . + rst 38h ;bbda ff . + rst 38h ;bbdb ff . + rst 38h ;bbdc ff . + rst 38h ;bbdd ff . + rst 38h ;bbde ff . + rst 38h ;bbdf ff . + rst 38h ;bbe0 ff . + rst 38h ;bbe1 ff . + rst 38h ;bbe2 ff . + rst 38h ;bbe3 ff . + rst 38h ;bbe4 ff . + rst 38h ;bbe5 ff . + rst 38h ;bbe6 ff . + rst 38h ;bbe7 ff . + rst 38h ;bbe8 ff . + rst 38h ;bbe9 ff . + rst 38h ;bbea ff . + rst 38h ;bbeb ff . + rst 38h ;bbec ff . + rst 38h ;bbed ff . + rst 38h ;bbee ff . + rst 38h ;bbef ff . + rst 38h ;bbf0 ff . + rst 38h ;bbf1 ff . + rst 38h ;bbf2 ff . + rst 38h ;bbf3 ff . + rst 38h ;bbf4 ff . + rst 38h ;bbf5 ff . + rst 38h ;bbf6 ff . + rst 38h ;bbf7 ff . + rst 38h ;bbf8 ff . + rst 38h ;bbf9 ff . + rst 38h ;bbfa ff . + rst 38h ;bbfb ff . + rst 38h ;bbfc ff . + rst 38h ;bbfd ff . + rst 38h ;bbfe ff . + rst 38h ;bbff ff . + rst 38h ;bc00 ff . + rst 38h ;bc01 ff . + rst 38h ;bc02 ff . + rst 38h ;bc03 ff . + rst 38h ;bc04 ff . + rst 38h ;bc05 ff . + rst 38h ;bc06 ff . + rst 38h ;bc07 ff . + rst 38h ;bc08 ff . + rst 38h ;bc09 ff . +sub_bc0ah: + rst 38h ;bc0a ff . + rst 38h ;bc0b ff . + rst 38h ;bc0c ff . + rst 38h ;bc0d ff . + rst 38h ;bc0e ff . + rst 38h ;bc0f ff . + rst 38h ;bc10 ff . + rst 38h ;bc11 ff . + rst 38h ;bc12 ff . + rst 38h ;bc13 ff . + rst 38h ;bc14 ff . + rst 38h ;bc15 ff . + rst 38h ;bc16 ff . + rst 38h ;bc17 ff . + rst 38h ;bc18 ff . + rst 38h ;bc19 ff . + rst 38h ;bc1a ff . + rst 38h ;bc1b ff . + rst 38h ;bc1c ff . + rst 38h ;bc1d ff . + rst 38h ;bc1e ff . + rst 38h ;bc1f ff . + rst 38h ;bc20 ff . + rst 38h ;bc21 ff . + rst 38h ;bc22 ff . + rst 38h ;bc23 ff . + rst 38h ;bc24 ff . + rst 38h ;bc25 ff . + rst 38h ;bc26 ff . + rst 38h ;bc27 ff . + rst 38h ;bc28 ff . + rst 38h ;bc29 ff . + rst 38h ;bc2a ff . + rst 38h ;bc2b ff . + rst 38h ;bc2c ff . + rst 38h ;bc2d ff . + rst 38h ;bc2e ff . + rst 38h ;bc2f ff . + rst 38h ;bc30 ff . + rst 38h ;bc31 ff . + rst 38h ;bc32 ff . + rst 38h ;bc33 ff . + rst 38h ;bc34 ff . + rst 38h ;bc35 ff . + rst 38h ;bc36 ff . + rst 38h ;bc37 ff . + rst 38h ;bc38 ff . + rst 38h ;bc39 ff . + rst 38h ;bc3a ff . + rst 38h ;bc3b ff . + rst 38h ;bc3c ff . + rst 38h ;bc3d ff . + rst 38h ;bc3e ff . + rst 38h ;bc3f ff . + rst 38h ;bc40 ff . + rst 38h ;bc41 ff . + rst 38h ;bc42 ff . + rst 38h ;bc43 ff . + rst 38h ;bc44 ff . + rst 38h ;bc45 ff . + rst 38h ;bc46 ff . + rst 38h ;bc47 ff . + rst 38h ;bc48 ff . + rst 38h ;bc49 ff . + rst 38h ;bc4a ff . + rst 38h ;bc4b ff . + rst 38h ;bc4c ff . + rst 38h ;bc4d ff . + rst 38h ;bc4e ff . + rst 38h ;bc4f ff . + rst 38h ;bc50 ff . + rst 38h ;bc51 ff . + rst 38h ;bc52 ff . + rst 38h ;bc53 ff . + rst 38h ;bc54 ff . + rst 38h ;bc55 ff . + rst 38h ;bc56 ff . + rst 38h ;bc57 ff . + rst 38h ;bc58 ff . + rst 38h ;bc59 ff . + rst 38h ;bc5a ff . + rst 38h ;bc5b ff . + rst 38h ;bc5c ff . + rst 38h ;bc5d ff . + rst 38h ;bc5e ff . + rst 38h ;bc5f ff . + rst 38h ;bc60 ff . + rst 38h ;bc61 ff . + rst 38h ;bc62 ff . + rst 38h ;bc63 ff . + rst 38h ;bc64 ff . + rst 38h ;bc65 ff . + rst 38h ;bc66 ff . + rst 38h ;bc67 ff . + rst 38h ;bc68 ff . + rst 38h ;bc69 ff . + rst 38h ;bc6a ff . + rst 38h ;bc6b ff . + rst 38h ;bc6c ff . + rst 38h ;bc6d ff . + rst 38h ;bc6e ff . + rst 38h ;bc6f ff . + rst 38h ;bc70 ff . + rst 38h ;bc71 ff . + rst 38h ;bc72 ff . + rst 38h ;bc73 ff . + rst 38h ;bc74 ff . + rst 38h ;bc75 ff . + rst 38h ;bc76 ff . + rst 38h ;bc77 ff . + rst 38h ;bc78 ff . + rst 38h ;bc79 ff . + rst 38h ;bc7a ff . + rst 38h ;bc7b ff . + rst 38h ;bc7c ff . + rst 38h ;bc7d ff . + rst 38h ;bc7e ff . + rst 38h ;bc7f ff . + rst 38h ;bc80 ff . + rst 38h ;bc81 ff . + rst 38h ;bc82 ff . + rst 38h ;bc83 ff . + rst 38h ;bc84 ff . + rst 38h ;bc85 ff . + rst 38h ;bc86 ff . + rst 38h ;bc87 ff . + rst 38h ;bc88 ff . + rst 38h ;bc89 ff . + rst 38h ;bc8a ff . + rst 38h ;bc8b ff . + rst 38h ;bc8c ff . + rst 38h ;bc8d ff . + rst 38h ;bc8e ff . + rst 38h ;bc8f ff . + rst 38h ;bc90 ff . + rst 38h ;bc91 ff . + rst 38h ;bc92 ff . + rst 38h ;bc93 ff . + rst 38h ;bc94 ff . + rst 38h ;bc95 ff . + rst 38h ;bc96 ff . + rst 38h ;bc97 ff . + rst 38h ;bc98 ff . + rst 38h ;bc99 ff . + rst 38h ;bc9a ff . + rst 38h ;bc9b ff . + rst 38h ;bc9c ff . + rst 38h ;bc9d ff . + rst 38h ;bc9e ff . + rst 38h ;bc9f ff . + rst 38h ;bca0 ff . + rst 38h ;bca1 ff . + rst 38h ;bca2 ff . + rst 38h ;bca3 ff . + rst 38h ;bca4 ff . + rst 38h ;bca5 ff . + rst 38h ;bca6 ff . + rst 38h ;bca7 ff . + rst 38h ;bca8 ff . + rst 38h ;bca9 ff . + rst 38h ;bcaa ff . + rst 38h ;bcab ff . + rst 38h ;bcac ff . + rst 38h ;bcad ff . + rst 38h ;bcae ff . + rst 38h ;bcaf ff . + rst 38h ;bcb0 ff . + rst 38h ;bcb1 ff . + rst 38h ;bcb2 ff . + rst 38h ;bcb3 ff . + rst 38h ;bcb4 ff . + rst 38h ;bcb5 ff . + rst 38h ;bcb6 ff . + rst 38h ;bcb7 ff . + rst 38h ;bcb8 ff . + rst 38h ;bcb9 ff . + rst 38h ;bcba ff . + rst 38h ;bcbb ff . + rst 38h ;bcbc ff . + rst 38h ;bcbd ff . + rst 38h ;bcbe ff . + rst 38h ;bcbf ff . + rst 38h ;bcc0 ff . + rst 38h ;bcc1 ff . + rst 38h ;bcc2 ff . + rst 38h ;bcc3 ff . + rst 38h ;bcc4 ff . + rst 38h ;bcc5 ff . + rst 38h ;bcc6 ff . + rst 38h ;bcc7 ff . + rst 38h ;bcc8 ff . + rst 38h ;bcc9 ff . + rst 38h ;bcca ff . + rst 38h ;bccb ff . + rst 38h ;bccc ff . + rst 38h ;bccd ff . + rst 38h ;bcce ff . + rst 38h ;bccf ff . + rst 38h ;bcd0 ff . + rst 38h ;bcd1 ff . + rst 38h ;bcd2 ff . + rst 38h ;bcd3 ff . + rst 38h ;bcd4 ff . + rst 38h ;bcd5 ff . + rst 38h ;bcd6 ff . + rst 38h ;bcd7 ff . + rst 38h ;bcd8 ff . + rst 38h ;bcd9 ff . + rst 38h ;bcda ff . + rst 38h ;bcdb ff . + rst 38h ;bcdc ff . + rst 38h ;bcdd ff . + rst 38h ;bcde ff . + rst 38h ;bcdf ff . + rst 38h ;bce0 ff . + rst 38h ;bce1 ff . + rst 38h ;bce2 ff . + rst 38h ;bce3 ff . + rst 38h ;bce4 ff . + rst 38h ;bce5 ff . + rst 38h ;bce6 ff . + rst 38h ;bce7 ff . + rst 38h ;bce8 ff . + rst 38h ;bce9 ff . + rst 38h ;bcea ff . + rst 38h ;bceb ff . + rst 38h ;bcec ff . + rst 38h ;bced ff . + rst 38h ;bcee ff . + rst 38h ;bcef ff . + rst 38h ;bcf0 ff . + rst 38h ;bcf1 ff . + rst 38h ;bcf2 ff . + rst 38h ;bcf3 ff . + rst 38h ;bcf4 ff . + rst 38h ;bcf5 ff . + rst 38h ;bcf6 ff . + rst 38h ;bcf7 ff . + rst 38h ;bcf8 ff . + rst 38h ;bcf9 ff . + rst 38h ;bcfa ff . + rst 38h ;bcfb ff . + rst 38h ;bcfc ff . + rst 38h ;bcfd ff . + rst 38h ;bcfe ff . + rst 38h ;bcff ff . + rst 38h ;bd00 ff . + rst 38h ;bd01 ff . + rst 38h ;bd02 ff . + rst 38h ;bd03 ff . + rst 38h ;bd04 ff . + rst 38h ;bd05 ff . + rst 38h ;bd06 ff . + rst 38h ;bd07 ff . + rst 38h ;bd08 ff . + rst 38h ;bd09 ff . +sub_bd0ah: + rst 38h ;bd0a ff . + rst 38h ;bd0b ff . + rst 38h ;bd0c ff . + rst 38h ;bd0d ff . + rst 38h ;bd0e ff . + rst 38h ;bd0f ff . +sub_bd10h: + rst 38h ;bd10 ff . + rst 38h ;bd11 ff . + rst 38h ;bd12 ff . + rst 38h ;bd13 ff . + rst 38h ;bd14 ff . + rst 38h ;bd15 ff . + rst 38h ;bd16 ff . + rst 38h ;bd17 ff . + rst 38h ;bd18 ff . + rst 38h ;bd19 ff . + rst 38h ;bd1a ff . + rst 38h ;bd1b ff . + rst 38h ;bd1c ff . + rst 38h ;bd1d ff . + rst 38h ;bd1e ff . + rst 38h ;bd1f ff . + rst 38h ;bd20 ff . + rst 38h ;bd21 ff . + rst 38h ;bd22 ff . + rst 38h ;bd23 ff . + rst 38h ;bd24 ff . + rst 38h ;bd25 ff . + rst 38h ;bd26 ff . + rst 38h ;bd27 ff . + rst 38h ;bd28 ff . + rst 38h ;bd29 ff . + rst 38h ;bd2a ff . + rst 38h ;bd2b ff . + rst 38h ;bd2c ff . + rst 38h ;bd2d ff . + rst 38h ;bd2e ff . + rst 38h ;bd2f ff . + rst 38h ;bd30 ff . + rst 38h ;bd31 ff . + rst 38h ;bd32 ff . + rst 38h ;bd33 ff . + rst 38h ;bd34 ff . + rst 38h ;bd35 ff . + rst 38h ;bd36 ff . + rst 38h ;bd37 ff . + rst 38h ;bd38 ff . + rst 38h ;bd39 ff . + rst 38h ;bd3a ff . + rst 38h ;bd3b ff . + rst 38h ;bd3c ff . + rst 38h ;bd3d ff . + rst 38h ;bd3e ff . + rst 38h ;bd3f ff . + rst 38h ;bd40 ff . + rst 38h ;bd41 ff . + rst 38h ;bd42 ff . + rst 38h ;bd43 ff . + rst 38h ;bd44 ff . + rst 38h ;bd45 ff . + rst 38h ;bd46 ff . + rst 38h ;bd47 ff . + rst 38h ;bd48 ff . + rst 38h ;bd49 ff . + rst 38h ;bd4a ff . + rst 38h ;bd4b ff . + rst 38h ;bd4c ff . + rst 38h ;bd4d ff . + rst 38h ;bd4e ff . + rst 38h ;bd4f ff . + rst 38h ;bd50 ff . + rst 38h ;bd51 ff . + rst 38h ;bd52 ff . + rst 38h ;bd53 ff . + rst 38h ;bd54 ff . + rst 38h ;bd55 ff . + rst 38h ;bd56 ff . + rst 38h ;bd57 ff . + rst 38h ;bd58 ff . + rst 38h ;bd59 ff . + rst 38h ;bd5a ff . + rst 38h ;bd5b ff . + rst 38h ;bd5c ff . + rst 38h ;bd5d ff . + rst 38h ;bd5e ff . + rst 38h ;bd5f ff . + rst 38h ;bd60 ff . + rst 38h ;bd61 ff . + rst 38h ;bd62 ff . + rst 38h ;bd63 ff . + rst 38h ;bd64 ff . + rst 38h ;bd65 ff . + rst 38h ;bd66 ff . + rst 38h ;bd67 ff . + rst 38h ;bd68 ff . + rst 38h ;bd69 ff . + rst 38h ;bd6a ff . + rst 38h ;bd6b ff . + rst 38h ;bd6c ff . + rst 38h ;bd6d ff . + rst 38h ;bd6e ff . + rst 38h ;bd6f ff . + rst 38h ;bd70 ff . + rst 38h ;bd71 ff . + rst 38h ;bd72 ff . + rst 38h ;bd73 ff . + rst 38h ;bd74 ff . + rst 38h ;bd75 ff . + rst 38h ;bd76 ff . + rst 38h ;bd77 ff . + rst 38h ;bd78 ff . + rst 38h ;bd79 ff . + rst 38h ;bd7a ff . + rst 38h ;bd7b ff . + rst 38h ;bd7c ff . + rst 38h ;bd7d ff . + rst 38h ;bd7e ff . + rst 38h ;bd7f ff . + rst 38h ;bd80 ff . + rst 38h ;bd81 ff . + rst 38h ;bd82 ff . + rst 38h ;bd83 ff . + rst 38h ;bd84 ff . + rst 38h ;bd85 ff . + rst 38h ;bd86 ff . + rst 38h ;bd87 ff . + rst 38h ;bd88 ff . + rst 38h ;bd89 ff . + rst 38h ;bd8a ff . + rst 38h ;bd8b ff . + rst 38h ;bd8c ff . + rst 38h ;bd8d ff . + rst 38h ;bd8e ff . + rst 38h ;bd8f ff . + rst 38h ;bd90 ff . + rst 38h ;bd91 ff . + rst 38h ;bd92 ff . + rst 38h ;bd93 ff . + rst 38h ;bd94 ff . + rst 38h ;bd95 ff . + rst 38h ;bd96 ff . + rst 38h ;bd97 ff . + rst 38h ;bd98 ff . + rst 38h ;bd99 ff . + rst 38h ;bd9a ff . + rst 38h ;bd9b ff . + rst 38h ;bd9c ff . + rst 38h ;bd9d ff . + rst 38h ;bd9e ff . + rst 38h ;bd9f ff . + rst 38h ;bda0 ff . + rst 38h ;bda1 ff . + rst 38h ;bda2 ff . + rst 38h ;bda3 ff . + rst 38h ;bda4 ff . + rst 38h ;bda5 ff . + rst 38h ;bda6 ff . + rst 38h ;bda7 ff . + rst 38h ;bda8 ff . + rst 38h ;bda9 ff . + rst 38h ;bdaa ff . + rst 38h ;bdab ff . + rst 38h ;bdac ff . + rst 38h ;bdad ff . + rst 38h ;bdae ff . + rst 38h ;bdaf ff . + rst 38h ;bdb0 ff . + rst 38h ;bdb1 ff . + rst 38h ;bdb2 ff . + rst 38h ;bdb3 ff . + rst 38h ;bdb4 ff . + rst 38h ;bdb5 ff . + rst 38h ;bdb6 ff . + rst 38h ;bdb7 ff . + rst 38h ;bdb8 ff . + rst 38h ;bdb9 ff . + rst 38h ;bdba ff . + rst 38h ;bdbb ff . + rst 38h ;bdbc ff . + rst 38h ;bdbd ff . + rst 38h ;bdbe ff . + rst 38h ;bdbf ff . + rst 38h ;bdc0 ff . + rst 38h ;bdc1 ff . + rst 38h ;bdc2 ff . + rst 38h ;bdc3 ff . + rst 38h ;bdc4 ff . + rst 38h ;bdc5 ff . + rst 38h ;bdc6 ff . + rst 38h ;bdc7 ff . + rst 38h ;bdc8 ff . + rst 38h ;bdc9 ff . + rst 38h ;bdca ff . + rst 38h ;bdcb ff . + rst 38h ;bdcc ff . + rst 38h ;bdcd ff . + rst 38h ;bdce ff . + rst 38h ;bdcf ff . + rst 38h ;bdd0 ff . + rst 38h ;bdd1 ff . + rst 38h ;bdd2 ff . + rst 38h ;bdd3 ff . + rst 38h ;bdd4 ff . + rst 38h ;bdd5 ff . + rst 38h ;bdd6 ff . + rst 38h ;bdd7 ff . + rst 38h ;bdd8 ff . + rst 38h ;bdd9 ff . + rst 38h ;bdda ff . + rst 38h ;bddb ff . + rst 38h ;bddc ff . + rst 38h ;bddd ff . + rst 38h ;bdde ff . + rst 38h ;bddf ff . + rst 38h ;bde0 ff . + rst 38h ;bde1 ff . + rst 38h ;bde2 ff . + rst 38h ;bde3 ff . + rst 38h ;bde4 ff . + rst 38h ;bde5 ff . + rst 38h ;bde6 ff . + rst 38h ;bde7 ff . + rst 38h ;bde8 ff . + rst 38h ;bde9 ff . + rst 38h ;bdea ff . + rst 38h ;bdeb ff . + rst 38h ;bdec ff . + rst 38h ;bded ff . + rst 38h ;bdee ff . + rst 38h ;bdef ff . + rst 38h ;bdf0 ff . + rst 38h ;bdf1 ff . + rst 38h ;bdf2 ff . + rst 38h ;bdf3 ff . + rst 38h ;bdf4 ff . + rst 38h ;bdf5 ff . + rst 38h ;bdf6 ff . + rst 38h ;bdf7 ff . + rst 38h ;bdf8 ff . + rst 38h ;bdf9 ff . + rst 38h ;bdfa ff . + rst 38h ;bdfb ff . + rst 38h ;bdfc ff . + rst 38h ;bdfd ff . + rst 38h ;bdfe ff . + rst 38h ;bdff ff . + rst 38h ;be00 ff . + rst 38h ;be01 ff . + rst 38h ;be02 ff . + rst 38h ;be03 ff . + rst 38h ;be04 ff . + rst 38h ;be05 ff . + rst 38h ;be06 ff . + rst 38h ;be07 ff . + rst 38h ;be08 ff . + rst 38h ;be09 ff . + rst 38h ;be0a ff . + rst 38h ;be0b ff . + rst 38h ;be0c ff . + rst 38h ;be0d ff . + rst 38h ;be0e ff . + rst 38h ;be0f ff . + rst 38h ;be10 ff . + rst 38h ;be11 ff . + rst 38h ;be12 ff . + rst 38h ;be13 ff . + rst 38h ;be14 ff . + rst 38h ;be15 ff . + rst 38h ;be16 ff . + rst 38h ;be17 ff . + rst 38h ;be18 ff . + rst 38h ;be19 ff . + rst 38h ;be1a ff . + rst 38h ;be1b ff . + rst 38h ;be1c ff . + rst 38h ;be1d ff . + rst 38h ;be1e ff . + rst 38h ;be1f ff . + rst 38h ;be20 ff . + rst 38h ;be21 ff . + rst 38h ;be22 ff . + rst 38h ;be23 ff . + rst 38h ;be24 ff . + rst 38h ;be25 ff . + rst 38h ;be26 ff . + rst 38h ;be27 ff . + rst 38h ;be28 ff . + rst 38h ;be29 ff . + rst 38h ;be2a ff . + rst 38h ;be2b ff . + rst 38h ;be2c ff . + rst 38h ;be2d ff . + rst 38h ;be2e ff . + rst 38h ;be2f ff . + rst 38h ;be30 ff . + rst 38h ;be31 ff . + rst 38h ;be32 ff . + rst 38h ;be33 ff . + rst 38h ;be34 ff . + rst 38h ;be35 ff . + rst 38h ;be36 ff . + rst 38h ;be37 ff . + rst 38h ;be38 ff . + rst 38h ;be39 ff . + rst 38h ;be3a ff . + rst 38h ;be3b ff . + rst 38h ;be3c ff . + rst 38h ;be3d ff . + rst 38h ;be3e ff . + rst 38h ;be3f ff . + rst 38h ;be40 ff . + rst 38h ;be41 ff . + rst 38h ;be42 ff . + rst 38h ;be43 ff . + rst 38h ;be44 ff . + rst 38h ;be45 ff . + rst 38h ;be46 ff . + rst 38h ;be47 ff . + rst 38h ;be48 ff . + rst 38h ;be49 ff . + rst 38h ;be4a ff . + rst 38h ;be4b ff . + rst 38h ;be4c ff . + rst 38h ;be4d ff . + rst 38h ;be4e ff . + rst 38h ;be4f ff . + rst 38h ;be50 ff . + rst 38h ;be51 ff . + rst 38h ;be52 ff . + rst 38h ;be53 ff . + rst 38h ;be54 ff . + rst 38h ;be55 ff . + rst 38h ;be56 ff . + rst 38h ;be57 ff . + rst 38h ;be58 ff . + rst 38h ;be59 ff . + rst 38h ;be5a ff . + rst 38h ;be5b ff . + rst 38h ;be5c ff . + rst 38h ;be5d ff . + rst 38h ;be5e ff . + rst 38h ;be5f ff . + rst 38h ;be60 ff . + rst 38h ;be61 ff . + rst 38h ;be62 ff . + rst 38h ;be63 ff . + rst 38h ;be64 ff . + rst 38h ;be65 ff . + rst 38h ;be66 ff . + rst 38h ;be67 ff . + rst 38h ;be68 ff . + rst 38h ;be69 ff . + rst 38h ;be6a ff . + rst 38h ;be6b ff . + rst 38h ;be6c ff . + rst 38h ;be6d ff . + rst 38h ;be6e ff . + rst 38h ;be6f ff . + rst 38h ;be70 ff . + rst 38h ;be71 ff . + rst 38h ;be72 ff . + rst 38h ;be73 ff . + rst 38h ;be74 ff . + rst 38h ;be75 ff . + rst 38h ;be76 ff . + rst 38h ;be77 ff . + rst 38h ;be78 ff . + rst 38h ;be79 ff . + rst 38h ;be7a ff . + rst 38h ;be7b ff . + rst 38h ;be7c ff . + rst 38h ;be7d ff . + rst 38h ;be7e ff . + rst 38h ;be7f ff . + rst 38h ;be80 ff . + rst 38h ;be81 ff . + rst 38h ;be82 ff . + rst 38h ;be83 ff . + rst 38h ;be84 ff . + rst 38h ;be85 ff . + rst 38h ;be86 ff . + rst 38h ;be87 ff . + rst 38h ;be88 ff . + rst 38h ;be89 ff . + rst 38h ;be8a ff . + rst 38h ;be8b ff . + rst 38h ;be8c ff . + rst 38h ;be8d ff . + rst 38h ;be8e ff . + rst 38h ;be8f ff . + rst 38h ;be90 ff . + rst 38h ;be91 ff . + rst 38h ;be92 ff . + rst 38h ;be93 ff . + rst 38h ;be94 ff . + rst 38h ;be95 ff . + rst 38h ;be96 ff . + rst 38h ;be97 ff . + rst 38h ;be98 ff . + rst 38h ;be99 ff . + rst 38h ;be9a ff . + rst 38h ;be9b ff . + rst 38h ;be9c ff . + rst 38h ;be9d ff . + rst 38h ;be9e ff . + rst 38h ;be9f ff . + rst 38h ;bea0 ff . + rst 38h ;bea1 ff . + rst 38h ;bea2 ff . + rst 38h ;bea3 ff . + rst 38h ;bea4 ff . + rst 38h ;bea5 ff . + rst 38h ;bea6 ff . + rst 38h ;bea7 ff . + rst 38h ;bea8 ff . + rst 38h ;bea9 ff . + rst 38h ;beaa ff . + rst 38h ;beab ff . + rst 38h ;beac ff . + rst 38h ;bead ff . + rst 38h ;beae ff . + rst 38h ;beaf ff . + rst 38h ;beb0 ff . + rst 38h ;beb1 ff . + rst 38h ;beb2 ff . + rst 38h ;beb3 ff . + rst 38h ;beb4 ff . + rst 38h ;beb5 ff . + rst 38h ;beb6 ff . + rst 38h ;beb7 ff . + rst 38h ;beb8 ff . + rst 38h ;beb9 ff . + rst 38h ;beba ff . + rst 38h ;bebb ff . + rst 38h ;bebc ff . + rst 38h ;bebd ff . + rst 38h ;bebe ff . + rst 38h ;bebf ff . + rst 38h ;bec0 ff . + rst 38h ;bec1 ff . + rst 38h ;bec2 ff . + rst 38h ;bec3 ff . + rst 38h ;bec4 ff . + rst 38h ;bec5 ff . + rst 38h ;bec6 ff . + rst 38h ;bec7 ff . + rst 38h ;bec8 ff . + rst 38h ;bec9 ff . + rst 38h ;beca ff . + rst 38h ;becb ff . + rst 38h ;becc ff . + rst 38h ;becd ff . + rst 38h ;bece ff . + rst 38h ;becf ff . + rst 38h ;bed0 ff . + rst 38h ;bed1 ff . + rst 38h ;bed2 ff . + rst 38h ;bed3 ff . + rst 38h ;bed4 ff . + rst 38h ;bed5 ff . + rst 38h ;bed6 ff . + rst 38h ;bed7 ff . + rst 38h ;bed8 ff . + rst 38h ;bed9 ff . + rst 38h ;beda ff . + rst 38h ;bedb ff . + rst 38h ;bedc ff . + rst 38h ;bedd ff . + rst 38h ;bede ff . + rst 38h ;bedf ff . + rst 38h ;bee0 ff . + rst 38h ;bee1 ff . + rst 38h ;bee2 ff . + rst 38h ;bee3 ff . + rst 38h ;bee4 ff . + rst 38h ;bee5 ff . + rst 38h ;bee6 ff . + rst 38h ;bee7 ff . + rst 38h ;bee8 ff . + rst 38h ;bee9 ff . + rst 38h ;beea ff . + rst 38h ;beeb ff . + rst 38h ;beec ff . + rst 38h ;beed ff . + rst 38h ;beee ff . + rst 38h ;beef ff . + rst 38h ;bef0 ff . + rst 38h ;bef1 ff . + rst 38h ;bef2 ff . + rst 38h ;bef3 ff . + rst 38h ;bef4 ff . + rst 38h ;bef5 ff . + rst 38h ;bef6 ff . + rst 38h ;bef7 ff . + rst 38h ;bef8 ff . + rst 38h ;bef9 ff . + rst 38h ;befa ff . + rst 38h ;befb ff . + rst 38h ;befc ff . + rst 38h ;befd ff . + rst 38h ;befe ff . + rst 38h ;beff ff . + rst 38h ;bf00 ff . + rst 38h ;bf01 ff . + rst 38h ;bf02 ff . + rst 38h ;bf03 ff . + rst 38h ;bf04 ff . + rst 38h ;bf05 ff . + rst 38h ;bf06 ff . + rst 38h ;bf07 ff . + rst 38h ;bf08 ff . + rst 38h ;bf09 ff . + rst 38h ;bf0a ff . + rst 38h ;bf0b ff . + rst 38h ;bf0c ff . + rst 38h ;bf0d ff . + rst 38h ;bf0e ff . + rst 38h ;bf0f ff . + rst 38h ;bf10 ff . + rst 38h ;bf11 ff . + rst 38h ;bf12 ff . + rst 38h ;bf13 ff . + rst 38h ;bf14 ff . + rst 38h ;bf15 ff . + rst 38h ;bf16 ff . + rst 38h ;bf17 ff . + rst 38h ;bf18 ff . + rst 38h ;bf19 ff . + rst 38h ;bf1a ff . + rst 38h ;bf1b ff . + rst 38h ;bf1c ff . + rst 38h ;bf1d ff . + rst 38h ;bf1e ff . + rst 38h ;bf1f ff . + rst 38h ;bf20 ff . + rst 38h ;bf21 ff . + rst 38h ;bf22 ff . + rst 38h ;bf23 ff . + rst 38h ;bf24 ff . + rst 38h ;bf25 ff . + rst 38h ;bf26 ff . + rst 38h ;bf27 ff . + rst 38h ;bf28 ff . + rst 38h ;bf29 ff . + rst 38h ;bf2a ff . + rst 38h ;bf2b ff . + rst 38h ;bf2c ff . + rst 38h ;bf2d ff . + rst 38h ;bf2e ff . + rst 38h ;bf2f ff . + rst 38h ;bf30 ff . + rst 38h ;bf31 ff . + rst 38h ;bf32 ff . + rst 38h ;bf33 ff . + rst 38h ;bf34 ff . + rst 38h ;bf35 ff . + rst 38h ;bf36 ff . + rst 38h ;bf37 ff . + rst 38h ;bf38 ff . + rst 38h ;bf39 ff . + rst 38h ;bf3a ff . + rst 38h ;bf3b ff . + rst 38h ;bf3c ff . + rst 38h ;bf3d ff . + rst 38h ;bf3e ff . + rst 38h ;bf3f ff . + rst 38h ;bf40 ff . + rst 38h ;bf41 ff . + rst 38h ;bf42 ff . + rst 38h ;bf43 ff . + rst 38h ;bf44 ff . + rst 38h ;bf45 ff . + rst 38h ;bf46 ff . + rst 38h ;bf47 ff . + rst 38h ;bf48 ff . + rst 38h ;bf49 ff . + rst 38h ;bf4a ff . + rst 38h ;bf4b ff . + rst 38h ;bf4c ff . + rst 38h ;bf4d ff . + rst 38h ;bf4e ff . + rst 38h ;bf4f ff . + rst 38h ;bf50 ff . + rst 38h ;bf51 ff . + rst 38h ;bf52 ff . + rst 38h ;bf53 ff . + rst 38h ;bf54 ff . + rst 38h ;bf55 ff . + rst 38h ;bf56 ff . + rst 38h ;bf57 ff . + rst 38h ;bf58 ff . + rst 38h ;bf59 ff . + rst 38h ;bf5a ff . + rst 38h ;bf5b ff . + rst 38h ;bf5c ff . + rst 38h ;bf5d ff . + rst 38h ;bf5e ff . + rst 38h ;bf5f ff . + rst 38h ;bf60 ff . + rst 38h ;bf61 ff . + rst 38h ;bf62 ff . + rst 38h ;bf63 ff . + rst 38h ;bf64 ff . + rst 38h ;bf65 ff . + rst 38h ;bf66 ff . + rst 38h ;bf67 ff . + rst 38h ;bf68 ff . + rst 38h ;bf69 ff . + rst 38h ;bf6a ff . + rst 38h ;bf6b ff . + rst 38h ;bf6c ff . + rst 38h ;bf6d ff . + rst 38h ;bf6e ff . + rst 38h ;bf6f ff . + rst 38h ;bf70 ff . + rst 38h ;bf71 ff . + rst 38h ;bf72 ff . + rst 38h ;bf73 ff . + rst 38h ;bf74 ff . + rst 38h ;bf75 ff . + rst 38h ;bf76 ff . + rst 38h ;bf77 ff . + rst 38h ;bf78 ff . + rst 38h ;bf79 ff . + rst 38h ;bf7a ff . + rst 38h ;bf7b ff . + rst 38h ;bf7c ff . + rst 38h ;bf7d ff . + rst 38h ;bf7e ff . + rst 38h ;bf7f ff . + rst 38h ;bf80 ff . + rst 38h ;bf81 ff . + rst 38h ;bf82 ff . + rst 38h ;bf83 ff . + rst 38h ;bf84 ff . + rst 38h ;bf85 ff . + rst 38h ;bf86 ff . + rst 38h ;bf87 ff . + rst 38h ;bf88 ff . + rst 38h ;bf89 ff . + rst 38h ;bf8a ff . + rst 38h ;bf8b ff . + rst 38h ;bf8c ff . + rst 38h ;bf8d ff . + rst 38h ;bf8e ff . + rst 38h ;bf8f ff . + rst 38h ;bf90 ff . + rst 38h ;bf91 ff . + rst 38h ;bf92 ff . + rst 38h ;bf93 ff . + rst 38h ;bf94 ff . + rst 38h ;bf95 ff . + rst 38h ;bf96 ff . + rst 38h ;bf97 ff . + rst 38h ;bf98 ff . + rst 38h ;bf99 ff . + rst 38h ;bf9a ff . + rst 38h ;bf9b ff . + rst 38h ;bf9c ff . + rst 38h ;bf9d ff . + rst 38h ;bf9e ff . + rst 38h ;bf9f ff . + rst 38h ;bfa0 ff . + rst 38h ;bfa1 ff . + rst 38h ;bfa2 ff . + rst 38h ;bfa3 ff . + rst 38h ;bfa4 ff . + rst 38h ;bfa5 ff . + rst 38h ;bfa6 ff . + rst 38h ;bfa7 ff . + rst 38h ;bfa8 ff . + rst 38h ;bfa9 ff . + rst 38h ;bfaa ff . + rst 38h ;bfab ff . + rst 38h ;bfac ff . + rst 38h ;bfad ff . + rst 38h ;bfae ff . + rst 38h ;bfaf ff . + rst 38h ;bfb0 ff . + rst 38h ;bfb1 ff . + rst 38h ;bfb2 ff . + rst 38h ;bfb3 ff . + rst 38h ;bfb4 ff . + rst 38h ;bfb5 ff . + rst 38h ;bfb6 ff . + rst 38h ;bfb7 ff . + rst 38h ;bfb8 ff . + rst 38h ;bfb9 ff . + rst 38h ;bfba ff . + rst 38h ;bfbb ff . + rst 38h ;bfbc ff . + rst 38h ;bfbd ff . + rst 38h ;bfbe ff . + rst 38h ;bfbf ff . + rst 38h ;bfc0 ff . + rst 38h ;bfc1 ff . + rst 38h ;bfc2 ff . + rst 38h ;bfc3 ff . + rst 38h ;bfc4 ff . + rst 38h ;bfc5 ff . + rst 38h ;bfc6 ff . + rst 38h ;bfc7 ff . + rst 38h ;bfc8 ff . + rst 38h ;bfc9 ff . + rst 38h ;bfca ff . + rst 38h ;bfcb ff . + rst 38h ;bfcc ff . + rst 38h ;bfcd ff . + rst 38h ;bfce ff . + rst 38h ;bfcf ff . + rst 38h ;bfd0 ff . + rst 38h ;bfd1 ff . + rst 38h ;bfd2 ff . + rst 38h ;bfd3 ff . + rst 38h ;bfd4 ff . + rst 38h ;bfd5 ff . + rst 38h ;bfd6 ff . + rst 38h ;bfd7 ff . + rst 38h ;bfd8 ff . + rst 38h ;bfd9 ff . + rst 38h ;bfda ff . + rst 38h ;bfdb ff . + rst 38h ;bfdc ff . + rst 38h ;bfdd ff . + rst 38h ;bfde ff . + rst 38h ;bfdf ff . + rst 38h ;bfe0 ff . + rst 38h ;bfe1 ff . + rst 38h ;bfe2 ff . + rst 38h ;bfe3 ff . + rst 38h ;bfe4 ff . + rst 38h ;bfe5 ff . + rst 38h ;bfe6 ff . + rst 38h ;bfe7 ff . + rst 38h ;bfe8 ff . + rst 38h ;bfe9 ff . + rst 38h ;bfea ff . + rst 38h ;bfeb ff . + rst 38h ;bfec ff . + rst 38h ;bfed ff . + rst 38h ;bfee ff . + rst 38h ;bfef ff . + rst 38h ;bff0 ff . + rst 38h ;bff1 ff . + rst 38h ;bff2 ff . + rst 38h ;bff3 ff . + rst 38h ;bff4 ff . + rst 38h ;bff5 ff . + rst 38h ;bff6 ff . + rst 38h ;bff7 ff . + rst 38h ;bff8 ff . + rst 38h ;bff9 ff . + rst 38h ;bffa ff . + rst 38h ;bffb ff . + rst 38h ;bffc ff . + rst 38h ;bffd ff . + rst 38h ;bffe ff . + rst 38h ;bfff ff . + rst 38h ;c000 ff . + sbc a,h ;c001 9c . + ld bc,l8001h ;c002 01 01 80 . . . + add a,b ;c005 80 . + nop ;c006 00 . + add a,b ;c007 80 . + add a,c ;c008 81 . + call po,sub_b4fdh ;c009 e4 fd b4 . . . + add a,c ;c00c 81 . + add a,b ;c00d 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c00e fd b4 7f . .  + add a,b ;c011 80 . + inc e ;c012 1c . + add a,c ;c013 81 . + adc a,h ;c014 8c . + call po,sub_a480h+1 ;c015 e4 81 a4 . . . + rst 38h ;c018 ff . + add a,d ;c019 82 . + ld b,006h ;c01a 06 06 . . + add a,c ;c01c 81 . + sub d ;c01d 92 . + nop ;c01e 00 . + add a,b ;c01f 80 . + sbc a,(hl) ;c020 9e . + call po,sub_aa80h ;c021 e4 80 aa . . . + inc e ;c024 1c . + adc a,d ;c025 8a . + xor d ;c026 aa . + call po,sub_9e8ah ;c027 e4 8a 9e . . . + rst 38h ;c02a ff . + adc a,d ;c02b 8a . + ld b,006h ;c02c 06 06 . . + add a,l ;c02e 85 . + and h ;c02f a4 . + nop ;c030 00 . + add a,e ;c031 83 . + add a,b ;c032 80 . + call po,sub_a48dh ;c033 e4 8d a4 . . . + inc e ;c036 1c . + sub a ;c037 97 . + and h ;c038 a4 . + call po,sub_808dh ;c039 e4 8d 80 . . . + inc e ;c03c 1c . + sbc a,d ;c03d 9a . + adc a,l ;c03e 8d . + call po,sub_8d80h ;c03f e4 80 8d . . . + inc e ;c042 1c . + add a,b ;c043 80 . + sub a ;c044 97 . + call po,sub_979ah ;c045 e4 9a 97 . . . + rst 38h ;c048 ff . + sbc a,h ;c049 9c . + ex af,af' ;c04a 08 . + ld a,(bc) ;c04b 0a . + adc a,(hl) ;c04c 8e . + sub d ;c04d 92 . + nop ;c04e 00 . + adc a,h ;c04f 8c . + ld a,d ;c050 7a z + call po,sub_aa8ch ;c051 e4 8c aa . . . + inc e ;c054 1c . + sub (hl) ;c055 96 . + and b ;c056 a0 . + call po,sub_6efch ;c057 e4 fc 6e . . n + halt ;c05a 76 v + ld a,c ;c05b 79 y + call m,sub_873bh ;c05c fc 3b 87 . ; . + ld a,h ;c05f 7c | + call m,sub_892ch ;c060 fc 2c 89 . , . + adc a,b ;c063 88 . + defb 0fdh,010h,07dh ;illegal sequence ;c064 fd 10 7d . . } + ld h,e ;c067 63 c + defb 0fdh,084h,07ch ;illegal sequence ;c068 fd 84 7c . . | + ld (hl),a ;c06b 77 w + defb 0fdh,032h,07ah ;illegal sequence ;c06c fd 32 7a . 2 z + adc a,l ;c06f 8d . + defb 0fdh,01fh,088h ;illegal sequence ;c070 fd 1f 88 . . . + adc a,(hl) ;c073 8e . + rst 38h ;c074 ff . + sbc a,d ;c075 9a . + ex af,af' ;c076 08 . + ld a,(bc) ;c077 0a . + adc a,l ;c078 8d . + sub d ;c079 92 . + nop ;c07a 00 . + call po,sub_a499h ;c07b e4 99 a4 . . . + inc e ;c07e 1c . + add a,(hl) ;c07f 86 . + and h ;c080 a4 . + call po,sub_b4fch ;c081 e4 fc b4 . . . + add a,b ;c084 80 . + ld a,d ;c085 7a z + call m,sub_80b4h ;c086 fc b4 80 . . . + add a,(hl) ;c089 86 . + inc e ;c08a 1c . + sub e ;c08b 93 . + adc a,h ;c08c 8c . + call po,sub_b4fdh ;c08d e4 fd b4 . . . + add a,b ;c090 80 . + ld a,d ;c091 7a z + defb 0fdh,0b4h,080h ;illegal sequence ;c092 fd b4 80 . . . + add a,(hl) ;c095 86 . + rst 38h ;c096 ff . + sbc a,e ;c097 9b . + ex af,af' ;c098 08 . + ld a,(bc) ;c099 0a . + adc a,(hl) ;c09a 8e . + sub d ;c09b 92 . + nop ;c09c 00 . + sbc a,b ;c09d 98 . + sub b ;c09e 90 . + call po,sub_2efdh ;c09f e4 fd 2e . . . + ld l,d ;c0a2 6a j + add a,e ;c0a3 83 . + defb 0fdh,043h,07ah ;illegal sequence ;c0a4 fd 43 7a . C z + adc a,c ;c0a7 89 . + defb 0fdh,05ah,087h ;illegal sequence ;c0a8 fd 5a 87 . Z . + add a,a ;c0ab 87 . + adc a,a ;c0ac 8f . + sbc a,d ;c0ad 9a . + call m,sub_7ba7h ;c0ae fc a7 7b . . { + add a,h ;c0b1 84 . + call m,sub_845ah ;c0b2 fc 5a 84 . Z . + ld a,e ;c0b5 7b { + sbc a,d ;c0b6 9a . + add a,b ;c0b7 80 . + rst 38h ;c0b8 ff . + sbc a,h ;c0b9 9c . + ex af,af' ;c0ba 08 . + ld a,(bc) ;c0bb 0a . + adc a,(hl) ;c0bc 8e . + sub d ;c0bd 92 . + nop ;c0be 00 . + add a,b ;c0bf 80 . + and b ;c0c0 a0 . + call po,sub_25fch ;c0c1 e4 fc 25 . . % + ld (hl),h ;c0c4 74 t + adc a,c ;c0c5 89 . + call m,sub_7fb4h ;c0c6 fc b4 7f . .  + add a,b ;c0c9 80 . + call m,sub_81b4h ;c0ca fc b4 81 . . . + add a,b ;c0cd 80 . + rst 38h ;c0ce ff . + add a,e ;c0cf 83 . + ld b,006h ;c0d0 06 06 . . + add a,d ;c0d2 82 . + and l ;c0d3 a5 . + nop ;c0d4 00 . + adc a,b ;c0d5 88 . + xor e ;c0d6 ab . + call po,sub_46fch ;c0d7 e4 fc 46 . . F + and h ;c0da a4 . + ld h,a ;c0db 67 g + rst 38h ;c0dc ff . + adc a,b ;c0dd 88 . + inc bc ;c0de 03 . + ex af,af' ;c0df 08 . + add a,h ;c0e0 84 . + sub d ;c0e1 92 . + nop ;c0e2 00 . + add a,d ;c0e3 82 . + ld a,c ;c0e4 79 y + call po,sub_46fch ;c0e5 e4 fc 46 . . F + ld e,h ;c0e8 5c \ + sbc a,c ;c0e9 99 . + rst 38h ;c0ea ff . + adc a,b ;c0eb 88 . + inc b ;c0ec 04 . + inc bc ;c0ed 03 . + add a,h ;c0ee 84 . + sub d ;c0ef 92 . + nop ;c0f0 00 . + add a,l ;c0f1 85 . + add a,(hl) ;c0f2 86 . + call po,09e93h ;c0f3 e4 93 9e . . . + inc e ;c0f6 1c . + sbc a,b ;c0f7 98 . + sub d ;c0f8 92 . + call po,09280h ;c0f9 e4 80 92 . . . + inc e ;c0fc 1c . + add a,l ;c0fd 85 . + sbc a,(hl) ;c0fe 9e . + call po,sub_8693h ;c0ff e4 93 86 . . . + rst 38h ;c102 ff . + sbc a,d ;c103 9a . + dec bc ;c104 0b . + dec bc ;c105 0b . + adc a,h ;c106 8c . + sub d ;c107 92 . + nop ;c108 00 . + add a,b ;c109 80 . + sub d ;c10a 92 . + call po,sub_929ah ;c10b e4 9a 92 . . . + inc e ;c10e 1c . + adc a,l ;c10f 8d . + and e ;c110 a3 . + call po,sub_808dh ;c111 e4 8d 80 . . . + rst 38h ;c114 ff . + sbc a,h ;c115 9c . + inc de ;c116 13 . + inc d ;c117 14 . + adc a,l ;c118 8d . + sub d ;c119 92 . + nop ;c11a 00 . + add a,b ;c11b 80 . + ld a,b ;c11c 78 x + call po,sub_25fch ;c11d e4 fc 25 . . % + ld (hl),h ;c120 74 t + adc a,c ;c121 89 . + call m,sub_7fb4h ;c122 fc b4 7f . .  + add a,b ;c125 80 . + call m,sub_81b4h ;c126 fc b4 81 . . . + add a,b ;c129 80 . + rst 38h ;c12a ff . + add a,e ;c12b 83 . + ld b,006h ;c12c 06 06 . . + add a,d ;c12e 82 . + ld a,l ;c12f 7d } + nop ;c130 00 . + add a,b ;c131 80 . + sub d ;c132 92 . + call po,sub_929ah ;c133 e4 9a 92 . . . + rst 38h ;c136 ff . + sbc a,h ;c137 9c . + inc de ;c138 13 . + inc d ;c139 14 . + adc a,(hl) ;c13a 8e . + sub d ;c13b 92 . + nop ;c13c 00 . + add a,b ;c13d 80 . + add a,c ;c13e 81 . + call po,sub_b4fdh ;c13f e4 fd b4 . . . + add a,c ;c142 81 . + add a,b ;c143 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c144 fd b4 7f . .  + add a,b ;c147 80 . + rst 38h ;c148 ff . + add a,d ;c149 82 . + ld b,006h ;c14a 06 06 . . + add a,c ;c14c 81 . + add a,c ;c14d 81 . + nop ;c14e 00 . + add a,b ;c14f 80 . + ld a,c ;c150 79 y + call po,sub_ab93h ;c151 e4 93 ab . . . + rst 38h ;c154 ff . + sub h ;c155 94 . + ld bc,l8a09h ;c156 01 09 8a . . . + sub e ;c159 93 . + nop ;c15a 00 . + add a,d ;c15b 82 . + adc a,b ;c15c 88 . + call po,sub_24fdh ;c15d e4 fd 24 . . $ + sbc a,a ;c160 9f . + adc a,d ;c161 8a . + defb 0fdh,025h,08bh ;illegal sequence ;c162 fd 25 8b . % . + ld a,l ;c165 7d } + ld b,(iy-079h) ;c166 fd 46 87 . F . + halt ;c169 76 v + defb 0fdh,025h,079h ;illegal sequence ;c16a fd 25 79 . % y + ld (hl),a ;c16d 77 w + defb 0fdh,024h,061h ;illegal sequence ;c16e fd 24 61 . $ a + halt ;c171 76 v + defb 0fdh,025h,075h ;illegal sequence ;c172 fd 25 75 . % u + add a,e ;c175 83 . + ld b,(iy+079h) ;c176 fd 46 79 . F y + adc a,d ;c179 8a . + defb 0fdh,025h,087h ;illegal sequence ;c17a fd 25 87 . % . + adc a,c ;c17d 89 . + rst 38h ;c17e ff . + sbc a,d ;c17f 9a . + inc de ;c180 13 . + inc d ;c181 14 . + adc a,l ;c182 8d . + sub d ;c183 92 . + nop ;c184 00 . + adc a,b ;c185 88 . + add a,b ;c186 80 . + call po,sub_a488h ;c187 e4 88 a4 . . . + defb 0fdh,043h,076h ;illegal sequence ;c18a fd 43 76 . C v + add a,d ;c18d 82 . + rst 38h ;c18e ff . + adc a,c ;c18f 89 . + inc c ;c190 0c . + rrca ;c191 0f . + add a,l ;c192 85 . + sub d ;c193 92 . + nop ;c194 00 . + add a,c ;c195 81 . + sbc a,e ;c196 9b . + call po,sub_a9fdh ;c197 e4 fd a9 . . . + adc a,d ;c19a 8a . + ld a,a ;c19b 7f  + defb 0fdh,025h,078h ;illegal sequence ;c19c fd 25 78 . % x + ld a,a ;c19f 7f  + defb 0fdh,01bh,073h ;illegal sequence ;c1a0 fd 1b 73 . . s + adc a,b ;c1a3 88 . + defb 0fdh,005h,05eh ;illegal sequence ;c1a4 fd 05 5e . . ^ + or e ;c1a7 b3 . + call m,sub_8935h ;c1a8 fc 35 89 . 5 . + ld l,a ;c1ab 6f o + sub a ;c1ac 97 . + add a,b ;c1ad 80 . + rst 38h ;c1ae ff . + sub (hl) ;c1af 96 . + add hl,bc ;c1b0 09 . + ld c,08bh ;c1b1 0e 8b . . + sub d ;c1b3 92 . + nop ;c1b4 00 . + add a,b ;c1b5 80 . + add a,h ;c1b6 84 . + call po,sub_2cfch ;c1b7 e4 fc 2c . . , + adc a,e ;c1ba 8b . + adc a,l ;c1bb 8d . + call m,sub_80b4h ;c1bc fc b4 80 . . . + adc a,d ;c1bf 8a . + adc a,b ;c1c0 88 . + sub h ;c1c1 94 . + inc e ;c1c2 1c . + adc a,h ;c1c3 8c . + sub h ;c1c4 94 . + call po,sub_b4fch ;c1c5 e4 fc b4 . . . + add a,b ;c1c8 80 . + adc a,b ;c1c9 88 . + call m,sub_7f35h ;c1ca fc 35 7f . 5  + ld (hl),h ;c1cd 74 t + rst 38h ;c1ce ff . + sbc a,b ;c1cf 98 . + ex af,af' ;c1d0 08 . + ld a,(bc) ;c1d1 0a . + adc a,h ;c1d2 8c . + sub d ;c1d3 92 . + nop ;c1d4 00 . + sub l ;c1d5 95 . + add a,b ;c1d6 80 . + call po,sub_a495h ;c1d7 e4 95 a4 . . . + add a,b ;c1da 80 . + adc a,d ;c1db 8a . + sbc a,d ;c1dc 9a . + adc a,d ;c1dd 8a . + rst 38h ;c1de ff . + sbc a,l ;c1df 9d . + ld a,(bc) ;c1e0 0a . + ld d,08fh ;c1e1 16 8f . . + sub d ;c1e3 92 . + nop ;c1e4 00 . + add a,b ;c1e5 80 . + add a,l ;c1e6 85 . + call po,sub_6efch ;c1e7 e4 fc 6e . . n + adc a,d ;c1ea 8a . + add a,a ;c1eb 87 . + call m,sub_7541h ;c1ec fc 41 75 . A u + add a,a ;c1ef 87 . + call m,sub_7761h ;c1f0 fc 61 77 . a w + ld a,b ;c1f3 78 x + add a,h ;c1f4 84 . + and h ;c1f5 a4 . + sub l ;c1f6 95 . + and h ;c1f7 a4 . + rst 38h ;c1f8 ff . + sub a ;c1f9 97 . + add hl,bc ;c1fa 09 . + dec c ;c1fb 0d . + adc a,h ;c1fc 8c . + sub d ;c1fd 92 . + nop ;c1fe 00 . + add a,c ;c1ff 81 . + adc a,d ;c200 8a . + call po,sub_8c81h ;c201 e4 81 8c . . . + defb 0fdh,0aah,08bh ;illegal sequence ;c204 fd aa 8b . . . + ld a,a ;c207 7f  + defb 0fdh,006h,06ch ;illegal sequence ;c208 fd 06 6c . . l + ld a,a ;c20b 7f  + defb 0fdh,0aah,075h ;illegal sequence ;c20c fd aa 75 . . u + add a,c ;c20f 81 . + defb 0fdh,00bh,0beh ;illegal sequence ;c210 fd 0b be . . . + add a,(hl) ;c213 86 . + defb 0fdh,01ah,095h ;illegal sequence ;c214 fd 1a 95 . . . + ld a,(hl) ;c217 7e ~ + defb 0fdh,07ah,089h ;illegal sequence ;c218 fd 7a 89 . z . + ld a,e ;c21b 7b { + rst 38h ;c21c ff . + sbc a,c ;c21d 99 . + inc de ;c21e 13 . + dec d ;c21f 15 . + adc a,l ;c220 8d . + sub d ;c221 92 . + nop ;c222 00 . + add a,a ;c223 87 . + add a,b ;c224 80 . + call po,sub_13fdh ;c225 e4 fd 13 . . . + cp b ;c228 b8 . + ld a,l ;c229 7d } + defb 0fdh,00dh,0a6h ;illegal sequence ;c22a fd 0d a6 . . . + ld (hl),d ;c22d 72 r + defb 0fdh,010h,0a7h ;illegal sequence ;c22e fd 10 a7 . . . + ld l,c ;c231 69 i + add a,b ;c232 80 . + and h ;c233 a4 . + rst 38h ;c234 ff . + sub a ;c235 97 . + inc c ;c236 0c . + dec c ;c237 0d . + adc a,h ;c238 8c . + sub c ;c239 91 . + nop ;c23a 00 . + adc a,d ;c23b 8a . + add a,b ;c23c 80 . + call po,sub_b4fdh ;c23d e4 fd b4 . . . + add a,b ;c240 80 . + adc a,d ;c241 8a . + adc a,(hl) ;c242 8e . + sub h ;c243 94 . + call m,sub_7fa6h ;c244 fc a6 7f . .  + adc a,b ;c247 88 . + call m,sub_7e0dh ;c248 fc 0d 7e . . ~ + ld l,a ;c24b 6f o + call m,sub_80b4h ;c24c fc b4 80 . . . + ld a,b ;c24f 78 x + inc e ;c250 1c . + adc a,(hl) ;c251 8e . + sub h ;c252 94 . + call po,sub_b4fdh ;c253 e4 fd b4 . . . + add a,b ;c256 80 . + halt ;c257 76 v + defb 0fdh,00dh,07eh ;illegal sequence ;c258 fd 0d 7e . . ~ + sub d ;c25b 92 . + rst 38h ;c25c ff . + sbc a,b ;c25d 98 . + ex af,af' ;c25e 08 . + ld a,(bc) ;c25f 0a . + adc a,h ;c260 8c . + sub d ;c261 92 . + nop ;c262 00 . + add a,d ;c263 82 . + add a,e ;c264 83 . + call po,sub_4ffch ;c265 e4 fc 4f . . O + adc a,c ;c268 89 . + adc a,e ;c269 8b . + call m,sub_7725h ;c26a fc 25 77 . % w + adc a,b ;c26d 88 . + call m,sub_300bh ;c26e fc 0b 30 . . 0 + adc a,b ;c271 88 . + call m,sub_75aah ;c272 fc aa 75 . . u + ld a,a ;c275 7f  + call m,sub_910dh ;c276 fc 0d 91 . . . + ld a,(hl) ;c279 7e ~ + call m,sub_8baah ;c27a fc aa 8b . . . + add a,c ;c27d 81 . + call m,sub_6f0dh ;c27e fc 0d 6f . . o + add a,d ;c281 82 . + rst 38h ;c282 ff . + sbc a,c ;c283 99 . + ex af,af' ;c284 08 . + dec d ;c285 15 . + adc a,l ;c286 8d . + sub d ;c287 92 . + nop ;c288 00 . + add a,b ;c289 80 . + add a,c ;c28a 81 . + call po,sub_b4fdh ;c28b e4 fd b4 . . . + add a,c ;c28e 81 . + add a,b ;c28f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c290 fd b4 7f . .  + add a,b ;c293 80 . + inc e ;c294 1c . + add a,c ;c295 81 . + sbc a,b ;c296 98 . + call po,sub_b4fdh ;c297 e4 fd b4 . . . + add a,b ;c29a 80 . + add a,c ;c29b 81 . + defb 0fdh,0b4h,080h ;illegal sequence ;c29c fd b4 80 . . . + ld a,a ;c29f 7f  + rst 38h ;c2a0 ff . + add a,d ;c2a1 82 . + ld b,006h ;c2a2 06 06 . . + add a,c ;c2a4 81 . + adc a,l ;c2a5 8d . + nop ;c2a6 00 . + add a,b ;c2a7 80 . + ld a,b ;c2a8 78 x + call po,sub_25fch ;c2a9 e4 fc 25 . . % + ld (hl),h ;c2ac 74 t + adc a,c ;c2ad 89 . + call m,sub_7fb4h ;c2ae fc b4 7f . .  + add a,b ;c2b1 80 . + call m,sub_81b4h ;c2b2 fc b4 81 . . . + add a,b ;c2b5 80 . + inc e ;c2b6 1c . + add a,c ;c2b7 81 . + sbc a,c ;c2b8 99 . + call po,sub_b4fdh ;c2b9 e4 fd b4 . . . + add a,c ;c2bc 81 . + add a,b ;c2bd 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c2be fd b4 7f . .  + add a,b ;c2c1 80 . + rst 38h ;c2c2 ff . + add a,e ;c2c3 83 . + ld b,006h ;c2c4 06 06 . . + add a,b ;c2c6 80 . + add a,b ;c2c7 80 . + nop ;c2c8 00 . + sbc a,d ;c2c9 9a . + add a,e ;c2ca 83 . + call po,sub_8f80h ;c2cb e4 80 8f . . . + add a,b ;c2ce 80 . + sub h ;c2cf 94 . + sbc a,d ;c2d0 9a . + and b ;c2d1 a0 . + rst 38h ;c2d2 ff . + sbc a,e ;c2d3 9b . + inc de ;c2d4 13 . + inc d ;c2d5 14 . + adc a,(hl) ;c2d6 8e . + sub d ;c2d7 92 . + nop ;c2d8 00 . + add a,b ;c2d9 80 . + adc a,h ;c2da 8c . + call po,sub_8c9ah ;c2db e4 9a 8c . . . + inc e ;c2de 1c . + sbc a,d ;c2df 9a . + sbc a,b ;c2e0 98 . + call po,sub_9880h ;c2e1 e4 80 98 . . . + rst 38h ;c2e4 ff . + sbc a,e ;c2e5 9b . + inc de ;c2e6 13 . + inc d ;c2e7 14 . + adc a,(hl) ;c2e8 8e . + sub d ;c2e9 92 . + nop ;c2ea 00 . + add a,b ;c2eb 80 . + add a,e ;c2ec 83 . + call po,sub_8f9ah ;c2ed e4 9a 8f . . . + sbc a,d ;c2f0 9a . + sub h ;c2f1 94 . + add a,b ;c2f2 80 . + and b ;c2f3 a0 . + rst 38h ;c2f4 ff . + sbc a,e ;c2f5 9b . + inc de ;c2f6 13 . + inc d ;c2f7 14 . + sbc a,e ;c2f8 9b . + sub d ;c2f9 92 . + nop ;c2fa 00 . + add a,b ;c2fb 80 . + sbc a,e ;c2fc 9b . + call po,sub_5afdh ;c2fd e4 fd 5a . . Z + adc a,c ;c300 89 . + add a,b ;c301 80 . + defb 0fdh,068h,081h ;illegal sequence ;c302 fd 68 81 . h . + ld a,b ;c305 78 x + defb 0fdh,025h,075h ;illegal sequence ;c306 fd 25 75 . % u + add a,e ;c309 83 . + call m,08e0bh ;c30a fc 0b 8e . . . + ld l,a ;c30d 6f o + call m,08b1ch ;c30e fc 1c 8b . . . + ld a,c ;c311 79 y + adc a,c ;c312 89 . + adc a,b ;c313 88 . + inc e ;c314 1c . + adc a,c ;c315 89 . + add a,d ;c316 82 . + call po,sub_b4fdh ;c317 e4 fd b4 . . . + add a,b ;c31a 80 . + ld a,a ;c31b 7f  + defb 0fdh,0b4h,080h ;illegal sequence ;c31c fd b4 80 . . . + add a,c ;c31f 81 . + rst 38h ;c320 ff . + sub h ;c321 94 . + inc d ;c322 14 . + ld (bc),a ;c323 02 . + adc a,d ;c324 8a . + sub d ;c325 92 . + nop ;c326 00 . + sbc a,h ;c327 9c . + add a,e ;c328 83 . + call po,035fdh ;c329 e4 fd 35 . . 5 + ld (hl),l ;c32c 75 u + sub c ;c32d 91 . + defb 0fdh,01fh,088h ;illegal sequence ;c32e fd 1f 88 . . . + adc a,(hl) ;c331 8e . + defb 0fdh,03fh,092h ;illegal sequence ;c332 fd 3f 92 . ? . + adc a,e ;c335 8b . + defb 0fdh,025h,08fh ;illegal sequence ;c336 fd 25 8f . % . + halt ;c339 76 v + defb 0fdh,05ah,083h ;illegal sequence ;c33a fd 5a 83 . Z . + ld (hl),d ;c33d 72 r + defb 0fdh,013h,05dh ;illegal sequence ;c33e fd 13 5d . . ] + ld a,d ;c341 7a z + defb 0fdh,043h,07bh ;illegal sequence ;c342 fd 43 7b . C { + add a,c ;c345 81 . + defb 0fdh,05ah,080h ;illegal sequence ;c346 fd 5a 80 . Z . + add a,h ;c349 84 . + sub (hl) ;c34a 96 . + sub a ;c34b 97 . + call m,sub_7a7fh ;c34c fc 7f 7a .  z + ld a,l ;c34f 7d } + call m,sub_8d2ah ;c350 fc 2a 8d . * . + ld a,e ;c353 7b { + call m,sub_867fh ;c354 fc 7f 86 .  . + add a,e ;c357 83 . + rst 38h ;c358 ff . + sbc a,a ;c359 9f . + inc de ;c35a 13 . + inc d ;c35b 14 . + sub b ;c35c 90 . + sub d ;c35d 92 . + nop ;c35e 00 . + call po,sub_a48ch ;c35f e4 8c a4 . . . + sub b ;c362 90 . + and h ;c363 a4 . + sbc a,h ;c364 9c . + add a,b ;c365 80 . + inc e ;c366 1c . + add a,h ;c367 84 . + adc a,h ;c368 8c . + call po,sub_8c98h ;c369 e4 98 8c . . . + rst 38h ;c36c ff . + sbc a,(hl) ;c36d 9e . + ld bc,l8f01h ;c36e 01 01 8f . . . + sub d ;c371 92 . + nop ;c372 00 . + call po,sub_a480h ;c373 e4 80 a4 . . . + adc a,(hl) ;c376 8e . + and h ;c377 a4 . + defb 0fdh,0a7h,07fh ;illegal sequence ;c378 fd a7 7f . .  + ld (hl),a ;c37b 77 w + add a,b ;c37c 80 . + sub d ;c37d 92 . + inc e ;c37e 1c . + adc a,(hl) ;c37f 8e . + sub d ;c380 92 . + call po,sub_b4fdh ;c381 e4 fd b4 . . . + add a,b ;c384 80 . + ld (hl),a ;c385 77 w + add a,b ;c386 80 . + add a,b ;c387 80 . + rst 38h ;c388 ff . + sbc a,d ;c389 9a . + ld (bc),a ;c38a 02 . + ld (bc),a ;c38b 02 . + adc a,l ;c38c 8d . + sub d ;c38d 92 . + nop ;c38e 00 . + sbc a,h ;c38f 9c . + sbc a,h ;c390 9c . + call po,sub_8afch ;c391 e4 fc 8a . . . + ld (hl),e ;c394 73 s + ld a,e ;c395 7b { + call m,sub_9a2ah ;c396 fc 2a 9a . * . + halt ;c399 76 v + call m,sub_8d92h ;c39a fc 92 8d . . . + add a,h ;c39d 84 . + rst 38h ;c39e ff . + and d ;c39f a2 . + inc bc ;c3a0 03 . + inc bc ;c3a1 03 . + sub c ;c3a2 91 . + sub d ;c3a3 92 . + nop ;c3a4 00 . + call po,sub_a480h ;c3a5 e4 80 a4 . . . + adc a,h ;c3a8 8c . + and h ;c3a9 a4 . + dec (iy+07fh) ;c3aa fd 35 7f . 5  + ld (hl),e ;c3ad 73 s + defb 0fdh,03eh,06ch ;illegal sequence ;c3ae fd 3e 6c . > l + ld (hl),h ;c3b1 74 t + dec (iy+075h) ;c3b2 fd 35 75 . 5 u + add a,a ;c3b5 87 . + add a,b ;c3b6 80 . + add a,b ;c3b7 80 . + rst 38h ;c3b8 ff . + sbc a,h ;c3b9 9c . + ld (bc),a ;c3ba 02 . + inc bc ;c3bb 03 . + adc a,(hl) ;c3bc 8e . + sub d ;c3bd 92 . + nop ;c3be 00 . + add a,b ;c3bf 80 . + sub e ;c3c0 93 . + call po,sub_9393h ;c3c1 e4 93 93 . . . + inc e ;c3c4 1c . + sub l ;c3c5 95 . + and h ;c3c6 a4 . + call po,sub_a480h ;c3c7 e4 80 a4 . . . + add a,b ;c3ca 80 . + add a,b ;c3cb 80 . + sub l ;c3cc 95 . + add a,b ;c3cd 80 . + rst 38h ;c3ce ff . + sbc a,b ;c3cf 98 . + ld (bc),a ;c3d0 02 . + inc b ;c3d1 04 . + adc a,h ;c3d2 8c . + sub d ;c3d3 92 . + nop ;c3d4 00 . + add a,b ;c3d5 80 . + sub d ;c3d6 92 . + call po,sub_9292h ;c3d7 e4 92 92 . . . + inc e ;c3da 1c . + sub h ;c3db 94 . + and h ;c3dc a4 . + call po,sub_a480h ;c3dd e4 80 a4 . . . + add a,b ;c3e0 80 . + add a,b ;c3e1 80 . + rst 38h ;c3e2 ff . + sub (hl) ;c3e3 96 . + ld (bc),a ;c3e4 02 . + dec b ;c3e5 05 . + adc a,e ;c3e6 8b . + sub d ;c3e7 92 . + nop ;c3e8 00 . + sbc a,h ;c3e9 9c . + sbc a,h ;c3ea 9c . + call po,sub_8afch ;c3eb e4 fc 8a . . . + ld (hl),e ;c3ee 73 s + ld a,e ;c3ef 7b { + call m,sub_982dh ;c3f0 fc 2d 98 . - . + halt ;c3f3 76 v + call m,08d8ah ;c3f4 fc 8a 8d . . . + add a,l ;c3f7 85 . + inc e ;c3f8 1c . + sub c ;c3f9 91 . + sub c ;c3fa 91 . + call po,sub_919ch ;c3fb e4 9c 91 . . . + sbc a,h ;c3fe 9c . + add a,d ;c3ff 82 . + rst 38h ;c400 ff . + and d ;c401 a2 . + inc bc ;c402 03 . + inc b ;c403 04 . + sub c ;c404 91 . + sub d ;c405 92 . + nop ;c406 00 . + add a,b ;c407 80 . + and h ;c408 a4 . + call po,sub_8080h ;c409 e4 80 80 . . . + inc e ;c40c 1c . + add a,b ;c40d 80 . + sub e ;c40e 93 . + call po,sub_9398h ;c40f e4 98 93 . . . + inc e ;c412 1c . + sbc a,b ;c413 98 . + and h ;c414 a4 . + call po,sub_8098h ;c415 e4 98 80 . . . + rst 38h ;c418 ff . + sbc a,d ;c419 9a . + ld (bc),a ;c41a 02 . + ld b,08dh ;c41b 06 8d . . + sub d ;c41d 92 . + nop ;c41e 00 . + add a,l ;c41f 85 . + and h ;c420 a4 . + call po,sub_8085h ;c421 e4 85 80 . . . + inc e ;c424 1c . + add a,b ;c425 80 . + and h ;c426 a4 . + call po,sub_a488h+2 ;c427 e4 8a a4 . . . + inc e ;c42a 1c . + add a,b ;c42b 80 . + add a,b ;c42c 80 . + call po,sub_808ah ;c42d e4 8a 80 . . . + rst 38h ;c430 ff . + add a,c ;c431 81 . + ld (bc),a ;c432 02 . + ld b,081h ;c433 06 81 . . + sub d ;c435 92 . + nop ;c436 00 . + sub d ;c437 92 . + and h ;c438 a4 . + call po,sub_8892h ;c439 e4 92 88 . . . + defb 0fdh,0b4h,077h ;illegal sequence ;c43c fd b4 77 . . w + add a,b ;c43f 80 . + rst 38h ;c440 ff . + sub d ;c441 92 . + inc b ;c442 04 . + inc b ;c443 04 . + adc a,c ;c444 89 . + sub d ;c445 92 . + nop ;c446 00 . + add a,b ;c447 80 . + and h ;c448 a4 . + call po,sub_8080h ;c449 e4 80 80 . . . + inc e ;c44c 1c . + add a,b ;c44d 80 . + adc a,h ;c44e 8c . + call po,sub_a498h ;c44f e4 98 a4 . . . + inc e ;c452 1c . + adc a,d ;c453 8a . + sub (hl) ;c454 96 . + call po,sub_8098h ;c455 e4 98 80 . . . + rst 38h ;c458 ff . + sbc a,d ;c459 9a . + ld (bc),a ;c45a 02 . + rlca ;c45b 07 . + adc a,l ;c45c 8d . + sub d ;c45d 92 . + nop ;c45e 00 . + add a,b ;c45f 80 . + and h ;c460 a4 . + call po,sub_8080h ;c461 e4 80 80 . . . + sub l ;c464 95 . + add a,b ;c465 80 . + rst 38h ;c466 ff . + sub l ;c467 95 . + ld (bc),a ;c468 02 . + ex af,af' ;c469 08 . + adc a,e ;c46a 8b . + sub d ;c46b 92 . + nop ;c46c 00 . + call po,sub_a480h ;c46d e4 80 a4 . . . + add a,c ;c470 81 . + and h ;c471 a4 . + adc a,(hl) ;c472 8e . + adc a,b ;c473 88 . + adc a,a ;c474 8f . + adc a,b ;c475 88 . + sbc a,l ;c476 9d . + and h ;c477 a4 . + sbc a,(hl) ;c478 9e . + and h ;c479 a4 . + sbc a,(hl) ;c47a 9e . + add a,b ;c47b 80 . + rst 38h ;c47c ff . + and d ;c47d a2 . + ld (bc),a ;c47e 02 . + ld b,091h ;c47f 06 91 . . + sub d ;c481 92 . + nop ;c482 00 . + call po,sub_a480h ;c483 e4 80 a4 . . . + add a,c ;c486 81 . + and h ;c487 a4 . + sbc a,b ;c488 98 . + add a,b ;c489 80 . + sbc a,c ;c48a 99 . + add a,b ;c48b 80 . + sbc a,c ;c48c 99 . + and h ;c48d a4 . + rst 38h ;c48e ff . + sbc a,e ;c48f 9b . + ld (bc),a ;c490 02 . + ld b,08eh ;c491 06 8e . . + sub d ;c493 92 . + nop ;c494 00 . + sbc a,h ;c495 9c . + adc a,b ;c496 88 . + call po,sub_2dfch ;c497 e4 fc 2d . . - + ld l,b ;c49a 68 h + adc a,d ;c49b 8a . + call m,sub_7382h ;c49c fc 82 73 . . s + ld a,d ;c49f 7a z + call m,sub_982dh ;c4a0 fc 2d 98 . - . + halt ;c4a3 76 v + call m,sub_8d82h ;c4a4 fc 82 8d . . . + add a,(hl) ;c4a7 86 . + rst 38h ;c4a8 ff . + and d ;c4a9 a2 . + inc bc ;c4aa 03 . + inc bc ;c4ab 03 . + sub c ;c4ac 91 . + sub d ;c4ad 92 . + nop ;c4ae 00 . + call po,sub_a480h ;c4af e4 80 a4 . . . + adc a,h ;c4b2 8c . + and h ;c4b3 a4 . + defb 0fdh,0b4h,080h ;illegal sequence ;c4b4 fd b4 80 . . . + halt ;c4b7 76 v + add a,b ;c4b8 80 . + sub b ;c4b9 90 . + rst 38h ;c4ba ff . + sub a ;c4bb 97 . + ld (bc),a ;c4bc 02 . + dec b ;c4bd 05 . + adc a,h ;c4be 8c . + sub d ;c4bf 92 . + nop ;c4c0 00 . + add a,d ;c4c1 82 . + adc a,b ;c4c2 88 . + call po,sub_2cfdh ;c4c3 e4 fd 2c . . , + sbc a,c ;c4c6 99 . + adc a,d ;c4c7 8a . + defb 0fdh,08ah,08dh ;illegal sequence ;c4c8 fd 8a 8d . . . + ld a,e ;c4cb 7b { + defb 0fdh,02ch,067h ;illegal sequence ;c4cc fd 2c 67 . , g + halt ;c4cf 76 v + defb 0fdh,08ah,073h ;illegal sequence ;c4d0 fd 8a 73 . . s + add a,l ;c4d3 85 . + inc e ;c4d4 1c . + sub d ;c4d5 92 . + adc a,c ;c4d6 89 . + call po,sub_7c9dh ;c4d7 e4 9d 7c . . | + rst 38h ;c4da ff . + and b ;c4db a0 . + inc bc ;c4dc 03 . + inc c ;c4dd 0c . + sub b ;c4de 90 . + sub c ;c4df 91 . + nop ;c4e0 00 . + call po,sub_a480h ;c4e1 e4 80 a4 . . . + adc a,(hl) ;c4e4 8e . + and h ;c4e5 a4 . + defb 0fdh,0b4h,080h ;illegal sequence ;c4e6 fd b4 80 . . . + ld (hl),a ;c4e9 77 w + add a,b ;c4ea 80 . + sub d ;c4eb 92 . + inc e ;c4ec 1c . + adc a,(hl) ;c4ed 8e . + sub d ;c4ee 92 . + call po,04dfdh ;c4ef e4 fd 4d . . M + ld a,a ;c4f2 7f  + ld (hl),a ;c4f3 77 w + sub a ;c4f4 97 . + add a,b ;c4f5 80 . + rst 38h ;c4f6 ff . + sbc a,c ;c4f7 99 . + ld (bc),a ;c4f8 02 . + ld (bc),a ;c4f9 02 . + adc a,l ;c4fa 8d . + sub d ;c4fb 92 . + nop ;c4fc 00 . + add a,b ;c4fd 80 . + add a,a ;c4fe 87 . + call po,sub_25fch ;c4ff e4 fc 25 . . % + adc a,e ;c502 8b . + add a,e ;c503 83 . + call m,sub_883fh ;c504 fc 3f 88 . ? . + adc a,l ;c507 8d . + call m,sub_7b74h ;c508 fc 74 7b . t { + adc a,b ;c50b 88 . + call m,sub_781ch ;c50c fc 1c 78 . . x + ld (hl),c ;c50f 71 q + defb 0fdh,01ch,080h ;illegal sequence ;c510 fd 1c 80 . . . + sub c ;c513 91 . + defb 0fdh,06dh,085h ;illegal sequence ;c514 fd 6d 85 . m . + add a,a ;c517 87 . + defb 0fdh,043h,088h ;illegal sequence ;c518 fd 43 88 . C . + ld (hl),h ;c51b 74 t + defb 0fdh,017h,07ch ;illegal sequence ;c51c fd 17 7c . . | + ld a,d ;c51f 7a z + rst 38h ;c520 ff . + sbc a,d ;c521 9a . + inc d ;c522 14 . + ld (bc),a ;c523 02 . + adc a,l ;c524 8d . + sub d ;c525 92 . + nop ;c526 00 . + add a,b ;c527 80 . + and h ;c528 a4 . + call po,sub_a498h ;c529 e4 98 a4 . . . + inc e ;c52c 1c . + adc a,h ;c52d 8c . + and h ;c52e a4 . + call po,sub_808ch ;c52f e4 8c 80 . . . + rst 38h ;c532 ff . + sbc a,h ;c533 9c . + dec b ;c534 05 . + add hl,bc ;c535 09 . + adc a,(hl) ;c536 8e . + sub d ;c537 92 . + nop ;c538 00 . + add a,b ;c539 80 . + and h ;c53a a4 . + call po,sub_8a80h ;c53b e4 80 8a . . . + call m,sub_8caah ;c53e fc aa 8c . . . + add a,c ;c541 81 . + sbc a,b ;c542 98 . + and h ;c543 a4 . + rst 38h ;c544 ff . + sbc a,d ;c545 9a . + rlca ;c546 07 . + inc b ;c547 04 . + adc a,l ;c548 8d . + sub c ;c549 91 . + nop ;c54a 00 . + add a,b ;c54b 80 . + and h ;c54c a4 . + call po,sub_808ch ;c54d e4 8c 80 . . . + adc a,a ;c550 8f . + add a,b ;c551 80 . + sbc a,e ;c552 9b . + and h ;c553 a4 . + rst 38h ;c554 ff . + sbc a,d ;c555 9a . + dec b ;c556 05 . + add hl,bc ;c557 09 . + adc a,l ;c558 8d . + sub d ;c559 92 . + nop ;c55a 00 . + add a,b ;c55b 80 . + and h ;c55c a4 . + call po,sub_808ah ;c55d e4 8a 80 . . . + adc a,h ;c560 8c . + add a,b ;c561 80 . + sub d ;c562 92 . + sbc a,h ;c563 9c . + sub h ;c564 94 . + sbc a,h ;c565 9c . + sbc a,d ;c566 9a . + add a,b ;c567 80 . + sbc a,h ;c568 9c . + add a,b ;c569 80 . + and (hl) ;c56a a6 . + and h ;c56b a4 . + rst 38h ;c56c ff . + xor d ;c56d aa . + dec b ;c56e 05 . + add hl,bc ;c56f 09 . + sub l ;c570 95 . + sub d ;c571 92 . + nop ;c572 00 . + call po,sub_a498h ;c573 e4 98 a4 . . . + inc e ;c576 1c . + add a,c ;c577 81 . + and h ;c578 a4 . + call po,sub_8099h ;c579 e4 99 80 . . . + rst 38h ;c57c ff . + sbc a,e ;c57d 9b . + dec c ;c57e 0d . + rlca ;c57f 07 . + adc a,(hl) ;c580 8e . + sub d ;c581 92 . + nop ;c582 00 . + add a,b ;c583 80 . + and h ;c584 a4 . + call po,sub_8e8bh+2 ;c585 e4 8d 8e . . . + adc a,l ;c588 8d . + add a,b ;c589 80 . + inc e ;c58a 1c . + adc a,l ;c58b 8d . + adc a,(hl) ;c58c 8e . + call po,sub_a49ah ;c58d e4 9a a4 . . . + rst 38h ;c590 ff . + sbc a,h ;c591 9c . + dec b ;c592 05 . + add hl,bc ;c593 09 . + adc a,(hl) ;c594 8e . + sub d ;c595 92 . + nop ;c596 00 . + add a,c ;c597 81 . + and h ;c598 a4 . + call po,sub_a497h ;c599 e4 97 a4 . . . + sub a ;c59c 97 . + and d ;c59d a2 . + add a,b ;c59e 80 . + add a,d ;c59f 82 . + add a,b ;c5a0 80 . + add a,b ;c5a1 80 . + sbc a,b ;c5a2 98 . + add a,b ;c5a3 80 . + rst 38h ;c5a4 ff . + sbc a,e ;c5a5 9b . + dec c ;c5a6 0d . + rlca ;c5a7 07 . + adc a,(hl) ;c5a8 8e . + sub d ;c5a9 92 . + nop ;c5aa 00 . + adc a,b ;c5ab 88 . + ld a,d ;c5ac 7a z + call po,sub_7a80h ;c5ad e4 80 7a . . z + add a,b ;c5b0 80 . + xor d ;c5b1 aa . + adc a,b ;c5b2 88 . + xor d ;c5b3 aa . + rst 38h ;c5b4 ff . + adc a,c ;c5b5 89 . + ld (bc),a ;c5b6 02 . + ex af,af' ;c5b7 08 . + add a,l ;c5b8 85 . + sub d ;c5b9 92 . + nop ;c5ba 00 . + add a,b ;c5bb 80 . + xor e ;c5bc ab . + call po,sub_7993h ;c5bd e4 93 79 . . y + rst 38h ;c5c0 ff . + sub h ;c5c1 94 . + dec b ;c5c2 05 . + ld b,08ah ;c5c3 06 8a . . + sub d ;c5c5 92 . + nop ;c5c6 00 . + add a,b ;c5c7 80 . + ld a,d ;c5c8 7a z + call po,sub_7a88h ;c5c9 e4 88 7a . . z + adc a,b ;c5cc 88 . + xor d ;c5cd aa . + add a,b ;c5ce 80 . + xor d ;c5cf aa . + rst 38h ;c5d0 ff . + adc a,c ;c5d1 89 . + dec b ;c5d2 05 . + ld b,085h ;c5d3 06 85 . . + sub d ;c5d5 92 . + nop ;c5d6 00 . + add a,b ;c5d7 80 . + and c ;c5d8 a1 . + call po,sub_a887h ;c5d9 e4 87 a8 . . . + adc a,(hl) ;c5dc 8e . + and c ;c5dd a1 . + rst 38h ;c5de ff . + sub b ;c5df 90 . + ld bc,l8801h ;c5e0 01 01 88 . . . + and h ;c5e3 a4 . + nop ;c5e4 00 . + add a,b ;c5e5 80 . + ld a,d ;c5e6 7a z + call po,sub_7ab2h ;c5e7 e4 b2 7a . . z + rst 38h ;c5ea ff . + or (hl) ;c5eb b6 . + inc b ;c5ec 04 . + ex af,af' ;c5ed 08 . + sbc a,e ;c5ee 9b . + ld a,d ;c5ef 7a z + nop ;c5f0 00 . + adc a,d ;c5f1 8a . + and b ;c5f2 a0 . + call po,sub_aa80h ;c5f3 e4 80 aa . . . + rst 38h ;c5f6 ff . + adc a,d ;c5f7 8a . + dec b ;c5f8 05 . + add hl,bc ;c5f9 09 . +lc5fah: + add a,l ;c5fa 85 . + and l ;c5fb a5 . + nop ;c5fc 00 . + add a,c ;c5fd 81 . + sub (hl) ;c5fe 96 . + call po,sub_5afdh ;c5ff e4 fd 5a . . Z + adc a,c ;c602 89 . + ld a,e ;c603 7b { + defb 0fdh,043h,07ch ;illegal sequence ;c604 fd 43 7c . C | + ld a,c ;c607 79 y + sub e ;c608 93 . + ld a,a ;c609 7f  + inc e ;c60a 1c . + sub e ;c60b 93 . + sub e ;c60c 93 . + call po,035fdh ;c60d e4 fd 35 . . 5 + ld a,b ;c610 78 x + add a,(hl) ;c611 86 . + adc a,b ;c612 88 . + adc a,a ;c613 8f . + call m,sub_80b4h ;c614 fc b4 80 . . . + ld a,b ;c617 78 x + adc a,e ;c618 8b . + ld a,a ;c619 7f  + call m,08035h ;c61a fc 35 80 . 5 . + adc a,d ;c61d 8a . + rst 38h ;c61e ff . + sub h ;c61f 94 . + ld c,011h ;c620 0e 11 . . + adc a,d ;c622 8a . + adc a,(hl) ;c623 8e . + nop ;c624 00 . + call po,sub_a480h ;c625 e4 80 a4 . . . + inc e ;c628 1c . + add a,b ;c629 80 . + sub (hl) ;c62a 96 . + call po,035fdh ;c62b e4 fd 35 . . 5 + adc a,c ;c62e 89 . + ld a,b ;c62f 78 x + defb 0fdh,0abh,07fh ;illegal sequence ;c630 fd ab 7f . .  + ld (hl),e ;c633 73 s + dec (iy+07fh) ;c634 fd 35 7f . 5  + adc a,h ;c637 8c . + rst 38h ;c638 ff . + sub (hl) ;c639 96 . + ld b,00bh ;c63a 06 0b . . + adc a,e ;c63c 8b . + sub d ;c63d 92 . + nop ;c63e 00 . + sub l ;c63f 95 . + sub e ;c640 93 . + call po,sub_93fch ;c641 e4 fc 93 . . . + halt ;c644 76 v + ld a,l ;c645 7d } + call m,sub_9225h ;c646 fc 25 92 . % . + ld a,d ;c649 7a z + call m,sub_8a93h ;c64a fc 93 8a . . . + add a,e ;c64d 83 . + rst 38h ;c64e ff . + sub (hl) ;c64f 96 . +lc650h: + dec bc ;c650 0b . + dec bc ;c651 0b . + adc a,e ;c652 8b . + adc a,l ;c653 8d . + nop ;c654 00 . + sub l ;c655 95 . + sub (hl) ;c656 96 . + call po,sub_68fch ;c657 e4 fc 68 . . h + ld (hl),a ;c65a 77 w + ld a,c ;c65b 79 y + call m,sub_8c4ah ;c65c fc 4a 8c . J . + ld (hl),a ;c65f 77 w + call m,sub_8968h ;c660 fc 68 89 . h . + add a,a ;c663 87 . + inc e ;c664 1c . + sub l ;c665 95 . + and h ;c666 a4 . + call po,sub_8095h ;c667 e4 95 80 . . . + rst 38h ;c66a ff . + sub (hl) ;c66b 96 . + dec bc ;c66c 0b . + djnz lc5fah ;c66d 10 8b . . + sub d ;c66f 92 . + nop ;c670 00 . + add a,b ;c671 80 . + adc a,l ;c672 8d . + call po,08d96h ;c673 e4 96 8d . . . + call m,sub_6f1ch ;c676 fc 1c 6f . . o + add a,b ;c679 80 . + call m,sub_777ah ;c67a fc 7a 77 . z w + ld a,e ;c67d 7b { + call m,sub_8f38h ;c67e fc 38 8f . 8 . + ld a,b ;c681 78 x + call m,sub_897ah ;c682 fc 7a 89 . z . + add a,l ;c685 85 . + rst 38h ;c686 ff . + sub a ;c687 97 . + dec bc ;c688 0b . + dec bc ;c689 0b . + adc a,h ;c68a 8c . +lc68bh: + adc a,l ;c68b 8d . + nop ;c68c 00 . + add a,b ;c68d 80 . + sbc a,b ;c68e 98 . + call po,sub_988eh ;c68f e4 8e 98 . . . + inc e ;c692 1c . + adc a,(hl) ;c693 8e . + and h ;c694 a4 . + call po,sub_5afch ;c695 e4 fc 5a . . Z + ld a,a ;c698 7f  + ld a,c ;c699 79 y + add a,(hl) ;c69a 86 . + add a,b ;c69b 80 . + rst 38h ;c69c ff . + adc a,l ;c69d 8d . + djnz lc6b2h ;c69e 10 12 . . + add a,a ;c6a0 87 . + sub d ;c6a1 92 . + nop ;c6a2 00 . + add a,d ;c6a3 82 . + ld a,d ;c6a4 7a z + call po,08ffch ;c6a5 e4 fc 8f . . . + adc a,c ;c6a8 89 . + add a,e ;c6a9 83 . + call m,06810h ;c6aa fc 10 68 . . h + add a,a ;c6ad 87 . + sub l ;c6ae 95 . + sbc a,c ;c6af 99 . + inc e ;c6b0 1c . + sub l ;c6b1 95 . +lc6b2h: + sub (hl) ;c6b2 96 . + call po,sub_68fch ;c6b3 e4 fc 68 . . h + ld (hl),a ;c6b6 77 w + ld a,c ;c6b7 79 y + call m,sub_8c4ah ;c6b8 fc 4a 8c . J . + ld (hl),a ;c6bb 77 w + call m,sub_8968h ;c6bc fc 68 89 . h . + add a,a ;c6bf 87 . + rst 38h ;c6c0 ff . + sub (hl) ;c6c1 96 . + dec bc ;c6c2 0b . + djnz lc650h ;c6c3 10 8b . . + adc a,b ;c6c5 88 . + nop ;c6c6 00 . + call po,sub_a480h ;c6c7 e4 80 a4 . . . + inc e ;c6ca 1c . + add a,b ;c6cb 80 . + sub e ;c6cc 93 . + call po,sub_5afdh ;c6cd e4 fd 5a . . Z + adc a,c ;c6d0 89 . + ld a,a ;c6d1 7f  + dec (iy+07fh) ;c6d2 fd 35 7f . 5  + ld a,b ;c6d5 78 x + defb 0fdh,025h,078h ;illegal sequence ;c6d6 fd 25 78 . % x + ld a,d ;c6d9 7a z + sub d ;c6da 92 . + add a,b ;c6db 80 . + rst 38h ;c6dc ff . + sub d ;c6dd 92 . + ld b,013h ;c6de 06 13 . . + adc a,c ;c6e0 89 . + sub d ;c6e1 92 . + nop ;c6e2 00 . + call po,sub_9a80h ;c6e3 e4 80 9a . . . + inc e ;c6e6 1c . + add a,b ;c6e7 80 . + and b ;c6e8 a0 . + call po,sub_a480h ;c6e9 e4 80 a4 . . . + rst 38h ;c6ec ff . + add a,c ;c6ed 81 . + ld b,010h ;c6ee 06 10 . . + add a,c ;c6f0 81 . + sub d ;c6f1 92 . + nop ;c6f2 00 . + add a,b ;c6f3 80 . + halt ;c6f4 76 v + call po,sub_7ffch ;c6f5 e4 fc 7f . .  + add a,e ;c6f8 83 . + add a,h ;c6f9 84 . + adc a,b ;c6fa 88 . + sbc a,d ;c6fb 9a . + inc e ;c6fc 1c . + adc a,b ;c6fd 88 . + sbc a,a ;c6fe 9f . + call po,sub_a488h ;c6ff e4 88 a4 . . . + rst 38h ;c702 ff . + add a,a ;c703 87 . + rrca ;c704 0f . + djnz lc68bh ;c705 10 84 . . + adc a,l ;c707 8d . + nop ;c708 00 . + call po,sub_a480h ;c709 e4 80 a4 . . . + inc e ;c70c 1c . + sub b ;c70d 90 . + sbc a,d ;c70e 9a . + call po,sub_8a80h ;c70f e4 80 8a . . . + inc e ;c712 1c . + adc a,b ;c713 88 . + sub d ;c714 92 . + call po,sub_8091h ;c715 e4 91 80 . . . + rst 38h ;c718 ff . + sub e ;c719 93 . + ld b,017h ;c71a 06 17 . . + adc a,d ;c71c 8a . + sub d ;c71d 92 . + nop ;c71e 00 . + add a,b ;c71f 80 . + and h ;c720 a4 . + call po,sub_8080h ;c721 e4 80 80 . . . + rst 38h ;c724 ff . + add a,c ;c725 81 . + ld b,010h ;c726 06 10 . . + add a,c ;c728 81 . + sub d ;c729 92 . + nop ;c72a 00 . + call po,sub_9a80h ;c72b e4 80 9a . . . + inc e ;c72e 1c . + add a,b ;c72f 80 . + sub h ;c730 94 . + call po,sub_b4fdh ;c731 e4 fd b4 . . . + add a,a ;c734 87 . + add a,b ;c735 80 . + adc a,(hl) ;c736 8e . + add a,b ;c737 80 . +lc738h: + inc e ;c738 1c . + adc a,(hl) ;c739 8e . + sub h ;c73a 94 . + call po,sub_b4fdh ;c73b e4 fd b4 . . . + add a,a ;c73e 87 . + add a,b ;c73f 80 . + sbc a,h ;c740 9c . + add a,b ;c741 80 . + rst 38h ;c742 ff . + and b ;c743 a0 . + ld b,013h ;c744 06 13 . . + sub b ;c746 90 . + adc a,l ;c747 8d . + nop ;c748 00 . + call po,sub_9a80h ;c749 e4 80 9a . . . + inc e ;c74c 1c . + add a,b ;c74d 80 . + sub d ;c74e 92 . + call po,sub_b4fdh ;c74f e4 fd b4 . . . + adc a,c ;c752 89 . + add a,b ;c753 80 . + sub d ;c754 92 . + add a,b ;c755 80 . + rst 38h ;c756 ff . + sub d ;c757 92 . + ld b,013h ;c758 06 13 . . + adc a,c ;c75a 89 . + adc a,l ;c75b 8d . + nop ;c75c 00 . + sub l ;c75d 95 . + add a,a ;c75e 87 . + call po,sub_25fch ;c75f e4 fc 25 . . % + ld l,(hl) ;c762 6e n + add a,(hl) ;c763 86 . + call m,sub_7693h ;c764 fc 93 76 . . v + ld a,l ;c767 7d } + call m,sub_9225h ;c768 fc 25 92 . % . + ld a,d ;c76b 7a z + call m,sub_8a93h ;c76c fc 93 8a . . . + add a,e ;c76f 83 . + rst 38h ;c770 ff . + sbc a,b ;c771 98 . + dec bc ;c772 0b . + dec bc ;c773 0b . + adc a,h ;c774 8c . + adc a,l ;c775 8d . + nop ;c776 00 . + add a,b ;c777 80 . + sbc a,d ;c778 9a . + call po,sub_7580h ;c779 e4 80 75 . . u + inc e ;c77c 1c . + add a,b ;c77d 80 . + sub (hl) ;c77e 96 . + call po,sub_68fdh ;c77f e4 fd 68 . . h + adc a,c ;c782 89 . + ld a,c ;c783 79 y + defb 0fdh,04fh,075h ;illegal sequence ;c784 fd 4f 75 . O u + ld (hl),a ;c787 77 w + defb 0fdh,068h,077h ;illegal sequence ;c788 fd 68 77 . h w + add a,a ;c78b 87 . + rst 38h ;c78c ff . + sub (hl) ;c78d 96 . + ld b,00bh ;c78e 06 0b . . + adc a,b ;c790 88 . + adc a,e ;c791 8b . + nop ;c792 00 . + sub l ;c793 95 . + sbc a,d ;c794 9a . + call po,sub_7595h ;c795 e4 95 75 . . u + inc e ;c798 1c . + sub l ;c799 95 . + sub (hl) ;c79a 96 . + call po,sub_71fch ;c79b e4 fc 71 . . q + ld (hl),a ;c79e 77 w + ld a,d ;c79f 7a z + call m,sub_8c4ah ;c7a0 fc 4a 8c . J . + ld (hl),a ;c7a3 77 w + call m,sub_8961h ;c7a4 fc 61 89 . a . + adc a,b ;c7a7 88 . + rst 38h ;c7a8 ff . + sub (hl) ;c7a9 96 . + dec bc ;c7aa 0b . + djnz lc738h ;c7ab 10 8b . . + adc a,b ;c7ad 88 . + nop ;c7ae 00 . + call po,sub_9a80h ;c7af e4 80 9a . . . + inc e ;c7b2 1c . + add a,b ;c7b3 80 . + sub c ;c7b4 91 . + call po,sub_50fdh ;c7b5 e4 fd 50 . . P + adc a,e ;c7b8 8b . + ld a,a ;c7b9 7f  + rst 38h ;c7ba ff . + adc a,e ;c7bb 8b . + ld b,012h ;c7bc 06 12 . . + add a,(hl) ;c7be 86 . + adc a,l ;c7bf 8d . + nop ;c7c0 00 . + add a,b ;c7c1 80 . + add a,(hl) ;c7c2 86 . + call po,035fch ;c7c3 e4 fc 35 . . 5 + adc a,b ;c7c6 88 . + add a,c ;c7c7 81 . + call m,sub_8635h ;c7c8 fc 35 86 . 5 . + adc a,h ;c7cb 8c . + call m,sub_7c71h ;c7cc fc 71 7c . q | + add a,(hl) ;c7cf 86 . + call m,sub_7a25h ;c7d0 fc 25 7a . % z + ld a,b ;c7d3 78 x + defb 0fdh,025h,080h ;illegal sequence ;c7d4 fd 25 80 . % . + adc a,d ;c7d7 8a . + defb 0fdh,076h,083h ;illegal sequence ;c7d8 fd 76 83 . v . + add a,l ;c7db 85 . + defb 0fdh,043h,086h ;illegal sequence ;c7dc fd 43 86 . C . + ld (hl),a ;c7df 77 w + defb 0fdh,01ch,07dh ;illegal sequence ;c7e0 fd 1c 7d . . } + ld a,e ;c7e3 7b { + rst 38h ;c7e4 ff . + sub e ;c7e5 93 . + ld c,011h ;c7e6 0e 11 . . + adc a,d ;c7e8 8a . + adc a,l ;c7e9 8d . + nop ;c7ea 00 . + add a,b ;c7eb 80 . + sbc a,b ;c7ec 98 . + call po,sub_988eh ;c7ed e4 8e 98 . . . + inc e ;c7f0 1c . + add a,(hl) ;c7f1 86 . + and h ;c7f2 a4 . + call po,sub_8886h ;c7f3 e4 86 88 . . . + call m,sub_885ah ;c7f6 fc 5a 88 . Z . + add a,b ;c7f9 80 . + rst 38h ;c7fa ff . + adc a,h ;c7fb 8c . + djnz lc810h ;c7fc 10 12 . . + add a,(hl) ;c7fe 86 . + sub c ;c7ff 91 . + nop ;c800 00 . + add a,b ;c801 80 . + sbc a,d ;c802 9a . + call po,sub_8680h ;c803 e4 80 86 . . . + call m,sub_88a6h ;c806 fc a6 88 . . . + add a,c ;c809 81 . + inc e ;c80a 1c . + sub b ;c80b 90 . + sbc a,d ;c80c 9a . + call po,sub_8090h ;c80d e4 90 80 . . . +lc810h: + rst 38h ;c810 ff . + sub d ;c811 92 . + ld c,010h ;c812 0e 10 . . + adc a,c ;c814 89 . + adc a,l ;c815 8d . + nop ;c816 00 . + add a,b ;c817 80 . + sbc a,d ;c818 9a . + call po,sub_8087h+2 ;c819 e4 89 80 . . . + adc a,d ;c81c 8a . + add a,b ;c81d 80 . + sub e ;c81e 93 . + sbc a,d ;c81f 9a . + rst 38h ;c820 ff . + sub h ;c821 94 . + ld (de),a ;c822 12 . + rla ;c823 17 . + adc a,d ;c824 8a . + adc a,l ;c825 8d . + nop ;c826 00 . + add a,b ;c827 80 . + sbc a,d ;c828 9a . + call po,sub_8086h ;c829 e4 86 80 . . . + add a,a ;c82c 87 . + add a,b ;c82d 80 . + adc a,l ;c82e 8d . + sub h ;c82f 94 . + adc a,(hl) ;c830 8e . + sub h ;c831 94 . + sub h ;c832 94 . + add a,b ;c833 80 . + sub l ;c834 95 . + add a,b ;c835 80 . + sbc a,e ;c836 9b . + sbc a,d ;c837 9a . + rst 38h ;c838 ff . + and b ;c839 a0 . + ld (de),a ;c83a 12 . + rla ;c83b 17 . + sub b ;c83c 90 . + adc a,l ;c83d 8d . + nop ;c83e 00 . + call po,sub_9a94h ;c83f e4 94 9a . . . + inc e ;c842 1c . + add a,c ;c843 81 . + sbc a,d ;c844 9a . + call po,sub_8095h ;c845 e4 95 80 . . . + rst 38h ;c848 ff . + sub (hl) ;c849 96 . + ld de,l8b17h ;c84a 11 17 8b . . . + adc a,l ;c84d 8d . + nop ;c84e 00 . + add a,b ;c84f 80 . + sbc a,d ;c850 9a . + call po,sub_8087h+1 ;c851 e4 88 80 . . . + adc a,d ;c854 8a . + add a,b ;c855 80 . + inc e ;c856 1c . + sub e ;c857 93 . + sbc a,d ;c858 9a . + call po,sub_808ah ;c859 e4 8a 80 . . . + add a,(hl) ;c85c 86 . + ld (hl),a ;c85d 77 w + ld (iy+07dh),c ;c85e fd 71 7d . q } + add a,d ;c861 82 . + rst 38h ;c862 ff . + sub h ;c863 94 . + ld (de),a ;c864 12 . + rla ;c865 17 . + adc a,d ;c866 8a . + adc a,b ;c867 88 . + nop ;c868 00 . + add a,c ;c869 81 . + sbc a,d ;c86a 9a . + call po,sub_9a91h+2 ;c86b e4 93 9a . . . + sub e ;c86e 93 . + sbc a,b ;c86f 98 . + add a,b ;c870 80 . + add a,d ;c871 82 . + add a,b ;c872 80 . + add a,b ;c873 80 . + sub h ;c874 94 . + add a,b ;c875 80 . + rst 38h ;c876 ff . + sub l ;c877 95 . + ld de,l8b17h ;c878 11 17 8b . . . + adc a,l ;c87b 8d . + nop ;c87c 00 . + adc a,c ;c87d 89 . + ld a,c ;c87e 79 y + call po,sub_5afdh ;c87f e4 fd 5a . . Z + add a,b ;c882 80 . + add a,(hl) ;c883 86 . + add a,e ;c884 83 . + adc a,a ;c885 8f . + call m,sub_7d5ah ;c886 fc 5a 7d . Z } + add a,b ;c889 80 . + call m,sub_805ah ;c88a fc 5a 80 . Z . + add a,e ;c88d 83 . + add a,e ;c88e 83 . + and l ;c88f a5 . + defb 0fdh,05ah,086h ;illegal sequence ;c890 fd 5a 86 . Z . + add a,b ;c893 80 . + rst 38h ;c894 ff . + adc a,e ;c895 8b . + inc d ;c896 14 . + ex af,af' ;c897 08 . + add a,(hl) ;c898 86 . + sub d ;c899 92 . + nop ;c89a 00 . + add a,b ;c89b 80 . + ld a,h ;c89c 7c | + call po,sub_a880h ;c89d e4 80 a8 . . . + rst 38h ;c8a0 ff . + add a,c ;c8a1 81 . + ld (bc),a ;c8a2 02 . + ld b,081h ;c8a3 06 81 . . + sub d ;c8a5 92 . + nop ;c8a6 00 . + add a,b ;c8a7 80 . + ld a,c ;c8a8 79 y + call po,sub_5afch ;c8a9 e4 fc 5a . . Z + add a,b ;c8ac 80 . + add a,(hl) ;c8ad 86 . + add a,(hl) ;c8ae 86 . + adc a,a ;c8af 8f . + defb 0fdh,05ah,083h ;illegal sequence ;c8b0 fd 5a 83 . Z . + add a,b ;c8b3 80 . + defb 0fdh,05ah,080h ;illegal sequence ;c8b4 fd 5a 80 . Z . + add a,e ;c8b7 83 . + add a,(hl) ;c8b8 86 . + and l ;c8b9 a5 . + call m,sub_7a5ah ;c8ba fc 5a 7a . Z z + add a,b ;c8bd 80 . + rst 38h ;c8be ff . + adc a,e ;c8bf 8b . + dec b ;c8c0 05 . + ld (bc),a ;c8c1 02 . + add a,(hl) ;c8c2 86 . + sub d ;c8c3 92 . + nop ;c8c4 00 . + add a,b ;c8c5 80 . + adc a,a ;c8c6 8f . + call po,sub_9383h ;c8c7 e4 83 93 . . . + defb 0fdh,047h,085h ;illegal sequence ;c8ca fd 47 85 . G . + ld a,c ;c8cd 79 y + sub b ;c8ce 90 . + sub b ;c8cf 90 . + call m,sub_8321h ;c8d0 fc 21 83 . ! . + adc a,d ;c8d3 8a . + sbc a,e ;c8d4 9b . + sub l ;c8d5 95 . + rst 38h ;c8d6 ff . + sbc a,l ;c8d7 9d . + inc de ;c8d8 13 . + inc d ;c8d9 14 . + adc a,a ;c8da 8f . + sub d ;c8db 92 . + nop ;c8dc 00 . + nop ;c8dd 00 . + add a,b ;c8de 80 . + and c ;c8df a1 . + call po,sub_ab80h ;c8e0 e4 80 ab . . . + rst 38h ;c8e3 ff . + add a,c ;c8e4 81 . + ld b,006h ;c8e5 06 06 . . + add a,c ;c8e7 81 . + and (hl) ;c8e8 a6 . + nop ;c8e9 00 . + add a,b ;c8ea 80 . + sub d ;c8eb 92 . + call po,09287h ;c8ec e4 87 92 . . . + adc a,l ;c8ef 8d . + add a,b ;c8f0 80 . + sub e ;c8f1 93 . + and h ;c8f2 a4 . + sbc a,d ;c8f3 9a . + and h ;c8f4 a4 . + rst 38h ;c8f5 ff . + sbc a,e ;c8f6 9b . + ld a,(bc) ;c8f7 0a . + ld d,08eh ;c8f8 16 8e . . + sub d ;c8fa 92 . + nop ;c8fb 00 . + ld d,(hl) ;c8fc 56 V + ld a,d ;c8fd 7a z + call po,sub_7a8ch ;c8fe e4 8c 7a . . z + rst 38h ;c901 ff . + add a,b ;c902 80 . + ld h,h ;c903 64 d + ld a,a ;c904 7f  + ld (hl),c ;c905 71 q + ld a,d ;c906 7a z + nop ;c907 00 . + ld d,(hl) ;c908 56 V + xor d ;c909 aa . + call po,sub_a15fh ;c90a e4 5f a1 . _ . + rst 38h ;c90d ff . + add a,b ;c90e 80 . + ld h,l ;c90f 65 e + ld a,a ;c910 7f  + ld e,e ;c911 5b [ + and l ;c912 a5 . + nop ;c913 00 . + adc a,c ;c914 89 . + add a,b ;c915 80 . + call po,sub_9c89h ;c916 e4 89 9c . . . + inc e ;c919 1c . + add a,b ;c91a 80 . + sub h ;c91b 94 . + call po,sub_9782h ;c91c e4 82 97 . . . + defb 0fdh,013h,08eh ;illegal sequence ;c91f fd 13 8e . . . + halt ;c922 76 v + defb 0fdh,025h,083h ;illegal sequence ;c923 fd 25 83 . % . + ld a,h ;c926 7c | + defb 0fdh,025h,080h ;illegal sequence ;c927 fd 25 80 . % . + ld a,e ;c92a 7b { + defb 0fdh,010h,077h ;illegal sequence ;c92b fd 10 77 . . w + ld (hl),h ;c92e 74 t + call m,sub_8c10h ;c92f fc 10 8c . . . + adc a,c ;c932 89 . + call m,sub_8325h ;c933 fc 25 83 . % . + add a,h ;c936 84 . + call m,sub_8025h ;c937 fc 25 80 . % . + add a,l ;c93a 85 . + call m,sub_7817h ;c93b fc 17 78 . . x + adc a,h ;c93e 8c . + sbc a,(hl) ;c93f 9e . + sbc a,h ;c940 9c . + inc e ;c941 1c . + sub l ;c942 95 . + sub h ;c943 94 . + call po,sub_8095h ;c944 e4 95 80 . . . + rst 38h ;c947 ff . + sbc a,a ;c948 9f . + djnz lc95dh ;c949 10 12 . . + sub b ;c94b 90 . + adc a,l ;c94c 8d . + nop ;c94d 00 . + call po,sub_a480h ;c94e e4 80 a4 . . . + inc e ;c951 1c . + add a,b ;c952 80 . + sub d ;c953 92 . + call po,sub_9299h ;c954 e4 99 92 . . . + rst 38h ;c957 ff . + sbc a,e ;c958 9b . + inc de ;c959 13 . + inc d ;c95a 14 . + adc a,(hl) ;c95b 8e . + sub d ;c95c 92 . +lc95dh: + nop ;c95d 00 . + add a,b ;c95e 80 . + sub d ;c95f 92 . + call po,sub_929ah ;c960 e4 9a 92 . . . + inc e ;c963 1c . + sub d ;c964 92 . + sbc a,c ;c965 99 . + call po,sub_929ah ;c966 e4 9a 92 . . . + sub d ;c969 92 . + adc a,e ;c96a 8b . + rst 38h ;c96b ff . + and c ;c96c a1 . + inc de ;c96d 13 . + inc d ;c96e 14 . + and c ;c96f a1 . + sub d ;c970 92 . + nop ;c971 00 . + ld d,(hl) ;c972 56 V + and c ;c973 a1 . + call po,sub_10fdh ;c974 e4 fd 10 . . . + adc a,h ;c977 8c . + ld (hl),a ;c978 77 w + defb 0fdh,04ah,083h ;illegal sequence ;c979 fd 4a 83 . J . + ld a,h ;c97c 7c | + ld h,d ;c97d 62 b + and d ;c97e a2 . + call m,sub_834ah ;c97f fc 4a 83 . J . + add a,h ;c982 84 . + call m,sub_7812h ;c983 fc 12 78 . . x + adc a,e ;c986 8b . + rst 38h ;c987 ff . + add a,b ;c988 80 . + ld h,(hl) ;c989 66 f + ld a,a ;c98a 7f  + ld h,b ;c98b 60 ` + and e ;c98c a3 . + nop ;c98d 00 . + ld d,(hl) ;c98e 56 V + and c ;c98f a1 . + call po,sub_aa60h ;c990 e4 60 aa . ` . + rst 38h ;c993 ff . + add a,b ;c994 80 . + ld h,l ;c995 65 e + ld a,a ;c996 7f  + ld e,e ;c997 5b [ + and l ;c998 a5 . + nop ;c999 00 . + ld d,(hl) ;c99a 56 V + and c ;c99b a1 . + call po,sub_a85eh ;c99c e4 5e a8 . ^ . + ld h,(hl) ;c99f 66 f + and c ;c9a0 a1 . + rst 38h ;c9a1 ff . + add a,b ;c9a2 80 . + ld h,(hl) ;c9a3 66 f + ld a,a ;c9a4 7f  + ld e,(hl) ;c9a5 5e ^ + and h ;c9a6 a4 . + nop ;c9a7 00 . + ld d,(hl) ;c9a8 56 V + xor e ;c9a9 ab . + call po,sub_b4fdh ;c9aa e4 fd b4 . . . + add a,c ;c9ad 81 . + add a,b ;c9ae 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c9af fd b4 7f . .  + add a,b ;c9b2 80 . + inc e ;c9b3 1c . + ld h,h ;c9b4 64 d + xor e ;c9b5 ab . + call po,sub_b4fdh ;c9b6 e4 fd b4 . . . + add a,c ;c9b9 81 . + add a,b ;c9ba 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c9bb fd b4 7f . .  + add a,b ;c9be 80 . + rst 38h ;c9bf ff . + add a,b ;c9c0 80 . + ld h,a ;c9c1 67 g + ld a,a ;c9c2 7f  + ld e,(hl) ;c9c3 5e ^ + xor e ;c9c4 ab . + nop ;c9c5 00 . + ld d,(hl) ;c9c6 56 V + xor l ;c9c7 ad . + call po,sub_b4fdh ;c9c8 e4 fd b4 . . . + add a,e ;c9cb 83 . + add a,b ;c9cc 80 . + defb 0fdh,0b4h,07dh ;illegal sequence ;c9cd fd b4 7d . . } + add a,b ;c9d0 80 . + rst 38h ;c9d1 ff . + add a,b ;c9d2 80 . + ld l,b ;c9d3 68 h + ld a,a ;c9d4 7f  + ld e,c ;c9d5 59 Y + xor l ;c9d6 ad . + nop ;c9d7 00 . + ld d,(hl) ;c9d8 56 V + and d ;c9d9 a2 . + call po,sub_b4fdh ;c9da e4 fd b4 . . . + add a,c ;c9dd 81 . + add a,b ;c9de 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c9df fd b4 7f . .  + add a,b ;c9e2 80 . + inc e ;c9e3 1c . + ld h,h ;c9e4 64 d + and d ;c9e5 a2 . + call po,sub_b4fdh ;c9e6 e4 fd b4 . . . + add a,c ;c9e9 81 . + add a,b ;c9ea 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;c9eb fd b4 7f . .  + add a,b ;c9ee 80 . + rst 38h ;c9ef ff . + add a,b ;c9f0 80 . + ld h,a ;c9f1 67 g + ld a,a ;c9f2 7f  + ld e,(hl) ;c9f3 5e ^ + and d ;c9f4 a2 . + nop ;c9f5 00 . + ld d,(hl) ;c9f6 56 V + and h ;c9f7 a4 . + call po,sub_b4fdh ;c9f8 e4 fd b4 . . . + add a,e ;c9fb 83 . + add a,b ;c9fc 80 . + defb 0fdh,0b4h,07dh ;illegal sequence ;c9fd fd b4 7d . . } + add a,b ;ca00 80 . + rst 38h ;ca01 ff . + add a,b ;ca02 80 . + ld l,b ;ca03 68 h + ld a,a ;ca04 7f  + ld e,c ;ca05 59 Y + and h ;ca06 a4 . + nop ;ca07 00 . + ld d,(hl) ;ca08 56 V + xor e ;ca09 ab . + call po,sub_b063h ;ca0a e4 63 b0 . c . + dec (iy-078h) ;ca0d fd 35 88 . 5 . + ld (hl),b ;ca10 70 p + add a,b ;ca11 80 . + xor d ;ca12 aa . + call m,sub_862eh ;ca13 fc 2e 86 . . . + adc a,(hl) ;ca16 8e . + sbc a,e ;ca17 9b . + or d ;ca18 b2 . + rst 38h ;ca19 ff . + add a,b ;ca1a 80 . + ld l,c ;ca1b 69 i + ld a,a ;ca1c 7f  + ld a,b ;ca1d 78 x + xor a ;ca1e af . + nop ;ca1f 00 . + ld d,(hl) ;ca20 56 V + xor d ;ca21 aa . + call po,sub_0afch+1 ;ca22 e4 fd 0a . . . + sub d ;ca25 92 . + ld (hl),c ;ca26 71 q + defb 0fdh,04ah,083h ;illegal sequence ;ca27 fd 4a 83 . J . + ld a,h ;ca2a 7c | + ld h,d ;ca2b 62 b + xor e ;ca2c ab . + call m,sub_834ah ;ca2d fc 4a 83 . J . + add a,h ;ca30 84 . + call m,sub_710ah ;ca31 fc 0a 71 . . q + sub d ;ca34 92 . + rst 38h ;ca35 ff . + add a,b ;ca36 80 . + ld h,(hl) ;ca37 66 f + ld a,a ;ca38 7f  + ld h,b ;ca39 60 ` + xor h ;ca3a ac . + nop ;ca3b 00 . + ld d,(hl) ;ca3c 56 V + and c ;ca3d a1 . + call po,sub_a65eh ;ca3e e4 5e a6 . ^ . + defb 0fdh,03eh,086h ;illegal sequence ;ca41 fd 3e 86 . > . + halt ;ca44 76 v + ld (hl),d ;ca45 72 r + and d ;ca46 a2 . + call m,sub_8435h ;ca47 fc 35 84 . 5 . + adc a,b ;ca4a 88 . + add a,h ;ca4b 84 . + xor b ;ca4c a8 . + rst 38h ;ca4d ff . + add a,b ;ca4e 80 . + ld l,d ;ca4f 6a j + ld a,a ;ca50 7f  + ld l,l ;ca51 6d m + and h ;ca52 a4 . + nop ;ca53 00 . + ld e,c ;ca54 59 Y + and c ;ca55 a1 . + call po,sub_25fdh ;ca56 e4 fd 25 . . % + adc a,b ;ca59 88 . + ld a,h ;ca5a 7c | + dec (iy-07eh) ;ca5b fd 35 82 . 5 . + ld a,h ;ca5e 7c | + defb 0fdh,010h,07ah ;illegal sequence ;ca5f fd 10 7a . . z + ld a,b ;ca62 78 x + call m,sub_8810h ;ca63 fc 10 88 . . . + add a,(hl) ;ca66 86 . + call m,sub_8235h ;ca67 fc 35 82 . 5 . + add a,h ;ca6a 84 . + call m,sub_7c25h ;ca6b fc 25 7c . % | + adc a,b ;ca6e 88 . + rst 38h ;ca6f ff . + add a,b ;ca70 80 . + ld h,(hl) ;ca71 66 f + ld a,a ;ca72 7f  + ld h,b ;ca73 60 ` + and e ;ca74 a3 . + nop ;ca75 00 . + ld (hl),c ;ca76 71 q + adc a,h ;ca77 8c . + call po,sub_8c8fh ;ca78 e4 8f 8c . . . + adc a,a ;ca7b 8f . + ld (hl),h ;ca7c 74 t + ld (hl),c ;ca7d 71 q + ld (hl),h ;ca7e 74 t + ld (hl),c ;ca7f 71 q + adc a,h ;ca80 8c . + inc e ;ca81 1c . + add a,b ;ca82 80 . + adc a,h ;ca83 8c . + call po,sub_8080h ;ca84 e4 80 80 . . . + rst 38h ;ca87 ff . + add a,b ;ca88 80 . + ld a,a ;ca89 7f  + ld a,a ;ca8a 7f  + add a,b ;ca8b 80 . + add a,b ;ca8c 80 . + nop ;ca8d 00 . + ld a,c ;ca8e 79 y + adc a,h ;ca8f 8c . + call po,sub_8c87h ;ca90 e4 87 8c . . . + adc a,a ;ca93 8f . + add a,l ;ca94 85 . + adc a,a ;ca95 8f . + ld a,e ;ca96 7b { + add a,a ;ca97 87 . + ld (hl),h ;ca98 74 t + ld a,c ;ca99 79 y + ld (hl),h ;ca9a 74 t + ld (hl),c ;ca9b 71 q + ld a,e ;ca9c 7b { + ld (hl),c ;ca9d 71 q + add a,l ;ca9e 85 . + ld a,c ;ca9f 79 y + adc a,h ;caa0 8c . + inc e ;caa1 1c . + add a,b ;caa2 80 . + adc a,h ;caa3 8c . + call po,sub_8080h ;caa4 e4 80 80 . . . + rst 38h ;caa7 ff . + add a,b ;caa8 80 . + ld a,a ;caa9 7f  + ld a,a ;caaa 7f  + add a,b ;caab 80 . + add a,b ;caac 80 . + nop ;caad 00 . + add a,b ;caae 80 . + adc a,h ;caaf 8c . + call po,sub_748fh ;cab0 e4 8f 74 . . t + ld (hl),c ;cab3 71 q + ld (hl),h ;cab4 74 t + add a,b ;cab5 80 . + adc a,h ;cab6 8c . + add a,b ;cab7 80 . + add a,b ;cab8 80 . + rst 38h ;cab9 ff . + add a,b ;caba 80 . + ld a,a ;cabb 7f  + ld a,a ;cabc 7f  + add a,b ;cabd 80 . + add a,b ;cabe 80 . + nop ;cabf 00 . + ld (hl),c ;cac0 71 q + add a,b ;cac1 80 . + call po,sub_808fh ;cac2 e4 8f 80 . . . + inc e ;cac5 1c . + add a,b ;cac6 80 . + adc a,h ;cac7 8c . + call po,sub_7480h ;cac8 e4 80 74 . . t + rst 38h ;cacb ff . + add a,b ;cacc 80 . + ld a,a ;cacd 7f  + ld a,a ;cace 7f  + add a,b ;cacf 80 . + add a,b ;cad0 80 . + nop ;cad1 00 . + ld (hl),l ;cad2 75 u + ld (hl),d ;cad3 72 r + call po,sub_8e8bh ;cad4 e4 8b 8e . . . + inc e ;cad7 1c . + ld (hl),l ;cad8 75 u + adc a,(hl) ;cad9 8e . + call po,sub_728bh ;cada e4 8b 72 . . r + rst 38h ;cadd ff . + add a,b ;cade 80 . + ld a,a ;cadf 7f  + ld a,a ;cae0 7f  + add a,b ;cae1 80 . + add a,b ;cae2 80 . + nop ;cae3 00 . + add a,b ;cae4 80 . + adc a,h ;cae5 8c . + call po,sub_808fh ;cae6 e4 8f 80 . . . + add a,b ;cae9 80 . + ld (hl),h ;caea 74 t + ld (hl),c ;caeb 71 q + add a,b ;caec 80 . + add a,b ;caed 80 . + adc a,h ;caee 8c . + add a,b ;caef 80 . + add a,b ;caf0 80 . + rst 38h ;caf1 ff . + add a,b ;caf2 80 . + ld a,a ;caf3 7f  + ld a,a ;caf4 7f  + add a,b ;caf5 80 . + add a,b ;caf6 80 . + nop ;caf7 00 . + add a,b ;caf8 80 . + adc a,h ;caf9 8c . + call po,sub_808fh ;cafa e4 8f 80 . . . + ld (hl),c ;cafd 71 q + add a,b ;cafe 80 . + add a,b ;caff 80 . + adc a,h ;cb00 8c . + add a,b ;cb01 80 . + ld (hl),h ;cb02 74 t + rst 38h ;cb03 ff . + add a,b ;cb04 80 . + ld a,a ;cb05 7f  + ld a,a ;cb06 7f  + add a,b ;cb07 80 . + add a,b ;cb08 80 . + nop ;cb09 00 . + adc a,a ;cb0a 8f . + ld (hl),h ;cb0b 74 t + call po,sub_8c71h ;cb0c e4 71 8c . q . + adc a,a ;cb0f 8f . + adc a,h ;cb10 8c . + ld (hl),c ;cb11 71 q + ld (hl),h ;cb12 74 t + rst 38h ;cb13 ff . + add a,b ;cb14 80 . + ld a,a ;cb15 7f  + ld a,a ;cb16 7f  + add a,b ;cb17 80 . + add a,b ;cb18 80 . + nop ;cb19 00 . + ld (hl),c ;cb1a 71 q + adc a,h ;cb1b 8c . + call po,sub_8c8fh ;cb1c e4 8f 8c . . . + ld (hl),c ;cb1f 71 q + ld (hl),h ;cb20 74 t + adc a,a ;cb21 8f . + ld (hl),h ;cb22 74 t + inc e ;cb23 1c . + ld a,b ;cb24 78 x + add a,b ;cb25 80 . + call po,sub_8087h+1 ;cb26 e4 88 80 . . . + rst 38h ;cb29 ff . + add a,b ;cb2a 80 . + ld a,a ;cb2b 7f  + ld a,a ;cb2c 7f  + add a,b ;cb2d 80 . + add a,b ;cb2e 80 . + nop ;cb2f 00 . + ld (hl),c ;cb30 71 q + adc a,h ;cb31 8c . + call po,sub_8080h ;cb32 e4 80 80 . . . + adc a,a ;cb35 8f . + adc a,h ;cb36 8c . + inc e ;cb37 1c . + add a,b ;cb38 80 . + add a,b ;cb39 80 . + call po,sub_7480h ;cb3a e4 80 74 . . t + rst 38h ;cb3d ff . + add a,b ;cb3e 80 . + ld a,a ;cb3f 7f  + ld a,a ;cb40 7f  + add a,b ;cb41 80 . + add a,b ;cb42 80 . + nop ;cb43 00 . + ld a,c ;cb44 79 y + add a,(hl) ;cb45 86 . + call po,sub_8687h ;cb46 e4 87 86 . . . + add a,a ;cb49 87 . + ld a,d ;cb4a 7a z + ld a,c ;cb4b 79 y + ld a,d ;cb4c 7a z + ld a,c ;cb4d 79 y + add a,(hl) ;cb4e 86 . + inc e ;cb4f 1c . + ld (hl),c ;cb50 71 q + adc a,h ;cb51 8c . + call po,sub_8679h ;cb52 e4 79 86 . y . + inc e ;cb55 1c . + add a,a ;cb56 87 . + ld a,d ;cb57 7a z + call po,sub_748fh ;cb58 e4 8f 74 . . t + inc e ;cb5b 1c . + adc a,a ;cb5c 8f . + adc a,h ;cb5d 8c . + call po,sub_8080h ;cb5e e4 80 80 . . . + inc e ;cb61 1c . + ld a,c ;cb62 79 y + ld a,d ;cb63 7a z + call po,sub_7471h ;cb64 e4 71 74 . q t + rst 38h ;cb67 ff . + add a,b ;cb68 80 . + ld a,a ;cb69 7f  + ld a,a ;cb6a 7f  + add a,b ;cb6b 80 . + add a,b ;cb6c 80 . + nop ;cb6d 00 . + add a,b ;cb6e 80 . + adc a,h ;cb6f 8c . + call po,sub_7480h ;cb70 e4 80 74 . . t + inc e ;cb73 1c . + adc a,a ;cb74 8f . + ld (hl),h ;cb75 74 t + call po,sub_8c71h ;cb76 e4 71 8c . q . + inc e ;cb79 1c . + ld (hl),c ;cb7a 71 q + add a,b ;cb7b 80 . + call po,sub_808fh ;cb7c e4 8f 80 . . . + inc e ;cb7f 1c . + adc a,a ;cb80 8f . + adc a,h ;cb81 8c . + call po,sub_7471h ;cb82 e4 71 74 . q t + rst 38h ;cb85 ff . + add a,b ;cb86 80 . + ld a,a ;cb87 7f  + ld a,a ;cb88 7f  + add a,b ;cb89 80 . + add a,b ;cb8a 80 . + nop ;cb8b 00 . + ld (hl),c ;cb8c 71 q + adc a,h ;cb8d 8c . + call po,sub_8c8fh ;cb8e e4 8f 8c . . . + ld (hl),c ;cb91 71 q + ld (hl),h ;cb92 74 t + adc a,a ;cb93 8f . + ld (hl),h ;cb94 74 t + ld (hl),c ;cb95 71 q + adc a,h ;cb96 8c . + rst 38h ;cb97 ff . + add a,b ;cb98 80 . + ld a,a ;cb99 7f  + ld a,a ;cb9a 7f  + add a,b ;cb9b 80 . + add a,b ;cb9c 80 . + nop ;cb9d 00 . + add a,b ;cb9e 80 . + adc a,h ;cb9f 8c . + call po,sub_7480h ;cba0 e4 80 74 . . t + rst 38h ;cba3 ff . + add a,b ;cba4 80 . + ld a,a ;cba5 7f  + ld a,a ;cba6 7f  + add a,b ;cba7 80 . + add a,b ;cba8 80 . + nop ;cba9 00 . + ld (hl),e ;cbaa 73 s + add a,(hl) ;cbab 86 . + call po,sub_868dh ;cbac e4 8d 86 . . . + add a,b ;cbaf 80 . + ld (hl),h ;cbb0 74 t + ld (hl),e ;cbb1 73 s + add a,(hl) ;cbb2 86 . + inc e ;cbb3 1c . + add a,b ;cbb4 80 . + adc a,h ;cbb5 8c . + call po,sub_7a8dh ;cbb6 e4 8d 7a . . z + ld (hl),e ;cbb9 73 s + ld a,d ;cbba 7a z + add a,b ;cbbb 80 . + adc a,h ;cbbc 8c . + add a,b ;cbbd 80 . + add a,b ;cbbe 80 . + rst 38h ;cbbf ff . + add a,b ;cbc0 80 . + ld a,a ;cbc1 7f  + ld a,a ;cbc2 7f  + add a,b ;cbc3 80 . + add a,b ;cbc4 80 . + nop ;cbc5 00 . + ld (hl),h ;cbc6 74 t + add a,b ;cbc7 80 . + call po,sub_808ch ;cbc8 e4 8c 80 . . . + rst 38h ;cbcb ff . + sub l ;cbcc 95 . + djnz lcbd7h ;cbcd 10 08 . . + adc a,e ;cbcf 8b . + add a,b ;cbd0 80 . + nop ;cbd1 00 . + add a,b ;cbd2 80 . + adc a,b ;cbd3 88 . + call po,sub_7880h ;cbd4 e4 80 78 . . x +lcbd7h: + rst 38h ;cbd7 ff . + add a,c ;cbd8 81 . + ex af,af' ;cbd9 08 . + ld b,081h ;cbda 06 81 . . + add a,(hl) ;cbdc 86 . + nop ;cbdd 00 . + add a,b ;cbde 80 . + add a,e ;cbdf 83 . + call po,sub_9380h ;cbe0 e4 80 93 . . . + defb 0fdh,0b4h,08dh ;illegal sequence ;cbe3 fd b4 8d . . . + add a,b ;cbe6 80 . + sbc a,d ;cbe7 9a . + add a,e ;cbe8 83 . + rst 38h ;cbe9 ff . + sbc a,(hl) ;cbea 9e . + ex af,af' ;cbeb 08 . + ld a,(bc) ;cbec 0a . + adc a,a ;cbed 8f . + sub d ;cbee 92 . + nop ;cbef 00 . + add a,b ;cbf0 80 . + add a,h ;cbf1 84 . + call po,sub_848eh ;cbf2 e4 8e 84 . . . + call m,sub_7ea4h ;cbf5 fc a4 7e . . ~ + adc a,(hl) ;cbf8 8e . + add a,b ;cbf9 80 . + and b ;cbfa a0 . + rst 38h ;cbfb ff . + sbc a,(hl) ;cbfc 9e . + ex af,af' ;cbfd 08 . + ld a,(bc) ;cbfe 0a . + adc a,a ;cbff 8f . + sub d ;cc00 92 . + nop ;cc01 00 . + sbc a,e ;cc02 9b . + add a,h ;cc03 84 . + call po,sub_848dh ;cc04 e4 8d 84 . . . + defb 0fdh,0a4h,082h ;illegal sequence ;cc07 fd a4 82 . . . + adc a,(hl) ;cc0a 8e . + sbc a,e ;cc0b 9b . + and b ;cc0c a0 . + rst 38h ;cc0d ff . + sbc a,(hl) ;cc0e 9e . + ex af,af' ;cc0f 08 . + ld a,(bc) ;cc10 0a . + adc a,a ;cc11 8f . + sub d ;cc12 92 . + nop ;cc13 00 . + add a,b ;cc14 80 . + and c ;cc15 a1 . + call po,sub_9080h ;cc16 e4 80 90 . . . + call m,08dabh ;cc19 fc ab 8d . . . + add a,c ;cc1c 81 . + sbc a,d ;cc1d 9a . + and c ;cc1e a1 . + rst 38h ;cc1f ff . + sbc a,(hl) ;cc20 9e . + ex af,af' ;cc21 08 . + ld a,(bc) ;cc22 0a . + adc a,a ;cc23 8f . + sub d ;cc24 92 . + nop ;cc25 00 . + ld e,c ;cc26 59 Y + xor d ;cc27 aa . + call po,sub_aa80h ;cc28 e4 80 aa . . . + rst 38h ;cc2b ff . + add a,b ;cc2c 80 . + ld a,a ;cc2d 7f  + ld a,a ;cc2e 7f  + ld l,e ;cc2f 6b k + xor d ;cc30 aa . + nop ;cc31 00 . + add a,b ;cc32 80 . + adc a,c ;cc33 89 . + call po,0899ah ;cc34 e4 9a 89 . . . + inc e ;cc37 1c . + sbc a,d ;cc38 9a . + sub d ;cc39 92 . + call po,09280h ;cc3a e4 80 92 . . . + inc e ;cc3d 1c . + add a,b ;cc3e 80 . + sbc a,e ;cc3f 9b . + call po,sub_9b9ah ;cc40 e4 9a 9b . . . + rst 38h ;cc43 ff . + sbc a,l ;cc44 9d . + inc de ;cc45 13 . + inc d ;cc46 14 . + adc a,a ;cc47 8f . + sub d ;cc48 92 . + nop ;cc49 00 . + add a,b ;cc4a 80 . + add a,(hl) ;cc4b 86 . + call po,sub_869ch ;cc4c e4 9c 86 . . . + inc e ;cc4f 1c . + sbc a,h ;cc50 9c . + sub c ;cc51 91 . + call po,sub_9180h ;cc52 e4 80 91 . . . + inc e ;cc55 1c . + add a,b ;cc56 80 . + sbc a,c ;cc57 99 . + call po,sub_0dfdh ;cc58 e4 fd 0d . . . + adc a,a ;cc5b 8f . + ld (hl),h ;cc5c 74 t + defb 0fdh,05ah,085h ;illegal sequence ;cc5d fd 5a 85 . Z . + ld a,e ;cc60 7b { + adc a,a ;cc61 8f . + sbc a,d ;cc62 9a . + call m,sub_855ah ;cc63 fc 5a 85 . Z . + add a,l ;cc66 85 . + call m,sub_740dh ;cc67 fc 0d 74 . . t + adc a,a ;cc6a 8f . + rst 38h ;cc6b ff . + sbc a,l ;cc6c 9d . + inc de ;cc6d 13 . + inc d ;cc6e 14 . + adc a,a ;cc6f 8f . + sub d ;cc70 92 . + nop ;cc71 00 . + add a,b ;cc72 80 . + adc a,d ;cc73 8a . + call po,sub_8c81h ;cc74 e4 81 8c . . . + defb 0fdh,064h,086h ;illegal sequence ;cc77 fd 64 86 . d . + ld a,e ;cc7a 7b { + call m,sub_8664h ;cc7b fc 64 86 . d . + add a,l ;cc7e 85 . + sbc a,d ;cc7f 9a . + adc a,(hl) ;cc80 8e . + inc e ;cc81 1c . + add a,b ;cc82 80 . + sub l ;cc83 95 . + call po,sub_9781h ;cc84 e4 81 97 . . . + defb 0fdh,064h,086h ;illegal sequence ;cc87 fd 64 86 . d . + ld a,e ;cc8a 7b { + call m,sub_8664h ;cc8b fc 64 86 . d . + add a,l ;cc8e 85 . + sbc a,d ;cc8f 9a . + sbc a,c ;cc90 99 . + rst 38h ;cc91 ff . + sbc a,l ;cc92 9d . + inc de ;cc93 13 . + inc d ;cc94 14 . + adc a,a ;cc95 8f . + sub d ;cc96 92 . + nop ;cc97 00 . + add a,b ;cc98 80 . + sub b ;cc99 90 . + call po,sub_0bfdh ;cc9a e4 fd 0b . . . + sub (hl) ;cc9d 96 . + ld l,(hl) ;cc9e 6e n + defb 0fdh,04dh,084h ;illegal sequence ;cc9f fd 4d 84 . M . + ld a,e ;cca2 7b { + call m,sub_9f08h ;cca3 fc 08 9f . . . + sbc a,e ;cca6 9b . + call m,sub_844dh ;cca7 fc 4d 84 . M . + add a,l ;ccaa 85 . + call m,sub_6e0bh ;ccab fc 0b 6e . . n + sub (hl) ;ccae 96 . + rst 38h ;ccaf ff . + sbc a,l ;ccb0 9d . + inc de ;ccb1 13 . + inc d ;ccb2 14 . + adc a,a ;ccb3 8f . + sub d ;ccb4 92 . + nop ;ccb5 00 . + add a,b ;ccb6 80 . + add a,d ;ccb7 82 . + call po,sub_829ah ;ccb8 e4 9a 82 . . . + inc e ;ccbb 1c . + sbc a,d ;ccbc 9a . + adc a,c ;ccbd 89 . + call po,sub_9380h ;ccbe e4 80 93 . . . + add a,b ;ccc1 80 . + sub a ;ccc2 97 . + sbc a,d ;ccc3 9a . + and c ;ccc4 a1 . + rst 38h ;ccc5 ff . + sbc a,e ;ccc6 9b . + inc de ;ccc7 13 . + inc d ;ccc8 14 . + adc a,(hl) ;ccc9 8e . + sub d ;ccca 92 . + nop ;cccb 00 . + add a,b ;cccc 80 . + and c ;cccd a1 . + call po,sub_979ah ;ccce e4 9a 97 . . . + sbc a,d ;ccd1 9a . + sub e ;ccd2 93 . + add a,b ;ccd3 80 . + adc a,c ;ccd4 89 . + inc e ;ccd5 1c . + add a,b ;ccd6 80 . + add a,d ;ccd7 82 . + call po,sub_829ah ;ccd8 e4 9a 82 . . . + rst 38h ;ccdb ff . + sbc a,e ;ccdc 9b . + inc de ;ccdd 13 . + inc d ;ccde 14 . + adc a,(hl) ;ccdf 8e . + sub d ;cce0 92 . + nop ;cce1 00 . + add a,l ;cce2 85 . + add a,d ;cce3 82 . + call po,sub_a294h ;cce4 e4 94 a2 . . . + inc e ;cce7 1c . + sbc a,d ;cce8 9a . + sbc a,b ;cce9 98 . + call po,sub_9880h ;ccea e4 80 98 . . . + inc e ;cced 1c . + add a,b ;ccee 80 . + adc a,h ;ccef 8c . + call po,sub_8c9ah ;ccf0 e4 9a 8c . . . + rst 38h ;ccf3 ff . + sbc a,e ;ccf4 9b . + inc de ;ccf5 13 . + inc d ;ccf6 14 . + adc a,(hl) ;ccf7 8e . + sub d ;ccf8 92 . + nop ;ccf9 00 . + call po,sub_a48dh ;ccfa e4 8d a4 . . . + sbc a,d ;ccfd 9a . + add a,b ;ccfe 80 . + add a,b ;ccff 80 . + add a,b ;cd00 80 . + rst 38h ;cd01 ff . + sbc a,e ;cd02 9b . + inc de ;cd03 13 . + inc d ;cd04 14 . + adc a,(hl) ;cd05 8e . + sub d ;cd06 92 . + nop ;cd07 00 . + add a,a ;cd08 87 . + add a,b ;cd09 80 . + call po,sub_a487h ;cd0a e4 87 a4 . . . + inc e ;cd0d 1c . + add a,b ;cd0e 80 . + and h ;cd0f a4 . + call po,sub_a49ah ;cd10 e4 9a a4 . . . + inc e ;cd13 1c . + sub e ;cd14 93 . + and h ;cd15 a4 . + call po,sub_8093h ;cd16 e4 93 80 . . . + rst 38h ;cd19 ff . + sbc a,e ;cd1a 9b . + inc de ;cd1b 13 . + inc d ;cd1c 14 . + adc a,(hl) ;cd1d 8e . + sub d ;cd1e 92 . + nop ;cd1f 00 . + sbc a,d ;cd20 9a . + and b ;cd21 a0 . + call po,sub_a49ah ;cd22 e4 9a a4 . . . + add a,b ;cd25 80 . + and h ;cd26 a4 . + add a,b ;cd27 80 . + and d ;cd28 a2 . + adc a,l ;cd29 8d . + sub d ;cd2a 92 . + add a,b ;cd2b 80 . + add a,d ;cd2c 82 . + add a,b ;cd2d 80 . + add a,b ;cd2e 80 . + sbc a,d ;cd2f 9a . + add a,b ;cd30 80 . + sbc a,d ;cd31 9a . + add a,h ;cd32 84 . + rst 38h ;cd33 ff . + sbc a,e ;cd34 9b . + inc de ;cd35 13 . + inc d ;cd36 14 . + adc a,(hl) ;cd37 8e . + sub d ;cd38 92 . + nop ;cd39 00 . + adc a,l ;cd3a 8d . + add a,d ;cd3b 82 . + call po,sub_9c8dh ;cd3c e4 8d 9c . . . + inc e ;cd3f 1c . + sbc a,d ;cd40 9a . + adc a,a ;cd41 8f . + call po,sub_8f80h ;cd42 e4 80 8f . . . + inc e ;cd45 1c . + add a,b ;cd46 80 . + and d ;cd47 a2 . + call po,sub_a29ah ;cd48 e4 9a a2 . . . + rst 38h ;cd4b ff . + sbc a,d ;cd4c 9a . + inc de ;cd4d 13 . + inc d ;cd4e 14 . + adc a,l ;cd4f 8d . + sub c ;cd50 91 . + nop ;cd51 00 . + add a,b ;cd52 80 . + sub d ;cd53 92 . + call po,sub_929fh ;cd54 e4 9f 92 . . . + inc e ;cd57 1c . + sub l ;cd58 95 . + sub a ;cd59 97 . + call po,sub_929fh ;cd5a e4 9f 92 . . . + sub l ;cd5d 95 . + adc a,l ;cd5e 8d . + rst 38h ;cd5f ff . + and c ;cd60 a1 . + inc de ;cd61 13 . + inc d ;cd62 14 . + sub c ;cd63 91 . + sub d ;cd64 92 . + nop ;cd65 00 . + add a,b ;cd66 80 . + sub (hl) ;cd67 96 . + call po,sub_a48dh ;cd68 e4 8d a4 . . . + sbc a,d ;cd6b 9a . + sub (hl) ;cd6c 96 . + inc e ;cd6d 1c . + adc a,l ;cd6e 8d . + and h ;cd6f a4 . + call po,sub_808dh ;cd70 e4 8d 80 . . . + rst 38h ;cd73 ff . + sbc a,d ;cd74 9a . + inc d ;cd75 14 . + add hl,bc ;cd76 09 . + adc a,l ;cd77 8d . + sub d ;cd78 92 . + nop ;cd79 00 . + add a,a ;cd7a 87 . + adc a,e ;cd7b 8b . + call po,09280h ;cd7c e4 80 92 . . . + add a,a ;cd7f 87 . + sbc a,c ;cd80 99 . + inc e ;cd81 1c . + add a,b ;cd82 80 . + sub d ;cd83 92 . + call po,sub_929ah ;cd84 e4 9a 92 . . . + rst 38h ;cd87 ff . + and c ;cd88 a1 . + inc de ;cd89 13 . + inc d ;cd8a 14 . + sub c ;cd8b 91 . + sub d ;cd8c 92 . + nop ;cd8d 00 . + add a,b ;cd8e 80 . + adc a,(hl) ;cd8f 8e . + call po,sub_808dh ;cd90 e4 8d 80 . . . + sbc a,d ;cd93 9a . + adc a,(hl) ;cd94 8e . + inc e ;cd95 1c . + adc a,l ;cd96 8d . + add a,b ;cd97 80 . + call po,sub_a48dh ;cd98 e4 8d a4 . . . + rst 38h ;cd9b ff . + sbc a,d ;cd9c 9a . + dec b ;cd9d 05 . + add hl,bc ;cd9e 09 . + adc a,l ;cd9f 8d . + sub d ;cda0 92 . + nop ;cda1 00 . + add a,b ;cda2 80 . + ld a,e ;cda3 7b { + call po,sub_25fch ;cda4 e4 fc 25 . . % + add a,(hl) ;cda7 86 . + add a,e ;cda8 83 . + call m,sub_825ah ;cda9 fc 5a 82 . Z . + add a,h ;cdac 84 . + call m,06117h ;cdad fc 17 61 . . a + adc a,(hl) ;cdb0 8e . + adc a,(hl) ;cdb1 8e . + and c ;cdb2 a1 . + defb 0fdh,01ah,095h ;illegal sequence ;cdb3 fd 1a 95 . . . + ld a,(hl) ;cdb6 7e ~ + defb 0fdh,05ah,084h ;illegal sequence ;cdb7 fd 5a 84 . Z . + ld a,(hl) ;cdba 7e ~ + defb 0fdh,01fh,07ch ;illegal sequence ;cdbb fd 1f 7c . . | + ld a,c ;cdbe 79 y + rst 38h ;cdbf ff . + and d ;cdc0 a2 . + ex af,af' ;cdc1 08 . + ld a,(bc) ;cdc2 0a . + sub c ;cdc3 91 . + sub h ;cdc4 94 . + nop ;cdc5 00 . + add a,b ;cdc6 80 . + sub d ;cdc7 92 . + call po,sub_929ah ;cdc8 e4 9a 92 . . . + inc e ;cdcb 1c . + adc a,(hl) ;cdcc 8e . + and b ;cdcd a0 . + call po,sub_b4fch ;cdce e4 fc b4 . . . + ld a,a ;cdd1 7f  + add a,b ;cdd2 80 . + call m,sub_81b4h ;cdd3 fc b4 81 . . . + add a,b ;cdd6 80 . + inc e ;cdd7 1c . + adc a,l ;cdd8 8d . + add a,l ;cdd9 85 . + call po,sub_b4fdh ;cdda e4 fd b4 . . . + add a,b ;cddd 80 . + ld a,a ;cdde 7f  + defb 0fdh,0b4h,080h ;illegal sequence ;cddf fd b4 80 . . . + add a,c ;cde2 81 . + rst 38h ;cde3 ff . + sbc a,d ;cde4 9a . + inc de ;cde5 13 . + inc d ;cde6 14 . + adc a,l ;cde7 8d . + sub d ;cde8 92 . + nop ;cde9 00 . + add a,e ;cdea 83 . + sbc a,d ;cdeb 9a . + call po,sub_a38ah ;cdec e4 8a a3 . . . + adc a,d ;cdef 8a . + xor l ;cdf0 ad . + inc e ;cdf1 1c . + add a,b ;cdf2 80 . + and a ;cdf3 a7 . + call po,sub_a38ah ;cdf4 e4 8a a3 . . . + sub h ;cdf7 94 . + and a ;cdf8 a7 . + inc e ;cdf9 1c . + adc a,d ;cdfa 8a . + and e ;cdfb a3 . + call po,sub_9a91h ;cdfc e4 91 9a . . . + rst 38h ;cdff ff . + sub d ;ce00 92 . + dec bc ;ce01 0b . + dec bc ;ce02 0b . + adc a,c ;ce03 89 . + and l ;ce04 a5 . + nop ;ce05 00 . + adc a,l ;ce06 8d . + add a,b ;ce07 80 . + call po,sub_a480h ;ce08 e4 80 a4 . . . + sbc a,d ;ce0b 9a . + and h ;ce0c a4 . + adc a,l ;ce0d 8d . + add a,b ;ce0e 80 . + rst 38h ;ce0f ff . + sbc a,e ;ce10 9b . + inc de ;ce11 13 . + inc d ;ce12 14 . + adc a,(hl) ;ce13 8e . + sub d ;ce14 92 . + nop ;ce15 00 . + add a,(hl) ;ce16 86 . + sbc a,c ;ce17 99 . + call po,sub_7480h ;ce18 e4 80 74 . . t + inc e ;ce1b 1c . + add a,e ;ce1c 83 . + add a,a ;ce1d 87 . + call po,sub_4bfch ;ce1e e4 fc 4b . . K + adc a,b ;ce21 88 . + add a,c ;ce22 81 . + adc a,a ;ce23 8f . + add a,b ;ce24 80 . + call m,sub_8054h ;ce25 fc 54 80 . T . + adc a,b ;ce28 88 . + sbc a,d ;ce29 9a . + sbc a,c ;ce2a 99 . + inc e ;ce2b 1c . + sub a ;ce2c 97 . + add a,a ;ce2d 87 . + call po,sub_13fch ;ce2e e4 fc 13 . . . + sub c ;ce31 91 . + add a,b ;ce32 80 . + call m,sub_827fh+2 ;ce33 fc 81 82 . . . + add a,c ;ce36 81 . + call m,sub_700dh ;ce37 fc 0d 70 . . p + add a,(hl) ;ce3a 86 . + rst 38h ;ce3b ff . + sbc a,d ;ce3c 9a . + ld de,08d17h ;ce3d 11 17 8d . . . + adc a,l ;ce40 8d . + nop ;ce41 00 . + nop ;ce42 00 . + call po,sub_a48ch ;ce43 e4 8c a4 . . . + inc e ;ce46 1c . + sub c ;ce47 91 . + xor c ;ce48 a9 . + call po,0b387h ;ce49 e4 87 b3 . . . + inc e ;ce4c 1c . + adc a,h ;ce4d 8c . + and h ;ce4e a4 . + call po,sub_a490h ;ce4f e4 90 a4 . . . + sbc a,h ;ce52 9c . + add a,b ;ce53 80 . + inc e ;ce54 1c . + add a,h ;ce55 84 . + adc a,h ;ce56 8c . + call po,sub_8c98h ;ce57 e4 98 8c . . . + rst 38h ;ce5a ff . + sbc a,(hl) ;ce5b 9e . + ld bc,l8f01h ;ce5c 01 01 8f . . . + sub d ;ce5f 92 . + nop ;ce60 00 . + call po,sub_a48ch ;ce61 e4 8c a4 . . . + inc e ;ce64 1c . + add a,a ;ce65 87 . + xor d ;ce66 aa . + call po,sub_b18eh ;ce67 e4 8e b1 . . . + sub l ;ce6a 95 . + xor d ;ce6b aa . + inc e ;ce6c 1c . + adc a,h ;ce6d 8c . + and h ;ce6e a4 . + call po,sub_a490h ;ce6f e4 90 a4 . . . + sbc a,h ;ce72 9c . + add a,b ;ce73 80 . + inc e ;ce74 1c . + add a,h ;ce75 84 . + adc a,h ;ce76 8c . + call po,sub_8c98h ;ce77 e4 98 8c . . . + rst 38h ;ce7a ff . + sbc a,(hl) ;ce7b 9e . + ld bc,l8f01h ;ce7c 01 01 8f . . . + sub d ;ce7f 92 . + nop ;ce80 00 . + add a,l ;ce81 85 . + or e ;ce82 b3 . + call po,sub_a990h ;ce83 e4 90 a9 . . . + inc e ;ce86 1c . + sub l ;ce87 95 . + and h ;ce88 a4 . + call po,sub_a480h ;ce89 e4 80 a4 . . . + add a,b ;ce8c 80 . + add a,b ;ce8d 80 . + sub l ;ce8e 95 . + add a,b ;ce8f 80 . + inc e ;ce90 1c . + add a,b ;ce91 80 . + sub e ;ce92 93 . + call po,sub_9393h ;ce93 e4 93 93 . . . + rst 38h ;ce96 ff . + sbc a,b ;ce97 98 . + ld (bc),a ;ce98 02 . + inc b ;ce99 04 . + adc a,h ;ce9a 8c . + sub d ;ce9b 92 . + nop ;ce9c 00 . + add a,h ;ce9d 84 . + xor d ;ce9e aa . + call po,0b18bh ;ce9f e4 8b b1 . . . + sub d ;cea2 92 . + xor d ;cea3 aa . + inc e ;cea4 1c . + sub l ;cea5 95 . + and h ;cea6 a4 . + call po,sub_a480h ;cea7 e4 80 a4 . . . + add a,b ;ceaa 80 . + add a,b ;ceab 80 . + sub l ;ceac 95 . + add a,b ;cead 80 . + inc e ;ceae 1c . + add a,b ;ceaf 80 . + sub e ;ceb0 93 . + call po,sub_9393h ;ceb1 e4 93 93 . . . + rst 38h ;ceb4 ff . + sbc a,b ;ceb5 98 . + ld (bc),a ;ceb6 02 . + inc b ;ceb7 04 . + adc a,h ;ceb8 8c . + sub d ;ceb9 92 . + nop ;ceba 00 . + add a,e ;cebb 83 . + xor e ;cebc ab . + call po,sub_b4fdh ;cebd e4 fd b4 . . . + add a,c ;cec0 81 . + add a,b ;cec1 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;cec2 fd b4 7f . .  + add a,b ;cec5 80 . + inc e ;cec6 1c . + sub b ;cec7 90 . + xor e ;cec8 ab . + call po,sub_b4fdh ;cec9 e4 fd b4 . . . + add a,c ;cecc 81 . + add a,b ;cecd 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;cece fd b4 7f . .  + add a,b ;ced1 80 . + inc e ;ced2 1c . + sub l ;ced3 95 . + and h ;ced4 a4 . + call po,sub_a480h ;ced5 e4 80 a4 . . . + add a,b ;ced8 80 . + add a,b ;ced9 80 . + sub l ;ceda 95 . + add a,b ;cedb 80 . + inc e ;cedc 1c . + add a,b ;cedd 80 . + sub e ;cede 93 . + call po,sub_9393h ;cedf e4 93 93 . . . + rst 38h ;cee2 ff . + sbc a,b ;cee3 98 . + ld (bc),a ;cee4 02 . + inc b ;cee5 04 . + adc a,h ;cee6 8c . + sub d ;cee7 92 . + nop ;cee8 00 . + add a,b ;cee9 80 . + xor d ;ceea aa . + call po,sub_b187h ;ceeb e4 87 b1 . . . + adc a,(hl) ;ceee 8e . + xor d ;ceef aa . + inc e ;cef0 1c . + add a,a ;cef1 87 . + and h ;cef2 a4 . + call po,sub_8087h ;cef3 e4 87 80 . . . + rst 38h ;cef6 ff . + sub b ;cef7 90 . + ld (bc),a ;cef8 02 . + ld b,088h ;cef9 06 88 . . + sub d ;cefb 92 . + nop ;cefc 00 . + add a,b ;cefd 80 . + xor e ;cefe ab . + call po,sub_b4fdh ;ceff e4 fd b4 . . . + add a,c ;cf02 81 . + add a,b ;cf03 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;cf04 fd b4 7f . .  + add a,b ;cf07 80 . + inc e ;cf08 1c . + adc a,l ;cf09 8d . + xor e ;cf0a ab . + call po,sub_b4fdh ;cf0b e4 fd b4 . . . + add a,c ;cf0e 81 . + add a,b ;cf0f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;cf10 fd b4 7f . .  + add a,b ;cf13 80 . + inc e ;cf14 1c . + add a,a ;cf15 87 . + and h ;cf16 a4 . + call po,sub_8087h ;cf17 e4 87 80 . . . + rst 38h ;cf1a ff . + sub b ;cf1b 90 . + ld (bc),a ;cf1c 02 . + ld b,088h ;cf1d 06 88 . . + sub d ;cf1f 92 . + nop ;cf20 00 . + add a,b ;cf21 80 . + xor c ;cf22 a9 . + call po,sub_b38ah ;cf23 e4 8a b3 . . . + rst 38h ;cf26 ff . + adc a,d ;cf27 8a . + ld b,003h ;cf28 06 03 . . + add a,l ;cf2a 85 . + and l ;cf2b a5 . + nop ;cf2c 00 . + add a,b ;cf2d 80 . + or e ;cf2e b3 . + call po,sub_a98ah ;cf2f e4 8a a9 . . . + rst 38h ;cf32 ff . + adc a,d ;cf33 8a . + ld b,003h ;cf34 06 03 . . + add a,l ;cf36 85 . + and l ;cf37 a5 . + nop ;cf38 00 . + add a,b ;cf39 80 . + xor d ;cf3a aa . + call po,sub_b187h ;cf3b e4 87 b1 . . . + adc a,(hl) ;cf3e 8e . + xor d ;cf3f aa . + rst 38h ;cf40 ff . + sub b ;cf41 90 . + ld b,003h ;cf42 06 03 . . + adc a,b ;cf44 88 . + and h ;cf45 a4 . + nop ;cf46 00 . + add a,b ;cf47 80 . + xor e ;cf48 ab . + call po,sub_b4fdh ;cf49 e4 fd b4 . . . + add a,c ;cf4c 81 . + add a,b ;cf4d 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;cf4e fd b4 7f . .  + add a,b ;cf51 80 . + inc e ;cf52 1c . + adc a,l ;cf53 8d . + xor e ;cf54 ab . + call po,sub_b4fdh ;cf55 e4 fd b4 . . . + add a,c ;cf58 81 . + add a,b ;cf59 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;cf5a fd b4 7f . .  + add a,b ;cf5d 80 . + rst 38h ;cf5e ff . + sub b ;cf5f 90 . + ld b,003h ;cf60 06 03 . . + adc a,b ;cf62 88 . + xor e ;cf63 ab . + nop ;cf64 00 . + add a,b ;cf65 80 . + xor d ;cf66 aa . + call po,sub_1cfdh ;cf67 e4 fd 1c . . . + adc a,d ;cf6a 8a . + ld a,d ;cf6b 7a z + defb 0fdh,043h,082h ;illegal sequence ;cf6c fd 43 82 . C . + ld a,l ;cf6f 7d } + defb 0fdh,00eh,079h ;illegal sequence ;cf70 fd 0e 79 . . y + ld (hl),a ;cf73 77 w + call m,sub_890eh ;cf74 fc 0e 89 . . . + add a,a ;cf77 87 . + call m,sub_8243h ;cf78 fc 43 82 . C . + add a,e ;cf7b 83 . + call m,sub_7a1ch ;cf7c fc 1c 7a . . z + adc a,d ;cf7f 8a . + rst 38h ;cf80 ff . + sub l ;cf81 95 . + ld b,003h ;cf82 06 03 . . + adc a,e ;cf84 8b . + xor h ;cf85 ac . + nop ;cf86 00 . + add a,a ;cf87 87 . + or e ;cf88 b3 . + call po,sub_a991h ;cf89 e4 91 a9 . . . + inc e ;cf8c 1c . + add a,b ;cf8d 80 . + and h ;cf8e a4 . + call po,sub_8a80h ;cf8f e4 80 8a . . . + call m,sub_8caah ;cf92 fc aa 8c . . . + add a,c ;cf95 81 . + sbc a,b ;cf96 98 . + and h ;cf97 a4 . + rst 38h ;cf98 ff . + sbc a,d ;cf99 9a . + rlca ;cf9a 07 . + inc b ;cf9b 04 . + adc a,l ;cf9c 8d . + sub c ;cf9d 91 . + nop ;cf9e 00 . + add a,l ;cf9f 85 . + xor d ;cfa0 aa . + call po,0b18ch ;cfa1 e4 8c b1 . . . + sub e ;cfa4 93 . + xor d ;cfa5 aa . + inc e ;cfa6 1c . + add a,b ;cfa7 80 . + and h ;cfa8 a4 . + call po,sub_8a80h ;cfa9 e4 80 8a . . . + call m,sub_8caah ;cfac fc aa 8c . . . + add a,c ;cfaf 81 . + sbc a,b ;cfb0 98 . + and h ;cfb1 a4 . + rst 38h ;cfb2 ff . + sbc a,d ;cfb3 9a . + rlca ;cfb4 07 . + inc b ;cfb5 04 . + adc a,l ;cfb6 8d . + sub c ;cfb7 91 . + nop ;cfb8 00 . + add a,a ;cfb9 87 . + sub d ;cfba 92 . + call po,sub_9295h ;cfbb e4 95 92 . . . + inc e ;cfbe 1c . + add a,a ;cfbf 87 . + sub a ;cfc0 97 . + call po,09795h ;cfc1 e4 95 97 . . . + inc e ;cfc4 1c . + sbc a,h ;cfc5 9c . + sbc a,l ;cfc6 9d . + call po,sub_b4fch ;cfc7 e4 fc b4 . . . + ld a,c ;cfca 79 y + add a,b ;cfcb 80 . + adc a,(hl) ;cfcc 8e . + adc a,b ;cfcd 88 . + dec (iy+079h) ;cfce fd 35 79 . 5 y + ld a,a ;cfd1 7f  + defb 0fdh,05ah,07bh ;illegal sequence ;cfd2 fd 5a 7b . Z { + add a,l ;cfd5 85 . + defb 0fdh,05ah,083h ;illegal sequence ;cfd6 fd 5a 83 . Z . + add a,e ;cfd9 83 . + defb 0fdh,05ah,085h ;illegal sequence ;cfda fd 5a 85 . Z . + ld a,e ;cfdd 7b { + defb 0fdh,00ch,06fh ;illegal sequence ;cfde fd 0c 6f . . o + ld l,e ;cfe1 6b k + call m,sub_890eh ;cfe2 fc 0e 89 . . . + add a,a ;cfe5 87 . + call m,sub_844dh ;cfe6 fc 4d 84 . M . + add a,l ;cfe9 85 . + call m,sub_7b25h ;cfea fc 25 7b . % { + add a,l ;cfed 85 . + rst 38h ;cfee ff . + sbc a,l ;cfef 9d . + ex af,af' ;cff0 08 . + ld a,(bc) ;cff1 0a . + adc a,a ;cff2 8f . + sub c ;cff3 91 . + nop ;cff4 00 . + add a,b ;cff5 80 . + xor d ;cff6 aa . + call po,0aaa8h ;cff7 e4 a8 aa . . . + rst 38h ;cffa ff . + xor d ;cffb aa . + dec d ;cffc 15 . + inc bc ;cffd 03 . + sub l ;cffe 95 . + xor d ;cfff aa . + nop ;d000 00 . + nop ;d001 00 . + nop ;d002 00 . + add a,e ;d003 83 . + and h ;d004 a4 . + call po,sub_98fdh ;d005 e4 fd 98 . . . + add a,c ;d008 81 . + add a,h ;d009 84 . + defb 0fdh,00dh,081h ;illegal sequence ;d00a fd 0d 81 . . . + ld (hl),a ;d00d 77 w + defb 0fdh,098h,07fh ;illegal sequence ;d00e fd 98 7f . .  + ld a,h ;d011 7c | + defb 0fdh,00dh,07fh ;illegal sequence ;d012 fd 0d 7f . .  + adc a,c ;d015 89 . + rst 38h ;d016 ff . + add a,(hl) ;d017 86 . + ld b,003h ;d018 06 03 . . + add a,e ;d01a 83 . + xor l ;d01b ad . + nop ;d01c 00 . + sbc a,h ;d01d 9c . + sbc a,h ;d01e 9c . + call po,sub_8afch ;d01f e4 fc 8a . . . + ld (hl),e ;d022 73 s + ld a,e ;d023 7b { + call m,sub_9b29h ;d024 fc 29 9b . ) . + halt ;d027 76 v + call m,08d8ah ;d028 fc 8a 8d . . . + add a,l ;d02b 85 . + inc e ;d02c 1c . + adc a,a ;d02d 8f . + ld a,a ;d02e 7f  + call po,sub_7a94h ;d02f e4 94 7a . . z + adc a,a ;d032 8f . + ld (hl),h ;d033 74 t + rst 38h ;d034 ff . + and d ;d035 a2 . + inc bc ;d036 03 . + inc bc ;d037 03 . + sub c ;d038 91 . + adc a,l ;d039 8d . + nop ;d03a 00 . + adc a,(hl) ;d03b 8e . + ld (hl),a ;d03c 77 w + call po,sub_7a91h ;d03d e4 91 7a . . z + adc a,h ;d040 8c . + add a,b ;d041 80 . + inc e ;d042 1c . + sbc a,b ;d043 98 . + adc a,b ;d044 88 . + call po,043fdh ;d045 e4 fd 43 . . C + ld (hl),h ;d048 74 t + add a,l ;d049 85 . + dec (iy-080h) ;d04a fd 35 80 . 5 . + adc a,d ;d04d 8a . + defb 0fdh,047h,08eh ;illegal sequence ;d04e fd 47 8e . G . + adc a,d ;d051 8a . + dec (iy-077h) ;d052 fd 35 89 . 5 . + ld a,b ;d055 78 x + defb 0fdh,050h,07fh ;illegal sequence ;d056 fd 50 7f . P  + ld (hl),l ;d059 75 u + rst 38h ;d05a ff . + sub (hl) ;d05b 96 . + dec bc ;d05c 0b . + dec bc ;d05d 0b . + adc a,e ;d05e 8b . + adc a,b ;d05f 88 . + nop ;d060 00 . + call po,sub_a480h ;d061 e4 80 a4 . . . + add a,c ;d064 81 . + and h ;d065 a4 . + sbc a,b ;d066 98 . + add a,b ;d067 80 . + sbc a,c ;d068 99 . + add a,b ;d069 80 . + sbc a,c ;d06a 99 . + and h ;d06b a4 . + inc e ;d06c 1c . + add a,e ;d06d 83 . + xor d ;d06e aa . + call po,sub_1cfdh ;d06f e4 fd 1c . . . + adc a,d ;d072 8a . + ld a,d ;d073 7a z + defb 0fdh,043h,082h ;illegal sequence ;d074 fd 43 82 . C . + ld a,l ;d077 7d } + defb 0fdh,00eh,079h ;illegal sequence ;d078 fd 0e 79 . . y + ld (hl),a ;d07b 77 w + call m,sub_890eh ;d07c fc 0e 89 . . . + add a,a ;d07f 87 . + call m,sub_8243h ;d080 fc 43 82 . C . + add a,e ;d083 83 . + call m,sub_7a1ch ;d084 fc 1c 7a . . z + adc a,d ;d087 8a . + rst 38h ;d088 ff . + sbc a,e ;d089 9b . + ld (bc),a ;d08a 02 . + ld b,08eh ;d08b 06 8e . . + sub d ;d08d 92 . + nop ;d08e 00 . + ld a,a ;d08f 7f  + and c ;d090 a1 . + call po,sub_1cfdh ;d091 e4 fd 1c . . . + adc a,d ;d094 8a . + ld a,d ;d095 7a z + dec (iy-07eh) ;d096 fd 35 82 . 5 . + ld a,h ;d099 7c | + defb 0fdh,00eh,079h ;illegal sequence ;d09a fd 0e 79 . . y + ld (hl),a ;d09d 77 w + call m,sub_890eh ;d09e fc 0e 89 . . . + add a,a ;d0a1 87 . + call m,sub_8235h ;d0a2 fc 35 82 . 5 . + add a,h ;d0a5 84 . + call m,sub_7a1ch ;d0a6 fc 1c 7a . . z + adc a,d ;d0a9 8a . + inc e ;d0aa 1c . + add a,b ;d0ab 80 . + sbc a,d ;d0ac 9a . + call po,sub_8080h ;d0ad e4 80 80 . . . + inc e ;d0b0 1c . + add a,b ;d0b1 80 . + sub d ;d0b2 92 . + call po,sub_b4fdh ;d0b3 e4 fd b4 . . . + adc a,c ;d0b6 89 . + add a,b ;d0b7 80 . + sub d ;d0b8 92 . + add a,b ;d0b9 80 . + rst 38h ;d0ba ff . + sub d ;d0bb 92 . + ld b,013h ;d0bc 06 13 . . + adc a,c ;d0be 89 . + adc a,l ;d0bf 8d . + nop ;d0c0 00 . + add a,c ;d0c1 81 . + ld a,c ;d0c2 79 y + call po,sub_9181h ;d0c3 e4 81 91 . . . + inc e ;d0c6 1c . + add a,b ;d0c7 80 . + sbc a,h ;d0c8 9c . + call po,sub_b4fdh ;d0c9 e4 fd b4 . . . + add a,c ;d0cc 81 . + add a,b ;d0cd 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d0ce fd b4 7f . .  + add a,b ;d0d1 80 . + rst 38h ;d0d2 ff . + add a,d ;d0d3 82 . + ld b,006h ;d0d4 06 06 . . + add a,c ;d0d6 81 . + adc a,b ;d0d7 88 . + nop ;d0d8 00 . + adc a,b ;d0d9 88 . + sbc a,h ;d0da 9c . + call po,sub_b4fdh ;d0db e4 fd b4 . . . + add a,c ;d0de 81 . + add a,b ;d0df 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d0e0 fd b4 7f . .  + add a,b ;d0e3 80 . + inc e ;d0e4 1c . + adc a,c ;d0e5 89 . + sub h ;d0e6 94 . + call po,sub_9289h ;d0e7 e4 89 92 . . . + dec (iy+076h) ;d0ea fd 35 76 . 5 v + add a,b ;d0ed 80 . + call m,sub_882ch ;d0ee fc 2c 88 . , . + ld (hl),a ;d0f1 77 w + call m,sub_8868h ;d0f2 fc 68 88 . h . + ld a,a ;d0f5 7f  + call m,sub_805ah ;d0f6 fc 5a 80 . Z . + adc a,c ;d0f9 89 . + rst 38h ;d0fa ff . + sub h ;d0fb 94 . + inc d ;d0fc 14 . + ld (bc),a ;d0fd 02 . + adc a,d ;d0fe 8a . + adc a,b ;d0ff 88 . + nop ;d100 00 . + call po,sub_8686h ;d101 e4 86 86 . . . + inc e ;d104 1c . + sbc a,b ;d105 98 . + sbc a,(hl) ;d106 9e . + call po,sub_a49eh ;d107 e4 9e a4 . . . + inc e ;d10a 1c . + add a,b ;d10b 80 . + and h ;d10c a4 . + call po,sub_9e86h ;d10d e4 86 9e . . . + inc e ;d110 1c . + sbc a,b ;d111 98 . + add a,(hl) ;d112 86 . + call po,sub_809eh ;d113 e4 9e 80 . . . + inc e ;d116 1c . + sbc a,b ;d117 98 . + add a,(hl) ;d118 86 . + call po,sub_54fdh ;d119 e4 fd 54 . . T + ld (hl),a ;d11c 77 w + adc a,d ;d11d 8a . + defb 0fdh,064h,08ah ;illegal sequence ;d11e fd 64 8a . d . + adc a,h ;d121 8c . + defb 0fdh,054h,089h ;illegal sequence ;d122 fd 54 89 . T . + halt ;d125 76 v + defb 0fdh,064h,076h ;illegal sequence ;d126 fd 64 76 . d v + ld (hl),h ;d129 74 t + rst 38h ;d12a ff . + sbc a,(hl) ;d12b 9e . + inc bc ;d12c 03 . + inc c ;d12d 0c . + adc a,a ;d12e 8f . + sub d ;d12f 92 . + nop ;d130 00 . + add a,a ;d131 87 . + sub a ;d132 97 . + call po,09795h ;d133 e4 95 97 . . . + inc e ;d136 1c . + sbc a,h ;d137 9c . + sbc a,l ;d138 9d . + call po,sub_5afch ;d139 e4 fc 5a . . Z + ld a,c ;d13c 79 y + add a,b ;d13d 80 . + call m,sub_805ah ;d13e fc 5a 80 . Z . + ld a,c ;d141 79 y + adc a,(hl) ;d142 8e . + adc a,d ;d143 8a . + defb 0fdh,025h,073h ;illegal sequence ;d144 fd 25 73 . % s + ld a,a ;d147 7f  + defb 0fdh,05ah,07bh ;illegal sequence ;d148 fd 5a 7b . Z { + add a,l ;d14b 85 . + defb 0fdh,05ah,083h ;illegal sequence ;d14c fd 5a 83 . Z . + add a,e ;d14f 83 . + defb 0fdh,05ah,085h ;illegal sequence ;d150 fd 5a 85 . Z . + ld a,d ;d153 7a z + defb 0fdh,00ah,071h ;illegal sequence ;d154 fd 0a 71 . . q + ld l,(hl) ;d157 6e n + sub d ;d158 92 . + add a,d ;d159 82 . + call m,sub_844dh ;d15a fc 4d 84 . M . + add a,l ;d15d 85 . + call m,sub_7b25h ;d15e fc 25 7b . % { + add a,l ;d161 85 . + rst 38h ;d162 ff . + sbc a,l ;d163 9d . + ex af,af' ;d164 08 . + ld a,(bc) ;d165 0a . + adc a,a ;d166 8f . + sub c ;d167 91 . + nop ;d168 00 . + adc a,h ;d169 8c . + add a,b ;d16a 80 . + call po,sub_998ch ;d16b e4 8c 99 . . . + add a,b ;d16e 80 . + xor c ;d16f a9 . + inc e ;d170 1c . + sbc a,b ;d171 98 . + xor c ;d172 a9 . + call po,sub_998ch ;d173 e4 8c 99 . . . + inc e ;d176 1c . + add a,b ;d177 80 . + sbc a,c ;d178 99 . + call po,sub_9998h ;d179 e4 98 99 . . . + inc e ;d17c 1c . + add a,b ;d17d 80 . + sub c ;d17e 91 . + call po,sub_9198h ;d17f e4 98 91 . . . + rst 38h ;d182 ff . + sbc a,c ;d183 99 . + dec b ;d184 05 . + add hl,bc ;d185 09 . + adc a,l ;d186 8d . + sub h ;d187 94 . + nop ;d188 00 . + add a,h ;d189 84 . + add a,c ;d18a 81 . + call po,sub_b4fch ;d18b e4 fc b4 . . . + adc a,b ;d18e 88 . + add a,b ;d18f 80 . + call m,sub_7b25h ;d190 fc 25 7b . % { + add a,b ;d193 80 . + call m,sub_7321h ;d194 fc 21 73 . ! s + ld a,c ;d197 79 y + add a,d ;d198 82 . + sub d ;d199 92 . + defb 0fdh,05ah,085h ;illegal sequence ;d19a fd 5a 85 . Z . + add a,l ;d19d 85 . + defb 0fdh,050h,085h ;illegal sequence ;d19e fd 50 85 . P . + ld a,d ;d1a1 7a z + inc e ;d1a2 1c . + sub h ;d1a3 94 . + and e ;d1a4 a3 . + call po,sub_25fch ;d1a5 e4 fc 25 . . % + ld a,b ;d1a8 78 x + add a,c ;d1a9 81 . + call m,sub_7a64h ;d1aa fc 64 7a . d z + ld a,e ;d1ad 7b { + call m,sub_865ah ;d1ae fc 5a 86 . Z . + ld a,h ;d1b1 7c | + sub l ;d1b2 95 . + sub (hl) ;d1b3 96 . + ld (iy+07ch),c ;d1b4 fd 71 7c . q | + ld a,d ;d1b7 7a z + defb 0fdh,043h,07ch ;illegal sequence ;d1b8 fd 43 7c . C | + add a,(hl) ;d1bb 86 . + rst 38h ;d1bc ff . + sbc a,b ;d1bd 98 . + ex af,af' ;d1be 08 . + ld a,(bc) ;d1bf 0a . + adc a,h ;d1c0 8c . + sub d ;d1c1 92 . + nop ;d1c2 00 . + add a,b ;d1c3 80 . + ld a,h ;d1c4 7c | + call po,sub_b4fch ;d1c5 e4 fc b4 . . . + add a,l ;d1c8 85 . + add a,b ;d1c9 80 . + adc a,d ;d1ca 8a . + sbc a,(hl) ;d1cb 9e . + defb 0fdh,0b4h,085h ;illegal sequence ;d1cc fd b4 85 . . . + add a,b ;d1cf 80 . + inc e ;d1d0 1c . + add a,h ;d1d1 84 . + sbc a,c ;d1d2 99 . + call po,sub_9990h ;d1d3 e4 90 99 . . . + rst 38h ;d1d6 ff . + sub h ;d1d7 94 . + ex af,af' ;d1d8 08 . + ld a,(bc) ;d1d9 0a . + adc a,d ;d1da 8a . + adc a,l ;d1db 8d . + nop ;d1dc 00 . + sub l ;d1dd 95 . + add a,a ;d1de 87 . + call po,sub_93fdh ;d1df e4 fd 93 . . . + halt ;d1e2 76 v + add a,e ;d1e3 83 . + ld iy,l8694h ;d1e4 fd 21 94 86 . ! . . + defb 0fdh,093h,08ah ;illegal sequence ;d1e8 fd 93 8a . . . + ld a,l ;d1eb 7d } + inc e ;d1ec 1c . + adc a,e ;d1ed 8b . + sbc a,(hl) ;d1ee 9e . + call po,sub_768bh ;d1ef e4 8b 76 . . v + rst 38h ;d1f2 ff . + sub (hl) ;d1f3 96 . + dec bc ;d1f4 0b . + dec bc ;d1f5 0b . + adc a,e ;d1f6 8b . + adc a,d ;d1f7 8a . + nop ;d1f8 00 . + add a,h ;d1f9 84 . + and c ;d1fa a1 . + call po,sub_a88bh ;d1fb e4 8b a8 . . . + sub d ;d1fe 92 . + and c ;d1ff a1 . + inc e ;d200 1c . + add a,c ;d201 81 . + sub (hl) ;d202 96 . + call po,sub_5afdh ;d203 e4 fd 5a . . Z + adc a,c ;d206 89 . + ld a,e ;d207 7b { + dec (iy+07ch) ;d208 fd 35 7c . 5 | + ld a,c ;d20b 79 y + sub e ;d20c 93 . + ld a,a ;d20d 7f  + inc e ;d20e 1c . + sub e ;d20f 93 . + sub e ;d210 93 . + call po,sub_25fdh ;d211 e4 fd 25 . . % + ld a,d ;d214 7a z + add a,e ;d215 83 . + defb 0fdh,017h,07bh ;illegal sequence ;d216 fd 17 7b . . { + adc a,h ;d219 8c . + adc a,c ;d21a 89 . + adc a,a ;d21b 8f . + call m,sub_8025h ;d21c fc 25 80 . % . + halt ;d21f 76 v + call m,sub_8564h ;d220 fc 64 85 . d . + ld a,d ;d223 7a z + call m,sub_8625h ;d224 fc 25 86 . % . + adc a,b ;d227 88 . + adc a,e ;d228 8b . + ld a,a ;d229 7f  + call m,08017h ;d22a fc 17 80 . . . + adc a,l ;d22d 8d . + call m,sub_7d25h ;d22e fc 25 7d . % } + add a,(hl) ;d231 86 . + rst 38h ;d232 ff . + sub h ;d233 94 . + ld c,011h ;d234 0e 11 . . + adc a,d ;d236 8a . + adc a,(hl) ;d237 8e . + nop ;d238 00 . + add a,l ;d239 85 . + and c ;d23a a1 . + call po,sub_a88ch ;d23b e4 8c a8 . . . + sub e ;d23e 93 . + and c ;d23f a1 . + inc e ;d240 1c . + add a,b ;d241 80 . + adc a,l ;d242 8d . + call po,08d96h ;d243 e4 96 8d . . . + call m,sub_7325h ;d246 fc 25 73 . % s + add a,c ;d249 81 . + call m,sub_777ah ;d24a fc 7a 77 . z w + ld a,e ;d24d 7b { + call m,sub_8f38h ;d24e fc 38 8f . 8 . + ld a,b ;d251 78 x + call m,sub_897ah ;d252 fc 7a 89 . z . + add a,l ;d255 85 . + rst 38h ;d256 ff . + sub a ;d257 97 . + dec bc ;d258 0b . + dec bc ;d259 0b . + adc a,h ;d25a 8c . + adc a,l ;d25b 8d . + nop ;d25c 00 . + add a,l ;d25d 85 . + and c ;d25e a1 . + call po,sub_a88ch ;d25f e4 8c a8 . . . + sub e ;d262 93 . + and c ;d263 a1 . + inc e ;d264 1c . + sub h ;d265 94 . + sub l ;d266 95 . + call po,sub_38fdh ;d267 e4 fd 38 . . 8 + ld (hl),c ;d26a 71 q + ld a,b ;d26b 78 x + defb 0fdh,07ah,077h ;illegal sequence ;d26c fd 7a 77 . z w + add a,l ;d26f 85 . + defb 0fdh,038h,08fh ;illegal sequence ;d270 fd 38 8f . 8 . + adc a,b ;d273 88 . + defb 0fdh,07ah,089h ;illegal sequence ;d274 fd 7a 89 . z . + ld a,e ;d277 7b { + rst 38h ;d278 ff . + sbc a,b ;d279 98 . + dec bc ;d27a 0b . + dec bc ;d27b 0b . + adc a,h ;d27c 8c . + adc a,l ;d27d 8d . + nop ;d27e 00 . + add a,c ;d27f 81 . + and c ;d280 a1 . + call po,sub_a888h ;d281 e4 88 a8 . . . + adc a,a ;d284 8f . + and c ;d285 a1 . + inc e ;d286 1c . + add a,b ;d287 80 . + sbc a,d ;d288 9a . + call po,sub_8680h ;d289 e4 80 86 . . . + call m,sub_88a6h ;d28c fc a6 88 . . . + add a,c ;d28f 81 . + inc e ;d290 1c . + sub b ;d291 90 . + sbc a,d ;d292 9a . + call po,sub_8090h ;d293 e4 90 80 . . . + rst 38h ;d296 ff . + sub d ;d297 92 . + ld c,010h ;d298 0e 10 . . + adc a,c ;d29a 89 . + adc a,l ;d29b 8d . + nop ;d29c 00 . + add a,a ;d29d 87 . + and b ;d29e a0 . + call po,sub_aa91h ;d29f e4 91 aa . . . + inc e ;d2a2 1c . + add a,c ;d2a3 81 . + sub (hl) ;d2a4 96 . + call po,sub_5afdh ;d2a5 e4 fd 5a . . Z + adc a,c ;d2a8 89 . + ld a,e ;d2a9 7b { + dec (iy+07ch) ;d2aa fd 35 7c . 5 | + ld a,c ;d2ad 79 y + sub e ;d2ae 93 . + ld a,a ;d2af 7f  + inc e ;d2b0 1c . + sub e ;d2b1 93 . + sub e ;d2b2 93 . + call po,sub_25fdh ;d2b3 e4 fd 25 . . % + ld a,d ;d2b6 7a z + add a,e ;d2b7 83 . + defb 0fdh,017h,07bh ;illegal sequence ;d2b8 fd 17 7b . . { + adc a,h ;d2bb 8c . + adc a,c ;d2bc 89 . + adc a,a ;d2bd 8f . + call m,sub_8025h ;d2be fc 25 80 . % . + halt ;d2c1 76 v + call m,sub_8564h ;d2c2 fc 64 85 . d . + ld a,d ;d2c5 7a z + call m,sub_8625h ;d2c6 fc 25 86 . % . + adc a,b ;d2c9 88 . + adc a,e ;d2ca 8b . + ld a,a ;d2cb 7f  + call m,08017h ;d2cc fc 17 80 . . . + adc a,l ;d2cf 8d . + call m,sub_7d25h ;d2d0 fc 25 7d . % } + add a,(hl) ;d2d3 86 . + rst 38h ;d2d4 ff . + sub h ;d2d5 94 . + ld c,011h ;d2d6 0e 11 . . + adc a,d ;d2d8 8a . + adc a,(hl) ;d2d9 8e . + nop ;d2da 00 . + adc a,c ;d2db 89 . + and b ;d2dc a0 . + call po,sub_aa93h ;d2dd e4 93 aa . . . + inc e ;d2e0 1c . + add a,b ;d2e1 80 . + adc a,l ;d2e2 8d . + call po,08d96h ;d2e3 e4 96 8d . . . + call m,sub_7325h ;d2e6 fc 25 73 . % s + add a,c ;d2e9 81 . + call m,sub_777ah ;d2ea fc 7a 77 . z w + ld a,e ;d2ed 7b { + call m,sub_8f38h ;d2ee fc 38 8f . 8 . + ld a,b ;d2f1 78 x + call m,sub_897ah ;d2f2 fc 7a 89 . z . + add a,l ;d2f5 85 . + rst 38h ;d2f6 ff . + sub a ;d2f7 97 . + dec bc ;d2f8 0b . + dec bc ;d2f9 0b . + adc a,h ;d2fa 8c . + adc a,l ;d2fb 8d . + nop ;d2fc 00 . + adc a,c ;d2fd 89 . + and b ;d2fe a0 . + call po,sub_aa93h ;d2ff e4 93 aa . . . + inc e ;d302 1c . + sub h ;d303 94 . + sub l ;d304 95 . + call po,sub_38fdh ;d305 e4 fd 38 . . 8 + ld (hl),c ;d308 71 q + ld a,b ;d309 78 x + defb 0fdh,07ah,077h ;illegal sequence ;d30a fd 7a 77 . z w + add a,l ;d30d 85 . + defb 0fdh,038h,08fh ;illegal sequence ;d30e fd 38 8f . 8 . + adc a,b ;d311 88 . + defb 0fdh,07ah,089h ;illegal sequence ;d312 fd 7a 89 . z . + ld a,e ;d315 7b { + rst 38h ;d316 ff . + sbc a,b ;d317 98 . + dec bc ;d318 0b . + dec bc ;d319 0b . + adc a,h ;d31a 8c . + adc a,l ;d31b 8d . + nop ;d31c 00 . + add a,(hl) ;d31d 86 . + and b ;d31e a0 . + call po,sub_aa90h ;d31f e4 90 aa . . . + inc e ;d322 1c . + add a,b ;d323 80 . + sbc a,d ;d324 9a . + call po,sub_8680h ;d325 e4 80 86 . . . + call m,sub_88a6h ;d328 fc a6 88 . . . + add a,c ;d32b 81 . + inc e ;d32c 1c . + sub b ;d32d 90 . + sbc a,d ;d32e 9a . + call po,sub_8090h ;d32f e4 90 80 . . . + rst 38h ;d332 ff . + sub d ;d333 92 . + ld c,010h ;d334 0e 10 . . + adc a,c ;d336 89 . + adc a,l ;d337 8d . + nop ;d338 00 . + add a,d ;d339 82 . + xor d ;d33a aa . + call po,sub_a08ch ;d33b e4 8c a0 . . . + inc e ;d33e 1c . + add a,c ;d33f 81 . + sub (hl) ;d340 96 . + call po,sub_5afdh ;d341 e4 fd 5a . . Z + adc a,c ;d344 89 . + ld a,e ;d345 7b { + dec (iy+07ch) ;d346 fd 35 7c . 5 | + ld a,c ;d349 79 y + sub e ;d34a 93 . + ld a,a ;d34b 7f  + inc e ;d34c 1c . + sub e ;d34d 93 . + sub e ;d34e 93 . + call po,sub_25fdh ;d34f e4 fd 25 . . % + ld a,d ;d352 7a z + add a,e ;d353 83 . + defb 0fdh,017h,07bh ;illegal sequence ;d354 fd 17 7b . . { + adc a,h ;d357 8c . + adc a,c ;d358 89 . + adc a,a ;d359 8f . + call m,sub_8025h ;d35a fc 25 80 . % . + halt ;d35d 76 v + call m,sub_8564h ;d35e fc 64 85 . d . + ld a,d ;d361 7a z + call m,sub_8625h ;d362 fc 25 86 . % . + adc a,b ;d365 88 . + adc a,e ;d366 8b . + ld a,a ;d367 7f  + call m,08017h ;d368 fc 17 80 . . . + adc a,l ;d36b 8d . + call m,sub_7d25h ;d36c fc 25 7d . % } + add a,(hl) ;d36f 86 . + rst 38h ;d370 ff . + sub h ;d371 94 . + ld c,011h ;d372 0e 11 . . + adc a,d ;d374 8a . + adc a,(hl) ;d375 8e . + nop ;d376 00 . + add a,e ;d377 83 . + xor d ;d378 aa . + call po,sub_a08dh ;d379 e4 8d a0 . . . + inc e ;d37c 1c . + add a,b ;d37d 80 . + adc a,l ;d37e 8d . + call po,08d96h ;d37f e4 96 8d . . . + call m,sub_7325h ;d382 fc 25 73 . % s + add a,c ;d385 81 . + call m,sub_777ah ;d386 fc 7a 77 . z w + ld a,e ;d389 7b { + call m,sub_8f38h ;d38a fc 38 8f . 8 . + ld a,b ;d38d 78 x + call m,sub_897ah ;d38e fc 7a 89 . z . + add a,l ;d391 85 . + rst 38h ;d392 ff . + sub a ;d393 97 . + dec bc ;d394 0b . + dec bc ;d395 0b . + adc a,h ;d396 8c . + adc a,l ;d397 8d . + nop ;d398 00 . + add a,e ;d399 83 . + xor d ;d39a aa . + call po,sub_a08dh ;d39b e4 8d a0 . . . + inc e ;d39e 1c . + sub h ;d39f 94 . + sub l ;d3a0 95 . + call po,sub_38fdh ;d3a1 e4 fd 38 . . 8 + ld (hl),c ;d3a4 71 q + ld a,b ;d3a5 78 x + defb 0fdh,07ah,077h ;illegal sequence ;d3a6 fd 7a 77 . z w + add a,l ;d3a9 85 . + defb 0fdh,038h,08fh ;illegal sequence ;d3aa fd 38 8f . 8 . + adc a,b ;d3ad 88 . + defb 0fdh,07ah,089h ;illegal sequence ;d3ae fd 7a 89 . z . + ld a,e ;d3b1 7b { + rst 38h ;d3b2 ff . + sbc a,b ;d3b3 98 . + dec bc ;d3b4 0b . + dec bc ;d3b5 0b . + adc a,h ;d3b6 8c . + adc a,l ;d3b7 8d . + nop ;d3b8 00 . + add a,b ;d3b9 80 . + xor d ;d3ba aa . + call po,sub_a08ah ;d3bb e4 8a a0 . . . + inc e ;d3be 1c . + add a,b ;d3bf 80 . + sbc a,d ;d3c0 9a . + call po,sub_8680h ;d3c1 e4 80 86 . . . + call m,sub_88a6h ;d3c4 fc a6 88 . . . + add a,c ;d3c7 81 . + inc e ;d3c8 1c . + sub b ;d3c9 90 . + sbc a,d ;d3ca 9a . + call po,sub_8090h ;d3cb e4 90 80 . . . + rst 38h ;d3ce ff . + sub d ;d3cf 92 . + ld c,010h ;d3d0 0e 10 . . + adc a,c ;d3d2 89 . + adc a,l ;d3d3 8d . + nop ;d3d4 00 . + add a,e ;d3d5 83 . + and d ;d3d6 a2 . + call po,sub_b4fdh ;d3d7 e4 fd b4 . . . + add a,c ;d3da 81 . + add a,b ;d3db 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d3dc fd b4 7f . .  + add a,b ;d3df 80 . + inc e ;d3e0 1c . + sub b ;d3e1 90 . + and d ;d3e2 a2 . + call po,sub_b4fdh ;d3e3 e4 fd b4 . . . + add a,c ;d3e6 81 . + add a,b ;d3e7 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d3e8 fd b4 7f . .  + add a,b ;d3eb 80 . + inc e ;d3ec 1c . + add a,c ;d3ed 81 . + sub (hl) ;d3ee 96 . + call po,sub_5afdh ;d3ef e4 fd 5a . . Z + adc a,c ;d3f2 89 . + ld a,e ;d3f3 7b { + dec (iy+07ch) ;d3f4 fd 35 7c . 5 | + ld a,c ;d3f7 79 y + sub e ;d3f8 93 . + ld a,a ;d3f9 7f  + inc e ;d3fa 1c . + sub e ;d3fb 93 . + sub e ;d3fc 93 . + call po,sub_25fdh ;d3fd e4 fd 25 . . % + ld a,d ;d400 7a z + add a,e ;d401 83 . + defb 0fdh,017h,07bh ;illegal sequence ;d402 fd 17 7b . . { + adc a,h ;d405 8c . + adc a,c ;d406 89 . + adc a,a ;d407 8f . + call m,sub_8025h ;d408 fc 25 80 . % . + halt ;d40b 76 v + call m,sub_8564h ;d40c fc 64 85 . d . + ld a,d ;d40f 7a z + call m,sub_8625h ;d410 fc 25 86 . % . + adc a,b ;d413 88 . + adc a,e ;d414 8b . + ld a,a ;d415 7f  + call m,08017h ;d416 fc 17 80 . . . + adc a,l ;d419 8d . + call m,sub_7d25h ;d41a fc 25 7d . % } + add a,(hl) ;d41d 86 . + rst 38h ;d41e ff . + sub h ;d41f 94 . + ld c,011h ;d420 0e 11 . . + adc a,d ;d422 8a . + adc a,(hl) ;d423 8e . + nop ;d424 00 . + add a,l ;d425 85 . + and d ;d426 a2 . + call po,sub_b4fdh ;d427 e4 fd b4 . . . + add a,c ;d42a 81 . + add a,b ;d42b 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d42c fd b4 7f . .  + add a,b ;d42f 80 . + inc e ;d430 1c . + sub d ;d431 92 . + and d ;d432 a2 . + call po,sub_b4fdh ;d433 e4 fd b4 . . . + add a,c ;d436 81 . + add a,b ;d437 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d438 fd b4 7f . .  + add a,b ;d43b 80 . + inc e ;d43c 1c . + add a,b ;d43d 80 . + adc a,l ;d43e 8d . + call po,08d96h ;d43f e4 96 8d . . . + call m,sub_7325h ;d442 fc 25 73 . % s + add a,c ;d445 81 . + call m,sub_777ah ;d446 fc 7a 77 . z w + ld a,e ;d449 7b { + call m,sub_8f38h ;d44a fc 38 8f . 8 . + ld a,b ;d44d 78 x + call m,sub_897ah ;d44e fc 7a 89 . z . + add a,l ;d451 85 . + rst 38h ;d452 ff . + sub a ;d453 97 . + dec bc ;d454 0b . + dec bc ;d455 0b . + adc a,h ;d456 8c . + adc a,l ;d457 8d . + nop ;d458 00 . + add a,l ;d459 85 . + and d ;d45a a2 . + call po,sub_b4fdh ;d45b e4 fd b4 . . . + add a,c ;d45e 81 . + add a,b ;d45f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d460 fd b4 7f . .  + add a,b ;d463 80 . + inc e ;d464 1c . + sub d ;d465 92 . + and d ;d466 a2 . + call po,sub_b4fdh ;d467 e4 fd b4 . . . + add a,c ;d46a 81 . + add a,b ;d46b 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d46c fd b4 7f . .  + add a,b ;d46f 80 . + inc e ;d470 1c . + sub h ;d471 94 . + sub l ;d472 95 . + call po,sub_38fdh ;d473 e4 fd 38 . . 8 + ld (hl),c ;d476 71 q + ld a,b ;d477 78 x + defb 0fdh,07ah,077h ;illegal sequence ;d478 fd 7a 77 . z w + add a,l ;d47b 85 . + defb 0fdh,038h,08fh ;illegal sequence ;d47c fd 38 8f . 8 . + adc a,b ;d47f 88 . + defb 0fdh,07ah,089h ;illegal sequence ;d480 fd 7a 89 . z . + ld a,e ;d483 7b { + rst 38h ;d484 ff . + sbc a,b ;d485 98 . + dec bc ;d486 0b . + dec bc ;d487 0b . + adc a,h ;d488 8c . + adc a,l ;d489 8d . + nop ;d48a 00 . + add a,c ;d48b 81 . + and d ;d48c a2 . + call po,sub_b4fdh ;d48d e4 fd b4 . . . + add a,c ;d490 81 . + add a,b ;d491 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d492 fd b4 7f . .  + add a,b ;d495 80 . + inc e ;d496 1c . + adc a,(hl) ;d497 8e . + and d ;d498 a2 . + call po,sub_b4fdh ;d499 e4 fd b4 . . . + add a,c ;d49c 81 . + add a,b ;d49d 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d49e fd b4 7f . .  + add a,b ;d4a1 80 . + inc e ;d4a2 1c . + add a,b ;d4a3 80 . + sbc a,d ;d4a4 9a . + call po,sub_8680h ;d4a5 e4 80 86 . . . + call m,sub_88a6h ;d4a8 fc a6 88 . . . + add a,c ;d4ab 81 . + inc e ;d4ac 1c . + sub b ;d4ad 90 . + sbc a,d ;d4ae 9a . + call po,sub_8090h ;d4af e4 90 80 . . . + rst 38h ;d4b2 ff . + sub d ;d4b3 92 . + ld c,010h ;d4b4 0e 10 . . + adc a,c ;d4b6 89 . + adc a,l ;d4b7 8d . + nop ;d4b8 00 . + call po,sub_a48ch ;d4b9 e4 8c a4 . . . + inc e ;d4bc 1c . + adc a,l ;d4bd 8d . + xor d ;d4be aa . + call po,sub_b4fdh ;d4bf e4 fd b4 . . . + add a,b ;d4c2 80 . + add a,e ;d4c3 83 . + defb 0fdh,0b4h,080h ;illegal sequence ;d4c4 fd b4 80 . . . + ld a,l ;d4c7 7d } + inc e ;d4c8 1c . + adc a,h ;d4c9 8c . + and h ;d4ca a4 . + call po,sub_a490h ;d4cb e4 90 a4 . . . + sbc a,h ;d4ce 9c . + add a,b ;d4cf 80 . + inc e ;d4d0 1c . + add a,h ;d4d1 84 . + adc a,h ;d4d2 8c . + call po,sub_8c98h ;d4d3 e4 98 8c . . . + rst 38h ;d4d6 ff . + sbc a,(hl) ;d4d7 9e . + ld bc,l8f01h ;d4d8 01 01 8f . . . + sub d ;d4db 92 . + nop ;d4dc 00 . + ld a,(hl) ;d4dd 7e ~ + and c ;d4de a1 . + call po,sub_a885h ;d4df e4 85 a8 . . . + adc a,h ;d4e2 8c . + and c ;d4e3 a1 . + inc e ;d4e4 1c . + add a,l ;d4e5 85 . + sbc a,d ;d4e6 9a . + call po,sub_8085h ;d4e7 e4 85 80 . . . + rst 38h ;d4ea ff . + adc a,d ;d4eb 8a . + djnz $+20 ;d4ec 10 12 . . + add a,l ;d4ee 85 . + sub l ;d4ef 95 . + nop ;d4f0 00 . + add a,c ;d4f1 81 . + add a,b ;d4f2 80 . + call po,sub_a49bh ;d4f3 e4 9b a4 . . . + inc e ;d4f6 1c . + sbc a,b ;d4f7 98 . + sbc a,(hl) ;d4f8 9e . + call po,sub_41fdh ;d4f9 e4 fd 41 . . A + ld l,l ;d4fc 6d m + ld (hl),h ;d4fd 74 t + ld l,(iy+076h) ;d4fe fd 6e 76 . n v + add a,a ;d501 87 . + defb 0fdh,041h,093h ;illegal sequence ;d502 fd 41 93 . A . + adc a,h ;d505 8c . + ld l,(iy-076h) ;d506 fd 6e 8a . n . + ld a,c ;d509 79 y + rst 38h ;d50a ff . + and b ;d50b a0 . + inc bc ;d50c 03 . + inc c ;d50d 0c . + sub b ;d50e 90 . + sub d ;d50f 92 . + nop ;d510 00 . + call po,09286h ;d511 e4 86 92 . . . + adc a,e ;d514 8b . + and h ;d515 a4 . + sbc a,d ;d516 9a . + and h ;d517 a4 . + inc e ;d518 1c . + add a,(hl) ;d519 86 . + sub d ;d51a 92 . + call po,sub_929ah ;d51b e4 9a 92 . . . + inc e ;d51e 1c . + adc a,(hl) ;d51f 8e . + and h ;d520 a4 . + call po,sub_808eh ;d521 e4 8e 80 . . . + sbc a,d ;d524 9a . + add a,b ;d525 80 . + rst 38h ;d526 ff . + sbc a,a ;d527 9f . + ld bc,09004h ;d528 01 04 90 . . . + sub d ;d52b 92 . + nop ;d52c 00 . + adc a,d ;d52d 8a . + and c ;d52e a1 . + call po,sub_b4fdh ;d52f e4 fd b4 . . . + add a,b ;d532 80 . + add a,e ;d533 83 . + defb 0fdh,0b4h,080h ;illegal sequence ;d534 fd b4 80 . . . + ld a,l ;d537 7d } + inc e ;d538 1c . + add a,c ;d539 81 . + sub (hl) ;d53a 96 . + call po,sub_5afdh ;d53b e4 fd 5a . . Z + adc a,c ;d53e 89 . + ld a,e ;d53f 7b { + dec (iy+07ch) ;d540 fd 35 7c . 5 | + ld a,c ;d543 79 y + sub e ;d544 93 . + ld a,a ;d545 7f  + inc e ;d546 1c . + sub e ;d547 93 . + sub e ;d548 93 . + call po,sub_25fdh ;d549 e4 fd 25 . . % + ld a,d ;d54c 7a z + add a,e ;d54d 83 . + defb 0fdh,017h,07bh ;illegal sequence ;d54e fd 17 7b . . { + adc a,h ;d551 8c . + adc a,c ;d552 89 . + adc a,a ;d553 8f . + call m,sub_8025h ;d554 fc 25 80 . % . + halt ;d557 76 v + call m,sub_8564h ;d558 fc 64 85 . d . + ld a,d ;d55b 7a z + call m,sub_8625h ;d55c fc 25 86 . % . + adc a,b ;d55f 88 . + adc a,e ;d560 8b . + ld a,a ;d561 7f  + call m,08017h ;d562 fc 17 80 . . . + adc a,l ;d565 8d . + call m,sub_7d25h ;d566 fc 25 7d . % } + add a,(hl) ;d569 86 . + rst 38h ;d56a ff . + sub h ;d56b 94 . + ld c,011h ;d56c 0e 11 . . + adc a,d ;d56e 8a . + adc a,(hl) ;d56f 8e . + nop ;d570 00 . + add a,e ;d571 83 . + and b ;d572 a0 . + call po,sub_aa8dh ;d573 e4 8d aa . . . + inc e ;d576 1c . + add a,l ;d577 85 . + sbc a,d ;d578 9a . + call po,sub_8085h ;d579 e4 85 80 . . . + rst 38h ;d57c ff . + adc a,d ;d57d 8a . + djnz $+20 ;d57e 10 12 . . + add a,l ;d580 85 . + sub l ;d581 95 . + nop ;d582 00 . + add a,b ;d583 80 . + ld a,a ;d584 7f  + call po,09b98h ;d585 e4 98 9b . . . + inc e ;d588 1c . + sub l ;d589 95 . + sub (hl) ;d58a 96 . + call po,sub_3bfdh ;d58b e4 fd 3b . . ; + ld (hl),b ;d58e 70 p + ld (hl),a ;d58f 77 w + defb 0fdh,07ah,077h ;illegal sequence ;d590 fd 7a 77 . z w + add a,l ;d593 85 . + defb 0fdh,03bh,090h ;illegal sequence ;d594 fd 3b 90 . ; . + adc a,c ;d597 89 . + defb 0fdh,07ah,089h ;illegal sequence ;d598 fd 7a 89 . z . + ld a,e ;d59b 7b { + rst 38h ;d59c ff . + sbc a,b ;d59d 98 . + dec bc ;d59e 0b . + dec bc ;d59f 0b . + adc a,h ;d5a0 8c . + adc a,l ;d5a1 8d . + nop ;d5a2 00 . + add a,c ;d5a3 81 . + sbc a,b ;d5a4 98 . + call po,sub_71fdh ;d5a5 e4 fd 71 . . q + add a,(hl) ;d5a8 86 . + ld a,h ;d5a9 7c | + defb 0fdh,025h,07ch ;illegal sequence ;d5aa fd 25 7c . % | + ld a,l ;d5ad 7d } + adc a,(hl) ;d5ae 8e . + adc a,b ;d5af 88 . + defb 0fdh,0b4h,079h ;illegal sequence ;d5b0 fd b4 79 . . y + add a,b ;d5b3 80 . + defb 0fdh,05ah,088h ;illegal sequence ;d5b4 fd 5a 88 . Z . + add a,b ;d5b7 80 . + sbc a,h ;d5b8 9c . + sub b ;d5b9 90 . + sbc a,h ;d5ba 9c . + sub l ;d5bb 95 . + call m,sub_79a4h ;d5bc fc a4 79 . . y + ld a,a ;d5bf 7f  + inc e ;d5c0 1c . + adc a,(hl) ;d5c1 8e . + adc a,b ;d5c2 88 . + call po,sub_b4fch ;d5c3 e4 fc b4 . . . + add a,a ;d5c6 87 . + add a,b ;d5c7 80 . + rst 38h ;d5c8 ff . + sbc a,h ;d5c9 9c . + ld c,00bh ;d5ca 0e 0b . . + adc a,(hl) ;d5cc 8e . + adc a,l ;d5cd 8d . + nop ;d5ce 00 . + call po,sub_a48ch ;d5cf e4 8c a4 . . . + inc e ;d5d2 1c . + adc a,b ;d5d3 88 . + xor e ;d5d4 ab . + call po,sub_b4fdh ;d5d5 e4 fd b4 . . . + ld a,a ;d5d8 7f  + add a,b ;d5d9 80 . + defb 0fdh,0b4h,081h ;illegal sequence ;d5da fd b4 81 . . . + add a,b ;d5dd 80 . + inc e ;d5de 1c . + sub e ;d5df 93 . + xor e ;d5e0 ab . + call po,sub_b4fdh ;d5e1 e4 fd b4 . . . + add a,c ;d5e4 81 . + add a,b ;d5e5 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d5e6 fd b4 7f . .  + add a,b ;d5e9 80 . + inc e ;d5ea 1c . + adc a,h ;d5eb 8c . + and h ;d5ec a4 . + call po,sub_a490h ;d5ed e4 90 a4 . . . + sbc a,h ;d5f0 9c . + add a,b ;d5f1 80 . + inc e ;d5f2 1c . + add a,h ;d5f3 84 . + adc a,h ;d5f4 8c . + call po,sub_8c98h ;d5f5 e4 98 8c . . . + rst 38h ;d5f8 ff . + sbc a,(hl) ;d5f9 9e . + ld bc,l8f01h ;d5fa 01 01 8f . . . + sub d ;d5fd 92 . + nop ;d5fe 00 . + ld a,e ;d5ff 7b { + xor d ;d600 aa . + call po,sub_a085h ;d601 e4 85 a0 . . . + inc e ;d604 1c . + add a,l ;d605 85 . + sbc a,d ;d606 9a . + call po,sub_8085h ;d607 e4 85 80 . . . + rst 38h ;d60a ff . + adc a,d ;d60b 8a . + djnz $+20 ;d60c 10 12 . . + add a,l ;d60e 85 . + sub l ;d60f 95 . + nop ;d610 00 . + add a,a ;d611 87 . + xor e ;d612 ab . + call po,sub_b4fdh ;d613 e4 fd b4 . . . + add a,c ;d616 81 . + add a,b ;d617 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d618 fd b4 7f . .  + add a,b ;d61b 80 . + inc e ;d61c 1c . + sub h ;d61d 94 . + xor e ;d61e ab . + call po,sub_b4fdh ;d61f e4 fd b4 . . . + add a,c ;d622 81 . + add a,b ;d623 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d624 fd b4 7f . .  + add a,b ;d627 80 . + inc e ;d628 1c . + sbc a,h ;d629 9c . + sbc a,h ;d62a 9c . + call po,sub_2cfdh ;d62b e4 fd 2c . . , + ld h,a ;d62e 67 g + halt ;d62f 76 v + defb 0fdh,082h,073h ;illegal sequence ;d630 fd 82 73 . . s + add a,(hl) ;d633 86 . + defb 0fdh,02ch,099h ;illegal sequence ;d634 fd 2c 99 . , . + adc a,d ;d637 8a . + defb 0fdh,082h,08dh ;illegal sequence ;d638 fd 82 8d . . . + ld a,d ;d63b 7a z + rst 38h ;d63c ff . + and d ;d63d a2 . + inc bc ;d63e 03 . + inc bc ;d63f 03 . + sub c ;d640 91 . + sub d ;d641 92 . + nop ;d642 00 . + add a,l ;d643 85 . + xor e ;d644 ab . + call po,sub_b4fdh ;d645 e4 fd b4 . . . + add a,c ;d648 81 . + add a,b ;d649 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d64a fd b4 7f . .  + add a,b ;d64d 80 . + inc e ;d64e 1c . + sub d ;d64f 92 . + xor e ;d650 ab . + call po,sub_b4fdh ;d651 e4 fd b4 . . . + add a,c ;d654 81 . + add a,b ;d655 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d656 fd b4 7f . .  + add a,b ;d659 80 . + inc e ;d65a 1c . + add a,b ;d65b 80 . + and h ;d65c a4 . + call po,sub_8a80h ;d65d e4 80 8a . . . + call m,sub_8caah ;d660 fc aa 8c . . . + add a,c ;d663 81 . + sbc a,b ;d664 98 . + and h ;d665 a4 . + rst 38h ;d666 ff . + sbc a,d ;d667 9a . + rlca ;d668 07 . + inc b ;d669 04 . + adc a,l ;d66a 8d . + sub c ;d66b 91 . + nop ;d66c 00 . + adc a,e ;d66d 8b . + xor c ;d66e a9 . + call po,sub_b395h ;d66f e4 95 b3 . . . + inc e ;d672 1c . + sub l ;d673 95 . + and h ;d674 a4 . + call po,sub_a480h ;d675 e4 80 a4 . . . + add a,b ;d678 80 . + add a,b ;d679 80 . + sub l ;d67a 95 . + add a,b ;d67b 80 . + inc e ;d67c 1c . + add a,b ;d67d 80 . + sub e ;d67e 93 . + call po,sub_9393h ;d67f e4 93 93 . . . + rst 38h ;d682 ff . + sbc a,b ;d683 98 . + ld (bc),a ;d684 02 . + inc b ;d685 04 . + adc a,h ;d686 8c . + sub d ;d687 92 . + nop ;d688 00 . + add a,b ;d689 80 . + and d ;d68a a2 . + call po,sub_b4fdh ;d68b e4 fd b4 . . . + add a,c ;d68e 81 . + add a,b ;d68f 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d690 fd b4 7f . .  + add a,b ;d693 80 . + inc e ;d694 1c . + adc a,l ;d695 8d . + and d ;d696 a2 . + call po,sub_b4fdh ;d697 e4 fd b4 . . . + add a,c ;d69a 81 . + add a,b ;d69b 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d69c fd b4 7f . .  + add a,b ;d69f 80 . + inc e ;d6a0 1c . + adc a,c ;d6a1 89 . + sbc a,d ;d6a2 9a . + call po,sub_8087h+2 ;d6a3 e4 89 80 . . . + rst 38h ;d6a6 ff . + sub c ;d6a7 91 . + djnz ld6bch ;d6a8 10 12 . . + adc a,c ;d6aa 89 . + sub l ;d6ab 95 . + nop ;d6ac 00 . + call po,sub_9c80h ;d6ad e4 80 9c . . . + defb 0fdh,043h,08ah ;illegal sequence ;d6b0 fd 43 8a . C . + ld a,(hl) ;d6b3 7e ~ + defb 0fdh,01fh,083h ;illegal sequence ;d6b4 fd 1f 83 . . . + ld (hl),l ;d6b7 75 u + defb 0fdh,098h,07eh ;illegal sequence ;d6b8 fd 98 7e . . ~ + ld a,b ;d6bb 78 x +ld6bch: + adc a,c ;d6bc 89 . + sub h ;d6bd 94 . + inc e ;d6be 1c . + adc a,(hl) ;d6bf 8e . + sub h ;d6c0 94 . + call po,sub_9dfdh ;d6c1 e4 fd 9d . . . + ld a,(hl) ;d6c4 7e ~ + halt ;d6c5 76 v + defb 0fdh,013h,07dh ;illegal sequence ;d6c6 fd 13 7d . . } + sub d ;d6c9 92 . + defb 0fdh,010h,082h ;illegal sequence ;d6ca fd 10 82 . . . + adc a,e ;d6cd 8b . + rst 38h ;d6ce ff . + sub a ;d6cf 97 . + ld (bc),a ;d6d0 02 . + ld (bc),a ;d6d1 02 . + adc a,h ;d6d2 8c . + sub d ;d6d3 92 . + nop ;d6d4 00 . + adc a,b ;d6d5 88 . + xor d ;d6d6 aa . + call po,sub_b18fh ;d6d7 e4 8f b1 . . . + sub (hl) ;d6da 96 . + xor d ;d6db aa . + inc e ;d6dc 1c . + sbc a,h ;d6dd 9c . + sbc a,h ;d6de 9c . + call po,sub_2cfdh ;d6df e4 fd 2c . . , + ld h,a ;d6e2 67 g + halt ;d6e3 76 v + defb 0fdh,082h,073h ;illegal sequence ;d6e4 fd 82 73 . . s + add a,(hl) ;d6e7 86 . + defb 0fdh,02ch,099h ;illegal sequence ;d6e8 fd 2c 99 . , . + adc a,d ;d6eb 8a . + defb 0fdh,082h,08dh ;illegal sequence ;d6ec fd 82 8d . . . + ld a,d ;d6ef 7a z + rst 38h ;d6f0 ff . + and d ;d6f1 a2 . + inc bc ;d6f2 03 . + inc bc ;d6f3 03 . + sub c ;d6f4 91 . + sub d ;d6f5 92 . + nop ;d6f6 00 . + call po,sub_a48ch ;d6f7 e4 8c a4 . . . + inc e ;d6fa 1c . + adc a,h ;d6fb 8c . + xor c ;d6fc a9 . + call po,sub_b396h ;d6fd e4 96 b3 . . . + inc e ;d700 1c . + adc a,h ;d701 8c . + and h ;d702 a4 . + call po,sub_a490h ;d703 e4 90 a4 . . . + sbc a,h ;d706 9c . + add a,b ;d707 80 . + inc e ;d708 1c . + add a,h ;d709 84 . + adc a,h ;d70a 8c . + call po,sub_8c98h ;d70b e4 98 8c . . . + rst 38h ;d70e ff . + sbc a,(hl) ;d70f 9e . + ld bc,l8f01h ;d710 01 01 8f . . . + sub d ;d713 92 . + nop ;d714 00 . + call po,sub_a48ch ;d715 e4 8c a4 . . . + inc e ;d718 1c . + add a,h ;d719 84 . + xor d ;d71a aa . + call po,sub_1cfdh ;d71b e4 fd 1c . . . + adc a,d ;d71e 8a . + ld a,d ;d71f 7a z + dec (iy-07eh) ;d720 fd 35 82 . 5 . + ld a,h ;d723 7c | + defb 0fdh,00eh,079h ;illegal sequence ;d724 fd 0e 79 . . y + ld (hl),a ;d727 77 w + call m,sub_890eh ;d728 fc 0e 89 . . . + add a,a ;d72b 87 . + call m,sub_8235h ;d72c fc 35 82 . 5 . + add a,h ;d72f 84 . + call m,sub_7a1ch ;d730 fc 1c 7a . . z + adc a,d ;d733 8a . + inc e ;d734 1c . + adc a,h ;d735 8c . + and h ;d736 a4 . + call po,sub_a490h ;d737 e4 90 a4 . . . + sbc a,h ;d73a 9c . + add a,b ;d73b 80 . + inc e ;d73c 1c . + add a,h ;d73d 84 . + adc a,h ;d73e 8c . + call po,sub_8c98h ;d73f e4 98 8c . . . + rst 38h ;d742 ff . + sbc a,(hl) ;d743 9e . + ld bc,l8f01h ;d744 01 01 8f . . . + sub d ;d747 92 . + nop ;d748 00 . + add a,b ;d749 80 . + and c ;d74a a1 . + call po,sub_0cfdh ;d74b e4 fd 0c . . . + sub b ;d74e 90 . + ld (hl),e ;d74f 73 s + defb 0fdh,05ah,083h ;illegal sequence ;d750 fd 5a 83 . Z . + ld a,l ;d753 7d } + adc a,e ;d754 8b . + and d ;d755 a2 . + call m,sub_835ah ;d756 fc 5a 83 . Z . + add a,e ;d759 83 . + call m,sub_730ch ;d75a fc 0c 73 . . s + sub b ;d75d 90 . + inc e ;d75e 1c . + add a,c ;d75f 81 . + sub (hl) ;d760 96 . + call po,sub_5afdh ;d761 e4 fd 5a . . Z + adc a,c ;d764 89 . + ld a,e ;d765 7b { + dec (iy+07ch) ;d766 fd 35 7c . 5 | + ld a,c ;d769 79 y + sub e ;d76a 93 . + ld a,a ;d76b 7f  + inc e ;d76c 1c . + sub e ;d76d 93 . + sub e ;d76e 93 . + call po,035fdh ;d76f e4 fd 35 . . 5 + ld a,b ;d772 78 x + add a,(hl) ;d773 86 . + adc a,c ;d774 89 . + adc a,a ;d775 8f . + call m,sub_8025h ;d776 fc 25 80 . % . + halt ;d779 76 v + call m,sub_8564h ;d77a fc 64 85 . d . + ld a,d ;d77d 7a z + call m,sub_8625h ;d77e fc 25 86 . % . + adc a,b ;d781 88 . + adc a,e ;d782 8b . + ld a,a ;d783 7f  + call m,08035h ;d784 fc 35 80 . 5 . + adc a,d ;d787 8a . + rst 38h ;d788 ff . + sub h ;d789 94 . + ld c,011h ;d78a 0e 11 . . + adc a,d ;d78c 8a . + adc a,(hl) ;d78d 8e . + nop ;d78e 00 . + add a,b ;d78f 80 . + sub d ;d790 92 . + call po,sub_928ch ;d791 e4 8c 92 . . . + inc e ;d794 1c . + add a,(hl) ;d795 86 . + add a,b ;d796 80 . + call po,sub_a486h ;d797 e4 86 a4 . . . + sub d ;d79a 92 . + and h ;d79b a4 . + defb 0fdh,0a7h,07eh ;illegal sequence ;d79c fd a7 7e . . ~ + ld l,(hl) ;d79f 6e n + add a,(hl) ;d7a0 86 . + add a,b ;d7a1 80 . + rst 38h ;d7a2 ff . + and d ;d7a3 a2 . + dec b ;d7a4 05 . + inc bc ;d7a5 03 . + sub c ;d7a6 91 . + sub d ;d7a7 92 . + nop ;d7a8 00 . + sub c ;d7a9 91 . + and b ;d7aa a0 . + call po,sub_a099h+2 ;d7ab e4 9b a0 . . . + inc e ;d7ae 1c . + sub (hl) ;d7af 96 . + and l ;d7b0 a5 . + call po,sub_8096h ;d7b1 e4 96 80 . . . + inc e ;d7b4 1c . + sub (hl) ;d7b5 96 . + add a,(hl) ;d7b6 86 . + call po,sub_7ffdh ;d7b7 e4 fd 7f . .  + halt ;d7ba 76 v + add a,l ;d7bb 85 . + dec (iy-072h) ;d7bc fd 35 8e . 5 . + add a,a ;d7bf 87 . + defb 0fdh,07fh,08ah ;illegal sequence ;d7c0 fd 7f 8a .  . + ld a,e ;d7c3 7b { + rst 38h ;d7c4 ff . + sbc a,e ;d7c5 9b . + dec bc ;d7c6 0b . + ld (de),a ;d7c7 12 . + adc a,(hl) ;d7c8 8e . + sub d ;d7c9 92 . + nop ;d7ca 00 . + add a,e ;d7cb 83 . + xor c ;d7cc a9 . + call po,sub_b38dh ;d7cd e4 8d b3 . . . + inc e ;d7d0 1c . + add a,l ;d7d1 85 . + and h ;d7d2 a4 . + call po,sub_8085h ;d7d3 e4 85 80 . . . + rst 38h ;d7d6 ff . + adc a,d ;d7d7 8a . + ld (bc),a ;d7d8 02 . + ld b,085h ;d7d9 06 85 . . + sub d ;d7db 92 . + nop ;d7dc 00 . + ld a,e ;d7dd 7b { + or e ;d7de b3 . + call po,sub_a985h ;d7df e4 85 a9 . . . + inc e ;d7e2 1c . + add a,l ;d7e3 85 . + and h ;d7e4 a4 . + call po,sub_8085h ;d7e5 e4 85 80 . . . + rst 38h ;d7e8 ff . + adc a,d ;d7e9 8a . + ld (bc),a ;d7ea 02 . + ld b,085h ;d7eb 06 85 . . + sub d ;d7ed 92 . + nop ;d7ee 00 . + adc a,d ;d7ef 8a . + xor c ;d7f0 a9 . + call po,sub_b394h ;d7f1 e4 94 b3 . . . + inc e ;d7f4 1c . + sbc a,h ;d7f5 9c . + sbc a,h ;d7f6 9c . + call po,sub_2cfdh ;d7f7 e4 fd 2c . . , + ld h,a ;d7fa 67 g + halt ;d7fb 76 v + defb 0fdh,082h,073h ;illegal sequence ;d7fc fd 82 73 . . s + add a,(hl) ;d7ff 86 . + defb 0fdh,02ch,099h ;illegal sequence ;d800 fd 2c 99 . , . + adc a,d ;d803 8a . + defb 0fdh,082h,08dh ;illegal sequence ;d804 fd 82 8d . . . + ld a,d ;d807 7a z + rst 38h ;d808 ff . + and d ;d809 a2 . + inc bc ;d80a 03 . + inc bc ;d80b 03 . + sub c ;d80c 91 . + sub d ;d80d 92 . + nop ;d80e 00 . + adc a,d ;d80f 8a . + or e ;d810 b3 . + call po,sub_a994h ;d811 e4 94 a9 . . . + inc e ;d814 1c . + sbc a,h ;d815 9c . + sbc a,h ;d816 9c . + call po,sub_2cfdh ;d817 e4 fd 2c . . , + ld h,a ;d81a 67 g + halt ;d81b 76 v + defb 0fdh,082h,073h ;illegal sequence ;d81c fd 82 73 . . s + add a,(hl) ;d81f 86 . + defb 0fdh,02ch,099h ;illegal sequence ;d820 fd 2c 99 . , . + adc a,d ;d823 8a . + defb 0fdh,082h,08dh ;illegal sequence ;d824 fd 82 8d . . . + ld a,d ;d827 7a z + rst 38h ;d828 ff . + and d ;d829 a2 . + inc bc ;d82a 03 . + inc bc ;d82b 03 . + sub c ;d82c 91 . + sub d ;d82d 92 . + nop ;d82e 00 . + add a,h ;d82f 84 . + xor d ;d830 aa . + call po,sub_1cfdh ;d831 e4 fd 1c . . . + adc a,d ;d834 8a . + ld a,d ;d835 7a z + dec (iy-07eh) ;d836 fd 35 82 . 5 . + ld a,h ;d839 7c | + defb 0fdh,00eh,079h ;illegal sequence ;d83a fd 0e 79 . . y + ld (hl),a ;d83d 77 w + call m,sub_890eh ;d83e fc 0e 89 . . . + add a,a ;d841 87 . + call m,sub_8235h ;d842 fc 35 82 . 5 . + add a,h ;d845 84 . + call m,sub_7a1ch ;d846 fc 1c 7a . . z + adc a,d ;d849 8a . + inc e ;d84a 1c . + sbc a,h ;d84b 9c . + sbc a,h ;d84c 9c . + call po,sub_2cfdh ;d84d e4 fd 2c . . , + ld h,a ;d850 67 g + halt ;d851 76 v + defb 0fdh,082h,073h ;illegal sequence ;d852 fd 82 73 . . s + add a,(hl) ;d855 86 . + defb 0fdh,02ch,099h ;illegal sequence ;d856 fd 2c 99 . , . + adc a,d ;d859 8a . + defb 0fdh,082h,08dh ;illegal sequence ;d85a fd 82 8d . . . + ld a,d ;d85d 7a z + rst 38h ;d85e ff . + and d ;d85f a2 . + inc bc ;d860 03 . + inc bc ;d861 03 . + sub c ;d862 91 . + sub d ;d863 92 . + nop ;d864 00 . + add a,d ;d865 82 . + and c ;d866 a1 . + call po,sub_1cfdh ;d867 e4 fd 1c . . . + adc a,d ;d86a 8a . + ld a,d ;d86b 7a z + dec (iy-07eh) ;d86c fd 35 82 . 5 . + ld a,h ;d86f 7c | + defb 0fdh,00eh,079h ;illegal sequence ;d870 fd 0e 79 . . y + ld (hl),a ;d873 77 w + call m,sub_890eh ;d874 fc 0e 89 . . . + add a,a ;d877 87 . + call m,sub_8235h ;d878 fc 35 82 . 5 . + add a,h ;d87b 84 . + call m,sub_7a1ch ;d87c fc 1c 7a . . z + adc a,d ;d87f 8a . + inc e ;d880 1c . + sub h ;d881 94 . + sub l ;d882 95 . + call po,sub_38fdh ;d883 e4 fd 38 . . 8 + ld (hl),c ;d886 71 q + ld a,b ;d887 78 x + defb 0fdh,07ah,077h ;illegal sequence ;d888 fd 7a 77 . z w + add a,l ;d88b 85 . + defb 0fdh,038h,08fh ;illegal sequence ;d88c fd 38 8f . 8 . + adc a,b ;d88f 88 . + defb 0fdh,07ah,089h ;illegal sequence ;d890 fd 7a 89 . z . + ld a,e ;d893 7b { + rst 38h ;d894 ff . + sbc a,b ;d895 98 . + dec bc ;d896 0b . + dec bc ;d897 0b . + adc a,h ;d898 8c . + adc a,l ;d899 8d . + nop ;d89a 00 . + add a,l ;d89b 85 . + or c ;d89c b1 . + call po,sub_ab8dh ;d89d e4 8d ab . . . + sub l ;d8a0 95 . + or c ;d8a1 b1 . + inc e ;d8a2 1c . + sub (hl) ;d8a3 96 . + and c ;d8a4 a1 . + call po,sub_5afch ;d8a5 e4 fc 5a . . Z + halt ;d8a8 76 v + ld (hl),a ;d8a9 77 w + call m,sub_865ah ;d8aa fc 5a 86 . Z . + ld a,d ;d8ad 7a z + call m,sub_882eh ;d8ae fc 2e 88 . . . + adc a,c ;d8b1 89 . + defb 0fdh,01ch,080h ;illegal sequence ;d8b2 fd 1c 80 . . . + ld l,a ;d8b5 6f o + ld (iy+07bh),h ;d8b6 fd 74 7b . t { + ld a,b ;d8b9 78 x + defb 0fdh,03bh,078h ;illegal sequence ;d8ba fd 3b 78 . ; x + adc a,(hl) ;d8bd 8e . + dec (iy-07ch) ;d8be fd 35 84 . 5 . + add a,a ;d8c1 87 . + rst 38h ;d8c2 ff . + sbc a,d ;d8c3 9a . + inc d ;d8c4 14 . + ld (bc),a ;d8c5 02 . + adc a,l ;d8c6 8d . + sub d ;d8c7 92 . + nop ;d8c8 00 . + add a,e ;d8c9 83 . + and a ;d8ca a7 . + call po,sub_a189h+2 ;d8cb e4 8b a1 . . . + sub e ;d8ce 93 . + and a ;d8cf a7 . + inc e ;d8d0 1c . + sub d ;d8d1 92 . + sbc a,b ;d8d2 98 . + call po,sub_1cfch ;d8d3 e4 fc 1c . . . + ld a,e ;d8d6 7b { + ld a,l ;d8d7 7d } + call m,sub_7a3eh ;d8d8 fc 3e 7a . > z + halt ;d8db 76 v + call m,sub_8376h ;d8dc fc 76 83 . v . + ld a,e ;d8df 7b { + call m,sub_8625h ;d8e0 fc 25 86 . % . + adc a,b ;d8e3 88 . + defb 0fdh,01ch,07fh ;illegal sequence ;d8e4 fd 1c 7f . .  + ld (hl),e ;d8e7 73 s + ld (iy+07ch),c ;d8e8 fd 71 7c . q | + ld a,d ;d8eb 7a z + add iy,sp ;d8ec fd 39 . 9 + ld a,d ;d8ee 7a z + adc a,e ;d8ef 8b . + dec (iy-07ch) ;d8f0 fd 35 84 . 5 . + add a,a ;d8f3 87 . + rst 38h ;d8f4 ff . + sub e ;d8f5 93 . + ld c,011h ;d8f6 0e 11 . . + adc a,d ;d8f8 8a . + adc a,l ;d8f9 8d . + nop ;d8fa 00 . + sub c ;d8fb 91 . + or e ;d8fc b3 . + call po,sub_a987h ;d8fd e4 87 a9 . . . + inc e ;d900 1c . + add a,b ;d901 80 . + and h ;d902 a4 . + call po,sub_8a80h ;d903 e4 80 8a . . . + call m,sub_8caah ;d906 fc aa 8c . . . + add a,c ;d909 81 . + sbc a,b ;d90a 98 . + and h ;d90b a4 . + rst 38h ;d90c ff . + sbc a,d ;d90d 9a . + rlca ;d90e 07 . + inc b ;d90f 04 . + adc a,l ;d910 8d . + sub c ;d911 91 . + nop ;d912 00 . + add a,(hl) ;d913 86 . + xor e ;d914 ab . + call po,sub_b4fdh ;d915 e4 fd b4 . . . + add a,c ;d918 81 . + add a,b ;d919 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d91a fd b4 7f . .  + add a,b ;d91d 80 . + inc e ;d91e 1c . + sub e ;d91f 93 . + xor e ;d920 ab . + call po,sub_b4fdh ;d921 e4 fd b4 . . . + add a,c ;d924 81 . + add a,b ;d925 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d926 fd b4 7f . .  + add a,b ;d929 80 . + inc e ;d92a 1c . + add a,b ;d92b 80 . + and h ;d92c a4 . + call po,sub_8e8bh+2 ;d92d e4 8d 8e . . . + sbc a,d ;d930 9a . + and h ;d931 a4 . + inc e ;d932 1c . + adc a,l ;d933 8d . + adc a,(hl) ;d934 8e . + call po,sub_808dh ;d935 e4 8d 80 . . . + rst 38h ;d938 ff . + sbc a,h ;d939 9c . + dec b ;d93a 05 . + add hl,bc ;d93b 09 . + adc a,(hl) ;d93c 8e . + sub d ;d93d 92 . + nop ;d93e 00 . + add a,e ;d93f 83 . + and d ;d940 a2 . + call po,sub_b4fdh ;d941 e4 fd b4 . . . + add a,c ;d944 81 . + add a,b ;d945 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d946 fd b4 7f . .  + add a,b ;d949 80 . + inc e ;d94a 1c . + sub b ;d94b 90 . + and d ;d94c a2 . + call po,sub_b4fdh ;d94d e4 fd b4 . . . + add a,c ;d950 81 . + add a,b ;d951 80 . + defb 0fdh,0b4h,07fh ;illegal sequence ;d952 fd b4 7f . .  + add a,b ;d955 80 . + inc e ;d956 1c . + sub e ;d957 93 . + sbc a,d ;d958 9a . + call po,sub_808ah ;d959 e4 8a 80 . . . + add a,(hl) ;d95c 86 . + ld (hl),a ;d95d 77 w + ld (iy+07dh),c ;d95e fd 71 7d . q } + add a,d ;d961 82 . + inc e ;d962 1c . + add a,b ;d963 80 . + sbc a,d ;d964 9a . + call po,sub_8087h+1 ;d965 e4 88 80 . . . + adc a,d ;d968 8a . + add a,b ;d969 80 . + rst 38h ;d96a ff . + sub h ;d96b 94 . + ld (de),a ;d96c 12 . + rla ;d96d 17 . + adc a,d ;d96e 8a . + adc a,b ;d96f 88 . + nop ;d970 00 . + add a,b ;d971 80 . + and h ;d972 a4 . + call po,sub_a48ch ;d973 e4 8c a4 . . . + inc e ;d976 1c . + add a,(hl) ;d977 86 . + and h ;d978 a4 . + call po,sub_7086h ;d979 e4 86 70 . . p + inc e ;d97c 1c . + add a,b ;d97d 80 . + ld (hl),b ;d97e 70 p + call po,sub_708ch ;d97f e4 8c 70 . . p + inc e ;d982 1c . + add a,(hl) ;d983 86 . + sub h ;d984 94 . + call po,sub_9494h ;d985 e4 94 94 . . . + defb 0fdh,09dh,07eh ;illegal sequence ;d988 fd 9d 7e . . ~ + halt ;d98b 76 v + add a,(hl) ;d98c 86 . + add a,b ;d98d 80 . + rst 38h ;d98e ff . + sbc a,(hl) ;d98f 9e . + dec b ;d990 05 . + dec b ;d991 05 . + adc a,a ;d992 8f . + adc a,d ;d993 8a . + nop ;d994 00 . + add a,b ;d995 80 . + sub h ;d996 94 . + call po,sub_7ffdh ;d997 e4 fd 7f . .  + adc a,d ;d99a 8a . + ld a,e ;d99b 7b { + defb 0fdh,032h,071h ;illegal sequence ;d99c fd 32 71 . 2 q + ld a,c ;d99f 79 y + defb 0fdh,07fh,076h ;illegal sequence ;d9a0 fd 7f 76 .  v + add a,l ;d9a3 85 . + inc e ;d9a4 1c . + add a,b ;d9a5 80 . + and h ;d9a6 a4 . + call po,sub_7680h ;d9a7 e4 80 76 . . v + rst 38h ;d9aa ff . + sub (hl) ;d9ab 96 . + ld b,00bh ;d9ac 06 0b . . + adc a,e ;d9ae 8b . + adc a,l ;d9af 8d . + nop ;d9b0 00 . + nop ;d9b1 00 . + nop ;d9b2 00 . + nop ;d9b3 00 . + nop ;d9b4 00 . + add a,b ;d9b5 80 . + sub d ;d9b6 92 . + call po,sub_92a8h ;d9b7 e4 a8 92 . . . + rst 38h ;d9ba ff . + xor d ;d9bb aa . + inc de ;d9bc 13 . + inc d ;d9bd 14 . + sub l ;d9be 95 . + sub d ;d9bf 92 . + nop ;d9c0 00 . + add a,(hl) ;d9c1 86 . + and a ;d9c2 a7 . + call po,sub_3efch ;d9c3 e4 fc 3e . . > + ld a,(hl) ;d9c6 7e ~ + adc a,b ;d9c7 88 . + adc a,h ;d9c8 8c . + sbc a,b ;d9c9 98 . + inc e ;d9ca 1c . + add a,b ;d9cb 80 . + sub d ;d9cc 92 . + call po,sub_9295h ;d9cd e4 95 92 . . . + inc e ;d9d0 1c . + adc a,a ;d9d1 8f . + adc a,h ;d9d2 8c . + call po,sub_7d82h ;d9d3 e4 82 7d . . } + sub e ;d9d6 93 . + ld a,l ;d9d7 7d } + inc e ;d9d8 1c . + adc a,a ;d9d9 8f . + adc a,h ;d9da 8c . + call po,sub_778fh ;d9db e4 8f 77 . . w + rst 38h ;d9de ff . + sub l ;d9df 95 . + ex af,af' ;d9e0 08 . + ld a,(bc) ;d9e1 0a . + adc a,e ;d9e2 8b . + sub d ;d9e3 92 . + nop ;d9e4 00 . + add a,(hl) ;d9e5 86 . + and a ;d9e6 a7 . + call po,sub_3efch ;d9e7 e4 fc 3e . . > + ld a,(hl) ;d9ea 7e ~ + adc a,b ;d9eb 88 . + adc a,h ;d9ec 8c . + sub (hl) ;d9ed 96 . + inc e ;d9ee 1c . + add a,b ;d9ef 80 . + sub d ;d9f0 92 . + call po,sub_9295h ;d9f1 e4 95 92 . . . + inc e ;d9f4 1c . + add a,h ;d9f5 84 . + add a,a ;d9f6 87 . + call po,0a1fdh ;d9f7 e4 fd a1 . . . + add a,(hl) ;d9fa 86 . + ld a,a ;d9fb 7f  + dec (iy+079h) ;d9fc fd 35 79 . 5 y + ld a,a ;d9ff 7f  + adc a,b ;da00 88 . + ld a,l ;da01 7d } + call m,sub_8435h ;da02 fc 35 84 . 5 . + ld a,c ;da05 79 y + sub b ;da06 90 . + ld (hl),a ;da07 77 w + rst 38h ;da08 ff . + sub l ;da09 95 . + ex af,af' ;da0a 08 . + ld a,(bc) ;da0b 0a . + adc a,e ;da0c 8b . + sub d ;da0d 92 . + nop ;da0e 00 . + add a,l ;da0f 85 . + sbc a,e ;da10 9b . + call po,sub_71fdh ;da11 e4 fd 71 . . q + add a,(hl) ;da14 86 . + ld a,h ;da15 7c | + defb 0fdh,017h,079h ;illegal sequence ;da16 fd 17 79 . . y + ld a,h ;da19 7c | + sub d ;da1a 92 . + add a,(hl) ;da1b 86 . + inc e ;da1c 1c . + sub d ;da1d 92 . + sub a ;da1e 97 . + call po,09287h ;da1f e4 87 92 . . . + call m,sub_8376h ;da22 fc 76 83 . v . + ld a,e ;da25 7b { + call m,sub_843bh ;da26 fc 3b 84 . ; . + add a,a ;da29 87 . + call m,sub_7d25h ;da2a fc 25 7d . % } + add a,(hl) ;da2d 86 . + inc e ;da2e 1c . + add a,b ;da2f 80 . + add a,b ;da30 80 . + call po,sub_8095h ;da31 e4 95 80 . . . + rst 38h ;da34 ff . + sub l ;da35 95 . + ld c,011h ;da36 0e 11 . . + adc a,e ;da38 8b . + sub l ;da39 95 . + nop ;da3a 00 . + add a,h ;da3b 84 . + sub d ;da3c 92 . + call po,sub_39fdh ;da3d e4 fd 39 . . 9 + adc a,l ;da40 8d . + add a,a ;da41 87 . + defb 0fdh,079h,087h ;illegal sequence ;da42 fd 79 87 . y . + ld a,h ;da45 7c | + add iy,sp ;da46 fd 39 . 9 + ld (hl),e ;da48 73 s + ld a,c ;da49 79 y + defb 0fdh,079h,079h ;illegal sequence ;da4a fd 79 79 . y y + add a,h ;da4d 84 . + inc e ;da4e 1c . + add a,b ;da4f 80 . + add a,(hl) ;da50 86 . + call po,sub_8696h ;da51 e4 96 86 . . . + rst 38h ;da54 ff . + sub (hl) ;da55 96 . + dec bc ;da56 0b . + dec bc ;da57 0b . + adc a,e ;da58 8b . + sub l ;da59 95 . + nop ;da5a 00 . + adc a,l ;da5b 8d . + add a,b ;da5c 80 . + call po,sub_8d80h ;da5d e4 80 8d . . . + adc a,l ;da60 8d . + sbc a,d ;da61 9a . + inc e ;da62 1c . + sbc a,d ;da63 9a . + sbc a,d ;da64 9a . + call po,sub_8d8dh ;da65 e4 8d 8d . . . + sbc a,d ;da68 9a . + add a,b ;da69 80 . + rst 38h ;da6a ff . + sbc a,d ;da6b 9a . + ex af,af' ;da6c 08 . + ld a,(bc) ;da6d 0a . + adc a,l ;da6e 8d . + adc a,l ;da6f 8d . + nop ;da70 00 . + call po,sub_9a80h ;da71 e4 80 9a . . . + sbc a,d ;da74 9a . + sbc a,d ;da75 9a . + sbc a,d ;da76 9a . + add a,b ;da77 80 . + add a,b ;da78 80 . + add a,b ;da79 80 . + rst 38h ;da7a ff . + sbc a,d ;da7b 9a . + ld (bc),a ;da7c 02 . + inc b ;da7d 04 . + adc a,l ;da7e 8d . + adc a,l ;da7f 8d . + nop ;da80 00 . + call po,sub_8d8dh ;da81 e4 8d 8d . . . + add a,b ;da84 80 . + sbc a,d ;da85 9a . + inc e ;da86 1c . + adc a,l ;da87 8d . + sbc a,d ;da88 9a . + call po,sub_8d9ah ;da89 e4 9a 8d . . . + adc a,l ;da8c 8d . + add a,b ;da8d 80 . + rst 38h ;da8e ff . + sbc a,d ;da8f 9a . + ex af,af' ;da90 08 . + ld a,(bc) ;da91 0a . + adc a,l ;da92 8d . + adc a,l ;da93 8d . + nop ;da94 00 . + add a,b ;da95 80 . + add a,d ;da96 82 . + call po,sub_829ah ;da97 e4 9a 82 . . . + inc e ;da9a 1c . + sbc a,d ;da9b 9a . + sub l ;da9c 95 . + call po,sub_9580h ;da9d e4 80 95 . . . + inc e ;daa0 1c . + adc a,l ;daa1 8d . + and d ;daa2 a2 . + call po,sub_888dh ;daa3 e4 8d 88 . . . + rst 38h ;daa6 ff . + sbc a,d ;daa7 9a . + inc de ;daa8 13 . + inc d ;daa9 14 . + adc a,l ;daaa 8d . + sub d ;daab 92 . + nop ;daac 00 . + nop ;daad 00 . + nop ;daae 00 . + add a,b ;daaf 80 . + add a,l ;dab0 85 . + call po,sub_b4fdh ;dab1 e4 fd b4 . . . + add a,l ;dab4 85 . + add a,b ;dab5 80 . + defb 0fdh,0b4h,07bh ;illegal sequence ;dab6 fd b4 7b . . { + add a,b ;dab9 80 . + rst 38h ;daba ff . + add a,a ;dabb 87 . + ld bc,l8401h ;dabc 01 01 84 . . . + add a,l ;dabf 85 . + nop ;dac0 00 . + add a,b ;dac1 80 . + sbc a,l ;dac2 9d . + call po,sub_ad80h ;dac3 e4 80 ad . . . + adc a,c ;dac6 89 . + xor l ;dac7 ad . + rst 38h ;dac8 ff . + sub b ;dac9 90 . + inc bc ;daca 03 . + ld bc,sub_9688h ;dacb 01 88 96 . . . + nop ;dace 00 . + add a,(hl) ;dacf 86 . + add a,b ;dad0 80 . + call po,sub_808fh ;dad1 e4 8f 80 . . . + adc a,a ;dad4 8f . + adc a,a ;dad5 8f . + rst 38h ;dad6 ff . + sub b ;dad7 90 . + inc b ;dad8 04 . + ld bc,sub_9688h ;dad9 01 88 96 . . . + nop ;dadc 00 . + add a,b ;dadd 80 . + adc a,d ;dade 8a . + call po,sub_0efdh ;dadf e4 fd 0e . . . + ld d,h ;dae2 54 T + ld e,d ;dae3 5a Z + rst 38h ;dae4 ff . + add a,a ;dae5 87 . + ld bc,l8401h ;dae6 01 01 84 . . . + add a,l ;dae9 85 . + nop ;daea 00 . + add a,b ;daeb 80 . + adc a,l ;daec 8d . + call po,sub_b4fdh ;daed e4 fd b4 . . . + add a,l ;daf0 85 . + add a,b ;daf1 80 . + defb 0fdh,0b4h,07bh ;illegal sequence ;daf2 fd b4 7b . . { + add a,b ;daf5 80 . + rst 38h ;daf6 ff . + add a,a ;daf7 87 . + ld a,(bc) ;daf8 0a . + inc bc ;daf9 03 . + add a,h ;dafa 84 . + adc a,h ;dafb 8c . + nop ;dafc 00 . + add a,l ;dafd 85 . + add a,b ;dafe 80 . + call po,sub_28fch ;daff e4 fc 28 . . ( + ld (hl),h ;db02 74 t + sbc a,d ;db03 9a . + call m,sub_5f20h ;db04 fc 20 5f . _ + sub c ;db07 91 . + add a,b ;db08 80 . + and d ;db09 a2 . + inc e ;db0a 1c . + add a,c ;db0b 81 . + sub (hl) ;db0c 96 . + call po,sub_9696h ;db0d e4 96 96 . . . + rst 38h ;db10 ff . + sbc a,d ;db11 9a . + ld a,(bc) ;db12 0a . + rlca ;db13 07 . + adc a,l ;db14 8d . + sub d ;db15 92 . + nop ;db16 00 . + add a,d ;db17 82 . + add a,c ;db18 81 . + call po,sub_2dfch ;db19 e4 fc 2d . . - + ld a,e ;db1c 7b { + adc a,h ;db1d 8c . + call m,sub_651ch ;db1e fc 1c 65 . . e + adc a,e ;db21 8b . + inc e ;db22 1c . + add a,b ;db23 80 . + sbc a,h ;db24 9c . + call po,sub_9c94h+2 ;db25 e4 96 9c . . . + dec (iy+06eh) ;db28 fd 35 6e . 5 n + add a,c ;db2b 81 . + rst 38h ;db2c ff . + sbc a,d ;db2d 9a . + ld bc,l8d07h ;db2e 01 07 8d . . . + adc a,e ;db31 8b . + nop ;db32 00 . + add a,b ;db33 80 . + adc a,h ;db34 8c . + call po,sub_22fch ;db35 e4 fc 22 . . " + ld l,c ;db38 69 i + xor e ;db39 ab . + inc e ;db3a 1c . + adc a,h ;db3b 8c . + sub l ;db3c 95 . + call po,sub_808ch ;db3d e4 8c 80 . . . + rst 38h ;db40 ff . + sub l ;db41 95 . + ld bc,l8b07h ;db42 01 07 8b . . . + adc a,a ;db45 8f . + nop ;db46 00 . + adc a,c ;db47 89 . + sbc a,a ;db48 9f . + call po,sub_9989h ;db49 e4 89 99 . . . + inc e ;db4c 1c . + add a,b ;db4d 80 . + adc a,(hl) ;db4e 8e . + call po,sub_9980h ;db4f e4 80 99 . . . + sub e ;db52 93 . + sbc a,c ;db53 99 . + sub e ;db54 93 . + sub (hl) ;db55 96 . + defb 0fdh,017h,05eh ;illegal sequence ;db56 fd 17 5e . . ^ + add a,c ;db59 81 . + dec (iy+072h) ;db5a fd 35 72 . 5 r + adc a,b ;db5d 88 . + rst 38h ;db5e ff . + sbc a,b ;db5f 98 . + ld bc,l8c07h ;db60 01 07 8c . . . + sub b ;db63 90 . + nop ;db64 00 . + add a,d ;db65 82 . + sbc a,c ;db66 99 . + call po,sub_9994h ;db67 e4 94 99 . . . + inc e ;db6a 1c . + adc a,e ;db6b 8b . + sbc a,c ;db6c 99 . + call po,sub_8489h+2 ;db6d e4 8b 84 . . . + inc e ;db70 1c . + add a,b ;db71 80 . + add a,h ;db72 84 . + call po,sub_8496h ;db73 e4 96 84 . . . + rst 38h ;db76 ff . + sbc a,b ;db77 98 . + ld bc,l8c07h ;db78 01 07 8c . . . + adc a,e ;db7b 8b . + nop ;db7c 00 . + add a,b ;db7d 80 . + add a,h ;db7e 84 . + call po,035fch ;db7f e4 fc 35 . . 5 + ld (hl),e ;db82 73 s + sbc a,b ;db83 98 . + inc e ;db84 1c . + add a,b ;db85 80 . + sbc a,b ;db86 98 . + call po,sub_9896h ;db87 e4 96 98 . . . + inc e ;db8a 1c . + sub b ;db8b 90 . + and b ;db8c a0 . + call po,sub_8090h ;db8d e4 90 80 . . . + rst 38h ;db90 ff . + sbc a,c ;db91 99 . + ld bc,l8d07h ;db92 01 07 8d . . . + sub b ;db95 90 . + nop ;db96 00 . + adc a,d ;db97 8a . + add a,b ;db98 80 . + call po,sub_9f86h ;db99 e4 86 9f . . . + inc e ;db9c 1c . + add a,b ;db9d 80 . + sub (hl) ;db9e 96 . + call po,sub_9896h ;db9f e4 96 98 . . . + dec (iy+06eh) ;dba2 fd 35 6e . 5 n + add a,c ;dba5 81 . + rst 38h ;dba6 ff . + sbc a,e ;dba7 9b . + ld bc,l8e07h ;dba8 01 07 8e . . . + sub b ;dbab 90 . + nop ;dbac 00 . + add a,h ;dbad 84 . + sbc a,b ;dbae 98 . + call po,sub_9891h+2 ;dbaf e4 93 98 . . . + sub c ;dbb2 91 . + add a,d ;dbb3 82 . + inc e ;dbb4 1c . + add a,b ;dbb5 80 . + add a,d ;dbb6 82 . + call po,sub_8298h ;dbb7 e4 98 82 . . . + rst 38h ;dbba ff . + sbc a,h ;dbbb 9c . + ld bc,l8e07h ;dbbc 01 07 8e . . . + adc a,e ;dbbf 8b . + nop ;dbc0 00 . + add a,b ;dbc1 80 . + sbc a,c ;dbc2 99 . + call po,sub_9992h ;dbc3 e4 92 99 . . . + sub d ;dbc6 92 . + add a,c ;dbc7 81 . + add a,b ;dbc8 80 . + add a,c ;dbc9 81 . + inc e ;dbca 1c . + add a,d ;dbcb 82 . + adc a,(hl) ;dbcc 8e . + call po,sub_8e92h ;dbcd e4 92 8e . . . + rst 38h ;dbd0 ff . + sub l ;dbd1 95 . + ld bc,l8b07h ;dbd2 01 07 8b . . . + adc a,e ;dbd5 8b . + nop ;dbd6 00 . + add a,h ;dbd7 84 . + add a,b ;dbd8 80 . + call po,sub_25fch ;dbd9 e4 fc 25 . . % + ld a,d ;dbdc 7a z + sub (hl) ;dbdd 96 . + call m,06925h ;dbde fc 25 69 . % i + sub b ;dbe1 90 . + inc e ;dbe2 1c . + add a,b ;dbe3 80 . + sbc a,d ;dbe4 9a . + call po,017fdh ;dbe5 e4 fd 17 . . . + ld h,(hl) ;dbe8 66 f + ld (hl),e ;dbe9 73 s + inc e ;dbea 1c . + adc a,c ;dbeb 89 . + sbc a,e ;dbec 9b . + call po,sub_10fdh ;dbed e4 fd 10 . . . + ld e,(hl) ;dbf0 5e ^ + ld (hl),h ;dbf1 74 t + rst 38h ;dbf2 ff . + sbc a,c ;dbf3 99 . + ld bc,l8d07h ;dbf4 01 07 8d . . . + adc a,h ;dbf7 8c . + nop ;dbf8 00 . + add a,b ;dbf9 80 . + sub d ;dbfa 92 . + call po,sub_9296h ;dbfb e4 96 92 . . . + rst 38h ;dbfe ff . + sbc a,b ;dbff 98 . + ld a,(bc) ;dc00 0a . + inc bc ;dc01 03 . + adc a,h ;dc02 8c . + adc a,h ;dc03 8c . + nop ;dc04 00 . + add a,b ;dc05 80 . + and d ;dc06 a2 . + call po,sub_a29ah ;dc07 e4 9a a2 . . . + dec (iy+06bh) ;dc0a fd 35 6b . 5 k + add a,d ;dc0d 82 . + inc e ;dc0e 1c . + adc a,l ;dc0f 8d . + sbc a,d ;dc10 9a . + call po,017fdh ;dc11 e4 fd 17 . . . + ld e,h ;dc14 5c \ + ld a,(hl) ;dc15 7e ~ + defb 0fdh,025h,069h ;illegal sequence ;dc16 fd 25 69 . % i + adc a,c ;dc19 89 . + rst 38h ;dc1a ff . + sbc a,h ;dc1b 9c . + ld a,(bc) ;dc1c 0a . + inc b ;dc1d 04 . + adc a,(hl) ;dc1e 8e . + sub d ;dc1f 92 . + nop ;dc20 00 . + add a,b ;dc21 80 . + adc a,a ;dc22 8f . + call po,017fch ;dc23 e4 fc 17 . . . + ld (hl),b ;dc26 70 p + and l ;dc27 a5 . + call m,sub_5710h ;dc28 fc 10 57 . . W + and (hl) ;dc2b a6 . + inc e ;dc2c 1c . + adc a,l ;dc2d 8d . + sbc a,b ;dc2e 98 . + call po,sub_7f8dh ;dc2f e4 8d 7f . .  + rst 38h ;dc32 ff . + sbc a,h ;dc33 9c . + ld bc,l8e08h ;dc34 01 08 8e . . . + sbc a,b ;dc37 98 . + nop ;dc38 00 . + add a,b ;dc39 80 . + sub b ;dc3a 90 . + call po,sub_9c80h ;dc3b e4 80 9c . . . + sbc a,b ;dc3e 98 . + sbc a,h ;dc3f 9c . + defb 0fdh,01ch,05ah ;illegal sequence ;dc40 fd 1c 5a . . Z + ld a,a ;dc43 7f  + dec (iy+06eh) ;dc44 fd 35 6e . 5 n + adc a,e ;dc47 8b . + inc e ;dc48 1c . + adc a,h ;dc49 8c . + and l ;dc4a a5 . + call po,sub_9c8ch ;dc4b e4 8c 9c . . . + rst 38h ;dc4e ff . + sbc a,d ;dc4f 9a . + ld a,(bc) ;dc50 0a . + rlca ;dc51 07 . + adc a,l ;dc52 8d . + sub a ;dc53 97 . + nop ;dc54 00 . + add a,d ;dc55 82 . + sbc a,l ;dc56 9d . + call po,09d9ah ;dc57 e4 9a 9d . . . + inc e ;dc5a 1c . + adc a,(hl) ;dc5b 8e . + sbc a,l ;dc5c 9d . + call po,sub_848eh ;dc5d e4 8e 84 . . . + inc e ;dc60 1c . + add a,b ;dc61 80 . + add a,h ;dc62 84 . + call po,sub_849ch ;dc63 e4 9c 84 . . . + rst 38h ;dc66 ff . + sbc a,h ;dc67 9c . + ld a,(bc) ;dc68 0a . + rlca ;dc69 07 . + adc a,(hl) ;dc6a 8e . + sub d ;dc6b 92 . + nop ;dc6c 00 . + add a,b ;dc6d 80 . + add a,h ;dc6e 84 . + call po,sub_2efch ;dc6f e4 fc 2e . . . + ld l,l ;dc72 6d m + and c ;dc73 a1 . + inc e ;dc74 1c . + sub e ;dc75 93 . + and l ;dc76 a5 . + call po,sub_7f93h ;dc77 e4 93 7f . .  + inc e ;dc7a 1c . + add a,c ;dc7b 81 . + sbc a,h ;dc7c 9c . + call po,sub_9c9bh ;dc7d e4 9b 9c . . . + rst 38h ;dc80 ff . + sbc a,h ;dc81 9c . + ld a,(bc) ;dc82 0a . + inc b ;dc83 04 . + adc a,(hl) ;dc84 8e . + sub a ;dc85 97 . + nop ;dc86 00 . + call po,sub_1cfch ;dc87 e4 fc 1c . . . + ld (hl),b ;dc8a 70 p + sub l ;dc8b 95 . + call m,sub_5e1ch ;dc8c fc 1c 5e . . ^ + sub c ;dc8f 91 . + adc a,h ;dc90 8c . + and h ;dc91 a4 . + inc e ;dc92 1c . + add a,d ;dc93 82 . + sbc a,h ;dc94 9c . + call po,sub_9c9ah ;dc95 e4 9a 9c . . . + sbc a,d ;dc98 9a . + sub d ;dc99 92 . + add iy,de ;dc9a fd 19 . . + ld e,d ;dc9c 5a Z + add a,c ;dc9d 81 . + defb 0fdh,05ah,07ch ;illegal sequence ;dc9e fd 5a 7c . Z | + add a,d ;dca1 82 . + adc a,(hl) ;dca2 8e . + add a,c ;dca3 81 . + rst 38h ;dca4 ff . + sbc a,d ;dca5 9a . + ld a,(bc) ;dca6 0a . + dec b ;dca7 05 . + adc a,l ;dca8 8d . + sub a ;dca9 97 . + nop ;dcaa 00 . + sub b ;dcab 90 . + ld a,a ;dcac 7f  + call po,0a58bh ;dcad e4 8b a5 . . . + inc e ;dcb0 1c . + add a,d ;dcb1 82 . + sbc a,d ;dcb2 9a . + call po,sub_9e97h+1 ;dcb3 e4 98 9e . . . + inc e ;dcb6 1c . + add a,b ;dcb7 80 . + adc a,h ;dcb8 8c . + call po,sub_919ch ;dcb9 e4 9c 91 . . . + rst 38h ;dcbc ff . + sbc a,h ;dcbd 9c . + ld a,(bc) ;dcbe 0a . + inc bc ;dcbf 03 . + adc a,(hl) ;dcc0 8e . + sub a ;dcc1 97 . + nop ;dcc2 00 . + add a,b ;dcc3 80 . + sub b ;dcc4 90 . + call po,sub_31fch ;dcc5 e4 fc 31 . . 1 + ld l,a ;dcc8 6f o + sub l ;dcc9 95 . + inc e ;dcca 1c . + adc a,c ;dccb 89 . + sbc a,(hl) ;dccc 9e . + call po,sub_9e97h ;dccd e4 97 9e . . . + defb 0fdh,00dh,052h ;illegal sequence ;dcd0 fd 0d 52 . . R + add a,h ;dcd3 84 . + defb 0fdh,00dh,05fh ;illegal sequence ;dcd4 fd 0d 5f . . _ + adc a,d ;dcd7 8a . + defb 0fdh,025h,063h ;illegal sequence ;dcd8 fd 25 63 . % c + sub c ;dcdb 91 . + rst 38h ;dcdc ff . + sbc a,d ;dcdd 9a . + dec b ;dcde 05 . + rlca ;dcdf 07 . + adc a,l ;dce0 8d . + sub d ;dce1 92 . + nop ;dce2 00 . + add a,b ;dce3 80 . + sub b ;dce4 90 . + call po,sub_2cfch ;dce5 e4 fc 2c . . , + ld l,e ;dce8 6b k + sub h ;dce9 94 . + inc e ;dcea 1c . + add a,a ;dceb 87 . + sbc a,h ;dcec 9c . + call po,sub_9c9dh ;dced e4 9d 9c . . . + inc e ;dcf0 1c . + sub e ;dcf1 93 . + sbc a,h ;dcf2 9c . + call po,017fdh ;dcf3 e4 fd 17 . . . + ld c,a ;dcf6 4f O + ld a,(hl) ;dcf7 7e ~ + ld iy,(0886eh) ;dcf8 fd 2a 6e 88 . * n . + rst 38h ;dcfc ff . + sbc a,h ;dcfd 9c . + add hl,bc ;dcfe 09 . + inc b ;dcff 04 . + adc a,(hl) ;dd00 8e . + sub a ;dd01 97 . + nop ;dd02 00 . + add a,b ;dd03 80 . + add a,h ;dd04 84 . + call po,sub_8496h ;dd05 e4 96 84 . . . + sub (hl) ;dd08 96 . + sbc a,(hl) ;dd09 9e . + add a,b ;dd0a 80 . + sbc a,(hl) ;dd0b 9e . + rst 38h ;dd0c ff . + sbc a,b ;dd0d 98 . + ld a,(bc) ;dd0e 0a . + dec b ;dd0f 05 . + adc a,h ;dd10 8c . + sub d ;dd11 92 . + nop ;dd12 00 . + adc a,b ;dd13 88 . + ld a,a ;dd14 7f  + call po,035fch ;dd15 e4 fc 35 . . 5 + ld a,a ;dd18 7f  + adc a,l ;dd19 8d . + call m,05c17h ;dd1a fc 17 5c . . \ + adc a,a ;dd1d 8f . + sub l ;dd1e 95 . + and e ;dd1f a3 . + inc e ;dd20 1c . + add a,a ;dd21 87 . + and e ;dd22 a3 . + call po,sub_8c87h ;dd23 e4 87 8c . . . + inc e ;dd26 1c . + add a,b ;dd27 80 . + sbc a,b ;dd28 98 . + call po,sub_989ch ;dd29 e4 9c 98 . . . + rst 38h ;dd2c ff . + sbc a,d ;dd2d 9a . + ld a,(bc) ;dd2e 0a . + inc b ;dd2f 04 . + add a,b ;dd30 80 . + add a,b ;dd31 80 . + nop ;dd32 00 . + add a,b ;dd33 80 . + add a,c ;dd34 81 . + call po,043fch ;dd35 e4 fc 43 . . C + ld a,d ;dd38 7a z + sbc a,(hl) ;dd39 9e . + inc e ;dd3a 1c . + add a,e ;dd3b 83 . + and e ;dd3c a3 . + call po,sub_25fdh ;dd3d e4 fd 25 . . % + ld a,e ;dd40 7b { + ld (hl),c ;dd41 71 q + inc e ;dd42 1c . + add a,b ;dd43 80 . + sbc a,b ;dd44 98 . + call po,017fdh ;dd45 e4 fd 17 . . . + ld (hl),l ;dd48 75 u + ld l,c ;dd49 69 i + rst 38h ;dd4a ff . + sbc a,e ;dd4b 9b . + ld a,(bc) ;dd4c 0a . + rlca ;dd4d 07 . + adc a,(hl) ;dd4e 8e . + sub d ;dd4f 92 . + nop ;dd50 00 . + add a,b ;dd51 80 . + add a,c ;dd52 81 . + call po,sub_18fch ;dd53 e4 fc 18 . . . + ld h,(hl) ;dd56 66 f + xor b ;dd57 a8 . + call m,sub_5f1ch ;dd58 fc 1c 5f . . _ + sub l ;dd5b 95 . + add a,d ;dd5c 82 . + and c ;dd5d a1 . + inc e ;dd5e 1c . + adc a,(hl) ;dd5f 8e . + adc a,a ;dd60 8f . + call po,017fdh ;dd61 e4 fd 17 . . . + ld h,d ;dd64 62 b + ld h,b ;dd65 60 ` + rst 38h ;dd66 ff . + sbc a,h ;dd67 9c . + ld a,(bc) ;dd68 0a . + rlca ;dd69 07 . + adc a,(hl) ;dd6a 8e . + sub d ;dd6b 92 . + nop ;dd6c 00 . + add a,b ;dd6d 80 . + sbc a,c ;dd6e 99 . + call po,sub_9c9ah ;dd6f e4 9a 9c . . . + defb 0fdh,025h,065h ;illegal sequence ;dd72 fd 25 65 . % e + add a,(hl) ;dd75 86 . + inc e ;dd76 1c . + add a,a ;dd77 87 . + and e ;dd78 a3 . + call po,08787h ;dd79 e4 87 87 . . . + call m,sub_875ah ;dd7c fc 5a 87 . Z . + add a,b ;dd7f 80 . + sbc a,d ;dd80 9a . + add a,c ;dd81 81 . + rst 38h ;dd82 ff . + sbc a,d ;dd83 9a . + ld a,(bc) ;dd84 0a . + rlca ;dd85 07 . + adc a,l ;dd86 8d . + sub a ;dd87 97 . + nop ;dd88 00 . + add a,h ;dd89 84 . + add a,b ;dd8a 80 . + call po,sub_2afch ;dd8b e4 fc 2a . . * + ld (hl),e ;dd8e 73 s + sbc a,l ;dd8f 9d . + call m,sub_5517h ;dd90 fc 17 55 . . U + sub e ;dd93 93 . + sbc a,b ;dd94 98 . + and e ;dd95 a3 . + inc e ;dd96 1c . + add a,b ;dd97 80 . + and c ;dd98 a1 . + call po,017fdh ;dd99 e4 fd 17 . . . + ld h,d ;dd9c 62 b + ld l,l ;dd9d 6d m + rst 38h ;dd9e ff . + sbc a,d ;dd9f 9a . + ld a,(bc) ;dda0 0a . + rlca ;dda1 07 . + adc a,l ;dda2 8d . + sub d ;dda3 92 . + nop ;dda4 00 . + add a,b ;dda5 80 . + sub d ;dda6 92 . + call po,035fch ;dda7 e4 fc 35 . . 5 + ld (hl),e ;ddaa 73 s + sub e ;ddab 93 . + inc e ;ddac 1c . + adc a,c ;ddad 89 . + sbc a,(hl) ;ddae 9e . + call po,sub_9e97h+1 ;ddaf e4 98 9e . . . + defb 0fdh,01fh,05ch ;illegal sequence ;ddb2 fd 1f 5c . . \ + add a,d ;ddb5 82 . + defb 0fdh,025h,066h ;illegal sequence ;ddb6 fd 25 66 . % f + sub d ;ddb9 92 . + inc e ;ddba 1c . + adc a,b ;ddbb 88 . + sub h ;ddbc 94 . + call po,sub_1cfdh ;ddbd e4 fd 1c . . . + ld (hl),l ;ddc0 75 u + ld l,b ;ddc1 68 h + rst 38h ;ddc2 ff . + sbc a,d ;ddc3 9a . + dec b ;ddc4 05 . + rlca ;ddc5 07 . + adc a,l ;ddc6 8d . + sub d ;ddc7 92 . + nop ;ddc8 00 . + add a,l ;ddc9 85 . + add a,b ;ddca 80 . + call po,035fch ;ddcb e4 fc 35 . . 5 + ld a,(hl) ;ddce 7e ~ + adc a,e ;ddcf 8b . + call m,sub_5d13h ;ddd0 fc 13 5d . . ] + adc a,h ;ddd3 8c . + adc a,a ;ddd4 8f . + and b ;ddd5 a0 . + inc e ;ddd6 1c . + sub a ;ddd7 97 . + and h ;ddd8 a4 . + call po,00ffdh ;ddd9 e4 fd 0f . . . + ld l,l ;dddc 6d m + sbc a,h ;dddd 9c . + defb 0fdh,013h,074h ;illegal sequence ;ddde fd 13 74 . . t + and e ;dde1 a3 . + inc e ;dde2 1c . + add a,b ;dde3 80 . + sub d ;dde4 92 . + call po,sub_929bh ;dde5 e4 9b 92 . . . + rst 38h ;dde8 ff . + sbc a,d ;dde9 9a . + ld a,(bc) ;ddea 0a . + inc bc ;ddeb 03 . + adc a,l ;ddec 8d . + sub l ;dded 95 . + nop ;ddee 00 . + add a,(hl) ;ddef 86 . + add a,c ;ddf0 81 . + call po,sub_26fch ;ddf1 e4 fc 26 . . & + ld (hl),d ;ddf4 72 r + sbc a,l ;ddf5 9d . + call m,sub_5e1ch ;ddf6 fc 1c 5e . . ^ + sub c ;ddf9 91 . + inc e ;ddfa 1c . + add a,b ;ddfb 80 . + and b ;ddfc a0 . + call po,sub_19fdh ;ddfd e4 fd 19 . . . + ld h,a ;de00 67 g + ld (hl),c ;de01 71 q + inc e ;de02 1c . + adc a,c ;de03 89 . + and e ;de04 a3 . + call po,sub_25fdh ;de05 e4 fd 25 . . % + ld l,l ;de08 6d m + ld (hl),e ;de09 73 s + rst 38h ;de0a ff . + sbc a,d ;de0b 9a . + ld a,(bc) ;de0c 0a . + rlca ;de0d 07 . + adc a,l ;de0e 8d . + sub d ;de0f 92 . + nop ;de10 00 . + add a,h ;de11 84 . + and e ;de12 a3 . + call po,sub_a398h ;de13 e4 98 a3 . . . + inc e ;de16 1c . + add a,b ;de17 80 . + sbc a,b ;de18 98 . + call po,sub_989ch ;de19 e4 9c 98 . . . + inc e ;de1c 1c . + sub b ;de1d 90 . + sbc a,b ;de1e 98 . + call po,017fdh ;de1f e4 fd 17 . . . + ld e,h ;de22 5c \ + ld a,(hl) ;de23 7e ~ + dec (iy+071h) ;de24 fd 35 71 . 5 q + add a,l ;de27 85 . + rst 38h ;de28 ff . + sbc a,h ;de29 9c . + ld a,(bc) ;de2a 0a . + inc bc ;de2b 03 . + adc a,(hl) ;de2c 8e . + sub d ;de2d 92 . + nop ;de2e 00 . + add a,b ;de2f 80 . + ld a,a ;de30 7f  + call po,sub_a580h ;de31 e4 80 a5 . . . + inc e ;de34 1c . + add a,b ;de35 80 . + sbc a,b ;de36 98 . + call po,sub_1cfdh ;de37 e4 fd 1c . . . + ld (hl),e ;de3a 73 s + ld e,a ;de3b 5f _ + rst 38h ;de3c ff . + sub h ;de3d 94 . + inc bc ;de3e 03 . + add hl,bc ;de3f 09 . + adc a,d ;de40 8a . + sub a ;de41 97 . + nop ;de42 00 . + add a,(hl) ;de43 86 . + add a,b ;de44 80 . + call po,017fch ;de45 e4 fc 17 . . . + ld (hl),h ;de48 74 t + sub d ;de49 92 . + call m,sub_6d25h ;de4a fc 25 6d . % m + adc a,l ;de4d 8d . + sub b ;de4e 90 . + and l ;de4f a5 . + inc e ;de50 1c . + add a,b ;de51 80 . + sbc a,d ;de52 9a . + call po,sub_9a9ch ;de53 e4 9c 9a . . . + rst 38h ;de56 ff . + sbc a,h ;de57 9c . + ld a,(bc) ;de58 0a . + inc b ;de59 04 . + adc a,(hl) ;de5a 8e . + sub a ;de5b 97 . + nop ;de5c 00 . + add a,b ;de5d 80 . + add a,(hl) ;de5e 86 . + call po,sub_869ah ;de5f e4 9a 86 . . . + inc e ;de62 1c . + add a,e ;de63 83 . + sbc a,l ;de64 9d . + call po,sub_9d97h ;de65 e4 97 9d . . . + rst 38h ;de68 ff . + sbc a,h ;de69 9c . + ld a,(bc) ;de6a 0a . + rlca ;de6b 07 . + adc a,(hl) ;de6c 8e . + sub d ;de6d 92 . + nop ;de6e 00 . + add a,d ;de6f 82 . + and d ;de70 a2 . + call po,sub_a296h ;de71 e4 96 a2 . . . + defb 0fdh,015h,04dh ;illegal sequence ;de74 fd 15 4d . . M + add a,a ;de77 87 . + defb 0fdh,01fh,05dh ;illegal sequence ;de78 fd 1f 5d . . ] + sub h ;de7b 94 . + inc e ;de7c 1c . + add a,l ;de7d 85 . + sub a ;de7e 97 . + call po,sub_25fdh ;de7f e4 fd 25 . . % + ld l,l ;de82 6d m + ld e,a ;de83 5f _ + rst 38h ;de84 ff . + sbc a,b ;de85 98 . + ld a,(bc) ;de86 0a . + rlca ;de87 07 . + adc a,h ;de88 8c . + sub d ;de89 92 . + nop ;de8a 00 . + adc a,l ;de8b 8d . + and l ;de8c a5 . + call po,sub_9e8dh ;de8d e4 8d 9e . . . + inc e ;de90 1c . + add a,d ;de91 82 . + sbc a,(hl) ;de92 9e . + call po,sub_9e97h ;de93 e4 97 9e . . . + defb 0fdh,017h,058h ;illegal sequence ;de96 fd 17 58 . . X + sub d ;de99 92 . + defb 0fdh,017h,063h ;illegal sequence ;de9a fd 17 63 . . c + sbc a,h ;de9d 9c . + inc e ;de9e 1c . + adc a,l ;de9f 8d . + ld a,a ;dea0 7f  + call po,sub_908dh ;dea1 e4 8d 90 . . . + inc e ;dea4 1c . + sub b ;dea5 90 . + sub b ;dea6 90 . + call po,sub_8699h ;dea7 e4 99 86 . . . + rst 38h ;deaa ff . + sbc a,c ;deab 99 . + ld a,(bc) ;deac 0a . + rlca ;dead 07 . + adc a,l ;deae 8d . + sub a ;deaf 97 . + nop ;deb0 00 . + sub l ;deb1 95 . + and e ;deb2 a3 . + call po,sub_0efdh ;deb3 e4 fd 0e . . . + ld b,b ;deb6 40 @ + adc a,l ;deb7 8d . + defb 0fdh,00bh,04bh ;illegal sequence ;deb8 fd 0b 4b . . K + sbc a,c ;debb 99 . + defb 0fdh,011h,05ah ;illegal sequence ;debc fd 11 5a . . Z + sbc a,h ;debf 9c . + rst 38h ;dec0 ff . + sbc a,d ;dec1 9a . + ld b,007h ;dec2 06 07 . . + adc a,l ;dec4 8d . + sub d ;dec5 92 . + nop ;dec6 00 . + add a,b ;dec7 80 . + add a,h ;dec8 84 . + call po,sub_0efch ;dec9 e4 fc 0e . . . + ld c,e ;decc 4b K + sbc a,a ;decd 9f . + call m,sub_490eh ;dece fc 0e 49 . . I + adc a,a ;ded1 8f . + inc e ;ded2 1c . + sub h ;ded3 94 . + and b ;ded4 a0 . + call po,sub_0afch+1 ;ded5 e4 fd 0a . . . + dec sp ;ded8 3b ; + ld e,(hl) ;ded9 5e ^ + defb 0fdh,00ch,039h ;illegal sequence ;deda fd 0c 39 . . 9 + ld l,d ;dedd 6a j + rst 38h ;dede ff . + sbc a,h ;dedf 9c . + ld a,(bc) ;dee0 0a . + ld (bc),a ;dee1 02 . + adc a,(hl) ;dee2 8e . + sub h ;dee3 94 . + nop ;dee4 00 . + add a,b ;dee5 80 . + sub h ;dee6 94 . + call po,sub_25fch ;dee7 e4 fc 25 . . % + ld a,(hl) ;deea 7e ~ + and d ;deeb a2 . + inc e ;deec 1c . + add a,b ;deed 80 . + and e ;deee a3 . + call po,sub_8680h ;deef e4 80 86 . . . + call m,sub_865ah ;def2 fc 5a 86 . Z . + add a,c ;def5 81 . + sub (hl) ;def6 96 . + add a,d ;def7 82 . + rst 38h ;def8 ff . + sub (hl) ;def9 96 . + inc bc ;defa 03 . + rlca ;defb 07 . + adc a,e ;defc 8b . + sub a ;defd 97 . + nop ;defe 00 . + add a,e ;deff 83 . + add a,c ;df00 81 . + call po,043fch ;df01 e4 fc 43 . . C + ld (hl),d ;df04 72 r + sbc a,a ;df05 9f . + add a,b ;df06 80 . + and c ;df07 a1 . + rst 38h ;df08 ff . + sbc a,c ;df09 99 . + ld a,(bc) ;df0a 0a . + rlca ;df0b 07 . + adc a,l ;df0c 8d . + sub d ;df0d 92 . + nop ;df0e 00 . + add a,b ;df0f 80 . + adc a,l ;df10 8d . + call po,sub_9c89h ;df11 e4 89 9c . . . + defb 0fdh,05ah,082h ;illegal sequence ;df14 fd 5a 82 . Z . + ld a,(hl) ;df17 7e ~ + sbc a,l ;df18 9d . + add a,h ;df19 84 . + rst 38h ;df1a ff . + sbc a,h ;df1b 9c . + rlca ;df1c 07 . + ld (bc),a ;df1d 02 . + adc a,(hl) ;df1e 8e . + sub e ;df1f 93 . + nop ;df20 00 . + add a,b ;df21 80 . + add a,d ;df22 82 . + call po,017fch ;df23 e4 fc 17 . . . + ld d,e ;df26 53 S + sub (hl) ;df27 96 . + inc e ;df28 1c . + adc a,l ;df29 8d . + and l ;df2a a5 . + call po,sub_7f8dh ;df2b e4 8d 7f . .  + inc e ;df2e 1c . + add a,b ;df2f 80 . + sbc a,h ;df30 9c . + call po,sub_9c9ah ;df31 e4 9a 9c . . . + inc e ;df34 1c . + sub l ;df35 95 . + sub l ;df36 95 . + call po,017fdh ;df37 e4 fd 17 . . . + ld d,e ;df3a 53 S + ld l,d ;df3b 6a j + rst 38h ;df3c ff . + sbc a,c ;df3d 99 . + ld a,(bc) ;df3e 0a . + rlca ;df3f 07 . + adc a,l ;df40 8d . + sub a ;df41 97 . + nop ;df42 00 . + add a,b ;df43 80 . + and b ;df44 a0 . + call po,sub_a099h+1 ;df45 e4 9a a0 . . . + defb 0fdh,025h,05ah ;illegal sequence ;df48 fd 25 5a . % Z + adc a,c ;df4b 89 . + inc e ;df4c 1c . + add a,(hl) ;df4d 86 . + sub h ;df4e 94 . + call po,sub_0dfdh ;df4f e4 fd 0d . . . + ld e,e ;df52 5b [ + ld e,h ;df53 5c \ + defb 0fdh,00dh,051h ;illegal sequence ;df54 fd 0d 51 . . Q + ld h,h ;df57 64 d + rst 38h ;df58 ff . + sbc a,c ;df59 99 . + ld a,(bc) ;df5a 0a . + inc b ;df5b 04 . + adc a,l ;df5c 8d . + sub d ;df5d 92 . + nop ;df5e 00 . + add a,h ;df5f 84 . + and h ;df60 a4 . + call po,sub_13fdh ;df61 e4 fd 13 . . . + halt ;df64 76 v + ld c,l ;df65 4d M + inc e ;df66 1c . + add a,d ;df67 82 . + sub (hl) ;df68 96 . + call po,sub_25fdh ;df69 e4 fd 25 . . % + ld a,a ;df6c 7f  + ld h,l ;df6d 65 e + inc e ;df6e 1c . + add a,b ;df6f 80 . + add a,a ;df70 87 . + call po,sub_1bfdh ;df71 e4 fd 1b . . . + ld a,h ;df74 7c | + ld d,c ;df75 51 Q + rst 38h ;df76 ff . + sbc a,c ;df77 99 . + ld a,(bc) ;df78 0a . + rlca ;df79 07 . + adc a,l ;df7a 8d . + sub d ;df7b 92 . + nop ;df7c 00 . + adc a,h ;df7d 8c . + and l ;df7e a5 . + call po,sub_9787h+1 ;df7f e4 88 97 . . . + defb 0fdh,007h,038h ;illegal sequence ;df82 fd 07 38 . . 8 + sub e ;df85 93 . + defb 0fdh,00ah,041h ;illegal sequence ;df86 fd 0a 41 . . A + sub (hl) ;df89 96 . + call m,0880eh ;df8a fc 0e 88 . . . + jp l07fch ;df8d c3 fc 07 . . . + ld (hl),h ;df90 74 t + pop bc ;df91 c1 . + inc e ;df92 1c . + sub d ;df93 92 . + sub h ;df94 94 . + call po,sub_809ah ;df95 e4 9a 80 . . . + rst 38h ;df98 ff . + sbc a,h ;df99 9c . + ld (bc),a ;df9a 02 . + ld (bc),a ;df9b 02 . + adc a,(hl) ;df9c 8e . + sub e ;df9d 93 . + nop ;df9e 00 . + add a,b ;df9f 80 . + add a,c ;dfa0 81 . + call po,sub_10fch ;dfa1 e4 fc 10 . . . + ld c,h ;dfa4 4c L + cp l ;dfa5 bd . + call m,sub_5617h ;dfa6 fc 17 56 . . V + sbc a,b ;dfa9 98 . + inc e ;dfaa 1c . + add a,(hl) ;dfab 86 . + sbc a,d ;dfac 9a . + call po,sub_19fdh ;dfad e4 fd 19 . . . + ld e,e ;dfb0 5b [ + ld d,d ;dfb1 52 R + rst 38h ;dfb2 ff . + sbc a,h ;dfb3 9c . + inc b ;dfb4 04 . + rlca ;dfb5 07 . + adc a,(hl) ;dfb6 8e . + sub e ;dfb7 93 . + nop ;dfb8 00 . + add a,d ;dfb9 82 . + and d ;dfba a2 . + call po,sub_a29ah ;dfbb e4 9a a2 . . . + inc e ;dfbe 1c . + add a,b ;dfbf 80 . + sub h ;dfc0 94 . + call po,sub_949ch ;dfc1 e4 9c 94 . . . + inc e ;dfc4 1c . + adc a,h ;dfc5 8c . + and d ;dfc6 a2 . + call po,sub_888ch ;dfc7 e4 8c 88 . . . + call m,sub_874ah ;dfca fc 4a 87 . J . + add a,c ;dfcd 81 . + sbc a,d ;dfce 9a . + add a,d ;dfcf 82 . + rst 38h ;dfd0 ff . + sbc a,h ;dfd1 9c . + ld a,(bc) ;dfd2 0a . + rlca ;dfd3 07 . + adc a,(hl) ;dfd4 8e . + sub d ;dfd5 92 . + nop ;dfd6 00 . + adc a,h ;dfd7 8c . + add a,b ;dfd8 80 . + call po,sub_a588h ;dfd9 e4 88 a5 . . . + inc e ;dfdc 1c . + add a,b ;dfdd 80 . + sbc a,c ;dfde 99 . + call po,09d9bh ;dfdf e4 9b 9d . . . + defb 0fdh,030h,06ah ;illegal sequence ;dfe2 fd 30 6a . 0 j + add a,c ;dfe5 81 . + rst 38h ;dfe6 ff . + sbc a,h ;dfe7 9c . + ld a,(bc) ;dfe8 0a . + inc b ;dfe9 04 . + adc a,(hl) ;dfea 8e . + sub a ;dfeb 97 . + nop ;dfec 00 . + add a,h ;dfed 84 . + sbc a,(hl) ;dfee 9e . + call po,sub_9e96h ;dfef e4 96 9e . . . + sub e ;dff2 93 . + add a,h ;dff3 84 . + inc e ;dff4 1c . + add a,b ;dff5 80 . + add a,h ;dff6 84 . + call po,sub_849ch ;dff7 e4 9c 84 . . . + rst 38h ;dffa ff . + sbc a,h ;dffb 9c . + ld a,(bc) ;dffc 0a . + rlca ;dffd 07 . + adc a,(hl) ;dffe 8e . + sub b ;dfff 90 . + nop ;e000 00 . + add a,b ;e001 80 . + add a,e ;e002 83 . + call po,sub_8395h ;e003 e4 95 83 . . . + sub l ;e006 95 . + sbc a,a ;e007 9f . + add a,b ;e008 80 . + sbc a,a ;e009 9f . + inc e ;e00a 1c . + add a,c ;e00b 81 . + sub d ;e00c 92 . + call po,sub_9295h ;e00d e4 95 92 . . . + rst 38h ;e010 ff . + sbc a,b ;e011 98 . + ld a,(bc) ;e012 0a . + dec b ;e013 05 . + adc a,h ;e014 8c . + sub b ;e015 90 . + nop ;e016 00 . + add a,(hl) ;e017 86 . + add a,b ;e018 80 . + call po,035fch ;e019 e4 fc 35 . . 5 + ld a,a ;e01c 7f  + sub d ;e01d 92 . + call m,sub_6921h ;e01e fc 21 69 . ! i + sub b ;e021 90 . + sbc a,c ;e022 99 . + sbc a,b ;e023 98 . + add a,b ;e024 80 . + sbc a,b ;e025 98 . + inc e ;e026 1c . + add a,e ;e027 83 . + and c ;e028 a1 . + call po,sub_a197h ;e029 e4 97 a1 . . . + rst 38h ;e02c ff . + sbc a,h ;e02d 9c . + ld a,(bc) ;e02e 0a . + rlca ;e02f 07 . + adc a,(hl) ;e030 8e . + sub d ;e031 92 . + nop ;e032 00 . + add a,c ;e033 81 . + add a,b ;e034 80 . + call po,sub_1ffch ;e035 e4 fc 1f . . . + ld a,a ;e038 7f  + sub d ;e039 92 . + call m,sub_7035h ;e03a fc 35 70 . 5 p + sub d ;e03d 92 . + sub d ;e03e 92 . + and h ;e03f a4 . + inc e ;e040 1c . + add a,b ;e041 80 . + and h ;e042 a4 . + call po,sub_9080h ;e043 e4 80 90 . . . + rst 38h ;e046 ff . + sub b ;e047 90 . + inc bc ;e048 03 . + dec b ;e049 05 . + adc a,b ;e04a 88 . + sub d ;e04b 92 . + nop ;e04c 00 . + add a,b ;e04d 80 . + add a,d ;e04e 82 . + call po,029fch ;e04f e4 fc 29 . . ) + ld l,e ;e052 6b k + sub c ;e053 91 . + add a,(hl) ;e054 86 . + and e ;e055 a3 . + inc e ;e056 1c . + adc a,(hl) ;e057 8e . + and h ;e058 a4 . + call po,sub_808eh ;e059 e4 8e 80 . . . + call m,sub_7335h ;e05c fc 35 73 . 5 s + sbc a,b ;e05f 98 . + rst 38h ;e060 ff . + sbc a,h ;e061 9c . + ld a,(bc) ;e062 0a . + rlca ;e063 07 . + adc a,(hl) ;e064 8e . + sub d ;e065 92 . + nop ;e066 00 . + add a,b ;e067 80 . + and e ;e068 a3 . + call po,sub_8080h ;e069 e4 80 80 . . . + call m,sub_7735h ;e06c fc 35 77 . 5 w + and b ;e06f a0 . + rst 38h ;e070 ff . + sub h ;e071 94 . + inc bc ;e072 03 . + rlca ;e073 07 . + adc a,d ;e074 8a . + sub d ;e075 92 . + nop ;e076 00 . + add a,b ;e077 80 . + add a,h ;e078 84 . + call po,sub_a180h ;e079 e4 80 a1 . . . + sub l ;e07c 95 . + and c ;e07d a1 . + sub l ;e07e 95 . + add a,h ;e07f 84 . + add a,b ;e080 80 . + add a,h ;e081 84 . + rst 38h ;e082 ff . + sub l ;e083 95 . + inc bc ;e084 03 . + dec b ;e085 05 . + adc a,d ;e086 8a . + sub d ;e087 92 . + nop ;e088 00 . + add a,h ;e089 84 . + add a,b ;e08a 80 . + call po,sub_25fch ;e08b e4 fc 25 . . % + ld (hl),l ;e08e 75 u + sbc a,e ;e08f 9b . + call m,sub_5e1ch ;e090 fc 1c 5e . . ^ + sub c ;e093 91 . + sub (hl) ;e094 96 . + and d ;e095 a2 . + add a,b ;e096 80 . + and d ;e097 a2 . + add a,b ;e098 80 . + sub h ;e099 94 . + rst 38h ;e09a ff . + sbc a,b ;e09b 98 . + ld a,(bc) ;e09c 0a . + rlca ;e09d 07 . + adc a,h ;e09e 8c . + sub d ;e09f 92 . + nop ;e0a0 00 . + call po,sub_10fch ;e0a1 e4 fc 10 . . . + halt ;e0a4 76 v + sbc a,(hl) ;e0a5 9e . + call m,05f13h ;e0a6 fc 13 5f . . _ + xor (hl) ;e0a9 ae . + call m,05f13h ;e0aa fc 13 5f . . _ + sbc a,b ;e0ad 98 . + inc e ;e0ae 1c . + add a,b ;e0af 80 . + and c ;e0b0 a1 . + call po,sub_1ffdh ;e0b1 e4 fd 1f . . . + ld (hl),h ;e0b4 74 t + ld l,e ;e0b5 6b k + rst 38h ;e0b6 ff . + sbc a,d ;e0b7 9a . + ld a,(bc) ;e0b8 0a . + rlca ;e0b9 07 . + adc a,l ;e0ba 8d . + adc a,a ;e0bb 8f . + nop ;e0bc 00 . + add a,b ;e0bd 80 . + and (hl) ;e0be a6 . + call po,sub_0efdh ;e0bf e4 fd 0e . . . + ld d,d ;e0c2 52 R + ld l,d ;e0c3 6a j + inc e ;e0c4 1c . + add a,h ;e0c5 84 . + and (hl) ;e0c6 a6 . + call po,00ffdh ;e0c7 e4 fd 0f . . . + ld d,l ;e0ca 55 U + ld l,e ;e0cb 6b k + rst 38h ;e0cc ff . + add a,a ;e0cd 87 . + ex af,af' ;e0ce 08 . + ld b,084h ;e0cf 06 84 . . + sbc a,c ;e0d1 99 . + nop ;e0d2 00 . + add a,b ;e0d3 80 . + and b ;e0d4 a0 . + call po,sub_b4fdh ;e0d5 e4 fd b4 . . . + add a,h ;e0d8 84 . + add a,b ;e0d9 80 . + defb 0fdh,0b4h,07ch ;illegal sequence ;e0da fd b4 7c . . | + add a,b ;e0dd 80 . + rst 38h ;e0de ff . + adc a,c ;e0df 89 . + ex af,af' ;e0e0 08 . + ld b,085h ;e0e1 06 85 . . + sbc a,c ;e0e3 99 . + nop ;e0e4 00 . + nop ;e0e5 00 . + nop ;e0e6 00 . + nop ;e0e7 00 . + nop ;e0e8 00 . + nop ;e0e9 00 . + nop ;e0ea 00 . + add a,b ;e0eb 80 . + sbc a,(hl) ;e0ec 9e . + call po,sub_25fch ;e0ed e4 fc 25 . . % + add a,l ;e0f0 85 . + sbc a,(hl) ;e0f1 9e . + inc e ;e0f2 1c . + adc a,e ;e0f3 8b . + and (hl) ;e0f4 a6 . + call po,sub_9c88h ;e0f5 e4 88 9c . . . + defb 0fdh,011h,064h ;illegal sequence ;e0f8 fd 11 64 . . d + adc a,c ;e0fb 89 . + add a,c ;e0fc 81 . + adc a,a ;e0fd 8f . + defb 0fdh,01eh,093h ;illegal sequence ;e0fe fd 1e 93 . . . + ld (hl),l ;e101 75 u + defb 0fdh,05ah,082h ;illegal sequence ;e102 fd 5a 82 . Z . + ld a,l ;e105 7d } + defb 0fdh,025h,079h ;illegal sequence ;e106 fd 25 79 . % y + ld a,h ;e109 7c | + adc a,a ;e10a 8f . + add a,(hl) ;e10b 86 . + inc e ;e10c 1c . + sbc a,c ;e10d 99 . + sub a ;e10e 97 . + call po,sub_8e8bh+1 ;e10f e4 8c 8e . . . + call m,sub_8735h ;e112 fc 35 87 . 5 . + ld (hl),l ;e115 75 u + call m,sub_8535h ;e116 fc 35 85 . 5 . + add a,b ;e119 80 . + call m,sub_8739h ;e11a fc 39 87 . 9 . + adc a,l ;e11d 8d . + rst 38h ;e11e ff . + and l ;e11f a5 . + sbc a,c ;e120 99 . + nop ;e121 00 . + adc a,c ;e122 89 . + add a,l ;e123 85 . + call po,017fdh ;e124 e4 fd 17 . . . + cp (hl) ;e127 be . + adc a,a ;e128 8f . + inc e ;e129 1c . + add a,c ;e12a 81 . + sbc a,b ;e12b 98 . + call po,sub_25fch ;e12c e4 fc 25 . . % + add a,l ;e12f 85 . + sbc a,c ;e130 99 . + inc e ;e131 1c . + adc a,a ;e132 8f . + sub d ;e133 92 . + call po,sub_8d8dh ;e134 e4 8d 8d . . . + defb 0fdh,00ah,052h ;illegal sequence ;e137 fd 0a 52 . . R + sub d ;e13a 92 . + add iy,bc ;e13b fd 09 . . + ld l,e ;e13d 6b k + sub d ;e13e 92 . + defb 0fdh,025h,07dh ;illegal sequence ;e13f fd 25 7d . % } + add a,h ;e142 84 . + defb 0fdh,05ah,080h ;illegal sequence ;e143 fd 5a 80 . Z . + add a,e ;e146 83 . + defb 0fdh,025h,091h ;illegal sequence ;e147 fd 25 91 . % . + ld a,a ;e14a 7f  + defb 0fdh,043h,089h ;illegal sequence ;e14b fd 43 89 . C . + ld a,c ;e14e 79 y + ld (iy+07bh),h ;e14f fd 74 7b . t { + ld a,b ;e152 78 x + defb 0fdh,017h,079h ;illegal sequence ;e153 fd 17 79 . . y + adc a,c ;e156 89 . + rst 38h ;e157 ff . + and b ;e158 a0 . + sub l ;e159 95 . + nop ;e15a 00 . + add a,c ;e15b 81 . + sbc a,c ;e15c 99 . + call po,sub_09fch ;e15d e4 fc 09 . . . + cp d ;e160 ba . + ld (hl),l ;e161 75 u + call m,sub_bd0ah ;e162 fc 0a bd . . . + add a,b ;e165 80 . + call m,sub_8725h ;e166 fc 25 87 . % . + add a,c ;e169 81 . + call m,sub_815ah ;e16a fc 5a 81 . Z . + add a,c ;e16d 81 . + call m,sub_7725h ;e16e fc 25 77 . % w + adc a,b ;e171 88 . + inc e ;e172 1c . + adc a,a ;e173 8f . + sbc a,b ;e174 98 . + call po,sub_0afch+1 ;e175 e4 fd 0a . . . + ld c,l ;e178 4d M + ld l,d ;e179 6a j + defb 0fdh,00ah,04ah ;illegal sequence ;e17a fd 0a 4a . . J + ld (hl),b ;e17d 70 p + rst 38h ;e17e ff . + and b ;e17f a0 . + sub h ;e180 94 . + nop ;e181 00 . + add a,h ;e182 84 . + sbc a,(hl) ;e183 9e . + call po,035fch ;e184 e4 fc 35 . . 5 + add a,a ;e187 87 . + adc a,c ;e188 89 . + inc e ;e189 1c . + add a,b ;e18a 80 . + sub c ;e18b 91 . + call po,sub_25fdh ;e18c e4 fd 25 . . % + adc a,h ;e18f 8c . + ld (hl),l ;e190 75 u + defb 0fdh,05ah,080h ;illegal sequence ;e191 fd 5a 80 . Z . + ld a,c ;e194 79 y + defb 0fdh,01fh,06eh ;illegal sequence ;e195 fd 1f 6e . . n + add a,c ;e198 81 . + defb 0fdh,025h,071h ;illegal sequence ;e199 fd 25 71 . % q + adc a,d ;e19c 8a . + rst 38h ;e19d ff . + sbc a,h ;e19e 9c . + sub b ;e19f 90 . + nop ;e1a0 00 . + add a,l ;e1a1 85 . + sbc a,(hl) ;e1a2 9e . + call po,sub_25fch ;e1a3 e4 fc 25 . . % + adc a,d ;e1a6 8a . + adc a,d ;e1a7 8a . + inc e ;e1a8 1c . + add a,d ;e1a9 82 . + sub e ;e1aa 93 . + call po,09590h ;e1ab e4 90 95 . . . + add a,a ;e1ae 87 . + adc a,c ;e1af 89 . + add a,b ;e1b0 80 . + add a,b ;e1b1 80 . + inc e ;e1b2 1c . + add a,a ;e1b3 87 . + adc a,c ;e1b4 89 . + call po,sub_5afdh ;e1b5 e4 fd 5a . . Z + add a,e ;e1b8 83 . + ld a,(hl) ;e1b9 7e ~ + defb 0fdh,025h,079h ;illegal sequence ;e1ba fd 25 79 . % y + ld a,h ;e1bd 7c | + call m,sub_855ah ;e1be fc 5a 85 . Z . + add a,b ;e1c1 80 . + sub h ;e1c2 94 . + add a,b ;e1c3 80 . + rst 38h ;e1c4 ff . + and b ;e1c5 a0 . + sub h ;e1c6 94 . + nop ;e1c7 00 . + add a,c ;e1c8 81 . + sub (hl) ;e1c9 96 . + call po,sub_9682h ;e1ca e4 82 96 . . . + call m,sub_8013h ;e1cd fc 13 80 . . . + and l ;e1d0 a5 . + inc e ;e1d1 1c . + sub c ;e1d2 91 . + sbc a,c ;e1d3 99 . + call po,sub_0dfdh ;e1d4 e4 fd 0d . . . + ld h,a ;e1d7 67 g + ld l,e ;e1d8 6b k + inc e ;e1d9 1c . + add a,a ;e1da 87 . + sbc a,(hl) ;e1db 9e . + call po,sub_8587h ;e1dc e4 87 85 . . . + dec (iy+07bh) ;e1df fd 35 7b . 5 { + add a,b ;e1e2 80 . + dec (iy+07fh) ;e1e3 fd 35 7f . 5  + add a,d ;e1e6 82 . + defb 0fdh,05ah,083h ;illegal sequence ;e1e7 fd 5a 83 . Z . + add a,l ;e1ea 85 . + defb 0fdh,025h,08dh ;illegal sequence ;e1eb fd 25 8d . % . + ld (hl),a ;e1ee 77 w + add iy,iy ;e1ef fd 29 . ) + add a,e ;e1f1 83 . + ld a,b ;e1f2 78 x + defb 0fdh,02ch,07dh ;illegal sequence ;e1f3 fd 2c 7d . , } + ld a,c ;e1f6 79 y + defb 0fdh,05ah,079h ;illegal sequence ;e1f7 fd 5a 79 . Z y + ld a,l ;e1fa 7d } + defb 0fdh,017h,07ch ;illegal sequence ;e1fb fd 17 7c . . | + add a,a ;e1fe 87 . + rst 38h ;e1ff ff . + and c ;e200 a1 . + sub l ;e201 95 . + nop ;e202 00 . + adc a,e ;e203 8b . + ld a,a ;e204 7f  + call po,sub_9b85h ;e205 e4 85 9b . . . + inc e ;e208 1c . + adc a,h ;e209 8c . + sbc a,l ;e20a 9d . + call po,017fdh ;e20b e4 fd 17 . . . + ld (hl),d ;e20e 72 r + ld a,b ;e20f 78 x + inc e ;e210 1c . + add a,b ;e211 80 . + adc a,a ;e212 8f . + call po,0978eh ;e213 e4 8e 97 . . . + defb 0fdh,098h,083h ;illegal sequence ;e216 fd 98 83 . . . + ld a,e ;e219 7b { + defb 0fdh,043h,079h ;illegal sequence ;e21a fd 43 79 . C y + add a,h ;e21d 84 . + rst 38h ;e21e ff . + and e ;e21f a3 . + sub a ;e220 97 . + nop ;e221 00 . + add a,d ;e222 82 . + sbc a,h ;e223 9c . + call po,sub_13fch ;e224 e4 fc 13 . . . + and e ;e227 a3 . + ld (hl),h ;e228 74 t + call m,sub_a513h ;e229 fc 13 a5 . . . + add a,b ;e22c 80 . + inc e ;e22d 1c . + add a,c ;e22e 81 . + adc a,c ;e22f 89 . + call po,sub_25fdh ;e230 e4 fd 25 . . % + sub d ;e233 92 . + add a,c ;e234 81 . + defb 0fdh,043h,089h ;illegal sequence ;e235 fd 43 89 . C . + ld a,c ;e238 79 y + defb 0fdh,025h,07ch ;illegal sequence ;e239 fd 25 7c . % | + ld a,b ;e23c 78 x + defb 0fdh,05ah,078h ;illegal sequence ;e23d fd 5a 78 . Z x + ld a,e ;e240 7b { + defb 0fdh,05ah,07ch ;illegal sequence ;e241 fd 5a 7c . Z | + add a,(hl) ;e244 86 . + inc e ;e245 1c . + adc a,h ;e246 8c . + sbc a,(hl) ;e247 9e . + call po,sub_0afch+1 ;e248 e4 fd 0a . . . + ld c,a ;e24b 4f O + halt ;e24c 76 v + adc a,l ;e24d 8d . + sub c ;e24e 91 . + defb 0fdh,00ah,04eh ;illegal sequence ;e24f fd 0a 4e . . N + add a,c ;e252 81 . + add iy,de ;e253 fd 19 . . + ld l,h ;e255 6c l + add a,l ;e256 85 . + rst 38h ;e257 ff . + and c ;e258 a1 . + sub (hl) ;e259 96 . + nop ;e25a 00 . + adc a,d ;e25b 8a . + sub (hl) ;e25c 96 . + call po,sub_9693h ;e25d e4 93 96 . . . + inc e ;e260 1c . + adc a,d ;e261 8a . + sbc a,(hl) ;e262 9e . + call po,sub_8489h+1 ;e263 e4 8a 84 . . . + defb 0fdh,043h,07bh ;illegal sequence ;e266 fd 43 7b . C { + add a,c ;e269 81 . + defb 0fdh,05ah,080h ;illegal sequence ;e26a fd 5a 80 . Z . + add a,(hl) ;e26d 86 . + defb 0fdh,05ah,086h ;illegal sequence ;e26e fd 5a 86 . Z . + ld a,a ;e271 7f  + defb 0fdh,025h,07ah ;illegal sequence ;e272 fd 25 7a . % z + ld l,d ;e275 6a j + rst 38h ;e276 ff . + sbc a,a ;e277 9f . + sub e ;e278 93 . + nop ;e279 00 . + add a,b ;e27a 80 . + sub e ;e27b 93 . + call po,00ffdh ;e27c e4 fd 0f . . . + sub e ;e27f 93 . + ld h,h ;e280 64 d + dec (iy-07bh) ;e281 fd 35 85 . 5 . + halt ;e284 76 v + defb 0fdh,068h,079h ;illegal sequence ;e285 fd 68 79 . h y + ld (hl),a ;e288 77 w + defb 0fdh,025h,077h ;illegal sequence ;e289 fd 25 77 . % w + adc a,h ;e28c 8c . + rst 38h ;e28d ff . + and d ;e28e a2 . + sub a ;e28f 97 . + nop ;e290 00 . + nop ;e291 00 . + adc a,d ;e292 8a . + add a,l ;e293 85 . + call po,sub_08fdh ;e294 e4 fd 08 . . . + jp lfd8ch ;e297 c3 8c fd . . . + inc c ;e29a 0c . + call nz,sub_fd87h ;e29b c4 87 fd . . . + ex af,af' ;e29e 08 . + call nz,01c7dh ;e29f c4 7d 1c . } . + add a,c ;e2a2 81 . + sbc a,(hl) ;e2a3 9e . + call po,sub_1cfch ;e2a4 e4 fc 1c . . . + add a,(hl) ;e2a7 86 . + xor c ;e2a8 a9 . + inc e ;e2a9 1c . + sub e ;e2aa 93 . + sub (hl) ;e2ab 96 . + call po,sub_10fdh ;e2ac e4 fd 10 . . . + ld b,b ;e2af 40 @ + sub a ;e2b0 97 . + adc a,b ;e2b1 88 . + add a,e ;e2b2 83 . + dec (iy+07bh) ;e2b3 fd 35 7b . 5 { + add a,l ;e2b6 85 . + defb 0fdh,025h,081h ;illegal sequence ;e2b7 fd 25 81 . % . + add a,d ;e2ba 82 . + defb 0fdh,043h,08eh ;illegal sequence ;e2bb fd 43 8e . C . + add a,l ;e2be 85 . + dec (iy-075h) ;e2bf fd 35 8b . 5 . + ld (hl),h ;e2c2 74 t + defb 0fdh,025h,07dh ;illegal sequence ;e2c3 fd 25 7d . % } + ld (hl),l ;e2c6 75 u + defb 0fdh,043h,077h ;illegal sequence ;e2c7 fd 43 77 . C w + ld a,d ;e2ca 7a z + defb 0fdh,025h,070h ;illegal sequence ;e2cb fd 25 70 . % p + adc a,l ;e2ce 8d . + rst 38h ;e2cf ff . + and a ;e2d0 a7 . + sbc a,e ;e2d1 9b . + nop ;e2d2 00 . + add a,d ;e2d3 82 . + and d ;e2d4 a2 . + call po,sub_0efch ;e2d5 e4 fc 0e . . . + or a ;e2d8 b7 . + ld (hl),c ;e2d9 71 q + call m,sub_bd10h ;e2da fc 10 bd . . . + add a,d ;e2dd 82 . + call m,sub_827fh ;e2de fc 7f 82 .  . + add a,c ;e2e1 81 . + call m,sub_7017h ;e2e2 fc 17 70 . . p + adc a,e ;e2e5 8b . + inc e ;e2e6 1c . + sub d ;e2e7 92 . + and c ;e2e8 a1 . + call po,sub_25fdh ;e2e9 e4 fd 25 . . % + ld e,a ;e2ec 5f _ + ld l,e ;e2ed 6b k + rst 38h ;e2ee ff . + and h ;e2ef a4 . + sbc a,c ;e2f0 99 . + nop ;e2f1 00 . + add a,h ;e2f2 84 . + and (hl) ;e2f3 a6 . + call po,035fch ;e2f4 e4 fc 35 . . 5 + adc a,d ;e2f7 8a . + adc a,d ;e2f8 8a . + inc e ;e2f9 1c . + add a,b ;e2fa 80 . + sub h ;e2fb 94 . + call po,sub_13fdh ;e2fc e4 fd 13 . . . + sub (hl) ;e2ff 96 . + ld l,e ;e300 6b k + defb 0fdh,07fh,084h ;illegal sequence ;e301 fd 7f 84 .  . + ld a,c ;e304 79 y + defb 0fdh,017h,06bh ;illegal sequence ;e305 fd 17 6b . . k + add a,c ;e308 81 . + defb 0fdh,027h,069h ;illegal sequence ;e309 fd 27 69 . ' i + adc a,e ;e30c 8b . + rst 38h ;e30d ff . + and b ;e30e a0 . + sub l ;e30f 95 . + nop ;e310 00 . + add a,(hl) ;e311 86 . + and (hl) ;e312 a6 . + call po,029fch ;e313 e4 fc 29 . . ) + adc a,(hl) ;e316 8e . + adc a,l ;e317 8d . + inc e ;e318 1c . + add a,d ;e319 82 . + sbc a,c ;e31a 99 . + call po,sub_9a94h ;e31b e4 94 9a . . . + adc a,c ;e31e 89 . + adc a,h ;e31f 8c . + add a,b ;e320 80 . + add a,b ;e321 80 . + inc e ;e322 1c . + adc a,c ;e323 89 . + adc a,h ;e324 8c . + call po,sub_5afdh ;e325 e4 fd 5a . . Z + add a,e ;e328 83 . + ld a,l ;e329 7d } + defb 0fdh,025h,07ch ;illegal sequence ;e32a fd 25 7c . % | + ld a,l ;e32d 7d } + sub b ;e32e 90 . + add a,h ;e32f 84 . + call m,sub_845ah ;e330 fc 5a 84 . Z . + add a,b ;e333 80 . + sbc a,c ;e334 99 . + add a,b ;e335 80 . + rst 38h ;e336 ff . + and l ;e337 a5 . + sbc a,c ;e338 99 . + nop ;e339 00 . + add a,c ;e33a 81 . + sbc a,h ;e33b 9c . + call po,sub_1cfch ;e33c e4 fc 1c . . . + add a,e ;e33f 83 . + sbc a,l ;e340 9d . + inc e ;e341 1c . + adc a,b ;e342 88 . + and l ;e343 a5 . + call po,sub_8488h ;e344 e4 88 84 . . . + dec (iy+07bh) ;e347 fd 35 7b . 5 { + add a,b ;e34a 80 . + dec (iy+07fh) ;e34b fd 35 7f . 5  + add a,d ;e34e 82 . + defb 0fdh,017h,084h ;illegal sequence ;e34f fd 17 84 . . . + add a,(hl) ;e352 86 . + defb 0fdh,047h,087h ;illegal sequence ;e353 fd 47 87 . G . + add a,l ;e356 85 . + dec (iy-071h) ;e357 fd 35 8f . 5 . + halt ;e35a 76 v + defb 0fdh,0a9h,07fh ;illegal sequence ;e35b fd a9 7f . .  + halt ;e35e 76 v + adc a,(hl) ;e35f 8e . + add a,b ;e360 80 . + inc e ;e361 1c . + sub h ;e362 94 . + and b ;e363 a0 . + call po,sub_0cfdh ;e364 e4 fd 0c . . . + ld e,h ;e367 5c \ + ld l,c ;e368 69 i + rst 38h ;e369 ff . + and l ;e36a a5 . + sbc a,d ;e36b 9a . + nop ;e36c 00 . + call po,sub_0dfch ;e36d e4 fc 0d . . . + ld e,d ;e370 5a Z + sbc a,e ;e371 9b . + call m,sub_4d0ah ;e372 fc 0a 4d . . M + sub (hl) ;e375 96 . + call m,sub_4009h ;e376 fc 09 40 . . @ + sub d ;e379 92 . + adc a,e ;e37a 8b . + and l ;e37b a5 . + inc e ;e37c 1c . + add a,c ;e37d 81 . + sbc a,d ;e37e 9a . + call po,sub_9b8dh ;e37f e4 8d 9b . . . + defb 0fdh,05ah,081h ;illegal sequence ;e382 fd 5a 81 . Z . + ld a,e ;e385 7b { + defb 0fdh,010h,052h ;illegal sequence ;e386 fd 10 52 . . R + ld a,l ;e389 7d } + defb 0fdh,013h,06dh ;illegal sequence ;e38a fd 13 6d . . m + add a,e ;e38d 83 . + defb 0fdh,05ah,07ah ;illegal sequence ;e38e fd 5a 7a . Z z + add a,e ;e391 83 . + inc e ;e392 1c . + sub a ;e393 97 . + sbc a,(hl) ;e394 9e . + call po,sub_20fdh ;e395 e4 fd 20 . . + ld h,(hl) ;e398 66 f + ld (hl),c ;e399 71 q + rst 38h ;e39a ff . + and a ;e39b a7 . + sbc a,h ;e39c 9c . + nop ;e39d 00 . + add a,c ;e39e 81 . + sbc a,l ;e39f 9d . + call po,sub_25fch ;e3a0 e4 fc 25 . . % + add a,e ;e3a3 83 . + sbc a,l ;e3a4 9d . + inc e ;e3a5 1c . + sub l ;e3a6 95 . + sbc a,b ;e3a7 98 . + call po,sub_20fdh ;e3a8 e4 fd 20 . . + ld l,a ;e3ab 6f o + and c ;e3ac a1 . + inc e ;e3ad 1c . + adc a,b ;e3ae 88 . + and l ;e3af a5 . + call po,sub_9c8bh ;e3b0 e4 8b 9c . . . + call m,0b90ah ;e3b3 fc 0a b9 . . . + sub c ;e3b6 91 . + sub e ;e3b7 93 . + adc a,d ;e3b8 8a . + call m,sub_7310h ;e3b9 fc 10 73 . . s + ld (hl),b ;e3bc 70 p + call m,sub_7b35h ;e3bd fc 35 7b . 5 { + halt ;e3c0 76 v + call m,08471h ;e3c1 fc 71 84 . q . + ld a,d ;e3c4 7a z + call m,sub_8825h ;e3c5 fc 25 88 . % . + sub e ;e3c8 93 . + rst 38h ;e3c9 ff . + and c ;e3ca a1 . + sub l ;e3cb 95 . + nop ;e3cc 00 . + adc a,l ;e3cd 8d . + and (hl) ;e3ce a6 . + call po,sub_0afch+1 ;e3cf e4 fd 0a . . . + ld c,(hl) ;e3d2 4e N + sub h ;e3d3 94 . + defb 0fdh,00bh,04ah ;illegal sequence ;e3d4 fd 0b 4a . . J + and e ;e3d7 a3 . + call m,sub_825ah ;e3d8 fc 5a 82 . Z . + ld a,(hl) ;e3db 7e ~ + defb 0fdh,010h,05bh ;illegal sequence ;e3dc fd 10 5b . . [ + ld d,a ;e3df 57 W + defb 0fdh,008h,05ch ;illegal sequence ;e3e0 fd 08 5c . . \ + ld h,a ;e3e3 67 g + rst 38h ;e3e4 ff . + sbc a,d ;e3e5 9a . + adc a,(hl) ;e3e6 8e . + nop ;e3e7 00 . + add a,d ;e3e8 82 . + add a,b ;e3e9 80 . + call po,sub_0efdh ;e3ea e4 fd 0e . . . + cp a ;e3ed bf . + sub b ;e3ee 90 . + add a,b ;e3ef 80 . + sub h ;e3f0 94 . + defb 0fdh,010h,0bdh ;illegal sequence ;e3f1 fd 10 bd . . . + ld a,(hl) ;e3f4 7e ~ + inc e ;e3f5 1c . + add a,a ;e3f6 87 . + sbc a,d ;e3f7 9a . + call po,sub_18fch ;e3f8 e4 fc 18 . . . + adc a,d ;e3fb 8a . + xor a ;e3fc af . + inc e ;e3fd 1c . + sub e ;e3fe 93 . + and l ;e3ff a5 . + call po,sub_06fdh ;e400 e4 fd 06 . . . + ld a,073h ;e403 3e 73 > s + defb 0fdh,010h,039h ;illegal sequence ;e405 fd 10 39 . . 9 + halt ;e408 76 v + defb 0fdh,00dh,064h ;illegal sequence ;e409 fd 0d 64 . . d + add a,(hl) ;e40c 86 . + ld iy,l8675h ;e40d fd 21 75 86 . ! u . + rst 38h ;e411 ff . + and (hl) ;e412 a6 . + sbc a,e ;e413 9b . + nop ;e414 00 . + add a,b ;e415 80 . + adc a,h ;e416 8c . + call po,sub_8a80h ;e417 e4 80 8a . . . + call m,sub_885ah ;e41a fc 5a 88 . Z . + add a,b ;e41d 80 . + sub (hl) ;e41e 96 . + add a,e ;e41f 83 . + inc e ;e420 1c . + sub h ;e421 94 . + and c ;e422 a1 . + call po,sub_1bfdh ;e423 e4 fd 1b . . . + ld (hl),a ;e426 77 w + and l ;e427 a5 . + rst 38h ;e428 ff . + and d ;e429 a2 . + sub (hl) ;e42a 96 . + nop ;e42b 00 . + add a,b ;e42c 80 . + sbc a,e ;e42d 9b . + call po,sub_1cfch ;e42e e4 fc 1c . . . + add a,a ;e431 87 . + xor l ;e432 ad . + inc e ;e433 1c . + adc a,c ;e434 89 . + and l ;e435 a5 . + call po,sub_0bfch ;e436 e4 fc 0b . . . + pop bc ;e439 c1 . + adc a,a ;e43a 8f . + call m,sub_bb0ch ;e43b fc 0c bb . . . + sub (hl) ;e43e 96 . + call m,sub_775ah ;e43f fc 5a 77 . Z w + ld a,e ;e442 7b { + call m,sub_866ah ;e443 fc 6a 86 . j . + ld a,b ;e446 78 x + call m,sub_8635h ;e447 fc 35 86 . 5 . + adc a,h ;e44a 8c . + rst 38h ;e44b ff . + and d ;e44c a2 . + sub (hl) ;e44d 96 . + nop ;e44e 00 . + add a,b ;e44f 80 . + and h ;e450 a4 . + call po,08580h ;e451 e4 80 85 . . . + call m,sub_865ah ;e454 fc 5a 86 . Z . + add a,c ;e457 81 . + call m,08035h ;e458 fc 35 80 . 5 . + adc a,d ;e45b 8a . + call m,sub_6717h ;e45c fc 17 67 . . g + sub d ;e45f 92 . + rst 38h ;e460 ff . + and b ;e461 a0 . + sub h ;e462 94 . + nop ;e463 00 . + add a,b ;e464 80 . + sbc a,(hl) ;e465 9e . + call po,sub_9e9ch ;e466 e4 9c 9e . . . + inc e ;e469 1c . + sub b ;e46a 90 . + and (hl) ;e46b a6 . + call po,sub_8d90h ;e46c e4 90 8d . . . + defb 0fdh,025h,07bh ;illegal sequence ;e46f fd 25 7b . % { + add a,b ;e472 80 . + ld (iy+07dh),c ;e473 fd 71 7d . q } + add a,d ;e476 82 . + defb 0fdh,043h,089h ;illegal sequence ;e477 fd 43 89 . C . + add a,(hl) ;e47a 86 . + ld (iy-07dh),c ;e47b fd 71 83 . q . + ld a,(hl) ;e47e 7e ~ + defb 0fdh,041h,072h ;illegal sequence ;e47f fd 41 72 . A r + ld (hl),a ;e482 77 w + defb 0fdh,01fh,072h ;illegal sequence ;e483 fd 1f 72 . . r + adc a,b ;e486 88 . + rst 38h ;e487 ff . + xor b ;e488 a8 . + sbc a,h ;e489 9c . + nop ;e48a 00 . + add a,b ;e48b 80 . + sub a ;e48c 97 . + call po,sub_999ch ;e48d e4 9c 99 . . . + inc e ;e490 1c . + sub h ;e491 94 . + and h ;e492 a4 . + call po,sub_8e94h ;e493 e4 94 8e . . . + defb 0fdh,05ah,07bh ;illegal sequence ;e496 fd 5a 7b . Z { + add a,c ;e499 81 . + inc e ;e49a 1c . + add a,a ;e49b 87 . + and h ;e49c a4 . + call po,sub_8687h ;e49d e4 87 86 . . . + call m,sub_874ah ;e4a0 fc 4a 87 . J . + add a,c ;e4a3 81 . + call m,sub_8210h ;e4a4 fc 10 82 . . . + and a ;e4a7 a7 . + rst 38h ;e4a8 ff . + xor b ;e4a9 a8 . + sbc a,h ;e4aa 9c . + nop ;e4ab 00 . + add a,l ;e4ac 85 . + and c ;e4ad a1 . + call po,sub_a294h ;e4ae e4 94 a2 . . . + defb 0fdh,00eh,04bh ;illegal sequence ;e4b1 fd 0e 4b . . K + and d ;e4b4 a2 . + defb 0fdh,00dh,060h ;illegal sequence ;e4b5 fd 0d 60 . . ` + xor d ;e4b8 aa . + defb 0fdh,00eh,095h ;illegal sequence ;e4b9 fd 0e 95 . . . + ld e,d ;e4bc 5a Z + defb 0fdh,010h,08eh ;illegal sequence ;e4bd fd 10 8e . . . + ld d,b ;e4c0 50 P + call m,sub_812eh ;e4c1 fc 2e 81 . . . + ld l,a ;e4c4 6f o + call m,sub_894ch ;e4c5 fc 4c 89 . L . + ld a,c ;e4c8 79 y + call m,sub_882eh ;e4c9 fc 2e 88 . . . + adc a,c ;e4cc 89 . + rst 38h ;e4cd ff . + and l ;e4ce a5 . + sbc a,b ;e4cf 98 . + nop ;e4d0 00 . + add a,c ;e4d1 81 . + add a,b ;e4d2 80 . + call po,sub_8884h ;e4d3 e4 84 88 . . . + add a,(hl) ;e4d6 86 . + sub b ;e4d7 90 . + adc a,b ;e4d8 88 . + sbc a,e ;e4d9 9b . + adc a,c ;e4da 89 . + and l ;e4db a5 . + inc e ;e4dc 1c . + add a,b ;e4dd 80 . + sbc a,e ;e4de 9b . + call po,sub_1cfch ;e4df e4 fc 1c . . . + add a,e ;e4e2 83 . + sbc a,l ;e4e3 9d . + inc e ;e4e4 1c . + adc a,(hl) ;e4e5 8e . + sub l ;e4e6 95 . + call po,sub_25fdh ;e4e7 e4 fd 25 . . % + add a,a ;e4ea 87 . + ld (hl),b ;e4eb 70 p + inc e ;e4ec 1c . + adc a,e ;e4ed 8b . + add a,l ;e4ee 85 . + call po,sub_47fch ;e4ef e4 fc 47 . . G + add a,(hl) ;e4f2 86 . + add a,c ;e4f3 81 . + call m,sub_8217h ;e4f4 fc 17 82 . . . + sub a ;e4f7 97 . + rst 38h ;e4f8 ff . + and l ;e4f9 a5 . + sbc a,c ;e4fa 99 . + nop ;e4fb 00 . + add a,b ;e4fc 80 . + sbc a,l ;e4fd 9d . + call po,sub_25fch ;e4fe e4 fc 25 . . % + add a,a ;e501 87 . + sbc a,a ;e502 9f . + inc e ;e503 1c . + adc a,d ;e504 8a . + and (hl) ;e505 a6 . + call po,sub_0bfdh ;e506 e4 fd 0b . . . + ld b,e ;e509 43 C + add a,h ;e50a 84 . + defb 0fdh,00fh,046h ;illegal sequence ;e50b fd 0f 46 . . F + adc a,e ;e50e 8b . + defb 0fdh,02ch,090h ;illegal sequence ;e50f fd 2c 90 . , . + ld (hl),l ;e512 75 u + defb 0fdh,07fh,081h ;illegal sequence ;e513 fd 7f 81 .  . + ld a,b ;e516 78 x + defb 0fdh,05ah,075h ;illegal sequence ;e517 fd 5a 75 . Z u + add a,l ;e51a 85 . + rst 38h ;e51b ff . + and h ;e51c a4 . + sbc a,c ;e51d 99 . + nop ;e51e 00 . + add a,b ;e51f 80 . + sbc a,b ;e520 98 . + call po,sub_0efdh ;e521 e4 fd 0e . . . + sbc a,l ;e524 9d . + ld e,e ;e525 5b [ + defb 0fdh,02eh,086h ;illegal sequence ;e526 fd 2e 86 . . . + ld (hl),d ;e529 72 r + defb 0fdh,05ah,07ah ;illegal sequence ;e52a fd 5a 7a . Z z + halt ;e52d 76 v + defb 0fdh,025h,06eh ;illegal sequence ;e52e fd 25 6e . % n + adc a,c ;e531 89 . + defb 0fdh,013h,076h ;illegal sequence ;e532 fd 13 76 . . v + sub a ;e535 97 . + rst 38h ;e536 ff . + xor b ;e537 a8 . + sbc a,h ;e538 9c . + nop ;e539 00 . + add a,b ;e53a 80 . + sbc a,a ;e53b 9f . + call po,sub_a29ah ;e53c e4 9a a2 . . . + call m,sub_8135h ;e53f fc 35 81 . 5 . + ld l,(hl) ;e542 6e n + call m,sub_8d50h ;e543 fc 50 8d . P . + ld (hl),l ;e546 75 u + call m,sub_882eh ;e547 fc 2e 88 . . . + adc a,c ;e54a 89 . + rst 38h ;e54b ff . + and (hl) ;e54c a6 . + sbc a,d ;e54d 9a . + nop ;e54e 00 . + add a,l ;e54f 85 . + and h ;e550 a4 . + call po,sub_9589h ;e551 e4 89 95 . . . + inc e ;e554 1c . + sub h ;e555 94 . + sbc a,l ;e556 9d . + call po,sub_9589h ;e557 e4 89 95 . . . + call m,sub_9113h ;e55a fc 13 91 . . . + ld l,b ;e55d 68 h + call m,sub_8650h ;e55e fc 50 86 . P . + ld a,e ;e561 7b { + call m,sub_882eh ;e562 fc 2e 88 . . . + adc a,c ;e565 89 . + sub (hl) ;e566 96 . + add a,d ;e567 82 . + rst 38h ;e568 ff . + and d ;e569 a2 . + sub (hl) ;e56a 96 . + nop ;e56b 00 . + add a,b ;e56c 80 . + add a,a ;e56d 87 . + call po,sub_9084h ;e56e e4 84 90 . . . + call m,sub_3c0bh ;e571 fc 0b 3c . . < + sbc a,e ;e574 9b . + adc a,c ;e575 89 . + and (hl) ;e576 a6 . + inc e ;e577 1c . + add a,b ;e578 80 . + sbc a,l ;e579 9d . + call po,017fch ;e57a e4 fc 17 . . . + add a,l ;e57d 85 . + and (hl) ;e57e a6 . + inc e ;e57f 1c . + sbc a,d ;e580 9a . + sbc a,l ;e581 9d . + call po,sub_9d93h ;e582 e4 93 9d . . . + sub e ;e585 93 . + add a,h ;e586 84 . + defb 0fdh,025h,079h ;illegal sequence ;e587 fd 25 79 . % y + add a,c ;e58a 81 . + defb 0fdh,05ah,07ch ;illegal sequence ;e58b fd 5a 7c . Z | + add a,h ;e58e 84 . + defb 0fdh,043h,086h ;illegal sequence ;e58f fd 43 86 . C . + add a,h ;e592 84 . + defb 0fdh,05ah,085h ;illegal sequence ;e593 fd 5a 85 . Z . + ld a,l ;e596 7d } + defb 0fdh,01ah,073h ;illegal sequence ;e597 fd 1a 73 . . s + ld l,e ;e59a 6b k + rst 38h ;e59b ff . + and (hl) ;e59c a6 . + sbc a,d ;e59d 9a . + nop ;e59e 00 . + add a,d ;e59f 82 . + add a,b ;e5a0 80 . + call po,sub_0efdh ;e5a1 e4 fd 0e . . . + or a ;e5a4 b7 . + adc a,a ;e5a5 8f . + add a,b ;e5a6 80 . + sub e ;e5a7 93 . + add iy,bc ;e5a8 fd 09 . . + cp e ;e5aa bb . + ld a,(hl) ;e5ab 7e ~ + defb 0fdh,008h,0b9h ;illegal sequence ;e5ac fd 08 b9 . . . + halt ;e5af 76 v + inc e ;e5b0 1c . + adc a,b ;e5b1 88 . + sbc a,a ;e5b2 9f . + call po,01bfch ;e5b3 e4 fc 1b . . . + add a,a ;e5b6 87 . + sbc a,l ;e5b7 9d . + inc e ;e5b8 1c . + add a,a ;e5b9 87 . + adc a,b ;e5ba 88 . + call po,sub_3efch ;e5bb e4 fc 3e . . > + adc a,b ;e5be 88 . + add a,d ;e5bf 82 . + call m,sub_8425h ;e5c0 fc 25 84 . % . + sub c ;e5c3 91 . + rst 38h ;e5c4 ff . + and h ;e5c5 a4 . + sbc a,b ;e5c6 98 . + nop ;e5c7 00 . + adc a,d ;e5c8 8a . + adc a,h ;e5c9 8c . + call po,017fdh ;e5ca e4 fd 17 . . . + xor a ;e5cd af . + sbc a,c ;e5ce 99 . + inc e ;e5cf 1c . + sub b ;e5d0 90 . + and h ;e5d1 a4 . + call po,sub_18fdh ;e5d2 e4 fd 18 . . . + ld b,l ;e5d5 45 E + add a,d ;e5d6 82 . + defb 0fdh,00ah,04eh ;illegal sequence ;e5d7 fd 0a 4e . . N + sub h ;e5da 94 . + defb 0fdh,05ah,07eh ;illegal sequence ;e5db fd 5a 7e . Z ~ + add a,c ;e5de 81 . + defb 0fdh,025h,082h ;illegal sequence ;e5df fd 25 82 . % . + add a,h ;e5e2 84 . + defb 0fdh,017h,08ch ;illegal sequence ;e5e3 fd 17 8c . . . + add a,l ;e5e6 85 . + defb 0fdh,025h,09ah ;illegal sequence ;e5e7 fd 25 9a . % . + ld a,l ;e5ea 7d } + defb 0fdh,06ah,088h ;illegal sequence ;e5eb fd 6a 88 . j . + ld a,d ;e5ee 7a z + defb 0fdh,045h,070h ;illegal sequence ;e5ef fd 45 70 . E p + ld (hl),l ;e5f2 75 u + defb 0fdh,067h,07bh ;illegal sequence ;e5f3 fd 67 7b . g { + add a,h ;e5f6 84 . + defb 0fdh,03eh,085h ;illegal sequence ;e5f7 fd 3e 85 . > . + add a,e ;e5fa 83 . + defb 0fdh,067h,085h ;illegal sequence ;e5fb fd 67 85 . g . + ld a,h ;e5fe 7c | + defb 0fdh,00dh,063h ;illegal sequence ;e5ff fd 0d 63 . . c + ld h,(hl) ;e602 66 f + rst 38h ;e603 ff . + xor b ;e604 a8 . + sbc a,h ;e605 9c . + nop ;e606 00 . + add a,a ;e607 87 . + add a,b ;e608 80 . + call po,sub_a487h ;e609 e4 87 a4 . . . + inc e ;e60c 1c . + add a,b ;e60d 80 . + sbc a,c ;e60e 99 . + call po,sub_9b87h ;e60f e4 87 9b . . . + inc e ;e612 1c . + add a,b ;e613 80 . + add a,(hl) ;e614 86 . + call po,sub_968ah ;e615 e4 8a 96 . . . + defb 0fdh,01ah,090h ;illegal sequence ;e618 fd 1a 90 . . . + halt ;e61b 76 v + defb 0fdh,04dh,084h ;illegal sequence ;e61c fd 4d 84 . M . + ld a,e ;e61f 7b { + defb 0fdh,025h,078h ;illegal sequence ;e620 fd 25 78 . % x + ld a,d ;e623 7a z + defb 0fdh,00dh,054h ;illegal sequence ;e624 fd 0d 54 . . T + ld a,e ;e627 7b { + defb 0fdh,017h,06bh ;illegal sequence ;e628 fd 17 6b . . k + add a,c ;e62b 81 . + defb 0fdh,05ah,07ah ;illegal sequence ;e62c fd 5a 7a . Z z + add a,d ;e62f 82 . + defb 0fdh,076h,083h ;illegal sequence ;e630 fd 76 83 . v . + add a,l ;e633 85 . + defb 0fdh,03eh,083h ;illegal sequence ;e634 fd 3e 83 . > . + ld a,e ;e637 7b { + defb 0fdh,025h,077h ;illegal sequence ;e638 fd 25 77 . % w + ld (hl),e ;e63b 73 s + rst 38h ;e63c ff . + xor b ;e63d a8 . + sbc a,h ;e63e 9c . + nop ;e63f 00 . + adc a,(hl) ;e640 8e . + and d ;e641 a2 . + call po,sub_9a8eh ;e642 e4 8e 9a . . . + defb 0fdh,01ch,055h ;illegal sequence ;e645 fd 1c 55 . . U + add a,d ;e648 82 . + defb 0fdh,025h,07ch ;illegal sequence ;e649 fd 25 7c . % | + add a,d ;e64c 82 . + defb 0fdh,01ch,07fh ;illegal sequence ;e64d fd 1c 7f . .  + add a,h ;e650 84 . + defb 0fdh,025h,082h ;illegal sequence ;e651 fd 25 82 . % . + add a,h ;e654 84 . + defb 0fdh,02ch,099h ;illegal sequence ;e655 fd 2c 99 . , . + adc a,d ;e658 8a . + dec (iy-072h) ;e659 fd 35 8e . 5 . + ld a,b ;e65c 78 x + defb 0fdh,043h,080h ;illegal sequence ;e65d fd 43 80 . C . + ld (hl),e ;e660 73 s + inc iy ;e661 fd 23 . # + ld l,d ;e663 6a j + ld a,c ;e664 79 y + defb 0fdh,033h,06fh ;illegal sequence ;e665 fd 33 6f . 3 o + add a,(hl) ;e668 86 . + rst 38h ;e669 ff . + and a ;e66a a7 . + sbc a,h ;e66b 9c . + nop ;e66c 00 . + add a,d ;e66d 82 . + add a,b ;e66e 80 . + call po,sub_0efdh ;e66f e4 fd 0e . . . + or a ;e672 b7 . + adc a,a ;e673 8f . + add a,b ;e674 80 . + sub c ;e675 91 . + defb 0fdh,00ah,0bdh ;illegal sequence ;e676 fd 0a bd . . . + add a,b ;e679 80 . + defb 0fdh,00ah,0b1h ;illegal sequence ;e67a fd 0a b1 . . . + ld a,b ;e67d 78 x + inc e ;e67e 1c . + adc a,c ;e67f 89 . + sbc a,e ;e680 9b . + call po,sub_9b9bh ;e681 e4 9b 9b . . . + inc e ;e684 1c . + sub l ;e685 95 . + and l ;e686 a5 . + call po,sub_8895h ;e687 e4 95 88 . . . + defb 0fdh,025h,076h ;illegal sequence ;e68a fd 25 76 . % v + add a,b ;e68d 80 . + defb 0fdh,04dh,07ch ;illegal sequence ;e68e fd 4d 7c . M | + add a,l ;e691 85 . + defb 0fdh,06ah,083h ;illegal sequence ;e692 fd 6a 83 . j . + add a,h ;e695 84 . + defb 0fdh,043h,084h ;illegal sequence ;e696 fd 43 84 . C . + ld a,d ;e699 7a z + defb 0fdh,015h,06eh ;illegal sequence ;e69a fd 15 6e . . n + ld h,(hl) ;e69d 66 f + rst 38h ;e69e ff . + and a ;e69f a7 . + sbc a,e ;e6a0 9b . + nop ;e6a1 00 . + add a,b ;e6a2 80 . + and d ;e6a3 a2 . + call po,sub_a28ah ;e6a4 e4 8a a2 . . . + call m,sub_981ch ;e6a7 fc 1c 98 . . . + ld l,c ;e6aa 69 i + call m,sub_971dh ;e6ab fc 1d 97 . . . + ld a,d ;e6ae 7a z + call m,sub_8b25h ;e6af fc 25 8b . % . + add a,e ;e6b2 83 . + call m,sub_843bh ;e6b3 fc 3b 84 . ; . + add a,a ;e6b6 87 . + call m,sub_7329h ;e6b7 fc 29 73 . ) s + adc a,(hl) ;e6ba 8e . + call m,0571ch ;e6bb fc 1c 57 . . W + add a,(hl) ;e6be 86 . + call m,sub_a01ch ;e6bf fc 1c a0 . . . + adc a,c ;e6c2 89 . + rst 38h ;e6c3 ff . + and (hl) ;e6c4 a6 . + sbc a,d ;e6c5 9a . + nop ;e6c6 00 . + add a,b ;e6c7 80 . + add a,h ;e6c8 84 . + call po,sub_25fch ;e6c9 e4 fc 25 . . % + ld l,h ;e6cc 6c l + adc a,a ;e6cd 8f . + inc e ;e6ce 1c . + adc a,h ;e6cf 8c . + and e ;e6d0 a3 . + call po,sub_1ffdh ;e6d1 e4 fd 1f . . . + ld (hl),a ;e6d4 77 w + ld (hl),b ;e6d5 70 p + inc e ;e6d6 1c . + adc a,h ;e6d7 8c . + sbc a,d ;e6d8 9a . + call po,sub_25fch ;e6d9 e4 fc 25 . . % + sub c ;e6dc 91 . + add a,c ;e6dd 81 . + defb 0fdh,05ah,079h ;illegal sequence ;e6de fd 5a 79 . Z y + ld a,c ;e6e1 79 y + defb 0fdh,05ah,07dh ;illegal sequence ;e6e2 fd 5a 7d . Z } + add a,h ;e6e5 84 . + inc e ;e6e6 1c . + sbc a,c ;e6e7 99 . + sub e ;e6e8 93 . + call po,sub_25fdh ;e6e9 e4 fd 25 . . % + ld l,h ;e6ec 6c l + ld (hl),c ;e6ed 71 q + rst 38h ;e6ee ff . + xor d ;e6ef aa . + sbc a,(hl) ;e6f0 9e . + nop ;e6f1 00 . + add a,e ;e6f2 83 . + adc a,d ;e6f3 8a . + call po,sub_988bh+1 ;e6f4 e4 8c 98 . . . + defb 0fdh,05ah,081h ;illegal sequence ;e6f7 fd 5a 81 . Z . + ld a,a ;e6fa 7f  + sub (hl) ;e6fb 96 . + adc a,(hl) ;e6fc 8e . + and b ;e6fd a0 . + add a,d ;e6fe 82 . + rst 38h ;e6ff ff . + xor h ;e700 ac . + and b ;e701 a0 . + nop ;e702 00 . + add a,d ;e703 82 . + add a,b ;e704 80 . + call po,sub_0efdh ;e705 e4 fd 0e . . . + or a ;e708 b7 . + adc a,a ;e709 8f . + add a,b ;e70a 80 . + sub c ;e70b 91 . + defb 0fdh,00ah,0bdh ;illegal sequence ;e70c fd 0a bd . . . + add a,b ;e70f 80 . + defb 0fdh,00bh,0a9h ;illegal sequence ;e710 fd 0b a9 . . . + ld a,d ;e713 7a z + inc e ;e714 1c . + adc a,e ;e715 8b . + and c ;e716 a1 . + call po,sub_a19ch ;e717 e4 9c a1 . . . + inc e ;e71a 1c . + sbc a,l ;e71b 9d . + sub a ;e71c 97 . + call po,sub_978ah ;e71d e4 8a 97 . . . + inc e ;e720 1c . + sub l ;e721 95 . + and c ;e722 a1 . + call po,sub_8695h ;e723 e4 95 86 . . . + defb 0fdh,01ch,077h ;illegal sequence ;e726 fd 1c 77 . . w + add a,d ;e729 82 . + defb 0fdh,04dh,07ch ;illegal sequence ;e72a fd 4d 7c . M | + add a,l ;e72d 85 . + defb 0fdh,05ah,084h ;illegal sequence ;e72e fd 5a 84 . Z . + add a,h ;e731 84 . + defb 0fdh,04dh,084h ;illegal sequence ;e732 fd 4d 84 . M . + ld a,e ;e735 7b { + defb 0fdh,00dh,061h ;illegal sequence ;e736 fd 0d 61 . . a + ld c,a ;e739 4f O + rst 38h ;e73a ff . + xor c ;e73b a9 . + sbc a,l ;e73c 9d . + nop ;e73d 00 . + add a,c ;e73e 81 . + sub l ;e73f 95 . + call po,sub_16fch ;e740 e4 fc 16 . . . + adc a,h ;e743 8c . + cp l ;e744 bd . + inc e ;e745 1c . + sbc a,b ;e746 98 . + sbc a,a ;e747 9f . + call po,sub_15fdh ;e748 e4 fd 15 . . . + ld (hl),l ;e74b 75 u + cp h ;e74c bc . + inc e ;e74d 1c . + adc a,(hl) ;e74e 8e . + and l ;e74f a5 . + call po,sub_868eh ;e750 e4 8e 86 . . . + dec (iy+07bh) ;e753 fd 35 7b . 5 { + add a,b ;e756 80 . + defb 0fdh,04dh,07ch ;illegal sequence ;e757 fd 4d 7c . M | + add a,l ;e75a 85 . + defb 0fdh,05ah,084h ;illegal sequence ;e75b fd 5a 84 . Z . + add a,h ;e75e 84 . + defb 0fdh,050h,085h ;illegal sequence ;e75f fd 50 85 . P . + ld a,d ;e762 7a z + defb 0fdh,00dh,061h ;illegal sequence ;e763 fd 0d 61 . . a + ld c,a ;e766 4f O + rst 38h ;e767 ff . + and l ;e768 a5 . + sbc a,c ;e769 99 . + nop ;e76a 00 . + add a,e ;e76b 83 . + and c ;e76c a1 . + call po,017fch ;e76d e4 fc 17 . . . + add a,c ;e770 81 . + sbc a,a ;e771 9f . + adc a,d ;e772 8a . + adc a,(hl) ;e773 8e . + add a,a ;e774 87 . + add a,h ;e775 84 . + defb 0fdh,025h,07ch ;illegal sequence ;e776 fd 25 7c . % | + add a,d ;e779 82 . + defb 0fdh,025h,07fh ;illegal sequence ;e77a fd 25 7f . %  + add a,e ;e77d 83 . + defb 0fdh,025h,082h ;illegal sequence ;e77e fd 25 82 . % . + add a,h ;e781 84 . + defb 0fdh,028h,08bh ;illegal sequence ;e782 fd 28 8b . ( . + add a,h ;e785 84 . + defb 0fdh,05ah,08bh ;illegal sequence ;e786 fd 5a 8b . Z . + ld a,h ;e789 7c | + defb 0fdh,017h,075h ;illegal sequence ;e78a fd 17 75 . . u + ld e,h ;e78d 5c \ + inc e ;e78e 1c . + sbc a,b ;e78f 98 . + sbc a,e ;e790 9b . + call po,sub_9a98h ;e791 e4 98 9a . . . + defb 0fdh,013h,04fh ;illegal sequence ;e794 fd 13 4f . . O + ld a,(hl) ;e797 7e ~ + defb 0fdh,017h,064h ;illegal sequence ;e798 fd 17 64 . . d + adc a,d ;e79b 8a . + rst 38h ;e79c ff . + xor c ;e79d a9 . + sbc a,l ;e79e 9d . + nop ;e79f 00 . + add a,b ;e7a0 80 . + sbc a,(hl) ;e7a1 9e . + call po,sub_9e8fh ;e7a2 e4 8f 9e . . . + inc e ;e7a5 1c . + adc a,b ;e7a6 88 . + and h ;e7a7 a4 . + call po,sub_9188h ;e7a8 e4 88 91 . . . + defb 0fdh,010h,067h ;illegal sequence ;e7ab fd 10 67 . . g + add a,b ;e7ae 80 . + defb 0fdh,08fh,07dh ;illegal sequence ;e7af fd 8f 7d . . } + add a,c ;e7b2 81 . + defb 0fdh,017h,08fh ;illegal sequence ;e7b3 fd 17 8f . . . + add a,e ;e7b6 83 . + defb 0fdh,01ch,089h ;illegal sequence ;e7b7 fd 1c 89 . . . + ld a,(hl) ;e7ba 7e ~ + defb 0fdh,05ah,082h ;illegal sequence ;e7bb fd 5a 82 . Z . + ld a,(hl) ;e7be 7e ~ + defb 0fdh,025h,07ch ;illegal sequence ;e7bf fd 25 7c . % | + ld a,l ;e7c2 7d } + inc e ;e7c3 1c . + add a,a ;e7c4 87 . + adc a,d ;e7c5 8a . + call po,sub_30fch ;e7c6 e4 fc 30 . . 0 + adc a,c ;e7c9 89 . + ld a,h ;e7ca 7c | + call m,sub_8425h ;e7cb fc 25 84 . % . + add a,d ;e7ce 82 . + call m,sub_8617h ;e7cf fc 17 86 . . . + sbc a,(hl) ;e7d2 9e . + call m,sub_7e25h ;e7d3 fc 25 7e . % ~ + add a,h ;e7d6 84 . + call m,06110h ;e7d7 fc 10 61 . . a + adc a,b ;e7da 88 . + inc e ;e7db 1c . + sub (hl) ;e7dc 96 . + and b ;e7dd a0 . + call po,sub_25fdh ;e7de e4 fd 25 . . % + ld (hl),a ;e7e1 77 w + ld (hl),e ;e7e2 73 s + rst 38h ;e7e3 ff . + xor b ;e7e4 a8 . + sbc a,h ;e7e5 9c . + nop ;e7e6 00 . + add a,e ;e7e7 83 . + and c ;e7e8 a1 . + call po,sub_0afch ;e7e9 e4 fc 0a . . . + cp l ;e7ec bd . + add a,a ;e7ed 87 . + adc a,c ;e7ee 89 . + adc a,c ;e7ef 89 . + inc e ;e7f0 1c . + sub c ;e7f1 91 . + and h ;e7f2 a4 . + call po,sub_9a8fh ;e7f3 e4 8f 9a . . . + defb 0fdh,014h,052h ;illegal sequence ;e7f6 fd 14 52 . . R + add a,a ;e7f9 87 . + defb 0fdh,00dh,068h ;illegal sequence ;e7fa fd 0d 68 . . h + adc a,e ;e7fd 8b . + defb 0fdh,014h,076h ;illegal sequence ;e7fe fd 14 76 . . v + add a,a ;e801 87 . + dec (iy+07fh) ;e802 fd 35 7f . 5  + add a,d ;e805 82 . + defb 0fdh,017h,082h ;illegal sequence ;e806 fd 17 82 . . . + add a,e ;e809 83 . + defb 0fdh,025h,092h ;illegal sequence ;e80a fd 25 92 . % . + add a,(hl) ;e80d 86 . + defb 0fdh,025h,094h ;illegal sequence ;e80e fd 25 94 . % . + ld a,e ;e811 7b { + defb 0fdh,052h,087h ;illegal sequence ;e812 fd 52 87 . R . + ld a,b ;e815 78 x + defb 0fdh,05ah,074h ;illegal sequence ;e816 fd 5a 74 . Z t + ld (hl),h ;e819 74 t + defb 0fdh,025h,079h ;illegal sequence ;e81a fd 25 79 . % y + add a,(hl) ;e81d 86 . + rst 38h ;e81e ff . + and a ;e81f a7 . + sbc a,e ;e820 9b . + nop ;e821 00 . + add a,c ;e822 81 . + sub e ;e823 93 . + call po,sub_2bfch ;e824 e4 fc 2b . . + + adc a,c ;e827 89 . + sub a ;e828 97 . + inc e ;e829 1c . + sub d ;e82a 92 . + sbc a,l ;e82b 9d . + call po,sub_2efdh ;e82c e4 fd 2e . . . + ld a,b ;e82f 78 x + sub e ;e830 93 . + inc e ;e831 1c . + adc a,c ;e832 89 . + and l ;e833 a5 . + call po,sub_9c88h ;e834 e4 88 9c . . . + add a,a ;e837 87 . + sub e ;e838 93 . + add a,(hl) ;e839 86 . + adc a,c ;e83a 89 . + call m,08d17h ;e83b fc 17 8d . . . + add a,b ;e83e 80 . + call m,sub_888bh ;e83f fc 8b 88 . . . + add a,e ;e842 83 . + call m,sub_6f1ah ;e843 fc 1a 6f . . o + add a,h ;e846 84 . + rst 38h ;e847 ff . + and e ;e848 a3 . + sbc a,b ;e849 98 . + nop ;e84a 00 . + add a,b ;e84b 80 . + sub h ;e84c 94 . + call po,09e92h ;e84d e4 92 9e . . . + dec (iy-07dh) ;e850 fd 35 83 . 5 . + ld a,d ;e853 7a z + defb 0fdh,079h,07ch ;illegal sequence ;e854 fd 79 7c . y | + ld a,c ;e857 79 y + dec (iy+07ch) ;e858 fd 35 7c . 5 | + adc a,b ;e85b 88 . + inc e ;e85c 1c . + adc a,l ;e85d 8d . + and l ;e85e a5 . + call po,sub_25fdh ;e85f e4 fd 25 . . % + ld a,b ;e862 78 x + ld (hl),l ;e863 75 u + inc e ;e864 1c . + add a,h ;e865 84 . + and e ;e866 a3 . + call po,sub_9787h+1 ;e867 e4 88 97 . . . + adc a,e ;e86a 8b . + adc a,h ;e86b 8c . + adc a,l ;e86c 8d . + add a,h ;e86d 84 . + adc a,(hl) ;e86e 8e . + ld a,a ;e86f 7f  + rst 38h ;e870 ff . + xor b ;e871 a8 . + sbc a,l ;e872 9d . + nop ;e873 00 . + add a,d ;e874 82 . + and d ;e875 a2 . + call po,l07fch ;e876 e4 fc 07 . . . + xor d ;e879 aa . + ld (hl),l ;e87a 75 u + call m,sub_bc0ah ;e87b fc 0a bc . . . + ld (hl),l ;e87e 75 u + add a,b ;e87f 80 . + adc a,a ;e880 8f . + call m,sub_b20ah ;e881 fc 0a b2 . . . + add a,c ;e884 81 . + defb 0fdh,01ch,099h ;illegal sequence ;e885 fd 1c 99 . . . + add a,d ;e888 82 . + defb 0fdh,025h,095h ;illegal sequence ;e889 fd 25 95 . % . + ld a,b ;e88c 78 x + defb 0fdh,030h,084h ;illegal sequence ;e88d fd 30 84 . 0 . + ld (hl),a ;e890 77 w + ld (iy+079h),e ;e891 fd 73 79 . s y + ld (hl),l ;e894 75 u + defb 0fdh,05ah,07ch ;illegal sequence ;e895 fd 5a 7c . Z | + adc a,b ;e898 88 . + inc e ;e899 1c . + adc a,a ;e89a 8f . + and h ;e89b a4 . + call po,sub_05fdh ;e89c e4 fd 05 . . . + ld c,h ;e89f 4c L + ld (hl),e ;e8a0 73 s + defb 0fdh,00dh,058h ;illegal sequence ;e8a1 fd 0d 58 . . X + ld (hl),a ;e8a4 77 w + defb 0fdh,00dh,057h ;illegal sequence ;e8a5 fd 0d 57 . . W + add a,b ;e8a8 80 . + defb 0fdh,01ch,061h ;illegal sequence ;e8a9 fd 1c 61 . . a + add a,l ;e8ac 85 . + rst 38h ;e8ad ff . + and (hl) ;e8ae a6 . + sbc a,e ;e8af 9b . + nop ;e8b0 00 . + adc a,l ;e8b1 8d . + sbc a,e ;e8b2 9b . + call po,09b98h ;e8b3 e4 98 9b . . . + inc e ;e8b6 1c . + adc a,l ;e8b7 8d . + and l ;e8b8 a5 . + call po,sub_868dh ;e8b9 e4 8d 86 . . . + defb 0fdh,01ch,077h ;illegal sequence ;e8bc fd 1c 77 . . w + add a,d ;e8bf 82 . + defb 0fdh,05ah,07bh ;illegal sequence ;e8c0 fd 5a 7b . Z { + add a,l ;e8c3 85 . + defb 0fdh,04ah,084h ;illegal sequence ;e8c4 fd 4a 84 . J . + add a,e ;e8c7 83 . + defb 0fdh,025h,087h ;illegal sequence ;e8c8 fd 25 87 . % . + ld a,d ;e8cb 7a z + defb 0fdh,017h,081h ;illegal sequence ;e8cc fd 17 81 . . . + ld l,(hl) ;e8cf 6e n + defb 0fdh,017h,071h ;illegal sequence ;e8d0 fd 17 71 . . q + ld h,e ;e8d3 63 c + rst 38h ;e8d4 ff . + and e ;e8d5 a3 . + sbc a,b ;e8d6 98 . + nop ;e8d7 00 . + add a,h ;e8d8 84 . + and l ;e8d9 a5 . + call po,sub_25fch ;e8da e4 fc 25 . . % + adc a,h ;e8dd 8c . + adc a,e ;e8de 8b . + inc e ;e8df 1c . + add a,d ;e8e0 82 . + sbc a,l ;e8e1 9d . + call po,017fch ;e8e2 e4 fc 17 . . . + xor a ;e8e5 af . + ld (hl),h ;e8e6 74 t + dec (iy-072h) ;e8e7 fd 35 8e . 5 . + ld a,l ;e8ea 7d } + defb 0fdh,01fh,083h ;illegal sequence ;e8eb fd 1f 83 . . . + ld (hl),l ;e8ee 75 u + defb 0fdh,04ah,07bh ;illegal sequence ;e8ef fd 4a 7b . J { + halt ;e8f2 76 v + defb 0fdh,05ah,076h ;illegal sequence ;e8f3 fd 5a 76 . Z v + add a,d ;e8f6 82 . + rst 38h ;e8f7 ff . + and c ;e8f8 a1 . + sub (hl) ;e8f9 96 . + nop ;e8fa 00 . + add a,d ;e8fb 82 . + and h ;e8fc a4 . + call po,sub_13fch ;e8fd e4 fc 13 . . . + and e ;e900 a3 . + ld (hl),h ;e901 74 t + call m,sub_a513h ;e902 fc 13 a5 . . . + add a,b ;e905 80 . + dec (iy-074h) ;e906 fd 35 8c . 5 . + add a,c ;e909 81 . + inc e ;e90a 1c . + sub b ;e90b 90 . + and l ;e90c a5 . + call po,sub_09fdh ;e90d e4 fd 09 . . . + ld b,(hl) ;e910 46 F + ld (hl),l ;e911 75 u + defb 0fdh,00ah,047h ;illegal sequence ;e912 fd 0a 47 . . G + ld a,e ;e915 7b { + defb 0fdh,017h,05eh ;illegal sequence ;e916 fd 17 5e . . ^ + add a,c ;e919 81 . + defb 0fdh,017h,06eh ;illegal sequence ;e91a fd 17 6e . . n + adc a,h ;e91d 8c . + rst 38h ;e91e ff . + sbc a,l ;e91f 9d . + sub d ;e920 92 . + nop ;e921 00 . + add a,l ;e922 85 . + and e ;e923 a3 . + call po,sub_a392h ;e924 e4 92 a3 . . . + add a,b ;e927 80 . + adc a,e ;e928 8b . + defb 0fdh,00eh,0a1h ;illegal sequence ;e929 fd 0e a1 . . . + ld h,(hl) ;e92c 66 f + defb 0fdh,04ch,087h ;illegal sequence ;e92d fd 4c 87 . L . + ld (hl),a ;e930 77 w + defb 0fdh,05ah,079h ;illegal sequence ;e931 fd 5a 79 . Z y + ld a,c ;e934 79 y + dec (iy+078h) ;e935 fd 35 78 . 5 x + add a,(hl) ;e938 86 . + defb 0fdh,06dh,07fh ;illegal sequence ;e939 fd 6d 7f . m  + add a,(hl) ;e93c 86 . + defb 0fdh,05ah,084h ;illegal sequence ;e93d fd 5a 84 . Z . + ld a,a ;e940 7f  + defb 0fdh,025h,07fh ;illegal sequence ;e941 fd 25 7f . %  + ld a,c ;e944 79 y + defb 0fdh,025h,077h ;illegal sequence ;e945 fd 25 77 . % w + ld a,b ;e948 78 x + rst 38h ;e949 ff . + and h ;e94a a4 . + sbc a,b ;e94b 98 . + nop ;e94c 00 . + add a,a ;e94d 87 . + add a,b ;e94e 80 . + call po,sub_a587h ;e94f e4 87 a5 . . . + inc e ;e952 1c . + add a,b ;e953 80 . + sbc a,e ;e954 9b . + call po,sub_9b87h ;e955 e4 87 9b . . . + inc e ;e958 1c . + add a,b ;e959 80 . + add a,l ;e95a 85 . + call po,sub_9589h ;e95b e4 89 95 . . . + add iy,bc ;e95e fd 09 . . + push bc ;e960 c5 . + ld d,c ;e961 51 Q + defb 0fdh,05ah,082h ;illegal sequence ;e962 fd 5a 82 . Z . + ld a,(hl) ;e965 7e ~ + defb 0fdh,025h,07ch ;illegal sequence ;e966 fd 25 7c . % | + ld a,l ;e969 7d } + sub (hl) ;e96a 96 . + add a,a ;e96b 87 . + call m,sub_8535h ;e96c fc 35 85 . 5 . + add a,b ;e96f 80 . + call m,sub_8125h ;e970 fc 25 81 . % . + add a,e ;e973 83 . + call m,sub_7c25h ;e974 fc 25 7c . % | + adc a,b ;e977 88 . + rst 38h ;e978 ff . + xor d ;e979 aa . + sbc a,(hl) ;e97a 9e . + nop ;e97b 00 . + add a,h ;e97c 84 . + and h ;e97d a4 . + call po,sub_a492h ;e97e e4 92 a4 . . . + add a,b ;e981 80 . + adc a,h ;e982 8c . + defb 0fdh,013h,09ch ;illegal sequence ;e983 fd 13 9c . . . + ld l,h ;e986 6c l + defb 0fdh,025h,086h ;illegal sequence ;e987 fd 25 86 . % . + ld a,b ;e98a 78 x + defb 0fdh,07fh,080h ;illegal sequence ;e98b fd 7f 80 .  . + halt ;e98e 76 v + dec (iy+073h) ;e98f fd 35 73 . 5 s + adc a,e ;e992 8b . + rst 38h ;e993 ff . + and h ;e994 a4 . + sbc a,b ;e995 98 . + nop ;e996 00 . + adc a,b ;e997 88 . + add a,b ;e998 80 . + call po,sub_a688h ;e999 e4 88 a6 . . . + inc e ;e99c 1c . + add a,c ;e99d 81 . + sbc a,e ;e99e 9b . + call po,sub_9b88h ;e99f e4 88 9b . . . + inc e ;e9a2 1c . + add a,b ;e9a3 80 . + add a,(hl) ;e9a4 86 . + call po,sub_9488h ;e9a5 e4 88 94 . . . + defb 0fdh,015h,096h ;illegal sequence ;e9a8 fd 15 96 . . . + ld (hl),c ;e9ab 71 q + defb 0fdh,05ah,085h ;illegal sequence ;e9ac fd 5a 85 . Z . + ld a,c ;e9af 79 y + defb 0fdh,03fh,073h ;illegal sequence ;e9b0 fd 3f 73 . ? s + ld a,b ;e9b3 78 x + defb 0fdh,025h,071h ;illegal sequence ;e9b4 fd 25 71 . % q + adc a,d ;e9b7 8a . + rst 38h ;e9b8 ff . + xor c ;e9b9 a9 . + sbc a,(hl) ;e9ba 9e . + nop ;e9bb 00 . + adc a,l ;e9bc 8d . + and h ;e9bd a4 . + call po,09a89h ;e9be e4 89 9a . . . + add a,(hl) ;e9c1 86 . + sub d ;e9c2 92 . + add a,b ;e9c3 80 . + add a,b ;e9c4 80 . + inc e ;e9c5 1c . + add a,d ;e9c6 82 . + add a,(hl) ;e9c7 86 . + call po,sub_15fdh ;e9c8 e4 fd 15 . . . + and e ;e9cb a3 . + halt ;e9cc 76 v + defb 0fdh,05ah,082h ;illegal sequence ;e9cd fd 5a 82 . Z . + ld a,(hl) ;e9d0 7e ~ + defb 0fdh,025h,07bh ;illegal sequence ;e9d1 fd 25 7b . % { + ld a,e ;e9d4 7b { + adc a,a ;e9d5 8f . + add a,h ;e9d6 84 . + call m,sub_8725h ;e9d7 fc 25 87 . % . + add a,c ;e9da 81 . + call m,sub_8243h ;e9db fc 43 82 . C . + add a,e ;e9de 83 . + call m,sub_731ch ;e9df fc 1c 73 . . s + sub b ;e9e2 90 . + rst 38h ;e9e3 ff . + and a ;e9e4 a7 . + sbc a,e ;e9e5 9b . + nop ;e9e6 00 . + nop ;e9e7 00 . + nop ;e9e8 00 . + add a,b ;e9e9 80 . + sub e ;e9ea 93 . + call po,sub_939bh ;e9eb e4 9b 93 . . . + rst 38h ;e9ee ff . + and a ;e9ef a7 . + sbc a,e ;e9f0 9b . + nop ;e9f1 00 . + add a,e ;e9f2 83 . + and b ;e9f3 a0 . + call po,sub_a098h ;e9f4 e4 98 a0 . . . + inc e ;e9f7 1c . + add a,c ;e9f8 81 . + add a,h ;e9f9 84 . + call po,sub_849bh ;e9fa e4 9b 84 . . . + rst 38h ;e9fd ff . + and a ;e9fe a7 . + sbc a,e ;e9ff 9b . + nop ;ea00 00 . + add a,b ;ea01 80 . + add a,e ;ea02 83 . + call po,0839ah ;ea03 e4 9a 83 . . . + inc e ;ea06 1c . + sbc a,b ;ea07 98 . + sub e ;ea08 93 . + call po,sub_9384h ;ea09 e4 84 93 . . . + inc e ;ea0c 1c . + add a,d ;ea0d 82 . + and c ;ea0e a1 . + call po,sub_a19ah ;ea0f e4 9a a1 . . . + rst 38h ;ea12 ff . + and (hl) ;ea13 a6 . + sbc a,d ;ea14 9a . + nop ;ea15 00 . + add a,b ;ea16 80 . + add a,d ;ea17 82 . + call po,sub_a280h ;ea18 e4 80 a2 . . . + sbc a,h ;ea1b 9c . + and d ;ea1c a2 . + sbc a,h ;ea1d 9c . + add a,d ;ea1e 82 . + add a,b ;ea1f 80 . + add a,d ;ea20 82 . + inc e ;ea21 1c . + add a,h ;ea22 84 . + adc a,h ;ea23 8c . + call po,sub_25fch ;ea24 e4 fc 25 . . % + ld (hl),l ;ea27 75 u + adc a,h ;ea28 8c . + call m,04f0dh ;ea29 fc 0d 4f . . O + adc a,d ;ea2c 8a . + adc a,d ;ea2d 8a . + and d ;ea2e a2 . + inc e ;ea2f 1c . + sub d ;ea30 92 . + and d ;ea31 a2 . + call po,sub_9192h ;ea32 e4 92 91 . . . + call m,sub_8543h ;ea35 fc 43 85 . C . + add a,c ;ea38 81 . + sbc a,h ;ea39 9c . + adc a,l ;ea3a 8d . + rst 38h ;ea3b ff . + xor b ;ea3c a8 . + sbc a,h ;ea3d 9c . + nop ;ea3e 00 . + add a,d ;ea3f 82 . + and d ;ea40 a2 . + call po,sub_a29ah ;ea41 e4 9a a2 . . . + inc e ;ea44 1c . + adc a,l ;ea45 8d . + and d ;ea46 a2 . + call po,sub_948bh ;ea47 e4 8b 94 . . . + adc a,b ;ea4a 88 . + add a,d ;ea4b 82 . + inc e ;ea4c 1c . + add a,e ;ea4d 83 . + sub h ;ea4e 94 . + call po,sub_9496h ;ea4f e4 96 94 . . . + sub (hl) ;ea52 96 . + add a,d ;ea53 82 . + inc e ;ea54 1c . + add a,b ;ea55 80 . + add a,d ;ea56 82 . + call po,sub_829ch ;ea57 e4 9c 82 . . . + rst 38h ;ea5a ff . + xor b ;ea5b a8 . + sbc a,h ;ea5c 9c . + nop ;ea5d 00 . + add a,b ;ea5e 80 . + add a,c ;ea5f 81 . + call po,sub_10fch ;ea60 e4 fc 10 . . . + ld e,c ;ea63 59 Y + sbc a,e ;ea64 9b . + call m,sub_510ah ;ea65 fc 0a 51 . . Q + sub b ;ea68 90 . + inc e ;ea69 1c . + add a,c ;ea6a 81 . + sbc a,h ;ea6b 9c . + call po,sub_9c9bh ;ea6c e4 9b 9c . . . + inc e ;ea6f 1c . + adc a,(hl) ;ea70 8e . + and h ;ea71 a4 . + call po,sub_9c8eh ;ea72 e4 8e 9c . . . + inc e ;ea75 1c . + sub h ;ea76 94 . + sub l ;ea77 95 . + call po,sub_08fch ;ea78 e4 fc 08 . . . + cp l ;ea7b bd . + adc a,e ;ea7c 8b . + call m,sub_ad10h ;ea7d fc 10 ad . . . + adc a,a ;ea80 8f . + rst 38h ;ea81 ff . + xor b ;ea82 a8 . + sbc a,h ;ea83 9c . + nop ;ea84 00 . + add a,b ;ea85 80 . + sub l ;ea86 95 . + call po,sub_9b9ch ;ea87 e4 9c 9b . . . + inc e ;ea8a 1c . + adc a,b ;ea8b 88 . + and e ;ea8c a3 . + call po,sub_8488h ;ea8d e4 88 84 . . . + call m,sub_8543h ;ea90 fc 43 85 . C . + add a,c ;ea93 81 . + call m,sub_840dh ;ea94 fc 0d 84 . . . + and h ;ea97 a4 . + call m,sub_805ah ;ea98 fc 5a 80 . Z . + add a,(hl) ;ea9b 86 . + sbc a,d ;ea9c 9a . + adc a,c ;ea9d 89 . + rst 38h ;ea9e ff . + xor b ;ea9f a8 . + sbc a,h ;eaa0 9c . + nop ;eaa1 00 . + add a,b ;eaa2 80 . + add a,c ;eaa3 81 . + call po,sub_0efch ;eaa4 e4 fc 0e . . . + ld c,e ;eaa7 4b K + sbc a,a ;eaa8 9f . + call m,sub_4210h ;eaa9 fc 10 42 . . B + sub b ;eaac 90 . + inc e ;eaad 1c . + sub h ;eaae 94 . + and c ;eaaf a1 . + call po,sub_0efch ;eab0 e4 fc 0e . . . + ret ;eab3 c9 . + ld a,a ;eab4 7f  + call m,0c20dh ;eab5 fc 0d c2 . . . + sub h ;eab8 94 . + rst 38h ;eab9 ff . + xor b ;eaba a8 . + sbc a,h ;eabb 9c . + nop ;eabc 00 . + call po,sub_25fch ;eabd e4 fc 25 . . % + ld (hl),l ;eac0 75 u + sub c ;eac1 91 . + call m,sub_5d13h ;eac2 fc 13 5d . . ] + adc a,h ;eac5 8c . + adc a,d ;eac6 8a . + and h ;eac7 a4 . + inc e ;eac8 1c . + add a,c ;eac9 81 . + sbc a,e ;eaca 9b . + call po,sub_9b94h ;eacb e4 94 9b . . . + sub h ;eace 94 . + add a,e ;eacf 83 . + call m,sub_838fh ;ead0 fc 8f 83 . . . + add a,c ;ead3 81 . + call m,sub_6f10h ;ead4 fc 10 6f . . o + add a,(hl) ;ead7 86 . + rst 38h ;ead8 ff . + and a ;ead9 a7 . + sbc a,e ;eada 9b . + nop ;eadb 00 . + add a,b ;eadc 80 . + sub (hl) ;eadd 96 . + call po,sub_969ch ;eade e4 9c 96 . . . + inc e ;eae1 1c . + adc a,(hl) ;eae2 8e . + and l ;eae3 a5 . + call po,sub_7f8eh ;eae4 e4 8e 7f . .  + rst 38h ;eae7 ff . + xor b ;eae8 a8 . + sbc a,h ;eae9 9c . + nop ;eaea 00 . + add a,b ;eaeb 80 . + and e ;eaec a3 . + call po,sub_a39ch ;eaed e4 9c a3 . . . + inc e ;eaf0 1c . + adc a,(hl) ;eaf1 8e . + and e ;eaf2 a3 . + call po,sub_14fdh ;eaf3 e4 fd 14 . . . + ld h,l ;eaf6 65 e + add a,h ;eaf7 84 . + inc e ;eaf8 1c . + add a,h ;eaf9 84 . + sbc a,d ;eafa 9a . + call po,sub_8183h+1 ;eafb e4 84 81 . . . + sbc a,b ;eafe 98 . + add a,c ;eaff 81 . + sbc a,b ;eb00 98 . + sbc a,d ;eb01 9a . + add a,h ;eb02 84 . + sbc a,d ;eb03 9a . + inc e ;eb04 1c . + add a,h ;eb05 84 . + adc a,(hl) ;eb06 8e . + call po,08e98h ;eb07 e4 98 8e . . . + rst 38h ;eb0a ff . + xor b ;eb0b a8 . + sbc a,h ;eb0c 9c . + nop ;eb0d 00 . + adc a,(hl) ;eb0e 8e . + ld a,a ;eb0f 7f  + call po,sub_a18eh ;eb10 e4 8e a1 . . . + inc e ;eb13 1c . + sub a ;eb14 97 . + and h ;eb15 a4 . + call po,sub_0efdh ;eb16 e4 fd 0e . . . + ld l,a ;eb19 6f o + and h ;eb1a a4 . + defb 0fdh,010h,077h ;illegal sequence ;eb1b fd 10 77 . . w + and (hl) ;eb1e a6 . + inc e ;eb1f 1c . + add a,b ;eb20 80 . + sub h ;eb21 94 . + call po,sub_949ch ;eb22 e4 9c 94 . . . + rst 38h ;eb25 ff . + xor b ;eb26 a8 . + sbc a,h ;eb27 9c . + nop ;eb28 00 . + call po,sub_10fch ;eb29 e4 fc 10 . . . + ld l,d ;eb2c 6a j + sub l ;eb2d 95 . + call m,sub_5817h ;eb2e fc 17 58 . . X + sub l ;eb31 95 . + adc a,d ;eb32 8a . + and d ;eb33 a2 . + inc e ;eb34 1c . + add a,b ;eb35 80 . + and d ;eb36 a2 . + call po,sub_a29ch ;eb37 e4 9c a2 . . . + inc e ;eb3a 1c . + adc a,d ;eb3b 8a . + sbc a,b ;eb3c 98 . + call po,sub_9898h ;eb3d e4 98 98 . . . + defb 0fdh,010h,047h ;illegal sequence ;eb40 fd 10 47 . . G + ld a,a ;eb43 7f  + defb 0fdh,00bh,061h ;illegal sequence ;eb44 fd 0b 61 . . a + add a,a ;eb47 87 . + defb 0fdh,025h,07ch ;illegal sequence ;eb48 fd 25 7c . % | + add a,d ;eb4b 82 . + defb 0fdh,025h,07fh ;illegal sequence ;eb4c fd 25 7f . %  + adc a,b ;eb4f 88 . + rst 38h ;eb50 ff . + xor b ;eb51 a8 . + sbc a,h ;eb52 9c . + nop ;eb53 00 . + adc a,l ;eb54 8d . + add a,b ;eb55 80 . + call po,sub_948dh ;eb56 e4 8d 94 . . . + inc e ;eb59 1c . + adc a,a ;eb5a 8f . + sub h ;eb5b 94 . + call po,sub_a49ah ;eb5c e4 9a a4 . . . + inc e ;eb5f 1c . + add a,b ;eb60 80 . + and h ;eb61 a4 . + call po,sub_948bh ;eb62 e4 8b 94 . . . + adc a,a ;eb65 8f . + sub h ;eb66 94 . + inc e ;eb67 1c . + sbc a,b ;eb68 98 . + adc a,(hl) ;eb69 8e . + call po,sub_8e82h ;eb6a e4 82 8e . . . + inc e ;eb6d 1c . + add a,d ;eb6e 82 . + add a,a ;eb6f 87 . + call po,sub_8798h ;eb70 e4 98 87 . . . + rst 38h ;eb73 ff . + and (hl) ;eb74 a6 . + sbc a,d ;eb75 9a . + nop ;eb76 00 . + add a,b ;eb77 80 . + and e ;eb78 a3 . + call po,sub_a398h+2 ;eb79 e4 9a a3 . . . + inc e ;eb7c 1c . + sbc a,d ;eb7d 9a . + sub a ;eb7e 97 . + call po,sub_9780h ;eb7f e4 80 97 . . . + inc e ;eb82 1c . + adc a,l ;eb83 8d . + sub a ;eb84 97 . + call po,sub_808dh ;eb85 e4 8d 80 . . . + rst 38h ;eb88 ff . + and (hl) ;eb89 a6 . + sbc a,d ;eb8a 9a . + nop ;eb8b 00 . + nop ;eb8c 00 . + add a,b ;eb8d 80 . + sub d ;eb8e 92 . + call po,017fch ;eb8f e4 fc 17 . . . + ld l,(hl) ;eb92 6e n + adc a,(hl) ;eb93 8e . + call m,sub_550ah ;eb94 fc 0a 55 . . U + adc a,a ;eb97 8f . + inc e ;eb98 1c . + adc a,(hl) ;eb99 8e . + and e ;eb9a a3 . + call po,sub_808eh ;eb9b e4 8e 80 . . . + inc e ;eb9e 1c . + add a,h ;eb9f 84 . + sbc a,d ;eba0 9a . + call po,sub_9a99h+1 ;eba1 e4 9a 9a . . . + inc e ;eba4 1c . + sbc a,b ;eba5 98 . + adc a,(hl) ;eba6 8e . + call po,sub_8e84h ;eba7 e4 84 8e . . . + inc e ;ebaa 1c . + add a,b ;ebab 80 . + add a,b ;ebac 80 . + call po,sub_809ch ;ebad e4 9c 80 . . . + rst 38h ;ebb0 ff . + xor b ;ebb1 a8 . + sbc a,h ;ebb2 9c . + nop ;ebb3 00 . + add a,b ;ebb4 80 . + ld a,a ;ebb5 7f  + call po,sub_a380h ;ebb6 e4 80 a3 . . . + sbc a,b ;ebb9 98 . + and e ;ebba a3 . + sbc a,b ;ebbb 98 . + add a,e ;ebbc 83 . + defb 0fdh,05ah,07dh ;illegal sequence ;ebbd fd 5a 7d . Z } + add a,b ;ebc0 80 . + defb 0fdh,017h,081h ;illegal sequence ;ebc1 fd 17 81 . . . + adc a,b ;ebc4 88 . + inc e ;ebc5 1c . + adc a,h ;ebc6 8c . + sub d ;ebc7 92 . + call po,sub_a38ch ;ebc8 e4 8c a3 . . . + inc e ;ebcb 1c . + add a,b ;ebcc 80 . + sub d ;ebcd 92 . + call po,sub_9298h ;ebce e4 98 92 . . . + rst 38h ;ebd1 ff . + and h ;ebd2 a4 . + sbc a,b ;ebd3 98 . + nop ;ebd4 00 . + add a,b ;ebd5 80 . + sub a ;ebd6 97 . + call po,sub_0bfch ;ebd7 e4 fc 0b . . . + ld e,e ;ebda 5b [ + and d ;ebdb a2 . + call m,sub_4b06h ;ebdc fc 06 4b . . K + sub l ;ebdf 95 . + inc e ;ebe0 1c . + add a,(hl) ;ebe1 86 . + sbc a,a ;ebe2 9f . + call po,sub_9f9ah ;ebe3 e4 9a 9f . . . + inc e ;ebe6 1c . + sub b ;ebe7 90 . + sbc a,a ;ebe8 9f . + call po,sub_7f90h ;ebe9 e4 90 7f . .  + inc e ;ebec 1c . + add a,b ;ebed 80 . + adc a,c ;ebee 89 . + call po,0899ch ;ebef e4 9c 89 . . . + inc e ;ebf2 1c . + sbc a,c ;ebf3 99 . + sub l ;ebf4 95 . + call po,sub_9586h ;ebf5 e4 86 95 . . . + add a,(hl) ;ebf8 86 . + adc a,c ;ebf9 89 . + rst 38h ;ebfa ff . + xor b ;ebfb a8 . + sbc a,h ;ebfc 9c . + nop ;ebfd 00 . + call po,sub_1cfch ;ebfe e4 fc 1c . . . + ld h,(hl) ;ec01 66 f + adc a,a ;ec02 8f . + add a,h ;ec03 84 . + and h ;ec04 a4 . + sub (hl) ;ec05 96 . + and h ;ec06 a4 . + sub (hl) ;ec07 96 . + add a,e ;ec08 83 . + defb 0fdh,03eh,07ch ;illegal sequence ;ec09 fd 3e 7c . > | + add a,c ;ec0c 81 . + defb 0fdh,025h,080h ;illegal sequence ;ec0d fd 25 80 . % . + add a,l ;ec10 85 . + inc e ;ec11 1c . + add a,h ;ec12 84 . + sbc a,c ;ec13 99 . + call po,sub_9996h ;ec14 e4 96 99 . . . + inc e ;ec17 1c . + add a,h ;ec18 84 . + adc a,(hl) ;ec19 8e . + call po,sub_8e96h ;ec1a e4 96 8e . . . + rst 38h ;ec1d ff . + and d ;ec1e a2 . + sub (hl) ;ec1f 96 . + nop ;ec20 00 . + add a,b ;ec21 80 . + add a,d ;ec22 82 . + call po,sub_a280h ;ec23 e4 80 a2 . . . + sub d ;ec26 92 . + and d ;ec27 a2 . + sub d ;ec28 92 . + add a,d ;ec29 82 . + add a,b ;ec2a 80 . + add a,d ;ec2b 82 . + inc e ;ec2c 1c . + add a,b ;ec2d 80 . + sub d ;ec2e 92 . + call po,sub_9292h ;ec2f e4 92 92 . . . + rst 38h ;ec32 ff . + sbc a,(hl) ;ec33 9e . + sub d ;ec34 92 . + nop ;ec35 00 . + add a,b ;ec36 80 . + add a,(hl) ;ec37 86 . + call po,sub_a380h ;ec38 e4 80 a3 . . . + adc a,b ;ec3b 88 . + and e ;ec3c a3 . + adc a,b ;ec3d 88 . + add a,(hl) ;ec3e 86 . + add a,b ;ec3f 80 . + add a,(hl) ;ec40 86 . + inc e ;ec41 1c . + add a,b ;ec42 80 . + sub l ;ec43 95 . + call po,sub_9588h ;ec44 e4 88 95 . . . + inc e ;ec47 1c . + adc a,e ;ec48 8b . + sbc a,a ;ec49 9f . + call po,sub_9f9bh ;ec4a e4 9b 9f . . . + inc e ;ec4d 1c . + sub d ;ec4e 92 . + and l ;ec4f a5 . + call po,sub_9792h ;ec50 e4 92 97 . . . + inc e ;ec53 1c . + adc a,d ;ec54 8a . + sub a ;ec55 97 . + call po,sub_979ch ;ec56 e4 9c 97 . . . + inc e ;ec59 1c . + sub a ;ec5a 97 . + sub a ;ec5b 97 . + call po,sub_8297h ;ec5c e4 97 82 . . . + defb 0fdh,05ah,07eh ;illegal sequence ;ec5f fd 5a 7e . Z ~ + add a,b ;ec62 80 . + sub d ;ec63 92 . + add a,b ;ec64 80 . + inc e ;ec65 1c . + sub b ;ec66 90 . + add a,l ;ec67 85 . + call po,sub_8d8ch ;ec68 e4 8c 8d . . . + inc e ;ec6b 1c . + adc a,d ;ec6c 8a . + adc a,a ;ec6d 8f . + call po,sub_8f9ch ;ec6e e4 9c 8f . . . + rst 38h ;ec71 ff . + xor b ;ec72 a8 . + sbc a,h ;ec73 9c . + nop ;ec74 00 . + add a,b ;ec75 80 . + sub e ;ec76 93 . + call po,017fch ;ec77 e4 fc 17 . . . + ld e,d ;ec7a 5a Z + sbc a,a ;ec7b 9f . + inc e ;ec7c 1c . + sub c ;ec7d 91 . + and l ;ec7e a5 . + call po,017fch ;ec7f e4 fc 17 . . . + or l ;ec82 b5 . + sub d ;ec83 92 . + inc e ;ec84 1c . + add a,(hl) ;ec85 86 . + sub (hl) ;ec86 96 . + call po,sub_9696h ;ec87 e4 96 96 . . . + sub (hl) ;ec8a 96 . + sub b ;ec8b 90 . + defb 0fdh,010h,04eh ;illegal sequence ;ec8c fd 10 4e . . N + add a,b ;ec8f 80 . + defb 0fdh,05ah,07dh ;illegal sequence ;ec90 fd 5a 7d . Z } + add a,c ;ec93 81 . + inc e ;ec94 1c . + adc a,h ;ec95 8c . + sub (hl) ;ec96 96 . + call po,sub_10fdh ;ec97 e4 fd 10 . . . + ld e,h ;ec9a 5c \ + add a,d ;ec9b 82 . + defb 0fdh,020h,067h ;illegal sequence ;ec9c fd 20 67 . g + adc a,b ;ec9f 88 . + rst 38h ;eca0 ff . + xor b ;eca1 a8 . + sbc a,h ;eca2 9c . + nop ;eca3 00 . + add a,l ;eca4 85 . + ld a,a ;eca5 7f  + call po,sub_a285h ;eca6 e4 85 a2 . . . + inc e ;eca9 1c . + adc a,d ;ecaa 8a . + and l ;ecab a5 . + call po,017fdh ;ecac e4 fd 17 . . . + halt ;ecaf 76 v + adc a,e ;ecb0 8b . + defb 0fdh,00ah,078h ;illegal sequence ;ecb1 fd 0a 78 . . x + sbc a,e ;ecb4 9b . + inc e ;ecb5 1c . + add a,b ;ecb6 80 . + sbc a,d ;ecb7 9a . + call po,sub_9a8bh ;ecb8 e4 8b 9a . . . + inc e ;ecbb 1c . + add a,l ;ecbc 85 . + sbc a,d ;ecbd 9a . + call po,sub_16fdh ;ecbe e4 fd 16 . . . + ld d,(hl) ;ecc1 56 V + add a,a ;ecc2 87 . + inc e ;ecc3 1c . + add a,l ;ecc4 85 . + sbc a,d ;ecc5 9a . + call po,017fch ;ecc6 e4 fc 17 . . . + sbc a,(hl) ;ecc9 9e . + add a,a ;ecca 87 . + inc e ;eccb 1c . + sub e ;eccc 93 . + and h ;eccd a4 . + call po,sub_9093h ;ecce e4 93 90 . . . + defb 0fdh,03eh,07ch ;illegal sequence ;ecd1 fd 3e 7c . > | + add a,c ;ecd4 81 . + adc a,a ;ecd5 8f . + adc a,l ;ecd6 8d . + inc e ;ecd7 1c . + adc a,(hl) ;ecd8 8e . + sbc a,l ;ecd9 9d . + call po,sub_10fdh ;ecda e4 fd 10 . . . + ld e,h ;ecdd 5c \ + add a,d ;ecde 82 . + inc e ;ecdf 1c . + sbc a,b ;ece0 98 . + sbc a,a ;ece1 9f . + call po,sub_11fch ;ece2 e4 fc 11 . . . + xor c ;ece5 a9 . + add a,a ;ece6 87 . + inc e ;ece7 1c . + sbc a,c ;ece8 99 . + sub d ;ece9 92 . + call po,017fdh ;ecea e4 fd 17 . . . + ld h,d ;eced 62 b + add a,a ;ecee 87 . + defb 0fdh,01ch,070h ;illegal sequence ;ecef fd 1c 70 . . p + adc a,l ;ecf2 8d . + rst 38h ;ecf3 ff . + xor b ;ecf4 a8 . + sbc a,h ;ecf5 9c . + nop ;ecf6 00 . + call po,035fch ;ecf7 e4 fc 35 . . 5 + ld (hl),e ;ecfa 73 s + sbc a,b ;ecfb 98 . + adc a,(hl) ;ecfc 8e . + and l ;ecfd a5 . + inc e ;ecfe 1c . + add a,e ;ecff 83 . + sbc a,(hl) ;ed00 9e . + call po,017fdh ;ed01 e4 fd 17 . . . + ld h,c ;ed04 61 a + ld (hl),d ;ed05 72 r + inc e ;ed06 1c . + adc a,(hl) ;ed07 8e . + sub h ;ed08 94 . + call po,035fch ;ed09 e4 fc 35 . . 5 + sbc a,e ;ed0c 9b . + add a,h ;ed0d 84 . + inc e ;ed0e 1c . + sbc a,c ;ed0f 99 . + sbc a,(hl) ;ed10 9e . + call po,017fdh ;ed11 e4 fd 17 . . . + ld e,(hl) ;ed14 5e ^ + add a,c ;ed15 81 . + rst 38h ;ed16 ff . + xor b ;ed17 a8 . + sbc a,h ;ed18 9c . + nop ;ed19 00 . + add a,b ;ed1a 80 . + add a,h ;ed1b 84 . + call po,sub_25fch ;ed1c e4 fc 25 . . % + ld h,e ;ed1f 63 c + sbc a,h ;ed20 9c . + add a,b ;ed21 80 . + sbc a,e ;ed22 9b . + inc e ;ed23 1c . + adc a,(hl) ;ed24 8e . + and l ;ed25 a5 . + call po,sub_828eh ;ed26 e4 8e 82 . . . + defb 0fdh,05ah,07eh ;illegal sequence ;ed29 fd 5a 7e . Z ~ + add a,b ;ed2c 80 . + adc a,c ;ed2d 89 . + add a,b ;ed2e 80 . + inc e ;ed2f 1c . + adc a,(hl) ;ed30 8e . + sbc a,a ;ed31 9f . + call po,00ffch ;ed32 e4 fc 0f . . . + cp d ;ed35 ba . + adc a,e ;ed36 8b . + call m,sub_b210h ;ed37 fc 10 b2 . . . + sbc a,c ;ed3a 99 . + inc e ;ed3b 1c . + sbc a,d ;ed3c 9a . + and b ;ed3d a0 . + call po,sub_0efdh ;ed3e e4 fd 0e . . . + ld d,h ;ed41 54 T + sbc a,e ;ed42 9b . + rst 38h ;ed43 ff . + xor b ;ed44 a8 . + sbc a,h ;ed45 9c . + nop ;ed46 00 . + add a,b ;ed47 80 . + add a,(hl) ;ed48 86 . + call po,sub_25fch ;ed49 e4 fc 25 . . % + ld h,(hl) ;ed4c 66 f + and b ;ed4d a0 . + inc e ;ed4e 1c . + adc a,(hl) ;ed4f 8e . + and l ;ed50 a5 . + call po,sub_7f8eh ;ed51 e4 8e 7f . .  + inc e ;ed54 1c . + add a,b ;ed55 80 . + sbc a,h ;ed56 9c . + call po,sub_9c9ch ;ed57 e4 9c 9c . . . + inc e ;ed5a 1c . + adc a,(hl) ;ed5b 8e . + sbc a,h ;ed5c 9c . + call po,sub_25fch ;ed5d e4 fc 25 . . % + xor b ;ed60 a8 . + adc a,d ;ed61 8a . + rst 38h ;ed62 ff . + xor b ;ed63 a8 . + sbc a,h ;ed64 9c . + nop ;ed65 00 . + adc a,(hl) ;ed66 8e . + and h ;ed67 a4 . + call po,021fdh ;ed68 e4 fd 21 . . ! + ld h,c ;ed6b 61 a + sub c ;ed6c 91 . + inc e ;ed6d 1c . + adc a,(hl) ;ed6e 8e . + and h ;ed6f a4 . + call po,021fch ;ed70 e4 fc 21 . . ! + sbc a,a ;ed73 9f . + sub c ;ed74 91 . + inc e ;ed75 1c . + sub (hl) ;ed76 96 . + sbc a,b ;ed77 98 . + call po,sub_9886h ;ed78 e4 86 98 . . . + inc e ;ed7b 1c . + add a,d ;ed7c 82 . + sub b ;ed7d 90 . + call po,sub_909ah ;ed7e e4 9a 90 . . . + inc e ;ed81 1c . + adc a,(hl) ;ed82 8e . + sbc a,b ;ed83 98 . + call po,sub_818eh ;ed84 e4 8e 81 . . . + inc e ;ed87 1c . + adc a,c ;ed88 89 . + add a,d ;ed89 82 . + call po,sub_0dfch ;ed8a e4 fc 0d . . . + ld d,c ;ed8d 51 Q + ld (hl),e ;ed8e 73 s + inc e ;ed8f 1c . + add a,c ;ed90 81 . + add a,c ;ed91 81 . + call po,sub_819bh ;ed92 e4 9b 81 . . . + inc e ;ed95 1c . + sub a ;ed96 97 . + adc a,h ;ed97 8c . + call po,sub_10fdh ;ed98 e4 fd 10 . . . + ld d,a ;ed9b 57 W + adc a,h ;ed9c 8c . + rst 38h ;ed9d ff . + xor b ;ed9e a8 . + sbc a,h ;ed9f 9c . + nop ;eda0 00 . + adc a,l ;eda1 8d . + add a,c ;eda2 81 . + call po,sub_a48dh ;eda3 e4 8d a4 . . . + inc e ;eda6 1c . + sbc a,b ;eda7 98 . + sub (hl) ;eda8 96 . + call po,sub_9682h ;eda9 e4 82 96 . . . + inc e ;edac 1c . + add a,b ;edad 80 . + add a,c ;edae 81 . + call po,sub_819ah ;edaf e4 9a 81 . . . + rst 38h ;edb2 ff . + and (hl) ;edb3 a6 . + sbc a,d ;edb4 9a . + nop ;edb5 00 . + rst 38h ;edb6 ff . + rst 38h ;edb7 ff . + rst 38h ;edb8 ff . + rst 38h ;edb9 ff . + rst 38h ;edba ff . + rst 38h ;edbb ff . + rst 38h ;edbc ff . + rst 38h ;edbd ff . + rst 38h ;edbe ff . + rst 38h ;edbf ff . + rst 38h ;edc0 ff . + rst 38h ;edc1 ff . + rst 38h ;edc2 ff . + rst 38h ;edc3 ff . + rst 38h ;edc4 ff . + rst 38h ;edc5 ff . + rst 38h ;edc6 ff . + rst 38h ;edc7 ff . + rst 38h ;edc8 ff . + rst 38h ;edc9 ff . + rst 38h ;edca ff . + rst 38h ;edcb ff . + rst 38h ;edcc ff . + rst 38h ;edcd ff . + rst 38h ;edce ff . + rst 38h ;edcf ff . + rst 38h ;edd0 ff . + rst 38h ;edd1 ff . + rst 38h ;edd2 ff . + rst 38h ;edd3 ff . + rst 38h ;edd4 ff . + rst 38h ;edd5 ff . + rst 38h ;edd6 ff . + rst 38h ;edd7 ff . + rst 38h ;edd8 ff . + rst 38h ;edd9 ff . + rst 38h ;edda ff . + rst 38h ;eddb ff . + rst 38h ;eddc ff . + rst 38h ;eddd ff . + rst 38h ;edde ff . + rst 38h ;eddf ff . + rst 38h ;ede0 ff . + rst 38h ;ede1 ff . + rst 38h ;ede2 ff . + rst 38h ;ede3 ff . + rst 38h ;ede4 ff . + rst 38h ;ede5 ff . + rst 38h ;ede6 ff . + rst 38h ;ede7 ff . + rst 38h ;ede8 ff . + rst 38h ;ede9 ff . + rst 38h ;edea ff . + rst 38h ;edeb ff . + rst 38h ;edec ff . + rst 38h ;eded ff . + rst 38h ;edee ff . + rst 38h ;edef ff . + rst 38h ;edf0 ff . + rst 38h ;edf1 ff . + rst 38h ;edf2 ff . + rst 38h ;edf3 ff . + rst 38h ;edf4 ff . + rst 38h ;edf5 ff . + rst 38h ;edf6 ff . + rst 38h ;edf7 ff . + rst 38h ;edf8 ff . + rst 38h ;edf9 ff . + rst 38h ;edfa ff . + rst 38h ;edfb ff . + rst 38h ;edfc ff . + rst 38h ;edfd ff . + rst 38h ;edfe ff . + rst 38h ;edff ff . + rst 38h ;ee00 ff . + rst 38h ;ee01 ff . + rst 38h ;ee02 ff . + rst 38h ;ee03 ff . + rst 38h ;ee04 ff . + rst 38h ;ee05 ff . + rst 38h ;ee06 ff . + rst 38h ;ee07 ff . + rst 38h ;ee08 ff . + rst 38h ;ee09 ff . + rst 38h ;ee0a ff . + rst 38h ;ee0b ff . + rst 38h ;ee0c ff . + rst 38h ;ee0d ff . + rst 38h ;ee0e ff . + rst 38h ;ee0f ff . + rst 38h ;ee10 ff . + rst 38h ;ee11 ff . + rst 38h ;ee12 ff . + rst 38h ;ee13 ff . + rst 38h ;ee14 ff . + rst 38h ;ee15 ff . + rst 38h ;ee16 ff . + rst 38h ;ee17 ff . + rst 38h ;ee18 ff . + rst 38h ;ee19 ff . + rst 38h ;ee1a ff . + rst 38h ;ee1b ff . + rst 38h ;ee1c ff . + rst 38h ;ee1d ff . + rst 38h ;ee1e ff . + rst 38h ;ee1f ff . + rst 38h ;ee20 ff . + rst 38h ;ee21 ff . + rst 38h ;ee22 ff . + rst 38h ;ee23 ff . + rst 38h ;ee24 ff . + rst 38h ;ee25 ff . + rst 38h ;ee26 ff . + rst 38h ;ee27 ff . + rst 38h ;ee28 ff . + rst 38h ;ee29 ff . + rst 38h ;ee2a ff . + rst 38h ;ee2b ff . + rst 38h ;ee2c ff . + rst 38h ;ee2d ff . + rst 38h ;ee2e ff . + rst 38h ;ee2f ff . + rst 38h ;ee30 ff . + rst 38h ;ee31 ff . + rst 38h ;ee32 ff . + rst 38h ;ee33 ff . + rst 38h ;ee34 ff . + rst 38h ;ee35 ff . + rst 38h ;ee36 ff . + rst 38h ;ee37 ff . + rst 38h ;ee38 ff . + rst 38h ;ee39 ff . + rst 38h ;ee3a ff . + rst 38h ;ee3b ff . + rst 38h ;ee3c ff . + rst 38h ;ee3d ff . + rst 38h ;ee3e ff . + rst 38h ;ee3f ff . + rst 38h ;ee40 ff . + rst 38h ;ee41 ff . + rst 38h ;ee42 ff . + rst 38h ;ee43 ff . + rst 38h ;ee44 ff . + rst 38h ;ee45 ff . + rst 38h ;ee46 ff . + rst 38h ;ee47 ff . + rst 38h ;ee48 ff . + rst 38h ;ee49 ff . + rst 38h ;ee4a ff . + rst 38h ;ee4b ff . + rst 38h ;ee4c ff . + rst 38h ;ee4d ff . + rst 38h ;ee4e ff . + rst 38h ;ee4f ff . + rst 38h ;ee50 ff . + rst 38h ;ee51 ff . + rst 38h ;ee52 ff . + rst 38h ;ee53 ff . + rst 38h ;ee54 ff . + rst 38h ;ee55 ff . + rst 38h ;ee56 ff . + rst 38h ;ee57 ff . + rst 38h ;ee58 ff . + rst 38h ;ee59 ff . + rst 38h ;ee5a ff . + rst 38h ;ee5b ff . + rst 38h ;ee5c ff . + rst 38h ;ee5d ff . + rst 38h ;ee5e ff . + rst 38h ;ee5f ff . + rst 38h ;ee60 ff . + rst 38h ;ee61 ff . + rst 38h ;ee62 ff . + rst 38h ;ee63 ff . + rst 38h ;ee64 ff . + rst 38h ;ee65 ff . + rst 38h ;ee66 ff . + rst 38h ;ee67 ff . + rst 38h ;ee68 ff . + rst 38h ;ee69 ff . + rst 38h ;ee6a ff . + rst 38h ;ee6b ff . + rst 38h ;ee6c ff . + rst 38h ;ee6d ff . + rst 38h ;ee6e ff . + rst 38h ;ee6f ff . + rst 38h ;ee70 ff . + rst 38h ;ee71 ff . + rst 38h ;ee72 ff . + rst 38h ;ee73 ff . + rst 38h ;ee74 ff . + rst 38h ;ee75 ff . + rst 38h ;ee76 ff . + rst 38h ;ee77 ff . + rst 38h ;ee78 ff . + rst 38h ;ee79 ff . + rst 38h ;ee7a ff . + rst 38h ;ee7b ff . + rst 38h ;ee7c ff . + rst 38h ;ee7d ff . + rst 38h ;ee7e ff . + rst 38h ;ee7f ff . + rst 38h ;ee80 ff . + rst 38h ;ee81 ff . + rst 38h ;ee82 ff . + rst 38h ;ee83 ff . + rst 38h ;ee84 ff . + rst 38h ;ee85 ff . + rst 38h ;ee86 ff . + rst 38h ;ee87 ff . + rst 38h ;ee88 ff . + rst 38h ;ee89 ff . + rst 38h ;ee8a ff . + rst 38h ;ee8b ff . + rst 38h ;ee8c ff . + rst 38h ;ee8d ff . + rst 38h ;ee8e ff . + rst 38h ;ee8f ff . + rst 38h ;ee90 ff . + rst 38h ;ee91 ff . + rst 38h ;ee92 ff . + rst 38h ;ee93 ff . + rst 38h ;ee94 ff . + rst 38h ;ee95 ff . + rst 38h ;ee96 ff . + rst 38h ;ee97 ff . + rst 38h ;ee98 ff . + rst 38h ;ee99 ff . + rst 38h ;ee9a ff . + rst 38h ;ee9b ff . + rst 38h ;ee9c ff . + rst 38h ;ee9d ff . + rst 38h ;ee9e ff . + rst 38h ;ee9f ff . + rst 38h ;eea0 ff . + rst 38h ;eea1 ff . + rst 38h ;eea2 ff . + rst 38h ;eea3 ff . + rst 38h ;eea4 ff . + rst 38h ;eea5 ff . + rst 38h ;eea6 ff . + rst 38h ;eea7 ff . + rst 38h ;eea8 ff . + rst 38h ;eea9 ff . + rst 38h ;eeaa ff . + rst 38h ;eeab ff . + rst 38h ;eeac ff . + rst 38h ;eead ff . + rst 38h ;eeae ff . + rst 38h ;eeaf ff . + rst 38h ;eeb0 ff . + rst 38h ;eeb1 ff . + rst 38h ;eeb2 ff . + rst 38h ;eeb3 ff . + rst 38h ;eeb4 ff . + rst 38h ;eeb5 ff . + rst 38h ;eeb6 ff . + rst 38h ;eeb7 ff . + rst 38h ;eeb8 ff . + rst 38h ;eeb9 ff . + rst 38h ;eeba ff . + rst 38h ;eebb ff . + rst 38h ;eebc ff . + rst 38h ;eebd ff . + rst 38h ;eebe ff . + rst 38h ;eebf ff . + rst 38h ;eec0 ff . + rst 38h ;eec1 ff . + rst 38h ;eec2 ff . + rst 38h ;eec3 ff . + rst 38h ;eec4 ff . + rst 38h ;eec5 ff . + rst 38h ;eec6 ff . + rst 38h ;eec7 ff . + rst 38h ;eec8 ff . + rst 38h ;eec9 ff . + rst 38h ;eeca ff . + rst 38h ;eecb ff . + rst 38h ;eecc ff . + rst 38h ;eecd ff . + rst 38h ;eece ff . + rst 38h ;eecf ff . + rst 38h ;eed0 ff . + rst 38h ;eed1 ff . + rst 38h ;eed2 ff . + rst 38h ;eed3 ff . + rst 38h ;eed4 ff . + rst 38h ;eed5 ff . + rst 38h ;eed6 ff . + rst 38h ;eed7 ff . + rst 38h ;eed8 ff . + rst 38h ;eed9 ff . + rst 38h ;eeda ff . + rst 38h ;eedb ff . + rst 38h ;eedc ff . + rst 38h ;eedd ff . + rst 38h ;eede ff . + rst 38h ;eedf ff . + rst 38h ;eee0 ff . + rst 38h ;eee1 ff . + rst 38h ;eee2 ff . + rst 38h ;eee3 ff . + rst 38h ;eee4 ff . + rst 38h ;eee5 ff . + rst 38h ;eee6 ff . + rst 38h ;eee7 ff . + rst 38h ;eee8 ff . + rst 38h ;eee9 ff . + rst 38h ;eeea ff . + rst 38h ;eeeb ff . + rst 38h ;eeec ff . + rst 38h ;eeed ff . + rst 38h ;eeee ff . + rst 38h ;eeef ff . + rst 38h ;eef0 ff . + rst 38h ;eef1 ff . + rst 38h ;eef2 ff . + rst 38h ;eef3 ff . + rst 38h ;eef4 ff . + rst 38h ;eef5 ff . + rst 38h ;eef6 ff . + rst 38h ;eef7 ff . + rst 38h ;eef8 ff . + rst 38h ;eef9 ff . + rst 38h ;eefa ff . + rst 38h ;eefb ff . + rst 38h ;eefc ff . + rst 38h ;eefd ff . + rst 38h ;eefe ff . + rst 38h ;eeff ff . + rst 38h ;ef00 ff . + rst 38h ;ef01 ff . + rst 38h ;ef02 ff . + rst 38h ;ef03 ff . + rst 38h ;ef04 ff . + rst 38h ;ef05 ff . + rst 38h ;ef06 ff . + rst 38h ;ef07 ff . + rst 38h ;ef08 ff . + rst 38h ;ef09 ff . + rst 38h ;ef0a ff . + rst 38h ;ef0b ff . + rst 38h ;ef0c ff . + rst 38h ;ef0d ff . + rst 38h ;ef0e ff . + rst 38h ;ef0f ff . + rst 38h ;ef10 ff . + rst 38h ;ef11 ff . + rst 38h ;ef12 ff . + rst 38h ;ef13 ff . + rst 38h ;ef14 ff . + rst 38h ;ef15 ff . + rst 38h ;ef16 ff . + rst 38h ;ef17 ff . + rst 38h ;ef18 ff . + rst 38h ;ef19 ff . + rst 38h ;ef1a ff . + rst 38h ;ef1b ff . + rst 38h ;ef1c ff . + rst 38h ;ef1d ff . + rst 38h ;ef1e ff . + rst 38h ;ef1f ff . + rst 38h ;ef20 ff . + rst 38h ;ef21 ff . + rst 38h ;ef22 ff . + rst 38h ;ef23 ff . + rst 38h ;ef24 ff . + rst 38h ;ef25 ff . + rst 38h ;ef26 ff . + rst 38h ;ef27 ff . + rst 38h ;ef28 ff . + rst 38h ;ef29 ff . + rst 38h ;ef2a ff . + rst 38h ;ef2b ff . + rst 38h ;ef2c ff . + rst 38h ;ef2d ff . + rst 38h ;ef2e ff . + rst 38h ;ef2f ff . + rst 38h ;ef30 ff . + rst 38h ;ef31 ff . + rst 38h ;ef32 ff . + rst 38h ;ef33 ff . + rst 38h ;ef34 ff . + rst 38h ;ef35 ff . + rst 38h ;ef36 ff . + rst 38h ;ef37 ff . + rst 38h ;ef38 ff . + rst 38h ;ef39 ff . + rst 38h ;ef3a ff . + rst 38h ;ef3b ff . + rst 38h ;ef3c ff . + rst 38h ;ef3d ff . + rst 38h ;ef3e ff . + rst 38h ;ef3f ff . + rst 38h ;ef40 ff . + rst 38h ;ef41 ff . + rst 38h ;ef42 ff . + rst 38h ;ef43 ff . + rst 38h ;ef44 ff . + rst 38h ;ef45 ff . + rst 38h ;ef46 ff . + rst 38h ;ef47 ff . + rst 38h ;ef48 ff . + rst 38h ;ef49 ff . + rst 38h ;ef4a ff . + rst 38h ;ef4b ff . + rst 38h ;ef4c ff . + rst 38h ;ef4d ff . + rst 38h ;ef4e ff . + rst 38h ;ef4f ff . + rst 38h ;ef50 ff . + rst 38h ;ef51 ff . + rst 38h ;ef52 ff . + rst 38h ;ef53 ff . + rst 38h ;ef54 ff . + rst 38h ;ef55 ff . + rst 38h ;ef56 ff . + rst 38h ;ef57 ff . + rst 38h ;ef58 ff . + rst 38h ;ef59 ff . + rst 38h ;ef5a ff . + rst 38h ;ef5b ff . + rst 38h ;ef5c ff . + rst 38h ;ef5d ff . + rst 38h ;ef5e ff . + rst 38h ;ef5f ff . + rst 38h ;ef60 ff . + rst 38h ;ef61 ff . + rst 38h ;ef62 ff . + rst 38h ;ef63 ff . + rst 38h ;ef64 ff . + rst 38h ;ef65 ff . + rst 38h ;ef66 ff . + rst 38h ;ef67 ff . + rst 38h ;ef68 ff . + rst 38h ;ef69 ff . + rst 38h ;ef6a ff . + rst 38h ;ef6b ff . + rst 38h ;ef6c ff . + rst 38h ;ef6d ff . + rst 38h ;ef6e ff . + rst 38h ;ef6f ff . + rst 38h ;ef70 ff . + rst 38h ;ef71 ff . + rst 38h ;ef72 ff . + rst 38h ;ef73 ff . + rst 38h ;ef74 ff . + rst 38h ;ef75 ff . + rst 38h ;ef76 ff . + rst 38h ;ef77 ff . + rst 38h ;ef78 ff . + rst 38h ;ef79 ff . + rst 38h ;ef7a ff . + rst 38h ;ef7b ff . + rst 38h ;ef7c ff . + rst 38h ;ef7d ff . + rst 38h ;ef7e ff . + rst 38h ;ef7f ff . + rst 38h ;ef80 ff . + rst 38h ;ef81 ff . + rst 38h ;ef82 ff . + rst 38h ;ef83 ff . + rst 38h ;ef84 ff . + rst 38h ;ef85 ff . + rst 38h ;ef86 ff . + rst 38h ;ef87 ff . + rst 38h ;ef88 ff . + rst 38h ;ef89 ff . + rst 38h ;ef8a ff . + rst 38h ;ef8b ff . + rst 38h ;ef8c ff . + rst 38h ;ef8d ff . + rst 38h ;ef8e ff . + rst 38h ;ef8f ff . + rst 38h ;ef90 ff . + rst 38h ;ef91 ff . + rst 38h ;ef92 ff . + rst 38h ;ef93 ff . + rst 38h ;ef94 ff . + rst 38h ;ef95 ff . + rst 38h ;ef96 ff . + rst 38h ;ef97 ff . + rst 38h ;ef98 ff . + rst 38h ;ef99 ff . + rst 38h ;ef9a ff . + rst 38h ;ef9b ff . + rst 38h ;ef9c ff . + rst 38h ;ef9d ff . + rst 38h ;ef9e ff . + rst 38h ;ef9f ff . + rst 38h ;efa0 ff . + rst 38h ;efa1 ff . + rst 38h ;efa2 ff . + rst 38h ;efa3 ff . + rst 38h ;efa4 ff . + rst 38h ;efa5 ff . + rst 38h ;efa6 ff . + rst 38h ;efa7 ff . + rst 38h ;efa8 ff . + rst 38h ;efa9 ff . + rst 38h ;efaa ff . + rst 38h ;efab ff . + rst 38h ;efac ff . + rst 38h ;efad ff . + rst 38h ;efae ff . + rst 38h ;efaf ff . + rst 38h ;efb0 ff . + rst 38h ;efb1 ff . + rst 38h ;efb2 ff . + rst 38h ;efb3 ff . + rst 38h ;efb4 ff . + rst 38h ;efb5 ff . + rst 38h ;efb6 ff . + rst 38h ;efb7 ff . + rst 38h ;efb8 ff . + rst 38h ;efb9 ff . + rst 38h ;efba ff . + rst 38h ;efbb ff . + rst 38h ;efbc ff . + rst 38h ;efbd ff . + rst 38h ;efbe ff . + rst 38h ;efbf ff . + rst 38h ;efc0 ff . + rst 38h ;efc1 ff . + rst 38h ;efc2 ff . + rst 38h ;efc3 ff . + rst 38h ;efc4 ff . + rst 38h ;efc5 ff . + rst 38h ;efc6 ff . + rst 38h ;efc7 ff . + rst 38h ;efc8 ff . + rst 38h ;efc9 ff . + rst 38h ;efca ff . + rst 38h ;efcb ff . + rst 38h ;efcc ff . + rst 38h ;efcd ff . + rst 38h ;efce ff . + rst 38h ;efcf ff . + rst 38h ;efd0 ff . + rst 38h ;efd1 ff . + rst 38h ;efd2 ff . + rst 38h ;efd3 ff . + rst 38h ;efd4 ff . + rst 38h ;efd5 ff . + rst 38h ;efd6 ff . + rst 38h ;efd7 ff . + rst 38h ;efd8 ff . + rst 38h ;efd9 ff . + rst 38h ;efda ff . + rst 38h ;efdb ff . + rst 38h ;efdc ff . + rst 38h ;efdd ff . + rst 38h ;efde ff . + rst 38h ;efdf ff . + rst 38h ;efe0 ff . + rst 38h ;efe1 ff . + rst 38h ;efe2 ff . + rst 38h ;efe3 ff . + rst 38h ;efe4 ff . + rst 38h ;efe5 ff . + rst 38h ;efe6 ff . + rst 38h ;efe7 ff . + rst 38h ;efe8 ff . + rst 38h ;efe9 ff . + rst 38h ;efea ff . + rst 38h ;efeb ff . + rst 38h ;efec ff . + rst 38h ;efed ff . + rst 38h ;efee ff . + rst 38h ;efef ff . + rst 38h ;eff0 ff . + rst 38h ;eff1 ff . + rst 38h ;eff2 ff . + rst 38h ;eff3 ff . + rst 38h ;eff4 ff . + rst 38h ;eff5 ff . + rst 38h ;eff6 ff . + rst 38h ;eff7 ff . + rst 38h ;eff8 ff . + rst 38h ;eff9 ff . + rst 38h ;effa ff . + rst 38h ;effb ff . + rst 38h ;effc ff . + rst 38h ;effd ff . + rst 38h ;effe ff . + rst 38h ;efff ff . + rst 38h ;f000 ff . + rst 38h ;f001 ff . + rst 38h ;f002 ff . + rst 38h ;f003 ff . + rst 38h ;f004 ff . + rst 38h ;f005 ff . + rst 38h ;f006 ff . + rst 38h ;f007 ff . + rst 38h ;f008 ff . + rst 38h ;f009 ff . + rst 38h ;f00a ff . + rst 38h ;f00b ff . + rst 38h ;f00c ff . + rst 38h ;f00d ff . + rst 38h ;f00e ff . + rst 38h ;f00f ff . + rst 38h ;f010 ff . + rst 38h ;f011 ff . + rst 38h ;f012 ff . + rst 38h ;f013 ff . + rst 38h ;f014 ff . + rst 38h ;f015 ff . + rst 38h ;f016 ff . + rst 38h ;f017 ff . + rst 38h ;f018 ff . + rst 38h ;f019 ff . + rst 38h ;f01a ff . + rst 38h ;f01b ff . + rst 38h ;f01c ff . + rst 38h ;f01d ff . + rst 38h ;f01e ff . + rst 38h ;f01f ff . + rst 38h ;f020 ff . + rst 38h ;f021 ff . + rst 38h ;f022 ff . + rst 38h ;f023 ff . + rst 38h ;f024 ff . + rst 38h ;f025 ff . + rst 38h ;f026 ff . + rst 38h ;f027 ff . + rst 38h ;f028 ff . + rst 38h ;f029 ff . + rst 38h ;f02a ff . + rst 38h ;f02b ff . + rst 38h ;f02c ff . + rst 38h ;f02d ff . + rst 38h ;f02e ff . + rst 38h ;f02f ff . + rst 38h ;f030 ff . + rst 38h ;f031 ff . + rst 38h ;f032 ff . + rst 38h ;f033 ff . + rst 38h ;f034 ff . + rst 38h ;f035 ff . + rst 38h ;f036 ff . + rst 38h ;f037 ff . + rst 38h ;f038 ff . + rst 38h ;f039 ff . + rst 38h ;f03a ff . + rst 38h ;f03b ff . + rst 38h ;f03c ff . + rst 38h ;f03d ff . + rst 38h ;f03e ff . + rst 38h ;f03f ff . + rst 38h ;f040 ff . + rst 38h ;f041 ff . + rst 38h ;f042 ff . + rst 38h ;f043 ff . + rst 38h ;f044 ff . + rst 38h ;f045 ff . + rst 38h ;f046 ff . + rst 38h ;f047 ff . + rst 38h ;f048 ff . + rst 38h ;f049 ff . + rst 38h ;f04a ff . + rst 38h ;f04b ff . + rst 38h ;f04c ff . + rst 38h ;f04d ff . + rst 38h ;f04e ff . + rst 38h ;f04f ff . + rst 38h ;f050 ff . + rst 38h ;f051 ff . + rst 38h ;f052 ff . + rst 38h ;f053 ff . + rst 38h ;f054 ff . + rst 38h ;f055 ff . + rst 38h ;f056 ff . + rst 38h ;f057 ff . + rst 38h ;f058 ff . + rst 38h ;f059 ff . + rst 38h ;f05a ff . + rst 38h ;f05b ff . + rst 38h ;f05c ff . + rst 38h ;f05d ff . + rst 38h ;f05e ff . + rst 38h ;f05f ff . + rst 38h ;f060 ff . + rst 38h ;f061 ff . + rst 38h ;f062 ff . + rst 38h ;f063 ff . + rst 38h ;f064 ff . + rst 38h ;f065 ff . + rst 38h ;f066 ff . + rst 38h ;f067 ff . + rst 38h ;f068 ff . + rst 38h ;f069 ff . + rst 38h ;f06a ff . + rst 38h ;f06b ff . + rst 38h ;f06c ff . + rst 38h ;f06d ff . + rst 38h ;f06e ff . + rst 38h ;f06f ff . + rst 38h ;f070 ff . + rst 38h ;f071 ff . + rst 38h ;f072 ff . + rst 38h ;f073 ff . + rst 38h ;f074 ff . + rst 38h ;f075 ff . + rst 38h ;f076 ff . + rst 38h ;f077 ff . + rst 38h ;f078 ff . + rst 38h ;f079 ff . + rst 38h ;f07a ff . + rst 38h ;f07b ff . + rst 38h ;f07c ff . + rst 38h ;f07d ff . + rst 38h ;f07e ff . + rst 38h ;f07f ff . + rst 38h ;f080 ff . + rst 38h ;f081 ff . + rst 38h ;f082 ff . + rst 38h ;f083 ff . + rst 38h ;f084 ff . + rst 38h ;f085 ff . + rst 38h ;f086 ff . + rst 38h ;f087 ff . + rst 38h ;f088 ff . + rst 38h ;f089 ff . + rst 38h ;f08a ff . + rst 38h ;f08b ff . + rst 38h ;f08c ff . + rst 38h ;f08d ff . + rst 38h ;f08e ff . + rst 38h ;f08f ff . + rst 38h ;f090 ff . + rst 38h ;f091 ff . + rst 38h ;f092 ff . + rst 38h ;f093 ff . + rst 38h ;f094 ff . + rst 38h ;f095 ff . + rst 38h ;f096 ff . + rst 38h ;f097 ff . + rst 38h ;f098 ff . + rst 38h ;f099 ff . + rst 38h ;f09a ff . + rst 38h ;f09b ff . + rst 38h ;f09c ff . + rst 38h ;f09d ff . + rst 38h ;f09e ff . + rst 38h ;f09f ff . + rst 38h ;f0a0 ff . + rst 38h ;f0a1 ff . + rst 38h ;f0a2 ff . + rst 38h ;f0a3 ff . + rst 38h ;f0a4 ff . + rst 38h ;f0a5 ff . + rst 38h ;f0a6 ff . + rst 38h ;f0a7 ff . + rst 38h ;f0a8 ff . + rst 38h ;f0a9 ff . + rst 38h ;f0aa ff . + rst 38h ;f0ab ff . + rst 38h ;f0ac ff . + rst 38h ;f0ad ff . + rst 38h ;f0ae ff . + rst 38h ;f0af ff . + rst 38h ;f0b0 ff . + rst 38h ;f0b1 ff . + rst 38h ;f0b2 ff . + rst 38h ;f0b3 ff . + rst 38h ;f0b4 ff . + rst 38h ;f0b5 ff . + rst 38h ;f0b6 ff . + rst 38h ;f0b7 ff . + rst 38h ;f0b8 ff . + rst 38h ;f0b9 ff . + rst 38h ;f0ba ff . + rst 38h ;f0bb ff . + rst 38h ;f0bc ff . + rst 38h ;f0bd ff . + rst 38h ;f0be ff . + rst 38h ;f0bf ff . + rst 38h ;f0c0 ff . + rst 38h ;f0c1 ff . + rst 38h ;f0c2 ff . + rst 38h ;f0c3 ff . + rst 38h ;f0c4 ff . + rst 38h ;f0c5 ff . + rst 38h ;f0c6 ff . + rst 38h ;f0c7 ff . + rst 38h ;f0c8 ff . + rst 38h ;f0c9 ff . + rst 38h ;f0ca ff . + rst 38h ;f0cb ff . + rst 38h ;f0cc ff . + rst 38h ;f0cd ff . + rst 38h ;f0ce ff . + rst 38h ;f0cf ff . + rst 38h ;f0d0 ff . + rst 38h ;f0d1 ff . + rst 38h ;f0d2 ff . + rst 38h ;f0d3 ff . + rst 38h ;f0d4 ff . + rst 38h ;f0d5 ff . + rst 38h ;f0d6 ff . + rst 38h ;f0d7 ff . + rst 38h ;f0d8 ff . + rst 38h ;f0d9 ff . + rst 38h ;f0da ff . + rst 38h ;f0db ff . + rst 38h ;f0dc ff . + rst 38h ;f0dd ff . + rst 38h ;f0de ff . + rst 38h ;f0df ff . + rst 38h ;f0e0 ff . + rst 38h ;f0e1 ff . + rst 38h ;f0e2 ff . + rst 38h ;f0e3 ff . + rst 38h ;f0e4 ff . + rst 38h ;f0e5 ff . + rst 38h ;f0e6 ff . + rst 38h ;f0e7 ff . + rst 38h ;f0e8 ff . + rst 38h ;f0e9 ff . + rst 38h ;f0ea ff . + rst 38h ;f0eb ff . + rst 38h ;f0ec ff . + rst 38h ;f0ed ff . + rst 38h ;f0ee ff . + rst 38h ;f0ef ff . + rst 38h ;f0f0 ff . + rst 38h ;f0f1 ff . + rst 38h ;f0f2 ff . + rst 38h ;f0f3 ff . + rst 38h ;f0f4 ff . + rst 38h ;f0f5 ff . + rst 38h ;f0f6 ff . + rst 38h ;f0f7 ff . + rst 38h ;f0f8 ff . + rst 38h ;f0f9 ff . + rst 38h ;f0fa ff . + rst 38h ;f0fb ff . + rst 38h ;f0fc ff . + rst 38h ;f0fd ff . + rst 38h ;f0fe ff . + rst 38h ;f0ff ff . + rst 38h ;f100 ff . + rst 38h ;f101 ff . + rst 38h ;f102 ff . + rst 38h ;f103 ff . + rst 38h ;f104 ff . + rst 38h ;f105 ff . + rst 38h ;f106 ff . + rst 38h ;f107 ff . + rst 38h ;f108 ff . + rst 38h ;f109 ff . + rst 38h ;f10a ff . + rst 38h ;f10b ff . + rst 38h ;f10c ff . + rst 38h ;f10d ff . + rst 38h ;f10e ff . + rst 38h ;f10f ff . + rst 38h ;f110 ff . + rst 38h ;f111 ff . + rst 38h ;f112 ff . + rst 38h ;f113 ff . + rst 38h ;f114 ff . + rst 38h ;f115 ff . + rst 38h ;f116 ff . + rst 38h ;f117 ff . + rst 38h ;f118 ff . + rst 38h ;f119 ff . + rst 38h ;f11a ff . + rst 38h ;f11b ff . + rst 38h ;f11c ff . + rst 38h ;f11d ff . + rst 38h ;f11e ff . + rst 38h ;f11f ff . + rst 38h ;f120 ff . + rst 38h ;f121 ff . + rst 38h ;f122 ff . + rst 38h ;f123 ff . + rst 38h ;f124 ff . + rst 38h ;f125 ff . + rst 38h ;f126 ff . + rst 38h ;f127 ff . + rst 38h ;f128 ff . + rst 38h ;f129 ff . + rst 38h ;f12a ff . + rst 38h ;f12b ff . + rst 38h ;f12c ff . + rst 38h ;f12d ff . + rst 38h ;f12e ff . + rst 38h ;f12f ff . + rst 38h ;f130 ff . + rst 38h ;f131 ff . + rst 38h ;f132 ff . + rst 38h ;f133 ff . + rst 38h ;f134 ff . + rst 38h ;f135 ff . + rst 38h ;f136 ff . + rst 38h ;f137 ff . + rst 38h ;f138 ff . + rst 38h ;f139 ff . + rst 38h ;f13a ff . + rst 38h ;f13b ff . + rst 38h ;f13c ff . + rst 38h ;f13d ff . + rst 38h ;f13e ff . + rst 38h ;f13f ff . + rst 38h ;f140 ff . + rst 38h ;f141 ff . + rst 38h ;f142 ff . + rst 38h ;f143 ff . + rst 38h ;f144 ff . + rst 38h ;f145 ff . + rst 38h ;f146 ff . + rst 38h ;f147 ff . + rst 38h ;f148 ff . + rst 38h ;f149 ff . + rst 38h ;f14a ff . + rst 38h ;f14b ff . + rst 38h ;f14c ff . + rst 38h ;f14d ff . + rst 38h ;f14e ff . + rst 38h ;f14f ff . + rst 38h ;f150 ff . + rst 38h ;f151 ff . + rst 38h ;f152 ff . + rst 38h ;f153 ff . + rst 38h ;f154 ff . + rst 38h ;f155 ff . + rst 38h ;f156 ff . + rst 38h ;f157 ff . + rst 38h ;f158 ff . + rst 38h ;f159 ff . + rst 38h ;f15a ff . + rst 38h ;f15b ff . + rst 38h ;f15c ff . + rst 38h ;f15d ff . + rst 38h ;f15e ff . + rst 38h ;f15f ff . + rst 38h ;f160 ff . + rst 38h ;f161 ff . + rst 38h ;f162 ff . + rst 38h ;f163 ff . + rst 38h ;f164 ff . + rst 38h ;f165 ff . + rst 38h ;f166 ff . + rst 38h ;f167 ff . + rst 38h ;f168 ff . + rst 38h ;f169 ff . + rst 38h ;f16a ff . + rst 38h ;f16b ff . + rst 38h ;f16c ff . + rst 38h ;f16d ff . + rst 38h ;f16e ff . + rst 38h ;f16f ff . + rst 38h ;f170 ff . + rst 38h ;f171 ff . + rst 38h ;f172 ff . + rst 38h ;f173 ff . + rst 38h ;f174 ff . + rst 38h ;f175 ff . + rst 38h ;f176 ff . + rst 38h ;f177 ff . + rst 38h ;f178 ff . + rst 38h ;f179 ff . + rst 38h ;f17a ff . + rst 38h ;f17b ff . + rst 38h ;f17c ff . + rst 38h ;f17d ff . + rst 38h ;f17e ff . + rst 38h ;f17f ff . + rst 38h ;f180 ff . + rst 38h ;f181 ff . + rst 38h ;f182 ff . + rst 38h ;f183 ff . + rst 38h ;f184 ff . + rst 38h ;f185 ff . + rst 38h ;f186 ff . + rst 38h ;f187 ff . + rst 38h ;f188 ff . + rst 38h ;f189 ff . + rst 38h ;f18a ff . + rst 38h ;f18b ff . + rst 38h ;f18c ff . + rst 38h ;f18d ff . + rst 38h ;f18e ff . + rst 38h ;f18f ff . + rst 38h ;f190 ff . + rst 38h ;f191 ff . + rst 38h ;f192 ff . + rst 38h ;f193 ff . + rst 38h ;f194 ff . + rst 38h ;f195 ff . + rst 38h ;f196 ff . + rst 38h ;f197 ff . + rst 38h ;f198 ff . + rst 38h ;f199 ff . + rst 38h ;f19a ff . + rst 38h ;f19b ff . + rst 38h ;f19c ff . + rst 38h ;f19d ff . + rst 38h ;f19e ff . + rst 38h ;f19f ff . + rst 38h ;f1a0 ff . + rst 38h ;f1a1 ff . + rst 38h ;f1a2 ff . + rst 38h ;f1a3 ff . + rst 38h ;f1a4 ff . + rst 38h ;f1a5 ff . + rst 38h ;f1a6 ff . + rst 38h ;f1a7 ff . + rst 38h ;f1a8 ff . + rst 38h ;f1a9 ff . + rst 38h ;f1aa ff . + rst 38h ;f1ab ff . + rst 38h ;f1ac ff . + rst 38h ;f1ad ff . + rst 38h ;f1ae ff . + rst 38h ;f1af ff . + rst 38h ;f1b0 ff . + rst 38h ;f1b1 ff . + rst 38h ;f1b2 ff . + rst 38h ;f1b3 ff . + rst 38h ;f1b4 ff . + rst 38h ;f1b5 ff . + rst 38h ;f1b6 ff . + rst 38h ;f1b7 ff . + rst 38h ;f1b8 ff . + rst 38h ;f1b9 ff . + rst 38h ;f1ba ff . + rst 38h ;f1bb ff . + rst 38h ;f1bc ff . + rst 38h ;f1bd ff . + rst 38h ;f1be ff . + rst 38h ;f1bf ff . + rst 38h ;f1c0 ff . + rst 38h ;f1c1 ff . + rst 38h ;f1c2 ff . + rst 38h ;f1c3 ff . + rst 38h ;f1c4 ff . + rst 38h ;f1c5 ff . + rst 38h ;f1c6 ff . + rst 38h ;f1c7 ff . + rst 38h ;f1c8 ff . + rst 38h ;f1c9 ff . + rst 38h ;f1ca ff . + rst 38h ;f1cb ff . + rst 38h ;f1cc ff . + rst 38h ;f1cd ff . + rst 38h ;f1ce ff . + rst 38h ;f1cf ff . + rst 38h ;f1d0 ff . + rst 38h ;f1d1 ff . + rst 38h ;f1d2 ff . + rst 38h ;f1d3 ff . + rst 38h ;f1d4 ff . + rst 38h ;f1d5 ff . + rst 38h ;f1d6 ff . + rst 38h ;f1d7 ff . + rst 38h ;f1d8 ff . + rst 38h ;f1d9 ff . + rst 38h ;f1da ff . + rst 38h ;f1db ff . + rst 38h ;f1dc ff . + rst 38h ;f1dd ff . + rst 38h ;f1de ff . + rst 38h ;f1df ff . + rst 38h ;f1e0 ff . + rst 38h ;f1e1 ff . + rst 38h ;f1e2 ff . + rst 38h ;f1e3 ff . + rst 38h ;f1e4 ff . + rst 38h ;f1e5 ff . + rst 38h ;f1e6 ff . + rst 38h ;f1e7 ff . + rst 38h ;f1e8 ff . + rst 38h ;f1e9 ff . + rst 38h ;f1ea ff . + rst 38h ;f1eb ff . + rst 38h ;f1ec ff . + rst 38h ;f1ed ff . + rst 38h ;f1ee ff . + rst 38h ;f1ef ff . + rst 38h ;f1f0 ff . + rst 38h ;f1f1 ff . + rst 38h ;f1f2 ff . + rst 38h ;f1f3 ff . + rst 38h ;f1f4 ff . + rst 38h ;f1f5 ff . + rst 38h ;f1f6 ff . + rst 38h ;f1f7 ff . + rst 38h ;f1f8 ff . + rst 38h ;f1f9 ff . + rst 38h ;f1fa ff . + rst 38h ;f1fb ff . + rst 38h ;f1fc ff . + rst 38h ;f1fd ff . + rst 38h ;f1fe ff . + rst 38h ;f1ff ff . + rst 38h ;f200 ff . + rst 38h ;f201 ff . + rst 38h ;f202 ff . + rst 38h ;f203 ff . + rst 38h ;f204 ff . + rst 38h ;f205 ff . + rst 38h ;f206 ff . + rst 38h ;f207 ff . + rst 38h ;f208 ff . + rst 38h ;f209 ff . + rst 38h ;f20a ff . + rst 38h ;f20b ff . + rst 38h ;f20c ff . + rst 38h ;f20d ff . + rst 38h ;f20e ff . + rst 38h ;f20f ff . + rst 38h ;f210 ff . + rst 38h ;f211 ff . + rst 38h ;f212 ff . + rst 38h ;f213 ff . + rst 38h ;f214 ff . + rst 38h ;f215 ff . + rst 38h ;f216 ff . + rst 38h ;f217 ff . + rst 38h ;f218 ff . + rst 38h ;f219 ff . + rst 38h ;f21a ff . + rst 38h ;f21b ff . + rst 38h ;f21c ff . + rst 38h ;f21d ff . + rst 38h ;f21e ff . + rst 38h ;f21f ff . + rst 38h ;f220 ff . + rst 38h ;f221 ff . + rst 38h ;f222 ff . + rst 38h ;f223 ff . + rst 38h ;f224 ff . + rst 38h ;f225 ff . + rst 38h ;f226 ff . + rst 38h ;f227 ff . + rst 38h ;f228 ff . + rst 38h ;f229 ff . + rst 38h ;f22a ff . + rst 38h ;f22b ff . + rst 38h ;f22c ff . + rst 38h ;f22d ff . + rst 38h ;f22e ff . + rst 38h ;f22f ff . + rst 38h ;f230 ff . + rst 38h ;f231 ff . + rst 38h ;f232 ff . + rst 38h ;f233 ff . + rst 38h ;f234 ff . + rst 38h ;f235 ff . + rst 38h ;f236 ff . + rst 38h ;f237 ff . + rst 38h ;f238 ff . + rst 38h ;f239 ff . + rst 38h ;f23a ff . + rst 38h ;f23b ff . + rst 38h ;f23c ff . + rst 38h ;f23d ff . + rst 38h ;f23e ff . + rst 38h ;f23f ff . + rst 38h ;f240 ff . + rst 38h ;f241 ff . + rst 38h ;f242 ff . + rst 38h ;f243 ff . + rst 38h ;f244 ff . + rst 38h ;f245 ff . + rst 38h ;f246 ff . + rst 38h ;f247 ff . + rst 38h ;f248 ff . + rst 38h ;f249 ff . + rst 38h ;f24a ff . + rst 38h ;f24b ff . + rst 38h ;f24c ff . + rst 38h ;f24d ff . + rst 38h ;f24e ff . + rst 38h ;f24f ff . + rst 38h ;f250 ff . + rst 38h ;f251 ff . + rst 38h ;f252 ff . + rst 38h ;f253 ff . + rst 38h ;f254 ff . + rst 38h ;f255 ff . + rst 38h ;f256 ff . + rst 38h ;f257 ff . + rst 38h ;f258 ff . + rst 38h ;f259 ff . + rst 38h ;f25a ff . + rst 38h ;f25b ff . + rst 38h ;f25c ff . + rst 38h ;f25d ff . + rst 38h ;f25e ff . + rst 38h ;f25f ff . + rst 38h ;f260 ff . + rst 38h ;f261 ff . + rst 38h ;f262 ff . + rst 38h ;f263 ff . + rst 38h ;f264 ff . + rst 38h ;f265 ff . + rst 38h ;f266 ff . + rst 38h ;f267 ff . + rst 38h ;f268 ff . + rst 38h ;f269 ff . + rst 38h ;f26a ff . + rst 38h ;f26b ff . + rst 38h ;f26c ff . + rst 38h ;f26d ff . + rst 38h ;f26e ff . + rst 38h ;f26f ff . + rst 38h ;f270 ff . + rst 38h ;f271 ff . + rst 38h ;f272 ff . + rst 38h ;f273 ff . + rst 38h ;f274 ff . + rst 38h ;f275 ff . + rst 38h ;f276 ff . + rst 38h ;f277 ff . + rst 38h ;f278 ff . + rst 38h ;f279 ff . + rst 38h ;f27a ff . + rst 38h ;f27b ff . + rst 38h ;f27c ff . + rst 38h ;f27d ff . + rst 38h ;f27e ff . + rst 38h ;f27f ff . + rst 38h ;f280 ff . + rst 38h ;f281 ff . + rst 38h ;f282 ff . + rst 38h ;f283 ff . + rst 38h ;f284 ff . + rst 38h ;f285 ff . + rst 38h ;f286 ff . + rst 38h ;f287 ff . + rst 38h ;f288 ff . + rst 38h ;f289 ff . + rst 38h ;f28a ff . + rst 38h ;f28b ff . + rst 38h ;f28c ff . + rst 38h ;f28d ff . + rst 38h ;f28e ff . + rst 38h ;f28f ff . + rst 38h ;f290 ff . + rst 38h ;f291 ff . + rst 38h ;f292 ff . + rst 38h ;f293 ff . + rst 38h ;f294 ff . + rst 38h ;f295 ff . + rst 38h ;f296 ff . + rst 38h ;f297 ff . + rst 38h ;f298 ff . + rst 38h ;f299 ff . + rst 38h ;f29a ff . + rst 38h ;f29b ff . + rst 38h ;f29c ff . + rst 38h ;f29d ff . + rst 38h ;f29e ff . + rst 38h ;f29f ff . + rst 38h ;f2a0 ff . + rst 38h ;f2a1 ff . + rst 38h ;f2a2 ff . + rst 38h ;f2a3 ff . + rst 38h ;f2a4 ff . + rst 38h ;f2a5 ff . + rst 38h ;f2a6 ff . + rst 38h ;f2a7 ff . + rst 38h ;f2a8 ff . + rst 38h ;f2a9 ff . + rst 38h ;f2aa ff . + rst 38h ;f2ab ff . + rst 38h ;f2ac ff . + rst 38h ;f2ad ff . + rst 38h ;f2ae ff . + rst 38h ;f2af ff . + rst 38h ;f2b0 ff . + rst 38h ;f2b1 ff . + rst 38h ;f2b2 ff . + rst 38h ;f2b3 ff . + rst 38h ;f2b4 ff . + rst 38h ;f2b5 ff . + rst 38h ;f2b6 ff . + rst 38h ;f2b7 ff . + rst 38h ;f2b8 ff . + rst 38h ;f2b9 ff . + rst 38h ;f2ba ff . + rst 38h ;f2bb ff . + rst 38h ;f2bc ff . + rst 38h ;f2bd ff . + rst 38h ;f2be ff . + rst 38h ;f2bf ff . + rst 38h ;f2c0 ff . + rst 38h ;f2c1 ff . + rst 38h ;f2c2 ff . + rst 38h ;f2c3 ff . + rst 38h ;f2c4 ff . + rst 38h ;f2c5 ff . + rst 38h ;f2c6 ff . + rst 38h ;f2c7 ff . + rst 38h ;f2c8 ff . + rst 38h ;f2c9 ff . + rst 38h ;f2ca ff . + rst 38h ;f2cb ff . + rst 38h ;f2cc ff . + rst 38h ;f2cd ff . + rst 38h ;f2ce ff . + rst 38h ;f2cf ff . + rst 38h ;f2d0 ff . + rst 38h ;f2d1 ff . + rst 38h ;f2d2 ff . + rst 38h ;f2d3 ff . + rst 38h ;f2d4 ff . + rst 38h ;f2d5 ff . + rst 38h ;f2d6 ff . + rst 38h ;f2d7 ff . + rst 38h ;f2d8 ff . + rst 38h ;f2d9 ff . + rst 38h ;f2da ff . + rst 38h ;f2db ff . + rst 38h ;f2dc ff . + rst 38h ;f2dd ff . + rst 38h ;f2de ff . + rst 38h ;f2df ff . + rst 38h ;f2e0 ff . + rst 38h ;f2e1 ff . + rst 38h ;f2e2 ff . + rst 38h ;f2e3 ff . + rst 38h ;f2e4 ff . + rst 38h ;f2e5 ff . + rst 38h ;f2e6 ff . + rst 38h ;f2e7 ff . + rst 38h ;f2e8 ff . + rst 38h ;f2e9 ff . + rst 38h ;f2ea ff . + rst 38h ;f2eb ff . + rst 38h ;f2ec ff . + rst 38h ;f2ed ff . + rst 38h ;f2ee ff . + rst 38h ;f2ef ff . + rst 38h ;f2f0 ff . + rst 38h ;f2f1 ff . + rst 38h ;f2f2 ff . + rst 38h ;f2f3 ff . + rst 38h ;f2f4 ff . + rst 38h ;f2f5 ff . + rst 38h ;f2f6 ff . + rst 38h ;f2f7 ff . + rst 38h ;f2f8 ff . + rst 38h ;f2f9 ff . + rst 38h ;f2fa ff . + rst 38h ;f2fb ff . + rst 38h ;f2fc ff . + rst 38h ;f2fd ff . + rst 38h ;f2fe ff . + rst 38h ;f2ff ff . + rst 38h ;f300 ff . + rst 38h ;f301 ff . + rst 38h ;f302 ff . + rst 38h ;f303 ff . + rst 38h ;f304 ff . + rst 38h ;f305 ff . + rst 38h ;f306 ff . + rst 38h ;f307 ff . + rst 38h ;f308 ff . + rst 38h ;f309 ff . + rst 38h ;f30a ff . + rst 38h ;f30b ff . + rst 38h ;f30c ff . + rst 38h ;f30d ff . + rst 38h ;f30e ff . + rst 38h ;f30f ff . + rst 38h ;f310 ff . + rst 38h ;f311 ff . + rst 38h ;f312 ff . + rst 38h ;f313 ff . + rst 38h ;f314 ff . + rst 38h ;f315 ff . + rst 38h ;f316 ff . + rst 38h ;f317 ff . + rst 38h ;f318 ff . + rst 38h ;f319 ff . + rst 38h ;f31a ff . + rst 38h ;f31b ff . + rst 38h ;f31c ff . + rst 38h ;f31d ff . + rst 38h ;f31e ff . + rst 38h ;f31f ff . + rst 38h ;f320 ff . + rst 38h ;f321 ff . + rst 38h ;f322 ff . + rst 38h ;f323 ff . + rst 38h ;f324 ff . + rst 38h ;f325 ff . + rst 38h ;f326 ff . + rst 38h ;f327 ff . + rst 38h ;f328 ff . + rst 38h ;f329 ff . + rst 38h ;f32a ff . + rst 38h ;f32b ff . + rst 38h ;f32c ff . + rst 38h ;f32d ff . + rst 38h ;f32e ff . + rst 38h ;f32f ff . + rst 38h ;f330 ff . + rst 38h ;f331 ff . + rst 38h ;f332 ff . + rst 38h ;f333 ff . + rst 38h ;f334 ff . + rst 38h ;f335 ff . + rst 38h ;f336 ff . + rst 38h ;f337 ff . + rst 38h ;f338 ff . + rst 38h ;f339 ff . + rst 38h ;f33a ff . + rst 38h ;f33b ff . + rst 38h ;f33c ff . + rst 38h ;f33d ff . + rst 38h ;f33e ff . + rst 38h ;f33f ff . + rst 38h ;f340 ff . + rst 38h ;f341 ff . + rst 38h ;f342 ff . + rst 38h ;f343 ff . + rst 38h ;f344 ff . + rst 38h ;f345 ff . + rst 38h ;f346 ff . + rst 38h ;f347 ff . + rst 38h ;f348 ff . + rst 38h ;f349 ff . + rst 38h ;f34a ff . + rst 38h ;f34b ff . + rst 38h ;f34c ff . + rst 38h ;f34d ff . + rst 38h ;f34e ff . + rst 38h ;f34f ff . + rst 38h ;f350 ff . + rst 38h ;f351 ff . + rst 38h ;f352 ff . + rst 38h ;f353 ff . + rst 38h ;f354 ff . + rst 38h ;f355 ff . + rst 38h ;f356 ff . + rst 38h ;f357 ff . + rst 38h ;f358 ff . + rst 38h ;f359 ff . + rst 38h ;f35a ff . + rst 38h ;f35b ff . + rst 38h ;f35c ff . + rst 38h ;f35d ff . + rst 38h ;f35e ff . + rst 38h ;f35f ff . + rst 38h ;f360 ff . + rst 38h ;f361 ff . + rst 38h ;f362 ff . + rst 38h ;f363 ff . + rst 38h ;f364 ff . + rst 38h ;f365 ff . + rst 38h ;f366 ff . + rst 38h ;f367 ff . + rst 38h ;f368 ff . + rst 38h ;f369 ff . + rst 38h ;f36a ff . + rst 38h ;f36b ff . + rst 38h ;f36c ff . + rst 38h ;f36d ff . + rst 38h ;f36e ff . + rst 38h ;f36f ff . + rst 38h ;f370 ff . + rst 38h ;f371 ff . + rst 38h ;f372 ff . + rst 38h ;f373 ff . + rst 38h ;f374 ff . + rst 38h ;f375 ff . + rst 38h ;f376 ff . + rst 38h ;f377 ff . + rst 38h ;f378 ff . + rst 38h ;f379 ff . + rst 38h ;f37a ff . + rst 38h ;f37b ff . + rst 38h ;f37c ff . + rst 38h ;f37d ff . + rst 38h ;f37e ff . + rst 38h ;f37f ff . + rst 38h ;f380 ff . + rst 38h ;f381 ff . + rst 38h ;f382 ff . + rst 38h ;f383 ff . + rst 38h ;f384 ff . + rst 38h ;f385 ff . + rst 38h ;f386 ff . + rst 38h ;f387 ff . + rst 38h ;f388 ff . + rst 38h ;f389 ff . + rst 38h ;f38a ff . + rst 38h ;f38b ff . + rst 38h ;f38c ff . + rst 38h ;f38d ff . + rst 38h ;f38e ff . + rst 38h ;f38f ff . + rst 38h ;f390 ff . + rst 38h ;f391 ff . + rst 38h ;f392 ff . + rst 38h ;f393 ff . + rst 38h ;f394 ff . + rst 38h ;f395 ff . + rst 38h ;f396 ff . + rst 38h ;f397 ff . + rst 38h ;f398 ff . + rst 38h ;f399 ff . + rst 38h ;f39a ff . + rst 38h ;f39b ff . + rst 38h ;f39c ff . + rst 38h ;f39d ff . + rst 38h ;f39e ff . + rst 38h ;f39f ff . + rst 38h ;f3a0 ff . + rst 38h ;f3a1 ff . + rst 38h ;f3a2 ff . + rst 38h ;f3a3 ff . + rst 38h ;f3a4 ff . + rst 38h ;f3a5 ff . + rst 38h ;f3a6 ff . + rst 38h ;f3a7 ff . + rst 38h ;f3a8 ff . + rst 38h ;f3a9 ff . + rst 38h ;f3aa ff . + rst 38h ;f3ab ff . + rst 38h ;f3ac ff . + rst 38h ;f3ad ff . + rst 38h ;f3ae ff . + rst 38h ;f3af ff . + rst 38h ;f3b0 ff . + rst 38h ;f3b1 ff . + rst 38h ;f3b2 ff . + rst 38h ;f3b3 ff . + rst 38h ;f3b4 ff . + rst 38h ;f3b5 ff . + rst 38h ;f3b6 ff . + rst 38h ;f3b7 ff . + rst 38h ;f3b8 ff . + rst 38h ;f3b9 ff . + rst 38h ;f3ba ff . + rst 38h ;f3bb ff . + rst 38h ;f3bc ff . + rst 38h ;f3bd ff . + rst 38h ;f3be ff . + rst 38h ;f3bf ff . + rst 38h ;f3c0 ff . + rst 38h ;f3c1 ff . + rst 38h ;f3c2 ff . + rst 38h ;f3c3 ff . + rst 38h ;f3c4 ff . + rst 38h ;f3c5 ff . + rst 38h ;f3c6 ff . + rst 38h ;f3c7 ff . + rst 38h ;f3c8 ff . + rst 38h ;f3c9 ff . + rst 38h ;f3ca ff . + rst 38h ;f3cb ff . + rst 38h ;f3cc ff . + rst 38h ;f3cd ff . + rst 38h ;f3ce ff . + rst 38h ;f3cf ff . + rst 38h ;f3d0 ff . + rst 38h ;f3d1 ff . + rst 38h ;f3d2 ff . + rst 38h ;f3d3 ff . + rst 38h ;f3d4 ff . + rst 38h ;f3d5 ff . + rst 38h ;f3d6 ff . + rst 38h ;f3d7 ff . + rst 38h ;f3d8 ff . + rst 38h ;f3d9 ff . + rst 38h ;f3da ff . + rst 38h ;f3db ff . + rst 38h ;f3dc ff . + rst 38h ;f3dd ff . + rst 38h ;f3de ff . + rst 38h ;f3df ff . + rst 38h ;f3e0 ff . + rst 38h ;f3e1 ff . + rst 38h ;f3e2 ff . + rst 38h ;f3e3 ff . + rst 38h ;f3e4 ff . + rst 38h ;f3e5 ff . + rst 38h ;f3e6 ff . + rst 38h ;f3e7 ff . + rst 38h ;f3e8 ff . + rst 38h ;f3e9 ff . + rst 38h ;f3ea ff . + rst 38h ;f3eb ff . + rst 38h ;f3ec ff . + rst 38h ;f3ed ff . + rst 38h ;f3ee ff . + rst 38h ;f3ef ff . + rst 38h ;f3f0 ff . + rst 38h ;f3f1 ff . + rst 38h ;f3f2 ff . + rst 38h ;f3f3 ff . + rst 38h ;f3f4 ff . + rst 38h ;f3f5 ff . + rst 38h ;f3f6 ff . + rst 38h ;f3f7 ff . + rst 38h ;f3f8 ff . + rst 38h ;f3f9 ff . + rst 38h ;f3fa ff . + rst 38h ;f3fb ff . + rst 38h ;f3fc ff . + rst 38h ;f3fd ff . + rst 38h ;f3fe ff . + rst 38h ;f3ff ff . + rst 38h ;f400 ff . + rst 38h ;f401 ff . + rst 38h ;f402 ff . + rst 38h ;f403 ff . + rst 38h ;f404 ff . + rst 38h ;f405 ff . + rst 38h ;f406 ff . + rst 38h ;f407 ff . + rst 38h ;f408 ff . + rst 38h ;f409 ff . + rst 38h ;f40a ff . + rst 38h ;f40b ff . + rst 38h ;f40c ff . + rst 38h ;f40d ff . + rst 38h ;f40e ff . + rst 38h ;f40f ff . + rst 38h ;f410 ff . + rst 38h ;f411 ff . + rst 38h ;f412 ff . + rst 38h ;f413 ff . + rst 38h ;f414 ff . + rst 38h ;f415 ff . + rst 38h ;f416 ff . + rst 38h ;f417 ff . + rst 38h ;f418 ff . + rst 38h ;f419 ff . + rst 38h ;f41a ff . + rst 38h ;f41b ff . + rst 38h ;f41c ff . + rst 38h ;f41d ff . + rst 38h ;f41e ff . + rst 38h ;f41f ff . + rst 38h ;f420 ff . + rst 38h ;f421 ff . + rst 38h ;f422 ff . + rst 38h ;f423 ff . + rst 38h ;f424 ff . + rst 38h ;f425 ff . + rst 38h ;f426 ff . + rst 38h ;f427 ff . + rst 38h ;f428 ff . + rst 38h ;f429 ff . + rst 38h ;f42a ff . + rst 38h ;f42b ff . + rst 38h ;f42c ff . + rst 38h ;f42d ff . + rst 38h ;f42e ff . + rst 38h ;f42f ff . + rst 38h ;f430 ff . + rst 38h ;f431 ff . + rst 38h ;f432 ff . + rst 38h ;f433 ff . + rst 38h ;f434 ff . + rst 38h ;f435 ff . + rst 38h ;f436 ff . + rst 38h ;f437 ff . + rst 38h ;f438 ff . + rst 38h ;f439 ff . + rst 38h ;f43a ff . + rst 38h ;f43b ff . + rst 38h ;f43c ff . + rst 38h ;f43d ff . + rst 38h ;f43e ff . + rst 38h ;f43f ff . + rst 38h ;f440 ff . + rst 38h ;f441 ff . + rst 38h ;f442 ff . + rst 38h ;f443 ff . + rst 38h ;f444 ff . + rst 38h ;f445 ff . + rst 38h ;f446 ff . + rst 38h ;f447 ff . + rst 38h ;f448 ff . + rst 38h ;f449 ff . + rst 38h ;f44a ff . + rst 38h ;f44b ff . + rst 38h ;f44c ff . + rst 38h ;f44d ff . + rst 38h ;f44e ff . + rst 38h ;f44f ff . + rst 38h ;f450 ff . + rst 38h ;f451 ff . + rst 38h ;f452 ff . + rst 38h ;f453 ff . + rst 38h ;f454 ff . + rst 38h ;f455 ff . + rst 38h ;f456 ff . + rst 38h ;f457 ff . + rst 38h ;f458 ff . + rst 38h ;f459 ff . + rst 38h ;f45a ff . + rst 38h ;f45b ff . + rst 38h ;f45c ff . + rst 38h ;f45d ff . + rst 38h ;f45e ff . + rst 38h ;f45f ff . + rst 38h ;f460 ff . + rst 38h ;f461 ff . + rst 38h ;f462 ff . + rst 38h ;f463 ff . + rst 38h ;f464 ff . + rst 38h ;f465 ff . + rst 38h ;f466 ff . + rst 38h ;f467 ff . + rst 38h ;f468 ff . + rst 38h ;f469 ff . + rst 38h ;f46a ff . + rst 38h ;f46b ff . + rst 38h ;f46c ff . + rst 38h ;f46d ff . + rst 38h ;f46e ff . + rst 38h ;f46f ff . + rst 38h ;f470 ff . + rst 38h ;f471 ff . + rst 38h ;f472 ff . + rst 38h ;f473 ff . + rst 38h ;f474 ff . + rst 38h ;f475 ff . + rst 38h ;f476 ff . + rst 38h ;f477 ff . + rst 38h ;f478 ff . + rst 38h ;f479 ff . + rst 38h ;f47a ff . + rst 38h ;f47b ff . + rst 38h ;f47c ff . + rst 38h ;f47d ff . + rst 38h ;f47e ff . + rst 38h ;f47f ff . + rst 38h ;f480 ff . + rst 38h ;f481 ff . + rst 38h ;f482 ff . + rst 38h ;f483 ff . + rst 38h ;f484 ff . + rst 38h ;f485 ff . + rst 38h ;f486 ff . + rst 38h ;f487 ff . + rst 38h ;f488 ff . + rst 38h ;f489 ff . + rst 38h ;f48a ff . + rst 38h ;f48b ff . + rst 38h ;f48c ff . + rst 38h ;f48d ff . + rst 38h ;f48e ff . + rst 38h ;f48f ff . + rst 38h ;f490 ff . + rst 38h ;f491 ff . + rst 38h ;f492 ff . + rst 38h ;f493 ff . + rst 38h ;f494 ff . + rst 38h ;f495 ff . + rst 38h ;f496 ff . + rst 38h ;f497 ff . + rst 38h ;f498 ff . + rst 38h ;f499 ff . + rst 38h ;f49a ff . + rst 38h ;f49b ff . + rst 38h ;f49c ff . + rst 38h ;f49d ff . + rst 38h ;f49e ff . + rst 38h ;f49f ff . + rst 38h ;f4a0 ff . + rst 38h ;f4a1 ff . + rst 38h ;f4a2 ff . + rst 38h ;f4a3 ff . + rst 38h ;f4a4 ff . + rst 38h ;f4a5 ff . + rst 38h ;f4a6 ff . + rst 38h ;f4a7 ff . + rst 38h ;f4a8 ff . + rst 38h ;f4a9 ff . + rst 38h ;f4aa ff . + rst 38h ;f4ab ff . + rst 38h ;f4ac ff . + rst 38h ;f4ad ff . + rst 38h ;f4ae ff . + rst 38h ;f4af ff . + rst 38h ;f4b0 ff . + rst 38h ;f4b1 ff . + rst 38h ;f4b2 ff . + rst 38h ;f4b3 ff . + rst 38h ;f4b4 ff . + rst 38h ;f4b5 ff . + rst 38h ;f4b6 ff . + rst 38h ;f4b7 ff . + rst 38h ;f4b8 ff . + rst 38h ;f4b9 ff . + rst 38h ;f4ba ff . + rst 38h ;f4bb ff . + rst 38h ;f4bc ff . + rst 38h ;f4bd ff . + rst 38h ;f4be ff . + rst 38h ;f4bf ff . + rst 38h ;f4c0 ff . + rst 38h ;f4c1 ff . + rst 38h ;f4c2 ff . + rst 38h ;f4c3 ff . + rst 38h ;f4c4 ff . + rst 38h ;f4c5 ff . + rst 38h ;f4c6 ff . + rst 38h ;f4c7 ff . + rst 38h ;f4c8 ff . + rst 38h ;f4c9 ff . + rst 38h ;f4ca ff . + rst 38h ;f4cb ff . + rst 38h ;f4cc ff . + rst 38h ;f4cd ff . + rst 38h ;f4ce ff . + rst 38h ;f4cf ff . + rst 38h ;f4d0 ff . + rst 38h ;f4d1 ff . + rst 38h ;f4d2 ff . + rst 38h ;f4d3 ff . + rst 38h ;f4d4 ff . + rst 38h ;f4d5 ff . + rst 38h ;f4d6 ff . + rst 38h ;f4d7 ff . + rst 38h ;f4d8 ff . + rst 38h ;f4d9 ff . + rst 38h ;f4da ff . + rst 38h ;f4db ff . + rst 38h ;f4dc ff . + rst 38h ;f4dd ff . + rst 38h ;f4de ff . + rst 38h ;f4df ff . + rst 38h ;f4e0 ff . + rst 38h ;f4e1 ff . + rst 38h ;f4e2 ff . + rst 38h ;f4e3 ff . + rst 38h ;f4e4 ff . + rst 38h ;f4e5 ff . + rst 38h ;f4e6 ff . + rst 38h ;f4e7 ff . + rst 38h ;f4e8 ff . + rst 38h ;f4e9 ff . + rst 38h ;f4ea ff . + rst 38h ;f4eb ff . + rst 38h ;f4ec ff . + rst 38h ;f4ed ff . + rst 38h ;f4ee ff . + rst 38h ;f4ef ff . + rst 38h ;f4f0 ff . + rst 38h ;f4f1 ff . + rst 38h ;f4f2 ff . + rst 38h ;f4f3 ff . + rst 38h ;f4f4 ff . + rst 38h ;f4f5 ff . + rst 38h ;f4f6 ff . + rst 38h ;f4f7 ff . + rst 38h ;f4f8 ff . + rst 38h ;f4f9 ff . + rst 38h ;f4fa ff . + rst 38h ;f4fb ff . + rst 38h ;f4fc ff . + rst 38h ;f4fd ff . + rst 38h ;f4fe ff . + rst 38h ;f4ff ff . + rst 38h ;f500 ff . + rst 38h ;f501 ff . + rst 38h ;f502 ff . + rst 38h ;f503 ff . + rst 38h ;f504 ff . + rst 38h ;f505 ff . + rst 38h ;f506 ff . + rst 38h ;f507 ff . + rst 38h ;f508 ff . + rst 38h ;f509 ff . + rst 38h ;f50a ff . + rst 38h ;f50b ff . + rst 38h ;f50c ff . + rst 38h ;f50d ff . + rst 38h ;f50e ff . + rst 38h ;f50f ff . + rst 38h ;f510 ff . + rst 38h ;f511 ff . + rst 38h ;f512 ff . + rst 38h ;f513 ff . + rst 38h ;f514 ff . + rst 38h ;f515 ff . + rst 38h ;f516 ff . + rst 38h ;f517 ff . + rst 38h ;f518 ff . + rst 38h ;f519 ff . + rst 38h ;f51a ff . + rst 38h ;f51b ff . + rst 38h ;f51c ff . + rst 38h ;f51d ff . + rst 38h ;f51e ff . + rst 38h ;f51f ff . + rst 38h ;f520 ff . + rst 38h ;f521 ff . + rst 38h ;f522 ff . + rst 38h ;f523 ff . + rst 38h ;f524 ff . + rst 38h ;f525 ff . + rst 38h ;f526 ff . + rst 38h ;f527 ff . + rst 38h ;f528 ff . + rst 38h ;f529 ff . + rst 38h ;f52a ff . + rst 38h ;f52b ff . + rst 38h ;f52c ff . + rst 38h ;f52d ff . + rst 38h ;f52e ff . + rst 38h ;f52f ff . + rst 38h ;f530 ff . + rst 38h ;f531 ff . + rst 38h ;f532 ff . + rst 38h ;f533 ff . + rst 38h ;f534 ff . + rst 38h ;f535 ff . + rst 38h ;f536 ff . + rst 38h ;f537 ff . + rst 38h ;f538 ff . + rst 38h ;f539 ff . + rst 38h ;f53a ff . + rst 38h ;f53b ff . + rst 38h ;f53c ff . + rst 38h ;f53d ff . + rst 38h ;f53e ff . + rst 38h ;f53f ff . + rst 38h ;f540 ff . + rst 38h ;f541 ff . + rst 38h ;f542 ff . + rst 38h ;f543 ff . + rst 38h ;f544 ff . + rst 38h ;f545 ff . + rst 38h ;f546 ff . + rst 38h ;f547 ff . + rst 38h ;f548 ff . + rst 38h ;f549 ff . + rst 38h ;f54a ff . + rst 38h ;f54b ff . + rst 38h ;f54c ff . + rst 38h ;f54d ff . + rst 38h ;f54e ff . + rst 38h ;f54f ff . + rst 38h ;f550 ff . + rst 38h ;f551 ff . + rst 38h ;f552 ff . + rst 38h ;f553 ff . + rst 38h ;f554 ff . + rst 38h ;f555 ff . + rst 38h ;f556 ff . + rst 38h ;f557 ff . + rst 38h ;f558 ff . + rst 38h ;f559 ff . + rst 38h ;f55a ff . + rst 38h ;f55b ff . + rst 38h ;f55c ff . + rst 38h ;f55d ff . + rst 38h ;f55e ff . + rst 38h ;f55f ff . + rst 38h ;f560 ff . + rst 38h ;f561 ff . + rst 38h ;f562 ff . + rst 38h ;f563 ff . + rst 38h ;f564 ff . + rst 38h ;f565 ff . + rst 38h ;f566 ff . + rst 38h ;f567 ff . + rst 38h ;f568 ff . + rst 38h ;f569 ff . + rst 38h ;f56a ff . + rst 38h ;f56b ff . + rst 38h ;f56c ff . + rst 38h ;f56d ff . + rst 38h ;f56e ff . + rst 38h ;f56f ff . + rst 38h ;f570 ff . + rst 38h ;f571 ff . + rst 38h ;f572 ff . + rst 38h ;f573 ff . + rst 38h ;f574 ff . + rst 38h ;f575 ff . + rst 38h ;f576 ff . + rst 38h ;f577 ff . + rst 38h ;f578 ff . + rst 38h ;f579 ff . + rst 38h ;f57a ff . + rst 38h ;f57b ff . + rst 38h ;f57c ff . + rst 38h ;f57d ff . + rst 38h ;f57e ff . + rst 38h ;f57f ff . + rst 38h ;f580 ff . + rst 38h ;f581 ff . + rst 38h ;f582 ff . + rst 38h ;f583 ff . + rst 38h ;f584 ff . + rst 38h ;f585 ff . + rst 38h ;f586 ff . + rst 38h ;f587 ff . + rst 38h ;f588 ff . + rst 38h ;f589 ff . + rst 38h ;f58a ff . + rst 38h ;f58b ff . + rst 38h ;f58c ff . + rst 38h ;f58d ff . + rst 38h ;f58e ff . + rst 38h ;f58f ff . + rst 38h ;f590 ff . + rst 38h ;f591 ff . + rst 38h ;f592 ff . + rst 38h ;f593 ff . + rst 38h ;f594 ff . + rst 38h ;f595 ff . + rst 38h ;f596 ff . + rst 38h ;f597 ff . + rst 38h ;f598 ff . + rst 38h ;f599 ff . + rst 38h ;f59a ff . + rst 38h ;f59b ff . + rst 38h ;f59c ff . + rst 38h ;f59d ff . + rst 38h ;f59e ff . + rst 38h ;f59f ff . + rst 38h ;f5a0 ff . + rst 38h ;f5a1 ff . + rst 38h ;f5a2 ff . + rst 38h ;f5a3 ff . + rst 38h ;f5a4 ff . + rst 38h ;f5a5 ff . + rst 38h ;f5a6 ff . + rst 38h ;f5a7 ff . + rst 38h ;f5a8 ff . + rst 38h ;f5a9 ff . + rst 38h ;f5aa ff . + rst 38h ;f5ab ff . + rst 38h ;f5ac ff . + rst 38h ;f5ad ff . + rst 38h ;f5ae ff . + rst 38h ;f5af ff . + rst 38h ;f5b0 ff . + rst 38h ;f5b1 ff . + rst 38h ;f5b2 ff . + rst 38h ;f5b3 ff . + rst 38h ;f5b4 ff . + rst 38h ;f5b5 ff . + rst 38h ;f5b6 ff . + rst 38h ;f5b7 ff . + rst 38h ;f5b8 ff . + rst 38h ;f5b9 ff . + rst 38h ;f5ba ff . + rst 38h ;f5bb ff . + rst 38h ;f5bc ff . + rst 38h ;f5bd ff . + rst 38h ;f5be ff . + rst 38h ;f5bf ff . + rst 38h ;f5c0 ff . + rst 38h ;f5c1 ff . + rst 38h ;f5c2 ff . + rst 38h ;f5c3 ff . + rst 38h ;f5c4 ff . + rst 38h ;f5c5 ff . + rst 38h ;f5c6 ff . + rst 38h ;f5c7 ff . + rst 38h ;f5c8 ff . + rst 38h ;f5c9 ff . + rst 38h ;f5ca ff . + rst 38h ;f5cb ff . + rst 38h ;f5cc ff . + rst 38h ;f5cd ff . + rst 38h ;f5ce ff . + rst 38h ;f5cf ff . + rst 38h ;f5d0 ff . + rst 38h ;f5d1 ff . + rst 38h ;f5d2 ff . + rst 38h ;f5d3 ff . + rst 38h ;f5d4 ff . + rst 38h ;f5d5 ff . + rst 38h ;f5d6 ff . + rst 38h ;f5d7 ff . + rst 38h ;f5d8 ff . + rst 38h ;f5d9 ff . + rst 38h ;f5da ff . + rst 38h ;f5db ff . + rst 38h ;f5dc ff . + rst 38h ;f5dd ff . + rst 38h ;f5de ff . + rst 38h ;f5df ff . + rst 38h ;f5e0 ff . + rst 38h ;f5e1 ff . + rst 38h ;f5e2 ff . + rst 38h ;f5e3 ff . + rst 38h ;f5e4 ff . + rst 38h ;f5e5 ff . + rst 38h ;f5e6 ff . + rst 38h ;f5e7 ff . + rst 38h ;f5e8 ff . + rst 38h ;f5e9 ff . + rst 38h ;f5ea ff . + rst 38h ;f5eb ff . + rst 38h ;f5ec ff . + rst 38h ;f5ed ff . + rst 38h ;f5ee ff . + rst 38h ;f5ef ff . + rst 38h ;f5f0 ff . + rst 38h ;f5f1 ff . + rst 38h ;f5f2 ff . + rst 38h ;f5f3 ff . + rst 38h ;f5f4 ff . + rst 38h ;f5f5 ff . + rst 38h ;f5f6 ff . + rst 38h ;f5f7 ff . + rst 38h ;f5f8 ff . + rst 38h ;f5f9 ff . + rst 38h ;f5fa ff . + rst 38h ;f5fb ff . + rst 38h ;f5fc ff . + rst 38h ;f5fd ff . + rst 38h ;f5fe ff . + rst 38h ;f5ff ff . + rst 38h ;f600 ff . + rst 38h ;f601 ff . + rst 38h ;f602 ff . + rst 38h ;f603 ff . + rst 38h ;f604 ff . + rst 38h ;f605 ff . + rst 38h ;f606 ff . + rst 38h ;f607 ff . + rst 38h ;f608 ff . + rst 38h ;f609 ff . + rst 38h ;f60a ff . + rst 38h ;f60b ff . + rst 38h ;f60c ff . + rst 38h ;f60d ff . + rst 38h ;f60e ff . + rst 38h ;f60f ff . + rst 38h ;f610 ff . + rst 38h ;f611 ff . + rst 38h ;f612 ff . + rst 38h ;f613 ff . + rst 38h ;f614 ff . + rst 38h ;f615 ff . + rst 38h ;f616 ff . + rst 38h ;f617 ff . + rst 38h ;f618 ff . + rst 38h ;f619 ff . + rst 38h ;f61a ff . + rst 38h ;f61b ff . + rst 38h ;f61c ff . + rst 38h ;f61d ff . + rst 38h ;f61e ff . + rst 38h ;f61f ff . + rst 38h ;f620 ff . + rst 38h ;f621 ff . + rst 38h ;f622 ff . + rst 38h ;f623 ff . + rst 38h ;f624 ff . + rst 38h ;f625 ff . + rst 38h ;f626 ff . + rst 38h ;f627 ff . + rst 38h ;f628 ff . + rst 38h ;f629 ff . + rst 38h ;f62a ff . + rst 38h ;f62b ff . + rst 38h ;f62c ff . + rst 38h ;f62d ff . + rst 38h ;f62e ff . + rst 38h ;f62f ff . + rst 38h ;f630 ff . + rst 38h ;f631 ff . + rst 38h ;f632 ff . + rst 38h ;f633 ff . + rst 38h ;f634 ff . + rst 38h ;f635 ff . + rst 38h ;f636 ff . + rst 38h ;f637 ff . + rst 38h ;f638 ff . + rst 38h ;f639 ff . + rst 38h ;f63a ff . + rst 38h ;f63b ff . + rst 38h ;f63c ff . + rst 38h ;f63d ff . + rst 38h ;f63e ff . + rst 38h ;f63f ff . + rst 38h ;f640 ff . + rst 38h ;f641 ff . + rst 38h ;f642 ff . + rst 38h ;f643 ff . + rst 38h ;f644 ff . + rst 38h ;f645 ff . + rst 38h ;f646 ff . + rst 38h ;f647 ff . + rst 38h ;f648 ff . + rst 38h ;f649 ff . + rst 38h ;f64a ff . + rst 38h ;f64b ff . + rst 38h ;f64c ff . + rst 38h ;f64d ff . + rst 38h ;f64e ff . + rst 38h ;f64f ff . + rst 38h ;f650 ff . + rst 38h ;f651 ff . + rst 38h ;f652 ff . + rst 38h ;f653 ff . + rst 38h ;f654 ff . + rst 38h ;f655 ff . + rst 38h ;f656 ff . + rst 38h ;f657 ff . + rst 38h ;f658 ff . + rst 38h ;f659 ff . + rst 38h ;f65a ff . + rst 38h ;f65b ff . + rst 38h ;f65c ff . + rst 38h ;f65d ff . + rst 38h ;f65e ff . + rst 38h ;f65f ff . + rst 38h ;f660 ff . + rst 38h ;f661 ff . + rst 38h ;f662 ff . + rst 38h ;f663 ff . + rst 38h ;f664 ff . + rst 38h ;f665 ff . + rst 38h ;f666 ff . + rst 38h ;f667 ff . + rst 38h ;f668 ff . + rst 38h ;f669 ff . + rst 38h ;f66a ff . + rst 38h ;f66b ff . + rst 38h ;f66c ff . + rst 38h ;f66d ff . + rst 38h ;f66e ff . + rst 38h ;f66f ff . + rst 38h ;f670 ff . + rst 38h ;f671 ff . + rst 38h ;f672 ff . + rst 38h ;f673 ff . + rst 38h ;f674 ff . + rst 38h ;f675 ff . + rst 38h ;f676 ff . + rst 38h ;f677 ff . + rst 38h ;f678 ff . + rst 38h ;f679 ff . + rst 38h ;f67a ff . + rst 38h ;f67b ff . + rst 38h ;f67c ff . + rst 38h ;f67d ff . + rst 38h ;f67e ff . + rst 38h ;f67f ff . + rst 38h ;f680 ff . + rst 38h ;f681 ff . + rst 38h ;f682 ff . + rst 38h ;f683 ff . + rst 38h ;f684 ff . + rst 38h ;f685 ff . + rst 38h ;f686 ff . + rst 38h ;f687 ff . + rst 38h ;f688 ff . + rst 38h ;f689 ff . + rst 38h ;f68a ff . + rst 38h ;f68b ff . + rst 38h ;f68c ff . + rst 38h ;f68d ff . + rst 38h ;f68e ff . + rst 38h ;f68f ff . + rst 38h ;f690 ff . + rst 38h ;f691 ff . + rst 38h ;f692 ff . + rst 38h ;f693 ff . + rst 38h ;f694 ff . + rst 38h ;f695 ff . + rst 38h ;f696 ff . + rst 38h ;f697 ff . + rst 38h ;f698 ff . + rst 38h ;f699 ff . + rst 38h ;f69a ff . + rst 38h ;f69b ff . + rst 38h ;f69c ff . + rst 38h ;f69d ff . + rst 38h ;f69e ff . + rst 38h ;f69f ff . + rst 38h ;f6a0 ff . + rst 38h ;f6a1 ff . + rst 38h ;f6a2 ff . + rst 38h ;f6a3 ff . + rst 38h ;f6a4 ff . + rst 38h ;f6a5 ff . + rst 38h ;f6a6 ff . + rst 38h ;f6a7 ff . + rst 38h ;f6a8 ff . + rst 38h ;f6a9 ff . + rst 38h ;f6aa ff . + rst 38h ;f6ab ff . + rst 38h ;f6ac ff . + rst 38h ;f6ad ff . + rst 38h ;f6ae ff . + rst 38h ;f6af ff . + rst 38h ;f6b0 ff . + rst 38h ;f6b1 ff . + rst 38h ;f6b2 ff . + rst 38h ;f6b3 ff . + rst 38h ;f6b4 ff . + rst 38h ;f6b5 ff . + rst 38h ;f6b6 ff . + rst 38h ;f6b7 ff . + rst 38h ;f6b8 ff . + rst 38h ;f6b9 ff . + rst 38h ;f6ba ff . + rst 38h ;f6bb ff . + rst 38h ;f6bc ff . + rst 38h ;f6bd ff . + rst 38h ;f6be ff . + rst 38h ;f6bf ff . + rst 38h ;f6c0 ff . + rst 38h ;f6c1 ff . + rst 38h ;f6c2 ff . + rst 38h ;f6c3 ff . + rst 38h ;f6c4 ff . + rst 38h ;f6c5 ff . + rst 38h ;f6c6 ff . + rst 38h ;f6c7 ff . + rst 38h ;f6c8 ff . + rst 38h ;f6c9 ff . + rst 38h ;f6ca ff . + rst 38h ;f6cb ff . + rst 38h ;f6cc ff . + rst 38h ;f6cd ff . + rst 38h ;f6ce ff . + rst 38h ;f6cf ff . + rst 38h ;f6d0 ff . + rst 38h ;f6d1 ff . + rst 38h ;f6d2 ff . + rst 38h ;f6d3 ff . + rst 38h ;f6d4 ff . + rst 38h ;f6d5 ff . + rst 38h ;f6d6 ff . + rst 38h ;f6d7 ff . + rst 38h ;f6d8 ff . + rst 38h ;f6d9 ff . + rst 38h ;f6da ff . + rst 38h ;f6db ff . + rst 38h ;f6dc ff . + rst 38h ;f6dd ff . + rst 38h ;f6de ff . + rst 38h ;f6df ff . + rst 38h ;f6e0 ff . + rst 38h ;f6e1 ff . + rst 38h ;f6e2 ff . + rst 38h ;f6e3 ff . + rst 38h ;f6e4 ff . + rst 38h ;f6e5 ff . + rst 38h ;f6e6 ff . + rst 38h ;f6e7 ff . + rst 38h ;f6e8 ff . + rst 38h ;f6e9 ff . + rst 38h ;f6ea ff . + rst 38h ;f6eb ff . + rst 38h ;f6ec ff . + rst 38h ;f6ed ff . + rst 38h ;f6ee ff . + rst 38h ;f6ef ff . + rst 38h ;f6f0 ff . + rst 38h ;f6f1 ff . + rst 38h ;f6f2 ff . + rst 38h ;f6f3 ff . + rst 38h ;f6f4 ff . + rst 38h ;f6f5 ff . + rst 38h ;f6f6 ff . + rst 38h ;f6f7 ff . + rst 38h ;f6f8 ff . + rst 38h ;f6f9 ff . + rst 38h ;f6fa ff . + rst 38h ;f6fb ff . + rst 38h ;f6fc ff . + rst 38h ;f6fd ff . + rst 38h ;f6fe ff . + rst 38h ;f6ff ff . + rst 38h ;f700 ff . + rst 38h ;f701 ff . + rst 38h ;f702 ff . + rst 38h ;f703 ff . + rst 38h ;f704 ff . + rst 38h ;f705 ff . + rst 38h ;f706 ff . + rst 38h ;f707 ff . + rst 38h ;f708 ff . + rst 38h ;f709 ff . + rst 38h ;f70a ff . + rst 38h ;f70b ff . + rst 38h ;f70c ff . + rst 38h ;f70d ff . + rst 38h ;f70e ff . + rst 38h ;f70f ff . + rst 38h ;f710 ff . + rst 38h ;f711 ff . + rst 38h ;f712 ff . + rst 38h ;f713 ff . + rst 38h ;f714 ff . + rst 38h ;f715 ff . + rst 38h ;f716 ff . + rst 38h ;f717 ff . + rst 38h ;f718 ff . + rst 38h ;f719 ff . + rst 38h ;f71a ff . + rst 38h ;f71b ff . + rst 38h ;f71c ff . + rst 38h ;f71d ff . + rst 38h ;f71e ff . + rst 38h ;f71f ff . + rst 38h ;f720 ff . + rst 38h ;f721 ff . + rst 38h ;f722 ff . + rst 38h ;f723 ff . + rst 38h ;f724 ff . + rst 38h ;f725 ff . + rst 38h ;f726 ff . + rst 38h ;f727 ff . + rst 38h ;f728 ff . + rst 38h ;f729 ff . + rst 38h ;f72a ff . + rst 38h ;f72b ff . + rst 38h ;f72c ff . + rst 38h ;f72d ff . + rst 38h ;f72e ff . + rst 38h ;f72f ff . + rst 38h ;f730 ff . + rst 38h ;f731 ff . + rst 38h ;f732 ff . + rst 38h ;f733 ff . + rst 38h ;f734 ff . + rst 38h ;f735 ff . + rst 38h ;f736 ff . + rst 38h ;f737 ff . + rst 38h ;f738 ff . + rst 38h ;f739 ff . + rst 38h ;f73a ff . + rst 38h ;f73b ff . + rst 38h ;f73c ff . + rst 38h ;f73d ff . + rst 38h ;f73e ff . + rst 38h ;f73f ff . + rst 38h ;f740 ff . + rst 38h ;f741 ff . + rst 38h ;f742 ff . + rst 38h ;f743 ff . + rst 38h ;f744 ff . + rst 38h ;f745 ff . + rst 38h ;f746 ff . + rst 38h ;f747 ff . + rst 38h ;f748 ff . + rst 38h ;f749 ff . + rst 38h ;f74a ff . + rst 38h ;f74b ff . + rst 38h ;f74c ff . + rst 38h ;f74d ff . + rst 38h ;f74e ff . + rst 38h ;f74f ff . + rst 38h ;f750 ff . + rst 38h ;f751 ff . + rst 38h ;f752 ff . + rst 38h ;f753 ff . + rst 38h ;f754 ff . + rst 38h ;f755 ff . + rst 38h ;f756 ff . + rst 38h ;f757 ff . + rst 38h ;f758 ff . + rst 38h ;f759 ff . + rst 38h ;f75a ff . + rst 38h ;f75b ff . + rst 38h ;f75c ff . + rst 38h ;f75d ff . + rst 38h ;f75e ff . + rst 38h ;f75f ff . + rst 38h ;f760 ff . + rst 38h ;f761 ff . + rst 38h ;f762 ff . + rst 38h ;f763 ff . + rst 38h ;f764 ff . + rst 38h ;f765 ff . + rst 38h ;f766 ff . + rst 38h ;f767 ff . + rst 38h ;f768 ff . + rst 38h ;f769 ff . + rst 38h ;f76a ff . + rst 38h ;f76b ff . + rst 38h ;f76c ff . + rst 38h ;f76d ff . + rst 38h ;f76e ff . + rst 38h ;f76f ff . + rst 38h ;f770 ff . + rst 38h ;f771 ff . + rst 38h ;f772 ff . + rst 38h ;f773 ff . + rst 38h ;f774 ff . + rst 38h ;f775 ff . + rst 38h ;f776 ff . + rst 38h ;f777 ff . + rst 38h ;f778 ff . + rst 38h ;f779 ff . + rst 38h ;f77a ff . + rst 38h ;f77b ff . + rst 38h ;f77c ff . + rst 38h ;f77d ff . + rst 38h ;f77e ff . + rst 38h ;f77f ff . + rst 38h ;f780 ff . + rst 38h ;f781 ff . + rst 38h ;f782 ff . + rst 38h ;f783 ff . + rst 38h ;f784 ff . + rst 38h ;f785 ff . + rst 38h ;f786 ff . + rst 38h ;f787 ff . + rst 38h ;f788 ff . + rst 38h ;f789 ff . + rst 38h ;f78a ff . + rst 38h ;f78b ff . + rst 38h ;f78c ff . + rst 38h ;f78d ff . + rst 38h ;f78e ff . + rst 38h ;f78f ff . + rst 38h ;f790 ff . + rst 38h ;f791 ff . + rst 38h ;f792 ff . + rst 38h ;f793 ff . + rst 38h ;f794 ff . + rst 38h ;f795 ff . + rst 38h ;f796 ff . + rst 38h ;f797 ff . + rst 38h ;f798 ff . + rst 38h ;f799 ff . + rst 38h ;f79a ff . + rst 38h ;f79b ff . + rst 38h ;f79c ff . + rst 38h ;f79d ff . + rst 38h ;f79e ff . + rst 38h ;f79f ff . + rst 38h ;f7a0 ff . + rst 38h ;f7a1 ff . + rst 38h ;f7a2 ff . + rst 38h ;f7a3 ff . + rst 38h ;f7a4 ff . + rst 38h ;f7a5 ff . + rst 38h ;f7a6 ff . + rst 38h ;f7a7 ff . + rst 38h ;f7a8 ff . + rst 38h ;f7a9 ff . + rst 38h ;f7aa ff . + rst 38h ;f7ab ff . + rst 38h ;f7ac ff . + rst 38h ;f7ad ff . + rst 38h ;f7ae ff . + rst 38h ;f7af ff . + rst 38h ;f7b0 ff . + rst 38h ;f7b1 ff . + rst 38h ;f7b2 ff . + rst 38h ;f7b3 ff . + rst 38h ;f7b4 ff . + rst 38h ;f7b5 ff . + rst 38h ;f7b6 ff . + rst 38h ;f7b7 ff . + rst 38h ;f7b8 ff . + rst 38h ;f7b9 ff . + rst 38h ;f7ba ff . + rst 38h ;f7bb ff . + rst 38h ;f7bc ff . + rst 38h ;f7bd ff . + rst 38h ;f7be ff . + rst 38h ;f7bf ff . + rst 38h ;f7c0 ff . + rst 38h ;f7c1 ff . + rst 38h ;f7c2 ff . + rst 38h ;f7c3 ff . + rst 38h ;f7c4 ff . + rst 38h ;f7c5 ff . + rst 38h ;f7c6 ff . + rst 38h ;f7c7 ff . + rst 38h ;f7c8 ff . + rst 38h ;f7c9 ff . + rst 38h ;f7ca ff . + rst 38h ;f7cb ff . + rst 38h ;f7cc ff . + rst 38h ;f7cd ff . + rst 38h ;f7ce ff . + rst 38h ;f7cf ff . + rst 38h ;f7d0 ff . + rst 38h ;f7d1 ff . + rst 38h ;f7d2 ff . + rst 38h ;f7d3 ff . + rst 38h ;f7d4 ff . + rst 38h ;f7d5 ff . + rst 38h ;f7d6 ff . + rst 38h ;f7d7 ff . + rst 38h ;f7d8 ff . + rst 38h ;f7d9 ff . + rst 38h ;f7da ff . + rst 38h ;f7db ff . + rst 38h ;f7dc ff . + rst 38h ;f7dd ff . + rst 38h ;f7de ff . + rst 38h ;f7df ff . + rst 38h ;f7e0 ff . + rst 38h ;f7e1 ff . + rst 38h ;f7e2 ff . + rst 38h ;f7e3 ff . + rst 38h ;f7e4 ff . + rst 38h ;f7e5 ff . + rst 38h ;f7e6 ff . + rst 38h ;f7e7 ff . + rst 38h ;f7e8 ff . + rst 38h ;f7e9 ff . + rst 38h ;f7ea ff . + rst 38h ;f7eb ff . + rst 38h ;f7ec ff . + rst 38h ;f7ed ff . + rst 38h ;f7ee ff . + rst 38h ;f7ef ff . + rst 38h ;f7f0 ff . + rst 38h ;f7f1 ff . + rst 38h ;f7f2 ff . + rst 38h ;f7f3 ff . + rst 38h ;f7f4 ff . + rst 38h ;f7f5 ff . + rst 38h ;f7f6 ff . + rst 38h ;f7f7 ff . + rst 38h ;f7f8 ff . + rst 38h ;f7f9 ff . + rst 38h ;f7fa ff . + rst 38h ;f7fb ff . + rst 38h ;f7fc ff . + rst 38h ;f7fd ff . + rst 38h ;f7fe ff . + rst 38h ;f7ff ff . + rst 38h ;f800 ff . + rst 38h ;f801 ff . + rst 38h ;f802 ff . + rst 38h ;f803 ff . + rst 38h ;f804 ff . + rst 38h ;f805 ff . + rst 38h ;f806 ff . + rst 38h ;f807 ff . + rst 38h ;f808 ff . + rst 38h ;f809 ff . + rst 38h ;f80a ff . + rst 38h ;f80b ff . + rst 38h ;f80c ff . + rst 38h ;f80d ff . + rst 38h ;f80e ff . + rst 38h ;f80f ff . + rst 38h ;f810 ff . + rst 38h ;f811 ff . + rst 38h ;f812 ff . + rst 38h ;f813 ff . + rst 38h ;f814 ff . + rst 38h ;f815 ff . + rst 38h ;f816 ff . + rst 38h ;f817 ff . + rst 38h ;f818 ff . + rst 38h ;f819 ff . + rst 38h ;f81a ff . + rst 38h ;f81b ff . + rst 38h ;f81c ff . + rst 38h ;f81d ff . + rst 38h ;f81e ff . + rst 38h ;f81f ff . + rst 38h ;f820 ff . + rst 38h ;f821 ff . + rst 38h ;f822 ff . + rst 38h ;f823 ff . + rst 38h ;f824 ff . + rst 38h ;f825 ff . + rst 38h ;f826 ff . + rst 38h ;f827 ff . + rst 38h ;f828 ff . + rst 38h ;f829 ff . + rst 38h ;f82a ff . + rst 38h ;f82b ff . + rst 38h ;f82c ff . + rst 38h ;f82d ff . + rst 38h ;f82e ff . + rst 38h ;f82f ff . + rst 38h ;f830 ff . + rst 38h ;f831 ff . + rst 38h ;f832 ff . + rst 38h ;f833 ff . + rst 38h ;f834 ff . + rst 38h ;f835 ff . + rst 38h ;f836 ff . + rst 38h ;f837 ff . + rst 38h ;f838 ff . + rst 38h ;f839 ff . + rst 38h ;f83a ff . + rst 38h ;f83b ff . + rst 38h ;f83c ff . + rst 38h ;f83d ff . + rst 38h ;f83e ff . + rst 38h ;f83f ff . + rst 38h ;f840 ff . + rst 38h ;f841 ff . + rst 38h ;f842 ff . + rst 38h ;f843 ff . + rst 38h ;f844 ff . + rst 38h ;f845 ff . + rst 38h ;f846 ff . + rst 38h ;f847 ff . + rst 38h ;f848 ff . + rst 38h ;f849 ff . + rst 38h ;f84a ff . + rst 38h ;f84b ff . + rst 38h ;f84c ff . + rst 38h ;f84d ff . + rst 38h ;f84e ff . + rst 38h ;f84f ff . + rst 38h ;f850 ff . + rst 38h ;f851 ff . + rst 38h ;f852 ff . + rst 38h ;f853 ff . + rst 38h ;f854 ff . + rst 38h ;f855 ff . + rst 38h ;f856 ff . + rst 38h ;f857 ff . + rst 38h ;f858 ff . + rst 38h ;f859 ff . + rst 38h ;f85a ff . + rst 38h ;f85b ff . + rst 38h ;f85c ff . + rst 38h ;f85d ff . + rst 38h ;f85e ff . + rst 38h ;f85f ff . + rst 38h ;f860 ff . + rst 38h ;f861 ff . + rst 38h ;f862 ff . + rst 38h ;f863 ff . + rst 38h ;f864 ff . + rst 38h ;f865 ff . + rst 38h ;f866 ff . + rst 38h ;f867 ff . + rst 38h ;f868 ff . + rst 38h ;f869 ff . + rst 38h ;f86a ff . + rst 38h ;f86b ff . + rst 38h ;f86c ff . + rst 38h ;f86d ff . + rst 38h ;f86e ff . + rst 38h ;f86f ff . + rst 38h ;f870 ff . + rst 38h ;f871 ff . + rst 38h ;f872 ff . + rst 38h ;f873 ff . + rst 38h ;f874 ff . + rst 38h ;f875 ff . + rst 38h ;f876 ff . + rst 38h ;f877 ff . + rst 38h ;f878 ff . + rst 38h ;f879 ff . + rst 38h ;f87a ff . + rst 38h ;f87b ff . + rst 38h ;f87c ff . + rst 38h ;f87d ff . + rst 38h ;f87e ff . + rst 38h ;f87f ff . + rst 38h ;f880 ff . + rst 38h ;f881 ff . + rst 38h ;f882 ff . + rst 38h ;f883 ff . + rst 38h ;f884 ff . + rst 38h ;f885 ff . + rst 38h ;f886 ff . + rst 38h ;f887 ff . + rst 38h ;f888 ff . + rst 38h ;f889 ff . + rst 38h ;f88a ff . + rst 38h ;f88b ff . + rst 38h ;f88c ff . + rst 38h ;f88d ff . + rst 38h ;f88e ff . + rst 38h ;f88f ff . + rst 38h ;f890 ff . + rst 38h ;f891 ff . + rst 38h ;f892 ff . + rst 38h ;f893 ff . + rst 38h ;f894 ff . + rst 38h ;f895 ff . + rst 38h ;f896 ff . + rst 38h ;f897 ff . + rst 38h ;f898 ff . + rst 38h ;f899 ff . + rst 38h ;f89a ff . + rst 38h ;f89b ff . + rst 38h ;f89c ff . + rst 38h ;f89d ff . + rst 38h ;f89e ff . + rst 38h ;f89f ff . + rst 38h ;f8a0 ff . + rst 38h ;f8a1 ff . + rst 38h ;f8a2 ff . + rst 38h ;f8a3 ff . + rst 38h ;f8a4 ff . + rst 38h ;f8a5 ff . + rst 38h ;f8a6 ff . + rst 38h ;f8a7 ff . + rst 38h ;f8a8 ff . + rst 38h ;f8a9 ff . + rst 38h ;f8aa ff . + rst 38h ;f8ab ff . + rst 38h ;f8ac ff . + rst 38h ;f8ad ff . + rst 38h ;f8ae ff . + rst 38h ;f8af ff . + rst 38h ;f8b0 ff . + rst 38h ;f8b1 ff . + rst 38h ;f8b2 ff . + rst 38h ;f8b3 ff . + rst 38h ;f8b4 ff . + rst 38h ;f8b5 ff . + rst 38h ;f8b6 ff . + rst 38h ;f8b7 ff . + rst 38h ;f8b8 ff . + rst 38h ;f8b9 ff . + rst 38h ;f8ba ff . + rst 38h ;f8bb ff . + rst 38h ;f8bc ff . + rst 38h ;f8bd ff . + rst 38h ;f8be ff . + rst 38h ;f8bf ff . + rst 38h ;f8c0 ff . + rst 38h ;f8c1 ff . + rst 38h ;f8c2 ff . + rst 38h ;f8c3 ff . + rst 38h ;f8c4 ff . + rst 38h ;f8c5 ff . + rst 38h ;f8c6 ff . + rst 38h ;f8c7 ff . + rst 38h ;f8c8 ff . + rst 38h ;f8c9 ff . + rst 38h ;f8ca ff . + rst 38h ;f8cb ff . + rst 38h ;f8cc ff . + rst 38h ;f8cd ff . + rst 38h ;f8ce ff . + rst 38h ;f8cf ff . + rst 38h ;f8d0 ff . + rst 38h ;f8d1 ff . + rst 38h ;f8d2 ff . + rst 38h ;f8d3 ff . + rst 38h ;f8d4 ff . + rst 38h ;f8d5 ff . + rst 38h ;f8d6 ff . + rst 38h ;f8d7 ff . + rst 38h ;f8d8 ff . + rst 38h ;f8d9 ff . + rst 38h ;f8da ff . + rst 38h ;f8db ff . + rst 38h ;f8dc ff . + rst 38h ;f8dd ff . + rst 38h ;f8de ff . + rst 38h ;f8df ff . + rst 38h ;f8e0 ff . + rst 38h ;f8e1 ff . + rst 38h ;f8e2 ff . + rst 38h ;f8e3 ff . + rst 38h ;f8e4 ff . + rst 38h ;f8e5 ff . + rst 38h ;f8e6 ff . + rst 38h ;f8e7 ff . + rst 38h ;f8e8 ff . + rst 38h ;f8e9 ff . + rst 38h ;f8ea ff . + rst 38h ;f8eb ff . + rst 38h ;f8ec ff . + rst 38h ;f8ed ff . + rst 38h ;f8ee ff . + rst 38h ;f8ef ff . + rst 38h ;f8f0 ff . + rst 38h ;f8f1 ff . + rst 38h ;f8f2 ff . + rst 38h ;f8f3 ff . + rst 38h ;f8f4 ff . + rst 38h ;f8f5 ff . + rst 38h ;f8f6 ff . + rst 38h ;f8f7 ff . + rst 38h ;f8f8 ff . + rst 38h ;f8f9 ff . + rst 38h ;f8fa ff . + rst 38h ;f8fb ff . + rst 38h ;f8fc ff . + rst 38h ;f8fd ff . + rst 38h ;f8fe ff . + rst 38h ;f8ff ff . + rst 38h ;f900 ff . + rst 38h ;f901 ff . + rst 38h ;f902 ff . + rst 38h ;f903 ff . + rst 38h ;f904 ff . + rst 38h ;f905 ff . + rst 38h ;f906 ff . + rst 38h ;f907 ff . + rst 38h ;f908 ff . + rst 38h ;f909 ff . + rst 38h ;f90a ff . + rst 38h ;f90b ff . + rst 38h ;f90c ff . + rst 38h ;f90d ff . + rst 38h ;f90e ff . + rst 38h ;f90f ff . + rst 38h ;f910 ff . + rst 38h ;f911 ff . + rst 38h ;f912 ff . + rst 38h ;f913 ff . + rst 38h ;f914 ff . + rst 38h ;f915 ff . + rst 38h ;f916 ff . + rst 38h ;f917 ff . + rst 38h ;f918 ff . + rst 38h ;f919 ff . + rst 38h ;f91a ff . + rst 38h ;f91b ff . + rst 38h ;f91c ff . + rst 38h ;f91d ff . + rst 38h ;f91e ff . + rst 38h ;f91f ff . + rst 38h ;f920 ff . + rst 38h ;f921 ff . + rst 38h ;f922 ff . + rst 38h ;f923 ff . + rst 38h ;f924 ff . + rst 38h ;f925 ff . + rst 38h ;f926 ff . + rst 38h ;f927 ff . + rst 38h ;f928 ff . + rst 38h ;f929 ff . + rst 38h ;f92a ff . + rst 38h ;f92b ff . + rst 38h ;f92c ff . + rst 38h ;f92d ff . + rst 38h ;f92e ff . + rst 38h ;f92f ff . + rst 38h ;f930 ff . + rst 38h ;f931 ff . + rst 38h ;f932 ff . + rst 38h ;f933 ff . + rst 38h ;f934 ff . + rst 38h ;f935 ff . + rst 38h ;f936 ff . + rst 38h ;f937 ff . + rst 38h ;f938 ff . + rst 38h ;f939 ff . + rst 38h ;f93a ff . + rst 38h ;f93b ff . + rst 38h ;f93c ff . + rst 38h ;f93d ff . + rst 38h ;f93e ff . + rst 38h ;f93f ff . + rst 38h ;f940 ff . + rst 38h ;f941 ff . + rst 38h ;f942 ff . + rst 38h ;f943 ff . + rst 38h ;f944 ff . + rst 38h ;f945 ff . + rst 38h ;f946 ff . + rst 38h ;f947 ff . + rst 38h ;f948 ff . + rst 38h ;f949 ff . + rst 38h ;f94a ff . + rst 38h ;f94b ff . + rst 38h ;f94c ff . + rst 38h ;f94d ff . + rst 38h ;f94e ff . + rst 38h ;f94f ff . + rst 38h ;f950 ff . + rst 38h ;f951 ff . + rst 38h ;f952 ff . + rst 38h ;f953 ff . + rst 38h ;f954 ff . + rst 38h ;f955 ff . + rst 38h ;f956 ff . + rst 38h ;f957 ff . + rst 38h ;f958 ff . + rst 38h ;f959 ff . + rst 38h ;f95a ff . + rst 38h ;f95b ff . + rst 38h ;f95c ff . + rst 38h ;f95d ff . + rst 38h ;f95e ff . + rst 38h ;f95f ff . + rst 38h ;f960 ff . + rst 38h ;f961 ff . + rst 38h ;f962 ff . + rst 38h ;f963 ff . + rst 38h ;f964 ff . + rst 38h ;f965 ff . + rst 38h ;f966 ff . + rst 38h ;f967 ff . + rst 38h ;f968 ff . + rst 38h ;f969 ff . + rst 38h ;f96a ff . + rst 38h ;f96b ff . + rst 38h ;f96c ff . + rst 38h ;f96d ff . + rst 38h ;f96e ff . + rst 38h ;f96f ff . + rst 38h ;f970 ff . + rst 38h ;f971 ff . + rst 38h ;f972 ff . + rst 38h ;f973 ff . + rst 38h ;f974 ff . + rst 38h ;f975 ff . + rst 38h ;f976 ff . + rst 38h ;f977 ff . + rst 38h ;f978 ff . + rst 38h ;f979 ff . + rst 38h ;f97a ff . + rst 38h ;f97b ff . + rst 38h ;f97c ff . + rst 38h ;f97d ff . + rst 38h ;f97e ff . + rst 38h ;f97f ff . + rst 38h ;f980 ff . + rst 38h ;f981 ff . + rst 38h ;f982 ff . + rst 38h ;f983 ff . + rst 38h ;f984 ff . + rst 38h ;f985 ff . + rst 38h ;f986 ff . + rst 38h ;f987 ff . + rst 38h ;f988 ff . + rst 38h ;f989 ff . + rst 38h ;f98a ff . + rst 38h ;f98b ff . + rst 38h ;f98c ff . + rst 38h ;f98d ff . + rst 38h ;f98e ff . + rst 38h ;f98f ff . + rst 38h ;f990 ff . + rst 38h ;f991 ff . + rst 38h ;f992 ff . + rst 38h ;f993 ff . + rst 38h ;f994 ff . + rst 38h ;f995 ff . + rst 38h ;f996 ff . + rst 38h ;f997 ff . + rst 38h ;f998 ff . + rst 38h ;f999 ff . + rst 38h ;f99a ff . + rst 38h ;f99b ff . + rst 38h ;f99c ff . + rst 38h ;f99d ff . + rst 38h ;f99e ff . + rst 38h ;f99f ff . + rst 38h ;f9a0 ff . + rst 38h ;f9a1 ff . + rst 38h ;f9a2 ff . + rst 38h ;f9a3 ff . + rst 38h ;f9a4 ff . + rst 38h ;f9a5 ff . + rst 38h ;f9a6 ff . + rst 38h ;f9a7 ff . + rst 38h ;f9a8 ff . + rst 38h ;f9a9 ff . + rst 38h ;f9aa ff . + rst 38h ;f9ab ff . + rst 38h ;f9ac ff . + rst 38h ;f9ad ff . + rst 38h ;f9ae ff . + rst 38h ;f9af ff . + rst 38h ;f9b0 ff . + rst 38h ;f9b1 ff . + rst 38h ;f9b2 ff . + rst 38h ;f9b3 ff . + rst 38h ;f9b4 ff . + rst 38h ;f9b5 ff . + rst 38h ;f9b6 ff . + rst 38h ;f9b7 ff . + rst 38h ;f9b8 ff . + rst 38h ;f9b9 ff . + rst 38h ;f9ba ff . + rst 38h ;f9bb ff . + rst 38h ;f9bc ff . + rst 38h ;f9bd ff . + rst 38h ;f9be ff . + rst 38h ;f9bf ff . + rst 38h ;f9c0 ff . + rst 38h ;f9c1 ff . + rst 38h ;f9c2 ff . + rst 38h ;f9c3 ff . + rst 38h ;f9c4 ff . + rst 38h ;f9c5 ff . + rst 38h ;f9c6 ff . + rst 38h ;f9c7 ff . + rst 38h ;f9c8 ff . + rst 38h ;f9c9 ff . + rst 38h ;f9ca ff . + rst 38h ;f9cb ff . + rst 38h ;f9cc ff . + rst 38h ;f9cd ff . + rst 38h ;f9ce ff . + rst 38h ;f9cf ff . + rst 38h ;f9d0 ff . + rst 38h ;f9d1 ff . + rst 38h ;f9d2 ff . + rst 38h ;f9d3 ff . + rst 38h ;f9d4 ff . + rst 38h ;f9d5 ff . + rst 38h ;f9d6 ff . + rst 38h ;f9d7 ff . + rst 38h ;f9d8 ff . + rst 38h ;f9d9 ff . + rst 38h ;f9da ff . + rst 38h ;f9db ff . + rst 38h ;f9dc ff . + rst 38h ;f9dd ff . + rst 38h ;f9de ff . + rst 38h ;f9df ff . + rst 38h ;f9e0 ff . + rst 38h ;f9e1 ff . + rst 38h ;f9e2 ff . + rst 38h ;f9e3 ff . + rst 38h ;f9e4 ff . + rst 38h ;f9e5 ff . + rst 38h ;f9e6 ff . + rst 38h ;f9e7 ff . + rst 38h ;f9e8 ff . + rst 38h ;f9e9 ff . + rst 38h ;f9ea ff . + rst 38h ;f9eb ff . + rst 38h ;f9ec ff . + rst 38h ;f9ed ff . + rst 38h ;f9ee ff . + rst 38h ;f9ef ff . + rst 38h ;f9f0 ff . + rst 38h ;f9f1 ff . + rst 38h ;f9f2 ff . + rst 38h ;f9f3 ff . + rst 38h ;f9f4 ff . + rst 38h ;f9f5 ff . + rst 38h ;f9f6 ff . + rst 38h ;f9f7 ff . + rst 38h ;f9f8 ff . + rst 38h ;f9f9 ff . + rst 38h ;f9fa ff . + rst 38h ;f9fb ff . + rst 38h ;f9fc ff . + rst 38h ;f9fd ff . + rst 38h ;f9fe ff . + rst 38h ;f9ff ff . + rst 38h ;fa00 ff . + rst 38h ;fa01 ff . + rst 38h ;fa02 ff . + rst 38h ;fa03 ff . + rst 38h ;fa04 ff . + rst 38h ;fa05 ff . + rst 38h ;fa06 ff . + rst 38h ;fa07 ff . + rst 38h ;fa08 ff . + rst 38h ;fa09 ff . + rst 38h ;fa0a ff . + rst 38h ;fa0b ff . + rst 38h ;fa0c ff . + rst 38h ;fa0d ff . + rst 38h ;fa0e ff . + rst 38h ;fa0f ff . + rst 38h ;fa10 ff . + rst 38h ;fa11 ff . + rst 38h ;fa12 ff . + rst 38h ;fa13 ff . + rst 38h ;fa14 ff . + rst 38h ;fa15 ff . + rst 38h ;fa16 ff . + rst 38h ;fa17 ff . + rst 38h ;fa18 ff . + rst 38h ;fa19 ff . + rst 38h ;fa1a ff . + rst 38h ;fa1b ff . + rst 38h ;fa1c ff . + rst 38h ;fa1d ff . + rst 38h ;fa1e ff . + rst 38h ;fa1f ff . + rst 38h ;fa20 ff . + rst 38h ;fa21 ff . + rst 38h ;fa22 ff . + rst 38h ;fa23 ff . + rst 38h ;fa24 ff . + rst 38h ;fa25 ff . + rst 38h ;fa26 ff . + rst 38h ;fa27 ff . + rst 38h ;fa28 ff . + rst 38h ;fa29 ff . + rst 38h ;fa2a ff . + rst 38h ;fa2b ff . + rst 38h ;fa2c ff . + rst 38h ;fa2d ff . + rst 38h ;fa2e ff . + rst 38h ;fa2f ff . + rst 38h ;fa30 ff . + rst 38h ;fa31 ff . + rst 38h ;fa32 ff . + rst 38h ;fa33 ff . + rst 38h ;fa34 ff . + rst 38h ;fa35 ff . + rst 38h ;fa36 ff . + rst 38h ;fa37 ff . + rst 38h ;fa38 ff . + rst 38h ;fa39 ff . + rst 38h ;fa3a ff . + rst 38h ;fa3b ff . + rst 38h ;fa3c ff . + rst 38h ;fa3d ff . + rst 38h ;fa3e ff . + rst 38h ;fa3f ff . + rst 38h ;fa40 ff . + rst 38h ;fa41 ff . + rst 38h ;fa42 ff . + rst 38h ;fa43 ff . + rst 38h ;fa44 ff . + rst 38h ;fa45 ff . + rst 38h ;fa46 ff . + rst 38h ;fa47 ff . + rst 38h ;fa48 ff . + rst 38h ;fa49 ff . + rst 38h ;fa4a ff . + rst 38h ;fa4b ff . + rst 38h ;fa4c ff . + rst 38h ;fa4d ff . + rst 38h ;fa4e ff . + rst 38h ;fa4f ff . + rst 38h ;fa50 ff . + rst 38h ;fa51 ff . + rst 38h ;fa52 ff . + rst 38h ;fa53 ff . + rst 38h ;fa54 ff . + rst 38h ;fa55 ff . + rst 38h ;fa56 ff . + rst 38h ;fa57 ff . + rst 38h ;fa58 ff . + rst 38h ;fa59 ff . + rst 38h ;fa5a ff . + rst 38h ;fa5b ff . + rst 38h ;fa5c ff . + rst 38h ;fa5d ff . + rst 38h ;fa5e ff . + rst 38h ;fa5f ff . + rst 38h ;fa60 ff . + rst 38h ;fa61 ff . + rst 38h ;fa62 ff . + rst 38h ;fa63 ff . + rst 38h ;fa64 ff . + rst 38h ;fa65 ff . + rst 38h ;fa66 ff . + rst 38h ;fa67 ff . + rst 38h ;fa68 ff . + rst 38h ;fa69 ff . + rst 38h ;fa6a ff . + rst 38h ;fa6b ff . + rst 38h ;fa6c ff . + rst 38h ;fa6d ff . + rst 38h ;fa6e ff . + rst 38h ;fa6f ff . + rst 38h ;fa70 ff . + rst 38h ;fa71 ff . + rst 38h ;fa72 ff . + rst 38h ;fa73 ff . + rst 38h ;fa74 ff . + rst 38h ;fa75 ff . + rst 38h ;fa76 ff . + rst 38h ;fa77 ff . + rst 38h ;fa78 ff . + rst 38h ;fa79 ff . + rst 38h ;fa7a ff . + rst 38h ;fa7b ff . + rst 38h ;fa7c ff . + rst 38h ;fa7d ff . + rst 38h ;fa7e ff . + rst 38h ;fa7f ff . + rst 38h ;fa80 ff . + rst 38h ;fa81 ff . + rst 38h ;fa82 ff . + rst 38h ;fa83 ff . + rst 38h ;fa84 ff . + rst 38h ;fa85 ff . + rst 38h ;fa86 ff . + rst 38h ;fa87 ff . + rst 38h ;fa88 ff . + rst 38h ;fa89 ff . + rst 38h ;fa8a ff . + rst 38h ;fa8b ff . + rst 38h ;fa8c ff . + rst 38h ;fa8d ff . + rst 38h ;fa8e ff . + rst 38h ;fa8f ff . + rst 38h ;fa90 ff . + rst 38h ;fa91 ff . + rst 38h ;fa92 ff . + rst 38h ;fa93 ff . + rst 38h ;fa94 ff . + rst 38h ;fa95 ff . + rst 38h ;fa96 ff . + rst 38h ;fa97 ff . + rst 38h ;fa98 ff . + rst 38h ;fa99 ff . + rst 38h ;fa9a ff . + rst 38h ;fa9b ff . + rst 38h ;fa9c ff . + rst 38h ;fa9d ff . + rst 38h ;fa9e ff . + rst 38h ;fa9f ff . + rst 38h ;faa0 ff . + rst 38h ;faa1 ff . + rst 38h ;faa2 ff . + rst 38h ;faa3 ff . + rst 38h ;faa4 ff . + rst 38h ;faa5 ff . + rst 38h ;faa6 ff . + rst 38h ;faa7 ff . + rst 38h ;faa8 ff . + rst 38h ;faa9 ff . + rst 38h ;faaa ff . + rst 38h ;faab ff . + rst 38h ;faac ff . + rst 38h ;faad ff . + rst 38h ;faae ff . + rst 38h ;faaf ff . + rst 38h ;fab0 ff . + rst 38h ;fab1 ff . + rst 38h ;fab2 ff . + rst 38h ;fab3 ff . + rst 38h ;fab4 ff . + rst 38h ;fab5 ff . + rst 38h ;fab6 ff . + rst 38h ;fab7 ff . + rst 38h ;fab8 ff . + rst 38h ;fab9 ff . + rst 38h ;faba ff . + rst 38h ;fabb ff . + rst 38h ;fabc ff . + rst 38h ;fabd ff . + rst 38h ;fabe ff . + rst 38h ;fabf ff . + rst 38h ;fac0 ff . + rst 38h ;fac1 ff . + rst 38h ;fac2 ff . + rst 38h ;fac3 ff . + rst 38h ;fac4 ff . + rst 38h ;fac5 ff . + rst 38h ;fac6 ff . + rst 38h ;fac7 ff . + rst 38h ;fac8 ff . + rst 38h ;fac9 ff . + rst 38h ;faca ff . + rst 38h ;facb ff . + rst 38h ;facc ff . + rst 38h ;facd ff . + rst 38h ;face ff . + rst 38h ;facf ff . + rst 38h ;fad0 ff . + rst 38h ;fad1 ff . + rst 38h ;fad2 ff . + rst 38h ;fad3 ff . + rst 38h ;fad4 ff . + rst 38h ;fad5 ff . + rst 38h ;fad6 ff . + rst 38h ;fad7 ff . + rst 38h ;fad8 ff . + rst 38h ;fad9 ff . + rst 38h ;fada ff . + rst 38h ;fadb ff . + rst 38h ;fadc ff . + rst 38h ;fadd ff . + rst 38h ;fade ff . + rst 38h ;fadf ff . + rst 38h ;fae0 ff . + rst 38h ;fae1 ff . + rst 38h ;fae2 ff . + rst 38h ;fae3 ff . + rst 38h ;fae4 ff . + rst 38h ;fae5 ff . + rst 38h ;fae6 ff . + rst 38h ;fae7 ff . + rst 38h ;fae8 ff . + rst 38h ;fae9 ff . + rst 38h ;faea ff . + rst 38h ;faeb ff . + rst 38h ;faec ff . + rst 38h ;faed ff . + rst 38h ;faee ff . + rst 38h ;faef ff . + rst 38h ;faf0 ff . + rst 38h ;faf1 ff . + rst 38h ;faf2 ff . + rst 38h ;faf3 ff . + rst 38h ;faf4 ff . + rst 38h ;faf5 ff . + rst 38h ;faf6 ff . + rst 38h ;faf7 ff . + rst 38h ;faf8 ff . + rst 38h ;faf9 ff . + rst 38h ;fafa ff . + rst 38h ;fafb ff . + rst 38h ;fafc ff . + rst 38h ;fafd ff . + rst 38h ;fafe ff . + rst 38h ;faff ff . + rst 38h ;fb00 ff . + rst 38h ;fb01 ff . + rst 38h ;fb02 ff . + rst 38h ;fb03 ff . + rst 38h ;fb04 ff . + rst 38h ;fb05 ff . + rst 38h ;fb06 ff . + rst 38h ;fb07 ff . + rst 38h ;fb08 ff . + rst 38h ;fb09 ff . + rst 38h ;fb0a ff . + rst 38h ;fb0b ff . + rst 38h ;fb0c ff . + rst 38h ;fb0d ff . + rst 38h ;fb0e ff . + rst 38h ;fb0f ff . + rst 38h ;fb10 ff . + rst 38h ;fb11 ff . + rst 38h ;fb12 ff . + rst 38h ;fb13 ff . + rst 38h ;fb14 ff . + rst 38h ;fb15 ff . + rst 38h ;fb16 ff . + rst 38h ;fb17 ff . + rst 38h ;fb18 ff . + rst 38h ;fb19 ff . + rst 38h ;fb1a ff . + rst 38h ;fb1b ff . + rst 38h ;fb1c ff . + rst 38h ;fb1d ff . + rst 38h ;fb1e ff . + rst 38h ;fb1f ff . + rst 38h ;fb20 ff . + rst 38h ;fb21 ff . + rst 38h ;fb22 ff . + rst 38h ;fb23 ff . + rst 38h ;fb24 ff . + rst 38h ;fb25 ff . + rst 38h ;fb26 ff . + rst 38h ;fb27 ff . + rst 38h ;fb28 ff . + rst 38h ;fb29 ff . + rst 38h ;fb2a ff . + rst 38h ;fb2b ff . + rst 38h ;fb2c ff . + rst 38h ;fb2d ff . + rst 38h ;fb2e ff . + rst 38h ;fb2f ff . + rst 38h ;fb30 ff . + rst 38h ;fb31 ff . + rst 38h ;fb32 ff . + rst 38h ;fb33 ff . + rst 38h ;fb34 ff . + rst 38h ;fb35 ff . + rst 38h ;fb36 ff . + rst 38h ;fb37 ff . + rst 38h ;fb38 ff . + rst 38h ;fb39 ff . + rst 38h ;fb3a ff . + rst 38h ;fb3b ff . + rst 38h ;fb3c ff . + rst 38h ;fb3d ff . + rst 38h ;fb3e ff . + rst 38h ;fb3f ff . + rst 38h ;fb40 ff . + rst 38h ;fb41 ff . + rst 38h ;fb42 ff . + rst 38h ;fb43 ff . + rst 38h ;fb44 ff . + rst 38h ;fb45 ff . + rst 38h ;fb46 ff . + rst 38h ;fb47 ff . + rst 38h ;fb48 ff . + rst 38h ;fb49 ff . + rst 38h ;fb4a ff . + rst 38h ;fb4b ff . + rst 38h ;fb4c ff . + rst 38h ;fb4d ff . + rst 38h ;fb4e ff . + rst 38h ;fb4f ff . + rst 38h ;fb50 ff . + rst 38h ;fb51 ff . + rst 38h ;fb52 ff . + rst 38h ;fb53 ff . + rst 38h ;fb54 ff . + rst 38h ;fb55 ff . + rst 38h ;fb56 ff . + rst 38h ;fb57 ff . + rst 38h ;fb58 ff . + rst 38h ;fb59 ff . + rst 38h ;fb5a ff . + rst 38h ;fb5b ff . + rst 38h ;fb5c ff . + rst 38h ;fb5d ff . + rst 38h ;fb5e ff . + rst 38h ;fb5f ff . + rst 38h ;fb60 ff . + rst 38h ;fb61 ff . + rst 38h ;fb62 ff . + rst 38h ;fb63 ff . + rst 38h ;fb64 ff . + rst 38h ;fb65 ff . + rst 38h ;fb66 ff . + rst 38h ;fb67 ff . + rst 38h ;fb68 ff . + rst 38h ;fb69 ff . + rst 38h ;fb6a ff . + rst 38h ;fb6b ff . + rst 38h ;fb6c ff . + rst 38h ;fb6d ff . + rst 38h ;fb6e ff . + rst 38h ;fb6f ff . + rst 38h ;fb70 ff . + rst 38h ;fb71 ff . + rst 38h ;fb72 ff . + rst 38h ;fb73 ff . + rst 38h ;fb74 ff . + rst 38h ;fb75 ff . + rst 38h ;fb76 ff . + rst 38h ;fb77 ff . + rst 38h ;fb78 ff . + rst 38h ;fb79 ff . + rst 38h ;fb7a ff . + rst 38h ;fb7b ff . + rst 38h ;fb7c ff . + rst 38h ;fb7d ff . + rst 38h ;fb7e ff . + rst 38h ;fb7f ff . + rst 38h ;fb80 ff . + rst 38h ;fb81 ff . + rst 38h ;fb82 ff . + rst 38h ;fb83 ff . + rst 38h ;fb84 ff . + rst 38h ;fb85 ff . + rst 38h ;fb86 ff . + rst 38h ;fb87 ff . + rst 38h ;fb88 ff . + rst 38h ;fb89 ff . + rst 38h ;fb8a ff . + rst 38h ;fb8b ff . + rst 38h ;fb8c ff . + rst 38h ;fb8d ff . + rst 38h ;fb8e ff . + rst 38h ;fb8f ff . + rst 38h ;fb90 ff . + rst 38h ;fb91 ff . + rst 38h ;fb92 ff . + rst 38h ;fb93 ff . + rst 38h ;fb94 ff . + rst 38h ;fb95 ff . + rst 38h ;fb96 ff . + rst 38h ;fb97 ff . + rst 38h ;fb98 ff . + rst 38h ;fb99 ff . + rst 38h ;fb9a ff . + rst 38h ;fb9b ff . + rst 38h ;fb9c ff . + rst 38h ;fb9d ff . + rst 38h ;fb9e ff . + rst 38h ;fb9f ff . + rst 38h ;fba0 ff . + rst 38h ;fba1 ff . + rst 38h ;fba2 ff . + rst 38h ;fba3 ff . + rst 38h ;fba4 ff . + rst 38h ;fba5 ff . + rst 38h ;fba6 ff . + rst 38h ;fba7 ff . + rst 38h ;fba8 ff . + rst 38h ;fba9 ff . + rst 38h ;fbaa ff . + rst 38h ;fbab ff . + rst 38h ;fbac ff . + rst 38h ;fbad ff . + rst 38h ;fbae ff . + rst 38h ;fbaf ff . + rst 38h ;fbb0 ff . + rst 38h ;fbb1 ff . + rst 38h ;fbb2 ff . + rst 38h ;fbb3 ff . + rst 38h ;fbb4 ff . + rst 38h ;fbb5 ff . + rst 38h ;fbb6 ff . + rst 38h ;fbb7 ff . + rst 38h ;fbb8 ff . + rst 38h ;fbb9 ff . + rst 38h ;fbba ff . + rst 38h ;fbbb ff . + rst 38h ;fbbc ff . + rst 38h ;fbbd ff . + rst 38h ;fbbe ff . + rst 38h ;fbbf ff . + rst 38h ;fbc0 ff . + rst 38h ;fbc1 ff . + rst 38h ;fbc2 ff . + rst 38h ;fbc3 ff . + rst 38h ;fbc4 ff . + rst 38h ;fbc5 ff . + rst 38h ;fbc6 ff . + rst 38h ;fbc7 ff . + rst 38h ;fbc8 ff . + rst 38h ;fbc9 ff . + rst 38h ;fbca ff . + rst 38h ;fbcb ff . + rst 38h ;fbcc ff . + rst 38h ;fbcd ff . + rst 38h ;fbce ff . + rst 38h ;fbcf ff . + rst 38h ;fbd0 ff . + rst 38h ;fbd1 ff . + rst 38h ;fbd2 ff . + rst 38h ;fbd3 ff . + rst 38h ;fbd4 ff . + rst 38h ;fbd5 ff . + rst 38h ;fbd6 ff . + rst 38h ;fbd7 ff . + rst 38h ;fbd8 ff . + rst 38h ;fbd9 ff . + rst 38h ;fbda ff . + rst 38h ;fbdb ff . + rst 38h ;fbdc ff . + rst 38h ;fbdd ff . + rst 38h ;fbde ff . + rst 38h ;fbdf ff . + rst 38h ;fbe0 ff . + rst 38h ;fbe1 ff . + rst 38h ;fbe2 ff . + rst 38h ;fbe3 ff . + rst 38h ;fbe4 ff . + rst 38h ;fbe5 ff . + rst 38h ;fbe6 ff . + rst 38h ;fbe7 ff . + rst 38h ;fbe8 ff . + rst 38h ;fbe9 ff . + rst 38h ;fbea ff . + rst 38h ;fbeb ff . + rst 38h ;fbec ff . + rst 38h ;fbed ff . + rst 38h ;fbee ff . + rst 38h ;fbef ff . + rst 38h ;fbf0 ff . + rst 38h ;fbf1 ff . + rst 38h ;fbf2 ff . + rst 38h ;fbf3 ff . + rst 38h ;fbf4 ff . + rst 38h ;fbf5 ff . + rst 38h ;fbf6 ff . + rst 38h ;fbf7 ff . + rst 38h ;fbf8 ff . + rst 38h ;fbf9 ff . + rst 38h ;fbfa ff . + rst 38h ;fbfb ff . + rst 38h ;fbfc ff . + rst 38h ;fbfd ff . + rst 38h ;fbfe ff . + rst 38h ;fbff ff . + rst 38h ;fc00 ff . + rst 38h ;fc01 ff . + rst 38h ;fc02 ff . + rst 38h ;fc03 ff . + rst 38h ;fc04 ff . + rst 38h ;fc05 ff . + rst 38h ;fc06 ff . + rst 38h ;fc07 ff . + rst 38h ;fc08 ff . + rst 38h ;fc09 ff . + rst 38h ;fc0a ff . + rst 38h ;fc0b ff . + rst 38h ;fc0c ff . + rst 38h ;fc0d ff . + rst 38h ;fc0e ff . + rst 38h ;fc0f ff . + rst 38h ;fc10 ff . + rst 38h ;fc11 ff . + rst 38h ;fc12 ff . + rst 38h ;fc13 ff . + rst 38h ;fc14 ff . + rst 38h ;fc15 ff . + rst 38h ;fc16 ff . + rst 38h ;fc17 ff . + rst 38h ;fc18 ff . + rst 38h ;fc19 ff . + rst 38h ;fc1a ff . + rst 38h ;fc1b ff . + rst 38h ;fc1c ff . + rst 38h ;fc1d ff . + rst 38h ;fc1e ff . + rst 38h ;fc1f ff . + rst 38h ;fc20 ff . + rst 38h ;fc21 ff . + rst 38h ;fc22 ff . + rst 38h ;fc23 ff . + rst 38h ;fc24 ff . + rst 38h ;fc25 ff . + rst 38h ;fc26 ff . + rst 38h ;fc27 ff . + rst 38h ;fc28 ff . + rst 38h ;fc29 ff . + rst 38h ;fc2a ff . + rst 38h ;fc2b ff . + rst 38h ;fc2c ff . + rst 38h ;fc2d ff . + rst 38h ;fc2e ff . + rst 38h ;fc2f ff . + rst 38h ;fc30 ff . + rst 38h ;fc31 ff . + rst 38h ;fc32 ff . + rst 38h ;fc33 ff . + rst 38h ;fc34 ff . + rst 38h ;fc35 ff . + rst 38h ;fc36 ff . + rst 38h ;fc37 ff . + rst 38h ;fc38 ff . + rst 38h ;fc39 ff . + rst 38h ;fc3a ff . + rst 38h ;fc3b ff . + rst 38h ;fc3c ff . + rst 38h ;fc3d ff . + rst 38h ;fc3e ff . + rst 38h ;fc3f ff . + rst 38h ;fc40 ff . + rst 38h ;fc41 ff . + rst 38h ;fc42 ff . + rst 38h ;fc43 ff . + rst 38h ;fc44 ff . + rst 38h ;fc45 ff . + rst 38h ;fc46 ff . + rst 38h ;fc47 ff . + rst 38h ;fc48 ff . + rst 38h ;fc49 ff . + rst 38h ;fc4a ff . + rst 38h ;fc4b ff . + rst 38h ;fc4c ff . + rst 38h ;fc4d ff . + rst 38h ;fc4e ff . + rst 38h ;fc4f ff . + rst 38h ;fc50 ff . + rst 38h ;fc51 ff . + rst 38h ;fc52 ff . + rst 38h ;fc53 ff . + rst 38h ;fc54 ff . + rst 38h ;fc55 ff . + rst 38h ;fc56 ff . + rst 38h ;fc57 ff . + rst 38h ;fc58 ff . + rst 38h ;fc59 ff . + rst 38h ;fc5a ff . + rst 38h ;fc5b ff . + rst 38h ;fc5c ff . + rst 38h ;fc5d ff . + rst 38h ;fc5e ff . + rst 38h ;fc5f ff . + rst 38h ;fc60 ff . + rst 38h ;fc61 ff . + rst 38h ;fc62 ff . + rst 38h ;fc63 ff . + rst 38h ;fc64 ff . + rst 38h ;fc65 ff . + rst 38h ;fc66 ff . + rst 38h ;fc67 ff . + rst 38h ;fc68 ff . + rst 38h ;fc69 ff . + rst 38h ;fc6a ff . + rst 38h ;fc6b ff . + rst 38h ;fc6c ff . + rst 38h ;fc6d ff . + rst 38h ;fc6e ff . + rst 38h ;fc6f ff . + rst 38h ;fc70 ff . + rst 38h ;fc71 ff . + rst 38h ;fc72 ff . + rst 38h ;fc73 ff . + rst 38h ;fc74 ff . + rst 38h ;fc75 ff . + rst 38h ;fc76 ff . + rst 38h ;fc77 ff . + rst 38h ;fc78 ff . + rst 38h ;fc79 ff . + rst 38h ;fc7a ff . + rst 38h ;fc7b ff . + rst 38h ;fc7c ff . + rst 38h ;fc7d ff . + rst 38h ;fc7e ff . + rst 38h ;fc7f ff . + rst 38h ;fc80 ff . + rst 38h ;fc81 ff . + rst 38h ;fc82 ff . + rst 38h ;fc83 ff . + rst 38h ;fc84 ff . + rst 38h ;fc85 ff . + rst 38h ;fc86 ff . + rst 38h ;fc87 ff . + rst 38h ;fc88 ff . + rst 38h ;fc89 ff . + rst 38h ;fc8a ff . + rst 38h ;fc8b ff . + rst 38h ;fc8c ff . + rst 38h ;fc8d ff . + rst 38h ;fc8e ff . + rst 38h ;fc8f ff . + rst 38h ;fc90 ff . + rst 38h ;fc91 ff . + rst 38h ;fc92 ff . + rst 38h ;fc93 ff . + rst 38h ;fc94 ff . + rst 38h ;fc95 ff . + rst 38h ;fc96 ff . + rst 38h ;fc97 ff . + rst 38h ;fc98 ff . + rst 38h ;fc99 ff . + rst 38h ;fc9a ff . + rst 38h ;fc9b ff . + rst 38h ;fc9c ff . + rst 38h ;fc9d ff . + rst 38h ;fc9e ff . + rst 38h ;fc9f ff . + rst 38h ;fca0 ff . + rst 38h ;fca1 ff . + rst 38h ;fca2 ff . + rst 38h ;fca3 ff . + rst 38h ;fca4 ff . + rst 38h ;fca5 ff . + rst 38h ;fca6 ff . + rst 38h ;fca7 ff . + rst 38h ;fca8 ff . + rst 38h ;fca9 ff . + rst 38h ;fcaa ff . + rst 38h ;fcab ff . + rst 38h ;fcac ff . + rst 38h ;fcad ff . + rst 38h ;fcae ff . + rst 38h ;fcaf ff . + rst 38h ;fcb0 ff . + rst 38h ;fcb1 ff . + rst 38h ;fcb2 ff . + rst 38h ;fcb3 ff . + rst 38h ;fcb4 ff . + rst 38h ;fcb5 ff . + rst 38h ;fcb6 ff . + rst 38h ;fcb7 ff . + rst 38h ;fcb8 ff . + rst 38h ;fcb9 ff . + rst 38h ;fcba ff . + rst 38h ;fcbb ff . + rst 38h ;fcbc ff . + rst 38h ;fcbd ff . + rst 38h ;fcbe ff . + rst 38h ;fcbf ff . + rst 38h ;fcc0 ff . + rst 38h ;fcc1 ff . + rst 38h ;fcc2 ff . + rst 38h ;fcc3 ff . + rst 38h ;fcc4 ff . + rst 38h ;fcc5 ff . + rst 38h ;fcc6 ff . + rst 38h ;fcc7 ff . + rst 38h ;fcc8 ff . + rst 38h ;fcc9 ff . + rst 38h ;fcca ff . + rst 38h ;fccb ff . + rst 38h ;fccc ff . + rst 38h ;fccd ff . + rst 38h ;fcce ff . + rst 38h ;fccf ff . + rst 38h ;fcd0 ff . + rst 38h ;fcd1 ff . + rst 38h ;fcd2 ff . + rst 38h ;fcd3 ff . + rst 38h ;fcd4 ff . + rst 38h ;fcd5 ff . + rst 38h ;fcd6 ff . + rst 38h ;fcd7 ff . + rst 38h ;fcd8 ff . + rst 38h ;fcd9 ff . + rst 38h ;fcda ff . + rst 38h ;fcdb ff . + rst 38h ;fcdc ff . + rst 38h ;fcdd ff . + rst 38h ;fcde ff . + rst 38h ;fcdf ff . + rst 38h ;fce0 ff . + rst 38h ;fce1 ff . + rst 38h ;fce2 ff . + rst 38h ;fce3 ff . + rst 38h ;fce4 ff . + rst 38h ;fce5 ff . + rst 38h ;fce6 ff . + rst 38h ;fce7 ff . + rst 38h ;fce8 ff . + rst 38h ;fce9 ff . + rst 38h ;fcea ff . + rst 38h ;fceb ff . + rst 38h ;fcec ff . + rst 38h ;fced ff . + rst 38h ;fcee ff . + rst 38h ;fcef ff . + rst 38h ;fcf0 ff . + rst 38h ;fcf1 ff . + rst 38h ;fcf2 ff . + rst 38h ;fcf3 ff . + rst 38h ;fcf4 ff . + rst 38h ;fcf5 ff . + rst 38h ;fcf6 ff . + rst 38h ;fcf7 ff . + rst 38h ;fcf8 ff . + rst 38h ;fcf9 ff . + rst 38h ;fcfa ff . + rst 38h ;fcfb ff . + rst 38h ;fcfc ff . + rst 38h ;fcfd ff . + rst 38h ;fcfe ff . + rst 38h ;fcff ff . + rst 38h ;fd00 ff . + rst 38h ;fd01 ff . + rst 38h ;fd02 ff . + rst 38h ;fd03 ff . + rst 38h ;fd04 ff . + rst 38h ;fd05 ff . + rst 38h ;fd06 ff . + rst 38h ;fd07 ff . + rst 38h ;fd08 ff . + rst 38h ;fd09 ff . + rst 38h ;fd0a ff . + rst 38h ;fd0b ff . + rst 38h ;fd0c ff . + rst 38h ;fd0d ff . + rst 38h ;fd0e ff . + rst 38h ;fd0f ff . + rst 38h ;fd10 ff . + rst 38h ;fd11 ff . + rst 38h ;fd12 ff . + rst 38h ;fd13 ff . + rst 38h ;fd14 ff . + rst 38h ;fd15 ff . + rst 38h ;fd16 ff . + rst 38h ;fd17 ff . + rst 38h ;fd18 ff . + rst 38h ;fd19 ff . + rst 38h ;fd1a ff . + rst 38h ;fd1b ff . + rst 38h ;fd1c ff . + rst 38h ;fd1d ff . + rst 38h ;fd1e ff . + rst 38h ;fd1f ff . + rst 38h ;fd20 ff . + rst 38h ;fd21 ff . + rst 38h ;fd22 ff . + rst 38h ;fd23 ff . + rst 38h ;fd24 ff . + rst 38h ;fd25 ff . + rst 38h ;fd26 ff . + rst 38h ;fd27 ff . + rst 38h ;fd28 ff . + rst 38h ;fd29 ff . + rst 38h ;fd2a ff . + rst 38h ;fd2b ff . + rst 38h ;fd2c ff . + rst 38h ;fd2d ff . + rst 38h ;fd2e ff . + rst 38h ;fd2f ff . + rst 38h ;fd30 ff . + rst 38h ;fd31 ff . + rst 38h ;fd32 ff . + rst 38h ;fd33 ff . + rst 38h ;fd34 ff . + rst 38h ;fd35 ff . + rst 38h ;fd36 ff . + rst 38h ;fd37 ff . + rst 38h ;fd38 ff . + rst 38h ;fd39 ff . + rst 38h ;fd3a ff . + rst 38h ;fd3b ff . + rst 38h ;fd3c ff . + rst 38h ;fd3d ff . + rst 38h ;fd3e ff . + rst 38h ;fd3f ff . + rst 38h ;fd40 ff . + rst 38h ;fd41 ff . + rst 38h ;fd42 ff . + rst 38h ;fd43 ff . + rst 38h ;fd44 ff . + rst 38h ;fd45 ff . + rst 38h ;fd46 ff . + rst 38h ;fd47 ff . + rst 38h ;fd48 ff . + rst 38h ;fd49 ff . + rst 38h ;fd4a ff . + rst 38h ;fd4b ff . + rst 38h ;fd4c ff . + rst 38h ;fd4d ff . + rst 38h ;fd4e ff . + rst 38h ;fd4f ff . + rst 38h ;fd50 ff . + rst 38h ;fd51 ff . + rst 38h ;fd52 ff . + rst 38h ;fd53 ff . + rst 38h ;fd54 ff . + rst 38h ;fd55 ff . + rst 38h ;fd56 ff . + rst 38h ;fd57 ff . + rst 38h ;fd58 ff . + rst 38h ;fd59 ff . + rst 38h ;fd5a ff . + rst 38h ;fd5b ff . + rst 38h ;fd5c ff . + rst 38h ;fd5d ff . + rst 38h ;fd5e ff . + rst 38h ;fd5f ff . + rst 38h ;fd60 ff . + rst 38h ;fd61 ff . + rst 38h ;fd62 ff . + rst 38h ;fd63 ff . + rst 38h ;fd64 ff . + rst 38h ;fd65 ff . + rst 38h ;fd66 ff . + rst 38h ;fd67 ff . + rst 38h ;fd68 ff . + rst 38h ;fd69 ff . + rst 38h ;fd6a ff . + rst 38h ;fd6b ff . + rst 38h ;fd6c ff . + rst 38h ;fd6d ff . + rst 38h ;fd6e ff . + rst 38h ;fd6f ff . + rst 38h ;fd70 ff . + rst 38h ;fd71 ff . + rst 38h ;fd72 ff . + rst 38h ;fd73 ff . + rst 38h ;fd74 ff . + rst 38h ;fd75 ff . + rst 38h ;fd76 ff . + rst 38h ;fd77 ff . + rst 38h ;fd78 ff . + rst 38h ;fd79 ff . + rst 38h ;fd7a ff . + rst 38h ;fd7b ff . + rst 38h ;fd7c ff . + rst 38h ;fd7d ff . + rst 38h ;fd7e ff . + rst 38h ;fd7f ff . + rst 38h ;fd80 ff . + rst 38h ;fd81 ff . + rst 38h ;fd82 ff . + rst 38h ;fd83 ff . + rst 38h ;fd84 ff . + rst 38h ;fd85 ff . + rst 38h ;fd86 ff . +sub_fd87h: + rst 38h ;fd87 ff . + rst 38h ;fd88 ff . + rst 38h ;fd89 ff . + rst 38h ;fd8a ff . + rst 38h ;fd8b ff . +lfd8ch: + rst 38h ;fd8c ff . + rst 38h ;fd8d ff . + rst 38h ;fd8e ff . + rst 38h ;fd8f ff . + rst 38h ;fd90 ff . + rst 38h ;fd91 ff . + rst 38h ;fd92 ff . + rst 38h ;fd93 ff . + rst 38h ;fd94 ff . + rst 38h ;fd95 ff . + rst 38h ;fd96 ff . + rst 38h ;fd97 ff . + rst 38h ;fd98 ff . + rst 38h ;fd99 ff . + rst 38h ;fd9a ff . + rst 38h ;fd9b ff . + rst 38h ;fd9c ff . + rst 38h ;fd9d ff . + rst 38h ;fd9e ff . + rst 38h ;fd9f ff . + rst 38h ;fda0 ff . + rst 38h ;fda1 ff . + rst 38h ;fda2 ff . + rst 38h ;fda3 ff . + rst 38h ;fda4 ff . + rst 38h ;fda5 ff . + rst 38h ;fda6 ff . + rst 38h ;fda7 ff . + rst 38h ;fda8 ff . + rst 38h ;fda9 ff . + rst 38h ;fdaa ff . + rst 38h ;fdab ff . + rst 38h ;fdac ff . + rst 38h ;fdad ff . + rst 38h ;fdae ff . + rst 38h ;fdaf ff . + rst 38h ;fdb0 ff . + rst 38h ;fdb1 ff . + rst 38h ;fdb2 ff . + rst 38h ;fdb3 ff . + rst 38h ;fdb4 ff . + rst 38h ;fdb5 ff . + rst 38h ;fdb6 ff . + rst 38h ;fdb7 ff . + rst 38h ;fdb8 ff . + rst 38h ;fdb9 ff . + rst 38h ;fdba ff . + rst 38h ;fdbb ff . + rst 38h ;fdbc ff . + rst 38h ;fdbd ff . + rst 38h ;fdbe ff . + rst 38h ;fdbf ff . + rst 38h ;fdc0 ff . + rst 38h ;fdc1 ff . + rst 38h ;fdc2 ff . + rst 38h ;fdc3 ff . + rst 38h ;fdc4 ff . + rst 38h ;fdc5 ff . + rst 38h ;fdc6 ff . + rst 38h ;fdc7 ff . + rst 38h ;fdc8 ff . + rst 38h ;fdc9 ff . + rst 38h ;fdca ff . + rst 38h ;fdcb ff . + rst 38h ;fdcc ff . + rst 38h ;fdcd ff . + rst 38h ;fdce ff . + rst 38h ;fdcf ff . + rst 38h ;fdd0 ff . + rst 38h ;fdd1 ff . + rst 38h ;fdd2 ff . + rst 38h ;fdd3 ff . + rst 38h ;fdd4 ff . + rst 38h ;fdd5 ff . + rst 38h ;fdd6 ff . + rst 38h ;fdd7 ff . + rst 38h ;fdd8 ff . + rst 38h ;fdd9 ff . + rst 38h ;fdda ff . + rst 38h ;fddb ff . + rst 38h ;fddc ff . + rst 38h ;fddd ff . + rst 38h ;fdde ff . + rst 38h ;fddf ff . + rst 38h ;fde0 ff . + rst 38h ;fde1 ff . + rst 38h ;fde2 ff . + rst 38h ;fde3 ff . + rst 38h ;fde4 ff . + rst 38h ;fde5 ff . + rst 38h ;fde6 ff . + rst 38h ;fde7 ff . + rst 38h ;fde8 ff . + rst 38h ;fde9 ff . + rst 38h ;fdea ff . + rst 38h ;fdeb ff . + rst 38h ;fdec ff . + rst 38h ;fded ff . + rst 38h ;fdee ff . + rst 38h ;fdef ff . + rst 38h ;fdf0 ff . + rst 38h ;fdf1 ff . + rst 38h ;fdf2 ff . + rst 38h ;fdf3 ff . + rst 38h ;fdf4 ff . + rst 38h ;fdf5 ff . + rst 38h ;fdf6 ff . + rst 38h ;fdf7 ff . + rst 38h ;fdf8 ff . + rst 38h ;fdf9 ff . + rst 38h ;fdfa ff . + rst 38h ;fdfb ff . + rst 38h ;fdfc ff . + rst 38h ;fdfd ff . + rst 38h ;fdfe ff . + rst 38h ;fdff ff . + rst 38h ;fe00 ff . + rst 38h ;fe01 ff . + rst 38h ;fe02 ff . + rst 38h ;fe03 ff . + rst 38h ;fe04 ff . + rst 38h ;fe05 ff . + rst 38h ;fe06 ff . + rst 38h ;fe07 ff . + rst 38h ;fe08 ff . + rst 38h ;fe09 ff . + rst 38h ;fe0a ff . + rst 38h ;fe0b ff . + rst 38h ;fe0c ff . + rst 38h ;fe0d ff . + rst 38h ;fe0e ff . + rst 38h ;fe0f ff . + rst 38h ;fe10 ff . + rst 38h ;fe11 ff . + rst 38h ;fe12 ff . + rst 38h ;fe13 ff . + rst 38h ;fe14 ff . + rst 38h ;fe15 ff . + rst 38h ;fe16 ff . + rst 38h ;fe17 ff . + rst 38h ;fe18 ff . + rst 38h ;fe19 ff . + rst 38h ;fe1a ff . + rst 38h ;fe1b ff . + rst 38h ;fe1c ff . + rst 38h ;fe1d ff . + rst 38h ;fe1e ff . + rst 38h ;fe1f ff . + rst 38h ;fe20 ff . + rst 38h ;fe21 ff . + rst 38h ;fe22 ff . + rst 38h ;fe23 ff . + rst 38h ;fe24 ff . + rst 38h ;fe25 ff . + rst 38h ;fe26 ff . + rst 38h ;fe27 ff . + rst 38h ;fe28 ff . + rst 38h ;fe29 ff . + rst 38h ;fe2a ff . + rst 38h ;fe2b ff . + rst 38h ;fe2c ff . + rst 38h ;fe2d ff . + rst 38h ;fe2e ff . + rst 38h ;fe2f ff . + rst 38h ;fe30 ff . + rst 38h ;fe31 ff . + rst 38h ;fe32 ff . + rst 38h ;fe33 ff . + rst 38h ;fe34 ff . + rst 38h ;fe35 ff . + rst 38h ;fe36 ff . + rst 38h ;fe37 ff . + rst 38h ;fe38 ff . + rst 38h ;fe39 ff . + rst 38h ;fe3a ff . + rst 38h ;fe3b ff . + rst 38h ;fe3c ff . + rst 38h ;fe3d ff . + rst 38h ;fe3e ff . + rst 38h ;fe3f ff . + rst 38h ;fe40 ff . + rst 38h ;fe41 ff . + rst 38h ;fe42 ff . + rst 38h ;fe43 ff . + rst 38h ;fe44 ff . + rst 38h ;fe45 ff . + rst 38h ;fe46 ff . + rst 38h ;fe47 ff . + rst 38h ;fe48 ff . + rst 38h ;fe49 ff . + rst 38h ;fe4a ff . + rst 38h ;fe4b ff . + rst 38h ;fe4c ff . + rst 38h ;fe4d ff . + rst 38h ;fe4e ff . + rst 38h ;fe4f ff . + rst 38h ;fe50 ff . + rst 38h ;fe51 ff . + rst 38h ;fe52 ff . + rst 38h ;fe53 ff . + rst 38h ;fe54 ff . + rst 38h ;fe55 ff . + rst 38h ;fe56 ff . + rst 38h ;fe57 ff . + rst 38h ;fe58 ff . + rst 38h ;fe59 ff . + rst 38h ;fe5a ff . + rst 38h ;fe5b ff . + rst 38h ;fe5c ff . + rst 38h ;fe5d ff . + rst 38h ;fe5e ff . + rst 38h ;fe5f ff . + rst 38h ;fe60 ff . + rst 38h ;fe61 ff . + rst 38h ;fe62 ff . + rst 38h ;fe63 ff . + rst 38h ;fe64 ff . + rst 38h ;fe65 ff . + rst 38h ;fe66 ff . + rst 38h ;fe67 ff . + rst 38h ;fe68 ff . + rst 38h ;fe69 ff . + rst 38h ;fe6a ff . + rst 38h ;fe6b ff . + rst 38h ;fe6c ff . + rst 38h ;fe6d ff . + rst 38h ;fe6e ff . + rst 38h ;fe6f ff . + rst 38h ;fe70 ff . + rst 38h ;fe71 ff . + rst 38h ;fe72 ff . + rst 38h ;fe73 ff . + rst 38h ;fe74 ff . + rst 38h ;fe75 ff . + rst 38h ;fe76 ff . + rst 38h ;fe77 ff . + rst 38h ;fe78 ff . + rst 38h ;fe79 ff . + rst 38h ;fe7a ff . + rst 38h ;fe7b ff . + rst 38h ;fe7c ff . + rst 38h ;fe7d ff . + rst 38h ;fe7e ff . + rst 38h ;fe7f ff . + rst 38h ;fe80 ff . + rst 38h ;fe81 ff . + rst 38h ;fe82 ff . + rst 38h ;fe83 ff . + rst 38h ;fe84 ff . + rst 38h ;fe85 ff . + rst 38h ;fe86 ff . + rst 38h ;fe87 ff . + rst 38h ;fe88 ff . + rst 38h ;fe89 ff . + rst 38h ;fe8a ff . + rst 38h ;fe8b ff . + rst 38h ;fe8c ff . + rst 38h ;fe8d ff . + rst 38h ;fe8e ff . + rst 38h ;fe8f ff . + rst 38h ;fe90 ff . + rst 38h ;fe91 ff . + rst 38h ;fe92 ff . + rst 38h ;fe93 ff . + rst 38h ;fe94 ff . + rst 38h ;fe95 ff . + rst 38h ;fe96 ff . + rst 38h ;fe97 ff . + rst 38h ;fe98 ff . + rst 38h ;fe99 ff . + rst 38h ;fe9a ff . + rst 38h ;fe9b ff . + rst 38h ;fe9c ff . + rst 38h ;fe9d ff . + rst 38h ;fe9e ff . + rst 38h ;fe9f ff . + rst 38h ;fea0 ff . + rst 38h ;fea1 ff . + rst 38h ;fea2 ff . + rst 38h ;fea3 ff . + rst 38h ;fea4 ff . + rst 38h ;fea5 ff . + rst 38h ;fea6 ff . + rst 38h ;fea7 ff . + rst 38h ;fea8 ff . + rst 38h ;fea9 ff . + rst 38h ;feaa ff . + rst 38h ;feab ff . + rst 38h ;feac ff . + rst 38h ;fead ff . + rst 38h ;feae ff . + rst 38h ;feaf ff . + rst 38h ;feb0 ff . + rst 38h ;feb1 ff . + rst 38h ;feb2 ff . + rst 38h ;feb3 ff . + rst 38h ;feb4 ff . + rst 38h ;feb5 ff . + rst 38h ;feb6 ff . + rst 38h ;feb7 ff . + rst 38h ;feb8 ff . + rst 38h ;feb9 ff . + rst 38h ;feba ff . + rst 38h ;febb ff . + rst 38h ;febc ff . + rst 38h ;febd ff . + rst 38h ;febe ff . + rst 38h ;febf ff . + rst 38h ;fec0 ff . + rst 38h ;fec1 ff . + rst 38h ;fec2 ff . + rst 38h ;fec3 ff . + rst 38h ;fec4 ff . + rst 38h ;fec5 ff . + rst 38h ;fec6 ff . + rst 38h ;fec7 ff . + rst 38h ;fec8 ff . + rst 38h ;fec9 ff . + rst 38h ;feca ff . + rst 38h ;fecb ff . + rst 38h ;fecc ff . + rst 38h ;fecd ff . + rst 38h ;fece ff . + rst 38h ;fecf ff . + rst 38h ;fed0 ff . + rst 38h ;fed1 ff . + rst 38h ;fed2 ff . + rst 38h ;fed3 ff . + rst 38h ;fed4 ff . + rst 38h ;fed5 ff . + rst 38h ;fed6 ff . + rst 38h ;fed7 ff . + rst 38h ;fed8 ff . + rst 38h ;fed9 ff . + rst 38h ;feda ff . + rst 38h ;fedb ff . + rst 38h ;fedc ff . + rst 38h ;fedd ff . + rst 38h ;fede ff . + rst 38h ;fedf ff . + rst 38h ;fee0 ff . + rst 38h ;fee1 ff . + rst 38h ;fee2 ff . + rst 38h ;fee3 ff . + rst 38h ;fee4 ff . + rst 38h ;fee5 ff . + rst 38h ;fee6 ff . + rst 38h ;fee7 ff . + rst 38h ;fee8 ff . + rst 38h ;fee9 ff . + rst 38h ;feea ff . + rst 38h ;feeb ff . + rst 38h ;feec ff . + rst 38h ;feed ff . + rst 38h ;feee ff . + rst 38h ;feef ff . + rst 38h ;fef0 ff . + rst 38h ;fef1 ff . + rst 38h ;fef2 ff . + rst 38h ;fef3 ff . + rst 38h ;fef4 ff . + rst 38h ;fef5 ff . + rst 38h ;fef6 ff . + rst 38h ;fef7 ff . + rst 38h ;fef8 ff . + rst 38h ;fef9 ff . + rst 38h ;fefa ff . + rst 38h ;fefb ff . + rst 38h ;fefc ff . + rst 38h ;fefd ff . + rst 38h ;fefe ff . + rst 38h ;feff ff . + rst 38h ;ff00 ff . + rst 38h ;ff01 ff . + rst 38h ;ff02 ff . + rst 38h ;ff03 ff . + rst 38h ;ff04 ff . + rst 38h ;ff05 ff . + rst 38h ;ff06 ff . + rst 38h ;ff07 ff . + rst 38h ;ff08 ff . + rst 38h ;ff09 ff . + rst 38h ;ff0a ff . + rst 38h ;ff0b ff . + rst 38h ;ff0c ff . + rst 38h ;ff0d ff . + rst 38h ;ff0e ff . + rst 38h ;ff0f ff . + rst 38h ;ff10 ff . + rst 38h ;ff11 ff . + rst 38h ;ff12 ff . + rst 38h ;ff13 ff . + rst 38h ;ff14 ff . + rst 38h ;ff15 ff . + rst 38h ;ff16 ff . + rst 38h ;ff17 ff . + rst 38h ;ff18 ff . + rst 38h ;ff19 ff . + rst 38h ;ff1a ff . + rst 38h ;ff1b ff . + rst 38h ;ff1c ff . + rst 38h ;ff1d ff . + rst 38h ;ff1e ff . + rst 38h ;ff1f ff . + rst 38h ;ff20 ff . + rst 38h ;ff21 ff . + rst 38h ;ff22 ff . + rst 38h ;ff23 ff . + rst 38h ;ff24 ff . + rst 38h ;ff25 ff . + rst 38h ;ff26 ff . + rst 38h ;ff27 ff . + rst 38h ;ff28 ff . + rst 38h ;ff29 ff . + rst 38h ;ff2a ff . + rst 38h ;ff2b ff . + rst 38h ;ff2c ff . + rst 38h ;ff2d ff . + rst 38h ;ff2e ff . + rst 38h ;ff2f ff . + rst 38h ;ff30 ff . + rst 38h ;ff31 ff . + rst 38h ;ff32 ff . + rst 38h ;ff33 ff . + rst 38h ;ff34 ff . + rst 38h ;ff35 ff . + rst 38h ;ff36 ff . + rst 38h ;ff37 ff . + rst 38h ;ff38 ff . + rst 38h ;ff39 ff . + rst 38h ;ff3a ff . + rst 38h ;ff3b ff . + rst 38h ;ff3c ff . + rst 38h ;ff3d ff . + rst 38h ;ff3e ff . + rst 38h ;ff3f ff . + rst 38h ;ff40 ff . + rst 38h ;ff41 ff . + rst 38h ;ff42 ff . + rst 38h ;ff43 ff . + rst 38h ;ff44 ff . + rst 38h ;ff45 ff . + rst 38h ;ff46 ff . + rst 38h ;ff47 ff . + rst 38h ;ff48 ff . + rst 38h ;ff49 ff . + rst 38h ;ff4a ff . + rst 38h ;ff4b ff . + rst 38h ;ff4c ff . + rst 38h ;ff4d ff . + rst 38h ;ff4e ff . + rst 38h ;ff4f ff . + rst 38h ;ff50 ff . + rst 38h ;ff51 ff . + rst 38h ;ff52 ff . + rst 38h ;ff53 ff . + rst 38h ;ff54 ff . + rst 38h ;ff55 ff . + rst 38h ;ff56 ff . + rst 38h ;ff57 ff . + rst 38h ;ff58 ff . + rst 38h ;ff59 ff . + rst 38h ;ff5a ff . + rst 38h ;ff5b ff . + rst 38h ;ff5c ff . + rst 38h ;ff5d ff . + rst 38h ;ff5e ff . + rst 38h ;ff5f ff . + rst 38h ;ff60 ff . + rst 38h ;ff61 ff . + rst 38h ;ff62 ff . + rst 38h ;ff63 ff . + rst 38h ;ff64 ff . + rst 38h ;ff65 ff . + rst 38h ;ff66 ff . + rst 38h ;ff67 ff . + rst 38h ;ff68 ff . + rst 38h ;ff69 ff . + rst 38h ;ff6a ff . + rst 38h ;ff6b ff . + rst 38h ;ff6c ff . + rst 38h ;ff6d ff . + rst 38h ;ff6e ff . + rst 38h ;ff6f ff . + rst 38h ;ff70 ff . + rst 38h ;ff71 ff . + rst 38h ;ff72 ff . + rst 38h ;ff73 ff . + rst 38h ;ff74 ff . + rst 38h ;ff75 ff . + rst 38h ;ff76 ff . + rst 38h ;ff77 ff . + rst 38h ;ff78 ff . + rst 38h ;ff79 ff . + rst 38h ;ff7a ff . + rst 38h ;ff7b ff . + rst 38h ;ff7c ff . + rst 38h ;ff7d ff . + rst 38h ;ff7e ff . + rst 38h ;ff7f ff . + rst 38h ;ff80 ff . + rst 38h ;ff81 ff . + rst 38h ;ff82 ff . + rst 38h ;ff83 ff . + rst 38h ;ff84 ff . + rst 38h ;ff85 ff . + rst 38h ;ff86 ff . + rst 38h ;ff87 ff . + rst 38h ;ff88 ff . + rst 38h ;ff89 ff . + rst 38h ;ff8a ff . + rst 38h ;ff8b ff . + rst 38h ;ff8c ff . + rst 38h ;ff8d ff . + rst 38h ;ff8e ff . + rst 38h ;ff8f ff . + rst 38h ;ff90 ff . + rst 38h ;ff91 ff . + rst 38h ;ff92 ff . + rst 38h ;ff93 ff . + rst 38h ;ff94 ff . + rst 38h ;ff95 ff . + rst 38h ;ff96 ff . + rst 38h ;ff97 ff . + rst 38h ;ff98 ff . + rst 38h ;ff99 ff . + rst 38h ;ff9a ff . + rst 38h ;ff9b ff . + rst 38h ;ff9c ff . + rst 38h ;ff9d ff . + rst 38h ;ff9e ff . + rst 38h ;ff9f ff . + rst 38h ;ffa0 ff . + rst 38h ;ffa1 ff . + rst 38h ;ffa2 ff . + rst 38h ;ffa3 ff . + rst 38h ;ffa4 ff . + rst 38h ;ffa5 ff . + rst 38h ;ffa6 ff . + rst 38h ;ffa7 ff . + rst 38h ;ffa8 ff . + rst 38h ;ffa9 ff . + rst 38h ;ffaa ff . + rst 38h ;ffab ff . + rst 38h ;ffac ff . + rst 38h ;ffad ff . + rst 38h ;ffae ff . + rst 38h ;ffaf ff . + rst 38h ;ffb0 ff . + rst 38h ;ffb1 ff . + rst 38h ;ffb2 ff . + rst 38h ;ffb3 ff . + rst 38h ;ffb4 ff . + rst 38h ;ffb5 ff . + rst 38h ;ffb6 ff . + rst 38h ;ffb7 ff . + rst 38h ;ffb8 ff . + rst 38h ;ffb9 ff . + rst 38h ;ffba ff . + rst 38h ;ffbb ff . + rst 38h ;ffbc ff . + rst 38h ;ffbd ff . + rst 38h ;ffbe ff . + rst 38h ;ffbf ff . + rst 38h ;ffc0 ff . + rst 38h ;ffc1 ff . + rst 38h ;ffc2 ff . + rst 38h ;ffc3 ff . + rst 38h ;ffc4 ff . + rst 38h ;ffc5 ff . + rst 38h ;ffc6 ff . + rst 38h ;ffc7 ff . + rst 38h ;ffc8 ff . + rst 38h ;ffc9 ff . + rst 38h ;ffca ff . + rst 38h ;ffcb ff . + rst 38h ;ffcc ff . + rst 38h ;ffcd ff . + rst 38h ;ffce ff . + rst 38h ;ffcf ff . + rst 38h ;ffd0 ff . + rst 38h ;ffd1 ff . + rst 38h ;ffd2 ff . + rst 38h ;ffd3 ff . + rst 38h ;ffd4 ff . + rst 38h ;ffd5 ff . + rst 38h ;ffd6 ff . + rst 38h ;ffd7 ff . + rst 38h ;ffd8 ff . + rst 38h ;ffd9 ff . + rst 38h ;ffda ff . + rst 38h ;ffdb ff . + rst 38h ;ffdc ff . + rst 38h ;ffdd ff . + rst 38h ;ffde ff . + rst 38h ;ffdf ff . + rst 38h ;ffe0 ff . + rst 38h ;ffe1 ff . + rst 38h ;ffe2 ff . + rst 38h ;ffe3 ff . + rst 38h ;ffe4 ff . + rst 38h ;ffe5 ff . + rst 38h ;ffe6 ff . + rst 38h ;ffe7 ff . + rst 38h ;ffe8 ff . + rst 38h ;ffe9 ff . + rst 38h ;ffea ff . + rst 38h ;ffeb ff . + rst 38h ;ffec ff . + rst 38h ;ffed ff . + rst 38h ;ffee ff . + rst 38h ;ffef ff . + rst 38h ;fff0 ff . + rst 38h ;fff1 ff . + rst 38h ;fff2 ff . + rst 38h ;fff3 ff . + rst 38h ;fff4 ff . + rst 38h ;fff5 ff . + rst 38h ;fff6 ff . + rst 38h ;fff7 ff . + rst 38h ;fff8 ff . + rst 38h ;fff9 ff . + rst 38h ;fffa ff . + rst 38h ;fffb ff . + rst 38h ;fffc ff . + rst 38h ;fffd ff . + rst 38h ;fffe ff . + rst 38h ;ffff ff . diff --git a/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.BIN b/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.BIN new file mode 100644 index 0000000..1fe6b15 Binary files /dev/null and b/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.BIN differ diff --git a/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.asm b/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.asm new file mode 100644 index 0000000..f2d83a8 --- /dev/null +++ b/Roland_plotter/RolandDG_R15209223_LH53140H_8949E.asm @@ -0,0 +1,39229 @@ +; z80dasm 1.1.3 +; command line: src/z80dasm --origin=0 --output=RolandDG_R15209223_LH53140H_8949E.asm -l -t -vvvv ../../Downloads/RolandDG_R15209223_LH53140H_8949E.BIN + + org 00000h + +l0000h: + jp l14a6h ;0000 c3 a6 14 . . . +l0003h: + jp l01ddh ;0003 c3 dd 01 . . . + nop ;0006 00 . +l0007h: + nop ;0007 00 . +l0008h: + nop ;0008 00 . +l0009h: + nop ;0009 00 . +l000ah: + nop ;000a 00 . + nop ;000b 00 . +l000ch: + nop ;000c 00 . +l000dh: + nop ;000d 00 . + nop ;000e 00 . + nop ;000f 00 . +l0010h: + nop ;0010 00 . + nop ;0011 00 . + nop ;0012 00 . + nop ;0013 00 . +l0014h: + nop ;0014 00 . + nop ;0015 00 . + nop ;0016 00 . + nop ;0017 00 . +l0018h: + nop ;0018 00 . + nop ;0019 00 . + nop ;001a 00 . + nop ;001b 00 . + nop ;001c 00 . + nop ;001d 00 . + nop ;001e 00 . +l001fh: + nop ;001f 00 . + nop ;0020 00 . + nop ;0021 00 . +l0022h: + nop ;0022 00 . + nop ;0023 00 . + nop ;0024 00 . +l0025h: + nop ;0025 00 . + nop ;0026 00 . + nop ;0027 00 . +l0028h: + nop ;0028 00 . + nop ;0029 00 . +l002ah: + nop ;002a 00 . + nop ;002b 00 . +l002ch: + nop ;002c 00 . +l002dh: + nop ;002d 00 . + nop ;002e 00 . + nop ;002f 00 . + nop ;0030 00 . + nop ;0031 00 . +l0032h: + nop ;0032 00 . + nop ;0033 00 . + nop ;0034 00 . + nop ;0035 00 . + nop ;0036 00 . + nop ;0037 00 . + nop ;0038 00 . + nop ;0039 00 . + nop ;003a 00 . + nop ;003b 00 . +l003ch: + nop ;003c 00 . + nop ;003d 00 . + nop ;003e 00 . + nop ;003f 00 . + nop ;0040 00 . + nop ;0041 00 . + nop ;0042 00 . + nop ;0043 00 . + nop ;0044 00 . + nop ;0045 00 . + nop ;0046 00 . + nop ;0047 00 . + nop ;0048 00 . + nop ;0049 00 . + nop ;004a 00 . + nop ;004b 00 . +sub_004ch: + nop ;004c 00 . + nop ;004d 00 . + nop ;004e 00 . + nop ;004f 00 . +l0050h: + nop ;0050 00 . + nop ;0051 00 . + nop ;0052 00 . + nop ;0053 00 . + nop ;0054 00 . + nop ;0055 00 . + nop ;0056 00 . + nop ;0057 00 . + nop ;0058 00 . + nop ;0059 00 . +l005ah: + nop ;005a 00 . +l005bh: + nop ;005b 00 . + nop ;005c 00 . + nop ;005d 00 . + nop ;005e 00 . + nop ;005f 00 . + nop ;0060 00 . + nop ;0061 00 . + nop ;0062 00 . +l0063h: + nop ;0063 00 . +l0064h: + nop ;0064 00 . +l0065h: + nop ;0065 00 . + nop ;0066 00 . + nop ;0067 00 . + nop ;0068 00 . + nop ;0069 00 . + nop ;006a 00 . + nop ;006b 00 . + nop ;006c 00 . + nop ;006d 00 . + nop ;006e 00 . + nop ;006f 00 . + nop ;0070 00 . + nop ;0071 00 . + nop ;0072 00 . + nop ;0073 00 . + nop ;0074 00 . + nop ;0075 00 . + nop ;0076 00 . + nop ;0077 00 . + nop ;0078 00 . + nop ;0079 00 . + nop ;007a 00 . + nop ;007b 00 . + nop ;007c 00 . +l007dh: + nop ;007d 00 . + nop ;007e 00 . + nop ;007f 00 . + nop ;0080 00 . + nop ;0081 00 . + nop ;0082 00 . + nop ;0083 00 . + nop ;0084 00 . + nop ;0085 00 . + nop ;0086 00 . + nop ;0087 00 . + nop ;0088 00 . + nop ;0089 00 . + nop ;008a 00 . + nop ;008b 00 . + nop ;008c 00 . + nop ;008d 00 . + nop ;008e 00 . + nop ;008f 00 . + nop ;0090 00 . + nop ;0091 00 . + nop ;0092 00 . + nop ;0093 00 . + nop ;0094 00 . + nop ;0095 00 . +l0096h: + nop ;0096 00 . + nop ;0097 00 . + nop ;0098 00 . + nop ;0099 00 . + nop ;009a 00 . + nop ;009b 00 . + nop ;009c 00 . + nop ;009d 00 . +sub_009eh: + nop ;009e 00 . + nop ;009f 00 . + nop ;00a0 00 . + nop ;00a1 00 . + nop ;00a2 00 . + nop ;00a3 00 . + nop ;00a4 00 . + nop ;00a5 00 . + nop ;00a6 00 . + nop ;00a7 00 . + nop ;00a8 00 . +sub_00a9h: + nop ;00a9 00 . + nop ;00aa 00 . + nop ;00ab 00 . + nop ;00ac 00 . + nop ;00ad 00 . + nop ;00ae 00 . + nop ;00af 00 . + nop ;00b0 00 . + nop ;00b1 00 . + nop ;00b2 00 . + nop ;00b3 00 . +l00b4h: + nop ;00b4 00 . + nop ;00b5 00 . + nop ;00b6 00 . + nop ;00b7 00 . + nop ;00b8 00 . + nop ;00b9 00 . + nop ;00ba 00 . + nop ;00bb 00 . + nop ;00bc 00 . + nop ;00bd 00 . + nop ;00be 00 . + nop ;00bf 00 . + nop ;00c0 00 . + nop ;00c1 00 . + nop ;00c2 00 . + nop ;00c3 00 . + nop ;00c4 00 . + nop ;00c5 00 . + nop ;00c6 00 . + nop ;00c7 00 . + nop ;00c8 00 . + nop ;00c9 00 . + nop ;00ca 00 . + nop ;00cb 00 . + nop ;00cc 00 . + nop ;00cd 00 . + nop ;00ce 00 . + nop ;00cf 00 . + nop ;00d0 00 . + nop ;00d1 00 . + nop ;00d2 00 . + nop ;00d3 00 . + nop ;00d4 00 . + nop ;00d5 00 . + nop ;00d6 00 . + nop ;00d7 00 . + nop ;00d8 00 . + nop ;00d9 00 . + nop ;00da 00 . + nop ;00db 00 . + nop ;00dc 00 . + nop ;00dd 00 . + nop ;00de 00 . + nop ;00df 00 . + nop ;00e0 00 . + nop ;00e1 00 . + nop ;00e2 00 . + nop ;00e3 00 . + nop ;00e4 00 . + nop ;00e5 00 . + nop ;00e6 00 . + nop ;00e7 00 . + nop ;00e8 00 . + nop ;00e9 00 . + nop ;00ea 00 . + nop ;00eb 00 . + nop ;00ec 00 . + nop ;00ed 00 . + nop ;00ee 00 . + nop ;00ef 00 . + nop ;00f0 00 . + nop ;00f1 00 . + nop ;00f2 00 . + nop ;00f3 00 . + nop ;00f4 00 . + nop ;00f5 00 . + nop ;00f6 00 . + nop ;00f7 00 . +l00f8h: + nop ;00f8 00 . + nop ;00f9 00 . + nop ;00fa 00 . + nop ;00fb 00 . + nop ;00fc 00 . + nop ;00fd 00 . + nop ;00fe 00 . + nop ;00ff 00 . +l0100h: + ld d,c ;0100 51 Q +l0101h: + add hl,sp ;0101 39 9 + defb 0edh;next byte illegal after ed ;0102 ed . + inc (hl) ;0103 34 4 +l0104h: + inc bc ;0104 03 . + dec (hl) ;0105 35 5 + jr nc,l0109h ;0106 30 01 0 . + ld d,a ;0108 57 W +l0109h: + ld bc,l0165h ;0109 01 65 01 . e . + adc a,e ;010c 8b . + ld bc,l01a5h ;010d 01 a5 01 . . . +l0110h: + xor b ;0110 a8 . + ld bc,l01d3h ;0111 01 d3 01 . . . + nop ;0114 00 . + nop ;0115 00 . + nop ;0116 00 . + nop ;0117 00 . + nop ;0118 00 . + nop ;0119 00 . + nop ;011a 00 . + nop ;011b 00 . + nop ;011c 00 . + nop ;011d 00 . + nop ;011e 00 . + nop ;011f 00 . + nop ;0120 00 . + nop ;0121 00 . + nop ;0122 00 . + nop ;0123 00 . + nop ;0124 00 . + nop ;0125 00 . + nop ;0126 00 . + nop ;0127 00 . + nop ;0128 00 . + nop ;0129 00 . + nop ;012a 00 . + nop ;012b 00 . + nop ;012c 00 . + nop ;012d 00 . +l012eh: + nop ;012e 00 . + nop ;012f 00 . + nop ;0130 00 . + push hl ;0131 e5 . + push de ;0132 d5 . + push bc ;0133 c5 . + push af ;0134 f5 . + di ;0135 f3 . + ld a,(le002h) ;0136 3a 02 e0 : . . + and 0f7h ;0139 e6 f7 . . + ld (le002h),a ;013b 32 02 e0 2 . . + out (000h),a ;013e d3 00 . . + ei ;0140 fb . + call sub_0495h ;0141 cd 95 04 . . . + di ;0144 f3 . + ld a,(le002h) ;0145 3a 02 e0 : . . + or 008h ;0148 f6 08 . . + ld (le002h),a ;014a 32 02 e0 2 . . + out (000h),a ;014d d3 00 . . + ei ;014f fb . + pop af ;0150 f1 . + pop bc ;0151 c1 . + pop de ;0152 d1 . + pop hl ;0153 e1 . + ei ;0154 fb . + reti ;0155 ed 4d . M + nop ;0157 00 . + push hl ;0158 e5 . + push de ;0159 d5 . + push bc ;015a c5 . + push af ;015b f5 . + call sub_0486h ;015c cd 86 04 . . . + pop af ;015f f1 . +l0160h: + pop bc ;0160 c1 . + pop de ;0161 d1 . + pop hl ;0162 e1 . + reti ;0163 ed 4d . M +l0165h: + nop ;0165 00 . + push hl ;0166 e5 . + push de ;0167 d5 . + push bc ;0168 c5 . + push af ;0169 f5 . + di ;016a f3 . + ld a,(le002h) ;016b 3a 02 e0 : . . + and 0dfh ;016e e6 df . . + ld (le002h),a ;0170 32 02 e0 2 . . + out (000h),a ;0173 d3 00 . . + ei ;0175 fb . + call le004h+1 ;0176 cd 05 e0 . . . + di ;0179 f3 . + ld a,(le002h) ;017a 3a 02 e0 : . . + or 020h ;017d f6 20 . + ld (le002h),a ;017f 32 02 e0 2 . . + out (000h),a ;0182 d3 00 . . + ei ;0184 fb . + pop af ;0185 f1 . + pop bc ;0186 c1 . + pop de ;0187 d1 . + pop hl ;0188 e1 . + reti ;0189 ed 4d . M + nop ;018b 00 . + push hl ;018c e5 . + push de ;018d d5 . + push bc ;018e c5 . + push af ;018f f5 . + di ;0190 f3 . + ld a,(le002h) ;0191 3a 02 e0 : . . + and 0bfh ;0194 e6 bf . . + ld (le002h),a ;0196 32 02 e0 2 . . + out (000h),a ;0199 d3 00 . . + ei ;019b fb . + call sub_06e1h ;019c cd e1 06 . . . + pop af ;019f f1 . + pop bc ;01a0 c1 . + pop de ;01a1 d1 . + pop hl ;01a2 e1 . + reti ;01a3 ed 4d . M +l01a5h: + nop ;01a5 00 . + reti ;01a6 ed 4d . M + nop ;01a8 00 . + push hl ;01a9 e5 . + push de ;01aa d5 . + push bc ;01ab c5 . + push af ;01ac f5 . + di ;01ad f3 . + ld a,(le003h) ;01ae 3a 03 e0 : . . + and 0feh ;01b1 e6 fe . . + ld (le003h),a ;01b3 32 03 e0 2 . . +l01b6h: + out (001h),a ;01b6 d3 01 . . + ei ;01b8 fb . + call sub_06d6h ;01b9 cd d6 06 . . . + and a ;01bc a7 . + jp nz,l01cch ;01bd c2 cc 01 . . . + di ;01c0 f3 . + ld a,(le003h) ;01c1 3a 03 e0 : . . +l01c4h: + or 001h ;01c4 f6 01 . . + ld (le003h),a ;01c6 32 03 e0 2 . . + out (001h),a ;01c9 d3 01 . . + ei ;01cb fb . +l01cch: + pop af ;01cc f1 . + pop bc ;01cd c1 . + pop de ;01ce d1 . + pop hl ;01cf e1 . + ei ;01d0 fb . + reti ;01d1 ed 4d . M +l01d3h: + nop ;01d3 00 . +l01d4h: + reti ;01d4 ed 4d . M +l01d6h: + ld a,060h ;01d6 3e 60 > ` + out (00bh),a ;01d8 d3 0b . . +sub_01dah: + jp 08000h ;01da c3 00 80 . . . +l01ddh: + ld sp,l0000h ;01dd 31 00 00 1 . . + in a,(008h) ;01e0 db 08 . . + and 080h ;01e2 e6 80 . . + jr nz,l01d6h ;01e4 20 f0 . + call sub_13f0h ;01e6 cd f0 13 . . . + call sub_1b8fh ;01e9 cd 8f 1b . . . + call sub_023bh ;01ec cd 3b 02 . ; . + call sub_1cf3h ;01ef cd f3 1c . . . + jp nz,l3e51h ;01f2 c2 51 3e . Q > +sub_01f5h: + call sub_1467h ;01f5 cd 67 14 . g . + call sub_025dh ;01f8 cd 5d 02 . ] . + call sub_1cf8h ;01fb cd f8 1c . . . + jp nz,l3bc3h ;01fe c2 c3 3b . . ; +l0201h: + call sub_3805h ;0201 cd 05 38 . . 8 + call sub_1cfdh ;0204 cd fd 1c . . . + jp nz,la097h ;0207 c2 97 a0 . . . + call sub_1d02h ;020a cd 02 1d . . . + jp nz,la0b2h ;020d c2 b2 a0 . . . +l0210h: + ld a,000h ;0210 3e 00 > . + call sub_36d2h ;0212 cd d2 36 . . 6 + call sub_1ce4h ;0215 cd e4 1c . . . + call nz,sub_0292h ;0218 c4 92 02 . . . + call sub_1ce9h ;021b cd e9 1c . . . + call nz,sub_028ch ;021e c4 8c 02 . . . + call sub_1ceeh ;0221 cd ee 1c . . . + call nz,sub_098dh ;0224 c4 8d 09 . . . + call sub_1cdah ;0227 cd da 1c . . . + jr nz,l0281h ;022a 20 55 U + call sub_1cdfh ;022c cd df 1c . . . + jp nz,lbe3dh ;022f c2 3d be . = . + call sub_1d11h ;0232 cd 11 1d . . . + jp nz,l850ah ;0235 c2 0a 85 . . . + jp l827ah ;0238 c3 7a 82 . z . +sub_023bh: + ld a,000h ;023b 3e 00 > . + ld (le002h),a ;023d 32 02 e0 2 . . + ld (le003h),a ;0240 32 03 e0 2 . . + out (000h),a ;0243 d3 00 . . + out (001h),a ;0245 d3 01 . . + di ;0247 f3 . + ld a,(le002h) ;0248 3a 02 e0 : . . + or 001h ;024b f6 01 . . + ld (le002h),a ;024d 32 02 e0 2 . . + out (000h),a ;0250 d3 00 . . + ei ;0252 fb . + ld hl,l0100h ;0253 21 00 01 ! . . + ld a,h ;0256 7c | + ld i,a ;0257 ed 47 . G + im 2 ;0259 ed 5e . ^ + ei ;025b fb . + ret ;025c c9 . +sub_025dh: + call sub_1d36h ;025d cd 36 1d . 6 . + ret z ;0260 c8 . + call sub_1d3bh ;0261 cd 3b 1d . ; . + jp nz,l0274h ;0264 c2 74 02 . t . + di ;0267 f3 . + ld a,(le002h) ;0268 3a 02 e0 : . . + or 008h ;026b f6 08 . . + ld (le002h),a ;026d 32 02 e0 2 . . + out (000h),a ;0270 d3 00 . . + ei ;0272 fb . + ret ;0273 c9 . +l0274h: + di ;0274 f3 . + ld a,(le002h) ;0275 3a 02 e0 : . . + or 078h ;0278 f6 78 . x + ld (le002h),a ;027a 32 02 e0 2 . . + out (000h),a ;027d d3 00 . . + ei ;027f fb . + ret ;0280 c9 . +l0281h: + call sub_1b20h ;0281 cd 20 1b . . + jp l850ah ;0284 c3 0a 85 . . . +l0287h: + ld b,c ;0287 41 A + jr nc,l02bbh ;0288 30 31 0 1 + inc sp ;028a 33 3 + nop ;028b 00 . +sub_028ch: + ld a,014h ;028c 3e 14 > . + call sub_36d2h ;028e cd d2 36 . . 6 + ret ;0291 c9 . +sub_0292h: + ld a,00ah ;0292 3e 0a > . + call sub_36d2h ;0294 cd d2 36 . . 6 + ret ;0297 c9 . +sub_0298h: + ld a,002h ;0298 3e 02 > . + ld (le004h),a ;029a 32 04 e0 2 . . + out (00bh),a ;029d d3 0b . . + ret ;029f c9 . +sub_02a0h: + call sub_b7f4h ;02a0 cd f4 b7 . . . + ld a,(le004h) ;02a3 3a 04 e0 : . . + push af ;02a6 f5 . + ld a,003h ;02a7 3e 03 > . + ld (le004h),a ;02a9 32 04 e0 2 . . + out (00bh),a ;02ac d3 0b . . + call 0a047h ;02ae cd 47 a0 . G . + pop af ;02b1 f1 . + ld (le004h),a ;02b2 32 04 e0 2 . . + out (00bh),a ;02b5 d3 0b . . + ret ;02b7 c9 . +sub_02b8h: + ld a,(le004h) ;02b8 3a 04 e0 : . . +l02bbh: + push af ;02bb f5 . + ld a,003h ;02bc 3e 03 > . + ld (le004h),a ;02be 32 04 e0 2 . . +l02c1h: + out (00bh),a ;02c1 d3 0b . . + call sub_a021h ;02c3 cd 21 a0 . ! . + pop af ;02c6 f1 . + ld (le004h),a ;02c7 32 04 e0 2 . . + out (00bh),a ;02ca d3 0b . . + ret ;02cc c9 . +sub_02cdh: + ld a,(le004h) ;02cd 3a 04 e0 : . . + push af ;02d0 f5 . + ld a,003h ;02d1 3e 03 > . + ld (le004h),a ;02d3 32 04 e0 2 . . + out (00bh),a ;02d6 d3 0b . . + sra h ;02d8 cb 2c . , + rr l ;02da cb 1d . . + bit 0,l ;02dc cb 45 . E + push af ;02de f5 . + res 0,l ;02df cb 85 . . + ld de,08000h ;02e1 11 00 80 . . . + add hl,de ;02e4 19 . + ld e,(hl) ;02e5 5e ^ + inc hl ;02e6 23 # + ld d,(hl) ;02e7 56 V + pop af ;02e8 f1 . + jr z,l02f9h ;02e9 28 0e ( . + inc hl ;02eb 23 # + ld a,(hl) ;02ec 7e ~ + inc hl ;02ed 23 # + ld h,(hl) ;02ee 66 f + ld l,a ;02ef 6f o + add hl,de ;02f0 19 . + rr h ;02f1 cb 1c . . + rr l ;02f3 cb 1d . . + ex de,hl ;02f5 eb . + jr nc,l02f9h ;02f6 30 01 0 . +l02f8h: + inc de ;02f8 13 . +l02f9h: + pop af ;02f9 f1 . + ld (le004h),a ;02fa 32 04 e0 2 . . + out (00bh),a ;02fd d3 0b . . + ret ;02ff c9 . +sub_0300h: + push hl ;0300 e5 . + push de ;0301 d5 . +l0302h: + ld a,(le004h) ;0302 3a 04 e0 : . . + push af ;0305 f5 . + ld a,003h ;0306 3e 03 > . + ld (le004h),a ;0308 32 04 e0 2 . . + out (00bh),a ;030b d3 0b . . + ld e,(hl) ;030d 5e ^ + pop af ;030e f1 . + ld (le004h),a ;030f 32 04 e0 2 . . + out (00bh),a ;0312 d3 0b . . + ld a,e ;0314 7b { + pop de ;0315 d1 . + pop hl ;0316 e1 . + ret ;0317 c9 . +sub_0318h: + ld c,a ;0318 4f O + ld a,(le004h) ;0319 3a 04 e0 : . . + push af ;031c f5 . + ld a,c ;031d 79 y + add a,020h ;031e c6 20 . +l0320h: + ld (le004h),a ;0320 32 04 e0 2 . . + out (00bh),a ;0323 d3 0b . . + ld a,(hl) ;0325 7e ~ + inc hl ;0326 23 # +l0327h: + ld h,(hl) ;0327 66 f + ld l,a ;0328 6f o + pop af ;0329 f1 . + ld (le004h),a ;032a 32 04 e0 2 . . + out (00bh),a ;032d d3 0b . . + ret ;032f c9 . +sub_0330h: + ld b,a ;0330 47 G + ld a,(le004h) ;0331 3a 04 e0 : . . + push af ;0334 f5 . + ld a,b ;0335 78 x + ld b,000h ;0336 06 00 . . + add a,020h ;0338 c6 20 . + ld (le004h),a ;033a 32 04 e0 2 . . + out (00bh),a ;033d d3 0b . . + ldir ;033f ed b0 . . + pop af ;0341 f1 . + ld (le004h),a ;0342 32 04 e0 2 . . + out (00bh),a ;0345 d3 0b . . + ret ;0347 c9 . +sub_0348h: + push bc ;0348 c5 . + ld b,a ;0349 47 G + ld a,(le004h) ;034a 3a 04 e0 : . . + push af ;034d f5 . + ld a,b ;034e 78 x + add a,040h ;034f c6 40 . @ + ld (le004h),a ;0351 32 04 e0 2 . . + out (00bh),a ;0354 d3 0b . . + ld (hl),c ;0356 71 q + pop af ;0357 f1 . + ld (le004h),a ;0358 32 04 e0 2 . . + out (00bh),a ;035b d3 0b . . + pop bc ;035d c1 . + ret ;035e c9 . +sub_035fh: + push bc ;035f c5 . + ld b,a ;0360 47 G + ld a,(le004h) ;0361 3a 04 e0 : . . + push af ;0364 f5 . + ld a,b ;0365 78 x + add a,040h ;0366 c6 40 . @ + ld (le004h),a ;0368 32 04 e0 2 . . + out (00bh),a ;036b d3 0b . . +sub_036dh: + ld b,(hl) ;036d 46 F + pop af ;036e f1 . + ld (le004h),a ;036f 32 04 e0 2 . . + out (00bh),a ;0372 d3 0b . . + ld a,b ;0374 78 x + pop bc ;0375 c1 . + ret ;0376 c9 . +sub_0377h: + ld a,(le004h) ;0377 3a 04 e0 : . . + push af ;037a f5 . + push de ;037b d5 . + push bc ;037c c5 . + ld de,08000h ;037d 11 00 80 . . . + add hl,de ;0380 19 . + ld a,03ch ;0381 3e 3c > < + ld (le004h),a ;0383 32 04 e0 2 . . + out (00bh),a ;0386 d3 0b . . + pop bc ;0388 c1 . + dec bc ;0389 0b . + ld a,b ;038a 78 x + or c ;038b b1 . + jp z,l039ch ;038c ca 9c 03 . . . +l038fh: + ld a,(hl) ;038f 7e ~ + cp 000h ;0390 fe 00 . . + inc hl ;0392 23 # + jp nz,l038fh ;0393 c2 8f 03 . . . + dec bc ;0396 0b . + ld a,b ;0397 78 x + or c ;0398 b1 . + jp nz,l038fh ;0399 c2 8f 03 . . . +l039ch: + xor a ;039c af . + pop de ;039d d1 . + push de ;039e d5 . +l039fh: + ldi ;039f ed a0 . . + cp (hl) ;03a1 be . + jp nz,l039fh ;03a2 c2 9f 03 . . . + ld (de),a ;03a5 12 . +l03a6h: + pop hl ;03a6 e1 . + pop af ;03a7 f1 . + ld (le004h),a ;03a8 32 04 e0 2 . . + out (00bh),a ;03ab d3 0b . . + ret ;03ad c9 . +sub_03aeh: + ld a,(le004h) ;03ae 3a 04 e0 : . . + push af ;03b1 f5 . + ld a,002h ;03b2 3e 02 > . + ld (le004h),a ;03b4 32 04 e0 2 . . + out (00bh),a ;03b7 d3 0b . . + call sub_03c4h ;03b9 cd c4 03 . . . + pop hl ;03bc e1 . + ld a,h ;03bd 7c | + ld (le004h),a ;03be 32 04 e0 2 . . + out (00bh),a ;03c1 d3 0b . . + ret ;03c3 c9 . +sub_03c4h: + ld hl,08000h ;03c4 21 00 80 ! . . + ld b,002h ;03c7 06 02 . . +l03c9h: + push bc ;03c9 c5 . + push hl ;03ca e5 . + ld a,000h ;03cb 3e 00 > . + call sub_0318h ;03cd cd 18 03 . . . + ex de,hl ;03d0 eb . + pop hl ;03d1 e1 . + push hl ;03d2 e5 . + push de ;03d3 d5 . + ld a,01ch ;03d4 3e 1c > . + call sub_0318h ;03d6 cd 18 03 . . . + pop de ;03d9 d1 . + and a ;03da a7 . + sbc hl,de ;03db ed 52 . R + pop hl ;03dd e1 . + pop bc ;03de c1 . + jp nz,l03e8h ;03df c2 e8 03 . . . + inc hl ;03e2 23 # + inc hl ;03e3 23 # + djnz l03c9h ;03e4 10 e3 . . + xor a ;03e6 af . + ret ;03e7 c9 . +l03e8h: + ld a,001h ;03e8 3e 01 > . + and a ;03ea a7 . + ret ;03eb c9 . +sub_03ech: + call sub_0e09h ;03ec cd 09 0e . . . + call sub_092eh ;03ef cd 2e 09 . . . + xor a ;03f2 af . + call sub_06b7h ;03f3 cd b7 06 . . . + ld a,008h ;03f6 3e 08 > . + call sub_114fh ;03f8 cd 4f 11 . O . + call sub_0440h ;03fb cd 40 04 . @ . + call sub_044ah ;03fe cd 4a 04 . J . + xor a ;0401 af . + ld (lf455h+2),a ;0402 32 57 f4 2 W . + call sub_1d3bh ;0405 cd 3b 1d . ; . + jp nz,l0425h ;0408 c2 25 04 . % . + ld a,0ffh ;040b 3e ff > . + ld (lf455h+2),a ;040d 32 57 f4 2 W . + ld a,0c9h ;0410 3e c9 > . + ld (le004h+1),a ;0412 32 05 e0 2 . . + call sub_0440h ;0415 cd 40 04 . @ . + di ;0418 f3 . + ld a,(le002h) ;0419 3a 02 e0 : . . + and 0efh ;041c e6 ef . . + ld (le002h),a ;041e 32 02 e0 2 . . + out (000h),a ;0421 d3 00 . . +sub_0423h: + ei ;0423 fb . + ret ;0424 c9 . +l0425h: + ld a,0c3h ;0425 3e c3 > . + ld (le004h+1),a ;0427 32 05 e0 2 . . + ld hl,l0490h ;042a 21 90 04 ! . . + ld (le004h+2),hl ;042d 22 06 e0 " . . + call sub_0454h ;0430 cd 54 04 . T . + di ;0433 f3 . + ld a,(le002h) ;0434 3a 02 e0 : . . + or 010h ;0437 f6 10 . . + ld (le002h),a ;0439 32 02 e0 2 . . + out (000h),a ;043c d3 00 . . + ei ;043e fb . + ret ;043f c9 . +sub_0440h: + ld hl,l12cch ;0440 21 cc 12 ! . . + ld (0e00eh),hl ;0443 22 0e e0 " . . + ld (le012h),hl ;0446 22 12 e0 " . . + ret ;0449 c9 . +sub_044ah: + ld hl,l04bbh ;044a 21 bb 04 ! . . + ld (0e008h),hl ;044d 22 08 e0 " . . + ld (le00ch),hl ;0450 22 0c e0 " . . + ret ;0453 c9 . +sub_0454h: + ld hl,l045eh ;0454 21 5e 04 ! ^ . + ld (le00ch),hl ;0457 22 0c e0 " . . + ld (0e008h),hl ;045a 22 08 e0 " . . + ret ;045d c9 . +l045eh: + di ;045e f3 . + ld a,(le002h) ;045f 3a 02 e0 : . . + and 0efh ;0462 e6 ef . . + ld (le002h),a ;0464 32 02 e0 2 . . + out (000h),a ;0467 d3 00 . . + ei ;0469 fb . + call sub_066eh ;046a cd 6e 06 . n . + in a,(010h) ;046d db 10 . . + push af ;046f f5 . + call sub_04adh ;0470 cd ad 04 . . . + pop af ;0473 f1 . + call sub_0c36h ;0474 cd 36 0c . 6 . + or a ;0477 b7 . + ret nz ;0478 c0 . + di ;0479 f3 . + ld a,(le002h) ;047a 3a 02 e0 : . . + or 010h ;047d f6 10 . . + ld (le002h),a ;047f 32 02 e0 2 . . + out (000h),a ;0482 d3 00 . . + ei ;0484 fb . + ret ;0485 c9 . +sub_0486h: + ld hl,l04bbh ;0486 21 bb 04 ! . . + ld (le00ch),hl ;0489 22 0c e0 " . . + ld hl,(0e008h) ;048c 2a 08 e0 * . . + jp (hl) ;048f e9 . +l0490h: + in a,(012h) ;0490 db 12 . . + jp l049fh ;0492 c3 9f 04 . . . +sub_0495h: + ld hl,l12cch ;0495 21 cc 12 ! . . + ld (le012h),hl ;0498 22 12 e0 " . . + ld hl,(0e00eh) ;049b 2a 0e e0 * . . + jp (hl) ;049e e9 . +l049fh: + ld c,a ;049f 4f O +l04a0h: + in a,(011h) ;04a0 db 11 . . + bit 0,a ;04a2 cb 47 . G + jr z,l04a0h ;04a4 28 fa ( . + ld a,c ;04a6 79 y + call sub_0719h ;04a7 cd 19 07 . . . + out (010h),a ;04aa d3 10 . . + ret ;04ac c9 . +sub_04adh: + ld c,a ;04ad 4f O +l04aeh: + in a,(013h) ;04ae db 13 . . + bit 0,a ;04b0 cb 47 . G + jr z,l04aeh ;04b2 28 fa ( . + ld a,c ;04b4 79 y + call sub_0719h ;04b5 cd 19 07 . . . + out (012h),a ;04b8 d3 12 . . + ret ;04ba c9 . +l04bbh: + call sub_0518h ;04bb cd 18 05 . . . + and a ;04be a7 . + ret z ;04bf c8 . + call sub_04c9h ;04c0 cd c9 04 . . . + or a ;04c3 b7 . + ret z ;04c4 c8 . + call sub_08ceh ;04c5 cd ce 08 . . . + ret ;04c8 c9 . +sub_04c9h: + ld hl,l04eah ;04c9 21 ea 04 ! . . + push hl ;04cc e5 . + cp 01bh ;04cd fe 1b . . + jp z,l0caah ;04cf ca aa 0c . . . + ld c,a ;04d2 4f O + ld a,(lf45eh) ;04d3 3a 5e f4 : ^ . + cp c ;04d6 b9 . + jp z,l0baeh ;04d7 ca ae 0b . . . + ld a,c ;04da 79 y + cp 005h ;04db fe 05 . . + jp z,l0b90h ;04dd ca 90 0b . . . + ld a,(le014h) ;04e0 3a 14 e0 : . . + and a ;04e3 a7 . + ld a,c ;04e4 79 y + jp nz,l04ech ;04e5 c2 ec 04 . . . + pop hl ;04e8 e1 . + ret ;04e9 c9 . +l04eah: + xor a ;04ea af . + ret ;04eb c9 . +l04ech: + ld c,a ;04ec 4f O + ld a,(le014h) ;04ed 3a 14 e0 : . . + ld l,a ;04f0 6f o + and 040h ;04f1 e6 40 . @ + ld a,c ;04f3 79 y + jp nz,l04ffh ;04f4 c2 ff 04 . . . + ld a,l ;04f7 7d } + and 020h ;04f8 e6 20 . + ld a,c ;04fa 79 y + jp nz,l0509h ;04fb c2 09 05 . . . + ret ;04fe c9 . +l04ffh: + ld c,a ;04ff 4f O + ld a,(lf46ch) ;0500 3a 6c f4 : l . + cp c ;0503 b9 . + ret nz ;0504 c0 . + ld l,0bfh ;0505 2e bf . . + jr l0510h ;0507 18 07 . . +l0509h: + ld a,(lf46ch+1) ;0509 3a 6d f4 : m . + cp c ;050c b9 . + ret nz ;050d c0 . + ld l,0dfh ;050e 2e df . . +l0510h: + ld a,(le014h) ;0510 3a 14 e0 : . . + and l ;0513 a5 . + ld (le014h),a ;0514 32 14 e0 2 . . + ret ;0517 c9 . +sub_0518h: + call sub_066eh ;0518 cd 6e 06 . n . + in a,(010h) ;051b db 10 . . + ld c,a ;051d 4f O + ld a,(lf4e3h) ;051e 3a e3 f4 : . . + and c ;0521 a1 . + push af ;0522 f5 . + call sub_1d3bh ;0523 cd 3b 1d . ; . + jp z,l052ch ;0526 ca 2c 05 . , . + call sub_0553h ;0529 cd 53 05 . S . +l052ch: + pop af ;052c f1 . + ret ;052d c9 . +sub_052eh: + and a ;052e a7 . + ret z ;052f c8 . + push af ;0530 f5 . + call sub_1d3bh ;0531 cd 3b 1d . ; . + jp z,l0543h ;0534 ca 43 05 . C . + ld a,(lf455h+2) ;0537 3a 57 f4 : W . + and a ;053a a7 . + jp z,l0543h ;053b ca 43 05 . C . + pop af ;053e f1 . + call sub_0545h ;053f cd 45 05 . E . + ret ;0542 c9 . +l0543h: + pop af ;0543 f1 . + ret ;0544 c9 . +sub_0545h: + ld c,a ;0545 4f O + ld a,(lf481h) ;0546 3a 81 f4 : . . + and 00ch ;0549 e6 0c . . + cp 008h ;054b fe 08 . . + ret nz ;054d c0 . + ld a,c ;054e 79 y + call sub_04adh ;054f cd ad 04 . . . + ret ;0552 c9 . +sub_0553h: + ld c,a ;0553 4f O + ld a,(lf481h) ;0554 3a 81 f4 : . . + and 00ch ;0557 e6 0c . . + cp 00ch ;0559 fe 0c . . + ret nz ;055b c0 . + call sub_04adh ;055c cd ad 04 . . . + ret ;055f c9 . +sub_0560h: + ld a,037h ;0560 3e 37 > 7 + jr l0566h ;0562 18 02 . . +sub_0564h: + ld a,035h ;0564 3e 35 > 5 +l0566h: + push af ;0566 f5 . + call sub_1d3bh ;0567 cd 3b 1d . ; . + jr nz,l0570h ;056a 20 04 . + pop af ;056c f1 . + out (011h),a ;056d d3 11 . . + ret ;056f c9 . +l0570h: + pop af ;0570 f1 . + out (011h),a ;0571 d3 11 . . + ret ;0573 c9 . +sub_0574h: + ld a,(hl) ;0574 7e ~ + and a ;0575 a7 . + jr z,l0589h ;0576 28 11 ( . + push hl ;0578 e5 . + call sub_067ch ;0579 cd 7c 06 . | . + call sub_0654h ;057c cd 54 06 . T . + pop hl ;057f e1 . + call sub_05d4h ;0580 cd d4 05 . . . + call sub_0590h ;0583 cd 90 05 . . . + call sub_058dh ;0586 cd 8d 05 . . . +l0589h: + call sub_09d3h ;0589 cd d3 09 . . . + ret ;058c c9 . +sub_058dh: + ld hl,lf46ch+2 ;058d 21 6e f4 ! n . +sub_0590h: + ld a,(hl) ;0590 7e ~ + and a ;0591 a7 . + ret z ;0592 c8 . + push hl ;0593 e5 . + call sub_06aeh ;0594 cd ae 06 . . . + pop hl ;0597 e1 . + ld a,(hl) ;0598 7e ~ + push hl ;0599 e5 . + call sub_05dch ;059a cd dc 05 . . . + pop hl ;059d e1 . + inc hl ;059e 23 # + jr sub_0590h ;059f 18 ef . . +l05a1h: + ld a,(hl) ;05a1 7e ~ + and a ;05a2 a7 . + jr z,l05bch ;05a3 28 17 ( . + push hl ;05a5 e5 . + call sub_062eh ;05a6 cd 2e 06 . . . + call sub_067ch ;05a9 cd 7c 06 . | . + call sub_065dh ;05ac cd 5d 06 . ] . + pop hl ;05af e1 . +l05b0h: + call sub_05d4h ;05b0 cd d4 05 . . . + call sub_05c3h ;05b3 cd c3 05 . . . + call sub_05c0h ;05b6 cd c0 05 . . . + call sub_0623h ;05b9 cd 23 06 . # . +l05bch: + call sub_09d3h ;05bc cd d3 09 . . . + ret ;05bf c9 . +sub_05c0h: + ld hl,lf46ch+2 ;05c0 21 6e f4 ! n . +sub_05c3h: + ld a,(hl) ;05c3 7e ~ + and a ;05c4 a7 . + ret z ;05c5 c8 . + push hl ;05c6 e5 . + call sub_06aeh ;05c7 cd ae 06 . . . + pop hl ;05ca e1 . + ld a,(hl) ;05cb 7e ~ + push hl ;05cc e5 . + call sub_05edh ;05cd cd ed 05 . . . + pop hl ;05d0 e1 . + inc hl ;05d1 23 # + jr sub_05c3h ;05d2 18 ef . . +sub_05d4h: + ld a,(hl) ;05d4 7e ~ + inc hl ;05d5 23 # + cp 020h ;05d6 fe 20 . + jr z,sub_05d4h ;05d8 28 fa ( . + dec hl ;05da 2b + + ret ;05db c9 . +sub_05dch: + push af ;05dc f5 . + call sub_1d3bh ;05dd cd 3b 1d . ; . + jp nz,l05e8h ;05e0 c2 e8 05 . . . + pop af ;05e3 f1 . + call sub_05edh ;05e4 cd ed 05 . . . + ret ;05e7 c9 . +l05e8h: + pop af ;05e8 f1 . + call sub_05feh ;05e9 cd fe 05 . . . + ret ;05ec c9 . +sub_05edh: + push af ;05ed f5 . +l05eeh: + in a,(011h) ;05ee db 11 . . + bit 0,a ;05f0 cb 47 . G + jr z,l05eeh ;05f2 28 fa ( . + call sub_069fh ;05f4 cd 9f 06 . . . + pop af ;05f7 f1 . +l05f8h: + call sub_0719h ;05f8 cd 19 07 . . . + out (010h),a ;05fb d3 10 . . + ret ;05fd c9 . +sub_05feh: + push af ;05fe f5 . +l05ffh: + in a,(011h) ;05ff db 11 . . + bit 0,a ;0601 cb 47 . G + jr z,l05ffh ;0603 28 fa ( . + call sub_069fh ;0605 cd 9f 06 . . . + pop af ;0608 f1 . + call sub_0719h ;0609 cd 19 07 . . . + out (010h),a ;060c d3 10 . . + push af ;060e f5 . + ld a,(lf481h) ;060f 3a 81 f4 : . . + and 00ch ;0612 e6 0c . . + cp 008h ;0614 fe 08 . . + pop de ;0616 d1 . + ret z ;0617 c8 . + push de ;0618 d5 . +l0619h: + in a,(013h) ;0619 db 13 . . + bit 0,a ;061b cb 47 . G + jr z,l0619h ;061d 28 fa ( . + pop af ;061f f1 . + out (012h),a ;0620 d3 12 . . + ret ;0622 c9 . +sub_0623h: + ld a,(le014h) ;0623 3a 14 e0 : . . + and 020h ;0626 e6 20 . + ret z ;0628 c8 . + call sub_18adh ;0629 cd ad 18 . . . + jr sub_0623h ;062c 18 f5 . . +sub_062eh: + ld a,(le014h) ;062e 3a 14 e0 : . . + and 040h ;0631 e6 40 . @ + ret z ;0633 c8 . + call sub_18adh ;0634 cd ad 18 . . . + jr sub_062eh ;0637 18 f5 . . +sub_0639h: + ld a,(lf46ch) ;0639 3a 6c f4 : l . + ld l,040h ;063c 2e 40 . @ + jr l0645h ;063e 18 05 . . +sub_0640h: + ld a,(lf46ch+1) ;0640 3a 6d f4 : m . + ld l,020h ;0643 2e 20 . +l0645h: + and a ;0645 a7 . + ret z ;0646 c8 . + ld a,(le014h) ;0647 3a 14 e0 : . . + or l ;064a b5 . + ld (le014h),a ;064b 32 14 e0 2 . . + ret ;064e c9 . +sub_064fh: + xor a ;064f af . + ld (le014h),a ;0650 32 14 e0 2 . . + ret ;0653 c9 . +sub_0654h: + ld a,(0f470h) ;0654 3a 70 f4 : p . + and a ;0657 a7 . + ret z ;0658 c8 . + call sub_05dch ;0659 cd dc 05 . . . + ret ;065c c9 . +sub_065dh: + ld a,(0f470h) ;065d 3a 70 f4 : p . + and a ;0660 a7 . + ret z ;0661 c8 . + call sub_05edh ;0662 cd ed 05 . . . + ret ;0665 c9 . +sub_0666h: + xor a ;0666 af . + ld (le01bh),a ;0667 32 1b e0 2 . . + call sub_0560h ;066a cd 60 05 . ` . + ret ;066d c9 . +sub_066eh: + push af ;066e f5 . + in a,(011h) ;066f db 11 . . + and 038h ;0671 e6 38 . 8 + jr z,l067ah ;0673 28 05 ( . + ld a,00fh ;0675 3e 0f > . + call sub_06b7h ;0677 cd b7 06 . . . +l067ah: + pop af ;067a f1 . + ret ;067b c9 . +sub_067ch: + ld hl,(0f46ah) ;067c 2a 6a f4 * j . + ld a,l ;067f 7d } + or h ;0680 b4 . + ret z ;0681 c8 . +l0682h: + ld a,0ffh ;0682 3e ff > . + ld (le015h),a ;0684 32 15 e0 2 . . +l0687h: + ld de,l0065h ;0687 11 65 00 . e . +l068ah: + ld a,(le015h) ;068a 3a 15 e0 : . . + and a ;068d a7 . + ret z ;068e c8 . + dec de ;068f 1b . + ld a,d ;0690 7a z + or e ;0691 b3 . + jr nz,l068ah ;0692 20 f6 . + ld a,l ;0694 7d } + or h ;0695 b4 . + dec hl ;0696 2b + + jr nz,l0687h ;0697 20 ee . + ld a,000h ;0699 3e 00 > . + ld (le015h),a ;069b 32 15 e0 2 . . + ret ;069e c9 . +sub_069fh: + ld a,(le016h+1) ;069f 3a 17 e0 : . . + ld l,a ;06a2 6f o + or l ;06a3 b5 . + ret z ;06a4 c8 . +l06a5h: + ld e,01eh ;06a5 1e 1e . . +l06a7h: + dec e ;06a7 1d . + jr nz,l06a7h ;06a8 20 fd . + dec l ;06aa 2d - + jr nz,l06a5h ;06ab 20 f8 . + ret ;06ad c9 . +sub_06aeh: + ld hl,(lf471h+1) ;06ae 2a 72 f4 * r . + ld a,l ;06b1 7d } + or h ;06b2 b4 . + ret z ;06b3 c8 . + jp l0682h ;06b4 c3 82 06 . . . +sub_06b7h: + ld (le016h),a ;06b7 32 16 e0 2 . . + and a ;06ba a7 . + ld a,000h ;06bb 3e 00 > . + jr z,l06c1h ;06bd 28 02 ( . + ld a,0ffh ;06bf 3e ff > . +l06c1h: + call sub_1de0h ;06c1 cd e0 1d . . . + ret ;06c4 c9 . +sub_06c5h: + ld a,(le016h) ;06c5 3a 16 e0 : . . + ret ;06c8 c9 . +sub_06c9h: + ld a,(le016h) ;06c9 3a 16 e0 : . . + and a ;06cc a7 . + ret ;06cd c9 . +sub_06ceh: + in a,(015h) ;06ce db 15 . . + and 080h ;06d0 e6 80 . . + ret z ;06d2 c8 . + in a,(014h) ;06d3 db 14 . . + ret ;06d5 c9 . +sub_06d6h: + in a,(014h) ;06d6 db 14 . . + call sub_08ceh ;06d8 cd ce 08 . . . + ld a,(le01bh) ;06db 3a 1b e0 : . . + and a ;06de a7 . + ret nz ;06df c0 . + ret ;06e0 c9 . +sub_06e1h: + call sub_1d3bh ;06e1 cd 3b 1d . ; . + ret z ;06e4 c8 . + ld a,03fh ;06e5 3e 3f > ? + out (011h),a ;06e7 d3 11 . . +l06e9h: + in a,(011h) ;06e9 db 11 . . + bit 2,a ;06eb cb 57 . W + jr z,l06e9h ;06ed 28 fa ( . + call sub_06f9h ;06ef cd f9 06 . . . + ld a,037h ;06f2 3e 37 > 7 + out (011h),a ;06f4 d3 11 . . + in a,(002h) ;06f6 db 02 . . + ret ;06f8 c9 . +sub_06f9h: + xor a ;06f9 af . + ld (lf455h+2),a ;06fa 32 57 f4 2 W . + ld a,000h ;06fd 3e 00 > . + call sub_1de0h ;06ff cd e0 1d . . . + call sub_09e2h ;0702 cd e2 09 . . . + call sub_064fh ;0705 cd 4f 06 . O . + ret ;0708 c9 . +sub_0709h: + ld l,001h ;0709 2e 01 . . +l070bh: + dec a ;070b 3d = + jp z,l0714h ;070c ca 14 07 . . . + rlc l ;070f cb 05 . . + jp l070bh ;0711 c3 0b 07 . . . +l0714h: + ld a,l ;0714 7d } + ld (le016h+1),a ;0715 32 17 e0 2 . . + ret ;0718 c9 . +sub_0719h: + push af ;0719 f5 . + call sub_1cadh ;071a cd ad 1c . . . + jr z,l0723h ;071d 28 04 ( . + pop af ;071f f1 . + and 07fh ;0720 e6 7f .  + ret ;0722 c9 . +l0723h: + call sub_1ca7h ;0723 cd a7 1c . . . + pop de ;0726 d1 . + jr z,l072bh ;0727 28 02 ( . + set 7,d ;0729 cb fa . . +l072bh: + ld a,d ;072b 7a z + ret ;072c c9 . +sub_072dh: + call sub_1d36h ;072d cd 36 1d . 6 . + ld a,003h ;0730 3e 03 > . + jp nz,l0737h ;0732 c2 37 07 . 7 . + ld a,005h ;0735 3e 05 > . +l0737h: + ld (le01dh),a ;0737 32 1d e0 2 . . + ld (le020h),a ;073a 32 20 e0 2 . + call sub_1d31h ;073d cd 31 1d . 1 . + ld de,08000h ;0740 11 00 80 . . . + jr nz,l0748h ;0743 20 03 . + ld de,le02ch ;0745 11 2c e0 . , . +l0748h: + ld (le026h+1),de ;0748 ed 53 27 e0 . S ' . + ld de,le020h ;074c 11 20 e0 . . + ld hl,le01eh ;074f 21 1e e0 ! . . + ld (hl),e ;0752 73 s + inc hl ;0753 23 # + ld (hl),d ;0754 72 r + inc hl ;0755 23 # + xor a ;0756 af . + ld (le01dh),a ;0757 32 1d e0 2 . . + ld de,le020h ;075a 11 20 e0 . . + ld hl,l0009h ;075d 21 09 00 ! . . + add hl,de ;0760 19 . + xor a ;0761 af . + ld (hl),a ;0762 77 w + inc hl ;0763 23 # + ld (hl),a ;0764 77 w + inc hl ;0765 23 # + ld (hl),a ;0766 77 w + ld hl,l0000h+1 ;0767 21 01 00 ! . . + add hl,de ;076a 19 . + ld (hl),a ;076b 77 w + inc hl ;076c 23 # + ld (hl),a ;076d 77 w + inc hl ;076e 23 # + ld (hl),a ;076f 77 w + ld hl,l0003h+1 ;0770 21 04 00 ! . . + add hl,de ;0773 19 . + ld (hl),a ;0774 77 w + inc hl ;0775 23 # + ld (hl),a ;0776 77 w + inc hl ;0777 23 # + ld (hl),a ;0778 77 w + ret ;0779 c9 . +sub_077ah: + ld (le01bh),a ;077a 32 1b e0 2 . . + call sub_064fh ;077d cd 4f 06 . O . + ret ;0780 c9 . +sub_0781h: + ld hl,00400h ;0781 21 00 04 ! . . + ld (lf47eh+1),hl ;0784 22 7f f4 "  . + call sub_078bh ;0787 cd 8b 07 . . . + ret ;078a c9 . +sub_078bh: + call sub_1d31h ;078b cd 31 1d . 1 . + jp z,l0799h ;078e ca 99 07 . . . + ld hl,l4000h ;0791 21 00 40 ! . @ + ld a,040h ;0794 3e 40 > @ + jp l079eh ;0796 c3 9e 07 . . . +l0799h: + ld hl,01400h ;0799 21 00 14 ! . . + ld a,001h ;079c 3e 01 > . +l079eh: + ld (0e01ah),a ;079e 32 1a e0 2 . . + ld (le016h+2),hl ;07a1 22 18 e0 " . . +sub_07a4h: + ld a,(le020h) ;07a4 3a 20 e0 : . + ret ;07a7 c9 . +sub_07a8h: + ld a,(le020h) ;07a8 3a 20 e0 : . +sub_07abh: + cp 005h ;07ab fe 05 . . + ret ;07ad c9 . +sub_07aeh: + call sub_07a8h ;07ae cd a8 07 . . . + jp z,l07fch ;07b1 ca fc 07 . . . + call sub_07deh ;07b4 cd de 07 . . . + jp z,l07cch ;07b7 ca cc 07 . . . + call l07fch ;07ba cd fc 07 . . . + push af ;07bd f5 . + di ;07be f3 . + ld a,(le002h) ;07bf 3a 02 e0 : . . + or 018h ;07c2 f6 18 . . + ld (le002h),a ;07c4 32 02 e0 2 . . + out (000h),a ;07c7 d3 00 . . + ei ;07c9 fb . + pop af ;07ca f1 . + ret ;07cb c9 . +l07cch: + call l07fch ;07cc cd fc 07 . . . + push af ;07cf f5 . + di ;07d0 f3 . + ld a,(le002h) ;07d1 3a 02 e0 : . . + or 008h ;07d4 f6 08 . . + ld (le002h),a ;07d6 32 02 e0 2 . . + out (000h),a ;07d9 d3 00 . . + ei ;07db fb . + pop af ;07dc f1 . + ret ;07dd c9 . +sub_07deh: + di ;07de f3 . + ld a,(le002h) ;07df 3a 02 e0 : . . + and 010h ;07e2 e6 10 . . + push af ;07e4 f5 . + jp z,l07efh ;07e5 ca ef 07 . . . + ld a,(le002h) ;07e8 3a 02 e0 : . . + and 0e7h ;07eb e6 e7 . . + jr l07f4h ;07ed 18 05 . . +l07efh: + ld a,(le002h) ;07ef 3a 02 e0 : . . + and 0f7h ;07f2 e6 f7 . . +l07f4h: + ld (le002h),a ;07f4 32 02 e0 2 . . + out (000h),a ;07f7 d3 00 . . + pop af ;07f9 f1 . + ei ;07fa fb . + ret ;07fb c9 . +l07fch: + call sub_087ch ;07fc cd 7c 08 . | . + jp z,l081bh ;07ff ca 1b 08 . . . + call sub_0823h ;0802 cd 23 08 . # . + push af ;0805 f5 . + call sub_083ch ;0806 cd 3c 08 . < . + call sub_0887h ;0809 cd 87 08 . . . + and a ;080c a7 . + call nz,sub_0b04h ;080d c4 04 0b . . . +l0810h: + pop hl ;0810 e1 . + push hl ;0811 e5 . + call sub_07a8h ;0812 cd a8 07 . . . + ld a,h ;0815 7c | + call nz,sub_052eh ;0816 c4 2e 05 . . . + pop af ;0819 f1 . + ret ;081a c9 . +l081bh: + call sub_12c1h ;081b cd c1 12 . . . + call sub_0b04h ;081e cd 04 0b . . . + xor a ;0821 af . + ret ;0822 c9 . +sub_0823h: + ld hl,(le023h+1) ;0823 2a 24 e0 * $ . + ld de,(le026h+1) ;0826 ed 5b 27 e0 . [ ' . + add hl,de ;082a 19 . + push hl ;082b e5 . + call sub_1d31h ;082c cd 31 1d . 1 . + pop hl ;082f e1 . + jp nz,l0835h ;0830 c2 35 08 . 5 . + ld a,(hl) ;0833 7e ~ + ret ;0834 c9 . +l0835h: + ld a,(le026h) ;0835 3a 26 e0 : & . + call sub_035fh ;0838 cd 5f 03 . _ . + ret ;083b c9 . +sub_083ch: + ld hl,(le029h) ;083c 2a 29 e0 * ) . + ld a,h ;083f 7c | + or l ;0840 b5 . + jp z,l084bh ;0841 ca 4b 08 . K . + dec hl ;0844 2b + + ld (le029h),hl ;0845 22 29 e0 " ) . + jp l0859h ;0848 c3 59 08 . Y . +l084bh: + ld hl,(le016h+2) ;084b 2a 18 e0 * . . + dec hl ;084e 2b + + ld (le029h),hl ;084f 22 29 e0 " ) . + ld a,(le029h+2) ;0852 3a 2b e0 : + . + dec a ;0855 3d = + ld (le029h+2),a ;0856 32 2b e0 2 + . +l0859h: + ld hl,(le023h+1) ;0859 2a 24 e0 * $ . + inc hl ;085c 23 # + ld (le023h+1),hl ;085d 22 24 e0 " $ . + ld de,(le016h+2) ;0860 ed 5b 18 e0 . [ . . + and a ;0864 a7 . + sbc hl,de ;0865 ed 52 . R + ret nz ;0867 c0 . + ld hl,l0000h ;0868 21 00 00 ! . . + ld (le023h+1),hl ;086b 22 24 e0 " $ . + ld a,(0e01ah) ;086e 3a 1a e0 : . . + push af ;0871 f5 . + ld hl,le026h ;0872 21 26 e0 ! & . + inc (hl) ;0875 34 4 + pop af ;0876 f1 . + cp (hl) ;0877 be . + ret nz ;0878 c0 . + ld (hl),000h ;0879 36 00 6 . + ret ;087b c9 . +sub_087ch: + ld hl,(le029h) ;087c 2a 29 e0 * ) . + push hl ;087f e5 . + ld a,(le029h+2) ;0880 3a 2b e0 : + . + pop hl ;0883 e1 . + or h ;0884 b4 . + or l ;0885 b5 . + ret ;0886 c9 . +sub_0887h: + ld a,(le029h+2) ;0887 3a 2b e0 : + . + ld c,a ;088a 4f O + ld a,(0e01ah) ;088b 3a 1a e0 : . . + dec a ;088e 3d = + cp c ;088f b9 . + jp nz,l08a0h ;0890 c2 a0 08 . . . + ld hl,(le029h) ;0893 2a 29 e0 * ) . + ex de,hl ;0896 eb . + ld hl,(lf42ch) ;0897 2a 2c f4 * , . + xor a ;089a af . + sbc hl,de ;089b ed 52 . R + ret c ;089d d8 . + dec a ;089e 3d = + ret ;089f c9 . +l08a0h: + ld a,0ffh ;08a0 3e ff > . + ret ;08a2 c9 . +sub_08a3h: + ld a,(le029h+2) ;08a3 3a 2b e0 : + . + ld c,a ;08a6 4f O + ld a,(0e01ah) ;08a7 3a 1a e0 : . . + dec a ;08aa 3d = + cp c ;08ab b9 . + jp nz,l08bch ;08ac c2 bc 08 . . . + ld hl,(le029h) ;08af 2a 29 e0 * ) . + xor a ;08b2 af . + ld de,(lf42eh) ;08b3 ed 5b 2e f4 . [ . . + sbc hl,de ;08b7 ed 52 . R + ret c ;08b9 d8 . + dec a ;08ba 3d = + ret ;08bb c9 . +l08bch: + ld a,000h ;08bc 3e 00 > . + ret ;08be c9 . + ld a,(le01bh) ;08bf 3a 1b e0 : . . + and a ;08c2 a7 . + ret z ;08c3 c8 . + ld bc,0801fh ;08c4 01 1f 80 . . . + dec a ;08c7 3d = + and c ;08c8 a1 . + or b ;08c9 b0 . + ld (le01bh),a ;08ca 32 1b e0 2 . . + ret ;08cd c9 . +sub_08ceh: + push af ;08ce f5 . + ld a,(le01bh) ;08cf 3a 1b e0 : . . + and a ;08d2 a7 . + call nz,sub_095dh ;08d3 c4 5d 09 . ] . + and a ;08d6 a7 . + pop hl ;08d7 e1 . + ld a,010h ;08d8 3e 10 > . + jp nz,sub_06b7h ;08da c2 b7 06 . . . + ld a,h ;08dd 7c | + call sub_0a97h ;08de cd 97 0a . . . + call sub_097eh ;08e1 cd 7e 09 . ~ . + ret ;08e4 c9 . +sub_08e5h: + call sub_078bh ;08e5 cd 8b 07 . . . + ld hl,(lf47eh+1) ;08e8 2a 7f f4 *  . + ld de,00200h ;08eb 11 00 02 . . . + xor a ;08ee af . + sbc hl,de ;08ef ed 52 . R + jp c,l0914h ;08f1 da 14 09 . . . + push hl ;08f4 e5 . + ld de,(lf45ah+2) ;08f5 ed 5b 5c f4 . [ \ . + xor a ;08f9 af . + sbc hl,de ;08fa ed 52 . R + pop hl ;08fc e1 . + jp c,l0914h ;08fd da 14 09 . . . +l0900h: + push hl ;0900 e5 . + ld hl,(le016h+2) ;0901 2a 18 e0 * . . + push hl ;0904 e5 . + xor a ;0905 af . + sbc hl,de ;0906 ed 52 . R + ld (lf42eh),hl ;0908 22 2e f4 " . . + pop hl ;090b e1 . + pop de ;090c d1 . + xor a ;090d af . + sbc hl,de ;090e ed 52 . R + ld (lf42ch),hl ;0910 22 2c f4 " , . + ret ;0913 c9 . +l0914h: + ld hl,(le016h+2) ;0914 2a 18 e0 * . . + ld de,(lf45ah+2) ;0917 ed 5b 5c f4 . [ \ . + xor a ;091b af . + sbc hl,de ;091c ed 52 . R + ld (lf42ch),hl ;091e 22 2c f4 " , . + ld (lf42eh),hl ;0921 22 2e f4 " . . + ret ;0924 c9 . + sra h ;0925 cb 2c . , + rr l ;0927 cb 1d . . + sra h ;0929 cb 2c . , + rr l ;092b cb 1d . . + ret ;092d c9 . +sub_092eh: + ld a,(le020h) ;092e 3a 20 e0 : . + cp 005h ;0931 fe 05 . . + ret nz ;0933 c0 . + ld hl,l0064h ;0934 21 64 00 ! d . + ld (lf45ah+2),hl ;0937 22 5c f4 " \ . + call sub_0944h ;093a cd 44 09 . D . + ld hl,l000ah ;093d 21 0a 00 ! . . + call sub_0950h ;0940 cd 50 09 . P . + ret ;0943 c9 . +sub_0944h: + ld de,(le016h+2) ;0944 ed 5b 18 e0 . [ . . + ex de,hl ;0948 eb . + xor a ;0949 af . + sbc hl,de ;094a ed 52 . R + ld (lf42eh),hl ;094c 22 2e f4 " . . + ret ;094f c9 . +sub_0950h: + ld de,(lf42eh) ;0950 ed 5b 2e f4 . [ . . + ex de,hl ;0954 eb . + xor a ;0955 af . + sbc hl,de ;0956 ed 52 . R + ret c ;0958 d8 . + ld (lf42ch),hl ;0959 22 2c f4 " , . + ret ;095c c9 . +sub_095dh: + ld a,(le029h+2) ;095d 3a 2b e0 : + . + push af ;0960 f5 . + ld a,(0e01ah) ;0961 3a 1a e0 : . . + dec a ;0964 3d = + pop bc ;0965 c1 . + sub b ;0966 90 . +l0967h: + jp z,l096fh ;0967 ca 6f 09 . o . + ld a,000h ;096a 3e 00 > . +l096ch: + ret nc ;096c d0 . + dec a ;096d 3d = + ret ;096e c9 . +l096fh: + ld hl,(le029h) ;096f 2a 29 e0 * ) . + inc hl ;0972 23 # + ex de,hl ;0973 eb . + ld hl,(le016h+2) ;0974 2a 18 e0 * . . + xor a ;0977 af . + sbc hl,de ;0978 ed 52 . R + ret nc ;097a d0 . + ld a,0ffh ;097b 3e ff > . + ret ;097d c9 . +sub_097eh: + ld a,(le01ch) ;097e 3a 1c e0 : . . + and a ;0981 a7 . + jp nz,l0b23h ;0982 c2 23 0b . # . + call sub_08a3h ;0985 cd a3 08 . . . + and a ;0988 a7 . + ret z ;0989 c8 . + jp l0b1eh ;098a c3 1e 0b . . . +sub_098dh: + ld a,001h ;098d 3e 01 > . + ld (le01ch),a ;098f 32 1c e0 2 . . + ret ;0992 c9 . +sub_0993h: + ld a,(le029h+2) ;0993 3a 2b e0 : + . + ld c,a ;0996 4f O + ld a,(0e01ah) ;0997 3a 1a e0 : . . + dec a ;099a 3d = + cp c ;099b b9 . + jp nz,l09cfh ;099c c2 cf 09 . . . + ld hl,(le029h) ;099f 2a 29 e0 * ) . + ex de,hl ;09a2 eb . + ld hl,(le016h+2) ;09a3 2a 18 e0 * . . + xor a ;09a6 af . + sbc hl,de ;09a7 ed 52 . R + ld de,l0063h ;09a9 11 63 00 . c . + ex de,hl ;09ac eb . + xor a ;09ad af . + sbc hl,de ;09ae ed 52 . R + jp nc,l09cbh ;09b0 d2 cb 09 . . . + push de ;09b3 d5 . + ld hl,(lf47eh+1) ;09b4 2a 7f f4 *  . + push hl ;09b7 e5 . + ld de,l0064h ;09b8 11 64 00 . d . + xor a ;09bb af . + sbc hl,de ;09bc ed 52 . R + pop hl ;09be e1 . + pop de ;09bf d1 . + jp c,l09cbh ;09c0 da cb 09 . . . + xor a ;09c3 af . + sbc hl,de ;09c4 ed 52 . R + jp c,l09cfh ;09c6 da cf 09 . . . + ex de,hl ;09c9 eb . + ret ;09ca c9 . +l09cbh: + ld hl,l0000h ;09cb 21 00 00 ! . . + ret ;09ce c9 . +l09cfh: + ld hl,(lf47eh+1) ;09cf 2a 7f f4 *  . + ret ;09d2 c9 . +sub_09d3h: + ld hl,l0000h ;09d3 21 00 00 ! . . + ld (lf432h),hl ;09d6 22 32 f4 " 2 . + ld (lf430h),hl ;09d9 22 30 f4 " 0 . + ret ;09dc c9 . +sub_09ddh: + ld a,(lf432h) ;09dd 3a 32 f4 : 2 . + and a ;09e0 a7 . + ret ;09e1 c9 . +sub_09e2h: + ld hl,lf432h ;09e2 21 32 f4 ! 2 . + ld de,l001fh ;09e5 11 1f 00 . . . + xor a ;09e8 af . +l09e9h: + ld (hl),a ;09e9 77 w + cp e ;09ea bb . + ret z ;09eb c8 . + inc hl ;09ec 23 # + dec e ;09ed 1d . + jr l09e9h ;09ee 18 f9 . . +sub_09f0h: + push af ;09f0 f5 . + ld hl,(lf430h) ;09f1 2a 30 f4 * 0 . + ex de,hl ;09f4 eb . + ld hl,lf432h ;09f5 21 32 f4 ! 2 . + add hl,de ;09f8 19 . + ld (hl),a ;09f9 77 w + xor a ;09fa af . + inc hl ;09fb 23 # + ld (hl),a ;09fc 77 w + ld hl,(lf430h) ;09fd 2a 30 f4 * 0 . +l0a00h: + inc hl ;0a00 23 # +sub_0a01h: + ld (lf430h),hl ;0a01 22 30 f4 " 0 . + pop af ;0a04 f1 . + ret ;0a05 c9 . +sub_0a06h: + call sub_12c7h ;0a06 cd c7 12 . . . + ret nz ;0a09 c0 . + ld a,(lf46ch) ;0a0a 3a 6c f4 : l . + ld l,a ;0a0d 6f o + ld a,(lf46ch+1) ;0a0e 3a 6d f4 : m . + or l ;0a11 b5 . + call nz,sub_0a3ch ;0a12 c4 3c 0a . < . + ld a,(lf46ch) ;0a15 3a 6c f4 : l . + and a ;0a18 a7 . + call nz,sub_0a2ah ;0a19 c4 2a 0a . * . + ld hl,lf432h ;0a1c 21 32 f4 ! 2 . + call sub_0574h ;0a1f cd 74 05 . t . + ld a,(lf46ch+1) ;0a22 3a 6d f4 : m . + and a ;0a25 a7 . + call nz,sub_0a2ah ;0a26 c4 2a 0a . * . + ret ;0a29 c9 . +sub_0a2ah: + push af ;0a2a f5 . + ld a,(0f452h) ;0a2b 3a 52 f4 : R . + and a ;0a2e a7 . + jr z,l0a3ah ;0a2f 28 09 ( . + call sub_f4cbh ;0a31 cd cb f4 . . . + ld l,a ;0a34 6f o + pop af ;0a35 f1 . + cp l ;0a36 bd . + jr nz,sub_0a2ah ;0a37 20 f1 . + ret ;0a39 c9 . +l0a3ah: + pop af ;0a3a f1 . + ret ;0a3b c9 . +sub_0a3ch: + ld a,0ffh ;0a3c 3e ff > . + ld (0f452h),a ;0a3e 32 52 f4 2 R . + ret ;0a41 c9 . +sub_0a42h: + ld hl,(le021h) ;0a42 2a 21 e0 * ! . + ld (le029h),hl ;0a45 22 29 e0 " ) . + ld a,(le023h) ;0a48 3a 23 e0 : # . + ld (le029h+2),a ;0a4b 32 2b e0 2 + . + ld hl,l0000h ;0a4e 21 00 00 ! . . + ld (le023h+1),hl ;0a51 22 24 e0 " $ . + ld a,h ;0a54 7c | + ld (le026h),a ;0a55 32 26 e0 2 & . + ret ;0a58 c9 . +sub_0a59h: + call sub_06ceh ;0a59 cd ce 06 . . . + call nz,sub_08ceh ;0a5c c4 ce 08 . . . + ret ;0a5f c9 . +sub_0a60h: + push hl ;0a60 e5 . + push af ;0a61 f5 . + ld a,(le01bh) ;0a62 3a 1b e0 : . . + and a ;0a65 a7 . + call nz,sub_095dh ;0a66 c4 5d 09 . ] . + and a ;0a69 a7 . + pop bc ;0a6a c1 . + pop hl ;0a6b e1 . + ld a,010h ;0a6c 3e 10 > . + jp nz,sub_06b7h ;0a6e c2 b7 06 . . . + ld a,(hl) ;0a71 7e ~ + push hl ;0a72 e5 . + push bc ;0a73 c5 . + call sub_0a97h ;0a74 cd 97 0a . . . + pop bc ;0a77 c1 . + pop hl ;0a78 e1 . + inc hl ;0a79 23 # + dec b ;0a7a 05 . + jp z,l0a93h ;0a7b ca 93 0a . . . + ld a,(hl) ;0a7e 7e ~ + push hl ;0a7f e5 . + push bc ;0a80 c5 . + call sub_0a97h ;0a81 cd 97 0a . . . + pop bc ;0a84 c1 . + pop hl ;0a85 e1 . + inc hl ;0a86 23 # + dec b ;0a87 05 . + jp z,l0a93h ;0a88 ca 93 0a . . . + ld a,(hl) ;0a8b 7e ~ + push hl ;0a8c e5 . + push bc ;0a8d c5 . + call sub_0a97h ;0a8e cd 97 0a . . . + pop bc ;0a91 c1 . + pop hl ;0a92 e1 . +l0a93h: + call sub_097eh ;0a93 cd 7e 09 . ~ . + ret ;0a96 c9 . +sub_0a97h: + ld c,a ;0a97 4f O + ld hl,(le021h) ;0a98 2a 21 e0 * ! . + ld de,(le026h+1) ;0a9b ed 5b 27 e0 . [ ' . + add hl,de ;0a9f 19 . + push bc ;0aa0 c5 . + push hl ;0aa1 e5 . + call sub_1d31h ;0aa2 cd 31 1d . 1 . + pop hl ;0aa5 e1 . + pop bc ;0aa6 c1 . + jp nz,l0aaeh ;0aa7 c2 ae 0a . . . + ld (hl),c ;0aaa 71 q + jp l0ab4h ;0aab c3 b4 0a . . . +l0aaeh: + ld a,(le023h) ;0aae 3a 23 e0 : # . + call sub_0348h ;0ab1 cd 48 03 . H . +l0ab4h: + ld hl,(le029h) ;0ab4 2a 29 e0 * ) . + inc hl ;0ab7 23 # + push hl ;0ab8 e5 . + ld (le029h),hl ;0ab9 22 29 e0 " ) . + pop de ;0abc d1 . + ld hl,(le016h+2) ;0abd 2a 18 e0 * . . + and a ;0ac0 a7 . + sbc hl,de ;0ac1 ed 52 . R + jp nz,l0ad3h ;0ac3 c2 d3 0a . . . + ld hl,l0000h ;0ac6 21 00 00 ! . . + ld (le029h),hl ;0ac9 22 29 e0 " ) . + ld a,(le029h+2) ;0acc 3a 2b e0 : + . + inc a ;0acf 3c < + ld (le029h+2),a ;0ad0 32 2b e0 2 + . +l0ad3h: + ld hl,(le021h) ;0ad3 2a 21 e0 * ! . + inc hl ;0ad6 23 # + ld (le021h),hl ;0ad7 22 21 e0 " ! . + ld de,(le016h+2) ;0ada ed 5b 18 e0 . [ . . + and a ;0ade a7 . + sbc hl,de ;0adf ed 52 . R + ret nz ;0ae1 c0 . + ld hl,l0000h ;0ae2 21 00 00 ! . . + ld (le021h),hl ;0ae5 22 21 e0 " ! . + ld a,(0e01ah) ;0ae8 3a 1a e0 : . . + push af ;0aeb f5 . + ld hl,le023h ;0aec 21 23 e0 ! # . + inc (hl) ;0aef 34 4 + pop af ;0af0 f1 . + cp (hl) ;0af1 be . + ret nz ;0af2 c0 . + ld (hl),000h ;0af3 36 00 6 . + call sub_1987h ;0af5 cd 87 19 . . . + ret ;0af8 c9 . + xor a ;0af9 af . + ld (le01bh),a ;0afa 32 1b e0 2 . . + call sub_07a8h ;0afd cd a8 07 . . . + ret z ;0b00 c8 . + jp l0b14h ;0b01 c3 14 0b . . . +sub_0b04h: + ld a,(le01bh) ;0b04 3a 1b e0 : . . + and a ;0b07 a7 . + ret z ;0b08 c8 . + xor a ;0b09 af . + ld (le01bh),a ;0b0a 32 1b e0 2 . . + call sub_07a8h ;0b0d cd a8 07 . . . + ret z ;0b10 c8 . + call sub_0b4ah ;0b11 cd 4a 0b . J . +l0b14h: + ld a,(lf481h) ;0b14 3a 81 f4 : . . + bit 0,a ;0b17 cb 47 . G + ret z ;0b19 c8 . + call sub_0560h ;0b1a cd 60 05 . ` . + ret ;0b1d c9 . +l0b1eh: + ld a,(le01bh) ;0b1e 3a 1b e0 : . . + and a ;0b21 a7 . + ret nz ;0b22 c0 . +l0b23h: + ld a,01fh ;0b23 3e 1f > . + ld (le01bh),a ;0b25 32 1b e0 2 . . + call sub_07a8h ;0b28 cd a8 07 . . . + ret z ;0b2b c8 . + ld a,(lf481h) ;0b2c 3a 81 f4 : . . + bit 0,a ;0b2f cb 47 . G + call nz,sub_0564h ;0b31 c4 64 05 . d . + ld a,(lf453h) ;0b34 3a 53 f4 : S . + cp 058h ;0b37 fe 58 . X + ret nz ;0b39 c0 . + call sub_0b63h ;0b3a cd 63 0b . c . + ld a,(lf481h) ;0b3d 3a 81 f4 : . . + bit 0,a ;0b40 cb 47 . G + ret z ;0b42 c8 . +l0b43h: + in a,(011h) ;0b43 db 11 . . + bit 2,a ;0b45 cb 57 . W + jr z,l0b43h ;0b47 28 fa ( . + ret ;0b49 c9 . +sub_0b4ah: + ld a,(lf45eh) ;0b4a 3a 5e f4 : ^ . + and a ;0b4d a7 . + ld a,(lf453h) ;0b4e 3a 53 f4 : S . + jr nz,l0b58h ;0b51 20 05 . + cp 078h ;0b53 fe 78 . x + jp z,l0b82h ;0b55 ca 82 0b . . . +l0b58h: + cp 045h ;0b58 fe 45 . E + jp z,l0bc6h ;0b5a ca c6 0b . . . + cp 078h ;0b5d fe 78 . x + jp z,l0bc6h ;0b5f ca c6 0b . . . + ret ;0b62 c9 . +sub_0b63h: + ld a,(lf45eh) ;0b63 3a 5e f4 : ^ . + and a ;0b66 a7 . + ret nz ;0b67 c0 . + ld a,078h ;0b68 3e 78 > x + ld (lf453h),a ;0b6a 32 53 f4 2 S . + push bc ;0b6d c5 . + di ;0b6e f3 . + ld a,(le002h) ;0b6f 3a 02 e0 : . . + or 008h ;0b72 f6 08 . . + ld (le002h),a ;0b74 32 02 e0 2 . . + out (000h),a ;0b77 d3 00 . . + ei ;0b79 fb . + ld bc,lf474h ;0b7a 01 74 f4 . t . + call sub_0c1fh ;0b7d cd 1f 0c . . . + pop bc ;0b80 c1 . + ret ;0b81 c9 . +l0b82h: + ld a,058h ;0b82 3e 58 > X + ld (lf453h),a ;0b84 32 53 f4 2 S . + push bc ;0b87 c5 . + ld bc,lf45fh ;0b88 01 5f f4 . _ . + call sub_0c1fh ;0b8b cd 1f 0c . . . + pop bc ;0b8e c1 . + ret ;0b8f c9 . +l0b90h: + ld a,(lf453h) ;0b90 3a 53 f4 : S . + and a ;0b93 a7 . + jp nz,l0baeh ;0b94 c2 ae 0b . . . + push bc ;0b97 c5 . + di ;0b98 f3 . + ld a,(le002h) ;0b99 3a 02 e0 : . . + or 008h ;0b9c f6 08 . . + ld (le002h),a ;0b9e 32 02 e0 2 . . + out (000h),a ;0ba1 d3 00 . . + ei ;0ba3 fb . + ld bc,l0bach ;0ba4 01 ac 0b . . . + call sub_0c1fh ;0ba7 cd 1f 0c . . . + pop bc ;0baa c1 . + ret ;0bab c9 . +l0bach: + ld b,000h ;0bac 06 00 . . +l0baeh: + ld a,(lf453h) ;0bae 3a 53 f4 : S . + cp 058h ;0bb1 fe 58 . X + jr z,l0bb8h ;0bb3 28 03 ( . + cp 065h ;0bb5 fe 65 . e + ret nz ;0bb7 c0 . +l0bb8h: + call sub_0c07h ;0bb8 cd 07 0c . . . + call sub_0639h ;0bbb cd 39 06 . 9 . + call sub_0640h ;0bbe cd 40 06 . @ . + call sub_08a3h ;0bc1 cd a3 08 . . . + and a ;0bc4 a7 . + ret nz ;0bc5 c0 . +l0bc6h: + ld a,(lf453h) ;0bc6 3a 53 f4 : S . + cp 078h ;0bc9 fe 78 . x + push af ;0bcb f5 . + di ;0bcc f3 . + ld a,(le002h) ;0bcd 3a 02 e0 : . . + or 008h ;0bd0 f6 08 . . + ld (le002h),a ;0bd2 32 02 e0 2 . . + out (000h),a ;0bd5 d3 00 . . + ei ;0bd7 fb . + pop af ;0bd8 f1 . + call nz,sub_062eh ;0bd9 c4 2e 06 . . . + call sub_067ch ;0bdc cd 7c 06 . | . + ld bc,lf474h ;0bdf 01 74 f4 . t . + call sub_0c1fh ;0be2 cd 1f 0c . . . + ld a,(lf453h) ;0be5 3a 53 f4 : S . + cp 078h ;0be8 fe 78 . x + jp z,l0b82h ;0bea ca 82 0b . . . + ld hl,lf45fh ;0bed 21 5f f4 ! _ . + push bc ;0bf0 c5 . + ld c,l ;0bf1 4d M + ld b,h ;0bf2 44 D + ld a,(bc) ;0bf3 0a . + and a ;0bf4 a7 . + jr z,l0bfah ;0bf5 28 03 ( . +sub_0bf7h: + call sub_0c1fh ;0bf7 cd 1f 0c . . . +l0bfah: + call sub_0c1ch ;0bfa cd 1c 0c . . . + call sub_0623h ;0bfd cd 23 06 . # . + pop bc ;0c00 c1 . + ld a,065h ;0c01 3e 65 > e + ld (lf453h),a ;0c03 32 53 f4 2 S . + ret ;0c06 c9 . +sub_0c07h: + ld a,058h ;0c07 3e 58 > X + ld hl,lf453h ;0c09 21 53 f4 ! S . + cp (hl) ;0c0c be . + jr z,l0c15h ;0c0d 28 06 ( . + ld a,065h ;0c0f 3e 65 > e + cp (hl) ;0c11 be . + jr z,$+6 ;0c12 28 04 ( . + ret ;0c14 c9 . +l0c15h: + ld a,078h ;0c15 3e 78 > x + ld de,0453eh ;0c17 11 3e 45 . > E + ld (hl),a ;0c1a 77 w + ret ;0c1b c9 . +sub_0c1ch: + ld bc,lf46ch+2 ;0c1c 01 6e f4 . n . +sub_0c1fh: + ld a,(bc) ;0c1f 0a . + and a ;0c20 a7 . + ret z ;0c21 c8 . + call sub_06aeh ;0c22 cd ae 06 . . . +l0c25h: + in a,(011h) ;0c25 db 11 . . + bit 0,a ;0c27 cb 47 . G + jr z,l0c25h ;0c29 28 fa ( . + ld a,(bc) ;0c2b 0a . + push bc ;0c2c c5 . + call sub_0719h ;0c2d cd 19 07 . . . + pop bc ;0c30 c1 . + out (010h),a ;0c31 d3 10 . . + inc bc ;0c33 03 . + jr sub_0c1fh ;0c34 18 e9 . . +sub_0c36h: + ld c,a ;0c36 4f O + ld a,(lf453h+1) ;0c37 3a 54 f4 : T . + or a ;0c3a b7 . + jp z,l0c70h ;0c3b ca 70 0c . p . + cp 001h ;0c3e fe 01 . . + jp z,l0c60h ;0c40 ca 60 0c . ` . + cp 002h ;0c43 fe 02 . . + jp nz,l0c7bh ;0c45 c2 7b 0c . { . + ld a,c ;0c48 79 y +sub_0c49h: + cp 059h ;0c49 fe 59 . Y + jp z,l0c56h ;0c4b ca 56 0c . V . + cp 028h ;0c4e fe 28 . ( + jp z,l0c56h ;0c50 ca 56 0c . V . + jp l0c7bh ;0c53 c3 7b 0c . { . +l0c56h: + call sub_0c85h ;0c56 cd 85 0c . . . + xor a ;0c59 af . + ld (lf453h+1),a ;0c5a 32 54 f4 2 T . + ld a,0ffh ;0c5d 3e ff > . + ret ;0c5f c9 . +l0c60h: + ld a,c ;0c60 79 y + cp 01bh ;0c61 fe 1b . . + jp z,l0c76h ;0c63 ca 76 0c . v . + cp 02eh ;0c66 fe 2e . . + jp nz,l0c7bh ;0c68 c2 7b 0c . { . + ld a,002h ;0c6b 3e 02 > . + jp l0c80h ;0c6d c3 80 0c . . . +l0c70h: + ld a,c ;0c70 79 y + cp 01bh ;0c71 fe 1b . . + jp nz,l0c7bh ;0c73 c2 7b 0c . { . +l0c76h: + ld a,001h ;0c76 3e 01 > . + jp l0c80h ;0c78 c3 80 0c . . . +l0c7bh: + xor a ;0c7b af . + ld (lf453h+1),a ;0c7c 32 54 f4 2 T . + ret ;0c7f c9 . +l0c80h: + ld (lf453h+1),a ;0c80 32 54 f4 2 T . + xor a ;0c83 af . + ret ;0c84 c9 . +sub_0c85h: + ld a,0ffh ;0c85 3e ff > . + ld (lf455h+2),a ;0c87 32 57 f4 2 W . + call sub_044ah ;0c8a cd 4a 04 . J . + ret ;0c8d c9 . +l0c8eh: + di ;0c8e f3 . + ld a,(le002h) ;0c8f 3a 02 e0 : . . + and 0efh ;0c92 e6 ef . . + ld (le002h),a ;0c94 32 02 e0 2 . . + out (000h),a ;0c97 d3 00 . . + ei ;0c99 fb . + ld hl,l0000h ;0c9a 21 00 00 ! . . + add hl,sp ;0c9d 39 9 + ld (lf484h),hl ;0c9e 22 84 f4 " . . + jr l0ca7h ;0ca1 18 04 . . + ld hl,(lf484h) ;0ca3 2a 84 f4 * . . + ld sp,hl ;0ca6 f9 . +l0ca7h: + call sub_0518h ;0ca7 cd 18 05 . . . +l0caah: + ld c,a ;0caa 4f O + cp 01bh ;0cab fe 1b . . + jp z,l0ce7h ;0cad ca e7 0c . . . + ld a,(lf455h+1) ;0cb0 3a 56 f4 : V . + cp 02eh ;0cb3 fe 2e . . + jp nz,l0cd7h ;0cb5 c2 d7 0c . . . + cp c ;0cb8 b9 . + ld a,c ;0cb9 79 y + jp z,l0d0ah ;0cba ca 0a 0d . . . + push bc ;0cbd c5 . + call sub_1cd6h ;0cbe cd d6 1c . . . + cp 003h ;0cc1 fe 03 . . + jp nz,l0cd3h ;0cc3 c2 d3 0c . . . + ld a,01bh ;0cc6 3e 1b > . + call sub_08ceh ;0cc8 cd ce 08 . . . + pop bc ;0ccb c1 . + ld a,c ;0ccc 79 y + call sub_08ceh ;0ccd cd ce 08 . . . + jp l0dc9h ;0cd0 c3 c9 0d . . . +l0cd3h: + pop bc ;0cd3 c1 . + jp l0dc9h ;0cd4 c3 c9 0d . . . +l0cd7h: + cp c ;0cd7 b9 . + ld a,c ;0cd8 79 y + jp nc,l1153h ;0cd9 d2 53 11 . S . + cp 05bh ;0cdc fe 5b . [ + ld hl,l0d3ah ;0cde 21 3a 0d ! : . + jp c,l0d22h ;0ce1 da 22 0d . " . + jp l1153h ;0ce4 c3 53 11 . S . +l0ce7h: + ld a,(lf455h+1) ;0ce7 3a 56 f4 : V . + and a ;0cea a7 . + ret nz ;0ceb c0 . + ld a,02eh ;0cec 3e 2e > . + ld (lf455h+1),a ;0cee 32 56 f4 2 V . + ld hl,(0e008h) ;0cf1 2a 08 e0 * . . + ld (le00ah),hl ;0cf4 22 0a e0 " . . +sub_0cf7h: + ld hl,l0c8eh ;0cf7 21 8e 0c ! . . + ld (0e008h),hl ;0cfa 22 08 e0 " . . +l0cfdh: + di ;0cfd f3 . + ld a,(le002h) ;0cfe 3a 02 e0 : . . + or 010h ;0d01 f6 10 . . + ld (le002h),a ;0d03 32 02 e0 2 . . + out (000h),a ;0d06 d3 00 . . + ei ;0d08 fb . + ret ;0d09 c9 . +l0d0ah: + ld a,027h ;0d0a 3e 27 > ' + ld (lf455h+1),a ;0d0c 32 56 f4 2 V . + jp l0cfdh ;0d0f c3 fd 0c . . . +sub_0d12h: + ld (lf486h),hl ;0d12 22 86 f4 " . . + ld hl,00d6dh ;0d15 21 6d 0d ! m . + ld (0e008h),hl ;0d18 22 08 e0 " . . + ld hl,lf48bh ;0d1b 21 8b f4 ! . . + ld (lf489h),hl ;0d1e 22 89 f4 " . . + ret ;0d21 c9 . +l0d22h: + call sub_0d26h ;0d22 cd 26 0d . & . + jp (hl) ;0d25 e9 . +sub_0d26h: + cp (hl) ;0d26 be . + jp z,l0d34h ;0d27 ca 34 0d . 4 . + inc hl ;0d2a 23 # + inc hl ;0d2b 23 # + inc hl ;0d2c 23 # + ld c,a ;0d2d 4f O + ld a,(hl) ;0d2e 7e ~ + and a ;0d2f a7 . + ld a,c ;0d30 79 y + jp nz,sub_0d26h ;0d31 c2 26 0d . & . +l0d34h: + inc hl ;0d34 23 # + ld a,(hl) ;0d35 7e ~ + inc hl ;0d36 23 # + ld h,(hl) ;0d37 66 f + ld l,a ;0d38 6f o + ret ;0d39 c9 . +l0d3ah: + ld b,d ;0d3a 42 B + xor a ;0d3b af . + djnz l0d83h ;0d3c 10 45 . E + jp 04810h ;0d3e c3 10 48 . . H + sbc a,a ;0d41 9f . + ld c,049h ;0d42 0e 49 . I + call 04a0eh ;0d44 cd 0e 4a . . J + ld c,d ;0d47 4a J + ld c,04bh ;0d48 0e 4b . K + ld h,(hl) ;0d4a 66 f + ld c,04ch ;0d4b 0e 4c . L + call po,04d10h ;0d4d e4 10 4d . . M + ld (hl),h ;0d50 74 t + ld c,04eh ;0d51 0e 4e . N + ex af,af' ;0d53 08 . + rrca ;0d54 0f . + ld c,a ;0d55 4f O + inc b ;0d56 04 . + ld de,sub_0950h+2 ;0d57 11 52 09 . R . + ld c,040h ;0d5a 0e 40 . @ + rra ;0d5c 1f . + ld c,05ah ;0d5d 0e 5a . Z + call pe,0290dh ;0d5f ec 0d 29 . . ) + call pe,0590dh ;0d62 ec 0d 59 . . Y + jp (hl) ;0d65 e9 . + dec c ;0d66 0d . + jr z,$-21 ;0d67 28 e9 ( . + dec c ;0d69 0d . + nop ;0d6a 00 . + ld d,e ;0d6b 53 S + ld de,l3af3h ;0d6c 11 f3 3a . . : + ld (bc),a ;0d6f 02 . + ret po ;0d70 e0 . + and 0efh ;0d71 e6 ef . . + ld (le002h),a ;0d73 32 02 e0 2 . . + out (000h),a ;0d76 d3 00 . . + ei ;0d78 fb . + call sub_0518h ;0d79 cd 18 05 . . . + ld c,a ;0d7c 4f O + cp 01bh ;0d7d fe 1b . . + jr nz,l0d8ah ;0d7f 20 09 . + ld a,00ch ;0d81 3e 0c > . +l0d83h: + call sub_06b7h ;0d83 cd b7 06 . . . + ld a,c ;0d86 79 y + jp z,l0caah ;0d87 ca aa 0c . . . +l0d8ah: + call sub_0da7h ;0d8a cd a7 0d . . . + ld a,c ;0d8d 79 y + ld hl,l0d96h ;0d8e 21 96 0d ! . . + push hl ;0d91 e5 . + ld hl,(lf486h) ;0d92 2a 86 f4 * . . + jp (hl) ;0d95 e9 . +l0d96h: + call sub_1163h ;0d96 cd 63 11 . c . + ret z ;0d99 c8 . + di ;0d9a f3 . + ld a,(le002h) ;0d9b 3a 02 e0 : . . + or 010h ;0d9e f6 10 . . + ld (le002h),a ;0da0 32 02 e0 2 . . + out (000h),a ;0da3 d3 00 . . + ei ;0da5 fb . + ret ;0da6 c9 . +sub_0da7h: + ld hl,(lf482h) ;0da7 2a 82 f4 * . . + ld de,lf48bh ;0daa 11 8b f4 . . . + add hl,de ;0dad 19 . + ld (hl),a ;0dae 77 w + inc hl ;0daf 23 # + ld (hl),000h ;0db0 36 00 6 . + ld hl,(lf482h) ;0db2 2a 82 f4 * . . + inc hl ;0db5 23 # + ld a,040h ;0db6 3e 40 > @ + cp l ;0db8 bd . + call m,sub_0dc0h ;0db9 fc c0 0d . . . + ld (lf482h),hl ;0dbc 22 82 f4 " . . + ret ;0dbf c9 . +sub_0dc0h: + push hl ;0dc0 e5 . + ld a,010h ;0dc1 3e 10 > . + call sub_06b7h ;0dc3 cd b7 06 . . . + pop hl ;0dc6 e1 . + dec hl ;0dc7 2b + + ret ;0dc8 c9 . +l0dc9h: + ld hl,l0000h ;0dc9 21 00 00 ! . . + ld a,h ;0dcc 7c | + ld (lf455h+1),a ;0dcd 32 56 f4 2 V . + ld (lf482h),hl ;0dd0 22 82 f4 " . . + ld (lf48bh),hl ;0dd3 22 8b f4 " . . + ld hl,(le00ah) ;0dd6 2a 0a e0 * . . + ld (0e008h),hl ;0dd9 22 08 e0 " . . + di ;0ddc f3 . + ld a,(le002h) ;0ddd 3a 02 e0 : . . + and 0efh ;0de0 e6 ef . . + ld (le002h),a ;0de2 32 02 e0 2 . . + out (000h),a ;0de5 d3 00 . . + ei ;0de7 fb . + ret ;0de8 c9 . + jp l0dc9h ;0de9 c3 c9 0d . . . + call sub_1d3bh ;0dec cd 3b 1d . ; . + jp z,l0dc9h ;0def ca c9 0d . . . + xor a ;0df2 af . + ld (lf455h+2),a ;0df3 32 57 f4 2 W . + call l0dc9h ;0df6 cd c9 0d . . . + call sub_0454h ;0df9 cd 54 04 . T . + di ;0dfc f3 . + ld a,(le002h) ;0dfd 3a 02 e0 : . . + or 010h ;0e00 f6 10 . . + ld (le002h),a ;0e02 32 02 e0 2 . . + out (000h),a ;0e05 d3 00 . . + ei ;0e07 fb . + ret ;0e08 c9 . +sub_0e09h: + call sub_0e8ch ;0e09 cd 8c 0e . . . + call sub_0eefh ;0e0c cd ef 0e . . . + call sub_0e3ch ;0e0f cd 3c 0e . < . + call sub_0f20h ;0e12 cd 20 0f . . + call sub_078bh ;0e15 cd 8b 07 . . . + xor a ;0e18 af . + ld (lf455h),a ;0e19 32 55 f4 2 U . + jp l0dc9h ;0e1c c3 c9 0d . . . + call sub_0d12h ;0e1f cd 12 0d . . . + call sub_0e3ch ;0e22 cd 3c 0e . < . + ld a,040h ;0e25 3e 40 > @ + ld (lf455h+1),a ;0e27 32 56 f4 2 V . + ld hl,lf482h ;0e2a 21 82 f4 ! . . + ld (lf458h),hl ;0e2d 22 58 f4 " X . + ld hl,l0003h ;0e30 21 03 00 ! . . + ld (lf45ah),hl ;0e33 22 5a f4 " Z . + ld hl,l0f2ch ;0e36 21 2c 0f ! , . + jp l0eb2h ;0e39 c3 b2 0e . . . +sub_0e3ch: + push af ;0e3c f5 . + ld hl,00400h ;0e3d 21 00 04 ! . . + ld (lf47eh+1),hl ;0e40 22 7f f4 "  . + ld a,001h ;0e43 3e 01 > . + ld (lf481h),a ;0e45 32 81 f4 2 . . + pop af ;0e48 f1 . + ret ;0e49 c9 . + call sub_09e2h ;0e4a cd e2 09 . . . + call sub_064fh ;0e4d cd 4f 06 . O . + ld a,000h ;0e50 3e 00 > . + ld (le015h),a ;0e52 32 15 e0 2 . . + ld a,(0f452h) ;0e55 3a 52 f4 : R . + and a ;0e58 a7 . + ld a,020h ;0e59 3e 20 > + call nz,sub_08ceh ;0e5b c4 ce 08 . . . + xor a ;0e5e af . + ld (0f452h),a ;0e5f 32 52 f4 2 R . + call l0dc9h ;0e62 cd c9 0d . . . + ret ;0e65 c9 . + call l0dc9h ;0e66 cd c9 0d . . . + call sub_120bh ;0e69 cd 0b 12 . . . + xor a ;0e6c af . + ld (lf455h),a ;0e6d 32 55 f4 2 U . + call sub_19adh ;0e70 cd ad 19 . . . + ret ;0e73 c9 . + call sub_0d12h ;0e74 cd 12 0d . . . + call sub_0e8ch ;0e77 cd 8c 0e . . . + ld hl,l0007h ;0e7a 21 07 00 ! . . + ld (lf45ah),hl ;0e7d 22 5a f4 " Z . + ld hl,lf471h ;0e80 21 71 f4 ! q . + ld (lf458h),hl ;0e83 22 58 f4 " X . + ld hl,l0f2ch ;0e86 21 2c 0f ! , . + jp l0eb2h ;0e89 c3 b2 0e . . . +sub_0e8ch: + push af ;0e8c f5 . + ld hl,lf471h ;0e8d 21 71 f4 ! q . + ld de,l0008h ;0e90 11 08 00 . . . + call sub_1047h ;0e93 cd 47 10 . G . + ld l,00dh ;0e96 2e 0d . . + ld a,00dh ;0e98 3e 0d > . + ld (lf46ch+2),a ;0e9a 32 6e f4 2 n . + pop af ;0e9d f1 . + ret ;0e9e c9 . + call sub_0d12h ;0e9f cd 12 0d . . . + call sub_0eefh ;0ea2 cd ef 0e . . . +l0ea5h: + ld a,065h ;0ea5 3e 65 > e + ld (lf453h),a ;0ea7 32 53 f4 2 S . + ld a,048h ;0eaa 3e 48 > H + ld (lf455h+1),a ;0eac 32 56 f4 2 V . + jp l0eddh ;0eaf c3 dd 0e . . . +l0eb2h: + ld (lf486h),hl ;0eb2 22 86 f4 " . . + ld de,lf48bh ;0eb5 11 8b f4 . . . + ld hl,(lf482h) ;0eb8 2a 82 f4 * . . + add hl,de ;0ebb 19 . + ld (lf489h),hl ;0ebc 22 89 f4 " . . + jp l0cfdh ;0ebf c3 fd 0c . . . +sub_0ec2h: + ld de,lf48bh ;0ec2 11 8b f4 . . . + ld hl,(lf482h) ;0ec5 2a 82 f4 * . . + add hl,de ;0ec8 19 . + ld (lf489h),hl ;0ec9 22 89 f4 " . . + ret ;0ecc c9 . + call sub_0d12h ;0ecd cd 12 0d . . . + call sub_0eefh ;0ed0 cd ef 0e . . . + ld a,058h ;0ed3 3e 58 > X + ld (lf453h),a ;0ed5 32 53 f4 2 S . + ld a,049h ;0ed8 3e 49 > I + ld (lf455h+1),a ;0eda 32 56 f4 2 V . +l0eddh: + ld hl,l000dh ;0edd 21 0d 00 ! . . + ld (lf45ah),hl ;0ee0 22 5a f4 " Z . + ld hl,0f469h ;0ee3 21 69 f4 ! i . + ld (lf458h),hl ;0ee6 22 58 f4 " X . + ld hl,l0f2ch ;0ee9 21 2c 0f ! , . + jp l0eb2h ;0eec c3 b2 0e . . . +sub_0eefh: + push af ;0eef f5 . + ld hl,0f469h ;0ef0 21 69 f4 ! i . + ld de,l000dh ;0ef3 11 0d 00 . . . + call sub_1047h ;0ef6 cd 47 10 . G . + ld hl,l0050h ;0ef9 21 50 00 ! P . + ld (lf45ah+2),hl ;0efc 22 5c f4 " \ . + xor a ;0eff af . + ld (lf453h),a ;0f00 32 53 f4 2 S . + call sub_08e5h ;0f03 cd e5 08 . . . + pop af ;0f06 f1 . + ret ;0f07 c9 . + call sub_0d12h ;0f08 cd 12 0d . . . + call sub_0f20h ;0f0b cd 20 0f . . + ld hl,l000ch ;0f0e 21 0c 00 ! . . + ld (lf45ah),hl ;0f11 22 5a f4 " Z . + ld hl,lf47eh ;0f14 21 7e f4 ! ~ . + ld (lf458h),hl ;0f17 22 58 f4 " X . + ld hl,l0f2ch ;0f1a 21 2c 0f ! , . + jp l0eb2h ;0f1d c3 b2 0e . . . +sub_0f20h: + push af ;0f20 f5 . + ld hl,lf47eh ;0f21 21 7e f4 ! ~ . + ld de,l000ch ;0f24 11 0c 00 . . . + call sub_1047h ;0f27 cd 47 10 . G . + pop af ;0f2a f1 . + ret ;0f2b c9 . +l0f2ch: + cp 03bh ;0f2c fe 3b . ; + jp z,l0f67h ;0f2e ca 67 0f . g . + cp 03ah ;0f31 fe 3a . : + jr z,l0f41h ;0f33 28 0c ( . + call sub_10a8h ;0f35 cd a8 10 . . . + ret nc ;0f38 d0 . + ld a,00ch ;0f39 3e 0c > . + call sub_06b7h ;0f3b cd b7 06 . . . + jp l0dc9h ;0f3e c3 c9 0d . . . +l0f41h: + ld hl,(lf489h) ;0f41 2a 89 f4 * . . + ld a,(hl) ;0f44 7e ~ + call sub_10a8h ;0f45 cd a8 10 . . . + jp nc,l0f80h ;0f48 d2 80 0f . . . + ld a,(lf455h+1) ;0f4b 3a 56 f4 : V . + cp 040h ;0f4e fe 40 . @ + jr z,l0f61h ;0f50 28 0f ( . + cp 048h ;0f52 fe 48 . H + jr z,l0f5bh ;0f54 28 05 ( . + cp 049h ;0f56 fe 49 . I + jp l0dc9h ;0f58 c3 c9 0d . . . +l0f5bh: + call sub_0eefh ;0f5b cd ef 0e . . . + jp l0dc9h ;0f5e c3 c9 0d . . . +l0f61h: + call sub_0e3ch ;0f61 cd 3c 0e . < . + jp l0dc9h ;0f64 c3 c9 0d . . . +l0f67h: + ld hl,(lf489h) ;0f67 2a 89 f4 * . . + ld a,(hl) ;0f6a 7e ~ + call sub_10a8h ;0f6b cd a8 10 . . . + jp nc,l0f84h ;0f6e d2 84 0f . . . + ld hl,l0fc1h ;0f71 21 c1 0f ! . . + call l0eb2h ;0f74 cd b2 0e . . . + ld hl,(lf45ah) ;0f77 2a 5a f4 * Z . + dec hl ;0f7a 2b + + dec hl ;0f7b 2b + + ld (lf45ah),hl ;0f7c 22 5a f4 " Z . + ret ;0f7f c9 . +l0f80h: + ld hl,l0fach ;0f80 21 ac 0f ! . . + push hl ;0f83 e5 . +l0f84h: + ld hl,(lf489h) ;0f84 2a 89 f4 * . . + push hl ;0f87 e5 . + ld hl,l0fc1h ;0f88 21 c1 0f ! . . + call l0eb2h ;0f8b cd b2 0e . . . + call sub_6819h ;0f8e cd 19 68 . . h + pop de ;0f91 d1 . + jp c,l1035h ;0f92 da 35 10 . 5 . + push hl ;0f95 e5 . + ld hl,(lf45ah) ;0f96 2a 5a f4 * Z . + ex de,hl ;0f99 eb . + ld hl,(lf458h) ;0f9a 2a 58 f4 * X . + sbc hl,de ;0f9d ed 52 . R + pop de ;0f9f d1 . + ld (hl),e ;0fa0 73 s + inc hl ;0fa1 23 # + ld (hl),d ;0fa2 72 r + ld hl,(lf45ah) ;0fa3 2a 5a f4 * Z . + dec hl ;0fa6 2b + + dec hl ;0fa7 2b + + ld (lf45ah),hl ;0fa8 22 5a f4 " Z . + ret ;0fab c9 . +l0fach: + ld a,(lf455h+1) ;0fac 3a 56 f4 : V . + cp 040h ;0faf fe 40 . @ + call z,sub_1051h ;0fb1 cc 51 10 . Q . + cp 048h ;0fb4 fe 48 . H + call z,sub_1086h ;0fb6 cc 86 10 . . . + cp 049h ;0fb9 fe 49 . I + call z,sub_1090h ;0fbb cc 90 10 . . . + jp l0dc9h ;0fbe c3 c9 0d . . . +l0fc1h: + cp 03bh ;0fc1 fe 3b . ; + jr z,l0fe2h ;0fc3 28 1d ( . + cp 03ah ;0fc5 fe 3a . : + jr z,l0fd5h ;0fc7 28 0c ( . + call sub_10a8h ;0fc9 cd a8 10 . . . + ret nc ;0fcc d0 . + ld a,00ch ;0fcd 3e 0c > . + call sub_06b7h ;0fcf cd b7 06 . . . + jp l0dc9h ;0fd2 c3 c9 0d . . . +l0fd5h: + ld hl,(lf489h) ;0fd5 2a 89 f4 * . . + ld a,(hl) ;0fd8 7e ~ + call sub_10a8h ;0fd9 cd a8 10 . . . + jp nc,l0ff7h ;0fdc d2 f7 0f . . . + jp l0fach ;0fdf c3 ac 0f . . . +l0fe2h: + ld hl,(lf489h) ;0fe2 2a 89 f4 * . . + ld a,(hl) ;0fe5 7e ~ + call sub_10a8h ;0fe6 cd a8 10 . . . + jp nc,l0ffbh ;0fe9 d2 fb 0f . . . + call sub_0ec2h ;0fec cd c2 0e . . . + ld hl,(lf45ah) ;0fef 2a 5a f4 * Z . + dec hl ;0ff2 2b + + ld (lf45ah),hl ;0ff3 22 5a f4 " Z . + ret ;0ff6 c9 . +l0ff7h: + ld hl,l0fach ;0ff7 21 ac 0f ! . . + push hl ;0ffa e5 . +l0ffbh: + ld hl,(lf489h) ;0ffb 2a 89 f4 * . . + push hl ;0ffe e5 . + call sub_0ec2h ;0fff cd c2 0e . . . + call sub_6819h ;1002 cd 19 68 . . h + pop de ;1005 d1 . + jp c,l102ch ;1006 da 2c 10 . , . + push hl ;1009 e5 . + ld hl,(lf45ah) ;100a 2a 5a f4 * Z . + ex de,hl ;100d eb . + ld hl,(lf458h) ;100e 2a 58 f4 * X . + sbc hl,de ;1011 ed 52 . R + ld a,e ;1013 7b { + pop de ;1014 d1 . + and a ;1015 a7 . + jp z,l103eh ;1016 ca 3e 10 . > . + ld a,d ;1019 7a z + rla ;101a 17 . + jp c,l102ch ;101b da 2c 10 . , . + ld a,e ;101e 7b { + rla ;101f 17 . + jp c,l102ch ;1020 da 2c 10 . , . + ld (hl),e ;1023 73 s + ld hl,(lf45ah) ;1024 2a 5a f4 * Z . + dec hl ;1027 2b + + ld (lf45ah),hl ;1028 22 5a f4 " Z . + ret ;102b c9 . +l102ch: + pop de ;102c d1 . + ld hl,l0fach ;102d 21 ac 0f ! . . + sbc hl,de ;1030 ed 52 . R + jr z,l1035h ;1032 28 01 ( . + push de ;1034 d5 . +l1035h: + call l0dc9h ;1035 cd c9 0d . . . + ld a,00dh ;1038 3e 0d > . + call sub_06b7h ;103a cd b7 06 . . . + ret ;103d c9 . +l103eh: + call l0dc9h ;103e cd c9 0d . . . + ld a,00eh ;1041 3e 0e > . + call sub_06b7h ;1043 cd b7 06 . . . + ret ;1046 c9 . +sub_1047h: + sbc hl,de ;1047 ed 52 . R + xor a ;1049 af . +l104ah: + ld (hl),a ;104a 77 w + cp e ;104b bb . + ret z ;104c c8 . + inc hl ;104d 23 # + dec e ;104e 1d . + jr l104ah ;104f 18 f9 . . +sub_1051h: + ld de,(lf47eh+1) ;1051 ed 5b 7f f4 . [  . + ld hl,00400h ;1055 21 00 04 ! . . + xor a ;1058 af . + sbc hl,de ;1059 ed 52 . R + jp c,l106dh ;105b da 6d 10 . m . + ld hl,l0003h ;105e 21 03 00 ! . . + xor a ;1061 af . + sbc hl,de ;1062 ed 52 . R + jp c,l1073h ;1064 da 73 10 . s . + ld hl,l0003h ;1067 21 03 00 ! . . + jp l1070h ;106a c3 70 10 . p . +l106dh: + ld hl,00400h ;106d 21 00 04 ! . . +l1070h: + ld (lf47eh+1),hl ;1070 22 7f f4 "  . +l1073h: + ld a,(lf481h) ;1073 3a 81 f4 : . . + and 01dh ;1076 e6 1d . . + ld (lf481h),a ;1078 32 81 f4 2 . . + ld hl,00400h ;107b 21 00 04 ! . . +l107eh: + call sub_109ah ;107e cd 9a 10 . . . + call sub_08e5h ;1081 cd e5 08 . . . + xor a ;1084 af . + ret ;1085 c9 . +sub_1086h: + ld hl,00400h ;1086 21 00 04 ! . . + call sub_109ah ;1089 cd 9a 10 . . . + call sub_08e5h ;108c cd e5 08 . . . + ret ;108f c9 . +sub_1090h: + ld hl,00400h ;1090 21 00 04 ! . . + call sub_109ah ;1093 cd 9a 10 . . . + call sub_08e5h ;1096 cd e5 08 . . . + ret ;1099 c9 . +sub_109ah: + ld de,(lf45ah+2) ;109a ed 5b 5c f4 . [ \ . + push hl ;109e e5 . + sbc hl,de ;109f ed 52 . R + pop de ;10a1 d1 . + ret nc ;10a2 d0 . + ex de,hl ;10a3 eb . + ld (lf45ah+2),hl ;10a4 22 5c f4 " \ . + ret ;10a7 c9 . +sub_10a8h: + cp 030h ;10a8 fe 30 . 0 + ret c ;10aa d8 . + cp 03ah ;10ab fe 3a . : + ccf ;10ad 3f ? + ret ;10ae c9 . + call sub_09ddh ;10af cd dd 09 . . . + jp nz,l115bh ;10b2 c2 5b 11 . [ . + call sub_0993h ;10b5 cd 93 09 . . . + push hl ;10b8 e5 . + call l0dc9h ;10b9 cd c9 0d . . . + pop hl ;10bc e1 . + call sub_1137h ;10bd cd 37 11 . 7 . + jp l05a1h ;10c0 c3 a1 05 . . . + call sub_09ddh ;10c3 cd dd 09 . . . + jp nz,l115bh ;10c6 c2 5b 11 . [ . +l10c9h: + call sub_0666h ;10c9 cd 66 06 . f . + call l0dc9h ;10cc cd c9 0d . . . + call sub_06c5h ;10cf cd c5 06 . . . + ld l,a ;10d2 6f o + ld h,000h ;10d3 26 00 & . + xor a ;10d5 af . + push hl ;10d6 e5 . + ld (lf455h),a ;10d7 32 55 f4 2 U . + call sub_06b7h ;10da cd b7 06 . . . + pop hl ;10dd e1 . + call sub_1137h ;10de cd 37 11 . 7 . + jp l05a1h ;10e1 c3 a1 05 . . . + call sub_09ddh ;10e4 cd dd 09 . . . + jp nz,l115bh ;10e7 c2 5b 11 . [ . + call l0dc9h ;10ea cd c9 0d . . . + ld hl,(lf47eh+1) ;10ed 2a 7f f4 *  . + ld de,l0064h ;10f0 11 64 00 . d . + push hl ;10f3 e5 . + xor a ;10f4 af . + sbc hl,de ;10f5 ed 52 . R + pop hl ;10f7 e1 . + jp nc,l10feh ;10f8 d2 fe 10 . . . + ld hl,l0000h ;10fb 21 00 00 ! . . +l10feh: + call sub_1137h ;10fe cd 37 11 . 7 . + jp l05a1h ;1101 c3 a1 05 . . . + call sub_09ddh ;1104 cd dd 09 . . . + jp nz,l115bh ;1107 c2 5b 11 . [ . + ld a,(le01bh) ;110a 3a 1b e0 : . . + and a ;110d a7 . + jr z,l1113h ;110e 28 03 ( . + xor a ;1110 af . + jr l1115h ;1111 18 02 . . +l1113h: + ld a,008h ;1113 3e 08 > . +l1115h: + call sub_114fh ;1115 cd 4f 11 . O . + call sub_1b1bh ;1118 cd 1b 1b . . . + ld a,000h ;111b 3e 00 > . + jr z,l1121h ;111d 28 02 ( . + ld a,010h ;111f 3e 10 > . +l1121h: + ld l,a ;1121 6f o + call sub_114bh ;1122 cd 4b 11 . K . + or l ;1125 b5 . + ld l,a ;1126 6f o + call sub_114fh ;1127 cd 4f 11 . O . + ld h,000h ;112a 26 00 & . +l112ch: + push hl ;112c e5 . + call l0dc9h ;112d cd c9 0d . . . + pop hl ;1130 e1 . + call sub_1137h ;1131 cd 37 11 . 7 . + jp l05a1h ;1134 c3 a1 05 . . . +sub_1137h: + push hl ;1137 e5 . + call sub_0639h ;1138 cd 39 06 . 9 . + call sub_0640h ;113b cd 40 06 . @ . + ld hl,lf432h ;113e 21 32 f4 ! 2 . + push hl ;1141 e5 . + call sub_70efh ;1142 cd ef 70 . . p + pop hl ;1145 e1 . + pop de ;1146 d1 . + ld hl,lf432h ;1147 21 32 f4 ! 2 . + ret ;114a c9 . +sub_114bh: + ld a,(lf486h+2) ;114b 3a 88 f4 : . . + ret ;114e c9 . +sub_114fh: + ld (lf486h+2),a ;114f 32 88 f4 2 . . + ret ;1152 c9 . +l1153h: + ld a,00bh ;1153 3e 0b > . + call sub_06b7h ;1155 cd b7 06 . . . + jp l0dc9h ;1158 c3 c9 0d . . . +l115bh: + call l0dc9h ;115b cd c9 0d . . . +l115eh: + ld a,00ah ;115e 3e 0a > . + jp sub_06b7h ;1160 c3 b7 06 . . . +sub_1163h: + ld a,(lf455h+1) ;1163 3a 56 f4 : V . + and a ;1166 a7 . + ret ;1167 c9 . +l1168h: + call sub_18adh ;1168 cd ad 18 . . . + ld hl,(lf4d5h) ;116b 2a d5 f4 * . . + inc hl ;116e 23 # + ld a,(hl) ;116f 7e ~ + and a ;1170 a7 . + jr nz,l1184h ;1171 20 11 . + call sub_118fh ;1173 cd 8f 11 . . . + and a ;1176 a7 . + jp z,l117eh ;1177 ca 7e 11 . ~ . + ld l,a ;117a 6f o + ld h,000h ;117b 26 00 & . + ret ;117d c9 . +l117eh: + call 01a79h ;117e cd 79 1a . y . + jp l0003h ;1181 c3 03 00 . . . +l1184h: + ld (lf4d5h),hl ;1184 22 d5 f4 " . . + push af ;1187 f5 . + xor a ;1188 af . +sub_1189h: + ld (hl),a ;1189 77 w + pop af ;118a f1 . + ld l,a ;118b 6f o + ld h,000h ;118c 26 00 & . + ret ;118e c9 . +sub_118fh: + ld hl,(lf4d1h) ;118f 2a d1 f4 * . . + call sub_0300h ;1192 cd 00 03 . . . + inc hl ;1195 23 # + ld (lf4d1h),hl ;1196 22 d1 f4 " . . + and a ;1199 a7 . + ret nz ;119a c0 . + call sub_0300h ;119b cd 00 03 . . . + and a ;119e a7 . + ret z ;119f c8 . + cp 001h ;11a0 fe 01 . . + jr z,l11ach ;11a2 28 08 ( . + ld hl,(lf4d3h) ;11a4 2a d3 f4 * . . + ld (lf4d1h),hl ;11a7 22 d1 f4 " . . + jr sub_118fh ;11aa 18 e3 . . +l11ach: + inc hl ;11ac 23 # + call sub_0300h ;11ad cd 00 03 . . . + ld e,a ;11b0 5f _ + inc hl ;11b1 23 # + call sub_0300h ;11b2 cd 00 03 . . . + ld d,a ;11b5 57 W +l11b6h: + inc hl ;11b6 23 # + ld (lf4d3h),hl ;11b7 22 d3 f4 " . . + ld (lf4d1h),de ;11ba ed 53 d1 f4 . S . . + jr sub_118fh ;11be 18 cf . . +l11c0h: + ld hl,(lf4d5h) ;11c0 2a d5 f4 * . . + ld (hl),a ;11c3 77 w + dec hl ;11c4 2b + + ld (lf4d5h),hl ;11c5 22 d5 f4 " . . + ret ;11c8 c9 . +sub_11c9h: + ld a,0c3h ;11c9 3e c3 > . + ld (sub_f4cbh),a ;11cb 32 cb f4 2 . . + ld (lf4cch+2),a ;11ce 32 ce f4 2 . . + call sub_1cdah ;11d1 cd da 1c . . . + jr z,l11ech ;11d4 28 16 ( . + ld hl,l1168h ;11d6 21 68 11 ! h . + ld (lf4cch),hl ;11d9 22 cc f4 " . . + ld hl,l11c0h ;11dc 21 c0 11 ! . . + ld (lf4cfh),hl ;11df 22 cf f4 " . . + ld hl,0a0b8h ;11e2 21 b8 a0 ! . . + ld (lf4d1h),hl ;11e5 22 d1 f4 " . . + call sub_02a0h ;11e8 cd a0 02 . . . + ret ;11eb c9 . +l11ech: + ld hl,l123ah ;11ec 21 3a 12 ! : . + ld (lf4cch),hl ;11ef 22 cc f4 " . . + ld hl,l1231h ;11f2 21 31 12 ! 1 . + ld (lf4cfh),hl ;11f5 22 cf f4 " . . + ret ;11f8 c9 . +sub_11f9h: + ld a,02ch ;11f9 3e 2c > , + call sub_1256h ;11fb cd 56 12 . V . + ret ;11fe c9 . +l11ffh: + ld a,(hl) ;11ff 7e ~ + and a ;1200 a7 . + ret z ;1201 c8 . + push hl ;1202 e5 . + call sub_1256h ;1203 cd 56 12 . V . + pop hl ;1206 e1 . + inc hl ;1207 23 # + jp l11ffh ;1208 c3 ff 11 . . . +sub_120bh: + call sub_1220h ;120b cd 20 12 . . +l120eh: + call sub_072dh ;120e cd 2d 07 . - . + call sub_077ah ;1211 cd 7a 07 . z . + ret ;1214 c9 . +l1215h: + call sub_072dh ;1215 cd 2d 07 . - . + call sub_199bh ;1218 cd 9b 19 . . . + ret ;121b c9 . +sub_121ch: + call sub_072dh ;121c cd 2d 07 . - . + ret ;121f c9 . +sub_1220h: + ld hl,lf4dbh ;1220 21 db f4 ! . . + xor a ;1223 af . + ld (hl),a ;1224 77 w + ld (lf4d5h),hl ;1225 22 d5 f4 " . . +sub_1228h: + ld hl,(lf4d5h) ;1228 2a d5 f4 * . . + ld (hl),a ;122b 77 w + dec hl ;122c 2b + + ld (lf4d5h),hl ;122d 22 d5 f4 " . . + ret ;1230 c9 . +l1231h: + call sub_1228h ;1231 cd 28 12 . ( . + push af ;1234 f5 . + call sub_18adh ;1235 cd ad 18 . . . + pop af ;1238 f1 . + ret ;1239 c9 . +l123ah: + push bc ;123a c5 . +l123bh: + call sub_18adh ;123b cd ad 18 . . . + ld hl,(lf4d5h) ;123e 2a d5 f4 * . . + inc hl ;1241 23 # + ld a,(hl) ;1242 7e ~ + and a ;1243 a7 . + jr z,l124bh ;1244 28 05 ( . + ld (lf4d5h),hl ;1246 22 d5 f4 " . . + ld (hl),000h ;1249 36 00 6 . +l124bh: + and a ;124b a7 . + jr nz,l1254h ;124c 20 06 . + call sub_07aeh ;124e cd ae 07 . . . + and a ;1251 a7 . + jr z,l123bh ;1252 28 e7 ( . +l1254h: + pop bc ;1254 c1 . + ret ;1255 c9 . +sub_1256h: + push af ;1256 f5 . + call sub_12c7h ;1257 cd c7 12 . . . + jp nz,l1262h ;125a c2 62 12 . b . + pop af ;125d f1 . + push af ;125e f5 . + call sub_09f0h ;125f cd f0 09 . . . +l1262h: + pop af ;1262 f1 . + ret ;1263 c9 . +sub_1264h: + call sub_07a4h ;1264 cd a4 07 . . . + cp 005h ;1267 fe 05 . . + jp nz,l127ch ;1269 c2 7c 12 . | . + call sub_1270h ;126c cd 70 12 . p . + ret ;126f c9 . +sub_1270h: + ld a,(le01bh) ;1270 3a 1b e0 : . . + and a ;1273 a7 . + jr z,l1278h ;1274 28 02 ( . + jr l127bh ;1276 18 03 . . +l1278h: + call sub_0a59h ;1278 cd 59 0a . Y . +l127bh: + ret ;127b c9 . +l127ch: + call sub_34abh ;127c cd ab 34 . . 4 + ret z ;127f c8 . + ld a,(le002h) ;1280 3a 02 e0 : . . + and 010h ;1283 e6 10 . . + ret nz ;1285 c0 . + di ;1286 f3 . + ld a,(le002h) ;1287 3a 02 e0 : . . + and 0f7h ;128a e6 f7 . . + ld (le002h),a ;128c 32 02 e0 2 . . + out (000h),a ;128f d3 00 . . + ei ;1291 fb . + in a,(011h) ;1292 db 11 . . + bit 1,a ;1294 cb 4f . O + call nz,sub_0486h ;1296 c4 86 04 . . . + di ;1299 f3 . + ld a,(le002h) ;129a 3a 02 e0 : . . + or 008h ;129d f6 08 . . + ld (le002h),a ;129f 32 02 e0 2 . . + out (000h),a ;12a2 d3 00 . . + ei ;12a4 fb . + ret ;12a5 c9 . +l12a6h: + call sub_087ch ;12a6 cd 7c 08 . | . + ret nz ;12a9 c0 . +sub_12aah: + call sub_0a42h ;12aa cd 42 0a . B . + call sub_12bbh ;12ad cd bb 12 . . . + ret ;12b0 c9 . +sub_12b1h: + call sub_0781h ;12b1 cd 81 07 . . . + call sub_09d3h ;12b4 cd d3 09 . . . + call sub_03ech ;12b7 cd ec 03 . . . + ret ;12ba c9 . +sub_12bbh: + ld a,001h ;12bb 3e 01 > . + ld (lf4dbh+1),a ;12bd 32 dc f4 2 . . + ret ;12c0 c9 . +sub_12c1h: + ld a,000h ;12c1 3e 00 > . + ld (lf4dbh+1),a ;12c3 32 dc f4 2 . . + ret ;12c6 c9 . +sub_12c7h: + ld a,(lf4dbh+1) ;12c7 3a dc f4 : . . + and a ;12ca a7 . + ret ;12cb c9 . +l12cch: + xor a ;12cc af . + ld (lf4ddh+1),a ;12cd 32 de f4 2 . . + ld (lf4ddh),a ;12d0 32 dd f4 2 . . + call sub_0518h ;12d3 cd 18 05 . . . + or a ;12d6 b7 . + jp z,l12efh ;12d7 ca ef 12 . . . + push af ;12da f5 . + call sub_1373h ;12db cd 73 13 . s . + or a ;12de b7 . + pop bc ;12df c1 . + ld a,b ;12e0 78 x + jp nz,l13bch ;12e1 c2 bc 13 . . . + ld a,(lf4ddh) ;12e4 3a dd f4 : . . + inc a ;12e7 3c < + ld (lf4ddh),a ;12e8 32 dd f4 2 . . + ld a,b ;12eb 78 x + call sub_1364h ;12ec cd 64 13 . d . +l12efh: + call sub_0518h ;12ef cd 18 05 . . . + or a ;12f2 b7 . + jp z,l131fh ;12f3 ca 1f 13 . . . + push af ;12f6 f5 . + call sub_1373h ;12f7 cd 73 13 . s . + or a ;12fa b7 . + pop bc ;12fb c1 . + ld a,(lf4ddh) ;12fc 3a dd f4 : . . + jp nz,l130dh ;12ff c2 0d 13 . . . + inc a ;1302 3c < + ld (lf4ddh),a ;1303 32 dd f4 2 . . + ld a,b ;1306 78 x + call sub_1364h ;1307 cd 64 13 . d . + jp l131fh ;130a c3 1f 13 . . . +l130dh: + push bc ;130d c5 . + push hl ;130e e5 . + ld hl,0f4e0h ;130f 21 e0 f4 ! . . + call sub_0a60h ;1312 cd 60 0a . ` . + xor a ;1315 af . + ld (lf4ddh),a ;1316 32 dd f4 2 . . +l1319h: + pop hl ;1319 e1 . + pop af ;131a f1 . + call l13bch ;131b cd bc 13 . . . + ret ;131e c9 . +l131fh: + call sub_0518h ;131f cd 18 05 . . . + or a ;1322 b7 . +l1323h: + jp z,l1354h ;1323 ca 54 13 . T . + push af ;1326 f5 . + call sub_1373h ;1327 cd 73 13 . s . + or a ;132a b7 . + pop bc ;132b c1 . + ld a,(lf4ddh) ;132c 3a dd f4 : . . + jp nz,l1342h ;132f c2 42 13 . B . + inc a ;1332 3c < + ld (lf4ddh),a ;1333 32 dd f4 2 . . + ld a,b ;1336 78 x + push af ;1337 f5 . + call sub_1364h ;1338 cd 64 13 . d . + pop af ;133b f1 . + ld a,(lf4ddh) ;133c 3a dd f4 : . . + jp l1354h ;133f c3 54 13 . T . +l1342h: + push bc ;1342 c5 . + push hl ;1343 e5 . + ld hl,0f4e0h ;1344 21 e0 f4 ! . . + call sub_0a60h ;1347 cd 60 0a . ` . + xor a ;134a af . + ld (lf4ddh),a ;134b 32 dd f4 2 . . + pop hl ;134e e1 . + pop af ;134f f1 . + call l13bch ;1350 cd bc 13 . . . + ret ;1353 c9 . +l1354h: + ld a,(lf4ddh) ;1354 3a dd f4 : . . + and a ;1357 a7 . + ret z ;1358 c8 . + ld hl,0f4e0h ;1359 21 e0 f4 ! . . + call sub_0a60h ;135c cd 60 0a . ` . + xor a ;135f af . + ld (lf4ddh),a ;1360 32 dd f4 2 . . + ret ;1363 c9 . +sub_1364h: + ld de,(lf4ddh+1) ;1364 ed 5b de f4 . [ . . + ld hl,0f4e0h ;1368 21 e0 f4 ! . . + add hl,de ;136b 19 . + ld (hl),a ;136c 77 w + inc de ;136d 13 . +sub_136eh: + ex de,hl ;136e eb . + ld (lf4ddh+1),hl ;136f 22 de f4 " . . + ret ;1372 c9 . +sub_1373h: + cp 01bh ;1373 fe 1b . . + jp nz,l1398h ;1375 c2 98 13 . . . + ld hl,l13cfh ;1378 21 cf 13 ! . . + jp l13bbh ;137b c3 bb 13 . . . + ld a,(lf4ddh) ;137e 3a dd f4 : . . + or a ;1381 b7 . + ld hl,l13dah ;1382 21 da 13 ! . . + jp z,l13bbh ;1385 ca bb 13 . . . + dec a ;1388 3d = + ld hl,l13bdh ;1389 21 bd 13 ! . . + jp z,l13bbh ;138c ca bb 13 . . . + dec a ;138f 3d = + ld hl,l13cfh ;1390 21 cf 13 ! . . + jp z,l13bbh ;1393 ca bb 13 . . . + xor a ;1396 af . + ret ;1397 c9 . +l1398h: + ld c,a ;1398 4f O + ld a,(lf45eh) ;1399 3a 5e f4 : ^ . + cp c ;139c b9 . + ld hl,l0baeh ;139d 21 ae 0b ! . . + jp z,l13bbh ;13a0 ca bb 13 . . . + ld a,c ;13a3 79 y + cp 005h ;13a4 fe 05 . . + ld hl,l0b90h ;13a6 21 90 0b ! . . + jp z,l13bbh ;13a9 ca bb 13 . . . + ld a,(le014h) ;13ac 3a 14 e0 : . . + and a ;13af a7 . + ld a,c ;13b0 79 y + ld hl,l04ech ;13b1 21 ec 04 ! . . + jp nz,l13bbh ;13b4 c2 bb 13 . . . + ld hl,l0000h ;13b7 21 00 00 ! . . + ld a,l ;13ba 7d } +l13bbh: + ret ;13bb c9 . +l13bch: + jp (hl) ;13bc e9 . +l13bdh: + call sub_0518h ;13bd cd 18 05 . . . + cp 02eh ;13c0 fe 2e . . + jp z,l13c9h ;13c2 ca c9 13 . . . + xor a ;13c5 af . + jp l13cbh ;13c6 c3 cb 13 . . . +l13c9h: + ld a,002h ;13c9 3e 02 > . +l13cbh: + ld (lf453h+1),a ;13cb 32 54 f4 2 T . + ret ;13ce c9 . +l13cfh: + ld a,001h ;13cf 3e 01 > . + ld (lf453h+1),a ;13d1 32 54 f4 2 T . + ld a,01bh ;13d4 3e 1b > . + call l0caah ;13d6 cd aa 0c . . . + ret ;13d9 c9 . +l13dah: + call sub_0518h ;13da cd 18 05 . . . + cp 02eh ;13dd fe 2e . . + jp nz,l13ebh ;13df c2 eb 13 . . . + call sub_0518h ;13e2 cd 18 05 . . . + ld hl,l0d3ah ;13e5 21 3a 0d ! : . + call l0d22h ;13e8 cd 22 0d . " . +l13ebh: + xor a ;13eb af . + ld (lf453h+1),a ;13ec 32 54 f4 2 T . + ret ;13ef c9 . +sub_13f0h: + call sub_1403h ;13f0 cd 03 14 . . . + call sub_0298h ;13f3 cd 98 02 . . . + call sub_1e02h ;13f6 cd 02 1e . . . + call sub_a19dh ;13f9 cd 9d a1 . . . + call sub_34c8h ;13fc cd c8 34 . . 4 + call sub_144fh ;13ff cd 4f 14 . O . + ret ;1402 c9 . +sub_1403h: + in a,(00ch) ;1403 db 0c . . + in a,(00dh) ;1405 db 0d . . + ret ;1407 c9 . +sub_1408h: + ld e,a ;1408 5f _ + xor a ;1409 af . + out (011h),a ;140a d3 11 . . + out (011h),a ;140c d3 11 . . + out (011h),a ;140e d3 11 . . + out (013h),a ;1410 d3 13 . . + out (013h),a ;1412 d3 13 . . + out (013h),a ;1414 d3 13 . . + ld a,040h ;1416 3e 40 > @ + out (011h),a ;1418 d3 11 . . + out (013h),a ;141a d3 13 . . + ld a,e ;141c 7b { + and 0f0h ;141d e6 f0 . . + or 04ah ;141f f6 4a . J + ld d,a ;1421 57 W + ld a,e ;1422 7b { + rrca ;1423 0f . + rrca ;1424 0f . + rrca ;1425 0f . + rrca ;1426 0f . + and 004h ;1427 e6 04 . . + or d ;1429 b2 . + xor 004h ;142a ee 04 . . + out (011h),a ;142c d3 11 . . + out (013h),a ;142e d3 13 . . + ld a,037h ;1430 3e 37 > 7 + out (011h),a ;1432 d3 11 . . + out (013h),a ;1434 d3 13 . . + ld a,e ;1436 7b { + and 007h ;1437 e6 07 . . + ld hl,l1447h ;1439 21 47 14 ! G . + ld d,000h ;143c 16 00 . . + ld e,a ;143e 5f _ + add hl,de ;143f 19 . + ld a,(hl) ;1440 7e ~ + out (016h),a ;1441 d3 16 . . + call sub_0709h ;1443 cd 09 07 . . . + ret ;1446 c9 . +l1447h: + ld bc,l0201h ;1447 01 01 02 . . . + inc bc ;144a 03 . + inc b ;144b 04 . + dec b ;144c 05 . + ld b,007h ;144d 06 07 . . +sub_144fh: + in a,(02ch) ;144f db 2c . , + bit 4,a ;1451 cb 67 . g + jp z,l1461h ;1453 ca 61 14 . a . + bit 6,a ;1456 cb 77 . w + jp z,l1461h ;1458 ca 61 14 . a . + ld a,07fh ;145b 3e 7f >  + ld (lf4e3h),a ;145d 32 e3 f4 2 . . + ret ;1460 c9 . +l1461h: + ld a,0ffh ;1461 3e ff > . + ld (lf4e3h),a ;1463 32 e3 f4 2 . . + ret ;1466 c9 . +sub_1467h: + call sub_120bh ;1467 cd 0b 12 . . . + call sub_12b1h ;146a cd b1 12 . . . + call sub_b7eah ;146d cd ea b7 . . . + call sub_11c9h ;1470 cd c9 11 . . . + call sub_1b76h ;1473 cd 76 1b . v . + ld a,000h ;1476 3e 00 > . + call sub_9ff6h ;1478 cd f6 9f . . . + call sub_5163h ;147b cd 63 51 . c Q + call sub_7881h ;147e cd 81 78 . . x + call sub_14f6h ;1481 cd f6 14 . . . + call sub_77d4h ;1484 cd d4 77 . . w + call sub_818fh ;1487 cd 8f 81 . . . + call sub_1d11h ;148a cd 11 1d . . . + ret z ;148d c8 . + call sub_8dbfh ;148e cd bf 8d . . . + ret ;1491 c9 . +sub_1492h: + call sub_5163h ;1492 cd 63 51 . c Q + call sub_14f6h ;1495 cd f6 14 . . . + call sub_77f2h ;1498 cd f2 77 . . w + call sub_818fh ;149b cd 8f 81 . . . + call sub_1d11h ;149e cd 11 1d . . . + ret z ;14a1 c8 . + call sub_8dbfh ;14a2 cd bf 8d . . . +l14a5h: + ret ;14a5 c9 . +l14a6h: + ld a,000h ;14a6 3e 00 > . +l14a8h: + ld hl,le000h ;14a8 21 00 e0 ! . . +l14abh: + ld de,le001h ;14ab 11 01 e0 . . . + ld bc,01fffh ;14ae 01 ff 1f . . . + ld (hl),a ;14b1 77 w + ldir ;14b2 ed b0 . . + ld bc,01fffh ;14b4 01 ff 1f . . . + ld hl,le000h ;14b7 21 00 e0 ! . . + ld d,0ffh ;14ba 16 ff . . +l14bch: + cpi ;14bc ed a1 . . + jp nz,l14ddh ;14be c2 dd 14 . . . + jp pe,l14bch ;14c1 ea bc 14 . . . + cp d ;14c4 ba . + jp z,l14cch ;14c5 ca cc 14 . . . + add a,055h ;14c8 c6 55 . U + jr l14a8h ;14ca 18 dc . . +l14cch: + ld a,000h ;14cc 3e 00 > . + ld hl,le000h ;14ce 21 00 e0 ! . . + ld de,le001h ;14d1 11 01 e0 . . . + ld bc,01fffh ;14d4 01 ff 1f . . . + ld (hl),a ;14d7 77 w + ldir ;14d8 ed b0 . . + jp l0003h ;14da c3 03 00 . . . +l14ddh: + ld a,004h ;14dd 3e 04 > . + out (008h),a ;14df d3 08 . . + jp l14a6h ;14e1 c3 a6 14 . . . +sub_14e4h: + cp 004h ;14e4 fe 04 . . + jp c,l14f0h ;14e6 da f0 14 . . . + call sub_1d16h ;14e9 cd 16 1d . . . +l14ech: + call sub_14f6h ;14ec cd f6 14 . . . + ret ;14ef c9 . +l14f0h: + call sub_1d1ch ;14f0 cd 1c 1d . . . + jp l14ech ;14f3 c3 ec 14 . . . +sub_14f6h: + call sub_151ch ;14f6 cd 1c 15 . . . + call sub_1526h ;14f9 cd 26 15 . & . + call sub_1530h ;14fc cd 30 15 . 0 . + call sub_153ah ;14ff cd 3a 15 . : . + call sub_1506h ;1502 cd 06 15 . . . + ret ;1505 c9 . +sub_1506h: + call sub_1588h ;1506 cd 88 15 . . . + ld c,(hl) ;1509 4e N + inc hl ;150a 23 # + ld b,(hl) ;150b 46 F + inc hl ;150c 23 # + ld e,(hl) ;150d 5e ^ + inc hl ;150e 23 # + ld d,(hl) ;150f 56 V + ld (lf524h),bc ;1510 ed 43 24 f5 . C $ . + ld (lf526h),de ;1514 ed 53 26 f5 . S & . + call sub_3842h ;1518 cd 42 38 . B 8 + ret ;151b c9 . +sub_151ch: + call sub_15a0h ;151c cd a0 15 . . . + call sub_15dch ;151f cd dc 15 . . . + call sub_3b25h ;1522 cd 25 3b . % ; + ret ;1525 c9 . +sub_1526h: + call sub_15a9h ;1526 cd a9 15 . . . + call sub_15fah ;1529 cd fa 15 . . . + call sub_1578h ;152c cd 78 15 . x . + ret ;152f c9 . +sub_1530h: + call sub_15b3h ;1530 cd b3 15 . . . + call sub_15fah ;1533 cd fa 15 . . . + call sub_564ch ;1536 cd 4c 56 . L V + ret ;1539 c9 . +sub_153ah: + call sub_15bdh ;153a cd bd 15 . . . + ld a,l ;153d 7d } + and 00fh ;153e e6 0f . . + ld l,a ;1540 6f o + add hl,hl ;1541 29 ) + add hl,hl ;1542 29 ) + ld de,0177ch ;1543 11 7c 17 . | . + add hl,de ;1546 19 . + call sub_1624h ;1547 cd 24 16 . $ . + sra h ;154a cb 2c . , + rr l ;154c cb 1d . . + sra d ;154e cb 2a . * + rr e ;1550 cb 1b . . + exx ;1552 d9 . + sra h ;1553 cb 2c . , + rr l ;1555 cb 1d . . + sra d ;1557 cb 2a . * + rr e ;1559 cb 1b . . + exx ;155b d9 . + call sub_1d11h ;155c cd 11 1d . . . + jp p,017bch ;155f f2 bc 17 . . . + sra h ;1562 cb 2c . , + rr l ;1564 cb 1d . . + sra d ;1566 cb 2a . * + rr e ;1568 cb 1b . . + exx ;156a d9 . + sra h ;156b cb 2c . , + rr l ;156d cb 1d . . + sra d ;156f cb 2a . * + rr e ;1571 cb 1b . . + exx ;1573 d9 . + call 017bch ;1574 cd bc 17 . . . + ret ;1577 c9 . +sub_1578h: + ld (0f528h),hl ;1578 22 28 f5 " ( . + ld (lf52ah),de ;157b ed 53 2a f5 . S * . + exx ;157f d9 . + ld (0f52ch),hl ;1580 22 2c f5 " , . + ld (lf52eh),de ;1583 ed 53 2e f5 . S . . + ret ;1587 c9 . +sub_1588h: + call sub_15bdh ;1588 cd bd 15 . . . + ld a,l ;158b 7d } + and 00fh ;158c e6 0f . . + ld l,a ;158e 6f o + add hl,hl ;158f 29 ) + ld de,l163ch ;1590 11 3c 16 . < . + add hl,de ;1593 19 . + ret ;1594 c9 . + call sub_15bdh ;1595 cd bd 15 . . . + res 4,l ;1598 cb a5 . . + add hl,hl ;159a 29 ) + ld de,l163ch ;159b 11 3c 16 . < . + add hl,de ;159e 19 . + ret ;159f c9 . +sub_15a0h: + call sub_15bdh ;15a0 cd bd 15 . . . + add hl,hl ;15a3 29 ) + ld de,l163ch ;15a4 11 3c 16 . < . + add hl,de ;15a7 19 . + ret ;15a8 c9 . +sub_15a9h: + call sub_15bdh ;15a9 cd bd 15 . . . + add hl,hl ;15ac 29 ) + add hl,hl ;15ad 29 ) + ld de,0167ch ;15ae 11 7c 16 . | . + add hl,de ;15b1 19 . + ret ;15b2 c9 . +sub_15b3h: + call sub_15bdh ;15b3 cd bd 15 . . . + add hl,hl ;15b6 29 ) + add hl,hl ;15b7 29 ) + ld de,l16fch ;15b8 11 fc 16 . . . + add hl,de ;15bb 19 . + ret ;15bc c9 . +sub_15bdh: + ld hl,l0000h ;15bd 21 00 00 ! . . + call sub_1d27h ;15c0 cd 27 1d . ' . + jr z,l15c7h ;15c3 28 02 ( . + ld l,002h ;15c5 2e 02 . . +l15c7h: + call sub_1d2ch ;15c7 cd 2c 1d . , . + jr z,l15ceh ;15ca 28 02 ( . + set 2,l ;15cc cb d5 . . +l15ceh: + call sub_1d22h ;15ce cd 22 1d . " . + jr z,l15d5h ;15d1 28 02 ( . + set 3,l ;15d3 cb dd . . +l15d5h: + call sub_78a6h ;15d5 cd a6 78 . . x + ret z ;15d8 c8 . + set 4,l ;15d9 cb e5 . . + ret ;15db c9 . +sub_15dch: + ld c,(hl) ;15dc 4e N + inc hl ;15dd 23 # + ld b,(hl) ;15de 46 F + inc hl ;15df 23 # + ld e,(hl) ;15e0 5e ^ + inc hl ;15e1 23 # + ld d,(hl) ;15e2 56 V + ld h,b ;15e3 60 ` + ld l,c ;15e4 69 i + call sub_1d11h ;15e5 cd 11 1d . . . + ret p ;15e8 f0 . + sra h ;15e9 cb 2c . , + rr l ;15eb cb 1d . . + sra h ;15ed cb 2c . , + rr l ;15ef cb 1d . . + sra d ;15f1 cb 2a . * + rr e ;15f3 cb 1b . . + sra d ;15f5 cb 2a . * + rr e ;15f7 cb 1b . . + ret ;15f9 c9 . +sub_15fah: + call sub_1624h ;15fa cd 24 16 . $ . +l15fdh: + call sub_1d11h ;15fd cd 11 1d . . . +l1600h: + ret p ;1600 f0 . + sra h ;1601 cb 2c . , + rr l ;1603 cb 1d . . + sra h ;1605 cb 2c . , + rr l ;1607 cb 1d . . + sra d ;1609 cb 2a . * + rr e ;160b cb 1b . . + sra d ;160d cb 2a . * + rr e ;160f cb 1b . . + exx ;1611 d9 . + sra h ;1612 cb 2c . , + rr l ;1614 cb 1d . . + sra h ;1616 cb 2c . , + rr l ;1618 cb 1d . . + sra d ;161a cb 2a . * + rr e ;161c cb 1b . . + sra d ;161e cb 2a . * + rr e ;1620 cb 1b . . + exx ;1622 d9 . + ret ;1623 c9 . +sub_1624h: + ld c,(hl) ;1624 4e N + inc hl ;1625 23 # + ld b,(hl) ;1626 46 F + inc hl ;1627 23 # + push bc ;1628 c5 . + ld e,(hl) ;1629 5e ^ + inc hl ;162a 23 # + ld d,(hl) ;162b 56 V + inc hl ;162c 23 # + push hl ;162d e5 . + exx ;162e d9 . + pop hl ;162f e1 . +l1630h: + ld c,(hl) ;1630 4e N + inc hl ;1631 23 # + ld b,(hl) ;1632 46 F + inc hl ;1633 23 # + ld e,(hl) ;1634 5e ^ + inc hl ;1635 23 # + ld d,(hl) ;1636 56 V + ld h,b ;1637 60 ` + ld l,c ;1638 69 i + exx ;1639 d9 . + pop hl ;163a e1 . + ret ;163b c9 . +l163ch: + ld d,b ;163c 50 P + dec b ;163d 05 . + sub b ;163e 90 . + ld bc,sub_0486h+2 ;163f 01 88 04 . . . + ld c,h ;1642 4c L + nop ;1643 00 . + ld d,b ;1644 50 P + dec b ;1645 05 . + sub b ;1646 90 . + ld bc,sub_0486h+2 ;1647 01 88 04 . . . + ld b,h ;164a 44 D + nop ;164b 00 . + ret m ;164c f8 . + ld (bc),a ;164d 02 . + nop ;164e 00 . + nop ;164f 00 . + ret m ;1650 f8 . + ld (bc),a ;1651 02 . + nop ;1652 00 . + nop ;1653 00 . + ret m ;1654 f8 . + ld (bc),a ;1655 02 . + nop ;1656 00 . + nop ;1657 00 . + ret m ;1658 f8 . + ld (bc),a ;1659 02 . + nop ;165a 00 . + nop ;165b 00 . + ld (hl),b ;165c 70 p + ld b,h ;165d 44 D + sub b ;165e 90 . + ld bc,sub_0486h+2 ;165f 01 88 04 . . . + ld a,b ;1662 78 x + ld e,050h ;1663 1e 50 . P + ld b,(hl) ;1665 46 F + sub b ;1666 90 . + ld bc,sub_0486h+2 ;1667 01 88 04 . . . + ld h,b ;166a 60 ` + rra ;166b 1f . + ld (hl),b ;166c 70 p + ld b,(hl) ;166d 46 F + nop ;166e 00 . + nop ;166f 00 . + ret m ;1670 f8 . + ld (bc),a ;1671 02 . + ld l,b ;1672 68 h + ld l,070h ;1673 2e 70 . p + ld b,(hl) ;1675 46 F + nop ;1676 00 . + nop ;1677 00 . + ret m ;1678 f8 . + ld (bc),a ;1679 02 . + ld l,b ;167a 68 h + ld l,000h ;167b 2e 00 . . + nop ;167d 00 . + nop ;167e 00 . + nop ;167f 00 . + ld e,03fh ;1680 1e 3f . ? + jr nz,l16afh ;1682 20 2b + + nop ;1684 00 . + nop ;1685 00 . + nop ;1686 00 . + nop ;1687 00 . + jr nz,l16b5h ;1688 20 2b + + add hl,hl ;168a 29 ) + ld e,000h ;168b 1e 00 . . + nop ;168d 00 . + nop ;168e 00 . + nop ;168f 00 . + nop ;1690 00 . + ld b,c ;1691 41 A + ld a,l ;1692 7d } + jr z,l1695h ;1693 28 00 ( . +l1695h: + nop ;1695 00 . + nop ;1696 00 . + nop ;1697 00 . + ld a,l ;1698 7d } + jr z,l16b5h ;1699 28 1a ( . + rra ;169b 1f . + nop ;169c 00 . + nop ;169d 00 . + nop ;169e 00 . + nop ;169f 00 . + ld a,b ;16a0 78 x + ld b,e ;16a1 43 C + ld l,b ;16a2 68 h + ld l,000h ;16a3 2e 00 . . + nop ;16a5 00 . + nop ;16a6 00 . + nop ;16a7 00 . + ld a,b ;16a8 78 x + ld b,e ;16a9 43 C + ld l,b ;16aa 68 h + ld l,000h ;16ab 2e 00 . . + nop ;16ad 00 . + nop ;16ae 00 . +l16afh: + nop ;16af 00 . + ld a,b ;16b0 78 x + ld b,e ;16b1 43 C + ld l,b ;16b2 68 h + ld l,000h ;16b3 2e 00 . . +l16b5h: + nop ;16b5 00 . + nop ;16b6 00 . + nop ;16b7 00 . + ld a,b ;16b8 78 x + ld b,e ;16b9 43 C + ld l,b ;16ba 68 h + ld l,000h ;16bb 2e 00 . . + nop ;16bd 00 . + nop ;16be 00 . + nop ;16bf 00 . + jr nz,l16edh ;16c0 20 2b + + ld e,03fh ;16c2 1e 3f . ? + nop ;16c4 00 . + nop ;16c5 00 . + nop ;16c6 00 . + nop ;16c7 00 . + add hl,hl ;16c8 29 ) + ld e,020h ;16c9 1e 20 . + dec hl ;16cb 2b + + nop ;16cc 00 . + nop ;16cd 00 . + nop ;16ce 00 . + nop ;16cf 00 . + ld a,l ;16d0 7d } + jr z,l16d3h ;16d1 28 00 ( . +l16d3h: + ld b,c ;16d3 41 A + nop ;16d4 00 . + nop ;16d5 00 . + nop ;16d6 00 . + nop ;16d7 00 . + ld a,(de) ;16d8 1a . + rra ;16d9 1f . + ld a,l ;16da 7d } + jr z,l16ddh ;16db 28 00 ( . +l16ddh: + nop ;16dd 00 . + nop ;16de 00 . + nop ;16df 00 . + ld l,b ;16e0 68 h + ld l,078h ;16e1 2e 78 . x + ld b,e ;16e3 43 C + nop ;16e4 00 . + nop ;16e5 00 . + nop ;16e6 00 . + nop ;16e7 00 . + ld l,b ;16e8 68 h + ld l,078h ;16e9 2e 78 . x + ld b,e ;16eb 43 C + nop ;16ec 00 . +l16edh: + nop ;16ed 00 . + nop ;16ee 00 . + nop ;16ef 00 . + ld l,b ;16f0 68 h + ld l,078h ;16f1 2e 78 . x + ld b,e ;16f3 43 C + nop ;16f4 00 . + nop ;16f5 00 . + nop ;16f6 00 . + nop ;16f7 00 . +l16f8h: + ld l,b ;16f8 68 h + ld l,078h ;16f9 2e 78 . x +l16fbh: + ld b,e ;16fb 43 C +l16fch: + xor d ;16fc aa . + nop ;16fd 00 . + ld e,d ;16fe 5a Z + ld (bc),a ;16ff 02 . + ld a,(bc) ;1700 0a . + inc a ;1701 3c < + ld l,d ;1702 6a j + add hl,hl ;1703 29 ) + ld e,e ;1704 5b [ + ld (bc),a ;1705 02 . + add hl,bc ;1706 09 . + ld (bc),a ;1707 02 . + ld l,e ;1708 6b k + add hl,hl ;1709 29 ) + add hl,hl ;170a 29 ) + ld e,00ah ;170b 1e 0a . . + ld (bc),a ;170d 02 . + inc bc ;170e 03 . +l170fh: + ld bc,03d6ah ;170f 01 6a 3d . j = + inc de ;1712 13 . + jr z,l170fh ;1713 28 fa ( . + nop ;1715 00 . + ld d,h ;1716 54 T + ld (bc),a ;1717 02 . + ld a,(bc) ;1718 0a . + jr z,l178fh ;1719 28 74 ( t + ld e,0aah ;171b 1e aa . . + nop ;171d 00 . + ld e,d ;171e 5a Z + ld (bc),a ;171f 02 . + ld a,(bc) ;1720 0a . + inc a ;1721 3c < + ld l,d ;1722 6a j + add hl,hl ;1723 29 ) + ld e,e ;1724 5b [ + ld (bc),a ;1725 02 . + add hl,bc ;1726 09 . + ld (bc),a ;1727 02 . + ld l,e ;1728 6b k + add hl,hl ;1729 29 ) + add hl,hl ;172a 29 ) + ld e,00ah ;172b 1e 0a . . + ld (bc),a ;172d 02 . + inc bc ;172e 03 . +l172fh: + ld bc,03d6ah ;172f 01 6a 3d . j = + inc de ;1732 13 . + jr z,l172fh ;1733 28 fa ( . + nop ;1735 00 . + ld d,h ;1736 54 T + ld (bc),a ;1737 02 . + ld a,(bc) ;1738 0a . + jr z,l17afh ;1739 28 74 ( t + ld e,05fh ;173b 1e 5f . _ + ld (bc),a ;173d 02 . + dec e ;173e 1d . + inc bc ;173f 03 . + ld l,a ;1740 6f o + add hl,hl ;1741 29 ) + ld a,l ;1742 7d } + ld a,000h ;1743 3e 00 > . + nop ;1745 00 . + ld h,d ;1746 62 b + ld (bc),a ;1747 02 . + jr nz,l1766h ;1748 20 1c . + ld (hl),d ;174a 72 r + add hl,hl ;174b 29 ) + dec de ;174c 1b . + ld bc,l03a6h ;174d 01 a6 03 . . . + dec hl ;1750 2b + + jr z,l1759h ;1751 28 06 ( . + ccf ;1753 3f ? + sbc a,d ;1754 9a . + nop ;1755 00 . + call p,0ba00h ;1756 f4 00 ba . . . +l1759h: + inc e ;1759 1c . + inc b ;175a 04 . + jr z,$+97 ;175b 28 5f ( _ + ld (bc),a ;175d 02 . + dec e ;175e 1d . + inc bc ;175f 03 . + ld l,a ;1760 6f o + add hl,hl ;1761 29 ) + ld a,l ;1762 7d } + ld a,000h ;1763 3e 00 > . + nop ;1765 00 . +l1766h: + ld h,d ;1766 62 b + ld (bc),a ;1767 02 . + jr nz,l1786h ;1768 20 1c . + ld (hl),d ;176a 72 r + add hl,hl ;176b 29 ) + dec de ;176c 1b . + ld bc,l03a6h ;176d 01 a6 03 . . . + dec hl ;1770 2b + + jr z,l1779h ;1771 28 06 ( . + ccf ;1773 3f ? +l1774h: + sbc a,d ;1774 9a . + nop ;1775 00 . + call p,0ba00h ;1776 f4 00 ba . . . +l1779h: + inc e ;1779 1c . + inc b ;177a 04 . + jr z,$+82 ;177b 28 50 ( P + dec b ;177d 05 . + sub b ;177e 90 . + ld bc,0446eh ;177f 01 6e 44 . n D + or b ;1782 b0 . + inc l ;1783 2c , + adc a,b ;1784 88 . + inc b ;1785 04 . +l1786h: + ld c,h ;1786 4c L + nop ;1787 00 . + xor b ;1788 a8 . + cpl ;1789 2f / + ld (hl),l ;178a 75 u + ld e,050h ;178b 1e 50 . P + dec b ;178d 05 . + sub b ;178e 90 . +l178fh: + ld bc,l4650h ;178f 01 50 46 . P F + dec c ;1792 0d . + ld hl,(sub_0486h+2) ;1793 2a 88 04 * . . + ld b,h ;1796 44 D + nop ;1797 00 . + dec b ;1798 05 . + dec l ;1799 2d - + ld e,(hl) ;179a 5e ^ + rra ;179b 1f . + ret m ;179c f8 . + ld (bc),a ;179d 02 . + nop ;179e 00 . + nop ;179f 00 . + ld (hl),b ;17a0 70 p + ld b,(hl) ;17a1 46 F + ld l,b ;17a2 68 h + ld l,0f8h ;17a3 2e f8 . . + ld (bc),a ;17a5 02 . + nop ;17a6 00 . + nop ;17a7 00 . + ld (hl),b ;17a8 70 p + ld b,(hl) ;17a9 46 F + ld l,b ;17aa 68 h + ld l,0f8h ;17ab 2e f8 . . + ld (bc),a ;17ad 02 . + nop ;17ae 00 . +l17afh: + nop ;17af 00 . + ld (hl),b ;17b0 70 p + ld b,(hl) ;17b1 46 F + ld l,b ;17b2 68 h + ld l,0f8h ;17b3 2e f8 . . + ld (bc),a ;17b5 02 . + nop ;17b6 00 . + nop ;17b7 00 . + ld (hl),b ;17b8 70 p + ld b,(hl) ;17b9 46 F + ld l,b ;17ba 68 h + ld l,022h ;17bb 2e 22 . " + jr nc,$-9 ;17bd 30 f5 0 . + ld (sub_f531h+1),de ;17bf ed 53 32 f5 . S 2 . + exx ;17c3 d9 . + ld (lf534h),hl ;17c4 22 34 f5 " 4 . + ld (0f536h),de ;17c7 ed 53 36 f5 . S 6 . + ret ;17cb c9 . +sub_17cch: + sra h ;17cc cb 2c . , + rr l ;17ce cb 1d . . + sra d ;17d0 cb 2a . * + rr e ;17d2 cb 1b . . + call sub_1d11h ;17d4 cd 11 1d . . . + ret p ;17d7 f0 . + sra h ;17d8 cb 2c . , + rr l ;17da cb 1d . . + sra d ;17dc cb 2a . * + rr e ;17de cb 1b . . + ret ;17e0 c9 . +sub_17e1h: + call sub_1d40h ;17e1 cd 40 1d . @ . + ret z ;17e4 c8 . + call sub_1a8eh ;17e5 cd 8e 1a . . . + call z,sub_5054h ;17e8 cc 54 50 . T P + call sub_348eh ;17eb cd 8e 34 . . 4 + call sub_17cch ;17ee cd cc 17 . . . + ld (lf538h),hl ;17f1 22 38 f5 " 8 . + ld (0f53ah),de ;17f4 ed 53 3a f5 . S : . + call sub_3498h ;17f8 cd 98 34 . . 4 + di ;17fb f3 . + ld a,(le002h) ;17fc 3a 02 e0 : . . + or 006h ;17ff f6 06 . . + ld (le002h),a ;1801 32 02 e0 2 . . + out (000h),a ;1804 d3 00 . . + ei ;1806 fb . + call sub_1d11h ;1807 cd 11 1d . . . + ld hl,l0000h+2 ;180a 21 02 00 ! . . + jp m,l1813h ;180d fa 13 18 . . . + ld hl,l0000h+1 ;1810 21 01 00 ! . . +l1813h: + call sub_1d40h ;1813 cd 40 1d . @ . + jr z,l1833h ;1816 28 1b ( . + push hl ;1818 e5 . + call sub_1849h ;1819 cd 49 18 . I . + call sub_187bh ;181c cd 7b 18 . { . + push de ;181f d5 . + call sub_1d68h ;1820 cd 68 1d . h . + ld a,028h ;1823 3e 28 > ( + jr nz,l1829h ;1825 20 02 . + ld a,005h ;1827 3e 05 > . +l1829h: + pop de ;1829 d1 . + pop hl ;182a e1 . + push hl ;182b e5 . + call sub_3519h ;182c cd 19 35 . . 5 + pop hl ;182f e1 . + jp l1813h ;1830 c3 13 18 . . . +l1833h: + call sub_3498h ;1833 cd 98 34 . . 4 + di ;1836 f3 . + ld a,(le002h) ;1837 3a 02 e0 : . . + and 0f9h ;183a e6 f9 . . + ld (le002h),a ;183c 32 02 e0 2 . . + out (000h),a ;183f d3 00 . . + ei ;1841 fb . + call sub_5089h ;1842 cd 89 50 . . P + call sub_aa24h ;1845 cd 24 aa . $ . + ret ;1848 c9 . +sub_1849h: + ld d,000h ;1849 16 00 . . + bit 0,a ;184b cb 47 . G + jr z,l1864h ;184d 28 15 ( . + bit 3,a ;184f cb 5f . _ + ret nz ;1851 c0 . + ld hl,(lf534h) ;1852 2a 34 f5 * 4 . + ld bc,(lf538h) ;1855 ed 4b 38 f5 . K 8 . + scf ;1859 37 7 + sbc hl,bc ;185a ed 42 . B + ret m ;185c f8 . + inc bc ;185d 03 . + ld (lf538h),bc ;185e ed 43 38 f5 . C 8 . + inc d ;1862 14 . + ret ;1863 c9 . +l1864h: + bit 3,a ;1864 cb 5f . _ + ret z ;1866 c8 . + ld bc,(lf530h) ;1867 ed 4b 30 f5 . K 0 . + ld hl,(lf538h) ;186b 2a 38 f5 * 8 . + scf ;186e 37 7 + sbc hl,bc ;186f ed 42 . B + ret m ;1871 f8 . + ld hl,(lf538h) ;1872 2a 38 f5 * 8 . + dec hl ;1875 2b + + ld (lf538h),hl ;1876 22 38 f5 " 8 . + dec d ;1879 15 . + ret ;187a c9 . +sub_187bh: + ld e,000h ;187b 1e 00 . . + bit 2,a ;187d cb 57 . W + jr z,l1896h ;187f 28 15 ( . + bit 1,a ;1881 cb 4f . O + ret nz ;1883 c0 . + ld hl,(0f536h) ;1884 2a 36 f5 * 6 . + ld bc,(0f53ah) ;1887 ed 4b 3a f5 . K : . + scf ;188b 37 7 + sbc hl,bc ;188c ed 42 . B + ret m ;188e f8 . + inc bc ;188f 03 . + ld (0f53ah),bc ;1890 ed 43 3a f5 . C : . + inc e ;1894 1c . + ret ;1895 c9 . +l1896h: + bit 1,a ;1896 cb 4f . O + ret z ;1898 c8 . + ld bc,(sub_f531h+1) ;1899 ed 4b 32 f5 . K 2 . + ld hl,(0f53ah) ;189d 2a 3a f5 * : . + scf ;18a0 37 7 + sbc hl,bc ;18a1 ed 42 . B + ret m ;18a3 f8 . + ld hl,(0f53ah) ;18a4 2a 3a f5 * : . + dec hl ;18a7 2b + + ld (0f53ah),hl ;18a8 22 3a f5 " : . + dec e ;18ab 1d . + ret ;18ac c9 . +sub_18adh: + call sub_1264h ;18ad cd 64 12 . d . + call sub_9faah ;18b0 cd aa 9f . . . + call sub_34abh ;18b3 cd ab 34 . . 4 + call nz,sub_38e3h ;18b6 c4 e3 38 . . 8 + call sub_19a8h ;18b9 cd a8 19 . . . + jp nz,sub_199bh ;18bc c2 9b 19 . . . + call sub_1b1bh ;18bf cd 1b 1b . . . + jp nz,l18c9h ;18c2 c2 c9 18 . . . + call sub_18d6h ;18c5 cd d6 18 . . . + ret ;18c8 c9 . +l18c9h: + call sub_1909h ;18c9 cd 09 19 . . . + jp sub_18adh ;18cc c3 ad 18 . . . +l18cfh: + call sub_1da3h ;18cf cd a3 1d . . . + ret z ;18d2 c8 . + jp l18cfh ;18d3 c3 cf 18 . . . +sub_18d6h: + call sub_17e1h ;18d6 cd e1 17 . . . + call sub_1da3h ;18d9 cd a3 1d . . . + ret z ;18dc c8 . + ld hl,l18cfh ;18dd 21 cf 18 ! . . + push hl ;18e0 e5 . + call sub_1927h ;18e1 cd 27 19 . ' . + call sub_1d6dh ;18e4 cd 6d 1d . m . + jp nz,l19b7h ;18e7 c2 b7 19 . . . + call sub_1d72h ;18ea cd 72 1d . r . + jp nz,l1a99h ;18ed c2 99 1a . . . + call sub_1d77h ;18f0 cd 77 1d . w . + jp nz,l1adah ;18f3 c2 da 1a . . . + call sub_1d90h ;18f6 cd 90 1d . . . + jp nz,sub_1b20h ;18f9 c2 20 1b . . + call sub_1d5eh ;18fc cd 5e 1d . ^ . + jp nz,l196fh ;18ff c2 6f 19 . o . + call sub_1d59h ;1902 cd 59 1d . Y . + jp nz,l1968h ;1905 c2 68 19 . h . + ret ;1908 c9 . +sub_1909h: + call sub_1da3h ;1909 cd a3 1d . . . + ret z ;190c c8 . + ld hl,l18cfh ;190d 21 cf 18 ! . . + push hl ;1910 e5 . + call sub_1927h ;1911 cd 27 19 . ' . + call sub_1d6dh ;1914 cd 6d 1d . m . + jp nz,l19cfh ;1917 c2 cf 19 . . . + call sub_1d90h ;191a cd 90 1d . . . + jp nz,l1b2bh ;191d c2 2b 1b . + . + call sub_1d59h ;1920 cd 59 1d . Y . + jp nz,l195eh ;1923 c2 5e 19 . ^ . + ret ;1926 c9 . +sub_1927h: + call sub_1d8bh ;1927 cd 8b 1d . . . + jp nz,l1a54h ;192a c2 54 1a . T . + call sub_1d95h ;192d cd 95 1d . . . + jp nz,l9fffh ;1930 c2 ff 9f . . . + call sub_1d86h ;1933 cd 86 1d . . . + jp nz,01a79h ;1936 c2 79 1a . y . + call sub_1d7ch ;1939 cd 7c 1d . | . + jp nz,l1946h ;193c c2 46 19 . F . + call sub_1d63h ;193f cd 63 1d . c . + jp nz,l1b6bh ;1942 c2 6b 1b . k . + ret ;1945 c9 . +l1946h: + call sub_a148h ;1946 cd 48 a1 . H . + jr z,l1951h ;1949 28 06 ( . + call sub_84dfh ;194b cd df 84 . . . + jp l1954h ;194e c3 54 19 . T . +l1951h: + call sub_8417h ;1951 cd 17 84 . . . +l1954h: + call sub_a06dh ;1954 cd 6d a0 . m . + call sub_5089h ;1957 cd 89 50 . . P + call sub_5064h ;195a cd 64 50 . d P + ret ;195d c9 . +l195eh: + call sub_1996h ;195e cd 96 19 . . . + ret z ;1961 c8 . + call sub_12aah ;1962 cd aa 12 . . . + jp sub_199bh ;1965 c3 9b 19 . . . +l1968h: + call sub_1996h ;1968 cd 96 19 . . . + jp nz,l12a6h ;196b c2 a6 12 . . . + ret ;196e c9 . +l196fh: + call sub_1996h ;196f cd 96 19 . . . + jr nz,l198bh ;1972 20 17 . + call sub_1d31h ;1974 cd 31 1d . 1 . + jr z,l198bh ;1977 28 12 ( . + ld a,0ffh ;1979 3e ff > . + ld (lf53ch),a ;197b 32 3c f5 2 < . + ld a,0ffh ;197e 3e ff > . + call sub_1dc8h ;1980 cd c8 1d . . . + call sub_121ch ;1983 cd 1c 12 . . . + ret ;1986 c9 . +sub_1987h: + call sub_1996h ;1987 cd 96 19 . . . + ret z ;198a c8 . +l198bh: + ld a,000h ;198b 3e 00 > . + ld (lf53ch),a ;198d 32 3c f5 2 < . + ld a,000h ;1990 3e 00 > . + call sub_1dc8h ;1992 cd c8 1d . . . + ret ;1995 c9 . +sub_1996h: + ld a,(lf53ch) ;1996 3a 3c f5 : < . + and a ;1999 a7 . + ret ;199a c9 . +sub_199bh: + call sub_a596h ;199b cd 96 a5 . . . + call sub_0298h ;199e cd 98 02 . . . + call sub_19b1h ;19a1 cd b1 19 . . . + ld hl,(lf8a1h) ;19a4 2a a1 f8 * . . + jp (hl) ;19a7 e9 . +sub_19a8h: + ld a,(lf53dh) ;19a8 3a 3d f5 : = . + and a ;19ab a7 . + ret ;19ac c9 . +sub_19adh: + ld a,0ffh ;19ad 3e ff > . + jr l19b3h ;19af 18 02 . . +sub_19b1h: + ld a,000h ;19b1 3e 00 > . +l19b3h: + ld (lf53dh),a ;19b3 32 3d f5 2 = . + ret ;19b6 c9 . +l19b7h: + call sub_19deh ;19b7 cd de 19 . . . + call sub_1d72h ;19ba cd 72 1d . r . + jp nz,l19fah ;19bd c2 fa 19 . . . + call sub_1d77h ;19c0 cd 77 1d . w . + jp nz,l1a12h ;19c3 c2 12 1a . . . + call sub_7274h ;19c6 cd 74 72 . t r + call sub_1d6dh ;19c9 cd 6d 1d . m . + jr nz,l19b7h ;19cc 20 e9 . + ret ;19ce c9 . +l19cfh: + call sub_19deh ;19cf cd de 19 . . . + call sub_1d45h ;19d2 cd 45 1d . E . + jp nz,l1215h ;19d5 c2 15 12 . . . + call sub_1d6dh ;19d8 cd 6d 1d . m . + jr nz,l19cfh ;19db 20 f2 . + ret ;19dd c9 . +sub_19deh: + call sub_1d86h ;19de cd 86 1d . . . + jp nz,l19f1h ;19e1 c2 f1 19 . . . + call sub_1d95h ;19e4 cd 95 1d . . . + jp nz,la08ch ;19e7 c2 8c a0 . . . + call sub_1d68h ;19ea cd 68 1d . h . + jp nz,l1a33h ;19ed c2 33 1a . 3 . + ret ;19f0 c9 . +l19f1h: + call l18cfh ;19f1 cd cf 18 . . . + call 01a79h ;19f4 cd 79 1a . y . + jp l0003h ;19f7 c3 03 00 . . . +l19fah: + call sub_1a8eh ;19fa cd 8e 1a . . . + ret z ;19fd c8 . + call sub_4f13h ;19fe cd 13 4f . . O + ld (lf53dh+1),hl ;1a01 22 3e f5 " > . + ld (lf542h),de ;1a04 ed 53 42 f5 . S B . + ld hl,(lf53dh+1) ;1a08 2a 3e f5 * > . + ld de,(lf542h) ;1a0b ed 5b 42 f5 . [ B . + jp l7a68h ;1a0f c3 68 7a . h z +l1a12h: + call sub_1a8eh ;1a12 cd 8e 1a . . . + ret z ;1a15 c8 . + call sub_4f13h ;1a16 cd 13 4f . . O + ld (lf53dh+1),hl ;1a19 22 3e f5 " > . + ld (lf542h),de ;1a1c ed 53 42 f5 . S B . + ld de,(lf542h) ;1a20 ed 5b 42 f5 . [ B . + ld hl,(lf53dh+1) ;1a24 2a 3e f5 * > . + call sub_563bh ;1a27 cd 3b 56 . ; V + ld a,(lf873h) ;1a2a 3a 73 f8 : s . + or 002h ;1a2d f6 02 . . + ld (lf873h),a ;1a2f 32 73 f8 2 s . + ret ;1a32 c9 . +l1a33h: + call l18cfh ;1a33 cd cf 18 . . . + call sub_1cdfh ;1a36 cd df 1c . . . + ret nz ;1a39 c0 . + call sub_78a6h ;1a3a cd a6 78 . . x + jr nz,l1a4ah ;1a3d 20 0b . + call sub_78b1h ;1a3f cd b1 78 . . x + call sub_79beh ;1a42 cd be 79 . . y + call sub_78fch ;1a45 cd fc 78 . . x + jr l1a53h ;1a48 18 09 . . +l1a4ah: + call sub_78abh ;1a4a cd ab 78 . . x + call sub_79beh ;1a4d cd be 79 . . y + call sub_78fch ;1a50 cd fc 78 . . x +l1a53h: + ret ;1a53 c9 . +l1a54h: + call sub_1d95h ;1a54 cd 95 1d . . . + jp nz,l1a60h ;1a57 c2 60 1a . ` . + call sub_1d8bh ;1a5a cd 8b 1d . . . + jr nz,l1a54h ;1a5d 20 f5 . + ret ;1a5f c9 . +l1a60h: + dec a ;1a60 3d = + ld hl,l1a6dh ;1a61 21 6d 1a ! m . + ld d,000h ;1a64 16 00 . . + ld e,a ;1a66 5f _ + add hl,de ;1a67 19 . + ld a,(hl) ;1a68 7e ~ + call sub_36d2h ;1a69 cd d2 36 . . 6 + ret ;1a6c c9 . +l1a6dh: + inc bc ;1a6d 03 . + inc b ;1a6e 04 . + ld b,009h ;1a6f 06 09 . . + inc c ;1a71 0c . + djnz l1a8ah ;1a72 10 16 . . + ld hl,(04678h) ;1a74 2a 78 46 * x F +l1a77h: + ld l,b ;1a77 68 h + ld l,0cdh ;1a78 2e cd . . + ld a,e ;1a7a 7b { + and b ;1a7b a0 . + ld hl,(01a75h) ;1a7c 2a 75 1a * u . + ld de,(l1a77h) ;1a7f ed 5b 77 1a . [ w . + ld a,000h ;1a83 3e 00 > . + call 035e2h ;1a85 cd e2 35 . . 5 + ld a,000h ;1a88 3e 00 > . +l1a8ah: + ld (0f546h),a ;1a8a 32 46 f5 2 F . + ret ;1a8d c9 . +sub_1a8eh: + ld a,(0f546h) ;1a8e 3a 46 f5 : F . + and a ;1a91 a7 . + ret ;1a92 c9 . +sub_1a93h: + ld a,0ffh ;1a93 3e ff > . + ld (0f546h),a ;1a95 32 46 f5 2 F . + ret ;1a98 c9 . +l1a99h: + ld a,000h ;1a99 3e 00 > . + call sub_4ef2h ;1a9b cd f2 4e . . N + ld a,000h ;1a9e 3e 00 > . + call sub_4ee7h ;1aa0 cd e7 4e . . N + call sub_567fh ;1aa3 cd 7f 56 .  V + ld (lf542h),de ;1aa6 ed 53 42 f5 . S B . + ld (lf53dh+1),hl ;1aaa 22 3e f5 " > . + ld hl,(lf53dh+1) ;1aad 2a 3e f5 * > . + call sub_6abbh ;1ab0 cd bb 6a . . j + ld (lf53dh+1),hl ;1ab3 22 3e f5 " > . + ld (lf540h),de ;1ab6 ed 53 40 f5 . S @ . + ld hl,(lf542h) ;1aba 2a 42 f5 * B . + call sub_6abbh ;1abd cd bb 6a . . j + ld (lf542h),hl ;1ac0 22 42 f5 " B . + ld (lf542h+2),de ;1ac3 ed 53 44 f5 . S D . + ld hl,(lf542h) ;1ac7 2a 42 f5 * B . + ld de,(lf542h+2) ;1aca ed 5b 44 f5 . [ D . + exx ;1ace d9 . + ld hl,(lf53dh+1) ;1acf 2a 3e f5 * > . + ld de,(lf540h) ;1ad2 ed 5b 40 f5 . [ @ . + call sub_4f5ch ;1ad6 cd 5c 4f . \ O + ret ;1ad9 c9 . +l1adah: + ld a,000h ;1ada 3e 00 > . + call sub_4ef2h ;1adc cd f2 4e . . N + ld a,000h ;1adf 3e 00 > . + call sub_4ee7h ;1ae1 cd e7 4e . . N + call sub_5687h ;1ae4 cd 87 56 . . V + ld (lf542h),de ;1ae7 ed 53 42 f5 . S B . + ld (lf53dh+1),hl ;1aeb 22 3e f5 " > . + ld hl,(lf53dh+1) ;1aee 2a 3e f5 * > . + call sub_6abbh ;1af1 cd bb 6a . . j + ld (lf53dh+1),hl ;1af4 22 3e f5 " > . + ld (lf540h),de ;1af7 ed 53 40 f5 . S @ . + ld hl,(lf542h) ;1afb 2a 42 f5 * B . + call sub_6abbh ;1afe cd bb 6a . . j + ld (lf542h),hl ;1b01 22 42 f5 " B . + ld (lf542h+2),de ;1b04 ed 53 44 f5 . S D . + ld hl,(lf542h) ;1b08 2a 42 f5 * B . + ld de,(lf542h+2) ;1b0b ed 5b 44 f5 . [ D . + exx ;1b0f d9 . + ld hl,(lf53dh+1) ;1b10 2a 3e f5 * > . + ld de,(lf540h) ;1b13 ed 5b 40 f5 . [ @ . + call sub_4f5ch ;1b17 cd 5c 4f . \ O + ret ;1b1a c9 . +sub_1b1bh: + ld a,(0f547h) ;1b1b 3a 47 f5 : G . + and a ;1b1e a7 . + ret ;1b1f c9 . +sub_1b20h: + ld a,0ffh ;1b20 3e ff > . + ld (0f547h),a ;1b22 32 47 f5 2 G . + ld a,0ffh ;1b25 3e ff > . + call sub_1dbfh ;1b27 cd bf 1d . . . + ret ;1b2a c9 . +l1b2bh: + ld a,(0f547h) ;1b2b 3a 47 f5 : G . + and a ;1b2e a7 . + jp p,sub_1b20h ;1b2f f2 20 1b . . +sub_1b32h: + ld a,000h ;1b32 3e 00 > . + ld (0f547h),a ;1b34 32 47 f5 2 G . + ld a,000h ;1b37 3e 00 > . + call sub_1dbfh ;1b39 cd bf 1d . . . + ret ;1b3c c9 . +sub_1b3dh: + ld a,001h ;1b3d 3e 01 > . + ld (0f547h),a ;1b3f 32 47 f5 2 G . + ld a,0ffh ;1b42 3e ff > . + call sub_1dbfh ;1b44 cd bf 1d . . . + ret ;1b47 c9 . +sub_1b48h: + call sub_1d90h ;1b48 cd 90 1d . . . + jr z,l1b57h ;1b4b 28 0a ( . + call sub_1b20h ;1b4d cd 20 1b . . +l1b50h: + call l18cfh ;1b50 cd cf 18 . . . + call sub_1b5eh ;1b53 cd 5e 1b . ^ . +l1b56h: + ret ;1b56 c9 . +l1b57h: + call sub_1b1bh ;1b57 cd 1b 1b . . . + call nz,sub_1b5eh ;1b5a c4 5e 1b . ^ . + ret ;1b5d c9 . +sub_1b5eh: + call sub_a198h ;1b5e cd 98 a1 . . . +l1b61h: + call sub_1b1bh ;1b61 cd 1b 1b . . . + ret z ;1b64 c8 . + call sub_18adh ;1b65 cd ad 18 . . . + jp l1b61h ;1b68 c3 61 1b . a . +l1b6bh: + call sub_1dbah ;1b6b cd ba 1d . . . + xor 001h ;1b6e ee 01 . . + and 001h ;1b70 e6 01 . . + call sub_1db2h ;1b72 cd b2 1d . . . + ret ;1b75 c9 . +sub_1b76h: + ld a,000h ;1b76 3e 00 > . + ld (0f546h),a ;1b78 32 46 f5 2 F . + call sub_1db2h ;1b7b cd b2 1d . . . + call sub_1b32h ;1b7e cd 32 1b . 2 . + call l198bh ;1b81 cd 8b 19 . . . + ret ;1b84 c9 . +sub_1b85h: + ld a,d ;1b85 7a z + and e ;1b86 a3 . + xor e ;1b87 ab . + ld a,000h ;1b88 3e 00 > . + jr nz,l1b8dh ;1b8a 20 01 . + dec a ;1b8c 3d = +l1b8dh: + ld (hl),a ;1b8d 77 w + ret ;1b8e c9 . +sub_1b8fh: + in a,(02ch) ;1b8f db 2c . , + ld d,a ;1b91 57 W + call sub_1c87h ;1b92 cd 87 1c . . . + push af ;1b95 f5 . + ld hl,lf548h ;1b96 21 48 f5 ! H . + ld e,080h ;1b99 1e 80 . . + call sub_1b85h ;1b9b cd 85 1b . . . + pop af ;1b9e f1 . + call sub_1cb8h ;1b9f cd b8 1c . . . + call sub_1ca0h ;1ba2 cd a0 1c . . . + in a,(030h) ;1ba5 db 30 . 0 + ld d,a ;1ba7 57 W + and 00fh ;1ba8 e6 0f . . + ld (lf549h),a ;1baa 32 49 f5 2 I . + ld hl,lf54bh ;1bad 21 4b f5 ! K . + ld e,010h ;1bb0 1e 10 . . + call sub_1b85h ;1bb2 cd 85 1b . . . + ld hl,lf54dh ;1bb5 21 4d f5 ! M . + ld e,020h ;1bb8 1e 20 . + call sub_1b85h ;1bba cd 85 1b . . . +l1bbdh: + ld hl,lf54eh ;1bbd 21 4e f5 ! N . + ld e,040h ;1bc0 1e 40 . @ + call sub_1b85h ;1bc2 cd 85 1b . . . + ld hl,lf54eh+1 ;1bc5 21 4f f5 ! O . + ld e,080h ;1bc8 1e 80 . . + call sub_1b85h ;1bca cd 85 1b . . . + in a,(020h) ;1bcd db 20 . + ld d,a ;1bcf 57 W + ld hl,lf551h ;1bd0 21 51 f5 ! Q . + ld e,008h ;1bd3 1e 08 . . + call sub_1b85h ;1bd5 cd 85 1b . . . + ld hl,lf552h+1 ;1bd8 21 53 f5 ! S . + ld e,080h ;1bdb 1e 80 . . + call sub_1b85h ;1bdd cd 85 1b . . . + ld hl,lf552h+2 ;1be0 21 54 f5 ! T . + ld e,002h ;1be3 1e 02 . . + call sub_1b85h ;1be5 cd 85 1b . . . + ld hl,lf555h+1 ;1be8 21 56 f5 ! V . + ld e,004h ;1beb 1e 04 . . + call sub_1b85h ;1bed cd 85 1b . . . +sub_1bf0h: + ld hl,lf557h ;1bf0 21 57 f5 ! W . + ld e,009h ;1bf3 1e 09 . . + call sub_1b85h ;1bf5 cd 85 1b . . . + ld hl,lf55bh ;1bf8 21 5b f5 ! [ . + ld e,082h ;1bfb 1e 82 . . + call sub_1b85h ;1bfd cd 85 1b . . . + in a,(028h) ;1c00 db 28 . ( + ld d,a ;1c02 57 W + ld hl,lf552h ;1c03 21 52 f5 ! R . + ld e,001h ;1c06 1e 01 . . + call sub_1b85h ;1c08 cd 85 1b . . . + ld hl,lf555h ;1c0b 21 55 f5 ! U . + ld e,020h ;1c0e 1e 20 . + call sub_1b85h ;1c10 cd 85 1b . . . + ld hl,lf557h+1 ;1c13 21 58 f5 ! X . + ld e,002h ;1c16 1e 02 . . + call sub_1b85h ;1c18 cd 85 1b . . . + ld hl,lf559h ;1c1b 21 59 f5 ! Y . + ld e,004h ;1c1e 1e 04 . . + call sub_1b85h ;1c20 cd 85 1b . . . + ld hl,lf559h+1 ;1c23 21 5a f5 ! Z . + ld e,008h ;1c26 1e 08 . . + call sub_1b85h ;1c28 cd 85 1b . . . + in a,(034h) ;1c2b db 34 . 4 + ld d,a ;1c2d 57 W + push af ;1c2e f5 . + ld hl,lf54ch ;1c2f 21 4c f5 ! L . + ld e,008h ;1c32 1e 08 . . + call sub_1b85h ;1c34 cd 85 1b . . . + pop af ;1c37 f1 . + call sub_1408h ;1c38 cd 08 14 . . . + call sub_1c5fh ;1c3b cd 5f 1c . _ . + call sub_1cdah ;1c3e cd da 1c . . . + ld d,001h ;1c41 16 01 . . + call nz,sub_1c87h ;1c43 c4 87 1c . . . + ld a,0ffh ;1c46 3e ff > . + call sub_1dbfh ;1c48 cd bf 1d . . . +l1c4bh: + in a,(020h) ;1c4b db 20 . + ld e,a ;1c4d 5f _ + in a,(024h) ;1c4e db 24 . $ + or e ;1c50 b3 . + ld e,a ;1c51 5f _ + in a,(028h) ;1c52 db 28 . ( + and 0efh ;1c54 e6 ef . . + or e ;1c56 b3 . + jr nz,l1c4bh ;1c57 20 f2 . + ld a,000h ;1c59 3e 00 > . + call sub_1dbfh ;1c5b cd bf 1d . . . + ret ;1c5e c9 . +sub_1c5fh: + call sub_1c6bh ;1c5f cd 6b 1c . k . + ld de,lf55bh+1 ;1c62 11 5c f5 . \ . + ld b,010h ;1c65 06 10 . . + call sub_02b8h ;1c67 cd b8 02 . . . + ret ;1c6a c9 . +sub_1c6bh: + in a,(02ch) ;1c6b db 2c . , + and 020h ;1c6d e6 20 . + ld d,a ;1c6f 57 W + in a,(028h) ;1c70 db 28 . ( + and 010h ;1c72 e6 10 . . + or d ;1c74 b2 . + ld l,001h ;1c75 2e 01 . . + ret z ;1c77 c8 . + cp 010h ;1c78 fe 10 . . + ld l,002h ;1c7a 2e 02 . . + ret z ;1c7c c8 . + cp 030h ;1c7d fe 30 . 0 + ld l,003h ;1c7f 2e 03 . . + ret z ;1c81 c8 . + cp 020h ;1c82 fe 20 . + ld l,000h ;1c84 2e 00 . . + ret ;1c86 c9 . +sub_1c87h: + ld hl,lf54eh+2 ;1c87 21 50 f5 ! P . + ld (hl),000h ;1c8a 36 00 6 . + bit 0,d ;1c8c cb 42 . B + ret z ;1c8e c8 . + ld (hl),001h ;1c8f 36 01 6 . + bit 1,d ;1c91 cb 4a . J + ret z ;1c93 c8 . + ld (hl),0ffh ;1c94 36 ff 6 . + ret ;1c96 c9 . +sub_1c97h: + in a,(030h) ;1c97 db 30 . 0 + ld b,a ;1c99 47 G + in a,(034h) ;1c9a db 34 . 4 + ld c,a ;1c9c 4f O + in a,(02ch) ;1c9d db 2c . , + ret ;1c9f c9 . +sub_1ca0h: + ld a,d ;1ca0 7a z + and 050h ;1ca1 e6 50 . P + ld (0f56ch),a ;1ca3 32 6c f5 2 l . + ret ;1ca6 c9 . +sub_1ca7h: + ld a,(0f56ch) ;1ca7 3a 6c f5 : l . + and a ;1caa a7 . + jr l1cb2h ;1cab 18 05 . . +sub_1cadh: + ld a,(0f56ch) ;1cad 3a 6c f5 : l . + sub 050h ;1cb0 d6 50 . P +l1cb2h: + jr z,l1cb6h ;1cb2 28 02 ( . + xor a ;1cb4 af . + ret ;1cb5 c9 . +l1cb6h: + dec a ;1cb6 3d = + ret ;1cb7 c9 . +sub_1cb8h: + and 00ch ;1cb8 e6 0c . . + rrca ;1cba 0f . + rrca ;1cbb 0f . + ld (lf549h+1),a ;1cbc 32 4a f5 2 J . + push de ;1cbf d5 . + call sub_03aeh ;1cc0 cd ae 03 . . . + pop de ;1cc3 d1 . + ld a,001h ;1cc4 3e 01 > . + jr nz,l1cc9h ;1cc6 20 01 . + xor a ;1cc8 af . +l1cc9h: + ld (lf56dh),a ;1cc9 32 6d f5 2 m . + ret ;1ccc c9 . +sub_1ccdh: + ld a,(lf56dh) ;1ccd 3a 6d f5 : m . + and a ;1cd0 a7 . + ret ;1cd1 c9 . +sub_1cd2h: + ld a,(lf549h) ;1cd2 3a 49 f5 : I . + ret ;1cd5 c9 . +sub_1cd6h: + ld a,(lf549h+1) ;1cd6 3a 4a f5 : J . + ret ;1cd9 c9 . +sub_1cdah: + ld a,(lf552h) ;1cda 3a 52 f5 : R . + and a ;1cdd a7 . + ret ;1cde c9 . +sub_1cdfh: + ld a,(lf555h) ;1cdf 3a 55 f5 : U . + and a ;1ce2 a7 . + ret ;1ce3 c9 . +sub_1ce4h: + ld a,(lf552h+1) ;1ce4 3a 53 f5 : S . + and a ;1ce7 a7 . + ret ;1ce8 c9 . +sub_1ce9h: + ld a,(lf552h+2) ;1ce9 3a 54 f5 : T . + and a ;1cec a7 . + ret ;1ced c9 . +sub_1ceeh: + ld a,(lf551h) ;1cee 3a 51 f5 : Q . + and a ;1cf1 a7 . + ret ;1cf2 c9 . +sub_1cf3h: + ld a,(lf555h+1) ;1cf3 3a 56 f5 : V . + and a ;1cf6 a7 . + ret ;1cf7 c9 . +sub_1cf8h: + ld a,(lf557h) ;1cf8 3a 57 f5 : W . + and a ;1cfb a7 . + ret ;1cfc c9 . +sub_1cfdh: + ld a,(lf557h+1) ;1cfd 3a 58 f5 : X . + and a ;1d00 a7 . + ret ;1d01 c9 . +sub_1d02h: + ld a,(lf559h) ;1d02 3a 59 f5 : Y . + and a ;1d05 a7 . + ret ;1d06 c9 . + ld a,(lf559h+1) ;1d07 3a 5a f5 : Z . + and a ;1d0a a7 . + ret ;1d0b c9 . + ld a,(lf55bh) ;1d0c 3a 5b f5 : [ . + and a ;1d0f a7 . + ret ;1d10 c9 . +sub_1d11h: + ld a,(lf54eh+2) ;1d11 3a 50 f5 : P . + or a ;1d14 b7 . + ret ;1d15 c9 . +sub_1d16h: + ld a,0ffh ;1d16 3e ff > . + ld (lf54eh),a ;1d18 32 4e f5 2 N . + ret ;1d1b c9 . +sub_1d1ch: + ld a,000h ;1d1c 3e 00 > . + ld (lf54eh),a ;1d1e 32 4e f5 2 N . + ret ;1d21 c9 . +sub_1d22h: + ld a,(lf54dh) ;1d22 3a 4d f5 : M . + and a ;1d25 a7 . + ret ;1d26 c9 . +sub_1d27h: + ld a,(lf54eh) ;1d27 3a 4e f5 : N . + and a ;1d2a a7 . + ret ;1d2b c9 . +sub_1d2ch: + ld a,(lf54eh+1) ;1d2c 3a 4f f5 : O . + and a ;1d2f a7 . + ret ;1d30 c9 . +sub_1d31h: + ld a,(lf548h) ;1d31 3a 48 f5 : H . + or a ;1d34 b7 . + ret ;1d35 c9 . +sub_1d36h: + ld a,(lf54bh) ;1d36 3a 4b f5 : K . + or a ;1d39 b7 . + ret ;1d3a c9 . +sub_1d3bh: + ld a,(lf54ch) ;1d3b 3a 4c f5 : L . + or a ;1d3e b7 . + ret ;1d3f c9 . +sub_1d40h: + in a,(020h) ;1d40 db 20 . + and 00fh ;1d42 e6 0f . . + ret ;1d44 c9 . +sub_1d45h: + in a,(020h) ;1d45 db 20 . + and 001h ;1d47 e6 01 . . + ret ;1d49 c9 . + in a,(020h) ;1d4a db 20 . + and 002h ;1d4c e6 02 . . + ret ;1d4e c9 . + in a,(020h) ;1d4f db 20 . + and 004h ;1d51 e6 04 . . + ret ;1d53 c9 . + in a,(020h) ;1d54 db 20 . + and 008h ;1d56 e6 08 . . + ret ;1d58 c9 . +sub_1d59h: + in a,(020h) ;1d59 db 20 . + and 010h ;1d5b e6 10 . . + ret ;1d5d c9 . +sub_1d5eh: + in a,(020h) ;1d5e db 20 . + and 020h ;1d60 e6 20 . + ret ;1d62 c9 . +sub_1d63h: + in a,(020h) ;1d63 db 20 . + and 040h ;1d65 e6 40 . @ + ret ;1d67 c9 . +sub_1d68h: + in a,(020h) ;1d68 db 20 . + and 080h ;1d6a e6 80 . . + ret ;1d6c c9 . +sub_1d6dh: + in a,(028h) ;1d6d db 28 . ( + and 001h ;1d6f e6 01 . . + ret ;1d71 c9 . +sub_1d72h: + in a,(028h) ;1d72 db 28 . ( + and 002h ;1d74 e6 02 . . + ret ;1d76 c9 . +sub_1d77h: + in a,(028h) ;1d77 db 28 . ( + and 004h ;1d79 e6 04 . . + ret ;1d7b c9 . +sub_1d7ch: + in a,(028h) ;1d7c db 28 . ( + and 008h ;1d7e e6 08 . . + ret ;1d80 c9 . + in a,(028h) ;1d81 db 28 . ( + and 010h ;1d83 e6 10 . . + ret ;1d85 c9 . +sub_1d86h: + in a,(028h) ;1d86 db 28 . ( + and 020h ;1d88 e6 20 . + ret ;1d8a c9 . +sub_1d8bh: + in a,(028h) ;1d8b db 28 . ( + and 040h ;1d8d e6 40 . @ + ret ;1d8f c9 . +sub_1d90h: + in a,(028h) ;1d90 db 28 . ( + and 080h ;1d92 e6 80 . . + ret ;1d94 c9 . +sub_1d95h: + in a,(024h) ;1d95 db 24 . $ + or a ;1d97 b7 . + ret z ;1d98 c8 . + ld d,000h ;1d99 16 00 . . +l1d9bh: + inc d ;1d9b 14 . + srl a ;1d9c cb 3f . ? + or a ;1d9e b7 . + jr nz,l1d9bh ;1d9f 20 fa . + or d ;1da1 b2 . + ret ;1da2 c9 . +sub_1da3h: + in a,(020h) ;1da3 db 20 . + and 070h ;1da5 e6 70 . p + ld e,a ;1da7 5f _ + in a,(024h) ;1da8 db 24 . $ + or e ;1daa b3 . + ld e,a ;1dab 5f _ + in a,(028h) ;1dac db 28 . ( + and 0efh ;1dae e6 ef . . + or e ;1db0 b3 . + ret ;1db1 c9 . +sub_1db2h: + and 001h ;1db2 e6 01 . . + ld (lf56dh+1),a ;1db4 32 6e f5 2 n . + out (080h),a ;1db7 d3 80 . . + ret ;1db9 c9 . +sub_1dbah: + ld a,(lf56dh+1) ;1dba 3a 6e f5 : n . + and a ;1dbd a7 . + ret ;1dbe c9 . +sub_1dbfh: + and a ;1dbf a7 . + ld a,002h ;1dc0 3e 02 > . + jp z,l1df9h ;1dc2 ca f9 1d . . . + jp l1df1h ;1dc5 c3 f1 1d . . . +sub_1dc8h: + and a ;1dc8 a7 . + ld a,004h ;1dc9 3e 04 > . + jp z,l1df9h ;1dcb ca f9 1d . . . + jp l1df1h ;1dce c3 f1 1d . . . +sub_1dd1h: + and a ;1dd1 a7 . + ld a,008h ;1dd2 3e 08 > . + jp nz,l1df1h ;1dd4 c2 f1 1d . . . + call sub_06c9h ;1dd7 cd c9 06 . . . + ret nz ;1dda c0 . + ld a,008h ;1ddb 3e 08 > . + jp l1df9h ;1ddd c3 f9 1d . . . +sub_1de0h: + and a ;1de0 a7 . + ld a,008h ;1de1 3e 08 > . + jp nz,l1df1h ;1de3 c2 f1 1d . . . + ld a,(lf873h) ;1de6 3a 73 f8 : s . + bit 5,a ;1de9 cb 6f . o + ret nz ;1deb c0 . + ld a,008h ;1dec 3e 08 > . + jp l1df9h ;1dee c3 f9 1d . . . +l1df1h: + ld hl,lf56fh ;1df1 21 6f f5 ! o . +sub_1df4h: + or (hl) ;1df4 b6 . + ld (hl),a ;1df5 77 w + out (008h),a ;1df6 d3 08 . . + ret ;1df8 c9 . +l1df9h: + ld hl,lf56fh ;1df9 21 6f f5 ! o . + cpl ;1dfc 2f / + and (hl) ;1dfd a6 . + ld (hl),a ;1dfe 77 w + out (008h),a ;1dff d3 08 . . + ret ;1e01 c9 . +sub_1e02h: + ld a,000h ;1e02 3e 00 > . + ld (lf56fh),a ;1e04 32 6f f5 2 o . + out (008h),a ;1e07 d3 08 . . + ret ;1e09 c9 . +l1e0ah: + ld c,e ;1e0a 4b K + xor h ;1e0b ac . + ld c,e ;1e0c 4b K + xor h ;1e0d ac . + adc a,l ;1e0e 8d . + or (hl) ;1e0f b6 . + or (hl) ;1e10 b6 . + rst 0 ;1e11 c7 . + and (hl) ;1e12 a6 . + out (042h),a ;1e13 d3 42 . B + in a,(064h) ;1e15 db 64 . d + ret po ;1e17 e0 . + ld (de),a ;1e18 12 . + call po,sub_e6d6h ;1e19 e4 d6 e6 . . . + nop ;1e1c 00 . + jp (hl) ;1e1d e9 . + cp l ;1e1e bd . + jp pe,lec2ah+1 ;1e1f ea 2b ec . + . + ld e,(hl) ;1e22 5e ^ + defb 0edh;next byte illegal after ed ;1e23 ed . + ld h,h ;1e24 64 d + xor 045h ;1e25 ee 45 . E + rst 28h ;1e27 ef . + ld a,(bc) ;1e28 0a . + ret p ;1e29 f0 . + cp b ;1e2a b8 . + ret p ;1e2b f0 . + ld d,d ;1e2c 52 R + pop af ;1e2d f1 . + call c,sub_58f1h ;1e2e dc f1 58 . . X + jp p,0f2c8h ;1e31 f2 c8 f2 . . . + cpl ;1e34 2f / + di ;1e35 f3 . + adc a,h ;1e36 8c . + di ;1e37 f3 . + jp po,l31f3h ;1e38 e2 f3 31 . . 1 + call p,sub_f47ah ;1e3b f4 7a f4 . z . + cp a ;1e3e bf . + call p,0f4feh ;1e3f f4 fe f4 . . . + ld a,(072f5h) ;1e42 3a f5 72 : . r + push af ;1e45 f5 . + and a ;1e46 a7 . + push af ;1e47 f5 . + ret c ;1e48 d8 . + push af ;1e49 f5 . + rlca ;1e4a 07 . + or 034h ;1e4b f6 34 . 4 + or 05eh ;1e4d f6 5e . ^ + or 086h ;1e4f f6 86 . . + or 0ach ;1e51 f6 ac . . + or 0d1h ;1e53 f6 d1 . . + or 0f4h ;1e55 f6 f4 . . + or 015h ;1e57 f6 15 . . + rst 30h ;1e59 f7 . + dec (hl) ;1e5a 35 5 + rst 30h ;1e5b f7 . + ld d,h ;1e5c 54 T + rst 30h ;1e5d f7 . + ld (hl),c ;1e5e 71 q + rst 30h ;1e5f f7 . + adc a,l ;1e60 8d . + rst 30h ;1e61 f7 . + xor b ;1e62 a8 . + rst 30h ;1e63 f7 . + jp ldcf7h ;1e64 c3 f7 dc . . . + rst 30h ;1e67 f7 . + call p,sub_0cf7h ;1e68 f4 f7 0c . . . + ret m ;1e6b f8 . + ld (l38f8h),hl ;1e6c 22 f8 38 " . 8 + ret m ;1e6f f8 . + ld c,(hl) ;1e70 4e N + ret m ;1e71 f8 . + ld h,d ;1e72 62 b + ret m ;1e73 f8 . + halt ;1e74 76 v + ret m ;1e75 f8 . + adc a,d ;1e76 8a . + ret m ;1e77 f8 . + sbc a,h ;1e78 9c . + ret m ;1e79 f8 . + xor a ;1e7a af . + ret m ;1e7b f8 . + ret nz ;1e7c c0 . + ret m ;1e7d f8 . + jp nc,le2f8h ;1e7e d2 f8 e2 . . . + ret m ;1e81 f8 . + di ;1e82 f3 . + ret m ;1e83 f8 . + inc bc ;1e84 03 . + ld sp,hl ;1e85 f9 . + ld (de),a ;1e86 12 . + ld sp,hl ;1e87 f9 . + ld hl,l30f9h ;1e88 21 f9 30 ! . 0 + ld sp,hl ;1e8b f9 . + ld a,0f9h ;1e8c 3e f9 > . + ld c,h ;1e8e 4c L + ld sp,hl ;1e8f f9 . + ld e,d ;1e90 5a Z + ld sp,hl ;1e91 f9 . + ld h,a ;1e92 67 g + ld sp,hl ;1e93 f9 . + ld (hl),h ;1e94 74 t + ld sp,hl ;1e95 f9 . + add a,c ;1e96 81 . + ld sp,hl ;1e97 f9 . + adc a,l ;1e98 8d . + ld sp,hl ;1e99 f9 . + sbc a,c ;1e9a 99 . + ld sp,hl ;1e9b f9 . + and l ;1e9c a5 . + ld sp,hl ;1e9d f9 . + or c ;1e9e b1 . + ld sp,hl ;1e9f f9 . + cp h ;1ea0 bc . + ld sp,hl ;1ea1 f9 . + rst 0 ;1ea2 c7 . + ld sp,hl ;1ea3 f9 . + jp nc,lddf9h ;1ea4 d2 f9 dd . . . + ld sp,hl ;1ea7 f9 . + ret pe ;1ea8 e8 . + ld sp,hl ;1ea9 f9 . + jp p,lfcf9h ;1eaa f2 f9 fc . . . + ld sp,hl ;1ead f9 . + ld b,0fah ;1eae 06 fa . . + rrca ;1eb0 0f . + jp m,lfa19h ;1eb1 fa 19 fa . . . + ld (l2bfah),hl ;1eb4 22 fa 2b " . + + jp m,lfa34h ;1eb7 fa 34 fa . 4 . + dec a ;1eba 3d = + jp m,lfa45h ;1ebb fa 45 fa . E . + ld c,(hl) ;1ebe 4e N + jp m,lfa56h ;1ebf fa 56 fa . V . + ld e,(hl) ;1ec2 5e ^ + jp m,lfa66h ;1ec3 fa 66 fa . f . + ld l,(hl) ;1ec6 6e n + jp m,lfa75h ;1ec7 fa 75 fa . u . + ld a,l ;1eca 7d } + jp m,lfa84h ;1ecb fa 84 fa . . . + adc a,e ;1ece 8b . + jp m,lfa92h ;1ecf fa 92 fa . . . + sbc a,c ;1ed2 99 . + jp m,lfaa0h ;1ed3 fa a0 fa . . . + and a ;1ed6 a7 . + jp m,lfaaeh ;1ed7 fa ae fa . . . + or h ;1eda b4 . + jp m,lfabbh ;1edb fa bb fa . . . + pop bc ;1ede c1 . + jp m,lfac7h ;1edf fa c7 fa . . . + call 0d3fah ;1ee2 cd fa d3 . . . + jp m,lfad9h ;1ee5 fa d9 fa . . . + rst 18h ;1ee8 df . + jp m,lfae5h ;1ee9 fa e5 fa . . . + jp pe,lf0fah ;1eec ea fa f0 . . . + jp m,lfaf5h ;1eef fa f5 fa . . . + ei ;1ef2 fb . + jp m,lfb00h ;1ef3 fa 00 fb . . . + dec b ;1ef6 05 . + ei ;1ef7 fb . + ld a,(bc) ;1ef8 0a . + ei ;1ef9 fb . + rrca ;1efa 0f . + ei ;1efb fb . + inc d ;1efc 14 . + ei ;1efd fb . + add hl,de ;1efe 19 . + ei ;1eff fb . + ld e,0fbh ;1f00 1e fb . . + inc hl ;1f02 23 # + ei ;1f03 fb . + jr z,$-3 ;1f04 28 fb ( . + inc l ;1f06 2c , + ei ;1f07 fb . + ld sp,l35fbh ;1f08 31 fb 35 1 . 5 + ei ;1f0b fb . + ld a,(03efbh) ;1f0c 3a fb 3e : . > + ei ;1f0f fb . + ld b,d ;1f10 42 B + ei ;1f11 fb . + ld b,(hl) ;1f12 46 F + ei ;1f13 fb . + ld c,e ;1f14 4b K + ei ;1f15 fb . + ld c,a ;1f16 4f O + ei ;1f17 fb . + ld d,e ;1f18 53 S + ei ;1f19 fb . + ld d,a ;1f1a 57 W + ei ;1f1b fb . + ld e,e ;1f1c 5b [ + ei ;1f1d fb . + ld e,a ;1f1e 5f _ + ei ;1f1f fb . + ld h,e ;1f20 63 c + ei ;1f21 fb . + ld h,a ;1f22 67 g + ei ;1f23 fb . + ld l,d ;1f24 6a j + ei ;1f25 fb . + ld l,(hl) ;1f26 6e n + ei ;1f27 fb . + ld (hl),d ;1f28 72 r + ei ;1f29 fb . + halt ;1f2a 76 v + ei ;1f2b fb . + ld a,c ;1f2c 79 y + ei ;1f2d fb . + ld a,l ;1f2e 7d } + ei ;1f2f fb . + add a,c ;1f30 81 . + ei ;1f31 fb . + add a,h ;1f32 84 . + ei ;1f33 fb . + add a,a ;1f34 87 . + ei ;1f35 fb . + adc a,e ;1f36 8b . + ei ;1f37 fb . + adc a,(hl) ;1f38 8e . + ei ;1f39 fb . + sub d ;1f3a 92 . + ei ;1f3b fb . + sub l ;1f3c 95 . + ei ;1f3d fb . + sbc a,b ;1f3e 98 . + ei ;1f3f fb . + sbc a,h ;1f40 9c . + ei ;1f41 fb . + sbc a,a ;1f42 9f . + ei ;1f43 fb . + and d ;1f44 a2 . + ei ;1f45 fb . + and l ;1f46 a5 . + ei ;1f47 fb . + xor b ;1f48 a8 . + ei ;1f49 fb . + xor e ;1f4a ab . + ei ;1f4b fb . + xor (hl) ;1f4c ae . + ei ;1f4d fb . + or c ;1f4e b1 . + ei ;1f4f fb . + or h ;1f50 b4 . + ei ;1f51 fb . + or a ;1f52 b7 . + ei ;1f53 fb . + cp d ;1f54 ba . + ei ;1f55 fb . + cp l ;1f56 bd . + ei ;1f57 fb . + ret nz ;1f58 c0 . + ei ;1f59 fb . + jp lc5fbh ;1f5a c3 fb c5 . . . + ei ;1f5d fb . + ret z ;1f5e c8 . + ei ;1f5f fb . + set 7,e ;1f60 cb fb . . + call sub_d0fbh ;1f62 cd fb d0 . . . + ei ;1f65 fb . + out (0fbh),a ;1f66 d3 fb . . + push de ;1f68 d5 . + ei ;1f69 fb . + ret c ;1f6a d8 . + ei ;1f6b fb . + in a,(0fbh) ;1f6c db fb . . + defb 0ddh,0fbh,0e0h ;illegal sequence ;1f6e dd fb e0 . . . + ei ;1f71 fb . + jp po,le5fbh ;1f72 e2 fb e5 . . . + ei ;1f75 fb . + rst 20h ;1f76 e7 . + ei ;1f77 fb . + jp (hl) ;1f78 e9 . + ei ;1f79 fb . + call pe,sub_eefbh ;1f7a ec fb ee . . . + ei ;1f7d fb . + pop af ;1f7e f1 . + ei ;1f7f fb . + di ;1f80 f3 . + ei ;1f81 fb . + push af ;1f82 f5 . + ei ;1f83 fb . + ret m ;1f84 f8 . + ei ;1f85 fb . + jp m,lfcfbh ;1f86 fa fb fc . . . + ei ;1f89 fb . + rst 38h ;1f8a ff . + ei ;1f8b fb . + ld bc,003fch ;1f8c 01 fc 03 . . . + call m,sub_fc05h ;1f8f fc 05 fc . . . + rlca ;1f92 07 . + call m,sub_fc0ah ;1f93 fc 0a fc . . . + inc c ;1f96 0c . + call m,sub_fc0eh ;1f97 fc 0e fc . . . + djnz $-2 ;1f9a 10 fc . . + ld (de),a ;1f9c 12 . + call m,sub_fc14h ;1f9d fc 14 fc . . . +l1fa0h: + ld d,0fch ;1fa0 16 fc . . + jr l1fa0h ;1fa2 18 fc . . + ld a,(de) ;1fa4 1a . + call m,sub_fc1ch ;1fa5 fc 1c fc . . . +l1fa8h: + ld e,0fch ;1fa8 1e fc . . + jr nz,l1fa8h ;1faa 20 fc . + ld (l24fch),hl ;1fac 22 fc 24 " . $ + call m,sub_fc26h ;1faf fc 26 fc . & . + jr z,$-2 ;1fb2 28 fc ( . + ld hl,(l2cfch) ;1fb4 2a fc 2c * . , + call m,sub_fc2eh ;1fb7 fc 2e fc . . . + jr nc,$-2 ;1fba 30 fc 0 . + ld (033fch),a ;1fbc 32 fc 33 2 . 3 + call m,sub_fc35h ;1fbf fc 35 fc . 5 . + scf ;1fc2 37 7 + call m,sub_fc39h ;1fc3 fc 39 fc . 9 . + dec sp ;1fc6 3b ; + call m,sub_fc3ch ;1fc7 fc 3c fc . < . + ld a,0fch ;1fca 3e fc > . + ld b,b ;1fcc 40 @ + call m,sub_fc41h ;1fcd fc 41 fc . A . + ld b,e ;1fd0 43 C + call m,sub_fc45h ;1fd1 fc 45 fc . E . + ld b,(hl) ;1fd4 46 F + call m,sub_fc48h ;1fd5 fc 48 fc . H . + ld c,d ;1fd8 4a J + call m,sub_fc4bh ;1fd9 fc 4b fc . K . + ld c,l ;1fdc 4d M + call m,sub_fc4fh ;1fdd fc 4f fc . O . + ld d,b ;1fe0 50 P + call m,sub_fc52h ;1fe1 fc 52 fc . R . + ld d,e ;1fe4 53 S + call m,sub_fc55h ;1fe5 fc 55 fc . U . + ld d,a ;1fe8 57 W + call m,sub_fc58h ;1fe9 fc 58 fc . X . + ld e,d ;1fec 5a Z + call m,sub_fc5bh ;1fed fc 5b fc . [ . + ld e,l ;1ff0 5d ] + call m,sub_fc5eh ;1ff1 fc 5e fc . ^ . + ld h,b ;1ff4 60 ` + call m,sub_fc61h ;1ff5 fc 61 fc . a . + ld h,e ;1ff8 63 c +l1ff9h: + call m,sub_fc64h ;1ff9 fc 64 fc . d . + ld h,l ;1ffc 65 e + call m,sub_fc67h ;1ffd fc 67 fc . g . +l2000h: + ld l,b ;2000 68 h + call m,sub_fc6ah ;2001 fc 6a fc . j . + ld l,e ;2004 6b k + call m,sub_fc6dh ;2005 fc 6d fc . m . + ld l,(hl) ;2008 6e n + call m,sub_fc6fh ;2009 fc 6f fc . o . + ld (hl),c ;200c 71 q + call m,sub_fc72h ;200d fc 72 fc . r . + ld (hl),h ;2010 74 t + call m,sub_fc75h ;2011 fc 75 fc . u . + halt ;2014 76 v + call m,sub_fc78h ;2015 fc 78 fc . x . + ld a,c ;2018 79 y + call m,sub_fc7ah ;2019 fc 7a fc . z . + ld a,e ;201c 7b { + call m,sub_fc7dh ;201d fc 7d fc . } . + ld a,(hl) ;2020 7e ~ + call m,sub_fc7fh ;2021 fc 7f fc .  . + add a,b ;2024 80 . + call m,sub_fc82h ;2025 fc 82 fc . . . + add a,e ;2028 83 . + call m,sub_fc84h ;2029 fc 84 fc . . . + add a,l ;202c 85 . + call m,sub_fc87h ;202d fc 87 fc . . . + adc a,b ;2030 88 . + call m,sub_fc89h ;2031 fc 89 fc . . . + adc a,d ;2034 8a . + call m,sub_fc8ch ;2035 fc 8c fc . . . + adc a,l ;2038 8d . + call m,sub_fc8eh ;2039 fc 8e fc . . . + adc a,a ;203c 8f . + call m,sub_fc90h ;203d fc 90 fc . . . + sub c ;2040 91 . + call m,sub_fc93h ;2041 fc 93 fc . . . + sub h ;2044 94 . + call m,sub_fc95h ;2045 fc 95 fc . . . + sub (hl) ;2048 96 . + call m,sub_fc97h ;2049 fc 97 fc . . . + sbc a,b ;204c 98 . + call m,sub_fc99h ;204d fc 99 fc . . . + sbc a,d ;2050 9a . + call m,sub_fc9ch ;2051 fc 9c fc . . . + sbc a,l ;2054 9d . + call m,sub_fc9eh ;2055 fc 9e fc . . . + sbc a,a ;2058 9f . + call m,sub_fca0h ;2059 fc a0 fc . . . + and c ;205c a1 . + call m,sub_fca2h ;205d fc a2 fc . . . + and e ;2060 a3 . + call m,sub_fca4h ;2061 fc a4 fc . . . + and l ;2064 a5 . + call m,sub_fca6h ;2065 fc a6 fc . . . + and a ;2068 a7 . + call m,sub_fca8h ;2069 fc a8 fc . . . + xor c ;206c a9 . + call m,sub_fcabh ;206d fc ab fc . . . + xor h ;2070 ac . + call m,sub_fcadh ;2071 fc ad fc . . . + xor (hl) ;2074 ae . + call m,sub_fcafh ;2075 fc af fc . . . + or b ;2078 b0 . + call m,sub_fcb1h ;2079 fc b1 fc . . . + or d ;207c b2 . + call m,sub_fcb3h ;207d fc b3 fc . . . + or h ;2080 b4 . + call m,sub_fcb4h ;2081 fc b4 fc . . . + or l ;2084 b5 . + call m,sub_fcb6h ;2085 fc b6 fc . . . + or a ;2088 b7 . + call m,sub_fcb8h ;2089 fc b8 fc . . . + cp c ;208c b9 . + call m,sub_fcbah ;208d fc ba fc . . . + cp e ;2090 bb . + call m,sub_fcbch ;2091 fc bc fc . . . + cp l ;2094 bd . + call m,sub_fcbeh ;2095 fc be fc . . . + cp a ;2098 bf . + call m,sub_fcc0h ;2099 fc c0 fc . . . + pop bc ;209c c1 . + call m,sub_fcc2h ;209d fc c2 fc . . . + jp lc4fch ;20a0 c3 fc c4 . . . + call m,sub_fcc5h ;20a3 fc c5 fc . . . + push bc ;20a6 c5 . + call m,sub_fcc6h ;20a7 fc c6 fc . . . + rst 0 ;20aa c7 . + call m,sub_fcc8h ;20ab fc c8 fc . . . + ret ;20ae c9 . + call m,sub_fccah ;20af fc ca fc . . . + set 7,h ;20b2 cb fc . . + call z,sub_ccfch ;20b4 cc fc cc . . . + call m,sub_fccdh ;20b7 fc cd fc . . . + adc a,0fch ;20ba ce fc . . + rst 8 ;20bc cf . + call m,sub_fcd0h ;20bd fc d0 fc . . . + pop de ;20c0 d1 . + call m,sub_fcd2h ;20c1 fc d2 fc . . . + jp nc,ld3fch ;20c4 d2 fc d3 . . . + call m,sub_fcd4h ;20c7 fc d4 fc . . . + push de ;20ca d5 . + call m,sub_fcd6h ;20cb fc d6 fc . . . + rst 10h ;20ce d7 . + call m,sub_fcd7h ;20cf fc d7 fc . . . + ret c ;20d2 d8 . + call m,sub_fcd9h ;20d3 fc d9 fc . . . + jp c,ldbfch ;20d6 da fc db . . . + call m,sub_fcdbh ;20d9 fc db fc . . . + call c,0ddfch ;20dc dc fc dd . . . + call m,sub_fcdeh ;20df fc de fc . . . + rst 18h ;20e2 df . + call m,sub_fcdfh ;20e3 fc df fc . . . + ret po ;20e6 e0 . + call m,sub_fce1h ;20e7 fc e1 fc . . . + jp po,le3fch ;20ea e2 fc e3 . . . + call m,sub_fce3h ;20ed fc e3 fc . . . + call po,sub_e5fch ;20f0 e4 fc e5 . . . + call m,sub_fce6h ;20f3 fc e6 fc . . . + and 0fch ;20f6 e6 fc . . + rst 20h ;20f8 e7 . + call m,sub_fce8h ;20f9 fc e8 fc . . . + jp (hl) ;20fc e9 . + call m,sub_fce9h ;20fd fc e9 fc . . . + jp pe,lebfch ;2100 ea fc eb . . . + call m,sub_fcech ;2103 fc ec fc . . . + call pe,0edfch ;2106 ec fc ed . . . + call m,sub_fceeh ;2109 fc ee fc . . . + xor 0fch ;210c ee fc . . + rst 28h ;210e ef . + call m,sub_fcf0h ;210f fc f0 fc . . . + pop af ;2112 f1 . + call m,sub_fcf1h ;2113 fc f1 fc . . . + jp p,lf3fch ;2116 f2 fc f3 . . . +l2119h: + call m,sub_fcf3h ;2119 fc f3 fc . . . + call p,sub_f5fch ;211c f4 fc f5 . . . + call m,sub_fcf6h ;211f fc f6 fc . . . + or 0fch ;2122 f6 fc . . + rst 30h ;2124 f7 . + call m,sub_fcf8h ;2125 fc f8 fc . . . + ret m ;2128 f8 . + call m,lfcf9h ;2129 fc f9 fc . . . + jp m,lfafch ;212c fa fc fa . . . + call m,lfcfbh ;212f fc fb fc . . . + call m,sub_fcfch ;2132 fc fc fc . . . + call m,sub_fcfdh ;2135 fc fd fc . . . + cp 0fch ;2138 fe fc . . + cp 0fch ;213a fe fc . . + rst 38h ;213c ff . + call m,sub_fd00h ;213d fc 00 fd . . . + nop ;2140 00 . + defb 0fdh,001h,0fdh ;illegal sequence ;2141 fd 01 fd . . . + ld (bc),a ;2144 02 . + defb 0fdh,002h,0fdh ;illegal sequence ;2145 fd 02 fd . . . + inc bc ;2148 03 . + defb 0fdh,004h,0fdh ;illegal sequence ;2149 fd 04 fd . . . + inc b ;214c 04 . + defb 0fdh,005h,0fdh ;illegal sequence ;214d fd 05 fd . . . + ld b,0fdh ;2150 06 fd . . + ld b,0fdh ;2152 06 fd . . + rlca ;2154 07 . + defb 0fdh,008h,0fdh ;illegal sequence ;2155 fd 08 fd . . . + ex af,af' ;2158 08 . + add iy,bc ;2159 fd 09 . . + defb 0fdh,00ah,0fdh ;illegal sequence ;215b fd 0a fd . . . + ld a,(bc) ;215e 0a . + defb 0fdh,00bh,0fdh ;illegal sequence ;215f fd 0b fd . . . + dec bc ;2162 0b . + defb 0fdh,00ch,0fdh ;illegal sequence ;2163 fd 0c fd . . . + dec c ;2166 0d . + defb 0fdh,00dh,0fdh ;illegal sequence ;2167 fd 0d fd . . . + ld c,0fdh ;216a 0e fd . . + rrca ;216c 0f . + defb 0fdh,00fh,0fdh ;illegal sequence ;216d fd 0f fd . . . + djnz $-1 ;2170 10 fd . . + djnz $-1 ;2172 10 fd . . + ld de,012fdh ;2174 11 fd 12 . . . + defb 0fdh,012h,0fdh ;illegal sequence ;2177 fd 12 fd . . . + inc de ;217a 13 . + defb 0fdh,014h,0fdh ;illegal sequence ;217b fd 14 fd . . . + inc d ;217e 14 . + defb 0fdh,015h,0fdh ;illegal sequence ;217f fd 15 fd . . . + dec d ;2182 15 . + defb 0fdh,016h,0fdh ;illegal sequence ;2183 fd 16 fd . . . + rla ;2186 17 . + defb 0fdh,017h,0fdh ;illegal sequence ;2187 fd 17 fd . . . + jr $-1 ;218a 18 fd . . + jr $-1 ;218c 18 fd . . + add hl,de ;218e 19 . + defb 0fdh,01ah,0fdh ;illegal sequence ;218f fd 1a fd . . . + ld a,(de) ;2192 1a . + defb 0fdh,01bh,0fdh ;illegal sequence ;2193 fd 1b fd . . . +l2196h: + dec de ;2196 1b . + defb 0fdh,01ch,0fdh ;illegal sequence ;2197 fd 1c fd . . . + dec e ;219a 1d . + defb 0fdh,01dh,0fdh ;illegal sequence ;219b fd 1d fd . . . + ld e,0fdh ;219e 1e fd . . + ld e,0fdh ;21a0 1e fd . . + rra ;21a2 1f . + defb 0fdh,020h,0fdh ;illegal sequence ;21a3 fd 20 fd . . + jr nz,$-1 ;21a6 20 fd . + ld hl,021fdh ;21a8 21 fd 21 ! . ! + ld (l23fdh),iy ;21ab fd 22 fd 23 . " . # + inc iy ;21af fd 23 . # + defb 0fdh,024h,0fdh ;illegal sequence ;21b1 fd 24 fd . $ . + inc h ;21b4 24 $ + defb 0fdh,024h,0fdh ;illegal sequence ;21b5 fd 24 fd . $ . + dec h ;21b8 25 % + defb 0fdh,025h,0fdh ;illegal sequence ;21b9 fd 25 fd . % . + ld h,0fdh ;21bc 26 fd & . + daa ;21be 27 ' + defb 0fdh,027h,0fdh ;illegal sequence ;21bf fd 27 fd . ' . + jr z,$-1 ;21c2 28 fd ( . + jr z,$-1 ;21c4 28 fd ( . + add hl,hl ;21c6 29 ) + add iy,iy ;21c7 fd 29 . ) + ld iy,(l2afdh) ;21c9 fd 2a fd 2a . * . * + dec iy ;21cd fd 2b . + + dec iy ;21cf fd 2b . + + defb 0fdh,02ch,0fdh ;illegal sequence ;21d1 fd 2c fd . , . + dec l ;21d4 2d - + defb 0fdh,02dh,0fdh ;illegal sequence ;21d5 fd 2d fd . - . + ld l,0fdh ;21d8 2e fd . . + ld l,0fdh ;21da 2e fd . . + cpl ;21dc 2f / + defb 0fdh,02fh,0fdh ;illegal sequence ;21dd fd 2f fd . / . + cpl ;21e0 2f / + defb 0fdh,030h,0fdh ;illegal sequence ;21e1 fd 30 fd . 0 . + jr nc,$-1 ;21e4 30 fd 0 . + ld sp,l31fdh ;21e6 31 fd 31 1 . 1 + defb 0fdh,032h,0fdh ;illegal sequence ;21e9 fd 32 fd . 2 . + ld (l33fdh),a ;21ec 32 fd 33 2 . 3 + defb 0fdh,033h,0fdh ;illegal sequence ;21ef fd 33 fd . 3 . + inc sp ;21f2 33 3 + inc (iy-003h) ;21f3 fd 34 fd . 4 . + inc (hl) ;21f6 34 4 + dec (iy-003h) ;21f7 fd 35 fd . 5 . + dec (hl) ;21fa 35 5 + dec (iy-003h) ;21fb fd 35 fd . 5 . + ld (hl),0fdh ;21fe 36 fd 6 . + ld c,e ;2200 4b K + xor h ;2201 ac . +l2202h: + ld c,e ;2202 4b K + xor h ;2203 ac . + ld c,e ;2204 4b K + xor h ;2205 ac . + ld c,e ;2206 4b K + xor h ;2207 ac . + ld c,e ;2208 4b K + xor h ;2209 ac . + and e ;220a a3 . + or l ;220b b5 . + ld a,(l57c1h) ;220c 3a c1 57 : . W + push bc ;220f c5 . + ld h,h ;2210 64 d + jp 0ac4bh ;2211 c3 4b ac . K . + ld c,e ;2214 4b K + xor h ;2215 ac . + ld a,(l68b6h) ;2216 3a b6 68 : . h + push bc ;2219 c5 . + rst 28h ;221a ef . + adc a,053h ;221b ce 53 . S + call nc,sub_d74ch ;221d d4 4c d7 . L . +l2220h: + or d ;2220 b2 . + ret c ;2221 d8 . +l2222h: + rst 18h ;2222 df . + ret c ;2223 d8 . + ld c,e ;2224 4b K + xor h ;2225 ac . + ld c,e ;2226 4b K + xor h ;2227 ac . + ld e,l ;2228 5d ] + or (hl) ;2229 b6 . + ld h,h ;222a 64 d +l222bh: + add a,001h ;222b c6 01 . . + pop de ;222d d1 . + ld a,a ;222e 7f  + rst 10h ;222f d7 . + xor b ;2230 a8 . + in a,(06eh) ;2231 db 6e . n + sbc a,04eh ;2233 de 4e . N + ret po ;2235 e0 . + adc a,h ;2236 8c . + pop hl ;2237 e1 . + ld c,(hl) ;2238 4e N + jp po,le2a9h ;2239 e2 a9 e2 . . . + xor b ;223c a8 . + jp po,0ac4bh ;223d e2 4b ac . K . + ld c,e ;2240 4b K + xor h ;2241 ac . + ld l,l ;2242 6d m + or (hl) ;2243 b6 . + push de ;2244 d5 . + add a,0e7h ;2245 c6 e7 . . + pop de ;2247 d1 . + rst 8 ;2248 cf . + ret c ;2249 d8 . + ld e,h ;224a 5c \ + defb 0ddh,087h,0e0h ;illegal sequence ;224b dd 87 e0 . . . + jp nc,l87e2h ;224e d2 e2 87 . . . + call po,sub_e5cfh ;2251 e4 cf e5 . . . + rst 0 ;2254 c7 . + and 07fh ;2255 e6 7f .  + rst 20h ;2257 e7 . + ld (bc),a ;2258 02 . + ret pe ;2259 e8 . + ld e,b ;225a 58 X + ret pe ;225b e8 . +l225ch: + add a,(hl) ;225c 86 . +l225dh: + ret pe ;225d e8 . + adc a,a ;225e 8f . + ret pe ;225f e8 . + ld c,e ;2260 4b K + xor h ;2261 ac . + ld c,e ;2262 4b K + xor h ;2263 ac . + halt ;2264 76 v + or (hl) ;2265 b6 . + inc d ;2266 14 . + rst 0 ;2267 c7 . + ld h,a ;2268 67 g + jp nc,ld986h ;2269 d2 86 d9 . . . + ld b,h ;226c 44 D + sbc a,09ch ;226d de 9c . . + pop hl ;226f e1 . + dec d ;2270 15 . + call po,sub_e5f7h ;2271 e4 f7 e5 . . . + ld (hl),b ;2274 70 p + rst 20h ;2275 e7 . + sbc a,e ;2276 9b . + ret pe ;2277 e8 . + adc a,e ;2278 8b . + jp (hl) ;2279 e9 . + ld c,l ;227a 4d M + jp pe,leae9h ;227b ea e9 ea . . . + ld h,l ;227e 65 e + ex de,hl ;227f eb . + rst 0 ;2280 c7 . + ex de,hl ;2281 eb . + ld de,046ech ;2282 11 ec 46 . . F + call pe,0ec68h ;2285 ec 68 ec . h . +l2288h: + ld (hl),a ;2288 77 w + call pe,0ec74h ;2289 ec 74 ec . t . + ld c,e ;228c 4b K + xor h ;228d ac . + ld c,e ;228e 4b K +l228fh: + xor h ;228f ac . + ld a,h ;2290 7c | + or (hl) ;2291 b6 . + dec a ;2292 3d = + rst 0 ;2293 c7 . + cp b ;2294 b8 . + jp nc,0d9f9h ;2295 d2 f9 d9 . . . + out (0deh),a ;2298 d3 de . . + ld b,l ;229a 45 E + jp po,le4d6h ;229b e2 d6 e4 . . . + ret nc ;229e d0 . + and 060h ;229f e6 60 . ` + ret pe ;22a1 e8 . + and e ;22a2 a3 . + jp (hl) ;22a3 e9 . + xor h ;22a4 ac . + jp pe,leb88h ;22a5 ea 88 eb . . . + ld b,b ;22a8 40 @ + call pe,0ecdbh ;22a9 ec db ec . . . + ld e,l ;22ac 5d ] + defb 0edh;next byte illegal after ed ;22ad ed . + set 5,l ;22ae cb ed . . + daa ;22b0 27 ' + xor 074h ;22b1 ee 74 . t + xor 0b2h ;22b3 ee b2 . . + xor 0e5h ;22b5 ee e5 . . + xor 00bh ;22b7 ee 0b . . + rst 28h ;22b9 ef . + jr z,$-15 ;22ba 28 ef ( . + ld a,(l42efh) ;22bc 3a ef 42 : . B + rst 28h ;22bf ef . + ld b,b ;22c0 40 @ +l22c1h: + rst 28h ;22c1 ef . + ld c,e ;22c2 4b K + xor h ;22c3 ac . + ld c,e ;22c4 4b K + xor h ;22c5 ac . + add a,b ;22c6 80 . + or (hl) ;22c7 b6 . + ld e,d ;22c8 5a Z + rst 0 ;22c9 c7 . + pop af ;22ca f1 . + jp nc,lda48h ;22cb d2 48 da . H . + dec (hl) ;22ce 35 5 + rst 18h ;22cf df . + or a ;22d0 b7 . + jp po,le556h ;22d1 e2 56 e5 . V . + ld e,(hl) ;22d4 5e ^ + rst 20h ;22d5 e7 . + call m,04ce8h ;22d6 fc e8 4c . . L + jp pe,0eb63h ;22d9 ea 63 eb . c . + ld c,l ;22dc 4d M + call pe,0ed13h ;22dd ec 13 ed . . . + cp l ;22e0 bd . + ld r,a ;22e1 ed 4f . O + xor 0ceh ;22e3 ee ce . . + xor 03bh ;22e5 ee 3b . ; + rst 28h ;22e7 ef . + sbc a,e ;22e8 9b . + rst 28h ;22e9 ef . + defb 0edh;next byte illegal after ed ;22ea ed . + rst 28h ;22eb ef . + dec (hl) ;22ec 35 5 + ret p ;22ed f0 . + ld (hl),e ;22ee 73 s + ret p ;22ef f0 . + xor c ;22f0 a9 . + ret p ;22f1 f0 . + sub 0f0h ;22f2 d6 f0 . . + call m,sub_1bf0h ;22f4 fc f0 1b . . . + pop af ;22f7 f1 . + inc sp ;22f8 33 3 + pop af ;22f9 f1 . + ld b,(hl) ;22fa 46 F + pop af ;22fb f1 . +l22fch: + ld d,d ;22fc 52 R +l22fdh: + pop af ;22fd f1 . +l22feh: + ld e,c ;22fe 59 Y + pop af ;22ff f1 . + ld e,d ;2300 5a Z + pop af ;2301 f1 . + ld c,e ;2302 4b K + xor h ;2303 ac . + ld c,e ;2304 4b K + xor h ;2305 ac . + add a,e ;2306 83 . + or (hl) ;2307 b6 . + ld l,a ;2308 6f o + rst 0 ;2309 c7 . + ld a,(de) ;230a 1a . +l230bh: + out (082h),a ;230b d3 82 . . + jp c,ldf7ch ;230d da 7c df . | . + add hl,bc ;2310 09 . + ex (sp),hl ;2311 e3 . + or d ;2312 b2 . + push hl ;2313 e5 . + jp sub_69e6h+1 ;2314 c3 e7 69 . . i + jp (hl) ;2317 e9 . + jp nz,0e1eah ;2318 c2 ea e1 . . . + ex de,hl ;231b eb . + call nc,sub_a3ech ;231c d4 ec a3 . . . + defb 0edh;next byte illegal after ed ;231f ed . + ld d,l ;2320 55 U + xor 0f0h ;2321 ee f0 . . + xor 077h ;2323 ee 77 . w + rst 28h ;2325 ef . + rst 28h ;2326 ef . + rst 28h ;2327 ef . + ld e,b ;2328 58 X + ret p ;2329 f0 . + or l ;232a b5 . + ret p ;232b f0 . + ex af,af' ;232c 08 . + pop af ;232d f1 . + ld d,d ;232e 52 R + pop af ;232f f1 . + sub e ;2330 93 . + pop af ;2331 f1 . + call 001f1h ;2332 cd f1 01 . . . + jp p,0f22eh ;2335 f2 2e f2 . . . + ld d,(hl) ;2338 56 V + jp p,lf279h ;2339 f2 79 f2 . y . + sbc a,b ;233c 98 . + jp p,lf2b2h ;233d f2 b2 f2 . . . + rst 0 ;2340 c7 . + jp p,lf2d9h ;2341 f2 d9 f2 . . . + rst 20h ;2344 e7 . + jp p,lf2f1h ;2345 f2 f1 f2 . . . + rst 30h ;2348 f7 . + jp p,0f2fah ;2349 f2 fa f2 . . . + jp m,04bf2h ;234c fa f2 4b . . K + xor h ;234f ac . + ld c,e ;2350 4b K + xor h ;2351 ac . + add a,(hl) ;2352 86 . + or (hl) ;2353 b6 . + ld a,a ;2354 7f  + rst 0 ;2355 c7 . + ld a,(0aed3h) ;2356 3a d3 ae : . . + jp c,ldfb2h ;2359 da b2 df . . . + ld b,a ;235c 47 G + ex (sp),hl ;235d e3 . + rst 30h ;235e f7 . + push hl ;235f e5 . + ld c,0e8h ;2360 0e e8 . . + cp d ;2362 ba . + jp (hl) ;2363 e9 . + add hl,de ;2364 19 . + ex de,hl ;2365 eb . + ld a,0ech ;2366 3e ec > . + dec (hl) ;2368 35 5 + defb 0edh;next byte illegal after ed ;2369 ed . + ld a,(bc) ;236a 0a . + xor 0c2h ;236b ee c2 . . + xor 062h ;236d ee 62 . b + rst 28h ;236f ef . + ret p ;2370 f0 . + rst 28h ;2371 ef . + ld l,l ;2372 6d m + ret p ;2373 f0 . + call c,sub_3fefh+1 ;2374 dc f0 3f . . ? + pop af ;2377 f1 . + sbc a,b ;2378 98 . + pop af ;2379 f1 . + jp (hl) ;237a e9 . + pop af ;237b f1 . + ld sp,072f2h ;237c 31 f2 72 1 . r + jp p,0f2adh ;237f f2 ad f2 . . . + ex (sp),hl ;2382 e3 . + jp p,0f313h ;2383 f2 13 f3 . . . + ccf ;2386 3f ? + di ;2387 f3 . + ld h,(hl) ;2388 66 f + di ;2389 f3 . + adc a,c ;238a 89 . + di ;238b f3 . + xor c ;238c a9 . + di ;238d f3 . + add a,0f3h ;238e c6 f3 . . + rst 18h ;2390 df . + di ;2391 f3 . + push af ;2392 f5 . + di ;2393 f3 . + ex af,af' ;2394 08 . + call p,0f419h ;2395 f4 19 f4 . . . + daa ;2398 27 ' + call p,lf432h ;2399 f4 32 f4 . 2 . + dec sp ;239c 3b ; + call p,sub_f442h ;239d f4 42 f4 . B . + ld b,(hl) ;23a0 46 F + call p,sub_f448h ;23a1 f4 48 f4 . H . + ld b,a ;23a4 47 G + call p,0ac4bh ;23a5 f4 4b ac . K . + ld c,e ;23a8 4b K + xor h ;23a9 ac . + add a,a ;23aa 87 . + or (hl) ;23ab b6 . + adc a,h ;23ac 8c . + rst 0 ;23ad c7 . + ld d,e ;23ae 53 S + out (0d1h),a ;23af d3 d1 . . + jp c,ldfdch ;23b1 da dc df . . . + ld (hl),a ;23b4 77 w + ex (sp),hl ;23b5 e3 . + inc l ;23b6 2c , + and 048h ;23b7 e6 48 . H + ret pe ;23b9 e8 . + ld sp,hl ;23ba f9 . + jp (hl) ;23bb e9 . + ld e,h ;23bc 5c \ + ex de,hl ;23bd eb . + add a,h ;23be 84 . + call pe,0ed80h ;23bf ec 80 ed . . . + ld e,b ;23c2 58 X + xor 014h ;23c3 ee 14 . . + rst 28h ;23c5 ef . + cp b ;23c6 b8 . + rst 28h ;23c7 ef . + ld c,c ;23c8 49 I + ret p ;23c9 f0 . + jp z,l3df0h ;23ca ca f0 3d . . = +l23cdh: + pop af ;23cd f1 . + and h ;23ce a4 . + pop af ;23cf f1 . + ld (bc),a ;23d0 02 . + jp p,lf256h ;23d1 f2 56 f2 . V . + and e ;23d4 a3 . + jp p,lf2e8h ;23d5 f2 e8 f2 . . . + jr z,l23cdh ;23d8 28 f3 ( . + ld h,d ;23da 62 b + di ;23db f3 . + sub a ;23dc 97 . + di ;23dd f3 . + ret z ;23de c8 . + di ;23df f3 . + push af ;23e0 f5 . + di ;23e1 f3 . + ld e,0f4h ;23e2 1e f4 . . + ld b,e ;23e4 43 C + call p,sub_f465h ;23e5 f4 65 f4 . e . + add a,l ;23e8 85 . + call p,sub_f4a0h+2 ;23e9 f4 a2 f4 . . . + cp h ;23ec bc . + call p,lf4d3h ;23ed f4 d3 f4 . . . + jp (hl) ;23f0 e9 . + call p,0f4fch ;23f1 f4 fc f4 . . . + dec c ;23f4 0d . + push af ;23f5 f5 . + dec e ;23f6 1d . + push af ;23f7 f5 . + ld hl,(l36f5h) ;23f8 2a f5 36 * . 6 + push af ;23fb f5 . +l23fch: + ld b,b ;23fc 40 @ +l23fdh: + push af ;23fd f5 . + ld c,b ;23fe 48 H +l23ffh: + push af ;23ff f5 . + ld c,a ;2400 4f O + push af ;2401 f5 . + ld d,e ;2402 53 S + push af ;2403 f5 . + ld d,a ;2404 57 W + push af ;2405 f5 . + ld e,b ;2406 58 X + push af ;2407 f5 . + ld e,c ;2408 59 Y + push af ;2409 f5 . + ld c,e ;240a 4b K + xor h ;240b ac . + ld c,e ;240c 4b K + xor h ;240d ac . + adc a,c ;240e 89 . + or (hl) ;240f b6 . + sub (hl) ;2410 96 . + rst 0 ;2411 c7 . + ld l,b ;2412 68 h + out (0edh),a ;2413 d3 ed . . + jp c,ldffdh ;2415 da fd df . . . + sbc a,(hl) ;2418 9e . + ex (sp),hl ;2419 e3 . + ld d,a ;241a 57 W + and 076h ;241b e6 76 . v + ret pe ;241d e8 . + ld hl,(l90eah) ;241e 2a ea 90 * . . + ex de,hl ;2421 eb . + cp h ;2422 bc . +l2423h: + call pe,0edbah ;2423 ec ba ed . . . + sub l ;2426 95 . + xor 053h ;2427 ee 53 . S + rst 28h ;2429 ef . + jp m,08eefh ;242a fa ef 8e . . . + ret p ;242d f0 . + ld (de),a ;242e 12 . + pop af ;242f f1 . + adc a,b ;2430 88 . + pop af ;2431 f1 . + jp p,l52f1h ;2432 f2 f1 52 . . R + jp p,0f2a9h ;2435 f2 a9 f2 . . . + ret m ;2438 f8 . + jp p,lf341h ;2439 f2 41 f3 . A . + add a,h ;243c 84 . + di ;243d f3 . + pop bc ;243e c1 . + di ;243f f3 . + ld sp,hl ;2440 f9 . + di ;2441 f3 . + dec l ;2442 2d - + call p,sub_f45dh ;2443 f4 5d f4 . ] . + adc a,d ;2446 8a . + call p,sub_f4b2h+1 ;2447 f4 b3 f4 . . . + exx ;244a d9 . + call p,0f4fch ;244b f4 fc f4 . . . + dec e ;244e 1d . + push af ;244f f5 . + dec sp ;2450 3b ; + push af ;2451 f5 . + ld d,a ;2452 57 W + push af ;2453 f5 . + ld (hl),c ;2454 71 q + push af ;2455 f5 . + adc a,c ;2456 89 . + push af ;2457 f5 . + sbc a,a ;2458 9f . + push af ;2459 f5 . + or e ;245a b3 . + push af ;245b f5 . + push bc ;245c c5 . + push af ;245d f5 . + rst 10h ;245e d7 . + push af ;245f f5 . + and 0f5h ;2460 e6 f5 . . + call p,sub_01f5h ;2462 f4 f5 01 . . . + or 00ch ;2465 f6 0c . . + or 016h ;2467 f6 16 . . + or 01fh ;2469 f6 1f . . + or 027h ;246b f6 27 . ' + or 02dh ;246d f6 2d . - + or 032h ;246f f6 32 . 2 + or 036h ;2471 f6 36 . 6 + or 039h ;2473 f6 39 . 9 + or 03bh ;2475 f6 3b . ; + or 03ch ;2477 f6 3c . < + or 03ch ;2479 f6 3c . < + or 04bh ;247b f6 4b . K + xor h ;247d ac . + ld c,e ;247e 4b K + xor h ;247f ac . + adc a,d ;2480 8a . + or (hl) ;2481 b6 . + sbc a,a ;2482 9f . + rst 0 ;2483 c7 . + ld a,b ;2484 78 x + out (004h),a ;2485 d3 04 . . + in a,(019h) ;2487 db 19 . . + ret po ;2489 e0 . + cp l ;248a bd . + ex (sp),hl ;248b e3 . + ld a,d ;248c 7a z + and 09ch ;248d e6 9c . . + ret pe ;248f e8 . + ld d,d ;2490 52 R + jp pe,lebbbh ;2491 ea bb eb . . . + jp (hl) ;2494 e9 . + call pe,sub_ede9h ;2495 ec e9 ed . . . + add a,0eeh ;2498 c6 ee . . + add a,(hl) ;249a 86 . + rst 28h ;249b ef . + jr nc,$-14 ;249c 30 f0 0 . + push bc ;249e c5 . + ret p ;249f f0 . + ld c,e ;24a0 4b K + pop af ;24a1 f1 . + jp 02ff1h ;24a2 c3 f1 2f . . / + jp p,lf291h ;24a5 f2 91 f2 . . . + jp pe,l3cf2h ;24a8 ea f2 3c . . < + di ;24ab f3 . + add a,(hl) ;24ac 86 . + di ;24ad f3 . + set 6,e ;24ae cb f3 . . + ld a,(bc) ;24b0 0a . + call p,lf443h+2 ;24b1 f4 45 f4 . E . + ld a,e ;24b4 7b { + call p,sub_f4adh ;24b5 f4 ad f4 . . . + call c,l07f4h ;24b8 dc f4 07 . . . + push af ;24bb f5 . + jr nc,$-9 ;24bc 30 f5 0 . + ld d,(hl) ;24be 56 V + push af ;24bf f5 . + ld a,c ;24c0 79 y + push af ;24c1 f5 . + sbc a,d ;24c2 9a . + push af ;24c3 f5 . + cp b ;24c4 b8 . + push af ;24c5 f5 . + push de ;24c6 d5 . + push af ;24c7 f5 . + ret p ;24c8 f0 . + push af ;24c9 f5 . + add hl,bc ;24ca 09 . + or 020h ;24cb f6 20 . + or 036h ;24cd f6 36 . 6 + or 04bh ;24cf f6 4b . K + or 05eh ;24d1 f6 5e . ^ + or 06fh ;24d3 f6 6f . o + or 080h ;24d5 f6 80 . . + or 08fh ;24d7 f6 8f . . + or 09dh ;24d9 f6 9d . . + or 0aah ;24db f6 aa . . + or 0b6h ;24dd f6 b6 . . + or 0c0h ;24df f6 c0 . . + or 0cah ;24e1 f6 ca . . + or 0d3h ;24e3 f6 d3 . . + or 0dbh ;24e5 f6 db . . + or 0e2h ;24e7 f6 e2 . . + or 0e9h ;24e9 f6 e9 . . + or 0eeh ;24eb f6 ee . . + or 0f2h ;24ed f6 f2 . . + or 0f6h ;24ef f6 f6 . . + or 0f9h ;24f1 f6 f9 . . + or 0fbh ;24f3 f6 fb . . + or 0fch ;24f5 f6 fc . . + or 0fch ;24f7 f6 fc . . + or 04bh ;24f9 f6 4b . K + xor h ;24fb ac . +l24fch: + ld c,e ;24fc 4b K + xor h ;24fd ac . + adc a,e ;24fe 8b . + or (hl) ;24ff b6 . + and (hl) ;2500 a6 . + rst 0 ;2501 c7 . + add a,a ;2502 87 . + out (017h),a ;2503 d3 17 . . + in a,(031h) ;2505 db 31 . 1 + ret po ;2507 e0 . + ret c ;2508 d8 . + ex (sp),hl ;2509 e3 . + sub a ;250a 97 . + and 0bbh ;250b e6 bb . . + ret pe ;250d e8 . + ld (hl),h ;250e 74 t + jp pe,lebdeh ;250f ea de eb . . . + ld c,0edh ;2512 0e ed . . + djnz $-16 ;2514 10 ee . . + xor 0eeh ;2516 ee ee . . + or b ;2518 b0 . + rst 28h ;2519 ef . + ld e,e ;251a 5b [ + ret p ;251b f0 . + jp p,l79f0h ;251c f2 f0 79 . . y + pop af ;251f f1 . + di ;2520 f3 . + pop af ;2521 f1 . + ld h,b ;2522 60 ` + jp p,0f2c4h ;2523 f2 c4 f2 . . . + ld e,0f3h ;2526 1e f3 . . + ld (hl),c ;2528 71 q + di ;2529 f3 . + cp (hl) ;252a be . + di ;252b f3 . + inc b ;252c 04 . + call p,lf443h+2 ;252d f4 45 f4 . E . + add a,c ;2530 81 . + call p,0f4b9h ;2531 f4 b9 f4 . . . + call pe,sub_1df4h ;2534 ec f4 1d . . . + push af ;2537 f5 . + ld c,d ;2538 4a J + push af ;2539 f5 . + ld (hl),h ;253a 74 t + push af ;253b f5 . + sbc a,h ;253c 9c . + push af ;253d f5 . + pop bc ;253e c1 . + push af ;253f f5 . + ex (sp),hl ;2540 e3 . + push af ;2541 f5 . + inc b ;2542 04 . + or 022h ;2543 f6 22 . " + or 03fh ;2545 f6 3f . ? + or 05ah ;2547 f6 5a . Z + or 074h ;2549 f6 74 . t + or 08ch ;254b f6 8c . . + or 0a2h ;254d f6 a2 . . + or 0b7h ;254f f6 b7 . . + or 0cbh ;2551 f6 cb . . +l2553h: + or 0deh ;2553 f6 de . . + or 0f0h ;2555 f6 f0 . . + or 000h ;2557 f6 00 . . + rst 30h ;2559 f7 . + djnz l2553h ;255a 10 f7 . . + rra ;255c 1f . + rst 30h ;255d f7 . + inc l ;255e 2c , + rst 30h ;255f f7 . + add hl,sp ;2560 39 9 + rst 30h ;2561 f7 . + ld b,l ;2562 45 E + rst 30h ;2563 f7 . + ld d,b ;2564 50 P + rst 30h ;2565 f7 . + ld e,d ;2566 5a Z + rst 30h ;2567 f7 . + ld h,h ;2568 64 d + rst 30h ;2569 f7 . + ld l,h ;256a 6c l + rst 30h ;256b f7 . + ld (hl),h ;256c 74 t + rst 30h ;256d f7 . + ld a,h ;256e 7c | + rst 30h ;256f f7 . + add a,d ;2570 82 . + rst 30h ;2571 f7 . + adc a,b ;2572 88 . + rst 30h ;2573 f7 . + adc a,l ;2574 8d . + rst 30h ;2575 f7 . + sub d ;2576 92 . + rst 30h ;2577 f7 . + sub (hl) ;2578 96 . + rst 30h ;2579 f7 . + sbc a,c ;257a 99 . + rst 30h ;257b f7 . + sbc a,h ;257c 9c . + rst 30h ;257d f7 . + sbc a,(hl) ;257e 9e . + rst 30h ;257f f7 . + and b ;2580 a0 . + rst 30h ;2581 f7 . + and c ;2582 a1 . + rst 30h ;2583 f7 . + and c ;2584 a1 . + rst 30h ;2585 f7 . + and c ;2586 a1 . + rst 30h ;2587 f7 . + ld c,e ;2588 4b K + xor h ;2589 ac . + ld c,e ;258a 4b K + xor h ;258b ac . + adc a,h ;258c 8c . + or (hl) ;258d b6 . + xor h ;258e ac . + rst 0 ;258f c7 . + sub e ;2590 93 . + out (027h),a ;2591 d3 27 . ' + in a,(044h) ;2593 db 44 . D +l2595h: + ret po ;2595 e0 . + xor 0e3h ;2596 ee e3 . . + xor a ;2598 af . + and 0d6h ;2599 e6 d6 . . + ret pe ;259b e8 . + sub b ;259c 90 . +l259dh: + jp pe,lebfch ;259d ea fc eb . . . + dec l ;25a0 2d - +l25a1h: + defb 0edh;next byte illegal after ed ;25a1 ed . + jr nc,$-16 ;25a2 30 ee 0 . + djnz l2595h ;25a4 10 ef . . + out (0efh),a ;25a6 d3 ef . . + ld a,a ;25a8 7f  + ret p ;25a9 f0 . + jr l259dh ;25aa 18 f1 . . + and b ;25ac a0 . + pop af ;25ad f1 . + ld a,(de) ;25ae 1a . + jp p,lf289h ;25af f2 89 f2 . . . + xor 0f2h ;25b2 ee f2 . . + ld c,c ;25b4 49 I + di ;25b5 f3 . + sbc a,(hl) ;25b6 9e . +l25b7h: + di ;25b7 f3 . + ex de,hl ;25b8 eb . + di ;25b9 f3 . + ld (l74f4h),a ;25ba 32 f4 74 2 . t + call p,sub_f4b2h ;25bd f4 b2 f4 . . . + ex de,hl ;25c0 eb . + call p,sub_f520h ;25c1 f4 20 f5 . . + ld d,c ;25c4 51 Q + push af ;25c5 f5 . + add a,b ;25c6 80 . + push af ;25c7 f5 . + xor e ;25c8 ab . + push af ;25c9 f5 . + call nc,lfaf5h ;25ca d4 f5 fa . . . + push af ;25cd f5 . + ld e,0f6h ;25ce 1e f6 . . + ld b,b ;25d0 40 @ + or 060h ;25d1 f6 60 . ` + or 07eh ;25d3 f6 7e . ~ + or 09bh ;25d5 f6 9b . . + or 0b6h ;25d7 f6 b6 . . + or 0cfh ;25d9 f6 cf . . +l25dbh: + or 0e7h ;25db f6 e7 . . + or 0feh ;25dd f6 fe . . + or 013h ;25df f6 13 . . + rst 30h ;25e1 f7 . + jr z,l25dbh ;25e2 28 f7 ( . + dec sp ;25e4 3b ; + rst 30h ;25e5 f7 . + ld c,l ;25e6 4d M + rst 30h ;25e7 f7 . + ld e,a ;25e8 5f _ + rst 30h ;25e9 f7 . + ld l,a ;25ea 6f o + rst 30h ;25eb f7 . + ld a,a ;25ec 7f  + rst 30h ;25ed f7 . + adc a,l ;25ee 8d . + rst 30h ;25ef f7 . + sbc a,e ;25f0 9b . + rst 30h ;25f1 f7 . + xor b ;25f2 a8 . + rst 30h ;25f3 f7 . + or h ;25f4 b4 . + rst 30h ;25f5 f7 . + ret nz ;25f6 c0 . + rst 30h ;25f7 f7 . + set 6,a ;25f8 cb f7 . . + push de ;25fa d5 . + rst 30h ;25fb f7 . + rst 18h ;25fc df . + rst 30h ;25fd f7 . + ret pe ;25fe e8 . + rst 30h ;25ff f7 . + ret p ;2600 f0 . + rst 30h ;2601 f7 . + ret m ;2602 f8 . + rst 30h ;2603 f7 . + rst 38h ;2604 ff . + rst 30h ;2605 f7 . + ld b,0f8h ;2606 06 f8 . . + inc c ;2608 0c . + ret m ;2609 f8 . +l260ah: + ld (de),a ;260a 12 . + ret m ;260b f8 . + rla ;260c 17 . + ret m ;260d f8 . + inc e ;260e 1c . + ret m ;260f f8 . + jr nz,l260ah ;2610 20 f8 . + inc h ;2612 24 $ + ret m ;2613 f8 . + daa ;2614 27 ' + ret m ;2615 f8 . + add hl,hl ;2616 29 ) + ret m ;2617 f8 . +l2618h: + inc l ;2618 2c , + ret m ;2619 f8 . +l261ah: + dec l ;261a 2d - + ret m ;261b f8 . +l261ch: + cpl ;261c 2f / + ret m ;261d f8 . + jr nc,l2618h ;261e 30 f8 0 . + jr nc,l261ah ;2620 30 f8 0 . + jr nc,l261ch ;2622 30 f8 0 . + ld c,e ;2624 4b K + xor h ;2625 ac . + ld c,e ;2626 4b K + xor h ;2627 ac . + adc a,l ;2628 8d . + or (hl) ;2629 b6 . + or d ;262a b2 . + rst 0 ;262b c7 . + sbc a,l ;262c 9d . + out (036h),a ;262d d3 36 . 6 + in a,(055h) ;262f db 55 . U + ret po ;2631 e0 . + ld bc,0c4e4h ;2632 01 e4 c4 . . . + and 0ech ;2635 e6 ec . . + ret pe ;2637 e8 . + xor b ;2638 a8 . + jp pe,lec15h ;2639 ea 15 ec . . . + ld b,a ;263c 47 G + defb 0edh;next byte illegal after ed ;263d ed . + ld c,h ;263e 4c L + xor 02dh ;263f ee 2d . - + rst 28h ;2641 ef . + pop af ;2642 f1 . + rst 28h ;2643 ef . + sbc a,(hl) ;2644 9e . + ret p ;2645 f0 . + scf ;2646 37 7 + pop af ;2647 f1 . + ret nz ;2648 c0 . + pop af ;2649 f1 . + inc a ;264a 3c < + jp p,lf2abh ;264b f2 ab f2 . . . + ld de,06df3h ;264e 11 f3 6d . . m + di ;2651 f3 . + jp nz,011f3h ;2652 c2 f3 11 . . . + call p,lf458h+1 ;2655 f4 59 f4 . Y . + sbc a,h ;2658 9c . + call p,0f4dah ;2659 f4 da f4 . . . + inc d ;265c 14 . + push af ;265d f5 . + ld c,d ;265e 4a J + push af ;265f f5 . + ld a,h ;2660 7c | + push af ;2661 f5 . + xor h ;2662 ac . + push af ;2663 f5 . + ret c ;2664 d8 . + push af ;2665 f5 . + ld (bc),a ;2666 02 . + or 029h ;2667 f6 29 . ) + or 04eh ;2669 f6 4e . N + or 071h ;266b f6 71 . q + or 092h ;266d f6 92 . . + or 0b1h ;266f f6 b1 . . + or 0cfh ;2671 f6 cf . . + or 0ebh ;2673 f6 eb . . + or 005h ;2675 f6 05 . . + rst 30h ;2677 f7 . + ld e,0f7h ;2678 1e f7 . . + ld (hl),0f7h ;267a 36 f7 6 . + ld c,l ;267c 4d M + rst 30h ;267d f7 . + ld h,e ;267e 63 c + rst 30h ;267f f7 . + ld (hl),a ;2680 77 w + rst 30h ;2681 f7 . + adc a,e ;2682 8b . + rst 30h ;2683 f7 . + sbc a,l ;2684 9d . + rst 30h ;2685 f7 . + xor a ;2686 af . + rst 30h ;2687 f7 . + ret nz ;2688 c0 . + rst 30h ;2689 f7 . + ret nc ;268a d0 . + rst 30h ;268b f7 . + rst 18h ;268c df . + rst 30h ;268d f7 . + defb 0edh;next byte illegal after ed ;268e ed . + rst 30h ;268f f7 . +l2690h: + ei ;2690 fb . + rst 30h ;2691 f7 . + ex af,af' ;2692 08 . + ret m ;2693 f8 . + inc d ;2694 14 . + ret m ;2695 f8 . + jr nz,l2690h ;2696 20 f8 . + dec hl ;2698 2b + + ret m ;2699 f8 . + ld (hl),0f8h ;269a 36 f8 6 . + ld b,b ;269c 40 @ + ret m ;269d f8 . + ld c,d ;269e 4a J + ret m ;269f f8 . + ld d,e ;26a0 53 S + ret m ;26a1 f8 . + ld e,e ;26a2 5b [ + ret m ;26a3 f8 . + ld h,e ;26a4 63 c + ret m ;26a5 f8 . + ld l,e ;26a6 6b k + ret m ;26a7 f8 . + ld (hl),d ;26a8 72 r + ret m ;26a9 f8 . + ld a,c ;26aa 79 y + ret m ;26ab f8 . + ld a,a ;26ac 7f  + ret m ;26ad f8 . + add a,l ;26ae 85 . + ret m ;26af f8 . + adc a,d ;26b0 8a . + ret m ;26b1 f8 . + adc a,a ;26b2 8f . + ret m ;26b3 f8 . + sub e ;26b4 93 . + ret m ;26b5 f8 . + sbc a,b ;26b6 98 . + ret m ;26b7 f8 . + sbc a,e ;26b8 9b . + ret m ;26b9 f8 . + sbc a,a ;26ba 9f . + ret m ;26bb f8 . + and d ;26bc a2 . + ret m ;26bd f8 . + and h ;26be a4 . + ret m ;26bf f8 . + and a ;26c0 a7 . + ret m ;26c1 f8 . + xor c ;26c2 a9 . + ret m ;26c3 f8 . + xor d ;26c4 aa . + ret m ;26c5 f8 . + xor e ;26c6 ab . + ret m ;26c7 f8 . + xor h ;26c8 ac . + ret m ;26c9 f8 . + xor l ;26ca ad . + ret m ;26cb f8 . + xor l ;26cc ad . + ret m ;26cd f8 . + ld (hl),d ;26ce 72 r + push af ;26cf f5 . + and a ;26d0 a7 . + push af ;26d1 f5 . + ret c ;26d2 d8 . + push af ;26d3 f5 . + rlca ;26d4 07 . + or 033h ;26d5 f6 33 . 3 + or 05dh ;26d7 f6 5d . ] + or 084h ;26d9 f6 84 . . + or 0a9h ;26db f6 a9 . . + or 0cdh ;26dd f6 cd . . + or 0eeh ;26df f6 ee . . + or 00eh ;26e1 f6 0e . . + rst 30h ;26e3 f7 . + inc l ;26e4 2c , + rst 30h ;26e5 f7 . + ld c,c ;26e6 49 I + rst 30h ;26e7 f7 . + ld h,h ;26e8 64 d + rst 30h ;26e9 f7 . + ld a,(hl) ;26ea 7e ~ + rst 30h ;26eb f7 . + sub a ;26ec 97 . + rst 30h ;26ed f7 . + xor a ;26ee af . + rst 30h ;26ef f7 . + push bc ;26f0 c5 . + rst 30h ;26f1 f7 . + in a,(0f7h) ;26f2 db f7 . . + rst 28h ;26f4 ef . + rst 30h ;26f5 f7 . +l26f6h: + inc bc ;26f6 03 . + ret m ;26f7 f8 . + dec d ;26f8 15 . + ret m ;26f9 f8 . + daa ;26fa 27 ' + ret m ;26fb f8 . + jr c,l26f6h ;26fc 38 f8 8 . + ld c,b ;26fe 48 H + ret m ;26ff f8 . + ld e,b ;2700 58 X + ret m ;2701 f8 . + ld h,a ;2702 67 g + ret m ;2703 f8 . + ld (hl),l ;2704 75 u + ret m ;2705 f8 . + add a,d ;2706 82 . + ret m ;2707 f8 . + adc a,a ;2708 8f . + ret m ;2709 f8 . + sbc a,e ;270a 9b . + ret m ;270b f8 . + and a ;270c a7 . + ret m ;270d f8 . + or d ;270e b2 . + ret m ;270f f8 . +l2710h: + cp l ;2710 bd . + ret m ;2711 f8 . + rst 0 ;2712 c7 . + ret m ;2713 f8 . + pop de ;2714 d1 . + ret m ;2715 f8 . + jp c,le3f8h ;2716 da f8 e3 . . . + ret m ;2719 f8 . + ex de,hl ;271a eb . + ret m ;271b f8 . + di ;271c f3 . + ret m ;271d f8 . + ei ;271e fb . + ret m ;271f f8 . + ld (bc),a ;2720 02 . + ld sp,hl ;2721 f9 . + add hl,bc ;2722 09 . + ld sp,hl ;2723 f9 . + rrca ;2724 0f . + ld sp,hl ;2725 f9 . + ld d,0f9h ;2726 16 f9 . . + dec de ;2728 1b . + ld sp,hl ;2729 f9 . + ld hl,l5ef9h ;272a 21 f9 5e ! . ^ + or 086h ;272d f6 86 . . + or 0ach ;272f f6 ac . . + or 0d1h ;2731 f6 d1 . . + or 0f3h ;2733 f6 f3 . . + or 014h ;2735 f6 14 . . + rst 30h ;2737 f7 . + inc (hl) ;2738 34 4 + rst 30h ;2739 f7 . + ld d,d ;273a 52 R + rst 30h ;273b f7 . + ld l,(hl) ;273c 6e n + rst 30h ;273d f7 . + adc a,c ;273e 89 . + rst 30h ;273f f7 . + and h ;2740 a4 . + rst 30h ;2741 f7 . + cp l ;2742 bd . + rst 30h ;2743 f7 . + call nc,sub_ebf7h ;2744 d4 f7 eb . . . + rst 30h ;2747 f7 . + ld bc,l16f8h ;2748 01 f8 16 . . . + ret m ;274b f8 . + ld hl,(03df8h) ;274c 2a f8 3d * . = + ret m ;274f f8 . + ld d,b ;2750 50 P + ret m ;2751 f8 . + ld h,c ;2752 61 a + ret m ;2753 f8 . + ld (hl),d ;2754 72 r + ret m ;2755 f8 . + add a,e ;2756 83 . + ret m ;2757 f8 . + sub d ;2758 92 . + ret m ;2759 f8 . + and c ;275a a1 . + ret m ;275b f8 . + xor a ;275c af . + ret m ;275d f8 . + cp l ;275e bd . + ret m ;275f f8 . + jp z,0d7f8h ;2760 ca f8 d7 . . . + ret m ;2763 f8 . + ex (sp),hl ;2764 e3 . + ret m ;2765 f8 . + rst 28h ;2766 ef . + ret m ;2767 f8 . + jp m,l05f8h ;2768 fa f8 05 . . . + ld sp,hl ;276b f9 . + rrca ;276c 0f . + ld sp,hl ;276d f9 . + add hl,de ;276e 19 . + ld sp,hl ;276f f9 . + ld (l2bf9h),hl ;2770 22 f9 2b " . + + ld sp,hl ;2773 f9 . + inc (hl) ;2774 34 4 + ld sp,hl ;2775 f9 . + inc a ;2776 3c < + ld sp,hl ;2777 f9 . + ld b,h ;2778 44 D + ld sp,hl ;2779 f9 . + ld c,h ;277a 4c L + ld sp,hl ;277b f9 . +l277ch: + ld d,e ;277c 53 S + ld sp,hl ;277d f9 . + ld e,d ;277e 5a Z + ld sp,hl ;277f f9 . + ld h,b ;2780 60 ` + ld sp,hl ;2781 f9 . + ld h,a ;2782 67 g + ld sp,hl ;2783 f9 . + ld l,l ;2784 6d m + ld sp,hl ;2785 f9 . + ld (hl),d ;2786 72 r + ld sp,hl ;2787 f9 . + ld a,b ;2788 78 x + ld sp,hl ;2789 f9 . + ld a,l ;278a 7d } + ld sp,hl ;278b f9 . + add a,d ;278c 82 . + ld sp,hl ;278d f9 . + add a,a ;278e 87 . + ld sp,hl ;278f f9 . + dec d ;2790 15 . + rst 30h ;2791 f7 . + dec (hl) ;2792 35 5 + rst 30h ;2793 f7 . + ld d,h ;2794 54 T + rst 30h ;2795 f7 . + ld (hl),c ;2796 71 q + rst 30h ;2797 f7 . + adc a,l ;2798 8d . + rst 30h ;2799 f7 . + xor b ;279a a8 . + rst 30h ;279b f7 . + jp nz,0daf7h ;279c c2 f7 da . . . + rst 30h ;279f f7 . + jp p,009f7h ;27a0 f2 f7 09 . . . + ret m ;27a3 f8 . + rra ;27a4 1f . + ret m ;27a5 f8 . + inc (hl) ;27a6 34 4 + ret m ;27a7 f8 . + ld c,b ;27a8 48 H + ret m ;27a9 f8 . + ld e,h ;27aa 5c \ + ret m ;27ab f8 . + ld l,(hl) ;27ac 6e n + ret m ;27ad f8 . + add a,b ;27ae 80 . + ret m ;27af f8 . + sub d ;27b0 92 . + ret m ;27b1 f8 . + and d ;27b2 a2 . + ret m ;27b3 f8 . + or d ;27b4 b2 . + ret m ;27b5 f8 . + jp nz,ld1f8h ;27b6 c2 f8 d1 . . . + ret m ;27b9 f8 . + rst 18h ;27ba df . + ret m ;27bb f8 . + defb 0edh;next byte illegal after ed ;27bc ed . + ret m ;27bd f8 . + jp m,007f8h ;27be fa f8 07 . . . + ld sp,hl ;27c1 f9 . + inc de ;27c2 13 . + ld sp,hl ;27c3 f9 . + rra ;27c4 1f . + ld sp,hl ;27c5 f9 . + ld hl,(035f9h) ;27c6 2a f9 35 * . 5 + ld sp,hl ;27c9 f9 . + ld b,b ;27ca 40 @ + ld sp,hl ;27cb f9 . + ld c,d ;27cc 4a J + ld sp,hl ;27cd f9 . + ld d,h ;27ce 54 T + ld sp,hl ;27cf f9 . + ld e,l ;27d0 5d ] + ld sp,hl ;27d1 f9 . + ld h,(hl) ;27d2 66 f + ld sp,hl ;27d3 f9 . + ld l,a ;27d4 6f o + ld sp,hl ;27d5 f9 . + ld (hl),a ;27d6 77 w + ld sp,hl ;27d7 f9 . + ld a,a ;27d8 7f  + ld sp,hl ;27d9 f9 . + add a,a ;27da 87 . + ld sp,hl ;27db f9 . + adc a,(hl) ;27dc 8e . + ld sp,hl ;27dd f9 . + sub (hl) ;27de 96 . + ld sp,hl ;27df f9 . + sbc a,h ;27e0 9c . + ld sp,hl ;27e1 f9 . + and e ;27e2 a3 . + ld sp,hl ;27e3 f9 . + xor c ;27e4 a9 . + ld sp,hl ;27e5 f9 . + xor a ;27e6 af . + ld sp,hl ;27e7 f9 . + or l ;27e8 b5 . + ld sp,hl ;27e9 f9 . + cp e ;27ea bb . + ld sp,hl ;27eb f9 . + ret nz ;27ec c0 . + ld sp,hl ;27ed f9 . + push bc ;27ee c5 . + ld sp,hl ;27ef f9 . + jp z,lcff9h ;27f0 ca f9 cf . . . + ld sp,hl ;27f3 f9 . + out (0f9h),a ;27f4 d3 f9 . . + rst 10h ;27f6 d7 . + ld sp,hl ;27f7 f9 . + in a,(0f9h) ;27f8 db f9 . . + xor b ;27fa a8 . + rst 30h ;27fb f7 . + jp ldcf7h ;27fc c3 f7 dc . . . + rst 30h ;27ff f7 . + call p,sub_0bf7h ;2800 f4 f7 0b . . . + ret m ;2803 f8 . + ld (l38f8h),hl ;2804 22 f8 38 " . 8 + ret m ;2807 f8 . + ld c,l ;2808 4d M + ret m ;2809 f8 . + ld h,c ;280a 61 a + ret m ;280b f8 . + ld (hl),h ;280c 74 t + ret m ;280d f8 . + add a,a ;280e 87 . + ret m ;280f f8 . + sbc a,c ;2810 99 . + ret m ;2811 f8 . + xor e ;2812 ab . + ret m ;2813 f8 . + cp e ;2814 bb . + ret m ;2815 f8 . + call z,sub_dbf8h ;2816 cc f8 db . . . + ret m ;2819 f8 . + jp pe,lf9f8h ;281a ea f8 f9 . . . + ret m ;281d f8 . + rlca ;281e 07 . + ld sp,hl ;281f f9 . + dec d ;2820 15 . + ld sp,hl ;2821 f9 . + ld (02ff9h),hl ;2822 22 f9 2f " . / + ld sp,hl ;2825 f9 . + dec sp ;2826 3b ; + ld sp,hl ;2827 f9 . + ld b,a ;2828 47 G + ld sp,hl ;2829 f9 . + ld d,d ;282a 52 R + ld sp,hl ;282b f9 . + ld e,l ;282c 5d ] + ld sp,hl ;282d f9 . + ld l,b ;282e 68 h + ld sp,hl ;282f f9 . + ld (hl),d ;2830 72 r + ld sp,hl ;2831 f9 . + ld a,h ;2832 7c | + ld sp,hl ;2833 f9 . + add a,(hl) ;2834 86 . + ld sp,hl ;2835 f9 . + adc a,a ;2836 8f . + ld sp,hl ;2837 f9 . + sbc a,b ;2838 98 . + ld sp,hl ;2839 f9 . + and c ;283a a1 . + ld sp,hl ;283b f9 . + xor c ;283c a9 . + ld sp,hl ;283d f9 . + or c ;283e b1 . + ld sp,hl ;283f f9 . + cp c ;2840 b9 . + ld sp,hl ;2841 f9 . + ret nz ;2842 c0 . + ld sp,hl ;2843 f9 . + ret z ;2844 c8 . + ld sp,hl ;2845 f9 . + rst 8 ;2846 cf . + ld sp,hl ;2847 f9 . + push de ;2848 d5 . + ld sp,hl ;2849 f9 . + call c,sub_e2f9h ;284a dc f9 e2 . . . + ld sp,hl ;284d f9 . + ret pe ;284e e8 . + ld sp,hl ;284f f9 . + xor 0f9h ;2850 ee f9 . . + di ;2852 f3 . + ld sp,hl ;2853 f9 . + ld sp,hl ;2854 f9 . + ld sp,hl ;2855 f9 . + cp 0f9h ;2856 fe f9 . . + inc bc ;2858 03 . + jp m,lfa07h ;2859 fa 07 fa . . . + inc c ;285c 0c . + jp m,lfa10h ;285d fa 10 fa . . . + inc d ;2860 14 . + jp m,lfa18h ;2861 fa 18 fa . . . + inc e ;2864 1c . + jp m,lfa20h ;2865 fa 20 fa . . + inc hl ;2868 23 # + jp m,lf862h ;2869 fa 62 f8 . b . + halt ;286c 76 v + ret m ;286d f8 . + adc a,c ;286e 89 . + ret m ;286f f8 . + sbc a,e ;2870 9b . + ret m ;2871 f8 . + xor l ;2872 ad . + ret m ;2873 f8 . + cp (hl) ;2874 be . + ret m ;2875 f8 . + rst 8 ;2876 cf . + ret m ;2877 f8 . + rst 18h ;2878 df . + ret m ;2879 f8 . + rst 28h ;287a ef . + ret m ;287b f8 . + cp 0f8h ;287c fe f8 . . + dec c ;287e 0d . + ld sp,hl ;287f f9 . + dec de ;2880 1b . + ld sp,hl ;2881 f9 . + add hl,hl ;2882 29 ) + ld sp,hl ;2883 f9 . + scf ;2884 37 7 + ld sp,hl ;2885 f9 . + ld b,h ;2886 44 D + ld sp,hl ;2887 f9 . + ld d,c ;2888 51 Q + ld sp,hl ;2889 f9 . + ld e,l ;288a 5d ] + ld sp,hl ;288b f9 . + ld l,c ;288c 69 i + ld sp,hl ;288d f9 . + ld (hl),h ;288e 74 t + ld sp,hl ;288f f9 . + ld a,a ;2890 7f  + ld sp,hl ;2891 f9 . + adc a,d ;2892 8a . + ld sp,hl ;2893 f9 . + sub l ;2894 95 . + ld sp,hl ;2895 f9 . + sbc a,a ;2896 9f . + ld sp,hl ;2897 f9 . + xor c ;2898 a9 . + ld sp,hl ;2899 f9 . + or d ;289a b2 . + ld sp,hl ;289b f9 . + cp h ;289c bc . + ld sp,hl ;289d f9 . + push bc ;289e c5 . + ld sp,hl ;289f f9 . + call sub_d6f9h ;28a0 cd f9 d6 . . . + ld sp,hl ;28a3 f9 . + sbc a,0f9h ;28a4 de f9 . . + and 0f9h ;28a6 e6 f9 . . + xor 0f9h ;28a8 ee f9 . . + push af ;28aa f5 . + ld sp,hl ;28ab f9 . + call m,003f9h ;28ac fc f9 03 . . . + jp m,lfa0ah ;28af fa 0a fa . . . + ld de,017fah ;28b2 11 fa 17 . . . + jp m,lfa1dh ;28b5 fa 1d fa . . . + inc hl ;28b8 23 # + jp m,lfa29h ;28b9 fa 29 fa . ) . + ld l,0fah ;28bc 2e fa . . + inc sp ;28be 33 3 + jp m,lfa38h ;28bf fa 38 fa . 8 . + dec a ;28c2 3d = + jp m,lfa42h ;28c3 fa 42 fa . B . + ld b,a ;28c6 47 G + jp m,lfa4bh ;28c7 fa 4b fa . K . + ld d,b ;28ca 50 P + jp m,lfa54h ;28cb fa 54 fa . T . + ld e,b ;28ce 58 X + jp m,lfa5bh ;28cf fa 5b fa . [ . + ld e,a ;28d2 5f _ + jp m,lfa62h ;28d3 fa 62 fa . b . + ld h,(hl) ;28d6 66 f + jp m,lfa69h ;28d7 fa 69 fa . i . + ld l,h ;28da 6c l + jp m,lfa6fh ;28db fa 6f fa . o . + di ;28de f3 . + ret m ;28df f8 . + ld (bc),a ;28e0 02 . + ld sp,hl ;28e1 f9 . + ld de,l1ff9h ;28e2 11 f9 1f . . . + ld sp,hl ;28e5 f9 . + dec l ;28e6 2d - + ld sp,hl ;28e7 f9 . + dec sp ;28e8 3b ; + ld sp,hl ;28e9 f9 . + ld c,b ;28ea 48 H + ld sp,hl ;28eb f9 . + ld d,l ;28ec 55 U + ld sp,hl ;28ed f9 . + ld h,d ;28ee 62 b + ld sp,hl ;28ef f9 . + ld l,(hl) ;28f0 6e n + ld sp,hl ;28f1 f9 . + ld a,d ;28f2 7a z + ld sp,hl ;28f3 f9 . + add a,(hl) ;28f4 86 . + ld sp,hl ;28f5 f9 . + sub c ;28f6 91 . + ld sp,hl ;28f7 f9 . +l28f8h: + sbc a,h ;28f8 9c . + ld sp,hl ;28f9 f9 . + and a ;28fa a7 . + ld sp,hl ;28fb f9 . + or d ;28fc b2 . + ld sp,hl ;28fd f9 . + cp h ;28fe bc . + ld sp,hl ;28ff f9 . + add a,0f9h ;2900 c6 f9 . . + rst 8 ;2902 cf . + ld sp,hl ;2903 f9 . + exx ;2904 d9 . + ld sp,hl ;2905 f9 . + jp po,lebf9h ;2906 e2 f9 eb . . . + ld sp,hl ;2909 f9 . + di ;290a f3 . + ld sp,hl ;290b f9 . + call m,004f9h ;290c fc f9 04 . . . + jp m,lfa0ch ;290f fa 0c fa . . . + inc de ;2912 13 . + jp m,lfa1bh ;2913 fa 1b fa . . . + ld (029fah),hl ;2916 22 fa 29 " . ) + jp m,lfa30h ;2919 fa 30 fa . 0 . + ld (hl),0fah ;291c 36 fa 6 . + dec a ;291e 3d = + jp m,lfa43h ;291f fa 43 fa . C . + ld c,c ;2922 49 I + jp m,lfa4fh ;2923 fa 4f fa . O . + ld d,l ;2926 55 U + jp m,lfa5ah ;2927 fa 5a fa . Z . + ld h,b ;292a 60 ` + jp m,lfa65h ;292b fa 65 fa . e . + ld l,d ;292e 6a j + jp m,lfa6fh ;292f fa 6f fa . o . + ld (hl),e ;2932 73 s + jp m,lfa78h ;2933 fa 78 fa . x . + ld a,h ;2936 7c | + jp m,lfa81h ;2937 fa 81 fa . . . + add a,l ;293a 85 . + jp m,lfa89h ;293b fa 89 fa . . . + adc a,l ;293e 8d . + jp m,lfa90h ;293f fa 90 fa . . . + sub h ;2942 94 . + jp m,lfa97h ;2943 fa 97 fa . . . + sbc a,e ;2946 9b . + jp m,lfa9eh ;2947 fa 9e fa . . . + and c ;294a a1 . + jp m,lfaa4h ;294b fa a4 fa . . . + and a ;294e a7 . + jp m,lfaa9h ;294f fa a9 fa . . . + xor h ;2952 ac . + jp m,lfaafh ;2953 fa af fa . . . + ld (hl),h ;2956 74 t + ld sp,hl ;2957 f9 . + add a,b ;2958 80 . + ld sp,hl ;2959 f9 . + adc a,h ;295a 8c . + ld sp,hl ;295b f9 . + sub a ;295c 97 . + ld sp,hl ;295d f9 . + and d ;295e a2 . + ld sp,hl ;295f f9 . + xor l ;2960 ad . + ld sp,hl ;2961 f9 . + cp b ;2962 b8 . + ld sp,hl ;2963 f9 . + jp nz,0cdf9h ;2964 c2 f9 cd . . . + ld sp,hl ;2967 f9 . + rst 10h ;2968 d7 . + ld sp,hl ;2969 f9 . + ret po ;296a e0 . + ld sp,hl ;296b f9 . + jp pe,0f3f9h ;296c ea f9 f3 . . . + ld sp,hl ;296f f9 . + call m,l05f8h+1 ;2970 fc f9 05 . . . + jp m,lfa0dh ;2973 fa 0d fa . . . + ld d,0fah ;2976 16 fa . . + ld e,0fah ;2978 1e fa . . + ld h,0fah ;297a 26 fa & . + ld l,0fah ;297c 2e fa . . + dec (hl) ;297e 35 5 + jp m,lfa3dh ;297f fa 3d fa . = . + ld b,h ;2982 44 D + jp m,lfa4bh ;2983 fa 4b fa . K . + ld d,d ;2986 52 R + jp m,lfa59h ;2987 fa 59 fa . Y . + ld e,a ;298a 5f _ + jp m,lfa66h ;298b fa 66 fa . f . + ld l,h ;298e 6c l + jp m,lfa72h ;298f fa 72 fa . r . + ld a,b ;2992 78 x + jp m,lfa7dh ;2993 fa 7d fa . } . + add a,e ;2996 83 . + jp m,lfa88h ;2997 fa 88 fa . . . + adc a,(hl) ;299a 8e . + jp m,lfa93h ;299b fa 93 fa . . . + sbc a,b ;299e 98 . + jp m,lfa9ch ;299f fa 9c fa . . . + and c ;29a2 a1 . + jp m,lfaa6h ;29a3 fa a6 fa . . . + xor d ;29a6 aa . + jp m,lfaaeh ;29a7 fa ae fa . . . + or d ;29aa b2 . + jp m,lfab7h ;29ab fa b7 fa . . . + cp d ;29ae ba . + jp m,lfabeh ;29af fa be fa . . . + jp nz,0c5fah ;29b2 c2 fa c5 . . . + jp m,lfac9h ;29b5 fa c9 fa . . . + call z,sub_cffah ;29b8 cc fa cf . . . + jp m,lfad2h ;29bb fa d2 fa . . . + push de ;29be d5 . + jp m,lfad8h ;29bf fa d8 fa . . . + in a,(0fah) ;29c2 db fa . . + sbc a,0fah ;29c4 de fa . . + ret po ;29c6 e0 . + jp m,lfae3h ;29c7 fa e3 fa . . . + push hl ;29ca e5 . + jp m,lfae8h ;29cb fa e8 fa . . . + jp pe,lddf9h+1 ;29ce ea fa dd . . . + ld sp,hl ;29d1 f9 . + rst 20h ;29d2 e7 . + ld sp,hl ;29d3 f9 . + ret p ;29d4 f0 . + ld sp,hl ;29d5 f9 . + ld sp,hl ;29d6 f9 . + ld sp,hl ;29d7 f9 . + inc bc ;29d8 03 . + jp m,lfa0bh ;29d9 fa 0b fa . . . + inc d ;29dc 14 . + jp m,lfa1dh ;29dd fa 1d fa . . . + dec h ;29e0 25 % + jp m,lfa2dh ;29e1 fa 2d fa . - . + dec (hl) ;29e4 35 5 + jp m,lfa3dh ;29e5 fa 3d fa . = . + ld b,l ;29e8 45 E + jp m,lfa4dh ;29e9 fa 4d fa . M . + ld d,h ;29ec 54 T + jp m,lfa5bh ;29ed fa 5b fa . [ . + ld h,d ;29f0 62 b +l29f1h: + jp m,lfa69h ;29f1 fa 69 fa . i . +l29f4h: + ld (hl),b ;29f4 70 p + jp m,lfa76h ;29f5 fa 76 fa . v . + ld a,l ;29f8 7d } + jp m,lfa83h ;29f9 fa 83 fa . . . + adc a,c ;29fc 89 . + jp m,lfa8fh ;29fd fa 8f fa . . . + sub l ;2a00 95 . + jp m,lfa9bh ;2a01 fa 9b fa . . . + and c ;2a04 a1 . + jp m,lfaa6h ;2a05 fa a6 fa . . . + xor e ;2a08 ab . + jp m,lfab1h ;2a09 fa b1 fa . . . + or (hl) ;2a0c b6 . + jp m,lfabbh ;2a0d fa bb fa . . . + cp a ;2a10 bf . + jp m,lfac4h ;2a11 fa c4 fa . . . + ret ;2a14 c9 . + jp m,lfacdh ;2a15 fa cd fa . . . + pop de ;2a18 d1 . + jp m,lfad6h ;2a19 fa d6 fa . . . + jp c,ldefah ;2a1c da fa de . . . + jp m,lfae2h ;2a1f fa e2 fa . . . +l2a22h: + push hl ;2a22 e5 . + jp m,lfae9h ;2a23 fa e9 fa . . . + defb 0edh;next byte illegal after ed ;2a26 ed . + jp m,lfaf0h ;2a27 fa f0 fa . . . + call p,sub_f7fah ;2a2a f4 fa f7 . . . + jp m,lfafah ;2a2d fa fa fa . . . + defb 0fdh,0fah,000h ;illegal sequence ;2a30 fd fa 00 . . . + ei ;2a33 fb . + inc bc ;2a34 03 . + ei ;2a35 fb . + ld b,0fbh ;2a36 06 fb . . + ex af,af' ;2a38 08 . + ei ;2a39 fb . + dec bc ;2a3a 0b . +l2a3bh: + ei ;2a3b fb . + ld c,0fbh ;2a3c 0e fb . . + djnz l2a3bh ;2a3e 10 fb . . + ld (de),a ;2a40 12 . + ei ;2a41 fb . + dec d ;2a42 15 . + ei ;2a43 fb . + rla ;2a44 17 . + ei ;2a45 fb . + add hl,de ;2a46 19 . + ei ;2a47 fb . + dec de ;2a48 1b . + ei ;2a49 fb . + dec e ;2a4a 1d . + ei ;2a4b fb . + ld d,(hl) ;2a4c 56 V + jp m,lfa5dh ;2a4d fa 5d fa . ] . + ld h,h ;2a50 64 d + jp m,lfa6ch ;2a51 fa 6c fa . l . + ld (hl),d ;2a54 72 r + jp m,lfa79h ;2a55 fa 79 fa . y . + add a,b ;2a58 80 . + jp m,lfa87h ;2a59 fa 87 fa . . . + adc a,l ;2a5c 8d . + jp m,lfa93h ;2a5d fa 93 fa . . . + sbc a,d ;2a60 9a . + jp m,lfaa0h ;2a61 fa a0 fa . . . + and (hl) ;2a64 a6 . + jp m,lfaach ;2a65 fa ac fa . . . + or c ;2a68 b1 . + jp m,lfab7h ;2a69 fa b7 fa . . . +l2a6ch: + cp l ;2a6c bd . + jp m,lfac2h ;2a6d fa c2 fa . . . + rst 0 ;2a70 c7 . + jp m,lfacdh ;2a71 fa cd fa . . . + jp nc,ld7fah ;2a74 d2 fa d7 . . . + jp m,lfadch ;2a77 fa dc fa . . . + ret po ;2a7a e0 . + jp m,lfae5h ;2a7b fa e5 fa . . . + jp pe,leefah ;2a7e ea fa ee . . . + jp m,lfaf3h ;2a81 fa f3 fa . . . + rst 30h ;2a84 f7 . + jp m,lfafbh ;2a85 fa fb fa . . . + rst 38h ;2a88 ff . + jp m,lfb03h ;2a89 fa 03 fb . . . + rlca ;2a8c 07 . + ei ;2a8d fb . + dec bc ;2a8e 0b . + ei ;2a8f fb . + rrca ;2a90 0f . + ei ;2a91 fb . + ld (de),a ;2a92 12 . + ei ;2a93 fb . + ld d,0fbh ;2a94 16 fb . . + add hl,de ;2a96 19 . +l2a97h: + ei ;2a97 fb . + dec e ;2a98 1d . + ei ;2a99 fb . + jr nz,l2a97h ;2a9a 20 fb . + inc hl ;2a9c 23 # + ei ;2a9d fb . +l2a9eh: + ld h,0fbh ;2a9e 26 fb & . + add hl,hl ;2aa0 29 ) + ei ;2aa1 fb . + inc l ;2aa2 2c , + ei ;2aa3 fb . + cpl ;2aa4 2f / + ei ;2aa5 fb . + ld (l35fbh),a ;2aa6 32 fb 35 2 . 5 + ei ;2aa9 fb . + scf ;2aaa 37 7 + ei ;2aab fb . + ld a,(l3cfbh) ;2aac 3a fb 3c : . < + ei ;2aaf fb . + ccf ;2ab0 3f ? + ei ;2ab1 fb . + ld b,c ;2ab2 41 A + ei ;2ab3 fb . + ld b,e ;2ab4 43 C + ei ;2ab5 fb . + ld b,(hl) ;2ab6 46 F + ei ;2ab7 fb . + ld c,b ;2ab8 48 H + ei ;2ab9 fb . + ld c,d ;2aba 4a J + ei ;2abb fb . + ld c,h ;2abc 4c L + ei ;2abd fb . + ld c,(hl) ;2abe 4e N + ei ;2abf fb . + ld c,a ;2ac0 4f O + ei ;2ac1 fb . +l2ac2h: + ld d,c ;2ac2 51 Q + ei ;2ac3 fb . + ld d,e ;2ac4 53 S + ei ;2ac5 fb . + and a ;2ac6 a7 . + jp m,lfaadh ;2ac7 fa ad fa . . . + or e ;2aca b3 . + jp m,lfab9h ;2acb fa b9 fa . . . + cp a ;2ace bf . +l2acfh: + jp m,lfac4h ;2acf fa c4 fa . . . + jp z,sub_cffah ;2ad2 ca fa cf . . . + jp m,lfad5h ;2ad5 fa d5 fa . . . + jp c,ldffah ;2ad8 da fa df . . . + jp m,lfae4h ;2adb fa e4 fa . . . + jp (hl) ;2ade e9 . + jp m,lfaeeh ;2adf fa ee fa . . . + di ;2ae2 f3 . + jp m,lfaf8h ;2ae3 fa f8 fa . . . + defb 0fdh,0fah,001h ;illegal sequence ;2ae6 fd fa 01 . . . + ei ;2ae9 fb . + ld b,0fbh ;2aea 06 fb . . + ld a,(bc) ;2aec 0a . + ei ;2aed fb . + rrca ;2aee 0f . + ei ;2aef fb . + inc de ;2af0 13 . + ei ;2af1 fb . + rla ;2af2 17 . +l2af3h: + ei ;2af3 fb . + dec de ;2af4 1b . + ei ;2af5 fb . + rra ;2af6 1f . + ei ;2af7 fb . + inc hl ;2af8 23 # + ei ;2af9 fb . + daa ;2afa 27 ' + ei ;2afb fb . + dec hl ;2afc 2b + +l2afdh: + ei ;2afd fb . + cpl ;2afe 2f / + ei ;2aff fb . + ld (l36fbh),a ;2b00 32 fb 36 2 . 6 + ei ;2b03 fb . + add hl,sp ;2b04 39 9 + ei ;2b05 fb . + dec a ;2b06 3d = + ei ;2b07 fb . + ld b,b ;2b08 40 @ + ei ;2b09 fb . + ld b,e ;2b0a 43 C + ei ;2b0b fb . + ld b,(hl) ;2b0c 46 F + ei ;2b0d fb . + ld c,c ;2b0e 49 I + ei ;2b0f fb . + ld c,h ;2b10 4c L + ei ;2b11 fb . + ld c,a ;2b12 4f O + ei ;2b13 fb . + ld d,d ;2b14 52 R + ei ;2b15 fb . + ld d,l ;2b16 55 U + ei ;2b17 fb . + ld e,b ;2b18 58 X + ei ;2b19 fb . + ld e,d ;2b1a 5a Z + ei ;2b1b fb . + ld e,l ;2b1c 5d ] + ei ;2b1d fb . + ld h,b ;2b1e 60 ` + ei ;2b1f fb . + ld h,d ;2b20 62 b + ei ;2b21 fb . + ld h,h ;2b22 64 d + ei ;2b23 fb . + ld h,a ;2b24 67 g + ei ;2b25 fb . + ld l,c ;2b26 69 i + ei ;2b27 fb . + ld l,e ;2b28 6b k + ei ;2b29 fb . + ld l,l ;2b2a 6d m + ei ;2b2b fb . + ld l,a ;2b2c 6f o + ei ;2b2d fb . + ld (hl),c ;2b2e 71 q + ei ;2b2f fb . + ld (hl),e ;2b30 73 s + ei ;2b31 fb . + ld (hl),l ;2b32 75 u + ei ;2b33 fb . + ld (hl),a ;2b34 77 w + ei ;2b35 fb . + ld a,c ;2b36 79 y + ei ;2b37 fb . + ld a,e ;2b38 7b { + ei ;2b39 fb . + ld a,h ;2b3a 7c | + ei ;2b3b fb . +l2b3ch: + ld a,(hl) ;2b3c 7e ~ + ei ;2b3d fb . + ld a,a ;2b3e 7f  + ei ;2b3f fb . + ret p ;2b40 f0 . + jp m,lfaf5h ;2b41 fa f5 fa . . . + jp m,lfffah ;2b44 fa fa ff . . . + jp m,lfb03h ;2b47 fa 03 fb . . . + ex af,af' ;2b4a 08 . + ei ;2b4b fb . + dec c ;2b4c 0d . + ei ;2b4d fb . + ld de,l16fbh ;2b4e 11 fb 16 . . . + ei ;2b51 fb . + ld a,(de) ;2b52 1a . + ei ;2b53 fb . + rra ;2b54 1f . + ei ;2b55 fb . + inc hl ;2b56 23 # + ei ;2b57 fb . + daa ;2b58 27 ' +l2b59h: + ei ;2b59 fb . + dec hl ;2b5a 2b + + ei ;2b5b fb . + jr nc,l2b59h ;2b5c 30 fb 0 . + inc (hl) ;2b5e 34 4 + ei ;2b5f fb . + jr c,$-3 ;2b60 38 fb 8 . + inc a ;2b62 3c < + ei ;2b63 fb . + ccf ;2b64 3f ? + ei ;2b65 fb . + ld b,e ;2b66 43 C + ei ;2b67 fb . + ld b,a ;2b68 47 G + ei ;2b69 fb . + ld c,e ;2b6a 4b K + ei ;2b6b fb . + ld c,(hl) ;2b6c 4e N + ei ;2b6d fb . + ld d,d ;2b6e 52 R + ei ;2b6f fb . + ld d,l ;2b70 55 U + ei ;2b71 fb . + ld e,c ;2b72 59 Y + ei ;2b73 fb . + ld e,h ;2b74 5c \ + ei ;2b75 fb . + ld e,a ;2b76 5f _ + ei ;2b77 fb . + ld h,d ;2b78 62 b + ei ;2b79 fb . + ld h,l ;2b7a 65 e + ei ;2b7b fb . + ld l,c ;2b7c 69 i + ei ;2b7d fb . + ld l,h ;2b7e 6c l + ei ;2b7f fb . + ld l,a ;2b80 6f o + ei ;2b81 fb . + ld (hl),c ;2b82 71 q + ei ;2b83 fb . + ld (hl),h ;2b84 74 t + ei ;2b85 fb . + ld (hl),a ;2b86 77 w + ei ;2b87 fb . + ld a,d ;2b88 7a z + ei ;2b89 fb . + ld a,h ;2b8a 7c | + ei ;2b8b fb . + ld a,a ;2b8c 7f  + ei ;2b8d fb . + add a,c ;2b8e 81 . + ei ;2b8f fb . + add a,h ;2b90 84 . + ei ;2b91 fb . + add a,(hl) ;2b92 86 . + ei ;2b93 fb . + adc a,c ;2b94 89 . + ei ;2b95 fb . + adc a,e ;2b96 8b . + ei ;2b97 fb . + adc a,l ;2b98 8d . + ei ;2b99 fb . + adc a,a ;2b9a 8f . + ei ;2b9b fb . + sub c ;2b9c 91 . + ei ;2b9d fb . + sub e ;2b9e 93 . + ei ;2b9f fb . + sub l ;2ba0 95 . + ei ;2ba1 fb . + sub a ;2ba2 97 . + ei ;2ba3 fb . + sbc a,c ;2ba4 99 . + ei ;2ba5 fb . + sbc a,e ;2ba6 9b . + ei ;2ba7 fb . + sbc a,l ;2ba8 9d . + ei ;2ba9 fb . + sbc a,a ;2baa 9f . + ei ;2bab fb . + and b ;2bac a0 . + ei ;2bad fb . + and d ;2bae a2 . + ei ;2baf fb . + and h ;2bb0 a4 . + ei ;2bb1 fb . + and l ;2bb2 a5 . + ei ;2bb3 fb . + and a ;2bb4 a7 . + ei ;2bb5 fb . + xor b ;2bb6 a8 . + ei ;2bb7 fb . + xor c ;2bb8 a9 . + ei ;2bb9 fb . + ld a,0fbh ;2bba 3e fb > . + ld b,d ;2bbc 42 B + ei ;2bbd fb . + ld b,(hl) ;2bbe 46 F + ei ;2bbf fb . + ld c,d ;2bc0 4a J + ei ;2bc1 fb . + ld c,l ;2bc2 4d M + ei ;2bc3 fb . + ld d,c ;2bc4 51 Q + ei ;2bc5 fb . + ld d,l ;2bc6 55 U + ei ;2bc7 fb . + ld e,b ;2bc8 58 X + ei ;2bc9 fb . + ld e,h ;2bca 5c \ + ei ;2bcb fb . + ld h,b ;2bcc 60 ` + ei ;2bcd fb . + ld h,e ;2bce 63 c + ei ;2bcf fb . + ld h,a ;2bd0 67 g + ei ;2bd1 fb . + ld l,d ;2bd2 6a j + ei ;2bd3 fb . + ld l,l ;2bd4 6d m + ei ;2bd5 fb . + ld (hl),c ;2bd6 71 q + ei ;2bd7 fb . + ld (hl),h ;2bd8 74 t + ei ;2bd9 fb . + ld (hl),a ;2bda 77 w + ei ;2bdb fb . + ld a,e ;2bdc 7b { + ei ;2bdd fb . + ld a,(hl) ;2bde 7e ~ + ei ;2bdf fb . + add a,c ;2be0 81 . + ei ;2be1 fb . + add a,h ;2be2 84 . + ei ;2be3 fb . + add a,a ;2be4 87 . + ei ;2be5 fb . + adc a,d ;2be6 8a . + ei ;2be7 fb . + adc a,l ;2be8 8d . + ei ;2be9 fb . + adc a,a ;2bea 8f . +l2bebh: + ei ;2beb fb . + sub d ;2bec 92 . + ei ;2bed fb . + sub l ;2bee 95 . + ei ;2bef fb . + sbc a,b ;2bf0 98 . + ei ;2bf1 fb . + sbc a,d ;2bf2 9a . + ei ;2bf3 fb . + sbc a,l ;2bf4 9d . + ei ;2bf5 fb . + sbc a,a ;2bf6 9f . + ei ;2bf7 fb . + and d ;2bf8 a2 . +l2bf9h: + ei ;2bf9 fb . +l2bfah: + and h ;2bfa a4 . + ei ;2bfb fb . +l2bfch: + and a ;2bfc a7 . + ei ;2bfd fb . + xor c ;2bfe a9 . + ei ;2bff fb . + xor e ;2c00 ab . + ei ;2c01 fb . + xor l ;2c02 ad . + ei ;2c03 fb . + or b ;2c04 b0 . + ei ;2c05 fb . + or d ;2c06 b2 . + ei ;2c07 fb . + or h ;2c08 b4 . + ei ;2c09 fb . + or (hl) ;2c0a b6 . + ei ;2c0b fb . + cp b ;2c0c b8 . + ei ;2c0d fb . + cp d ;2c0e ba . + ei ;2c0f fb . +l2c10h: + cp h ;2c10 bc . + ei ;2c11 fb . + cp l ;2c12 bd . + ei ;2c13 fb . + cp a ;2c14 bf . + ei ;2c15 fb . + pop bc ;2c16 c1 . + ei ;2c17 fb . + jp lc4fbh ;2c18 c3 fb c4 . . . + ei ;2c1b fb . + add a,0fbh ;2c1c c6 fb . . + rst 0 ;2c1e c7 . + ei ;2c1f fb . + ret ;2c20 c9 . + ei ;2c21 fb . + jp z,lccfbh ;2c22 ca fb cc . . . + ei ;2c25 fb . + call sub_cffbh ;2c26 cd fb cf . . . + ei ;2c29 fb . + ret nc ;2c2a d0 . + ei ;2c2b fb . + pop de ;2c2c d1 . + ei ;2c2d fb . + jp nc,l76fbh ;2c2e d2 fb 76 . . v + ei ;2c31 fb . +l2c32h: + ld a,c ;2c32 79 y + ei ;2c33 fb . +l2c34h: + ld a,h ;2c34 7c | + ei ;2c35 fb . + add a,b ;2c36 80 . + ei ;2c37 fb . + add a,e ;2c38 83 . +l2c39h: + ei ;2c39 fb . + add a,(hl) ;2c3a 86 . + ei ;2c3b fb . + adc a,c ;2c3c 89 . + ei ;2c3d fb . + adc a,h ;2c3e 8c . + ei ;2c3f fb . + adc a,a ;2c40 8f . + ei ;2c41 fb . + sub d ;2c42 92 . + ei ;2c43 fb . + sub l ;2c44 95 . + ei ;2c45 fb . + sbc a,b ;2c46 98 . + ei ;2c47 fb . + sbc a,e ;2c48 9b . + ei ;2c49 fb . + sbc a,(hl) ;2c4a 9e . + ei ;2c4b fb . + and c ;2c4c a1 . + ei ;2c4d fb . + and h ;2c4e a4 . + ei ;2c4f fb . + and a ;2c50 a7 . + ei ;2c51 fb . + xor c ;2c52 a9 . + ei ;2c53 fb . + xor h ;2c54 ac . + ei ;2c55 fb . + xor a ;2c56 af . + ei ;2c57 fb . + or c ;2c58 b1 . + ei ;2c59 fb . + or h ;2c5a b4 . + ei ;2c5b fb . + or a ;2c5c b7 . + ei ;2c5d fb . + cp c ;2c5e b9 . + ei ;2c5f fb . + cp h ;2c60 bc . + ei ;2c61 fb . + cp (hl) ;2c62 be . + ei ;2c63 fb . + ret nz ;2c64 c0 . + ei ;2c65 fb . + jp lc5fbh ;2c66 c3 fb c5 . . . + ei ;2c69 fb . + rst 0 ;2c6a c7 . + ei ;2c6b fb . + ret ;2c6c c9 . + ei ;2c6d fb . + set 7,e ;2c6e cb fb . . + adc a,0fbh ;2c70 ce fb . . + ret nc ;2c72 d0 . + ei ;2c73 fb . + jp nc,ld4fbh ;2c74 d2 fb d4 . . . + ei ;2c77 fb . + sub 0fbh ;2c78 d6 fb . . + ret c ;2c7a d8 . + ei ;2c7b fb . + exx ;2c7c d9 . + ei ;2c7d fb . + in a,(0fbh) ;2c7e db fb . . + defb 0ddh,0fbh,0dfh ;illegal sequence ;2c80 dd fb df . . . + ei ;2c83 fb . + ret po ;2c84 e0 . + ei ;2c85 fb . + jp po,0e4fbh ;2c86 e2 fb e4 . . . + ei ;2c89 fb . + push hl ;2c8a e5 . + ei ;2c8b fb . + rst 20h ;2c8c e7 . + ei ;2c8d fb . + ret pe ;2c8e e8 . + ei ;2c8f fb . + jp pe,lebfbh ;2c90 ea fb eb . . . + ei ;2c93 fb . + defb 0edh;next byte illegal after ed ;2c94 ed . + ei ;2c95 fb . + xor 0fbh ;2c96 ee fb . . + rst 28h ;2c98 ef . + ei ;2c99 fb . + pop af ;2c9a f1 . + ei ;2c9b fb . + jp p,lf3fbh ;2c9c f2 fb f3 . . . + ei ;2c9f fb . + call p,sub_f5fbh ;2ca0 f4 fb f5 . . . + ei ;2ca3 fb . + xor e ;2ca4 ab . + ei ;2ca5 fb . + xor (hl) ;2ca6 ae . + ei ;2ca7 fb . + or c ;2ca8 b1 . + ei ;2ca9 fb . + or h ;2caa b4 . + ei ;2cab fb . + or a ;2cac b7 . + ei ;2cad fb . + cp c ;2cae b9 . + ei ;2caf fb . + cp h ;2cb0 bc . + ei ;2cb1 fb . + cp a ;2cb2 bf . + ei ;2cb3 fb . + pop bc ;2cb4 c1 . + ei ;2cb5 fb . + call nz,0c6fbh ;2cb6 c4 fb c6 . . . + ei ;2cb9 fb . + ret ;2cba c9 . + ei ;2cbb fb . + set 7,e ;2cbc cb fb . . + adc a,0fbh ;2cbe ce fb . . + ret nc ;2cc0 d0 . + ei ;2cc1 fb . + out (0fbh),a ;2cc2 d3 fb . . + push de ;2cc4 d5 . + ei ;2cc5 fb . + ret c ;2cc6 d8 . + ei ;2cc7 fb . + jp c,ldcfbh ;2cc8 da fb dc . . . +l2ccbh: + ei ;2ccb fb . + sbc a,0fbh ;2ccc de fb . . + pop hl ;2cce e1 . + ei ;2ccf fb . + ex (sp),hl ;2cd0 e3 . + ei ;2cd1 fb . + push hl ;2cd2 e5 . + ei ;2cd3 fb . + rst 20h ;2cd4 e7 . + ei ;2cd5 fb . + jp (hl) ;2cd6 e9 . + ei ;2cd7 fb . + ex de,hl ;2cd8 eb . + ei ;2cd9 fb . + defb 0edh;next byte illegal after ed ;2cda ed . + ei ;2cdb fb . + rst 28h ;2cdc ef . + ei ;2cdd fb . + pop af ;2cde f1 . + ei ;2cdf fb . + di ;2ce0 f3 . + ei ;2ce1 fb . + push af ;2ce2 f5 . + ei ;2ce3 fb . + rst 30h ;2ce4 f7 . + ei ;2ce5 fb . + ld sp,hl ;2ce6 f9 . + ei ;2ce7 fb . + jp m,lfcfbh ;2ce8 fa fb fc . . . + ei ;2ceb fb . + cp 0fbh ;2cec fe fb . . + rst 38h ;2cee ff . + ei ;2cef fb . + ld bc,003fch ;2cf0 01 fc 03 . . . + call m,sub_fc04h ;2cf3 fc 04 fc . . . + ld b,0fch ;2cf6 06 fc . . + rlca ;2cf8 07 . + call m,sub_fc09h ;2cf9 fc 09 fc . . . +l2cfch: + ld a,(bc) ;2cfc 0a . + call m,sub_fc0ch ;2cfd fc 0c fc . . . + dec c ;2d00 0d . + call m,sub_fc0eh ;2d01 fc 0e fc . . . + rrca ;2d04 0f . + call m,sub_fc11h ;2d05 fc 11 fc . . . + ld (de),a ;2d08 12 . + call m,sub_fc13h ;2d09 fc 13 fc . . . + inc d ;2d0c 14 . + call m,sub_fc15h ;2d0d fc 15 fc . . . +l2d10h: + ld d,0fch ;2d10 16 fc . . + jr l2d10h ;2d12 18 fc . . + add hl,de ;2d14 19 . + call m,sub_fc1ah ;2d15 fc 1a fc . . . + in a,(0fbh) ;2d18 db fb . . + defb 0ddh,0fbh,0dfh ;illegal sequence ;2d1a dd fb df . . . + ei ;2d1d fb . + jp po,0e4fbh ;2d1e e2 fb e4 . . . + ei ;2d21 fb . + and 0fbh ;2d22 e6 fb . . + jp (hl) ;2d24 e9 . + ei ;2d25 fb . + ex de,hl ;2d26 eb . + ei ;2d27 fb . +l2d28h: + defb 0edh;next byte illegal after ed ;2d28 ed . + ei ;2d29 fb . + rst 28h ;2d2a ef . + ei ;2d2b fb . + jp p,0f4fbh ;2d2c f2 fb f4 . . . + ei ;2d2f fb . + or 0fbh ;2d30 f6 fb . . + ret m ;2d32 f8 . + ei ;2d33 fb . + jp m,lfcfbh ;2d34 fa fb fc . . . + ei ;2d37 fb . + cp 0fbh ;2d38 fe fb . . + ld bc,003fch ;2d3a 01 fc 03 . . . + call m,sub_fc05h ;2d3d fc 05 fc . . . + ld b,0fch ;2d40 06 fc . . + ex af,af' ;2d42 08 . + call m,sub_fc0ah ;2d43 fc 0a fc . . . + inc c ;2d46 0c . + call m,sub_fc0eh ;2d47 fc 0e fc . . . + djnz $-2 ;2d4a 10 fc . . + ld (de),a ;2d4c 12 . + call m,sub_fc13h ;2d4d fc 13 fc . . . + dec d ;2d50 15 . + call m,sub_fc17h ;2d51 fc 17 fc . . . + jr $-2 ;2d54 18 fc . . + ld a,(de) ;2d56 1a . + call m,sub_fc1ch ;2d57 fc 1c fc . . . + dec e ;2d5a 1d . + call m,sub_fc1fh ;2d5b fc 1f fc . . . + jr nz,$-2 ;2d5e 20 fc . + ld (l23fch),hl ;2d60 22 fc 23 " . # + call m,sub_fc25h ;2d63 fc 25 fc . % . + ld h,0fch ;2d66 26 fc & . + daa ;2d68 27 ' + call m,sub_fc29h ;2d69 fc 29 fc . ) . + ld hl,(l2bfch) ;2d6c 2a fc 2b * . + + call m,sub_fc2dh ;2d6f fc 2d fc . - . + ld l,0fch ;2d72 2e fc . . + cpl ;2d74 2f / + call m,sub_fc30h ;2d75 fc 30 fc . 0 . + ld sp,l32fch ;2d78 31 fc 32 1 . 2 + call m,sub_fc33h ;2d7b fc 33 fc . 3 . + dec (hl) ;2d7e 35 5 + call m,sub_fc36h ;2d7f fc 36 fc . 6 . + scf ;2d82 37 7 + call m,sub_fc37h ;2d83 fc 37 fc . 7 . + jr c,$-2 ;2d86 38 fc 8 . + add hl,sp ;2d88 39 9 + call m,sub_fc0ch ;2d89 fc 0c fc . . . +l2d8ch: + ld c,0fch ;2d8c 0e fc . . + djnz l2d8ch ;2d8e 10 fc . . + ld (de),a ;2d90 12 . + call m,sub_fc14h ;2d91 fc 14 fc . . . + dec d ;2d94 15 . + call m,sub_fc17h ;2d95 fc 17 fc . . . + add hl,de ;2d98 19 . + call m,sub_fc1bh ;2d99 fc 1b fc . . . + dec e ;2d9c 1d . + call m,sub_fc1fh ;2d9d fc 1f fc . . . + ld hl,l22fch ;2da0 21 fc 22 ! . " + call m,sub_fc24h ;2da3 fc 24 fc . $ . +l2da6h: + ld h,0fch ;2da6 26 fc & . + jr z,l2da6h ;2da8 28 fc ( . + add hl,hl ;2daa 29 ) + call m,sub_fc2bh ;2dab fc 2b fc . + . + dec l ;2dae 2d - + call m,sub_fc2eh ;2daf fc 2e fc . . . + jr nc,$-2 ;2db2 30 fc 0 . + ld (033fch),a ;2db4 32 fc 33 2 . 3 + call m,sub_fc35h ;2db7 fc 35 fc . 5 . +l2dbah: + ld (hl),0fch ;2dba 36 fc 6 . + jr c,l2dbah ;2dbc 38 fc 8 . + add hl,sp ;2dbe 39 9 + call m,sub_fc3bh ;2dbf fc 3b fc . ; . + inc a ;2dc2 3c < + call m,sub_fc3dh ;2dc3 fc 3d fc . = . + ccf ;2dc6 3f ? + call m,sub_fc40h ;2dc7 fc 40 fc . @ . + ld b,d ;2dca 42 B + call m,sub_fc43h ;2dcb fc 43 fc . C . + ld b,h ;2dce 44 D + call m,sub_fc45h ;2dcf fc 45 fc . E . + ld b,a ;2dd2 47 G + call m,sub_fc48h ;2dd3 fc 48 fc . H . + ld c,c ;2dd6 49 I + call m,sub_fc4ah ;2dd7 fc 4a fc . J . + ld c,e ;2dda 4b K + call m,sub_fc4ch ;2ddb fc 4c fc . L . + ld c,l ;2dde 4d M + call m,sub_fc4eh ;2ddf fc 4e fc . N . + ld c,a ;2de2 4f O +l2de3h: + call m,sub_fc50h ;2de3 fc 50 fc . P . + ld d,c ;2de6 51 Q + call m,sub_fc52h ;2de7 fc 52 fc . R . + ld d,e ;2dea 53 S + call m,sub_fc54h ;2deb fc 54 fc . T . + ld d,l ;2dee 55 U + call m,sub_fc56h ;2def fc 56 fc . V . + ld d,a ;2df2 57 W + call m,sub_fc33h ;2df3 fc 33 fc . 3 . + dec (hl) ;2df6 35 5 + call m,sub_fc37h ;2df7 fc 37 fc . 7 . + jr c,$-2 ;2dfa 38 fc 8 . + ld a,(l3cfch) ;2dfc 3a fc 3c : . < + call m,sub_fc3dh ;2dff fc 3d fc . = . + ccf ;2e02 3f ? + call m,sub_fc41h ;2e03 fc 41 fc . A . + ld b,d ;2e06 42 B + call m,sub_fc44h ;2e07 fc 44 fc . D . + ld b,l ;2e0a 45 E + call m,sub_fc47h ;2e0b fc 47 fc . G . + ld c,c ;2e0e 49 I + call m,sub_fc4ah ;2e0f fc 4a fc . J . + ld c,h ;2e12 4c L + call m,sub_fc4dh ;2e13 fc 4d fc . M . + ld c,a ;2e16 4f O + call m,sub_fc50h ;2e17 fc 50 fc . P . + ld d,c ;2e1a 51 Q + call m,sub_fc53h ;2e1b fc 53 fc . S . + ld d,h ;2e1e 54 T + call m,sub_fc56h ;2e1f fc 56 fc . V . + ld d,a ;2e22 57 W + call m,sub_fc58h ;2e23 fc 58 fc . X . + ld e,d ;2e26 5a Z + call m,sub_fc5bh ;2e27 fc 5b fc . [ . + ld e,h ;2e2a 5c \ + call m,sub_fc5dh ;2e2b fc 5d fc . ] . + ld e,a ;2e2e 5f _ + call m,sub_fc60h ;2e2f fc 60 fc . ` . + ld h,c ;2e32 61 a + call m,sub_fc62h ;2e33 fc 62 fc . b . + ld h,e ;2e36 63 c + call m,sub_fc64h ;2e37 fc 64 fc . d . + ld h,l ;2e3a 65 e + call m,sub_fc67h ;2e3b fc 67 fc . g . + ld l,b ;2e3e 68 h + call m,sub_fc69h ;2e3f fc 69 fc . i . + ld l,d ;2e42 6a j + call m,sub_fc6bh ;2e43 fc 6b fc . k . + ld l,h ;2e46 6c l + call m,sub_fc6ch ;2e47 fc 6c fc . l . + ld l,l ;2e4a 6d m + call m,sub_fc6eh ;2e4b fc 6e fc . n . + ld l,a ;2e4e 6f o + call m,sub_fc70h ;2e4f fc 70 fc . p . + ld (hl),c ;2e52 71 q + call m,sub_fc72h ;2e53 fc 72 fc . r . + ld (hl),d ;2e56 72 r + call m,sub_fc73h ;2e57 fc 73 fc . s . + ld (hl),h ;2e5a 74 t + call m,sub_fc5bh ;2e5b fc 5b fc . [ . + ld e,l ;2e5e 5d ] + call m,sub_fc5eh ;2e5f fc 5e fc . ^ . + ld e,a ;2e62 5f _ + call m,sub_fc61h ;2e63 fc 61 fc . a . + ld h,d ;2e66 62 b + call m,sub_fc63h ;2e67 fc 63 fc . c . + ld h,l ;2e6a 65 e + call m,sub_fc66h ;2e6b fc 66 fc . f . + ld l,b ;2e6e 68 h + call m,sub_fc69h ;2e6f fc 69 fc . i . + ld l,d ;2e72 6a j + call m,sub_fc6bh ;2e73 fc 6b fc . k . + ld l,l ;2e76 6d m + call m,sub_fc6eh ;2e77 fc 6e fc . n . + ld l,a ;2e7a 6f o + call m,sub_fc70h ;2e7b fc 70 fc . p . + ld (hl),d ;2e7e 72 r + call m,sub_fc73h ;2e7f fc 73 fc . s . + ld (hl),h ;2e82 74 t + call m,sub_fc75h ;2e83 fc 75 fc . u . + halt ;2e86 76 v + call m,sub_fc78h ;2e87 fc 78 fc . x . + ld a,c ;2e8a 79 y + call m,sub_fc7ah ;2e8b fc 7a fc . z . + ld a,e ;2e8e 7b { + call m,sub_fc7ch ;2e8f fc 7c fc . | . + ld a,l ;2e92 7d } + call m,sub_fc7eh ;2e93 fc 7e fc . ~ . + ld a,a ;2e96 7f  + call m,sub_fc80h ;2e97 fc 80 fc . . . + add a,c ;2e9a 81 . + call m,sub_fc82h ;2e9b fc 82 fc . . . + add a,e ;2e9e 83 . + call m,sub_fc84h ;2e9f fc 84 fc . . . + add a,l ;2ea2 85 . + call m,sub_fc86h ;2ea3 fc 86 fc . . . + add a,(hl) ;2ea6 86 . + call m,sub_fc87h ;2ea7 fc 87 fc . . . + adc a,b ;2eaa 88 . + call m,sub_fc89h ;2eab fc 89 fc . . . + adc a,d ;2eae 8a . + call m,sub_fc8ah ;2eaf fc 8a fc . . . + adc a,e ;2eb2 8b . + call m,sub_fc8ch ;2eb3 fc 8c fc . . . + adc a,l ;2eb6 8d . + call m,sub_fc8dh ;2eb7 fc 8d fc . . . + ld a,l ;2eba 7d } + call m,sub_fc7eh ;2ebb fc 7e fc . ~ . + ld a,a ;2ebe 7f  + call m,sub_fc80h ;2ebf fc 80 fc . . . + add a,d ;2ec2 82 . + call m,sub_fc83h ;2ec3 fc 83 fc . . . + add a,h ;2ec6 84 . + call m,sub_fc85h ;2ec7 fc 85 fc . . . + add a,(hl) ;2eca 86 . + call m,sub_fc87h ;2ecb fc 87 fc . . . + adc a,c ;2ece 89 . + call m,sub_fc8ah ;2ecf fc 8a fc . . . + adc a,e ;2ed2 8b . + call m,sub_fc8ch ;2ed3 fc 8c fc . . . + adc a,l ;2ed6 8d . + call m,sub_fc8eh ;2ed7 fc 8e fc . . . + adc a,a ;2eda 8f . + call m,sub_fc90h ;2edb fc 90 fc . . . + sub c ;2ede 91 . + call m,sub_fc92h ;2edf fc 92 fc . . . + sub e ;2ee2 93 . + call m,sub_fc94h ;2ee3 fc 94 fc . . . + sub l ;2ee6 95 . + call m,sub_fc96h ;2ee7 fc 96 fc . . . + sub a ;2eea 97 . + call m,sub_fc98h ;2eeb fc 98 fc . . . + sbc a,c ;2eee 99 . + call m,sub_fc9ah ;2eef fc 9a fc . . . + sbc a,e ;2ef2 9b . + call m,sub_fc9ch ;2ef3 fc 9c fc . . . + sbc a,l ;2ef6 9d . + call m,sub_fc9eh ;2ef7 fc 9e fc . . . + sbc a,(hl) ;2efa 9e . + call m,sub_fc9fh ;2efb fc 9f fc . . . + and b ;2efe a0 . + call m,sub_fca1h ;2eff fc a1 fc . . . + and d ;2f02 a2 . + call m,sub_fca2h ;2f03 fc a2 fc . . . + and e ;2f06 a3 . + call m,sub_fca4h ;2f07 fc a4 fc . . . + and l ;2f0a a5 . + call m,sub_fca5h ;2f0b fc a5 fc . . . + and (hl) ;2f0e a6 . + call m,sub_fca6h ;2f0f fc a6 fc . . . + and a ;2f12 a7 . + call m,sub_fc9ah ;2f13 fc 9a fc . . . + sbc a,e ;2f16 9b . + call m,sub_fc9dh ;2f17 fc 9d fc . . . + sbc a,(hl) ;2f1a 9e . + call m,sub_fc9fh ;2f1b fc 9f fc . . . + and b ;2f1e a0 . + call m,sub_fca1h ;2f1f fc a1 fc . . . + and d ;2f22 a2 . + call m,sub_fca3h ;2f23 fc a3 fc . . . + and h ;2f26 a4 . + call m,sub_fca5h ;2f27 fc a5 fc . . . + and (hl) ;2f2a a6 . + call m,sub_fca7h ;2f2b fc a7 fc . . . + xor b ;2f2e a8 . + call m,sub_fca9h ;2f2f fc a9 fc . . . + xor d ;2f32 aa . + call m,sub_fcabh ;2f33 fc ab fc . . . + xor h ;2f36 ac . + call m,sub_fcadh ;2f37 fc ad fc . . . + xor l ;2f3a ad . + call m,sub_fcaeh ;2f3b fc ae fc . . . + xor a ;2f3e af . + call m,sub_fcb0h ;2f3f fc b0 fc . . . + or c ;2f42 b1 . + call m,sub_fcb2h ;2f43 fc b2 fc . . . + or e ;2f46 b3 . + call m,sub_fcb3h ;2f47 fc b3 fc . . . + or h ;2f4a b4 . + call m,sub_fcb5h ;2f4b fc b5 fc . . . + or (hl) ;2f4e b6 . + call m,sub_fcb7h ;2f4f fc b7 fc . . . + or a ;2f52 b7 . + call m,sub_fcb8h ;2f53 fc b8 fc . . . + cp c ;2f56 b9 . + call m,sub_fcb9h ;2f57 fc b9 fc . . . + cp d ;2f5a ba . + call m,sub_fcbbh ;2f5b fc bb fc . . . + cp e ;2f5e bb . + call m,sub_fcbch ;2f5f fc bc fc . . . + cp l ;2f62 bd . + call m,sub_fcbdh ;2f63 fc bd fc . . . + cp (hl) ;2f66 be . + call m,sub_fcbeh ;2f67 fc be fc . . . + or a ;2f6a b7 . + call m,sub_fcb8h ;2f6b fc b8 fc . . . + cp c ;2f6e b9 . + call m,sub_fcbah ;2f6f fc ba fc . . . + cp e ;2f72 bb . + call m,sub_fcbch ;2f73 fc bc fc . . . + cp l ;2f76 bd . + call m,sub_fcbeh ;2f77 fc be fc . . . + cp a ;2f7a bf . + call m,sub_fcc0h ;2f7b fc c0 fc . . . + pop bc ;2f7e c1 . + call m,sub_fcc1h ;2f7f fc c1 fc . . . + jp nz,lc3fbh+1 ;2f82 c2 fc c3 . . . + call m,sub_fcc4h ;2f85 fc c4 fc . . . + push bc ;2f88 c5 . + call m,sub_fcc6h ;2f89 fc c6 fc . . . + add a,0fch ;2f8c c6 fc . . + rst 0 ;2f8e c7 . + call m,sub_fcc8h ;2f8f fc c8 fc . . . + ret ;2f92 c9 . + call m,sub_fccah ;2f93 fc ca fc . . . + jp z,lcbfch ;2f96 ca fc cb . . . + call m,sub_fccch ;2f99 fc cc fc . . . + call sub_cdfch ;2f9c cd fc cd . . . + call m,sub_fcceh ;2f9f fc ce fc . . . + rst 8 ;2fa2 cf . + call m,sub_fccfh ;2fa3 fc cf fc . . . + ret nc ;2fa6 d0 . + call m,sub_fcd1h ;2fa7 fc d1 fc . . . + pop de ;2faa d1 . + call m,sub_fcd2h ;2fab fc d2 fc . . . + jp nc,ld3fch ;2fae d2 fc d3 . . . + call m,sub_fcd4h ;2fb1 fc d4 fc . . . + call nc,sub_d5fch ;2fb4 d4 fc d5 . . . + call m,sub_fcd5h ;2fb7 fc d5 fc . . . + sub 0fch ;2fba d6 fc . . + jp nc,ld2fch ;2fbc d2 fc d2 . . . + call m,sub_fcd3h ;2fbf fc d3 fc . . . + call nc,sub_d5fch ;2fc2 d4 fc d5 . . . + call m,sub_fcd6h ;2fc5 fc d6 fc . . . + sub 0fch ;2fc8 d6 fc . . + rst 10h ;2fca d7 . + call m,sub_fcd8h ;2fcb fc d8 fc . . . + exx ;2fce d9 . + call m,sub_fcdah ;2fcf fc da fc . . . + jp c,ldbfch ;2fd2 da fc db . . . + call m,sub_fcdch ;2fd5 fc dc fc . . . + defb 0ddh,0fch,0ddh ;illegal sequence ;2fd8 dd fc dd . . . + call m,sub_fcdeh ;2fdb fc de fc . . . + rst 18h ;2fde df . + call m,sub_fce0h ;2fdf fc e0 fc . . . + ret po ;2fe2 e0 . + call m,sub_fce1h ;2fe3 fc e1 fc . . . + jp po,le2fch ;2fe6 e2 fc e2 . . . + call m,sub_fce3h ;2fe9 fc e3 fc . . . + call po,sub_e4fch ;2fec e4 fc e4 . . . + call m,sub_fce5h ;2fef fc e5 fc . . . + push hl ;2ff2 e5 . + call m,sub_fce6h ;2ff3 fc e6 fc . . . + rst 20h ;2ff6 e7 . + call m,sub_fce7h ;2ff7 fc e7 fc . . . + ret pe ;2ffa e8 . + call m,sub_fce8h ;2ffb fc e8 fc . . . + jp (hl) ;2ffe e9 . + call m,sub_fce9h ;2fff fc e9 fc . . . + jp pe,leafch ;3002 ea fc ea . . . + call m,sub_fcebh ;3005 fc eb fc . . . + jp pe,lebfch ;3008 ea fc eb . . . + call m,sub_fcech ;300b fc ec fc . . . + call pe,0edfch ;300e ec fc ed . . . + call m,sub_fceeh ;3011 fc ee fc . . . + xor 0fch ;3014 ee fc . . + rst 28h ;3016 ef . + call m,sub_fcf0h ;3017 fc f0 fc . . . + pop af ;301a f1 . + call m,sub_fcf1h ;301b fc f1 fc . . . + jp p,lf3fch ;301e f2 fc f3 . . . + call m,sub_fcf3h ;3021 fc f3 fc . . . + call p,0f4fch ;3024 f4 fc f4 . . . + call m,sub_fcf5h ;3027 fc f5 fc . . . + or 0fch ;302a f6 fc . . +l302ch: + or 0fch ;302c f6 fc . . + rst 30h ;302e f7 . + call m,sub_fcf8h ;302f fc f8 fc . . . +l3032h: + ret m ;3032 f8 . +l3033h: + call m,lfcf9h ;3033 fc f9 fc . . . +l3036h: + ld sp,hl ;3036 f9 . +l3037h: + call m,sub_fcfah ;3037 fc fa fc . . . + jp m,lfbfch ;303a fa fc fb . . . + call m,sub_fcfch ;303d fc fc fc . . . + call m,sub_fdfch ;3040 fc fc fd . . . + call m,sub_fcfdh ;3043 fc fd fc . . . + cp 0fch ;3046 fe fc . . + cp 0fch ;3048 fe fc . . + cp 0fch ;304a fe fc . . + rst 38h ;304c ff . + call m,sub_fcfeh ;304d fc fe fc . . . + rst 38h ;3050 ff . + call m,sub_fd00h ;3051 fc 00 fd . . . + nop ;3054 00 . + defb 0fdh,001h,0fdh ;illegal sequence ;3055 fd 01 fd . . . + ld (bc),a ;3058 02 . + defb 0fdh,002h,0fdh ;illegal sequence ;3059 fd 02 fd . . . + inc bc ;305c 03 . + defb 0fdh,004h,0fdh ;illegal sequence ;305d fd 04 fd . . . + inc b ;3060 04 . + defb 0fdh,005h,0fdh ;illegal sequence ;3061 fd 05 fd . . . + ld b,0fdh ;3064 06 fd . . + ld b,0fdh ;3066 06 fd . . + rlca ;3068 07 . + defb 0fdh,007h,0fdh ;illegal sequence ;3069 fd 07 fd . . . + ex af,af' ;306c 08 . + add iy,bc ;306d fd 09 . . + add iy,bc ;306f fd 09 . . + defb 0fdh,00ah,0fdh ;illegal sequence ;3071 fd 0a fd . . . + ld a,(bc) ;3074 0a . + defb 0fdh,00bh,0fdh ;illegal sequence ;3075 fd 0b fd . . . + dec bc ;3078 0b . + defb 0fdh,00ch,0fdh ;illegal sequence ;3079 fd 0c fd . . . + inc c ;307c 0c . + defb 0fdh,00dh,0fdh ;illegal sequence ;307d fd 0d fd . . . + ld c,0fdh ;3080 0e fd . . + ld c,0fdh ;3082 0e fd . . + rrca ;3084 0f . + defb 0fdh,00fh,0fdh ;illegal sequence ;3085 fd 0f fd . . . + djnz $-1 ;3088 10 fd . . + djnz $-1 ;308a 10 fd . . + djnz $-1 ;308c 10 fd . . + ld de,011fdh ;308e 11 fd 11 . . . + defb 0fdh,012h,0fdh ;illegal sequence ;3091 fd 12 fd . . . + ld (de),a ;3094 12 . + defb 0fdh,012h,0fdh ;illegal sequence ;3095 fd 12 fd . . . + ld (de),a ;3098 12 . + defb 0fdh,013h,0fdh ;illegal sequence ;3099 fd 13 fd . . . + inc d ;309c 14 . + defb 0fdh,014h,0fdh ;illegal sequence ;309d fd 14 fd . . . + dec d ;30a0 15 . + defb 0fdh,015h,0fdh ;illegal sequence ;30a1 fd 15 fd . . . + ld d,0fdh ;30a4 16 fd . . + rla ;30a6 17 . + defb 0fdh,017h,0fdh ;illegal sequence ;30a7 fd 17 fd . . . + jr $-1 ;30aa 18 fd . . + jr $-1 ;30ac 18 fd . . + add hl,de ;30ae 19 . + defb 0fdh,01ah,0fdh ;illegal sequence ;30af fd 1a fd . . . + ld a,(de) ;30b2 1a . + defb 0fdh,01bh,0fdh ;illegal sequence ;30b3 fd 1b fd . . . + dec de ;30b6 1b . + defb 0fdh,01ch,0fdh ;illegal sequence ;30b7 fd 1c fd . . . + inc e ;30ba 1c . + defb 0fdh,01dh,0fdh ;illegal sequence ;30bb fd 1d fd . . . + dec e ;30be 1d . + defb 0fdh,01eh,0fdh ;illegal sequence ;30bf fd 1e fd . . . + ld e,0fdh ;30c2 1e fd . . + rra ;30c4 1f . + defb 0fdh,01fh,0fdh ;illegal sequence ;30c5 fd 1f fd . . . + jr nz,$-1 ;30c8 20 fd . + jr nz,$-1 ;30ca 20 fd . + ld hl,021fdh ;30cc 21 fd 21 ! . ! + ld (l22fdh),iy ;30cf fd 22 fd 22 . " . " + inc iy ;30d3 fd 23 . # + inc iy ;30d5 fd 23 . # + inc iy ;30d7 fd 23 . # + defb 0fdh,024h,0fdh ;illegal sequence ;30d9 fd 24 fd . $ . + inc h ;30dc 24 $ + defb 0fdh,025h,0fdh ;illegal sequence ;30dd fd 25 fd . % . +l30e0h: + nop ;30e0 00 . + nop ;30e1 00 . + ld bc,l0201h ;30e2 01 01 02 . . . + inc bc ;30e5 03 . + inc bc ;30e6 03 . + inc b ;30e7 04 . + inc b ;30e8 04 . + dec b ;30e9 05 . + dec b ;30ea 05 . + dec b ;30eb 05 . + ld b,006h ;30ec 06 06 . . + rlca ;30ee 07 . + rlca ;30ef 07 . + rlca ;30f0 07 . + ex af,af' ;30f1 08 . + ex af,af' ;30f2 08 . + ex af,af' ;30f3 08 . + add hl,bc ;30f4 09 . + add hl,bc ;30f5 09 . + add hl,bc ;30f6 09 . +l30f7h: + ld a,(bc) ;30f7 0a . + ld a,(bc) ;30f8 0a . +l30f9h: + ld a,(bc) ;30f9 0a . + dec bc ;30fa 0b . + dec bc ;30fb 0b . + dec bc ;30fc 0b . + inc c ;30fd 0c . + inc c ;30fe 0c . + inc c ;30ff 0c . + dec c ;3100 0d . + dec c ;3101 0d . + dec c ;3102 0d . + dec c ;3103 0d . + ld c,00eh ;3104 0e 0e . . + ld c,00eh ;3106 0e 0e . . + rrca ;3108 0f . + rrca ;3109 0f . + rrca ;310a 0f . + djnz l311eh ;310b 10 11 . . + ld (de),a ;310d 12 . + inc de ;310e 13 . + inc de ;310f 13 . + inc de ;3110 13 . + inc de ;3111 13 . + inc d ;3112 14 . + inc d ;3113 14 . + inc d ;3114 14 . + inc d ;3115 14 . + inc d ;3116 14 . + dec d ;3117 15 . + dec d ;3118 15 . + dec d ;3119 15 . + dec d ;311a 15 . + dec d ;311b 15 . + ld d,016h ;311c 16 16 . . +l311eh: + ld d,016h ;311e 16 16 . . + ld d,017h ;3120 16 17 . . + rla ;3122 17 . + rla ;3123 17 . + rla ;3124 17 . + rla ;3125 17 . + jr l3140h ;3126 18 18 . . + jr l3142h ;3128 18 18 . . + jr l3144h ;312a 18 18 . . +l312ch: + add hl,de ;312c 19 . + add hl,de ;312d 19 . + add hl,de ;312e 19 . +l312fh: + add hl,de ;312f 19 . + add hl,de ;3130 19 . + add hl,de ;3131 19 . + ld a,(de) ;3132 1a . +l3133h: + ld a,(de) ;3133 1a . + ld a,(de) ;3134 1a . + ld a,(de) ;3135 1a . + ld a,(de) ;3136 1a . + ld a,(de) ;3137 1a . + dec de ;3138 1b . + dec de ;3139 1b . + dec de ;313a 1b . + dec de ;313b 1b . + dec de ;313c 1b . + dec de ;313d 1b . + dec de ;313e 1b . + inc e ;313f 1c . +l3140h: + inc e ;3140 1c . + inc e ;3141 1c . +l3142h: + inc e ;3142 1c . +l3143h: + inc e ;3143 1c . +l3144h: + inc e ;3144 1c . + dec e ;3145 1d . + dec e ;3146 1d . + dec e ;3147 1d . + dec e ;3148 1d . + dec e ;3149 1d . + dec e ;314a 1d . + dec e ;314b 1d . + dec e ;314c 1d . +l314dh: + ld e,01eh ;314d 1e 1e . . + ld e,01eh ;314f 1e 1e . . + ld e,01eh ;3151 1e 1e . . + ld e,01eh ;3153 1e 1e . . + rra ;3155 1f . + rra ;3156 1f . + rra ;3157 1f . + rra ;3158 1f . + rra ;3159 1f . + rra ;315a 1f . + rra ;315b 1f . + rra ;315c 1f . + rra ;315d 1f . + jr nz,l3180h ;315e 20 20 + jr nz,l3182h ;3160 20 20 + jr nz,l3184h ;3162 20 20 + jr nz,l3186h ;3164 20 20 + jr nz,l3189h ;3166 20 21 ! + ld hl,02121h ;3168 21 21 21 ! ! ! + ld hl,02121h ;316b 21 21 21 ! ! ! + ld hl,02121h ;316e 21 21 21 ! ! ! + ld (l2222h),hl ;3171 22 22 22 " " " + ld (l2222h),hl ;3174 22 22 22 " " " + ld (l2222h),hl ;3177 22 22 22 " " " + ld (02322h),hl ;317a 22 22 23 " " # + inc hl ;317d 23 # + inc hl ;317e 23 # + inc hl ;317f 23 # +l3180h: + inc hl ;3180 23 # + inc hl ;3181 23 # +l3182h: + inc hl ;3182 23 # + inc hl ;3183 23 # +l3184h: + inc hl ;3184 23 # + inc hl ;3185 23 # +l3186h: + inc hl ;3186 23 # + inc h ;3187 24 $ + inc h ;3188 24 $ +l3189h: + inc h ;3189 24 $ + inc h ;318a 24 $ + inc h ;318b 24 $ + inc h ;318c 24 $ + inc h ;318d 24 $ + inc h ;318e 24 $ + inc h ;318f 24 $ + inc h ;3190 24 $ + inc h ;3191 24 $ +l3192h: + inc h ;3192 24 $ + inc h ;3193 24 $ + dec h ;3194 25 % + dec h ;3195 25 % + dec h ;3196 25 % + dec h ;3197 25 % + dec h ;3198 25 % + dec h ;3199 25 % + dec h ;319a 25 % + dec h ;319b 25 % + dec h ;319c 25 % + dec h ;319d 25 % + dec h ;319e 25 % + dec h ;319f 25 % + dec h ;31a0 25 % + ld h,026h ;31a1 26 26 & & + ld h,026h ;31a3 26 26 & & + ld h,026h ;31a5 26 26 & & + ld h,026h ;31a7 26 26 & & + ld h,026h ;31a9 26 26 & & + ld h,026h ;31ab 26 26 & & + ld h,026h ;31ad 26 26 & & + daa ;31af 27 ' + daa ;31b0 27 ' + daa ;31b1 27 ' + daa ;31b2 27 ' + daa ;31b3 27 ' + daa ;31b4 27 ' + daa ;31b5 27 ' + daa ;31b6 27 ' + daa ;31b7 27 ' + daa ;31b8 27 ' + daa ;31b9 27 ' + daa ;31ba 27 ' + daa ;31bb 27 ' + daa ;31bc 27 ' + daa ;31bd 27 ' + jr z,$+42 ;31be 28 28 ( ( + jr z,$+42 ;31c0 28 28 ( ( + jr z,l31ech ;31c2 28 28 ( ( + jr z,$+42 ;31c4 28 28 ( ( + jr z,l31f0h ;31c6 28 28 ( ( + jr z,l31f2h ;31c8 28 28 ( ( + jr z,l31f4h ;31ca 28 28 ( ( + jr z,$+42 ;31cc 28 28 ( ( + add hl,hl ;31ce 29 ) + add hl,hl ;31cf 29 ) + add hl,hl ;31d0 29 ) + add hl,hl ;31d1 29 ) + add hl,hl ;31d2 29 ) + add hl,hl ;31d3 29 ) + add hl,hl ;31d4 29 ) + add hl,hl ;31d5 29 ) + add hl,hl ;31d6 29 ) + add hl,hl ;31d7 29 ) + add hl,hl ;31d8 29 ) + add hl,hl ;31d9 29 ) + add hl,hl ;31da 29 ) + add hl,hl ;31db 29 ) + add hl,hl ;31dc 29 ) + ld hl,(l0000h+1) ;31dd 2a 01 00 * . . + ld (bc),a ;31e0 02 . + nop ;31e1 00 . + ld bc,l0100h ;31e2 01 00 01 . . . + nop ;31e5 00 . + ld a,(bc) ;31e6 0a . + ld e,000h ;31e7 1e 00 . . + ld (l2202h),hl ;31e9 22 02 22 " . " +l31ech: + inc c ;31ec 0c . + ld e,001h ;31ed 1e 01 . . + nop ;31ef 00 . +l31f0h: + dec b ;31f0 05 . + nop ;31f1 00 . +l31f2h: + inc b ;31f2 04 . +l31f3h: + nop ;31f3 00 . +l31f4h: + ld bc,l0a00h ;31f4 01 00 0a . . . + ld e,006h ;31f7 1e 06 . . + ld (0220eh),hl ;31f9 22 0e 22 " . " + inc c ;31fc 0c . +l31fdh: + ld e,001h ;31fd 1e 01 . . + nop ;31ff 00 . + ex af,af' ;3200 08 . + nop ;3201 00 . + rlca ;3202 07 . + nop ;3203 00 . + ld bc,l0a00h ;3204 01 00 0a . . . + ld e,012h ;3207 1e 12 . . + ld (l2220h),hl ;3209 22 20 22 " " + inc c ;320c 0c . +l320dh: + ld e,001h ;320d 1e 01 . . + nop ;320f 00 . + inc c ;3210 0c . + nop ;3211 00 . + dec bc ;3212 0b . + nop ;3213 00 . + ld bc,l0a00h ;3214 01 00 0a . . . + ld e,024h ;3217 1e 24 . $ + ld (0223ah),hl ;3219 22 3a 22 " : " + inc c ;321c 0c . + ld e,001h ;321d 1e 01 . . + nop ;321f 00 . + djnz l3222h ;3220 10 00 . . +l3222h: + rrca ;3222 0f . + nop ;3223 00 . + ld bc,l0a00h ;3224 01 00 0a . . . + ld e,03eh ;3227 1e 3e . > + ld (l225ch),hl ;3229 22 5c 22 " \ " +l322ch: + inc c ;322c 0c . + ld e,001h ;322d 1e 01 . . + nop ;322f 00 . + dec d ;3230 15 . +l3231h: + nop ;3231 00 . +l3232h: + inc d ;3232 14 . +l3233h: + nop ;3233 00 . + ld bc,l0a00h ;3234 01 00 0a . . . +l3237h: + ld e,060h ;3237 1e 60 . ` +l3239h: + ld (l2288h),hl ;3239 22 88 22 " . " + inc c ;323c 0c . + ld e,001h ;323d 1e 01 . . + nop ;323f 00 . + ld a,(de) ;3240 1a . + nop ;3241 00 . + add hl,de ;3242 19 . + nop ;3243 00 . +l3244h: + ld bc,l0a00h ;3244 01 00 0a . . . + ld e,08ch ;3247 1e 8c . . + ld (022beh),hl ;3249 22 be 22 " . " + inc c ;324c 0c . + ld e,001h ;324d 1e 01 . . + nop ;324f 00 . + rra ;3250 1f . + nop ;3251 00 . + ld e,000h ;3252 1e 00 . . + ld bc,l0a00h ;3254 01 00 0a . . . + ld e,0c2h ;3257 1e c2 . . + ld (l22feh),hl ;3259 22 fe 22 " . " + inc c ;325c 0c . + ld e,001h ;325d 1e 01 . . + nop ;325f 00 . + dec h ;3260 25 % + nop ;3261 00 . + inc h ;3262 24 $ + nop ;3263 00 . + ld bc,l0a00h ;3264 01 00 0a . . . + ld e,002h ;3267 1e 02 . . + inc hl ;3269 23 # + ld c,d ;326a 4a J + inc hl ;326b 23 # + inc c ;326c 0c . + ld e,001h ;326d 1e 01 . . + nop ;326f 00 . +l3270h: + dec hl ;3270 2b + + nop ;3271 00 . + ld hl,(l0100h) ;3272 2a 00 01 * . . + nop ;3275 00 . + ld a,(bc) ;3276 0a . + ld e,04eh ;3277 1e 4e . N + inc hl ;3279 23 # + and d ;327a a2 . + inc hl ;327b 23 # + inc c ;327c 0c . + ld e,001h ;327d 1e 01 . . + nop ;327f 00 . + ld sp,03000h ;3280 31 00 30 1 . 0 + nop ;3283 00 . + ld bc,l0a00h ;3284 01 00 0a . . . + ld e,0a6h ;3287 1e a6 . . + inc hl ;3289 23 # + ld b,024h ;328a 06 24 . $ + inc c ;328c 0c . + ld e,001h ;328d 1e 01 . . + nop ;328f 00 . + jr c,l3292h ;3290 38 00 8 . +l3292h: + scf ;3292 37 7 + nop ;3293 00 . + ld bc,l0a00h ;3294 01 00 0a . . . + ld e,00ah ;3297 1e 0a . . + inc h ;3299 24 $ + ld a,b ;329a 78 x + inc h ;329b 24 $ + inc c ;329c 0c . + ld e,001h ;329d 1e 01 . . + nop ;329f 00 . + ld a,000h ;32a0 3e 00 > . + dec a ;32a2 3d = + nop ;32a3 00 . + ld bc,l0a00h ;32a4 01 00 0a . . . + ld e,07ch ;32a7 1e 7c . | + inc h ;32a9 24 $ + or 024h ;32aa f6 24 . $ + inc c ;32ac 0c . + ld e,001h ;32ad 1e 01 . . + nop ;32af 00 . + ld b,(hl) ;32b0 46 F + nop ;32b1 00 . + ld b,l ;32b2 45 E + nop ;32b3 00 . + ld bc,l0a00h ;32b4 01 00 0a . . . + ld e,0fah ;32b7 1e fa . . + inc h ;32b9 24 $ + add a,h ;32ba 84 . + dec h ;32bb 25 % +l32bch: + inc c ;32bc 0c . + ld e,001h ;32bd 1e 01 . . + nop ;32bf 00 . + ld c,l ;32c0 4d M + nop ;32c1 00 . + ld c,h ;32c2 4c L + nop ;32c3 00 . + ld bc,l0a00h ;32c4 01 00 0a . . . + ld e,088h ;32c7 1e 88 . . + dec h ;32c9 25 % + jr nz,$+40 ;32ca 20 26 & + inc c ;32cc 0c . + ld e,001h ;32cd 1e 01 . . + nop ;32cf 00 . + ld d,h ;32d0 54 T + nop ;32d1 00 . +l32d2h: + ld d,e ;32d2 53 S + nop ;32d3 00 . + ld bc,l0a00h ;32d4 01 00 0a . . . + ld e,024h ;32d7 1e 24 . $ + ld h,0cah ;32d9 26 ca & . + ld h,00ch ;32db 26 0c & . + ld e,01dh ;32dd 1e 1d . . + nop ;32df 00 . + ld l,000h ;32e0 2e 00 . . + dec l ;32e2 2d - + nop ;32e3 00 . + dec e ;32e4 1d . + nop ;32e5 00 . + ld a,(bc) ;32e6 0a . + ld e,0ceh ;32e7 1e ce . . + ld h,028h ;32e9 26 28 & ( + daa ;32eb 27 ' + ld b,h ;32ec 44 D + ld e,022h ;32ed 1e 22 . " + nop ;32ef 00 . + ld sp,03000h ;32f0 31 00 30 1 . 0 + nop ;32f3 00 . + ld (l0a00h),hl ;32f4 22 00 0a " . . + ld e,02ch ;32f7 1e 2c . , + daa ;32f9 27 ' + adc a,h ;32fa 8c . + daa ;32fb 27 ' +l32fch: + ld c,(hl) ;32fc 4e N + ld e,027h ;32fd 1e 27 . ' + nop ;32ff 00 . +l3300h: + inc (hl) ;3300 34 4 + nop ;3301 00 . + inc sp ;3302 33 3 + nop ;3303 00 . +l3304h: + daa ;3304 27 ' +l3305h: + nop ;3305 00 . + ld a,(bc) ;3306 0a . + ld e,090h ;3307 1e 90 . . + daa ;3309 27 ' + or 027h ;330a f6 27 . ' + ld e,b ;330c 58 X + ld e,02ch ;330d 1e 2c . , + nop ;330f 00 . + scf ;3310 37 7 + nop ;3311 00 . + ld (hl),000h ;3312 36 00 6 . + inc l ;3314 2c , + nop ;3315 00 . + ld a,(bc) ;3316 0a . + ld e,0fah ;3317 1e fa . . + daa ;3319 27 ' + ld h,(hl) ;331a 66 f + jr z,l337fh ;331b 28 62 ( b + ld e,034h ;331d 1e 34 . 4 + nop ;331f 00 . + add hl,sp ;3320 39 9 + nop ;3321 00 . + jr c,l3324h ;3322 38 00 8 . +l3324h: + inc (hl) ;3324 34 4 + nop ;3325 00 . + ld a,(bc) ;3326 0a . + ld e,06ah ;3327 1e 6a . j + jr z,l3305h ;3329 28 da ( . + jr z,l339fh ;332b 28 72 ( r + ld e,03ch ;332d 1e 3c . < + nop ;332f 00 . +l3330h: + dec sp ;3330 3b ; + nop ;3331 00 . + ld a,(l3c00h) ;3332 3a 00 3c : . < + nop ;3335 00 . + ld a,(bc) ;3336 0a . + ld e,0deh ;3337 1e de . . + jr z,$+84 ;3339 28 52 ( R + add hl,hl ;333b 29 ) + add a,d ;333c 82 . + ld e,045h ;333d 1e 45 . E + nop ;333f 00 . + inc a ;3340 3c < + nop ;3341 00 . + dec sp ;3342 3b ; + nop ;3343 00 . +l3344h: + ld b,l ;3344 45 E + nop ;3345 00 . + ld a,(bc) ;3346 0a . + ld e,056h ;3347 1e 56 . V + add hl,hl ;3349 29 ) +l334ah: + call z,sub_9429h ;334a cc 29 94 . ) . +l334dh: + ld e,04eh ;334d 1e 4e . N + nop ;334f 00 . + dec a ;3350 3d = + nop ;3351 00 . + inc a ;3352 3c < + nop ;3353 00 . + ld c,(hl) ;3354 4e N + nop ;3355 00 . + ld a,(bc) ;3356 0a . + ld e,0d0h ;3357 1e d0 . . + add hl,hl ;3359 29 ) + ld c,b ;335a 48 H + ld hl,(01ea6h) ;335b 2a a6 1e * . . + ld e,e ;335e 5b [ + nop ;335f 00 . + inc a ;3360 3c < + nop ;3361 00 . + dec sp ;3362 3b ; + nop ;3363 00 . + ld e,e ;3364 5b [ + nop ;3365 00 . + ld a,(bc) ;3366 0a . + ld e,04ch ;3367 1e 4c . L + ld hl,(l2ac2h) ;3369 2a c2 2a * . * + ret nz ;336c c0 . + ld e,066h ;336d 1e 66 . f + nop ;336f 00 . + inc a ;3370 3c < + nop ;3371 00 . + dec sp ;3372 3b ; + nop ;3373 00 . + ld h,(hl) ;3374 66 f + nop ;3375 00 . + ld a,(bc) ;3376 0a . + ld e,0c6h ;3377 1e c6 . . + ld hl,(l2b3ch) ;3379 2a 3c 2b * < + + sub 01eh ;337c d6 1e . . + ld (hl),d ;337e 72 r +l337fh: + nop ;337f 00 . + inc a ;3380 3c < + nop ;3381 00 . + dec sp ;3382 3b ; + nop ;3383 00 . + ld (hl),d ;3384 72 r + nop ;3385 00 . + ld a,(bc) ;3386 0a . + ld e,040h ;3387 1e 40 . @ + dec hl ;3389 2b + + or (hl) ;338a b6 . + dec hl ;338b 2b + + xor 01eh ;338c ee 1e . . + add a,d ;338e 82 . + nop ;338f 00 . + ld a,(l3900h) ;3390 3a 00 39 : . 9 + nop ;3393 00 . + add a,d ;3394 82 . + nop ;3395 00 . + ld a,(bc) ;3396 0a . + ld e,0bah ;3397 1e ba . . + dec hl ;3399 2b + + inc l ;339a 2c , + inc l ;339b 2c , + ld c,01fh ;339c 0e 1f . . + sub b ;339e 90 . +l339fh: + nop ;339f 00 . + add hl,sp ;33a0 39 9 + nop ;33a1 00 . + jr c,l33a4h ;33a2 38 00 8 . +l33a4h: + sub b ;33a4 90 . + nop ;33a5 00 . + ld a,(bc) ;33a6 0a . + ld e,030h ;33a7 1e 30 . 0 + inc l ;33a9 2c , + and b ;33aa a0 . + inc l ;33ab 2c , + ld hl,(la01fh) ;33ac 2a 1f a0 * . . +l33afh: + nop ;33af 00 . +l33b0h: + add hl,sp ;33b0 39 9 + nop ;33b1 00 . + jr c,l33b4h ;33b2 38 00 8 . +l33b4h: + and b ;33b4 a0 . + nop ;33b5 00 . + ld a,(bc) ;33b6 0a . + ld e,0a4h ;33b7 1e a4 . . + inc l ;33b9 2c , + inc d ;33ba 14 . + dec l ;33bb 2d - + ld c,d ;33bc 4a J + rra ;33bd 1f . + or c ;33be b1 . + nop ;33bf 00 . + jr c,l33c2h ;33c0 38 00 8 . +l33c2h: + scf ;33c2 37 7 + nop ;33c3 00 . + or c ;33c4 b1 . + nop ;33c5 00 . + ld a,(bc) ;33c6 0a . + ld e,018h ;33c7 1e 18 . . + dec l ;33c9 2d - + add a,(hl) ;33ca 86 . + dec l ;33cb 2d - + ld l,h ;33cc 6c l + rra ;33cd 1f . + add a,000h ;33ce c6 00 . . + inc (hl) ;33d0 34 4 + nop ;33d1 00 . + inc sp ;33d2 33 3 + nop ;33d3 00 . + add a,000h ;33d4 c6 00 . . + ld a,(bc) ;33d6 0a . + ld e,08ah ;33d7 1e 8a . . + dec l ;33d9 2d - + ret p ;33da f0 . + dec l ;33db 2d - + sub (hl) ;33dc 96 . + rra ;33dd 1f . + jp c,l3300h ;33de da 00 33 . . 3 + nop ;33e1 00 . + ld (lda00h),a ;33e2 32 00 da 2 . . + nop ;33e5 00 . + ld a,(bc) ;33e6 0a . + ld e,0f4h ;33e7 1e f4 . . + dec l ;33e9 2d - + ld e,b ;33ea 58 X + ld l,0beh ;33eb 2e be . . +l33edh: + rra ;33ed 1f . + jp p,02e00h ;33ee f2 00 2e . . . + nop ;33f1 00 . + dec l ;33f2 2d - + nop ;33f3 00 . + jp p,l0a00h ;33f4 f2 00 0a . . . + ld e,05ch ;33f7 1e 5c . \ + ld l,0b6h ;33f9 2e b6 . . + ld l,0eeh ;33fb 2e ee . . +l33fdh: + rra ;33fd 1f . + ld a,(bc) ;33fe 0a . +l33ffh: + ld bc,l002ch ;33ff 01 2c 00 . , . + dec hl ;3402 2b + + nop ;3403 00 . + ld a,(bc) ;3404 0a . + ld bc,l1e0ah ;3405 01 0a 1e . . . + cp d ;3408 ba . + ld l,010h ;3409 2e 10 . . + cpl ;340b 2f / + ld e,020h ;340c 1e 20 . + inc hl ;340e 23 # + ld bc,l002ah ;340f 01 2a 00 . * . + add hl,hl ;3412 29 ) + nop ;3413 00 . + inc hl ;3414 23 # + ld bc,l1e0ah ;3415 01 0a 1e . . . + inc d ;3418 14 . + cpl ;3419 2f / + ld h,(hl) ;341a 66 f + cpl ;341b 2f / + ld d,b ;341c 50 P + jr nz,$+65 ;341d 20 3f ? + ld bc,l0028h ;341f 01 28 00 . ( . + daa ;3422 27 ' + nop ;3423 00 . + ccf ;3424 3f ? + ld bc,l1e0ah ;3425 01 0a 1e . . . + ld l,d ;3428 6a j + cpl ;3429 2f / + cp b ;342a b8 . + cpl ;342b 2f / +l342ch: + adc a,b ;342c 88 . + jr nz,$+94 ;342d 20 5c \ + ld bc,l0025h ;342f 01 25 00 . % . +l3432h: + inc h ;3432 24 $ +l3433h: + nop ;3433 00 . +l3434h: + ld e,h ;3434 5c \ +l3435h: + ld bc,l1e0ah ;3435 01 0a 1e . . . +l3438h: + cp h ;3438 bc . +l3439h: + cpl ;3439 2f / + inc b ;343a 04 . + jr nc,l33ffh ;343b 30 c2 0 . + jr nz,l34bah ;343d 20 7b { + ld bc,l0022h ;343f 01 22 00 . " . + ld hl,07b00h ;3442 21 00 7b ! . { + ld bc,l1e0ah ;3445 01 0a 1e . . . + ex af,af' ;3448 08 . + jr nc,$+76 ;3449 30 4a 0 J + jr nc,l344dh ;344b 30 00 0 . +l344dh: + ld hl,00198h ;344d 21 98 01 ! . . + inc hl ;3450 23 # + nop ;3451 00 . + ld (09800h),hl ;3452 22 00 98 " . . + ld bc,l1e0ah ;3455 01 0a 1e . . . + ld c,(hl) ;3458 4e N + jr nc,l33edh ;3459 30 92 0 . + jr nc,l3497h ;345b 30 3a 0 : + ld hl,l01b6h ;345d 21 b6 01 ! . . + inc h ;3460 24 $ + nop ;3461 00 . + inc hl ;3462 23 # + nop ;3463 00 . + or (hl) ;3464 b6 . + ld bc,l1e0ah ;3465 01 0a 1e . . . + sub (hl) ;3468 96 . + jr nc,$-34 ;3469 30 dc 0 . + jr nc,$+120 ;346b 30 76 0 v + ld hl,l01d4h ;346d 21 d4 01 ! . . + dec h ;3470 25 % + nop ;3471 00 . + inc h ;3472 24 $ + nop ;3473 00 . + call nc,sub_0a01h ;3474 d4 01 0a . . . + ld e,0b4h ;3477 1e b4 . . + ld hl,021fch ;3479 21 fc 21 ! . ! + or d ;347c b2 . + ld hl,l2ccbh ;347d 21 cb 2c ! . , + rr l ;3480 cb 1d . . + sra d ;3482 cb 2a . * + rr e ;3484 cb 1b . . + ld (lf576h+2),hl ;3486 22 78 f5 " x . + ld (0f57ah),de ;3489 ed 53 7a f5 . S z . + ret ;348d c9 . +sub_348eh: + ld hl,(0f57ah) ;348e 2a 7a f5 * z . + add hl,hl ;3491 29 ) + ex de,hl ;3492 eb . + ld hl,(lf576h+2) ;3493 2a 78 f5 * x . + add hl,hl ;3496 29 ) +l3497h: + ret ;3497 c9 . +sub_3498h: + call sub_1d90h ;3498 cd 90 1d . . . + call nz,sub_1b3dh ;349b c4 3d 1b . = . + call sub_1264h ;349e cd 64 12 . d . + call sub_9fe1h ;34a1 cd e1 9f . . . + in a,(008h) ;34a4 db 08 . . +l34a6h: + and 004h ;34a6 e6 04 . . + jr nz,sub_3498h ;34a8 20 ee . + ret ;34aa c9 . +sub_34abh: + in a,(008h) ;34ab db 08 . . + cpl ;34ad 2f / + and 004h ;34ae e6 04 . . + ret ;34b0 c9 . +sub_34b1h: + ld a,d ;34b1 7a z + rra ;34b2 1f . + sbc a,a ;34b3 9f . + out (041h),a ;34b4 d3 41 . A + out (042h),a ;34b6 d3 42 . B + res 7,a ;34b8 cb bf . . +l34bah: + out (043h),a ;34ba d3 43 . C + ld a,e ;34bc 7b { + rra ;34bd 1f . + sbc a,a ;34be 9f . + out (049h),a ;34bf d3 49 . I + out (04ah),a ;34c1 d3 4a . J + res 7,a ;34c3 cb bf . . + out (04bh),a ;34c5 d3 4b . K + ret ;34c7 c9 . +sub_34c8h: + ld hl,l0000h ;34c8 21 00 00 ! . . + ld (lf576h+2),hl ;34cb 22 78 f5 " x . + ld (0f57ah),hl ;34ce 22 7a f5 " z . + ld a,000h ;34d1 3e 00 > . + out (044h),a ;34d3 d3 44 . D + out (04ch),a ;34d5 d3 4c . L + ld a,03fh ;34d7 3e 3f > ? + out (009h),a ;34d9 d3 09 . . + in a,(00fh) ;34db db 0f . . + ld a,012h ;34dd 3e 12 > . + out (009h),a ;34df d3 09 . . + ld de,0ac4bh ;34e1 11 4b ac . K . + ld a,e ;34e4 7b { + out (00eh),a ;34e5 d3 0e . . + ld a,d ;34e7 7a z + out (00fh),a ;34e8 d3 0f . . + out (00fh),a ;34ea d3 0f . . +l34ech: + ret ;34ec c9 . + nop ;34ed 00 . + di ;34ee f3 . + push hl ;34ef e5 . + push de ;34f0 d5 . + ld hl,(lf576h+2) ;34f1 2a 78 f5 * x . + ld de,(lf56fh+1) ;34f4 ed 5b 70 f5 . [ p . + add hl,de ;34f8 19 . + ld (lf576h+2),hl ;34f9 22 78 f5 " x . + pop de ;34fc d1 . + pop hl ;34fd e1 . + out (003h),a ;34fe d3 03 . . + ei ;3500 fb . + reti ;3501 ed 4d . M + nop ;3503 00 . + di ;3504 f3 . + push hl ;3505 e5 . + push de ;3506 d5 . + ld hl,(0f57ah) ;3507 2a 7a f5 * z . + ld de,(lf572h) ;350a ed 5b 72 f5 . [ r . + add hl,de ;350e 19 . + ld (0f57ah),hl ;350f 22 7a f5 " z . + pop de ;3512 d1 . + pop hl ;3513 e1 . + out (004h),a ;3514 d3 04 . . + ei ;3516 fb . + reti ;3517 ed 4d . M +sub_3519h: + ld b,a ;3519 47 G + ld a,d ;351a 7a z + or e ;351b b3 . + ret z ;351c c8 . + call sub_3944h ;351d cd 44 39 . D 9 + ld a,b ;3520 78 x + push hl ;3521 e5 . + push af ;3522 f5 . + push de ;3523 d5 . + call sub_3498h ;3524 cd 98 34 . . 4 + ld a,(lf586h+2) ;3527 3a 88 f5 : . . + and a ;352a a7 . + call nz,sub_38b9h ;352b c4 b9 38 . . 8 +l352eh: + pop de ;352e d1 . + pop af ;352f f1 . + call sub_3577h ;3530 cd 77 35 . w 5 +l3533h: + call sub_34b1h ;3533 cd b1 34 . . 4 + call sub_3aa8h ;3536 cd a8 3a . . : + call sub_3551h ;3539 cd 51 35 . Q 5 + out (003h),a ;353c d3 03 . . + out (004h),a ;353e d3 04 . . + pop hl ;3540 e1 . + ld (0f5a0h),hl ;3541 22 a0 f5 " . . + ld hl,l3a16h ;3544 21 16 3a ! . : + ld (lf5a2h),hl ;3547 22 a2 f5 " . . + ld a,036h ;354a 3e 36 > 6 + out (009h),a ;354c d3 09 . . + in a,(00eh) ;354e db 0e . . + ret ;3550 c9 . +sub_3551h: + push de ;3551 d5 . + ld hl,l0000h ;3552 21 00 00 ! . . + rl d ;3555 cb 12 . . + rr h ;3557 cb 1c . . + rl e ;3559 cb 13 . . + rr l ;355b cb 1d . . + ld a,000h ;355d 3e 00 > . + or h ;355f b4 . + out (040h),a ;3560 d3 40 . @ + ld a,000h ;3562 3e 00 > . + or l ;3564 b5 . + out (048h),a ;3565 d3 48 . H + pop de ;3567 d1 . + ld l,d ;3568 6a j + sra d ;3569 cb 2a . * + ld h,d ;356b 62 b + ld (lf56fh+1),hl ;356c 22 70 f5 " p . + ld l,e ;356f 6b k + sra e ;3570 cb 2b . + + ld h,e ;3572 63 c + ld (lf572h),hl ;3573 22 72 f5 " r . + ret ;3576 c9 . +sub_3577h: + ld hl,l35e0h ;3577 21 e0 35 ! . 5 + cp 029h ;357a fe 29 . ) + jr nc,l3586h ;357c 30 08 0 . + ld l,a ;357e 6f o + ld h,000h ;357f 26 00 & . + add hl,hl ;3581 29 ) + ld bc,l3590h ;3582 01 90 35 . . 5 + add hl,bc ;3585 09 . +l3586h: + ld a,(hl) ;3586 7e ~ + out (00eh),a ;3587 d3 0e . . + inc hl ;3589 23 # + ld a,(hl) ;358a 7e ~ + out (00fh),a ;358b d3 0f . . + out (00fh),a ;358d d3 0f . . + ret ;358f c9 . +l3590h: + and b ;3590 a0 . + dec d ;3591 15 . + and b ;3592 a0 . + dec d ;3593 15 . + and b ;3594 a0 . +l3595h: + dec d ;3595 15 . + and b ;3596 a0 . + dec d ;3597 15 . + and b ;3598 a0 . + dec d ;3599 15 . + and b ;359a a0 . + dec d ;359b 15 . + or b ;359c b0 . + inc a ;359d 3c < + sub a ;359e 97 . + ld e,b ;359f 58 X + add a,h ;35a0 84 . + ld l,l ;35a1 6d m + bit 7,l ;35a2 cb 7d . } + ret nc ;35a4 d0 . + adc a,d ;35a5 8a . + ld a,b ;35a6 78 x + sub l ;35a7 95 . + ld e,b ;35a8 58 X + sbc a,(hl) ;35a9 9e . + call c,04ca5h ;35aa dc a5 4c . . L + xor h ;35ad ac . + ret po ;35ae e0 . + or c ;35af b1 . + jp nz,l11b6h ;35b0 c2 b6 11 . . . + cp e ;35b3 bb . + and 0beh ;35b4 e6 be . . + ld d,e ;35b6 53 S + jp nz,lc568h ;35b7 c2 68 c5 . h . + inc sp ;35ba 33 3 + ret z ;35bb c8 . + cp h ;35bc bc . + jp z,0cd0dh ;35bd ca 0d cd . . . + inc l ;35c0 2c , + rst 8 ;35c1 cf . + jr nz,l3595h ;35c2 20 d1 . + xor 0d2h ;35c4 ee d2 . . + sbc a,c ;35c6 99 . + call nc,0d626h ;35c7 d4 26 d6 . & . + sbc a,b ;35ca 98 . + rst 10h ;35cb d7 . + ret p ;35cc f0 . + ret c ;35cd d8 . + inc sp ;35ce 33 3 + jp c,ldb61h ;35cf da 61 db . a . + ld a,(hl) ;35d2 7e ~ + call c,sub_dd89h ;35d3 dc 89 dd . . . + add a,l ;35d6 85 . + sbc a,073h ;35d7 de 73 . s + rst 18h ;35d9 df . + ld d,h ;35da 54 T + ret po ;35db e0 . + ld hl,(lf4e1h) ;35dc 2a e1 f4 * . . + pop hl ;35df e1 . +l35e0h: + or h ;35e0 b4 . + jp po,l1323h ;35e1 e2 23 13 . # . + sra h ;35e4 cb 2c . , + rr l ;35e6 cb 1d . . + sra d ;35e8 cb 2a . * + rr e ;35ea cb 1b . . + push af ;35ec f5 . + ld a,(lf586h+2) ;35ed 3a 88 f5 : . . + and a ;35f0 a7 . + call nz,sub_38b9h ;35f1 c4 b9 38 . . 8 + ld (lf574h),hl ;35f4 22 74 f5 " t . + ld (lf576h),de ;35f7 ed 53 76 f5 . S v . +l35fbh: + ld hl,(lf574h) ;35fb 2a 74 f5 * t . + ld de,(lf576h) ;35fe ed 5b 76 f5 . [ v . + call sub_367ah ;3602 cd 7a 36 . z 6 + ld (lf57eh),hl ;3605 22 7e f5 " ~ . + ld (lf580h),de ;3608 ed 53 80 f5 . S . . + ld hl,(lf580h) ;360c 2a 80 f5 * . . + ld de,(lf57eh) ;360f ed 5b 7e f5 . [ ~ . + call sub_370eh ;3613 cd 0e 37 . . 7 + ld (0f57ch),hl ;3616 22 7c f5 " | . + pop af ;3619 f1 . + call sub_a14dh ;361a cd 4d a1 . M . + ld hl,(0f57ch) ;361d 2a 7c f5 * | . + ld a,h ;3620 7c | + or l ;3621 b5 . + ret z ;3622 c8 . + ld hl,(lf57eh) ;3623 2a 7e f5 * ~ . + ld de,(lf580h) ;3626 ed 5b 80 f5 . [ . . + ld bc,(0f57ch) ;362a ed 4b 7c f5 . K | . + call sub_3adch ;362e cd dc 3a . . : +l3631h: + ld hl,(0f57ch) ;3631 2a 7c f5 * | . + call sub_3a23h ;3634 cd 23 3a . # : +l3637h: + call sub_38eeh ;3637 cd ee 38 . . 8 + call sub_3498h ;363a cd 98 34 . . 4 + call sub_3a9eh ;363d cd 9e 3a . . : + call sub_3a35h ;3640 cd 35 3a . 5 : + call sub_390dh ;3643 cd 0d 39 . . 9 + ld de,0ac4bh ;3646 11 4b ac . K . + ld a,e ;3649 7b { + out (00eh),a ;364a d3 0e . . + ld a,d ;364c 7a z + out (00fh),a ;364d d3 0f . . + call sub_a148h ;364f cd 48 a1 . H . + jr nz,l3667h ;3652 20 13 . + ld a,036h ;3654 3e 36 > 6 + out (009h),a ;3656 d3 09 . . + in a,(00eh) ;3658 db 0e . . + ld hl,(lf574h) ;365a 2a 74 f5 * t . + ld (lf576h+2),hl ;365d 22 78 f5 " x . + ld hl,(lf576h) ;3660 2a 76 f5 * v . + ld (0f57ah),hl ;3663 22 7a f5 " z . + ret ;3666 c9 . +l3667h: + ld a,036h ;3667 3e 36 > 6 + out (009h),a ;3669 d3 09 . . + in a,(009h) ;366b db 09 . . + ld hl,(lf574h) ;366d 2a 74 f5 * t . + ld (lf576h+2),hl ;3670 22 78 f5 " x . + ld hl,(lf576h) ;3673 2a 76 f5 * v . + ld (0f57ah),hl ;3676 22 7a f5 " z . + ret ;3679 c9 . +sub_367ah: + push de ;367a d5 . + ld de,(lf576h+2) ;367b ed 5b 78 f5 . [ x . + call sub_369fh ;367f cd 9f 36 . . 6 + and 080h ;3682 e6 80 . . + or 000h ;3684 f6 00 . . + ld (lf582h),a ;3686 32 82 f5 2 . . + ex (sp),hl ;3689 e3 . + ld de,(0f57ah) ;368a ed 5b 7a f5 . [ z . + call sub_369fh ;368e cd 9f 36 . . 6 + and 080h ;3691 e6 80 . . + or 000h ;3693 f6 00 . . + ld (0f584h),a ;3695 32 84 f5 2 . . + ex de,hl ;3698 eb . + ld a,d ;3699 7a z + or e ;369a b3 . + pop hl ;369b e1 . + or h ;369c b4 . + or l ;369d b5 . + ret ;369e c9 . +sub_369fh: + xor a ;369f af . + sbc hl,de ;36a0 ed 52 . R +l36a2h: + ret nc ;36a2 d0 . + rr a ;36a3 cb 1f . . + ld de,l0000h ;36a5 11 00 00 . . . + ex de,hl ;36a8 eb . + sbc hl,de ;36a9 ed 52 . R + ret ;36ab c9 . +sub_36ach: + ld d,a ;36ac 57 W + ld a,(lf589h) ;36ad 3a 89 f5 : . . + and a ;36b0 a7 . + ld a,00ah ;36b1 3e 0a > . + ret nz ;36b3 c0 . + push de ;36b4 d5 . + call sub_a148h ;36b5 cd 48 a1 . H . + pop de ;36b8 d1 . + ld a,d ;36b9 7a z + ret z ;36ba c8 . + ld a,(lf586h+1) ;36bb 3a 87 f5 : . . + and a ;36be a7 . + call nz,sub_36cah ;36bf c4 ca 36 . . 6 + ld a,(lf586h) ;36c2 3a 86 f5 : . . + call sub_36cah ;36c5 cd ca 36 . . 6 + ld a,d ;36c8 7a z + ret ;36c9 c9 . +sub_36cah: + cp d ;36ca ba . + ret nc ;36cb d0 . + ld d,a ;36cc 57 W + ret ;36cd c9 . +sub_36ceh: + ld (lf586h),a ;36ce 32 86 f5 2 . . + ret ;36d1 c9 . +sub_36d2h: + ld (lf586h+1),a ;36d2 32 87 f5 2 . . + ret ;36d5 c9 . +sub_36d6h: + or a ;36d6 b7 . + ld h,d ;36d7 62 b + ld l,e ;36d8 6b k + sbc hl,bc ;36d9 ed 42 . B + jp p,l36e6h ;36db f2 e6 36 . . 6 + ld hl,l0000h ;36de 21 00 00 ! . . + ld a,020h ;36e1 3e 20 > + jp l36f1h ;36e3 c3 f1 36 . . 6 +l36e6h: + ld de,lffffh ;36e6 11 ff ff . . . + ld a,0ffh ;36e9 3e ff > . + ret ;36eb c9 . + ld hl,l0000h ;36ec 21 00 00 ! . . + ld a,010h ;36ef 3e 10 > . +l36f1h: + sla e ;36f1 cb 23 . # + rl d ;36f3 cb 12 . . +l36f5h: + rl l ;36f5 cb 15 . . + rl h ;36f7 cb 14 . . + sbc hl,bc ;36f9 ed 42 . B +l36fbh: + inc de ;36fb 13 . +l36fch: + jr nc,l3700h ;36fc 30 02 0 . + add hl,bc ;36fe 09 . + dec de ;36ff 1b . +l3700h: + dec a ;3700 3d = + jr nz,l36f1h ;3701 20 ee . + srl b ;3703 cb 38 . 8 + rr c ;3705 cb 19 . . + or a ;3707 b7 . + sbc hl,bc ;3708 ed 42 . B + ret c ;370a d8 . + ld a,0ffh ;370b 3e ff > . + ret ;370d c9 . +sub_370eh: + ld a,d ;370e 7a z + or e ;370f b3 . + ret z ;3710 c8 . + ld a,h ;3711 7c | + or l ;3712 b5 . + ex de,hl ;3713 eb . + ret z ;3714 c8 . + ex de,hl ;3715 eb . + push hl ;3716 e5 . + ld hl,l0000h ;3717 21 00 00 ! . . + push hl ;371a e5 . + push de ;371b d5 . + exx ;371c d9 . + pop de ;371d d1 . + pop hl ;371e e1 . + call sub_37b2h ;371f cd b2 37 . . 7 + ex (sp),hl ;3722 e3 . + push de ;3723 d5 . + ex de,hl ;3724 eb . + ld hl,l0000h ;3725 21 00 00 ! . . + push hl ;3728 e5 . + push de ;3729 d5 . + exx ;372a d9 . + pop de ;372b d1 . +l372ch: + pop hl ;372c e1 . + call sub_37b2h ;372d cd b2 37 . . 7 +l3730h: + pop bc ;3730 c1 . +l3731h: + ex de,hl ;3731 eb . + add hl,bc ;3732 09 . + ex de,hl ;3733 eb . + pop bc ;3734 c1 . + adc hl,bc ;3735 ed 4a . J +l3737h: + call sub_373eh ;3737 cd 3e 37 . > 7 + ex de,hl ;373a eb . + ret nc ;373b d0 . + inc hl ;373c 23 # + ret ;373d c9 . +sub_373eh: + ld bc,l0000h ;373e 01 00 00 . . . + ld a,000h ;3741 3e 00 > . + exx ;3743 d9 . + ld hl,l0000h ;3744 21 00 00 ! . . + ld de,l0000h ;3747 11 00 00 . . . + exx ;374a d9 . + ex af,af' ;374b 08 . + ld a,011h ;374c 3e 11 > . +l374eh: + ex af,af' ;374e 08 . + sla e ;374f cb 23 . # + rl d ;3751 cb 12 . . + rl l ;3753 cb 15 . . + rl h ;3755 cb 14 . . + exx ;3757 d9 . + rl e ;3758 cb 13 . . + rl d ;375a cb 12 . . + rl l ;375c cb 15 . . + rl h ;375e cb 14 . . + exx ;3760 d9 . + sla e ;3761 cb 23 . # + rl d ;3763 cb 12 . . + rl l ;3765 cb 15 . . + rl h ;3767 cb 14 . . + exx ;3769 d9 . + rl e ;376a cb 13 . . + rl d ;376c cb 12 . . + rl l ;376e cb 15 . . + rl h ;3770 cb 14 . . + exx ;3772 d9 . + scf ;3773 37 7 + rl c ;3774 cb 11 . . + rl b ;3776 cb 10 . . + rl a ;3778 cb 17 . . + push bc ;377a c5 . + exx ;377b d9 . + pop bc ;377c c1 . + push hl ;377d e5 . + push de ;377e d5 . + ex de,hl ;377f eb . + and a ;3780 a7 . + sbc hl,bc ;3781 ed 42 . B + ex de,hl ;3783 eb . + ld b,000h ;3784 06 00 . . + ld c,a ;3786 4f O + sbc hl,bc ;3787 ed 42 . B + exx ;3789 d9 . + jr c,l37aah ;378a 38 1e 8 . + inc sp ;378c 33 3 + inc sp ;378d 33 3 + inc sp ;378e 33 3 + inc sp ;378f 33 3 + inc bc ;3790 03 . +l3791h: + ex af,af' ;3791 08 . + dec a ;3792 3d = + jr nz,l374eh ;3793 20 b9 . + ex af,af' ;3795 08 . + sra a ;3796 cb 2f . / + rr b ;3798 cb 18 . . + rr c ;379a cb 19 . . + sra a ;379c cb 2f . / + rr b ;379e cb 18 . . + rr c ;37a0 cb 19 . . + ld h,000h ;37a2 26 00 & . + ld l,a ;37a4 6f o + ld d,b ;37a5 50 P + ld e,c ;37a6 59 Y + ret nc ;37a7 d0 . + inc de ;37a8 13 . + ret ;37a9 c9 . +l37aah: + exx ;37aa d9 . + pop de ;37ab d1 . + pop hl ;37ac e1 . + exx ;37ad d9 . + dec bc ;37ae 0b . + jp l3791h ;37af c3 91 37 . . 7 +sub_37b2h: + ld a,000h ;37b2 3e 00 > . + or h ;37b4 b4 . + or l ;37b5 b5 . + or d ;37b6 b2 . + or e ;37b7 b3 . + ret z ;37b8 c8 . + ex de,hl ;37b9 eb . + push hl ;37ba e5 . + exx ;37bb d9 . + ex (sp),hl ;37bc e3 . + ex de,hl ;37bd eb . + ld b,h ;37be 44 D + ld c,l ;37bf 4d M + exx ;37c0 d9 . + pop bc ;37c1 c1 . + ld hl,l0000h ;37c2 21 00 00 ! . . + exx ;37c5 d9 . + ld hl,l0000h ;37c6 21 00 00 ! . . + ld a,c ;37c9 79 y + ld c,b ;37ca 48 H + call sub_37e2h ;37cb cd e2 37 . . 7 + ld a,c ;37ce 79 y + call sub_37e2h ;37cf cd e2 37 . . 7 + exx ;37d2 d9 . + ld a,c ;37d3 79 y + exx ;37d4 d9 . + call sub_37e2h ;37d5 cd e2 37 . . 7 + exx ;37d8 d9 . + ld a,b ;37d9 78 x + exx ;37da d9 . + call sub_37e2h ;37db cd e2 37 . . 7 + push hl ;37de e5 . + exx ;37df d9 . + pop de ;37e0 d1 . + ret ;37e1 c9 . +sub_37e2h: + and a ;37e2 a7 . + jr z,l37fch ;37e3 28 17 ( . + ld b,008h ;37e5 06 08 . . +l37e7h: + srl a ;37e7 cb 3f . ? + jr nc,l37f0h ;37e9 30 05 0 . + add hl,de ;37eb 19 . + exx ;37ec d9 . + adc hl,de ;37ed ed 5a . Z + exx ;37ef d9 . +l37f0h: + ex de,hl ;37f0 eb . + add hl,hl ;37f1 29 ) + ex de,hl ;37f2 eb . + exx ;37f3 d9 . + ex de,hl ;37f4 eb . + adc hl,hl ;37f5 ed 6a . j + ex de,hl ;37f7 eb . + exx ;37f8 d9 . + djnz l37e7h ;37f9 10 ec . . + ret ;37fb c9 . +l37fch: + ld a,d ;37fc 7a z + exx ;37fd d9 . + ld d,e ;37fe 53 S + ld e,a ;37ff 5f _ + exx ;3800 d9 . + ld d,e ;3801 53 S + ld e,000h ;3802 1e 00 . . + ret ;3804 c9 . +sub_3805h: + ld a,001h ;3805 3e 01 > . + out (081h),a ;3807 d3 81 . . + ld a,000h ;3809 3e 00 > . + call sub_4ef2h ;380b cd f2 4e . . N + ld hl,l0000h ;380e 21 00 00 ! . . + ld (lf576h+2),hl ;3811 22 78 f5 " x . + ld (0f57ah),hl ;3814 22 7a f5 " z . + ld a,000h ;3817 3e 00 > . + ld (lf586h+2),a ;3819 32 88 f5 2 . . + ld a,02ah ;381c 3e 2a > * + ld (lf586h),a ;381e 32 86 f5 2 . . + ld hl,04768h ;3821 21 68 47 ! h G + ld de,02f58h ;3824 11 58 2f . X / + ld a,000h ;3827 3e 00 > . + call 035e2h ;3829 cd e2 35 . . 5 +l382ch: + ld a,036h ;382c 3e 36 > 6 + ld (lf58bh+1),a ;382e 32 8c f5 2 . . + call sub_3848h ;3831 cd 48 38 . H 8 +l3834h: + ld hl,l46a0h ;3834 21 a0 46 ! . F +l3837h: + ld de,02e90h ;3837 11 90 2e . . . + ld a,000h ;383a 3e 00 > . + call 035e2h ;383c cd e2 35 . . 5 + call sub_389fh ;383f cd 9f 38 . . 8 +sub_3842h: + ld a,0ffh ;3842 3e ff > . + ld (lf586h+2),a ;3844 32 88 f5 2 . . + ret ;3847 c9 . +sub_3848h: + in a,(008h) ;3848 db 08 . . +l384ah: + bit 0,a ;384a cb 47 . G + push af ;384c f5 . +l384dh: + call z,sub_388dh ;384d cc 8d 38 . . 8 + pop af ;3850 f1 . + bit 1,a ;3851 cb 4f . O + call z,sub_3896h ;3853 cc 96 38 . . 8 + call sub_34abh ;3856 cd ab 34 . . 4 + call nz,sub_386eh ;3859 c4 6e 38 . n 8 + in a,(008h) ;385c db 08 . . + and 003h ;385e e6 03 . . + jp nz,l384ah ;3860 c2 4a 38 . J 8 + ld a,03fh ;3863 3e 3f > ? + out (009h),a ;3865 d3 09 . . + in a,(00bh) ;3867 db 0b . . + ld a,02dh ;3869 3e 2d > - + out (009h),a ;386b d3 09 . . + ret ;386d c9 . +sub_386eh: + in a,(008h) ;386e db 08 . . + and 003h ;3870 e6 03 . . + ret z ;3872 c8 . + ld hl,l0000h ;3873 21 00 00 ! . . + ld (lf576h+2),hl ;3876 22 78 f5 " x . + ld (0f57ah),hl ;3879 22 7a f5 " z . + ld hl,04768h ;387c 21 68 47 ! h G + ld de,02f58h ;387f 11 58 2f . X / + ld a,000h ;3882 3e 00 > . + call 035e2h ;3884 cd e2 35 . . 5 + ld a,036h ;3887 3e 36 > 6 + ld (lf58bh+1),a ;3889 32 8c f5 2 . . + ret ;388c c9 . +sub_388dh: + ld a,000h ;388d 3e 00 > . + out (041h),a ;388f d3 41 . A + out (042h),a ;3891 d3 42 . B + out (043h),a ;3893 d3 43 . C + ret ;3895 c9 . +sub_3896h: + ld a,000h ;3896 3e 00 > . + out (049h),a ;3898 d3 49 . I + out (04ah),a ;389a d3 4a . J + out (04bh),a ;389c d3 4b . K + ret ;389e c9 . +sub_389fh: + ld d,001h ;389f 16 01 . . + ld e,001h ;38a1 1e 01 . . +l38a3h: + ld a,005h ;38a3 3e 05 > . + ld hl,l0000h+1 ;38a5 21 01 00 ! . . + call sub_3519h ;38a8 cd 19 35 . . 5 + in a,(008h) ;38ab db 08 . . + and 003h ;38ad e6 03 . . + ret z ;38af c8 . + ld e,a ;38b0 5f _ + srl e ;38b1 cb 3b . ; + and 001h ;38b3 e6 01 . . + ld d,a ;38b5 57 W + jp l38a3h ;38b6 c3 a3 38 . . 8 +sub_38b9h: + push hl ;38b9 e5 . + push de ;38ba d5 . + ld a,001h ;38bb 3e 01 > . + out (081h),a ;38bd d3 81 . . + ld a,000h ;38bf 3e 00 > . + ld (lf586h+2),a ;38c1 32 88 f5 2 . . + ld hl,(lf524h) ;38c4 2a 24 f5 * $ . + ld de,(lf526h) ;38c7 ed 5b 26 f5 . [ & . + ld a,000h ;38cb 3e 00 > . + call 035e2h ;38cd cd e2 35 . . 5 + call sub_3498h ;38d0 cd 98 34 . . 4 + ld a,000h ;38d3 3e 00 > . +l38d5h: + out (044h),a ;38d5 d3 44 . D + out (04ch),a ;38d7 d3 4c . L + ld a,000h ;38d9 3e 00 > . + out (081h),a ;38db d3 81 . . + call sub_1a93h ;38dd cd 93 1a . . . + pop de ;38e0 d1 . + pop hl ;38e1 e1 . + ret ;38e2 c9 . +sub_38e3h: + ld a,012h ;38e3 3e 12 > . + out (009h),a ;38e5 d3 09 . . + ret ;38e7 c9 . +sub_38e8h: + ld a,0ffh ;38e8 3e ff > . + ld (lf589h),a ;38ea 32 89 f5 2 . . + ret ;38ed c9 . +sub_38eeh: + ld a,(lf5a4h+2) ;38ee 3a a6 f5 : . . + srl a ;38f1 cb 3f . ? + srl a ;38f3 cb 3f . ? + srl a ;38f5 cb 3f . ? + inc a ;38f7 3c < +l38f8h: + srl a ;38f8 cb 3f . ? + ld (lf589h+1),a ;38fa 32 8a f5 2 . . + ld a,(0f5a9h) ;38fd 3a a9 f5 : . . +l3900h: + srl a ;3900 cb 3f . ? + srl a ;3902 cb 3f . ? + srl a ;3904 cb 3f . ? + inc a ;3906 3c < + srl a ;3907 cb 3f . ? + ld (lf58bh),a ;3909 32 8b f5 2 . . + ret ;390c c9 . +sub_390dh: + ld a,(lf589h) ;390d 3a 89 f5 : . . + and a ;3910 a7 . + jp nz,l392ch ;3911 c2 2c 39 . , 9 + ld a,(lf58bh) ;3914 3a 8b f5 : . . + call sub_3937h ;3917 cd 37 39 . 7 9 + ld d,a ;391a 57 W + ld a,(lf589h+1) ;391b 3a 8a f5 : . . + call sub_3937h ;391e cd 37 39 . 7 9 +l3921h: + sla d ;3921 cb 22 . " + sla d ;3923 cb 22 . " + sla d ;3925 cb 22 . " + or d ;3927 b2 . + ld (lf58bh+1),a ;3928 32 8c f5 2 . . + ret ;392b c9 . +l392ch: + ld a,000h ;392c 3e 00 > . + ld (lf589h),a ;392e 32 89 f5 2 . . + ld a,007h ;3931 3e 07 > . + ld d,005h ;3933 16 05 . . + jr l3921h ;3935 18 ea . . +sub_3937h: + cp 006h ;3937 fe 06 . . + jr c,l393eh ;3939 38 03 8 . + ld a,006h ;393b 3e 06 > . + ret ;393d c9 . +l393eh: + cp 004h ;393e fe 04 . . + ret nc ;3940 d0 . + ld a,004h ;3941 3e 04 > . + ret ;3943 c9 . +sub_3944h: + ld a,02dh ;3944 3e 2d > - + out (009h),a ;3946 d3 09 . . + ret ;3948 c9 . + nop ;3949 00 . + add hl,bc ;394a 09 . + ld (de),a ;394b 12 . + dec de ;394c 1b . +l394dh: + inc h ;394d 24 $ + dec l ;394e 2d - + ld (hl),03fh ;394f 36 3f 6 ? + di ;3951 f3 . + push af ;3952 f5 . + push hl ;3953 e5 . + ld hl,l395ch ;3954 21 5c 39 ! \ 9 + push hl ;3957 e5 . + ld hl,(lf5a2h) ;3958 2a a2 f5 * . . + jp (hl) ;395b e9 . +l395ch: + out (002h),a ;395c d3 02 . . + pop hl ;395e e1 . + pop af ;395f f1 . + ei ;3960 fb . + reti ;3961 ed 4d . M +l3963h: + ld hl,(lf598h) ;3963 2a 98 f5 * . . + ld a,(hl) ;3966 7e ~ + out (00eh),a ;3967 d3 0e . . + inc hl ;3969 23 # + ld a,(hl) ;396a 7e ~ + out (00fh),a ;396b d3 0f . . + inc hl ;396d 23 # + ld (lf598h),hl ;396e 22 98 f5 " . . + ld hl,(0f590h) ;3971 2a 90 f5 * . . + dec hl ;3974 2b + + ld (0f590h),hl ;3975 22 90 f5 " . . + ld a,h ;3978 7c | + or l ;3979 b5 . + ret nz ;397a c0 . + ld hl,l3982h ;397b 21 82 39 ! . 9 + ld (lf5a2h),hl ;397e 22 a2 f5 " . . + ret ;3981 c9 . +l3982h: + ld hl,(lf59ah) ;3982 2a 9a f5 * . . + ld a,(hl) ;3985 7e ~ + out (00eh),a ;3986 d3 0e . . + inc hl ;3988 23 # + ld a,(hl) ;3989 7e ~ + out (00fh),a ;398a d3 0f . . + inc hl ;398c 23 # + ld (lf59ah),hl ;398d 22 9a f5 " . . + ld hl,(lf592h) ;3990 2a 92 f5 * . . + dec hl ;3993 2b + + ld (lf592h),hl ;3994 22 92 f5 " . . + ld a,h ;3997 7c | + or l ;3998 b5 . + ret nz ;3999 c0 . + ld hl,l39ech ;399a 21 ec 39 ! . 9 + ld (lf5a2h),hl ;399d 22 a2 f5 " . . + ld a,(lf58bh+1) ;39a0 3a 8c f5 : . . + out (009h),a ;39a3 d3 09 . . + ret ;39a5 c9 . +l39a6h: + ld hl,(lf59ah+2) ;39a6 2a 9c f5 * . . + dec hl ;39a9 2b + + ld a,(hl) ;39aa 7e ~ + push af ;39ab f5 . + dec hl ;39ac 2b + + ld a,(hl) ;39ad 7e ~ + out (00eh),a ;39ae d3 0e . . + pop af ;39b0 f1 . + out (00fh),a ;39b1 d3 0f . . + ld (lf59ah+2),hl ;39b3 22 9c f5 " . . + ld hl,(lf593h+1) ;39b6 2a 94 f5 * . . + dec hl ;39b9 2b + + ld (lf593h+1),hl ;39ba 22 94 f5 " . . + ld a,h ;39bd 7c | + or l ;39be b5 . + ret nz ;39bf c0 . + ld hl,l39c7h ;39c0 21 c7 39 ! . 9 + ld (lf5a2h),hl ;39c3 22 a2 f5 " . . + ret ;39c6 c9 . +l39c7h: + ld hl,(0f59eh) ;39c7 2a 9e f5 * . . + dec hl ;39ca 2b + + ld a,(hl) ;39cb 7e ~ + push af ;39cc f5 . + dec hl ;39cd 2b + + ld a,(hl) ;39ce 7e ~ + out (00eh),a ;39cf d3 0e . . + pop af ;39d1 f1 . + out (00fh),a ;39d2 d3 0f . . + ld (0f59eh),hl ;39d4 22 9e f5 " . . + ld hl,(lf596h) ;39d7 2a 96 f5 * . . + dec hl ;39da 2b + + ld (lf596h),hl ;39db 22 96 f5 " . . + ld a,h ;39de 7c | + or l ;39df b5 . + ret nz ;39e0 c0 . + ld a,03fh ;39e1 3e 3f > ? + out (009h),a ;39e3 d3 09 . . + in a,(00bh) ;39e5 db 0b . . + ld a,02dh ;39e7 3e 2d > - + out (009h),a ;39e9 d3 09 . . + ret ;39eb c9 . +l39ech: + ld hl,(0f5a0h) ;39ec 2a a0 f5 * . . +l39efh: + dec hl ;39ef 2b + +l39f0h: + ld (0f5a0h),hl ;39f0 22 a0 f5 " . . + ld a,h ;39f3 7c | + or l ;39f4 b5 . + ret nz ;39f5 c0 . + ld hl,l39a6h ;39f6 21 a6 39 ! . 9 + ld (lf5a2h),hl ;39f9 22 a2 f5 " . . + ld a,036h ;39fc 3e 36 > 6 + out (009h),a ;39fe d3 09 . . + ret ;3a00 c9 . +l3a01h: + ld hl,(0f5a0h) ;3a01 2a a0 f5 * . . + dec hl ;3a04 2b + + ld (0f5a0h),hl ;3a05 22 a0 f5 " . . + ld a,h ;3a08 7c | + or l ;3a09 b5 . + ret nz ;3a0a c0 . + ld a,03fh ;3a0b 3e 3f > ? + out (009h),a ;3a0d d3 09 . . + in a,(00bh) ;3a0f db 0b . . + ld a,02dh ;3a11 3e 2d > - + out (009h),a ;3a13 d3 09 . . + ret ;3a15 c9 . +l3a16h: + ld hl,(0f5a0h) ;3a16 2a a0 f5 * . . + dec hl ;3a19 2b + + ld (0f5a0h),hl ;3a1a 22 a0 f5 " . . +l3a1dh: + ld a,h ;3a1d 7c | + or l ;3a1e b5 . + ret nz ;3a1f c0 . + in a,(00bh) ;3a20 db 0b . . + ret ;3a22 c9 . +sub_3a23h: + call sub_3a79h ;3a23 cd 79 3a . y : + call sub_36ach ;3a26 cd ac 36 . . 6 + ld (lf58bh+2),a ;3a29 32 8d f5 2 . . + and a ;3a2c a7 . +l3a2dh: + ret z ;3a2d c8 . + call sub_3a91h ;3a2e cd 91 3a . . : + ld (lf58eh),hl ;3a31 22 8e f5 " . . + ret ;3a34 c9 . +sub_3a35h: + ld a,(lf58bh+2) ;3a35 3a 8d f5 : . . + and a ;3a38 a7 . + jr z,l3a6ch ;3a39 28 31 ( 1 + ld hl,(lf58eh) ;3a3b 2a 8e f5 * . . + ld bc,l0010h ;3a3e 01 10 00 . . . + ld de,0f590h ;3a41 11 90 f5 . . . + ldir ;3a44 ed b0 . . + ld hl,(0f57ch) ;3a46 2a 7c f5 * | . + or a ;3a49 b7 . + ld de,(0f590h) ;3a4a ed 5b 90 f5 . [ . . + sbc hl,de ;3a4e ed 52 . R + ld de,(lf592h) ;3a50 ed 5b 92 f5 . [ . . +l3a54h: + sbc hl,de ;3a54 ed 52 . R + ld de,(lf593h+1) ;3a56 ed 5b 94 f5 . [ . . + sbc hl,de ;3a5a ed 52 . R + ld de,(lf596h) ;3a5c ed 5b 96 f5 . [ . . + sbc hl,de ;3a60 ed 52 . R + ld (0f5a0h),hl ;3a62 22 a0 f5 " . . + ld hl,l3963h ;3a65 21 63 39 ! c 9 + ld (lf5a2h),hl ;3a68 22 a2 f5 " . . + ret ;3a6b c9 . +l3a6ch: + ld hl,(0f57ch) ;3a6c 2a 7c f5 * | . + ld (0f5a0h),hl ;3a6f 22 a0 f5 " . . + ld hl,l3a01h ;3a72 21 01 3a ! . : + ld (lf5a2h),hl ;3a75 22 a2 f5 " . . + ret ;3a78 c9 . +sub_3a79h: + ex de,hl ;3a79 eb . + ld hl,003f5h ;3a7a 21 f5 03 ! . . + or a ;3a7d b7 . + sbc hl,de ;3a7e ed 52 . R + ld a,02ah ;3a80 3e 2a > * + ret c ;3a82 d8 . + sra d ;3a83 cb 2a . * + rr e ;3a85 cb 1b . . + sra d ;3a87 cb 2a . * + rr e ;3a89 cb 1b . . + ld hl,l30e0h ;3a8b 21 e0 30 ! . 0 + add hl,de ;3a8e 19 . +l3a8fh: + ld a,(hl) ;3a8f 7e ~ + ret ;3a90 c9 . +sub_3a91h: + dec a ;3a91 3d = + ld h,000h ;3a92 26 00 & . +l3a94h: + ld l,a ;3a94 6f o + add hl,hl ;3a95 29 ) + add hl,hl ;3a96 29 ) +l3a97h: + add hl,hl ;3a97 29 ) + add hl,hl ;3a98 29 ) +l3a99h: + ld de,031deh ;3a99 11 de 31 . . 1 + add hl,de ;3a9c 19 . + ret ;3a9d c9 . +sub_3a9eh: + call sub_3ad1h ;3a9e cd d1 3a . . : + call sub_3ab9h ;3aa1 cd b9 3a . . : + call sub_3aa8h ;3aa4 cd a8 3a . . : + ret ;3aa7 c9 . +sub_3aa8h: + ld a,000h ;3aa8 3e 00 > . + out (045h),a ;3aaa d3 45 . E + out (04dh),a ;3aac d3 4d . M + out (046h),a ;3aae d3 46 . F + out (04eh),a ;3ab0 d3 4e . N + ld a,040h ;3ab2 3e 40 > @ + out (047h),a ;3ab4 d3 47 . G + out (04fh),a ;3ab6 d3 4f . O + ret ;3ab8 c9 . +sub_3ab9h: + ld hl,lf5a4h ;3ab9 21 a4 f5 ! . . + ld c,041h ;3abc 0e 41 . A + outi ;3abe ed a3 . . + inc c ;3ac0 0c . + outi ;3ac1 ed a3 . . + inc c ;3ac3 0c . + outi ;3ac4 ed a3 . . + ld c,049h ;3ac6 0e 49 . I +l3ac8h: + outi ;3ac8 ed a3 . . + inc c ;3aca 0c . + outi ;3acb ed a3 . . + inc c ;3acd 0c . + outi ;3ace ed a3 . . + ret ;3ad0 c9 . +sub_3ad1h: + ld a,(lf582h) ;3ad1 3a 82 f5 : . . + out (040h),a ;3ad4 d3 40 . @ + ld a,(0f584h) ;3ad6 3a 84 f5 : . . + out (048h),a ;3ad9 d3 48 . H + ret ;3adb c9 . +sub_3adch: + call sub_3affh ;3adc cd ff 3a . . : + srl h ;3adf cb 3c . < + rr l ;3ae1 cb 1d . . + rr c ;3ae3 cb 19 . . + srl d ;3ae5 cb 3a . : + rr e ;3ae7 cb 1b . . + rr b ;3ae9 cb 18 . . + push de ;3aeb d5 . + ex de,hl ;3aec eb . + ld hl,lf5a4h ;3aed 21 a4 f5 ! . . + ld (hl),c ;3af0 71 q +l3af1h: + inc hl ;3af1 23 # + ld (hl),e ;3af2 73 s +l3af3h: + inc hl ;3af3 23 # + ld (hl),d ;3af4 72 r + ld a,d ;3af5 7a z + pop de ;3af6 d1 . + inc hl ;3af7 23 # + ld (hl),b ;3af8 70 p +l3af9h: + inc hl ;3af9 23 # + ld (hl),e ;3afa 73 s + inc hl ;3afb 23 # + ld (hl),d ;3afc 72 r + ld e,a ;3afd 5f _ + ret ;3afe c9 . +sub_3affh: + ld a,h ;3aff 7c | + or l ;3b00 b5 . + jr z,l3b1fh ;3b01 28 1c ( . + ld a,d ;3b03 7a z + or e ;3b04 b3 . + jr z,l3b19h ;3b05 28 12 ( . + push hl ;3b07 e5 . + push bc ;3b08 c5 . +l3b09h: + call sub_36d6h ;3b09 cd d6 36 . . 6 + ex de,hl ;3b0c eb . + pop bc ;3b0d c1 . + ex (sp),hl ;3b0e e3 . + push af ;3b0f f5 . + ex de,hl ;3b10 eb . + call sub_36d6h ;3b11 cd d6 36 . . 6 + pop bc ;3b14 c1 . + ld c,a ;3b15 4f O + pop hl ;3b16 e1 . + ex de,hl ;3b17 eb . + ret ;3b18 c9 . +l3b19h: + ld hl,lffffh ;3b19 21 ff ff ! . . + ld a,0ffh ;3b1c 3e ff > . + ret ;3b1e c9 . +l3b1fh: + ld de,lffffh ;3b1f 11 ff ff . . . + ld a,0ffh ;3b22 3e ff > . + ret ;3b24 c9 . +sub_3b25h: + ld (0f5aah),hl ;3b25 22 aa f5 " . . + ld (0f5ach),de ;3b28 ed 53 ac f5 . S . . + ret ;3b2c c9 . +sub_3b2dh: + call sub_1d11h ;3b2d cd 11 1d . . . +l3b30h: + ld hl,l0028h ;3b30 21 28 00 ! ( . + ret p ;3b33 f0 . + ld hl,l000ah ;3b34 21 0a 00 ! . . + ret ;3b37 c9 . +l3b38h: + push af ;3b38 f5 . + call sub_3b46h ;3b39 cd 46 3b . F ; + ld a,0ffh ;3b3c 3e ff > . + call sub_1db2h ;3b3e cd b2 1d . . . + pop af ;3b41 f1 . + call 035e2h ;3b42 cd e2 35 . . 5 + ret ;3b45 c9 . +sub_3b46h: + call sub_78a6h ;3b46 cd a6 78 . . x + jr z,l3b65h ;3b49 28 1a ( . + call sub_1d27h ;3b4b cd 27 1d . ' . + jr nz,l3b5bh ;3b4e 20 0b . + push hl ;3b50 e5 . + ld hl,l0000h ;3b51 21 00 00 ! . . + or a ;3b54 b7 . + sbc hl,de ;3b55 ed 52 . R + pop de ;3b57 d1 . + jp l3b65h ;3b58 c3 65 3b . e ; +l3b5bh: + push de ;3b5b d5 . + ex de,hl ;3b5c eb . + ld hl,l0000h ;3b5d 21 00 00 ! . . + or a ;3b60 b7 . + sbc hl,de ;3b61 ed 52 . R + ex de,hl ;3b63 eb . + pop hl ;3b64 e1 . +l3b65h: + ld b,h ;3b65 44 D + ld c,l ;3b66 4d M + ld hl,(0f5aah) ;3b67 2a aa f5 * . . + add hl,bc ;3b6a 09 . + push hl ;3b6b e5 . + ld hl,(0f5ach) ;3b6c 2a ac f5 * . . + add hl,de ;3b6f 19 . + ex de,hl ;3b70 eb . + pop hl ;3b71 e1 . + call sub_1d11h ;3b72 cd 11 1d . . . + ret p ;3b75 f0 . + ex de,hl ;3b76 eb . + add hl,hl ;3b77 29 ) + add hl,hl ;3b78 29 ) + ex de,hl ;3b79 eb . + add hl,hl ;3b7a 29 ) + add hl,hl ;3b7b 29 ) + ret ;3b7c c9 . +sub_3b7dh: + call sub_1d11h ;3b7d cd 11 1d . . . + jp p,l3b93h ;3b80 f2 93 3b . . ; + sra h ;3b83 cb 2c . , + rr l ;3b85 cb 1d . . + sra h ;3b87 cb 2c . , + rr l ;3b89 cb 1d . . + sra d ;3b8b cb 2a . * + rr e ;3b8d cb 1b . . + sra d ;3b8f cb 2a . * + rr e ;3b91 cb 1b . . +l3b93h: + push de ;3b93 d5 . + ld de,(0f5aah) ;3b94 ed 5b aa f5 . [ . . + or a ;3b98 b7 . + sbc hl,de ;3b99 ed 52 . R + pop de ;3b9b d1 . + push hl ;3b9c e5 . + ld hl,(0f5ach) ;3b9d 2a ac f5 * . . + ex de,hl ;3ba0 eb . + or a ;3ba1 b7 . + sbc hl,de ;3ba2 ed 52 . R + ex de,hl ;3ba4 eb . + pop hl ;3ba5 e1 . + call sub_78a6h ;3ba6 cd a6 78 . . x + ret z ;3ba9 c8 . + call sub_1d27h ;3baa cd 27 1d . ' . + jr nz,l3bbah ;3bad 20 0b . + push de ;3baf d5 . + ex de,hl ;3bb0 eb . + ld hl,l0000h ;3bb1 21 00 00 ! . . + or a ;3bb4 b7 . + sbc hl,de ;3bb5 ed 52 . R + ex de,hl ;3bb7 eb . + pop hl ;3bb8 e1 . + ret ;3bb9 c9 . +l3bbah: + push hl ;3bba e5 . + ld hl,l0000h ;3bbb 21 00 00 ! . . + or a ;3bbe b7 . + sbc hl,de ;3bbf ed 52 . R + pop de ;3bc1 d1 . + ret ;3bc2 c9 . +l3bc3h: + ld sp,l0000h ;3bc3 31 00 00 1 . . + ld hl,l3bc3h ;3bc6 21 c3 3b ! . ; + ld (lf5aeh),hl ;3bc9 22 ae f5 " . . + push hl ;3bcc e5 . + call sub_3bd7h ;3bcd cd d7 3b . . ; + call sub_3bf2h ;3bd0 cd f2 3b . . ; + call sub_3be0h ;3bd3 cd e0 3b . . ; + jp (hl) ;3bd6 e9 . +sub_3bd7h: + ld a,00eh ;3bd7 3e 0e > . + out (008h),a ;3bd9 d3 08 . . + ld a,001h ;3bdb 3e 01 > . + out (080h),a ;3bdd d3 80 . . + ret ;3bdf c9 . +sub_3be0h: + ld a,000h ;3be0 3e 00 > . + out (008h),a ;3be2 d3 08 . . + ld a,000h ;3be4 3e 00 > . + out (080h),a ;3be6 d3 80 . . + ret ;3be8 c9 . +l3be9h: + ld a,0ffh ;3be9 3e ff > . + call sub_1dd1h ;3beb cd d1 1d . . . + ld hl,(lf5aeh) ;3bee 2a ae f5 * . . + jp (hl) ;3bf1 e9 . +sub_3bf2h: + in a,(020h) ;3bf2 db 20 . + and 08fh ;3bf4 e6 8f . . + jr z,sub_3bf2h ;3bf6 28 fa ( . + bit 7,a ;3bf8 cb 7f .  + jr z,sub_3bf2h ;3bfa 28 f6 ( . + and 00fh ;3bfc e6 0f . . + jr z,sub_3bf2h ;3bfe 28 f2 ( . +l3c00h: + ld hl,l3c6eh ;3c00 21 6e 3c ! n < + rra ;3c03 1f . + ret c ;3c04 d8 . + ld hl,l3ca8h ;3c05 21 a8 3c ! . < + rra ;3c08 1f . + ret c ;3c09 d8 . + ld hl,l3d61h ;3c0a 21 61 3d ! a = + rra ;3c0d 1f . + ret c ;3c0e d8 . + ld hl,l3c13h ;3c0f 21 13 3c ! . < + ret ;3c12 c9 . +l3c13h: + call sub_1d72h ;3c13 cd 72 1d . r . + call nz,sub_3f24h ;3c16 c4 24 3f . $ ? + call sub_1d77h ;3c19 cd 77 1d . w . + call nz,sub_3c25h ;3c1c c4 25 3c . % < + call sub_3c37h ;3c1f cd 37 3c . 7 < + jr z,l3c13h ;3c22 28 ef ( . + ret ;3c24 c9 . +sub_3c25h: + call sub_3fa5h ;3c25 cd a5 3f . . ? + and a ;3c28 a7 . + jr nz,l3c31h ;3c29 20 06 . + ld a,0ffh ;3c2b 3e ff > . + call sub_1dbfh ;3c2d cd bf 1d . . . + ret ;3c30 c9 . +l3c31h: + ld a,0ffh ;3c31 3e ff > . + call sub_1dd1h ;3c33 cd d1 1d . . . + ret ;3c36 c9 . +sub_3c37h: + call sub_1d86h ;3c37 cd 86 1d . . . + ret ;3c3a c9 . +l3c3bh: + in a,(020h) ;3c3b db 20 . + ld d,a ;3c3d 57 W + in a,(024h) ;3c3e db 24 . $ + or d ;3c40 b2 . + ld d,a ;3c41 57 W + in a,(028h) ;3c42 db 28 . ( + and 0efh ;3c44 e6 ef . . + or d ;3c46 b2 . + jr nz,l3c3bh ;3c47 20 f2 . + push bc ;3c49 c5 . + ld b,000h ;3c4a 06 00 . . +l3c4ch: + djnz l3c4ch ;3c4c 10 fe . . + pop bc ;3c4e c1 . + in a,(020h) ;3c4f db 20 . + ld d,a ;3c51 57 W + in a,(024h) ;3c52 db 24 . $ + or d ;3c54 b2 . + ld d,a ;3c55 57 W + in a,(028h) ;3c56 db 28 . ( + and 0efh ;3c58 e6 ef . . + or d ;3c5a b2 . + jr nz,l3c3bh ;3c5b 20 de . + ret ;3c5d c9 . +sub_3c5eh: + ld a,(lf5aeh+2) ;3c5e 3a b0 f5 : . . + xor 003h ;3c61 ee 03 . . + and 003h ;3c63 e6 03 . . + ld (lf5aeh+2),a ;3c65 32 b0 f5 2 . . + out (008h),a ;3c68 d3 08 . . + call l3c3bh ;3c6a cd 3b 3c . ; < + ret ;3c6d c9 . +l3c6eh: + call sub_3c37h ;3c6e cd 37 3c . 7 < + ret nz ;3c71 c0 . + call sub_1d7ch ;3c72 cd 7c 1d . | . + call nz,sub_3c5eh ;3c75 c4 5e 3c . ^ < + call sub_1d90h ;3c78 cd 90 1d . . . + call nz,sub_3c93h ;3c7b c4 93 3c . . < + ld a,(lf5b1h) ;3c7e 3a b1 f5 : . . + and a ;3c81 a7 . + jr z,l3c6eh ;3c82 28 ea ( . + in a,(00ah) ;3c84 db 0a . . + and 080h ;3c86 e6 80 . . + jr nz,l3c6eh ;3c88 20 e4 . + call sub_3c5eh ;3c8a cd 5e 3c . ^ < + ld a,001h ;3c8d 3e 01 > . + out (00ah),a ;3c8f d3 0a . . + jr l3c6eh ;3c91 18 db . . +sub_3c93h: + call l3c3bh ;3c93 cd 3b 3c . ; < + ld a,(lf5b1h) ;3c96 3a b1 f5 : . . + and a ;3c99 a7 . + jr z,l3ca2h ;3c9a 28 06 ( . + ld a,000h ;3c9c 3e 00 > . + ld (lf5b1h),a ;3c9e 32 b1 f5 2 . . + ret ;3ca1 c9 . +l3ca2h: + ld a,0ffh ;3ca2 3e ff > . + ld (lf5b1h),a ;3ca4 32 b1 f5 2 . . + ret ;3ca7 c9 . +l3ca8h: + call l3c3bh ;3ca8 cd 3b 3c . ; < + ld hl,l3ca8h ;3cab 21 a8 3c ! . < + ld (lf5aeh),hl ;3cae 22 ae f5 " . . + ld hl,l3ce3h ;3cb1 21 e3 3c ! . < + in a,(02ch) ;3cb4 db 2c . , + bit 5,a ;3cb6 cb 6f . o + ld b,017h ;3cb8 06 17 . . + jr nz,l3cc6h ;3cba 20 0a . + in a,(028h) ;3cbc db 28 . ( + bit 4,a ;3cbe cb 67 . g + ld b,00ch ;3cc0 06 0c . . + jr nz,l3cc6h ;3cc2 20 02 . + ld b,00bh ;3cc4 06 0b . . +l3cc6h: + ld a,(hl) ;3cc6 7e ~ + call l3d0fh+2 ;3cc7 cd 11 3d . . = + inc hl ;3cca 23 # + cp (hl) ;3ccb be . + jp nz,l3be9h ;3ccc c2 e9 3b . . ; + inc hl ;3ccf 23 # + djnz l3cc6h ;3cd0 10 f4 . . + call l3c3bh ;3cd2 cd 3b 3c . ; < + ld a,0ffh ;3cd5 3e ff > . + call sub_1dbfh ;3cd7 cd bf 1d . . . + call sub_3e4bh ;3cda cd 4b 3e . K > + ld a,000h ;3cdd 3e 00 > . + call sub_1dbfh ;3cdf cd bf 1d . . . + ret ;3ce2 c9 . +l3ce3h: + nop ;3ce3 00 . + ld (bc),a ;3ce4 02 . + nop ;3ce5 00 . + ex af,af' ;3ce6 08 . + nop ;3ce7 00 . + add a,b ;3ce8 80 . + nop ;3ce9 00 . + ld bc,00400h ;3cea 01 00 04 . . . + ld (bc),a ;3ced 02 . + ld bc,l0201h+1 ;3cee 01 02 02 . . . + ld (bc),a ;3cf1 02 . +l3cf2h: + add a,b ;3cf2 80 . + ld (bc),a ;3cf3 02 . + ex af,af' ;3cf4 08 . + ld (bc),a ;3cf5 02 . + inc b ;3cf6 04 . + ld (bc),a ;3cf7 02 . + jr nz,l3cfah ;3cf8 20 00 . +l3cfah: + ld b,b ;3cfa 40 @ +l3cfbh: + nop ;3cfb 00 . +l3cfch: + jr nz,l3cfeh ;3cfc 20 00 . +l3cfeh: + djnz $+4 ;3cfe 10 02 . . + ld b,b ;3d00 40 @ + ld bc,l0101h ;3d01 01 01 01 . . . + ld (bc),a ;3d04 02 . + ld bc,l0104h ;3d05 01 04 01 . . . + ex af,af' ;3d08 08 . + ld bc,l0110h ;3d09 01 10 01 . . . + jr nz,l3d0fh ;3d0c 20 01 . + ld b,b ;3d0e 40 @ +l3d0fh: + ld bc,lcd80h ;3d0f 01 80 cd . . . + ld (lf53dh),hl ;3d12 22 3d f5 " = . + ld a,004h ;3d15 3e 04 > . + out (008h),a ;3d17 d3 08 . . + call l3c3bh ;3d19 cd 3b 3c . ; < + ld a,000h ;3d1c 3e 00 > . + out (008h),a ;3d1e d3 08 . . + pop af ;3d20 f1 . + ret ;3d21 c9 . + and a ;3d22 a7 . + jr z,l3d4eh ;3d23 28 29 ( ) + dec a ;3d25 3d = + jr z,l3d3bh ;3d26 28 13 ( . +l3d28h: + in a,(020h) ;3d28 db 20 . + and a ;3d2a a7 . + jp nz,l3be9h ;3d2b c2 e9 3b . . ; + in a,(024h) ;3d2e db 24 . $ + and a ;3d30 a7 . + jp nz,l3be9h ;3d31 c2 e9 3b . . ; + in a,(028h) ;3d34 db 28 . ( + and 0efh ;3d36 e6 ef . . + jr z,l3d28h ;3d38 28 ee ( . + ret ;3d3a c9 . +l3d3bh: + in a,(028h) ;3d3b db 28 . ( + and 0efh ;3d3d e6 ef . . + jp nz,l3be9h ;3d3f c2 e9 3b . . ; + in a,(020h) ;3d42 db 20 . + and a ;3d44 a7 . + jp nz,l3be9h ;3d45 c2 e9 3b . . ; + in a,(024h) ;3d48 db 24 . $ + and a ;3d4a a7 . + jr z,l3d3bh ;3d4b 28 ee ( . + ret ;3d4d c9 . +l3d4eh: + in a,(028h) ;3d4e db 28 . ( + and 0efh ;3d50 e6 ef . . + jp nz,l3be9h ;3d52 c2 e9 3b . . ; + in a,(024h) ;3d55 db 24 . $ + and a ;3d57 a7 . + jp nz,l3be9h ;3d58 c2 e9 3b . . ; + in a,(020h) ;3d5b db 20 . + and a ;3d5d a7 . + jr z,l3d4eh ;3d5e 28 ee ( . + ret ;3d60 c9 . +l3d61h: + ld a,000h ;3d61 3e 00 > . + ld (lf586h+2),a ;3d63 32 88 f5 2 . . + call sub_3daah ;3d66 cd aa 3d . . = + call sub_3dfbh ;3d69 cd fb 3d . . = +l3d6ch: + call sub_1d7ch ;3d6c cd 7c 1d . | . + call nz,sub_3e30h ;3d6f c4 30 3e . 0 > + call sub_1d90h ;3d72 cd 90 1d . . . + call nz,sub_3ddah ;3d75 c4 da 3d . . = + call sub_1d6dh ;3d78 cd 6d 1d . m . + call nz,sub_3dfbh ;3d7b c4 fb 3d . . = + call sub_1d72h ;3d7e cd 72 1d . r . + call nz,sub_3e17h ;3d81 c4 17 3e . . > + call sub_1d77h ;3d84 cd 77 1d . w . + call nz,sub_3e12h ;3d87 c4 12 3e . . > + call sub_1d68h ;3d8a cd 68 1d . h . + call nz,sub_3d9dh ;3d8d c4 9d 3d . . = + call sub_3c37h ;3d90 cd 37 3c . 7 < + jr nz,l3d97h ;3d93 20 02 . + jr l3d6ch ;3d95 18 d5 . . +l3d97h: + ld a,000h ;3d97 3e 00 > . + call sub_1dbfh ;3d99 cd bf 1d . . . + ret ;3d9c c9 . +sub_3d9dh: + call sub_348eh ;3d9d cd 8e 34 . . 4 + ld hl,l02f8h ;3da0 21 f8 02 ! . . + call 0347eh ;3da3 cd 7e 34 . ~ 4 + call sub_3c5eh ;3da6 cd 5e 3c . ^ < + ret ;3da9 c9 . +sub_3daah: + ld hl,l0000h ;3daa 21 00 00 ! . . + ld de,l2c10h ;3dad 11 10 2c . . , + call 0347eh ;3db0 cd 7e 34 . ~ 4 + ld hl,l02f8h ;3db3 21 f8 02 ! . . + ld de,l2c10h ;3db6 11 10 2c . . , + ld a,000h ;3db9 3e 00 > . + call 035e2h ;3dbb cd e2 35 . . 5 +l3dbeh: + ld d,000h ;3dbe 16 00 . . + ld e,001h ;3dc0 1e 01 . . + ld a,014h ;3dc2 3e 14 > . + ld hl,l0000h+1 ;3dc4 21 01 00 ! . . + call sub_3519h ;3dc7 cd 19 35 . . 5 + in a,(008h) ;3dca db 08 . . + and 002h ;3dcc e6 02 . . + jr nz,l3dbeh ;3dce 20 ee . + ld hl,l02f8h ;3dd0 21 f8 02 ! . . + ld de,02e90h ;3dd3 11 90 2e . . . + call 0347eh ;3dd6 cd 7e 34 . ~ 4 + ret ;3dd9 c9 . +sub_3ddah: + ld hl,l46a0h ;3dda 21 a0 46 ! . F + ld de,02e90h ;3ddd 11 90 2e . . . + ld a,000h ;3de0 3e 00 > . + call 035e2h ;3de2 cd e2 35 . . 5 +l3de5h: + call sub_1da3h ;3de5 cd a3 1d . . . + ret nz ;3de8 c0 . + ld a,000h ;3de9 3e 00 > . + call sub_1dbfh ;3deb cd bf 1d . . . + in a,(008h) ;3dee db 08 . . +l3df0h: + and 001h ;3df0 e6 01 . . + jr nz,l3de5h ;3df2 20 f1 . + ld a,0ffh ;3df4 3e ff > . + call sub_1dbfh ;3df6 cd bf 1d . . . + jr l3de5h ;3df9 18 ea . . +sub_3dfbh: + ld hl,l02f8h ;3dfb 21 f8 02 ! . . + ld de,l2d28h ;3dfe 11 28 2d . ( - + ld a,000h ;3e01 3e 00 > . + call 035e2h ;3e03 cd e2 35 . . 5 + ld hl,l003ch ;3e06 21 3c 00 ! < . + ld de,l2d28h ;3e09 11 28 2d . ( - + ld a,000h ;3e0c 3e 00 > . + call 035e2h ;3e0e cd e2 35 . . 5 + ret ;3e11 c9 . +sub_3e12h: + ld de,l2c10h ;3e12 11 10 2c . . , + jr l3e1ah ;3e15 18 03 . . +sub_3e17h: + ld de,l1630h ;3e17 11 30 16 . 0 . +l3e1ah: + push de ;3e1a d5 . + call sub_348eh ;3e1b cd 8e 34 . . 4 + ld hl,l02f8h ;3e1e 21 f8 02 ! . . + ld a,000h ;3e21 3e 00 > . + call 035e2h ;3e23 cd e2 35 . . 5 + pop de ;3e26 d1 . + ld hl,l02f8h ;3e27 21 f8 02 ! . . + ld a,000h ;3e2a 3e 00 > . + call 035e2h ;3e2c cd e2 35 . . 5 + ret ;3e2f c9 . +sub_3e30h: + call sub_348eh ;3e30 cd 8e 34 . . 4 + push de ;3e33 d5 . + push hl ;3e34 e5 . + ld hl,l0014h ;3e35 21 14 00 ! . . + ld a,000h ;3e38 3e 00 > . + call 035e2h ;3e3a cd e2 35 . . 5 + call sub_3e4bh ;3e3d cd 4b 3e . K > + call l3c3bh ;3e40 cd 3b 3c . ; < + pop hl ;3e43 e1 . + pop de ;3e44 d1 . + ld a,000h ;3e45 3e 00 > . + call 035e2h ;3e47 cd e2 35 . . 5 + ret ;3e4a c9 . +sub_3e4bh: + call sub_3c37h ;3e4b cd 37 3c . 7 < + jr z,sub_3e4bh ;3e4e 28 fb ( . + ret ;3e50 c9 . +l3e51h: + di ;3e51 f3 . + ld a,000h ;3e52 3e 00 > . + out (008h),a ;3e54 d3 08 . . + ld a,040h ;3e56 3e 40 > @ +l3e58h: + out (00bh),a ;3e58 d3 0b . . + ld hl,08000h ;3e5a 21 00 80 ! . . + ld de,l8001h ;3e5d 11 01 80 . . . + ld bc,03fffh ;3e60 01 ff 3f . . ? + ld (hl),000h ;3e63 36 00 6 . + ldir ;3e65 ed b0 . . + cp 07fh ;3e67 fe 7f .  + jp z,l3e70h ;3e69 ca 70 3e . p > + inc a ;3e6c 3c < + jp l3e58h ;3e6d c3 58 3e . X > +l3e70h: + ld d,055h ;3e70 16 55 . U + ld a,040h ;3e72 3e 40 > @ +l3e74h: + ld e,a ;3e74 5f _ + out (00bh),a ;3e75 d3 0b . . + ld hl,08000h ;3e77 21 00 80 ! . . + ld bc,l4000h ;3e7a 01 00 40 . . @ +l3e7dh: + ld a,(hl) ;3e7d 7e ~ + cp 000h ;3e7e fe 00 . . + jp nz,l3f19h ;3e80 c2 19 3f . . ? + ld (hl),d ;3e83 72 r + ld a,(hl) ;3e84 7e ~ + cp d ;3e85 ba . + jp nz,l3f19h ;3e86 c2 19 3f . . ? + inc hl ;3e89 23 # + dec bc ;3e8a 0b . + ld a,b ;3e8b 78 x + or c ;3e8c b1 . + jp nz,l3e7dh ;3e8d c2 7d 3e . } > + ld a,e ;3e90 7b { + cp 07fh ;3e91 fe 7f .  + jp z,l3e9ah ;3e93 ca 9a 3e . . > + inc a ;3e96 3c < + jp l3e74h ;3e97 c3 74 3e . t > +l3e9ah: + ld d,0aah ;3e9a 16 aa . . + ld a,040h ;3e9c 3e 40 > @ +l3e9eh: + ld e,a ;3e9e 5f _ + out (00bh),a ;3e9f d3 0b . . + ld hl,08000h ;3ea1 21 00 80 ! . . + ld bc,l4000h ;3ea4 01 00 40 . . @ +l3ea7h: + ld a,(hl) ;3ea7 7e ~ + cp 055h ;3ea8 fe 55 . U + jp nz,l3f19h ;3eaa c2 19 3f . . ? + ld (hl),d ;3ead 72 r + ld a,(hl) ;3eae 7e ~ + cp d ;3eaf ba . + jp nz,l3f19h ;3eb0 c2 19 3f . . ? + inc hl ;3eb3 23 # + dec bc ;3eb4 0b . + ld a,b ;3eb5 78 x + or c ;3eb6 b1 . + jp nz,l3ea7h ;3eb7 c2 a7 3e . . > + ld a,e ;3eba 7b { + cp 07fh ;3ebb fe 7f .  + jp z,l3ec4h ;3ebd ca c4 3e . . > + inc a ;3ec0 3c < + jp l3e9eh ;3ec1 c3 9e 3e . . > +l3ec4h: + ld d,0ffh ;3ec4 16 ff . . + ld a,040h ;3ec6 3e 40 > @ +l3ec8h: + ld e,a ;3ec8 5f _ + out (00bh),a ;3ec9 d3 0b . . + ld hl,08000h ;3ecb 21 00 80 ! . . + ld bc,l4000h ;3ece 01 00 40 . . @ +l3ed1h: + ld a,(hl) ;3ed1 7e ~ + cp 0aah ;3ed2 fe aa . . + jp nz,l3f19h ;3ed4 c2 19 3f . . ? + ld (hl),d ;3ed7 72 r + ld a,(hl) ;3ed8 7e ~ + cp d ;3ed9 ba . + jp nz,l3f19h ;3eda c2 19 3f . . ? + inc hl ;3edd 23 # + dec bc ;3ede 0b . + ld a,b ;3edf 78 x + or c ;3ee0 b1 . + jp nz,l3ed1h ;3ee1 c2 d1 3e . . > + ld a,e ;3ee4 7b { + cp 07fh ;3ee5 fe 7f .  + jp z,l3eeeh ;3ee7 ca ee 3e . . > + inc a ;3eea 3c < + jp l3ec8h ;3eeb c3 c8 3e . . > +l3eeeh: + ld a,040h ;3eee 3e 40 > @ +l3ef0h: + ld e,a ;3ef0 5f _ + out (00bh),a ;3ef1 d3 0b . . + ld hl,08000h ;3ef3 21 00 80 ! . . + ld bc,03fffh ;3ef6 01 ff 3f . . ? +l3ef9h: + ld a,(hl) ;3ef9 7e ~ + cp 0ffh ;3efa fe ff . . + jp nz,l3f19h ;3efc c2 19 3f . . ? + inc hl ;3eff 23 # + dec bc ;3f00 0b . + ld a,b ;3f01 78 x + or c ;3f02 b1 . + jp nz,l3ef9h ;3f03 c2 f9 3e . . > + ld a,e ;3f06 7b { + cp 07fh ;3f07 fe 7f .  + jp z,l3f10h ;3f09 ca 10 3f . . ? + inc a ;3f0c 3c < + jp l3ef0h ;3f0d c3 f0 3e . . > +l3f10h: + ex af,af' ;3f10 08 . + ld a,004h ;3f11 3e 04 > . + out (008h),a ;3f13 d3 08 . . + ex af,af' ;3f15 08 . + ld a,a ;3f16 7f  + jr l3f10h ;3f17 18 f7 . . +l3f19h: + ex af,af' ;3f19 08 . + ld a,008h ;3f1a 3e 08 > . + out (008h),a ;3f1c d3 08 . . + ex af,af' ;3f1e 08 . + ld a,a ;3f1f 7f  +l3f20h: + nop ;3f20 00 . + jp l3f20h ;3f21 c3 20 3f . ? +sub_3f24h: + ld a,000h ;3f24 3e 00 > . + call sub_1dbfh ;3f26 cd bf 1d . . . + ld a,040h ;3f29 3e 40 > @ +l3f2bh: + out (00bh),a ;3f2b d3 0b . . + ld hl,08000h ;3f2d 21 00 80 ! . . + ld de,l8001h ;3f30 11 01 80 . . . + ld bc,03fffh ;3f33 01 ff 3f . . ? + ld (hl),000h ;3f36 36 00 6 . + ldir ;3f38 ed b0 . . + cp 07fh ;3f3a fe 7f .  + jr z,l3f42h ;3f3c 28 04 ( . + inc a ;3f3e 3c < + jp l3f2bh ;3f3f c3 2b 3f . + ? +l3f42h: + ld d,0ffh ;3f42 16 ff . . + ld a,040h ;3f44 3e 40 > @ +l3f46h: + ld e,a ;3f46 5f _ + out (00bh),a ;3f47 d3 0b . . + ld hl,08000h ;3f49 21 00 80 ! . . + ld bc,l4000h ;3f4c 01 00 40 . . @ +l3f4fh: + ld a,(hl) ;3f4f 7e ~ + cp 000h ;3f50 fe 00 . . + jp nz,l3f99h ;3f52 c2 99 3f . . ? + ld (hl),d ;3f55 72 r + ld a,(hl) ;3f56 7e ~ + cp d ;3f57 ba . + jp nz,l3f99h ;3f58 c2 99 3f . . ? + inc hl ;3f5b 23 # + dec bc ;3f5c 0b . + ld a,b ;3f5d 78 x + or c ;3f5e b1 . + jp nz,l3f4fh ;3f5f c2 4f 3f . O ? + ld a,e ;3f62 7b { + cp 07fh ;3f63 fe 7f .  + jp z,l3f6ch ;3f65 ca 6c 3f . l ? + inc a ;3f68 3c < + jp l3f46h ;3f69 c3 46 3f . F ? +l3f6ch: + ld a,040h ;3f6c 3e 40 > @ +l3f6eh: + ld e,a ;3f6e 5f _ + out (00bh),a ;3f6f d3 0b . . + ld hl,08000h ;3f71 21 00 80 ! . . + ld bc,03fffh ;3f74 01 ff 3f . . ? +l3f77h: + ld a,(hl) ;3f77 7e ~ + cp 0ffh ;3f78 fe ff . . + jp nz,l3f99h ;3f7a c2 99 3f . . ? + inc hl ;3f7d 23 # + dec bc ;3f7e 0b . + ld a,b ;3f7f 78 x + or c ;3f80 b1 . + jp nz,l3f77h ;3f81 c2 77 3f . w ? + ld a,e ;3f84 7b { + cp 07fh ;3f85 fe 7f .  + jr z,l3f8dh ;3f87 28 04 ( . + inc a ;3f89 3c < + jp l3f6eh ;3f8a c3 6e 3f . n ? +l3f8dh: + call sub_0298h ;3f8d cd 98 02 . . . + ld a,0ffh ;3f90 3e ff > . + call sub_1dbfh ;3f92 cd bf 1d . . . + call sub_3e4bh ;3f95 cd 4b 3e . K > + ret ;3f98 c9 . +l3f99h: + call sub_0298h ;3f99 cd 98 02 . . . + ld a,0ffh ;3f9c 3e ff > . + call sub_1dd1h ;3f9e cd d1 1d . . . + call sub_3e4bh ;3fa1 cd 4b 3e . K > + ret ;3fa4 c9 . +sub_3fa5h: + call sub_3fc2h ;3fa5 cd c2 3f . . ? + call sub_40ech ;3fa8 cd ec 40 . . @ + call sub_3fcfh ;3fab cd cf 3f . . ? + call sub_3fefh ;3fae cd ef 3f . . ? + call sub_4009h ;3fb1 cd 09 40 . . @ + call sub_403ch ;3fb4 cd 3c 40 . < @ + call sub_4094h ;3fb7 cd 94 40 . . @ + ld a,(lf5b1h+1) ;3fba 3a b2 f5 : . . + and a ;3fbd a7 . + ret z ;3fbe c8 . + ld a,0ffh ;3fbf 3e ff > . + ret ;3fc1 c9 . +sub_3fc2h: + ld a,000h ;3fc2 3e 00 > . + ld (lf5b1h+2),a ;3fc4 32 b3 f5 2 . . + ld (lf5b4h),a ;3fc7 32 b4 f5 2 . . + out (000h),a ;3fca d3 00 . . + out (001h),a ;3fcc d3 01 . . + ret ;3fce c9 . +sub_3fcfh: + xor a ;3fcf af . + out (011h),a ;3fd0 d3 11 . . + out (011h),a ;3fd2 d3 11 . . + out (011h),a ;3fd4 d3 11 . . + out (013h),a ;3fd6 d3 13 . . + out (013h),a ;3fd8 d3 13 . . + out (013h),a ;3fda d3 13 . . + ld a,040h ;3fdc 3e 40 > @ + out (011h),a ;3fde d3 11 . . + out (013h),a ;3fe0 d3 13 . . + ld a,0feh ;3fe2 3e fe > . + out (011h),a ;3fe4 d3 11 . . + out (013h),a ;3fe6 d3 13 . . + ld a,037h ;3fe8 3e 37 > 7 + out (011h),a ;3fea d3 11 . . + out (013h),a ;3fec d3 13 . . + ret ;3fee c9 . +sub_3fefh: + ld a,017h ;3fef 3e 17 > . + out (011h),a ;3ff1 d3 11 . . + in a,(011h) ;3ff3 db 11 . . + bit 7,a ;3ff5 cb 7f .  + call nz,sub_4003h ;3ff7 c4 03 40 . . @ + ld a,037h ;3ffa 3e 37 > 7 + out (011h),a ;3ffc d3 11 . . + in a,(011h) ;3ffe db 11 . . +l4000h: + bit 7,a ;4000 cb 7f .  + ret nz ;4002 c0 . +sub_4003h: + ld a,001h ;4003 3e 01 > . + call sub_40f1h ;4005 cd f1 40 . . @ + ret ;4008 c9 . +sub_4009h: + ld a,035h ;4009 3e 35 > 5 + out (011h),a ;400b d3 11 . . + ld a,0ffh ;400d 3e ff > . + call sub_405fh ;400f cd 5f 40 . _ @ + and a ;4012 a7 . + call z,sub_4036h ;4013 cc 36 40 . 6 @ + call sub_40f9h ;4016 cd f9 40 . . @ + in a,(011h) ;4019 db 11 . . + bit 2,a ;401b cb 57 . W + call z,sub_4036h ;401d cc 36 40 . 6 @ + ld a,037h ;4020 3e 37 > 7 + out (011h),a ;4022 d3 11 . . + call sub_40f9h ;4024 cd f9 40 . . @ + in a,(011h) ;4027 db 11 . . + bit 2,a ;4029 cb 57 . W + call nz,sub_4036h ;402b c4 36 40 . 6 @ + call sub_4078h ;402e cd 78 40 . x @ + and a ;4031 a7 . + call z,sub_4036h ;4032 cc 36 40 . 6 @ + ret ;4035 c9 . +sub_4036h: + ld a,002h ;4036 3e 02 > . + call sub_40f1h ;4038 cd f1 40 . . @ + ret ;403b c9 . +sub_403ch: + ld a,0aah ;403c 3e aa > . + call sub_405fh ;403e cd 5f 40 . _ @ + and a ;4041 a7 . + call z,sub_408eh ;4042 cc 8e 40 . . @ + call sub_4078h ;4045 cd 78 40 . x @ + xor 0aah ;4048 ee aa . . + call nz,sub_408eh ;404a c4 8e 40 . . @ + ld a,055h ;404d 3e 55 > U + call sub_405fh ;404f cd 5f 40 . _ @ + and a ;4052 a7 . + call z,sub_408eh ;4053 cc 8e 40 . . @ + call sub_4078h ;4056 cd 78 40 . x @ + xor 055h ;4059 ee 55 . U + call nz,sub_408eh ;405b c4 8e 40 . . @ + ret ;405e c9 . +sub_405fh: + push af ;405f f5 . + ld bc,l2710h ;4060 01 10 27 . . ' +l4063h: + dec bc ;4063 0b . + ld a,b ;4064 78 x + or c ;4065 b1 . + jp z,l4074h ;4066 ca 74 40 . t @ + in a,(011h) ;4069 db 11 . . + bit 0,a ;406b cb 47 . G + jp z,l4063h ;406d ca 63 40 . c @ + pop af ;4070 f1 . + out (010h),a ;4071 d3 10 . . + ret ;4073 c9 . +l4074h: + pop af ;4074 f1 . + ld a,000h ;4075 3e 00 > . + ret ;4077 c9 . +sub_4078h: + ld bc,l2710h ;4078 01 10 27 . . ' +l407bh: + dec bc ;407b 0b . + ld a,b ;407c 78 x + or c ;407d b1 . + jp z,l408bh ;407e ca 8b 40 . . @ + in a,(011h) ;4081 db 11 . . + bit 1,a ;4083 cb 4f . O + jp z,l407bh ;4085 ca 7b 40 . { @ + in a,(010h) ;4088 db 10 . . + ret ;408a c9 . +l408bh: + ld a,000h ;408b 3e 00 > . + ret ;408d c9 . +sub_408eh: + ld a,004h ;408e 3e 04 > . + call sub_40f1h ;4090 cd f1 40 . . @ + ret ;4093 c9 . +sub_4094h: + ld a,0aah ;4094 3e aa > . + call sub_40b7h ;4096 cd b7 40 . . @ + and a ;4099 a7 . + call z,sub_40e6h ;409a cc e6 40 . . @ + call sub_40d0h ;409d cd d0 40 . . @ + xor 0aah ;40a0 ee aa . . + call nz,sub_40e6h ;40a2 c4 e6 40 . . @ + ld a,055h ;40a5 3e 55 > U + call sub_40b7h ;40a7 cd b7 40 . . @ + and a ;40aa a7 . + call z,sub_40e6h ;40ab cc e6 40 . . @ + call sub_40d0h ;40ae cd d0 40 . . @ + xor 055h ;40b1 ee 55 . U + call nz,sub_40e6h ;40b3 c4 e6 40 . . @ + ret ;40b6 c9 . +sub_40b7h: + push af ;40b7 f5 . + ld bc,l2710h ;40b8 01 10 27 . . ' +l40bbh: + dec bc ;40bb 0b . + ld a,b ;40bc 78 x + or c ;40bd b1 . + jp z,l40cch ;40be ca cc 40 . . @ + in a,(013h) ;40c1 db 13 . . + bit 0,a ;40c3 cb 47 . G + jp z,l40bbh ;40c5 ca bb 40 . . @ + pop af ;40c8 f1 . + out (012h),a ;40c9 d3 12 . . + ret ;40cb c9 . +l40cch: + pop af ;40cc f1 . + ld a,000h ;40cd 3e 00 > . + ret ;40cf c9 . +sub_40d0h: + ld bc,l2710h ;40d0 01 10 27 . . ' +l40d3h: + dec bc ;40d3 0b . + ld a,b ;40d4 78 x + or c ;40d5 b1 . + jp z,l40e3h ;40d6 ca e3 40 . . @ + in a,(013h) ;40d9 db 13 . . + bit 1,a ;40db cb 4f . O + jp z,l40d3h ;40dd ca d3 40 . . @ + in a,(012h) ;40e0 db 12 . . + ret ;40e2 c9 . +l40e3h: + ld a,000h ;40e3 3e 00 > . + ret ;40e5 c9 . +sub_40e6h: + ld a,008h ;40e6 3e 08 > . + call sub_40f1h ;40e8 cd f1 40 . . @ + ret ;40eb c9 . +sub_40ech: + xor a ;40ec af . + ld (lf5b1h+1),a ;40ed 32 b2 f5 2 . . + ret ;40f0 c9 . +sub_40f1h: + ld hl,lf5b1h+1 ;40f1 21 b2 f5 ! . . + or (hl) ;40f4 b6 . + ld (lf5b1h+1),a ;40f5 32 b2 f5 2 . . + ret ;40f8 c9 . +sub_40f9h: + ld hl,l0096h ;40f9 21 96 00 ! . . +l40fch: + dec hl ;40fc 2b + + ld a,h ;40fd 7c | + or l ;40fe b5 . + jr nz,l40fch ;40ff 20 fb . + ret ;4101 c9 . +sub_4102h: + cp 02bh ;4102 fe 2b . + + ret z ;4104 c8 . + cp 02dh ;4105 fe 2d . - + ret z ;4107 c8 . + cp 02eh ;4108 fe 2e . . + ret z ;410a c8 . + call sub_69e6h ;410b cd e6 69 . . i + ret ;410e c9 . +l410fh: + call sub_f4cbh ;410f cd cb f4 . . . + and 07fh ;4112 e6 7f .  + call sub_4102h ;4114 cd 02 41 . . A + jr nc,l4131h ;4117 30 18 0 . + cp 02ch ;4119 fe 2c . , + jr z,l410fh ;411b 28 f2 ( . + cp 021h ;411d fe 21 . ! + jr nc,l4131h ;411f 30 10 0 . + push af ;4121 f5 . + call sub_1d11h ;4122 cd 11 1d . . . + pop de ;4125 d1 . + jr z,l410fh ;4126 28 e7 ( . + ld a,d ;4128 7a z + cp 020h ;4129 fe 20 . + jr z,l410fh ;412b 28 e2 ( . + cp 009h ;412d fe 09 . . + jr z,l410fh ;412f 28 de ( . +l4131h: + call lf4cch+2 ;4131 cd ce f4 . . . + ret ;4134 c9 . +sub_4135h: + ld c,000h ;4135 0e 00 . . +l4137h: + push bc ;4137 c5 . + push hl ;4138 e5 . + call l410fh ;4139 cd 0f 41 . . A + call sub_f4cbh ;413c cd cb f4 . . . + and 07fh ;413f e6 7f .  + call sub_4102h ;4141 cd 02 41 . . A + jr c,l41bch ;4144 38 76 8 v + ld hl,lf5b5h ;4146 21 b5 f5 ! . . +l4149h: + ld (hl),a ;4149 77 w + inc hl ;414a 23 # +l414bh: + push hl ;414b e5 . + call sub_f4cbh ;414c cd cb f4 . . . + pop hl ;414f e1 . + cp 02eh ;4150 fe 2e . . + jr z,l4149h ;4152 28 f5 ( . + call sub_69e6h ;4154 cd e6 69 . . i + jp nc,l4149h ;4157 d2 49 41 . I A + cp 045h ;415a fe 45 . E + jr z,l4176h ;415c 28 18 ( . + cp 065h ;415e fe 65 . e + jr z,l4176h ;4160 28 14 ( . + cp 020h ;4162 fe 20 . +l4164h: + jr nc,l41a0h ;4164 30 3a 0 : + cp 009h ;4166 fe 09 . . + jr z,l41a0h ;4168 28 36 ( 6 + push hl ;416a e5 . +l416bh: + push af ;416b f5 . + call sub_1d11h ;416c cd 11 1d . . . + pop de ;416f d1 . + pop hl ;4170 e1 . + ld a,d ;4171 7a z + jr z,l414bh ;4172 28 d7 ( . + jr l41a0h ;4174 18 2a . * +l4176h: + push af ;4176 f5 . + push hl ;4177 e5 . + call sub_f4cbh ;4178 cd cb f4 . . . + and 07fh ;417b e6 7f .  + call sub_4102h ;417d cd 02 41 . . A + pop hl ;4180 e1 . + pop bc ;4181 c1 . + jr c,l4199h ;4182 38 15 8 . + ld (hl),b ;4184 70 p + inc hl ;4185 23 # + ld (hl),a ;4186 77 w + inc hl ;4187 23 # +l4188h: + push hl ;4188 e5 . + call sub_f4cbh ;4189 cd cb f4 . . . + and 07fh ;418c e6 7f .  + pop hl ;418e e1 . + call sub_69e6h ;418f cd e6 69 . . i + jr c,l41a0h ;4192 38 0c 8 . + ld (hl),a ;4194 77 w + inc hl ;4195 23 # + jp l4188h ;4196 c3 88 41 . . A +l4199h: + push hl ;4199 e5 . + push bc ;419a c5 . + call lf4cch+2 ;419b cd ce f4 . . . + pop af ;419e f1 . + pop hl ;419f e1 . +l41a0h: + ld (hl),000h ;41a0 36 00 6 . + call lf4cch+2 ;41a2 cd ce f4 . . . + ld hl,lf5b5h ;41a5 21 b5 f5 ! . . + call sub_6875h ;41a8 cd 75 68 . u h + jp c,l7d56h ;41ab da 56 7d . V } + pop bc ;41ae c1 . + call sub_6e79h ;41af cd 79 6e . y n + pop bc ;41b2 c1 . + inc c ;41b3 0c . + djnz l4137h ;41b4 10 81 . . + ld h,000h ;41b6 26 00 & . + ld l,c ;41b8 69 i + ld a,c ;41b9 79 y + or a ;41ba b7 . + ret ;41bb c9 . +l41bch: + call lf4cch+2 ;41bc cd ce f4 . . . + pop hl ;41bf e1 . + pop bc ;41c0 c1 . + ld h,000h ;41c1 26 00 & . + ld l,c ;41c3 69 i + ld a,c ;41c4 79 y + or a ;41c5 b7 . + ret ;41c6 c9 . +sub_41c7h: + ld c,000h ;41c7 0e 00 . . +l41c9h: + push bc ;41c9 c5 . + push hl ;41ca e5 . + call l410fh ;41cb cd 0f 41 . . A + call sub_f4cbh ;41ce cd cb f4 . . . + and 07fh ;41d1 e6 7f .  + call sub_4102h ;41d3 cd 02 41 . . A + jr c,l421ch ;41d6 38 44 8 D + ld hl,lf5b5h ;41d8 21 b5 f5 ! . . +l41dbh: + ld (hl),a ;41db 77 w + inc hl ;41dc 23 # +l41ddh: + push hl ;41dd e5 . + call sub_f4cbh ;41de cd cb f4 . . . + and 07fh ;41e1 e6 7f .  + pop hl ;41e3 e1 . + cp 02eh ;41e4 fe 2e . . + jr z,l41dbh ;41e6 28 f3 ( . + call sub_69e6h ;41e8 cd e6 69 . . i + jp nc,l41dbh ;41eb d2 db 41 . . A + cp 020h ;41ee fe 20 . + jr nc,l41feh ;41f0 30 0c 0 . + cp 009h ;41f2 fe 09 . . + jr z,l41feh ;41f4 28 08 ( . + push af ;41f6 f5 . + call sub_1d11h ;41f7 cd 11 1d . . . + pop de ;41fa d1 . + ld a,d ;41fb 7a z + jr z,l41ddh ;41fc 28 df ( . +l41feh: + ld (hl),000h ;41fe 36 00 6 . + call lf4cch+2 ;4200 cd ce f4 . . . + ld hl,lf5b5h ;4203 21 b5 f5 ! . . + call sub_6823h ;4206 cd 23 68 . # h + jp c,l7d56h ;4209 da 56 7d . V } + ex de,hl ;420c eb . + pop hl ;420d e1 . + ld (hl),e ;420e 73 s + inc hl ;420f 23 # + ld (hl),d ;4210 72 r + inc hl ;4211 23 # + pop bc ;4212 c1 . + inc c ;4213 0c . + djnz l41c9h ;4214 10 b3 . . + ld h,000h ;4216 26 00 & . + ld l,c ;4218 69 i + ld a,c ;4219 79 y + or a ;421a b7 . + ret ;421b c9 . +l421ch: + call lf4cch+2 ;421c cd ce f4 . . . + pop hl ;421f e1 . + pop bc ;4220 c1 . + ld h,000h ;4221 26 00 & . + ld l,c ;4223 69 i + ld a,c ;4224 79 y + or a ;4225 b7 . + ret ;4226 c9 . +sub_4227h: + call sub_422eh ;4227 cd 2e 42 . . B + ret nc ;422a d0 . + ld a,02ch ;422b 3e 2c > , + ret ;422d c9 . +sub_422eh: + call sub_f4cbh ;422e cd cb f4 . . . + and 07fh ;4231 e6 7f .  + cp 02ch ;4233 fe 2c . , + jr sub_422eh ;4235 18 f7 . . + cp 021h ;4237 fe 21 . ! + jr c,sub_422eh ;4239 38 f3 8 . + call sub_4102h ;423b cd 02 41 . . A + push af ;423e f5 . + call lf4cch+2 ;423f cd ce f4 . . . + pop af ;4242 f1 . + ret ;4243 c9 . +sub_4244h: + call sub_5277h ;4244 cd 77 52 . w R + ret z ;4247 c8 . + ld hl,(lf6f1h) ;4248 2a f1 f6 * . . + ld de,(lf6f3h) ;424b ed 5b f3 f6 . [ . . + exx ;424f d9 . + ld hl,(lf6edh) ;4250 2a ed f6 * . . + ld de,(lf6edh+2) ;4253 ed 5b ef f6 . [ . . + call sub_6c12h ;4257 cd 12 6c . . l + ld (lf615h+2),hl ;425a 22 17 f6 " . . + ld (lf618h+1),de ;425d ed 53 19 f6 . S . . + ld hl,(lf6edh) ;4261 2a ed f6 * . . + ld de,(lf6edh+2) ;4264 ed 5b ef f6 . [ . . + exx ;4268 d9 . + ld hl,(lf6f1h) ;4269 2a f1 f6 * . . + ld de,(lf6f3h) ;426c ed 5b f3 f6 . [ . . + call sub_6c12h ;4270 cd 12 6c . . l + ld (lf61bh),hl ;4273 22 1b f6 " . . + ld (0f61dh),de ;4276 ed 53 1d f6 . S . . + ret ;427a c9 . +sub_427bh: + call sub_5277h ;427b cd 77 52 . w R + jp z,l42fch ;427e ca fc 42 . . B + ld (lf61fh),hl ;4281 22 1f f6 " . . + ld (0f621h),de ;4284 ed 53 21 f6 . S ! . + exx ;4288 d9 . + ld (lf623h),hl ;4289 22 23 f6 " # . + ld (lf625h),de ;428c ed 53 25 f6 . S % . + ld hl,(lf817h) ;4290 2a 17 f8 * . . + ld de,(lf819h) ;4293 ed 5b 19 f8 . [ . . + call sub_6b52h ;4297 cd 52 6b . R k + push hl ;429a e5 . + push de ;429b d5 . + ld hl,(lf813h) ;429c 2a 13 f8 * . . + ld de,(lf815h) ;429f ed 5b 15 f8 . [ . . + exx ;42a3 d9 . + ld hl,(lf623h) ;42a4 2a 23 f6 * # . + ld de,(lf625h) ;42a7 ed 5b 25 f6 . [ % . + call sub_6b52h ;42ab cd 52 6b . R k + exx ;42ae d9 . + ld hl,(lf615h+2) ;42af 2a 17 f6 * . . + ld de,(lf618h+1) ;42b2 ed 5b 19 f6 . [ . . + call sub_6b52h ;42b6 cd 52 6b . R k + exx ;42b9 d9 . + pop de ;42ba d1 . + pop hl ;42bb e1 . + call sub_6b3dh ;42bc cd 3d 6b . = k + push hl ;42bf e5 . + push de ;42c0 d5 . + ld hl,(lf817h) ;42c1 2a 17 f8 * . . + ld de,(lf819h) ;42c4 ed 5b 19 f8 . [ . . + exx ;42c8 d9 . + ld hl,(lf623h) ;42c9 2a 23 f6 * # . + ld de,(lf625h) ;42cc ed 5b 25 f6 . [ % . + call sub_6b52h ;42d0 cd 52 6b . R k + push hl ;42d3 e5 . + push de ;42d4 d5 . + ld hl,(lf813h) ;42d5 2a 13 f8 * . . + ld de,(lf815h) ;42d8 ed 5b 15 f8 . [ . . + exx ;42dc d9 . + ld hl,(lf61fh) ;42dd 2a 1f f6 * . . + ld de,(0f621h) ;42e0 ed 5b 21 f6 . [ ! . + call sub_6b52h ;42e4 cd 52 6b . R k + exx ;42e7 d9 . + ld hl,(lf61bh) ;42e8 2a 1b f6 * . . + ld de,(0f61dh) ;42eb ed 5b 1d f6 . [ . . +l42efh: + call sub_6b52h ;42ef cd 52 6b . R k + exx ;42f2 d9 . + pop de ;42f3 d1 . + pop hl ;42f4 e1 . + call sub_6b2ah ;42f5 cd 2a 6b . * k + exx ;42f8 d9 . + pop de ;42f9 d1 . + pop hl ;42fa e1 . + ret ;42fb c9 . +l42fch: + ld (lf61fh),hl ;42fc 22 1f f6 " . . + ld (0f621h),de ;42ff ed 53 21 f6 . S ! . + exx ;4303 d9 . + ld (lf623h),hl ;4304 22 23 f6 " # . + ld (lf625h),de ;4307 ed 53 25 f6 . S % . + ld hl,(lf817h) ;430b 2a 17 f8 * . . + ld de,(lf819h) ;430e ed 5b 19 f8 . [ . . + call sub_6b52h ;4312 cd 52 6b . R k + push hl ;4315 e5 . + push de ;4316 d5 . + ld hl,(lf813h) ;4317 2a 13 f8 * . . + ld de,(lf815h) ;431a ed 5b 15 f8 . [ . . + exx ;431e d9 . + ld hl,(lf623h) ;431f 2a 23 f6 * # . + ld de,(lf625h) ;4322 ed 5b 25 f6 . [ % . + call sub_6b52h ;4326 cd 52 6b . R k + exx ;4329 d9 . + pop de ;432a d1 . + pop hl ;432b e1 . + call sub_6b3dh ;432c cd 3d 6b . = k + push hl ;432f e5 . +l4330h: + push de ;4330 d5 . + ld hl,(lf813h) ;4331 2a 13 f8 * . . + ld de,(lf815h) ;4334 ed 5b 15 f8 . [ . . + exx ;4338 d9 . + ld hl,(lf61fh) ;4339 2a 1f f6 * . . + ld de,(0f621h) ;433c ed 5b 21 f6 . [ ! . + call sub_6b52h ;4340 cd 52 6b . R k + push hl ;4343 e5 . + push de ;4344 d5 . + ld hl,(lf817h) ;4345 2a 17 f8 * . . + ld de,(lf819h) ;4348 ed 5b 19 f8 . [ . . + exx ;434c d9 . + ld hl,(lf623h) ;434d 2a 23 f6 * # . + ld de,(lf625h) ;4350 ed 5b 25 f6 . [ % . + call sub_6b52h ;4354 cd 52 6b . R k + exx ;4357 d9 . + pop de ;4358 d1 . + pop hl ;4359 e1 . + call sub_6b2ah ;435a cd 2a 6b . * k + exx ;435d d9 . + pop de ;435e d1 . + pop hl ;435f e1 . + ret ;4360 c9 . +sub_4361h: + call sub_4f02h ;4361 cd 02 4f . . O + ld (sub_f5fbh),hl ;4364 22 fb f5 " . . + ld (lf5fdh),de ;4367 ed 53 fd f5 . S . . + exx ;436b d9 . + ld (lf5fdh+2),hl ;436c 22 ff f5 " . . + ld (lf601h),de ;436f ed 53 01 f6 . S . . + ld hl,(lf5f3h) ;4373 2a f3 f5 * . . + ld de,(lf5f5h) ;4376 ed 5b f5 f5 . [ . . + exx ;437a d9 . + ld hl,(sub_f5fbh) ;437b 2a fb f5 * . . + ld de,(lf5fdh) ;437e ed 5b fd f5 . [ . . + call sub_6b3dh ;4382 cd 3d 6b . = k + ld (lf6afh),hl ;4385 22 af f6 " . . + ld (0f6b1h),de ;4388 ed 53 b1 f6 . S . . + ld hl,(lf5f5h+2) ;438c 2a f7 f5 * . . + ld de,(0f5f9h) ;438f ed 5b f9 f5 . [ . . + exx ;4393 d9 . + ld hl,(lf5fdh+2) ;4394 2a ff f5 * . . + ld de,(lf601h) ;4397 ed 5b 01 f6 . [ . . + call sub_6b3dh ;439b cd 3d 6b . = k + ld (lf6b3h),hl ;439e 22 b3 f6 " . . + ld (lf6b5h),de ;43a1 ed 53 b5 f6 . S . . + call sub_4244h ;43a5 cd 44 42 . D B + ld a,000h ;43a8 3e 00 > . + call sub_4ee7h ;43aa cd e7 4e . . N + ld hl,(lf5f3h) ;43ad 2a f3 f5 * . . + ld de,(lf5f5h) ;43b0 ed 5b f5 f5 . [ . . + call sub_6ab5h ;43b4 cd b5 6a . . j +l43b7h: + jr nz,l43c5h ;43b7 20 0c . + ld hl,(lf5f5h+2) ;43b9 2a f7 f5 * . . + ld de,(0f5f9h) ;43bc ed 5b f9 f5 . [ . . + call sub_6ab5h ;43c0 cd b5 6a . . j + jr z,l43ddh ;43c3 28 18 ( . +l43c5h: + ld a,(0f604h) ;43c5 3a 04 f6 : . . + and a ;43c8 a7 . + jp m,l446ah ;43c9 fa 6a 44 . j D + ld hl,(lf607h) ;43cc 2a 07 f6 * . . + ld de,(lf609h) ;43cf ed 5b 09 f6 . [ . . + ld (lf60bh),hl ;43d3 22 0b f6 " . . + ld (lf60dh),de ;43d6 ed 53 0d f6 . S . . + call sub_440ch ;43da cd 0c 44 . . D +l43ddh: + ld hl,(0f603h) ;43dd 2a 03 f6 * . . + ld de,(lf605h) ;43e0 ed 5b 05 f6 . [ . . + call sub_7019h ;43e4 cd 19 70 . . p + ld (lf813h),hl ;43e7 22 13 f8 " . . + ld (lf815h),de ;43ea ed 53 15 f8 . S . . + exx ;43ee d9 . + ld (lf817h),hl ;43ef 22 17 f8 " . . + ld (lf819h),de ;43f2 ed 53 19 f8 . S . . + ld hl,(lf5f5h+2) ;43f6 2a f7 f5 * . . + ld de,(0f5f9h) ;43f9 ed 5b f9 f5 . [ . . + exx ;43fd d9 . + ld hl,(lf5f3h) ;43fe 2a f3 f5 * . . + ld de,(lf5f5h) ;4401 ed 5b f5 f5 . [ . . + call sub_427bh ;4405 cd 7b 42 . { B + call sub_4f26h ;4408 cd 26 4f . & O + ret ;440b c9 . +sub_440ch: + ld hl,(lf60bh) ;440c 2a 0b f6 * . . + ld de,(lf60dh) ;440f ed 5b 0d f6 . [ . . + exx ;4413 d9 . + ld hl,(0f603h) ;4414 2a 03 f6 * . . + ld de,(lf605h) ;4417 ed 5b 05 f6 . [ . . + call sub_6ae3h ;441b cd e3 6a . . j + ret m ;441e f8 . + ld hl,(lf60bh) ;441f 2a 0b f6 * . . + ld de,(lf60dh) ;4422 ed 5b 0d f6 . [ . . + call sub_7019h ;4426 cd 19 70 . . p + ld (lf813h),hl ;4429 22 13 f8 " . . + ld (lf815h),de ;442c ed 53 15 f8 . S . . +l4430h: + exx ;4430 d9 . + ld (lf817h),hl ;4431 22 17 f8 " . . +l4434h: + ld (lf819h),de ;4434 ed 53 19 f8 . S . . +l4438h: + ld hl,(lf5f5h+2) ;4438 2a f7 f5 * . . + ld de,(0f5f9h) ;443b ed 5b f9 f5 . [ . . + exx ;443f d9 . + ld hl,(lf5f3h) ;4440 2a f3 f5 * . . + ld de,(lf5f5h) ;4443 ed 5b f5 f5 . [ . . + call sub_427bh ;4447 cd 7b 42 . { B + call sub_4f26h ;444a cd 26 4f . & O + ld hl,(lf607h) ;444d 2a 07 f6 * . . + ld de,(lf609h) ;4450 ed 5b 09 f6 . [ . . + exx ;4454 d9 . + ld hl,(lf60bh) ;4455 2a 0b f6 * . . + ld de,(lf60dh) ;4458 ed 5b 0d f6 . [ . . + call sub_6b2ah ;445c cd 2a 6b . * k + ld (lf60bh),hl ;445f 22 0b f6 " . . + ld (lf60dh),de ;4462 ed 53 0d f6 . S . . + ret c ;4466 d8 . + jp sub_440ch ;4467 c3 0c 44 . . D +l446ah: + ld hl,(lf607h) ;446a 2a 07 f6 * . . + ld de,(lf609h) ;446d ed 5b 09 f6 . [ . . + call sub_6d20h ;4471 cd 20 6d . m + ld (lf60bh),hl ;4474 22 0b f6 " . . + ld (lf60dh),de ;4477 ed 53 0d f6 . S . . +l447bh: + ld hl,(0f603h) ;447b 2a 03 f6 * . . + ld de,(lf605h) ;447e ed 5b 05 f6 . [ . . + exx ;4482 d9 . +l4483h: + ld hl,(lf60bh) ;4483 2a 0b f6 * . . + ld de,(lf60dh) ;4486 ed 5b 0d f6 . [ . . + call sub_6ae3h ;448a cd e3 6a . . j + jp m,l43ddh ;448d fa dd 43 . . C + ld hl,(lf60bh) ;4490 2a 0b f6 * . . + ld de,(lf60dh) ;4493 ed 5b 0d f6 . [ . . + call sub_7019h ;4497 cd 19 70 . . p + ld (lf813h),hl ;449a 22 13 f8 " . . + ld (lf815h),de ;449d ed 53 15 f8 . S . . + exx ;44a1 d9 . + ld (lf817h),hl ;44a2 22 17 f8 " . . + ld (lf819h),de ;44a5 ed 53 19 f8 . S . . + ld hl,(lf5f5h+2) ;44a9 2a f7 f5 * . . + ld de,(0f5f9h) ;44ac ed 5b f9 f5 . [ . . + exx ;44b0 d9 . +l44b1h: + ld hl,(lf5f3h) ;44b1 2a f3 f5 * . . + ld de,(lf5f5h) ;44b4 ed 5b f5 f5 . [ . . + call sub_427bh ;44b8 cd 7b 42 . { B + call sub_4f26h ;44bb cd 26 4f . & O + ld hl,(lf607h) ;44be 2a 07 f6 * . . + ld de,(lf609h) ;44c1 ed 5b 09 f6 . [ . . + exx ;44c5 d9 . + ld hl,(lf60bh) ;44c6 2a 0b f6 * . . + ld de,(lf60dh) ;44c9 ed 5b 0d f6 . [ . . + call sub_6b3dh ;44cd cd 3d 6b . = k + ld (lf60bh),hl ;44d0 22 0b f6 " . . + ld (lf60dh),de ;44d3 ed 53 0d f6 . S . . + jp c,l43ddh ;44d7 da dd 43 . . C + jp l447bh ;44da c3 7b 44 . { D + ld a,(0f604h) ;44dd 3a 04 f6 : . . + and a ;44e0 a7 . + jp p,l4517h ;44e1 f2 17 45 . . E + ld hl,(l6aadh) ;44e4 2a ad 6a * . j + ld de,(06aafh) ;44e7 ed 5b af 6a . [ . j + call sub_6d20h ;44eb cd 20 6d . m + ld (lf60bh),hl ;44ee 22 0b f6 " . . + ld (lf60dh),de ;44f1 ed 53 0d f6 . S . . + ld hl,(lf60bh) ;44f5 2a 0b f6 * . . + ld de,(lf60dh) ;44f8 ed 5b 0d f6 . [ . . + exx ;44fc d9 . + ld hl,(0f603h) ;44fd 2a 03 f6 * . . + ld de,(lf605h) ;4500 ed 5b 05 f6 . [ . . + call sub_6ae3h ;4504 cd e3 6a . . j + ret p ;4507 f0 . + ld hl,(lf60bh) ;4508 2a 0b f6 * . . + ld de,(lf60dh) ;450b ed 5b 0d f6 . [ . . + ld (0f603h),hl ;450f 22 03 f6 " . . + ld (lf605h),de ;4512 ed 53 05 f6 . S . . + ret ;4516 c9 . +l4517h: + ld hl,(l6aadh) ;4517 2a ad 6a * . j + ld de,(06aafh) ;451a ed 5b af 6a . [ . j + exx ;451e d9 . + ld hl,(0f603h) ;451f 2a 03 f6 * . . + ld de,(lf605h) ;4522 ed 5b 05 f6 . [ . . + call sub_6ae3h ;4526 cd e3 6a . . j + ret m ;4529 f8 . + ld hl,(l6aadh) ;452a 2a ad 6a * . j + ld de,(06aafh) ;452d ed 5b af 6a . [ . j + ld (0f603h),hl ;4531 22 03 f6 " . . + ld (lf605h),de ;4534 ed 53 05 f6 . S . . + ret ;4538 c9 . +sub_4539h: + call sub_475ah ;4539 cd 5a 47 . Z G + ld hl,(lf607h) ;453c 2a 07 f6 * . . + ld de,(lf609h) ;453f ed 5b 09 f6 . [ . . + call sub_6d1dh ;4543 cd 1d 6d . . m + ld (lf607h),hl ;4546 22 07 f6 " . . + ld (lf609h),de ;4549 ed 53 09 f6 . S . . + ld hl,(lf607h) ;454d 2a 07 f6 * . . + ld de,(lf609h) ;4550 ed 5b 09 f6 . [ . . + exx ;4554 d9 . + ld hl,(l6aadh) ;4555 2a ad 6a * . j + ld de,(06aafh) ;4558 ed 5b af 6a . [ . j + call sub_6ae3h ;455c cd e3 6a . . j + call m,sub_4698h ;455f fc 98 46 . . F + ld hl,(lf607h) ;4562 2a 07 f6 * . . + ld de,(lf609h) ;4565 ed 5b 09 f6 . [ . . + exx ;4569 d9 . + ld hl,(l6aa9h) ;456a 2a a9 6a * . j + ld de,(l6aabh) ;456d ed 5b ab 6a . [ . j + call sub_6ae3h ;4571 cd e3 6a . . j + call m,sub_46f5h ;4574 fc f5 46 . . F + ld hl,(lf607h) ;4577 2a 07 f6 * . . + ld de,(lf609h) ;457a ed 5b 09 f6 . [ . . + exx ;457e d9 . + ld hl,(l6aa5h) ;457f 2a a5 6a * . j + ld de,(l6aa7h) ;4582 ed 5b a7 6a . [ . j + call sub_6ae3h ;4586 cd e3 6a . . j + scf ;4589 37 7 + ret m ;458a f8 . + call sub_45c4h ;458b cd c4 45 . . E + ld hl,(0f603h) ;458e 2a 03 f6 * . . + ld de,(lf605h) ;4591 ed 5b 05 f6 . [ . . + call sub_6d1dh ;4595 cd 1d 6d . . m + ld (lf611h+2),hl ;4598 22 13 f6 " . . + ld (lf615h),de ;459b ed 53 15 f6 . S . . + call sub_470fh ;459f cd 0f 47 . . G + ld de,l0032h ;45a2 11 32 00 . 2 . + and a ;45a5 a7 . + sbc hl,de ;45a6 ed 52 . R + call nc,sub_45e7h ;45a8 d4 e7 45 . . E + ld hl,(lf607h) ;45ab 2a 07 f6 * . . +l45aeh: + ld de,(lf609h) ;45ae ed 5b 09 f6 . [ . . + exx ;45b2 d9 . + ld hl,(lf611h+2) ;45b3 2a 13 f6 * . . + ld de,(lf615h) ;45b6 ed 5b 15 f6 . [ . . + call sub_6c12h ;45ba cd 12 6c . . l + ld (lf607h),hl ;45bd 22 07 f6 " . . + ld (lf609h),de ;45c0 ed 53 09 f6 . S . . +sub_45c4h: + ld hl,(l6a57h+2) ;45c4 2a 59 6a * Y j + ld de,(l6a5bh) ;45c7 ed 5b 5b 6a . [ [ j + exx ;45cb d9 . + ld hl,(lf607h) ;45cc 2a 07 f6 * . . + ld de,(lf609h) ;45cf ed 5b 09 f6 . [ . . + call sub_6ae3h ;45d3 cd e3 6a . . j + ret p ;45d6 f0 . + ld hl,(l6a57h+2) ;45d7 2a 59 6a * Y j + ld de,(l6a5bh) ;45da ed 5b 5b 6a . [ [ j + ld (lf607h),hl ;45de 22 07 f6 " . . + ld (lf609h),de ;45e1 ed 53 09 f6 . S . . + xor a ;45e5 af . + ret ;45e6 c9 . +sub_45e7h: + ld hl,(l6a91h) ;45e7 2a 91 6a * . j + ld de,(l6a91h+2) ;45ea ed 5b 93 6a . [ . j + ld (lf607h),hl ;45ee 22 07 f6 " . . + ld (lf609h),de ;45f1 ed 53 09 f6 . S . . + ret ;45f5 c9 . +sub_45f6h: + call sub_475ah ;45f6 cd 5a 47 . Z G + ld hl,(lf607h) ;45f9 2a 07 f6 * . . + ld de,(lf609h) ;45fc ed 5b 09 f6 . [ . . + call sub_6d1dh ;4600 cd 1d 6d . . m + ld (lf607h),hl ;4603 22 07 f6 " . . + ld (lf609h),de ;4606 ed 53 09 f6 . S . . +l460ah: + ld hl,(lf607h) ;460a 2a 07 f6 * . . + ld de,(lf609h) ;460d ed 5b 09 f6 . [ . . + exx ;4611 d9 . + ld hl,(l6aadh) ;4612 2a ad 6a * . j + ld de,(06aafh) ;4615 ed 5b af 6a . [ . j + call sub_6ae3h ;4619 cd e3 6a . . j + call m,sub_4698h ;461c fc 98 46 . . F + ld hl,(lf607h) ;461f 2a 07 f6 * . . + ld de,(lf609h) ;4622 ed 5b 09 f6 . [ . . + exx ;4626 d9 . + ld hl,(l6aa9h) ;4627 2a a9 6a * . j + ld de,(l6aabh) ;462a ed 5b ab 6a . [ . j + call sub_6ae3h ;462e cd e3 6a . . j + call m,sub_46f5h ;4631 fc f5 46 . . F + ld hl,(l6a57h+2) ;4634 2a 59 6a * Y j + ld de,(l6a5bh) ;4637 ed 5b 5b 6a . [ [ j + exx ;463b d9 . + ld hl,(lf607h) ;463c 2a 07 f6 * . . + ld de,(lf609h) ;463f ed 5b 09 f6 . [ . . + call sub_6ae3h ;4643 cd e3 6a . . j + call m,sub_4689h ;4646 fc 89 46 . . F + ld hl,(0f603h) ;4649 2a 03 f6 * . . + ld de,(lf605h) ;464c ed 5b 05 f6 . [ . . +l4650h: + call sub_6d1dh ;4650 cd 1d 6d . . m + ld (lf611h+2),hl ;4653 22 13 f6 " . . + ld (lf615h),de ;4656 ed 53 15 f6 . S . . + call sub_470fh ;465a cd 0f 47 . . G + ld hl,(lf607h) ;465d 2a 07 f6 * . . + ld de,(lf609h) ;4660 ed 5b 09 f6 . [ . . + exx ;4664 d9 . + ld hl,(lf611h+2) ;4665 2a 13 f6 * . . + ld de,(lf615h) ;4668 ed 5b 15 f6 . [ . . + call sub_6c12h ;466c cd 12 6c . . l + ld (lf607h),hl ;466f 22 07 f6 " . . + ld (lf609h),de ;4672 ed 53 09 f6 . S . . + ld hl,(lf62bh) ;4676 2a 2b f6 * + . + ld de,(lf62dh) ;4679 ed 5b 2d f6 . [ - . + exx ;467d d9 . + ld hl,(lf607h) ;467e 2a 07 f6 * . . + ld de,(lf609h) ;4681 ed 5b 09 f6 . [ . . + call sub_6ae3h ;4685 cd e3 6a . . j + ret p ;4688 f0 . +sub_4689h: + ld hl,(lf62bh) ;4689 2a 2b f6 * + . + ld de,(lf62dh) ;468c ed 5b 2d f6 . [ - . + ld (lf607h),hl ;4690 22 07 f6 " . . + ld (lf609h),de ;4693 ed 53 09 f6 . S . . + ret ;4697 c9 . +sub_4698h: + ld hl,(l6aadh) ;4698 2a ad 6a * . j + ld de,(06aafh) ;469b ed 5b af 6a . [ . j + exx ;469f d9 . +l46a0h: + ld hl,(lf607h) ;46a0 2a 07 f6 * . . + ld de,(lf609h) ;46a3 ed 5b 09 f6 . [ . . + call sub_6c12h ;46a7 cd 12 6c . . l + ld (lf60fh),hl ;46aa 22 0f f6 " . . + ld (lf611h),de ;46ad ed 53 11 f6 . S . . + ld hl,(lf60fh) ;46b1 2a 0f f6 * . . + ld de,(lf611h) ;46b4 ed 5b 11 f6 . [ . . + call sub_6adfh ;46b8 cd df 6a . . j + ld (lf60fh),hl ;46bb 22 0f f6 " . . + ld (lf611h),de ;46be ed 53 11 f6 . S . . + ld hl,(l6aadh) ;46c2 2a ad 6a * . j + ld de,(06aafh) ;46c5 ed 5b af 6a . [ . j + exx ;46c9 d9 . + ld hl,(lf60fh) ;46ca 2a 0f f6 * . . + ld de,(lf611h) ;46cd ed 5b 11 f6 . [ . . + call sub_6b52h ;46d1 cd 52 6b . R k + ld (lf60fh),hl ;46d4 22 0f f6 " . . + ld (lf611h),de ;46d7 ed 53 11 f6 . S . . + ld hl,(lf60fh) ;46db 2a 0f f6 * . . + ld de,(lf611h) ;46de ed 5b 11 f6 . [ . . + exx ;46e2 d9 . + ld hl,(lf607h) ;46e3 2a 07 f6 * . . + ld de,(lf609h) ;46e6 ed 5b 09 f6 . [ . . + call sub_6b3dh ;46ea cd 3d 6b . = k + ld (lf607h),hl ;46ed 22 07 f6 " . . + ld (lf609h),de ;46f0 ed 53 09 f6 . S . . + ret ;46f4 c9 . +sub_46f5h: + ld hl,(lf607h) ;46f5 2a 07 f6 * . . + ld de,(lf609h) ;46f8 ed 5b 09 f6 . [ . . + exx ;46fc d9 . + ld hl,(l6aadh) ;46fd 2a ad 6a * . j + ld de,(06aafh) ;4700 ed 5b af 6a . [ . j + call sub_6b3dh ;4704 cd 3d 6b . = k + ld (lf607h),hl ;4707 22 07 f6 " . . + ld (lf609h),de ;470a ed 53 09 f6 . S . . + ret ;470e c9 . +sub_470fh: + ld hl,(lf607h) ;470f 2a 07 f6 * . . + ld de,(lf609h) ;4712 ed 5b 09 f6 . [ . . + exx ;4716 d9 . + ld hl,(lf611h+2) ;4717 2a 13 f6 * . . + ld de,(lf615h) ;471a ed 5b 15 f6 . [ . . + call sub_6c12h ;471e cd 12 6c . . l + ld (lf60fh),hl ;4721 22 0f f6 " . . + ld (lf611h),de ;4724 ed 53 11 f6 . S . . + ld hl,(lf60fh) ;4728 2a 0f f6 * . . + ld de,(lf611h) ;472b ed 5b 11 f6 . [ . . + call sub_6ad7h ;472f cd d7 6a . . j + ld (lf60fh),hl ;4732 22 0f f6 " . . + ld (lf611h),de ;4735 ed 53 11 f6 . S . . + ld hl,(lf60fh) ;4739 2a 0f f6 * . . + ld de,(lf611h) ;473c ed 5b 11 f6 . [ . . + call sub_6abah ;4740 cd ba 6a . . j + ld (lf60fh),hl ;4743 22 0f f6 " . . + push hl ;4746 e5 . + ld hl,(lf60fh) ;4747 2a 0f f6 * . . + call sub_6abbh ;474a cd bb 6a . . j + ld (lf607h),hl ;474d 22 07 f6 " . . + ld (lf609h),de ;4750 ed 53 09 f6 . S . . + pop hl ;4754 e1 . + ret ;4755 c9 . +l4756h: + ld c,e ;4756 4b K + inc sp ;4757 33 3 +l4758h: + or h ;4758 b4 . + add hl,sp ;4759 39 9 +sub_475ah: + ld hl,(lf5f3h) ;475a 2a f3 f5 * . . + ld de,(lf5f5h) ;475d ed 5b f5 f5 . [ . . + exx ;4761 d9 . + ld hl,(lf5f5h+2) ;4762 2a f7 f5 * . . + ld de,(0f5f9h) ;4765 ed 5b f9 f5 . [ . . + call sub_6d32h ;4769 cd 32 6d . 2 m + ld (lf625h+2),hl ;476c 22 27 f6 " ' . + ld (lf629h),de ;476f ed 53 29 f6 . S ) . + ld hl,(lf625h+2) ;4773 2a 27 f6 * ' . + ld de,(lf629h) ;4776 ed 5b 29 f6 . [ ) . + exx ;477a d9 . + ld hl,(l4756h) ;477b 2a 56 47 * V G + ld de,(l4758h) ;477e ed 5b 58 47 . [ X G + call sub_6c12h ;4782 cd 12 6c . . l + ld (lf62bh),hl ;4785 22 2b f6 " + . + ld (lf62dh),de ;4788 ed 53 2d f6 . S - . + ld hl,(lf62bh) ;478c 2a 2b f6 * + . + ld de,(lf62dh) ;478f ed 5b 2d f6 . [ - . + call sub_6cb1h ;4793 cd b1 6c . . l + ld (lf62bh),hl ;4796 22 2b f6 " + . + ld (lf62dh),de ;4799 ed 53 2d f6 . S - . + ld hl,(lf62bh) ;479d 2a 2b f6 * + . + ld de,(lf62dh) ;47a0 ed 5b 2d f6 . [ - . + exx ;47a4 d9 . + ld hl,(lf607h) ;47a5 2a 07 f6 * . . + ld de,(lf609h) ;47a8 ed 5b 09 f6 . [ . . + call sub_6ae3h ;47ac cd e3 6a . . j + ret nc ;47af d0 . + ld hl,(lf62bh) ;47b0 2a 2b f6 * + . + ld de,(lf62dh) ;47b3 ed 5b 2d f6 . [ - . + ld (lf607h),hl ;47b7 22 07 f6 " . . + ld (lf609h),de ;47ba ed 53 09 f6 . S . . + ret ;47be c9 . +sub_47bfh: + ld (lf63bh),hl ;47bf 22 3b f6 " ; . + ld (0f63dh),de ;47c2 ed 53 3d f6 . S = . + exx ;47c6 d9 . + ld (0f637h),hl ;47c7 22 37 f6 " 7 . + ld (lf639h),de ;47ca ed 53 39 f6 . S 9 . + ld a,000h ;47ce 3e 00 > . + call sub_4ee7h ;47d0 cd e7 4e . . N + ld a,0ffh ;47d3 3e ff > . + call sub_4ef2h ;47d5 cd f2 4e . . N + call sub_4f02h ;47d8 cd 02 4f . . O + ld (lf62dh+2),hl ;47db 22 2f f6 " / . + ld (0f631h),de ;47de ed 53 31 f6 . S 1 . + exx ;47e2 d9 . + ld (0f633h),hl ;47e3 22 33 f6 " 3 . + ld (lf635h),de ;47e6 ed 53 35 f6 . S 5 . + ld hl,(0f637h) ;47ea 2a 37 f6 * 7 . + ld de,(lf639h) ;47ed ed 5b 39 f6 . [ 9 . + exx ;47f1 d9 . + ld hl,(0f633h) ;47f2 2a 33 f6 * 3 . + ld de,(lf635h) ;47f5 ed 5b 35 f6 . [ 5 . + call sub_6b3dh ;47f9 cd 3d 6b . = k + exx ;47fc d9 . + ld hl,(lf62dh+2) ;47fd 2a 2f f6 * / . + ld de,(0f631h) ;4800 ed 5b 31 f6 . [ 1 . + call sub_4f84h ;4804 cd 84 4f . . O + ld hl,(lf63bh) ;4807 2a 3b f6 * ; . + ld de,(0f63dh) ;480a ed 5b 3d f6 . [ = . + exx ;480e d9 . + ld hl,(0f633h) ;480f 2a 33 f6 * 3 . + ld de,(lf635h) ;4812 ed 5b 35 f6 . [ 5 . + call sub_6b2ah ;4816 cd 2a 6b . * k + exx ;4819 d9 . + ld hl,(lf62dh+2) ;481a 2a 2f f6 * / . + ld de,(0f631h) ;481d ed 5b 31 f6 . [ 1 . + call sub_4f84h ;4821 cd 84 4f . . O + ld hl,(0f633h) ;4824 2a 33 f6 * 3 . + ld de,(lf635h) ;4827 ed 5b 35 f6 . [ 5 . + exx ;482b d9 . + ld hl,(lf62dh+2) ;482c 2a 2f f6 * / . + ld de,(0f631h) ;482f ed 5b 31 f6 . [ 1 . + call sub_4f84h ;4833 cd 84 4f . . O + ret ;4836 c9 . +sub_4837h: + ld (lf63bh),hl ;4837 22 3b f6 " ; . + ld (0f63dh),de ;483a ed 53 3d f6 . S = . + exx ;483e d9 . + ld (0f637h),hl ;483f 22 37 f6 " 7 . + ld (lf639h),de ;4842 ed 53 39 f6 . S 9 . + ld a,000h ;4846 3e 00 > . + call sub_4ee7h ;4848 cd e7 4e . . N + ld a,0ffh ;484b 3e ff > . + call sub_4ef2h ;484d cd f2 4e . . N + call sub_4f02h ;4850 cd 02 4f . . O + ld (lf62dh+2),hl ;4853 22 2f f6 " / . + ld (0f631h),de ;4856 ed 53 31 f6 . S 1 . + exx ;485a d9 . + ld (0f633h),hl ;485b 22 33 f6 " 3 . + ld (lf635h),de ;485e ed 53 35 f6 . S 5 . + ld hl,(0f637h) ;4862 2a 37 f6 * 7 . + ld de,(lf639h) ;4865 ed 5b 39 f6 . [ 9 . + exx ;4869 d9 . + ld hl,(lf62dh+2) ;486a 2a 2f f6 * / . + ld de,(0f631h) ;486d ed 5b 31 f6 . [ 1 . +l4871h: + call sub_6b3dh ;4871 cd 3d 6b . = k + exx ;4874 d9 . + ld hl,(0f633h) ;4875 2a 33 f6 * 3 . + ld de,(lf635h) ;4878 ed 5b 35 f6 . [ 5 . + exx ;487c d9 . + call sub_4f84h ;487d cd 84 4f . . O + ld hl,(lf63bh) ;4880 2a 3b f6 * ; . + ld de,(0f63dh) ;4883 ed 5b 3d f6 . [ = . + exx ;4887 d9 . + ld hl,(lf62dh+2) ;4888 2a 2f f6 * / . + ld de,(0f631h) ;488b ed 5b 31 f6 . [ 1 . + call sub_6b2ah ;488f cd 2a 6b . * k + exx ;4892 d9 . + ld hl,(0f633h) ;4893 2a 33 f6 * 3 . + ld de,(lf635h) ;4896 ed 5b 35 f6 . [ 5 . + exx ;489a d9 . + call sub_4f84h ;489b cd 84 4f . . O + ld hl,(0f633h) ;489e 2a 33 f6 * 3 . + ld de,(lf635h) ;48a1 ed 5b 35 f6 . [ 5 . + exx ;48a5 d9 . + ld hl,(lf62dh+2) ;48a6 2a 2f f6 * / . + ld de,(0f631h) ;48a9 ed 5b 31 f6 . [ 1 . + call sub_4f84h ;48ad cd 84 4f . . O + ret ;48b0 c9 . +sub_48b1h: + ld (lf63fh),hl ;48b1 22 3f f6 " ? . + ld (lf641h),de ;48b4 ed 53 41 f6 . S A . + ret ;48b8 c9 . +sub_48b9h: + push af ;48b9 f5 . + ld a,0ffh ;48ba 3e ff > . + ld (lf654h),a ;48bc 32 54 f6 2 T . + pop af ;48bf f1 . + cp 007h ;48c0 fe 07 . . + ret p ;48c2 f0 . + and a ;48c3 a7 . + jp p,l48ceh ;48c4 f2 ce 48 . . H + neg ;48c7 ed 44 . D + cp 007h ;48c9 fe 07 . . + ret p ;48cb f0 . + or 080h ;48cc f6 80 . . +l48ceh: + ld (lf643h),a ;48ce 32 43 f6 2 C . + ret ;48d1 c9 . +sub_48d2h: + push de ;48d2 d5 . + ld d,000h ;48d3 16 00 . . + ld e,a ;48d5 5f _ + add hl,de ;48d6 19 . + ld a,(hl) ;48d7 7e ~ + pop de ;48d8 d1 . + ret ;48d9 c9 . +sub_48dah: + ld hl,(lf648h) ;48da 2a 48 f6 * H . + ld de,(lf648h+2) ;48dd ed 5b 4a f6 . [ J . + exx ;48e1 d9 . + ld hl,(lf644h) ;48e2 2a 44 f6 * D . + ld de,(lf646h) ;48e5 ed 5b 46 f6 . [ F . + jp l4fd0h ;48e9 c3 d0 4f . . O +sub_48ech: + ld (lf644h),hl ;48ec 22 44 f6 " D . + ld (lf646h),de ;48ef ed 53 46 f6 . S F . + exx ;48f3 d9 . + ld (lf648h),hl ;48f4 22 48 f6 " H . + ld (lf648h+2),de ;48f7 ed 53 4a f6 . S J . + ld a,(lf643h) ;48fb 3a 43 f6 : C . + and a ;48fe a7 . + jp z,l495dh ;48ff ca 5d 49 . ] I + ld hl,(l6aa1h) ;4902 2a a1 6a * . j + ld de,(l6aa3h) ;4905 ed 5b a3 6a . [ . j + exx ;4909 d9 . + ld hl,(lf63fh) ;490a 2a 3f f6 * ? . + ld de,(lf641h) ;490d ed 5b 41 f6 . [ A . + call sub_6c12h ;4911 cd 12 6c . . l + ld (lf6a4h),hl ;4914 22 a4 f6 " . . + ld (lf6a6h),de ;4917 ed 53 a6 f6 . S . . + ld hl,(lf6a4h) ;491b 2a a4 f6 * . . + ld de,(lf6a6h) ;491e ed 5b a6 f6 . [ . . + exx ;4922 d9 . + ld hl,(0f72ch) ;4923 2a 2c f7 * , . + ld de,(lf72eh) ;4926 ed 5b 2e f7 . [ . . + call sub_6b52h ;492a cd 52 6b . R k + ld (lf680h+1),hl ;492d 22 81 f6 " . . +l4930h: + ld (0f683h),de ;4930 ed 53 83 f6 . S . . + call sub_493bh ;4934 cd 3b 49 . ; I + call sub_49c4h ;4937 cd c4 49 . . I + ret ;493a c9 . +sub_493bh: + ld hl,(l6a57h+2) ;493b 2a 59 6a * Y j + ld de,(l6a5bh) ;493e ed 5b 5b 6a . [ [ j + exx ;4942 d9 . + ld hl,(lf680h+1) ;4943 2a 81 f6 * . . + ld de,(0f683h) ;4946 ed 5b 83 f6 . [ . . + call sub_6ae3h ;494a cd e3 6a . . j + ret p ;494d f0 . + ld hl,(l6a57h+2) ;494e 2a 59 6a * Y j + ld de,(l6a5bh) ;4951 ed 5b 5b 6a . [ [ j + ld (lf680h+1),hl ;4955 22 81 f6 " . . + ld (0f683h),de ;4958 ed 53 83 f6 . S . . + ret ;495c c9 . +l495dh: + ld a,0ffh ;495d 3e ff > . + call sub_4ef2h ;495f cd f2 4e . . N + call sub_4f02h ;4962 cd 02 4f . . O + call l4fd0h ;4965 cd d0 4f . . O + ld a,000h ;4968 3e 00 > . + call sub_4ef2h ;496a cd f2 4e . . N + call sub_48dah ;496d cd da 48 . . H + ld a,0ffh ;4970 3e ff > . + call sub_4ef2h ;4972 cd f2 4e . . N + call sub_4f02h ;4975 cd 02 4f . . O + call l4fd0h ;4978 cd d0 4f . . O +l497bh: + ret ;497b c9 . +sub_497ch: + call sub_4ee2h ;497c cd e2 4e . . N + ret z ;497f c8 . + ld a,000h ;4980 3e 00 > . + call sub_4ee7h ;4982 cd e7 4e . . N + ld hl,(lf695h) ;4985 2a 95 f6 * . . + ld de,(lf697h) ;4988 ed 5b 97 f6 . [ . . + exx ;498c d9 . + ld hl,(lf644h) ;498d 2a 44 f6 * D . + ld de,(lf646h) ;4990 ed 5b 46 f6 . [ F . + call sub_6b2ah ;4994 cd 2a 6b . * k + ld (lf644h),hl ;4997 22 44 f6 " D . + ld (lf646h),de ;499a ed 53 46 f6 . S F . + call c,sub_49beh ;499e dc be 49 . . I + ld hl,(lf699h) ;49a1 2a 99 f6 * . . + ld de,(lf69bh) ;49a4 ed 5b 9b f6 . [ . . + exx ;49a8 d9 . + ld hl,(lf648h) ;49a9 2a 48 f6 * H . + ld de,(lf648h+2) ;49ac ed 5b 4a f6 . [ J . + call sub_6b2ah ;49b0 cd 2a 6b . * k + ld (lf648h),hl ;49b3 22 48 f6 " H . + ld (lf648h+2),de ;49b6 ed 53 4a f6 . S J . + call c,sub_49beh ;49ba dc be 49 . . I + ret ;49bd c9 . +sub_49beh: + ld a,004h ;49be 3e 04 > . + call sub_7d6eh ;49c0 cd 6e 7d . n } + ret ;49c3 c9 . +sub_49c4h: + call sub_4f02h ;49c4 cd 02 4f . . O + ld (lf695h),hl ;49c7 22 95 f6 " . . + ld (lf697h),de ;49ca ed 53 97 f6 . S . . + exx ;49ce d9 . + ld (lf699h),hl ;49cf 22 99 f6 " . . + ld (lf69bh),de ;49d2 ed 53 9b f6 . S . . + call sub_497ch ;49d6 cd 7c 49 . | I + ld hl,(lf644h) ;49d9 2a 44 f6 * D . + ld de,(lf646h) ;49dc ed 5b 46 f6 . [ F . + call sub_6adfh ;49e0 cd df 6a . . j + ld (lf68dh),hl ;49e3 22 8d f6 " . . + ld (lf68fh),de ;49e6 ed 53 8f f6 . S . . + ld hl,(lf648h) ;49ea 2a 48 f6 * H . + ld de,(lf648h+2) ;49ed ed 5b 4a f6 . [ J . + call sub_6adfh ;49f1 cd df 6a . . j + ld (lf691h),hl ;49f4 22 91 f6 " . . + ld (lf693h),de ;49f7 ed 53 93 f6 . S . . + call sub_4ce2h ;49fb cd e2 4c . . L + ld hl,(lf6a0h) ;49fe 2a a0 f6 * . . + ld de,(lf6a2h) ;4a01 ed 5b a2 f6 . [ . . + exx ;4a05 d9 . + ld hl,(lf6a0h) ;4a06 2a a0 f6 * . . + ld de,(lf6a2h) ;4a09 ed 5b a2 f6 . [ . . + call sub_6b52h ;4a0d cd 52 6b . R k +l4a10h: + ld (lf6a8h),hl ;4a10 22 a8 f6 " . . + ld (lf6a9h+1),de ;4a13 ed 53 aa f6 . S . . + ld hl,(l6a57h+2) ;4a17 2a 59 6a * Y j + ld de,(l6a5bh) ;4a1a ed 5b 5b 6a . [ [ j + exx ;4a1e d9 . + ld hl,(lf6a8h) ;4a1f 2a a8 f6 * . . + ld de,(lf6a9h+1) ;4a22 ed 5b aa f6 . [ . . + call sub_6b2ah ;4a26 cd 2a 6b . * k + ld (lf6a8h),hl ;4a29 22 a8 f6 " . . + ld (lf6a9h+1),de ;4a2c ed 53 aa f6 . S . . +l4a30h: + ld hl,(lf6a8h) ;4a30 2a a8 f6 * . . + ld de,(lf6a9h+1) ;4a33 ed 5b aa f6 . [ . . + call sub_6cb1h ;4a37 cd b1 6c . . l + ld (lf6a8h),hl ;4a3a 22 a8 f6 " . . + ld (lf6a9h+1),de ;4a3d ed 53 aa f6 . S . . + ld hl,(lf6a8h) ;4a41 2a a8 f6 * . . + ld de,(lf6a9h+1) ;4a44 ed 5b aa f6 . [ . . + exx ;4a48 d9 . + ld hl,(lf680h+1) ;4a49 2a 81 f6 * . . + ld de,(0f683h) ;4a4c ed 5b 83 f6 . [ . . + call sub_6c12h ;4a50 cd 12 6c . . l + ld (lf689h),hl ;4a53 22 89 f6 " . . + ld (0f68bh),de ;4a56 ed 53 8b f6 . S . . + ld hl,(lf6a8h) ;4a5a 2a a8 f6 * . . + ld de,(lf6a9h+1) ;4a5d ed 5b aa f6 . [ . . + exx ;4a61 d9 . + ld hl,(lf655h) ;4a62 2a 55 f6 * U . + ld de,(lf655h+2) ;4a65 ed 5b 57 f6 . [ W . + call sub_6c12h ;4a69 cd 12 6c . . l + ld (lf655h),hl ;4a6c 22 55 f6 " U . + ld (lf655h+2),de ;4a6f ed 53 57 f6 . S W . + ld a,(lf643h) ;4a73 3a 43 f6 : C . + and a ;4a76 a7 . + jp p,l4afbh ;4a77 f2 fb 4a . . J + ld hl,(lf689h) ;4a7a 2a 89 f6 * . . + ld de,(0f68bh) ;4a7d ed 5b 8b f6 . [ . . + exx ;4a81 d9 . + ld hl,(lf67dh) ;4a82 2a 7d f6 * } . + ld de,(lf67dh+2) ;4a85 ed 5b 7f f6 . [  . +l4a89h: + call sub_6c3ah ;4a89 cd 3a 6c . : l + ld (lf689h),hl ;4a8c 22 89 f6 " . . + ld (0f68bh),de ;4a8f ed 53 8b f6 . S . . + ld hl,(lf689h) ;4a93 2a 89 f6 * . . + ld de,(0f68bh) ;4a96 ed 5b 8b f6 . [ . . + call sub_6ad7h ;4a9a cd d7 6a . . j + ld (lf689h),hl ;4a9d 22 89 f6 " . . + ld (0f68bh),de ;4aa0 ed 53 8b f6 . S . . + ld hl,(lf689h) ;4aa4 2a 89 f6 * . . + ld de,(0f68bh) ;4aa7 ed 5b 8b f6 . [ . . + exx ;4aab d9 . + ld hl,(lf67dh) ;4aac 2a 7d f6 * } . + ld de,(lf67dh+2) ;4aaf ed 5b 7f f6 . [  . + call sub_6c3ah ;4ab3 cd 3a 6c . : l + ld (lf689h),hl ;4ab6 22 89 f6 " . . + ld (0f68bh),de ;4ab9 ed 53 8b f6 . S . . + ld hl,(l6a57h+2) ;4abd 2a 59 6a * Y j + ld de,(l6a5bh) ;4ac0 ed 5b 5b 6a . [ [ j + exx ;4ac4 d9 . + ld hl,(lf689h) ;4ac5 2a 89 f6 * . . + ld de,(0f68bh) ;4ac8 ed 5b 8b f6 . [ . . + call sub_6ae3h ;4acc cd e3 6a . . j + jp p,l4ae0h ;4acf f2 e0 4a . . J + ld hl,(l6a57h+2) ;4ad2 2a 59 6a * Y j + ld de,(l6a5bh) ;4ad5 ed 5b 5b 6a . [ [ j + ld (lf689h),hl ;4ad9 22 89 f6 " . . + ld (0f68bh),de ;4adc ed 53 8b f6 . S . . +l4ae0h: + call sub_4e00h ;4ae0 cd 00 4e . . N + ld hl,(lf65ah) ;4ae3 2a 5a f6 * Z . + ld de,(lf65ch) ;4ae6 ed 5b 5c f6 . [ \ . + call sub_6e40h ;4aea cd 40 6e . @ n + ld (lf655h),hl ;4aed 22 55 f6 " U . + ld (lf655h+2),de ;4af0 ed 53 57 f6 . S W . + ld a,000h ;4af4 3e 00 > . + ld (0f659h),a ;4af6 32 59 f6 2 Y . + jr l4afeh ;4af9 18 03 . . +l4afbh: + call sub_4e00h ;4afb cd 00 4e . . N +l4afeh: + ld hl,(lf655h) ;4afe 2a 55 f6 * U . + ld de,(lf655h+2) ;4b01 ed 5b 57 f6 . [ W . + ld (lf679h),hl ;4b05 22 79 f6 " y . + ld (lf67bh),de ;4b08 ed 53 7b f6 . S { . + ld hl,(l6a49h) ;4b0c 2a 49 6a * I j + ld de,(l6a4bh) ;4b0f ed 5b 4b 6a . [ K j + exx ;4b13 d9 . + ld hl,(lf679h) ;4b14 2a 79 f6 * y . + ld de,(lf67bh) ;4b17 ed 5b 7b f6 . [ { . + call sub_6ae3h ;4b1b cd e3 6a . . j + jr nz,l4b49h ;4b1e 20 29 ) + ld bc,lf65ah ;4b20 01 5a f6 . Z . + ld a,(0f659h) ;4b23 3a 59 f6 : Y . + call sub_6e49h ;4b26 cd 49 6e . I n + ld (lf685h),hl ;4b29 22 85 f6 " . . + ld (lf687h),de ;4b2c ed 53 87 f6 . S . . + ld hl,(lf685h) ;4b30 2a 85 f6 * . . + ld de,(lf687h) ;4b33 ed 5b 87 f6 . [ . . + exx ;4b37 d9 . + ld hl,(lf679h) ;4b38 2a 79 f6 * y . + ld de,(lf67bh) ;4b3b ed 5b 7b f6 . [ { . + call sub_6b31h ;4b3f cd 31 6b . 1 k + ld (lf679h),hl ;4b42 22 79 f6 " y . + ld (lf67bh),de ;4b45 ed 53 7b f6 . S { . +l4b49h: + ld hl,(lf67dh) ;4b49 2a 7d f6 * } . + ld de,(lf67dh+2) ;4b4c ed 5b 7f f6 . [  . + exx ;4b50 d9 . + ld hl,(lf679h) ;4b51 2a 79 f6 * y . + ld de,(lf67bh) ;4b54 ed 5b 7b f6 . [ { . + call sub_6b0dh ;4b58 cd 0d 6b . . k + jp p,l4bcah ;4b5b f2 ca 4b . . K + jp z,l4bech ;4b5e ca ec 4b . . K + call sub_4c1fh ;4b61 cd 1f 4c . . L + call sub_4df1h ;4b64 cd f1 4d . . M + call sub_48dah ;4b67 cd da 48 . . H + call sub_4dd8h ;4b6a cd d8 4d . . M + ld bc,lf65ah ;4b6d 01 5a f6 . Z . + ld a,(0f659h) ;4b70 3a 59 f6 : Y . + call sub_6e49h ;4b73 cd 49 6e . I n + ld (lf685h),hl ;4b76 22 85 f6 " . . + ld (lf687h),de ;4b79 ed 53 87 f6 . S . . + ld hl,(lf685h) ;4b7d 2a 85 f6 * . . + ld de,(lf687h) ;4b80 ed 5b 87 f6 . [ . . + exx ;4b84 d9 . + ld hl,(lf679h) ;4b85 2a 79 f6 * y . + ld de,(lf67bh) ;4b88 ed 5b 7b f6 . [ { . + call sub_6b31h ;4b8c cd 31 6b . 1 k + ld (lf679h),hl ;4b8f 22 79 f6 " y . + ld (lf67bh),de ;4b92 ed 53 7b f6 . S { . + jr nc,l4b49h ;4b96 30 b1 0 . + ld hl,(lf679h) ;4b98 2a 79 f6 * y . + ld de,(lf67bh) ;4b9b ed 5b 7b f6 . [ { . + exx ;4b9f d9 . + ld hl,(lf685h) ;4ba0 2a 85 f6 * . . + ld de,(lf687h) ;4ba3 ed 5b 87 f6 . [ . . + call sub_6b44h ;4ba7 cd 44 6b . D k + ld (lf679h),hl ;4baa 22 79 f6 " y . + ld (lf67bh),de ;4bad ed 53 7b f6 . S { . + ld hl,(lf685h) ;4bb1 2a 85 f6 * . . + ld de,(lf687h) ;4bb4 ed 5b 87 f6 . [ . . + exx ;4bb8 d9 . + ld hl,(lf67dh) ;4bb9 2a 7d f6 * } . + ld de,(lf67dh+2) ;4bbc ed 5b 7f f6 . [  . + call sub_6b44h ;4bc0 cd 44 6b . D k + ld (lf67dh),hl ;4bc3 22 7d f6 " } . + ld (lf67dh+2),de ;4bc6 ed 53 7f f6 . S  . +l4bcah: + call sub_4df1h ;4bca cd f1 4d . . M + ld hl,(lf68dh) ;4bcd 2a 8d f6 * . . + ld de,(lf68fh) ;4bd0 ed 5b 8f f6 . [ . . + ld (lf644h),hl ;4bd4 22 44 f6 " D . + ld (lf646h),de ;4bd7 ed 53 46 f6 . S F . + ld hl,(lf691h) ;4bdb 2a 91 f6 * . . + ld de,(lf693h) ;4bde ed 5b 93 f6 . [ . . + ld (lf648h),hl ;4be2 22 48 f6 " H . + ld (lf648h+2),de ;4be5 ed 53 4a f6 . S J . + call sub_48dah ;4be9 cd da 48 . . H +l4bech: + ld hl,(lf67dh) ;4bec 2a 7d f6 * } . + ld de,(lf67dh+2) ;4bef ed 5b 7f f6 . [  . + exx ;4bf3 d9 . + ld hl,(lf679h) ;4bf4 2a 79 f6 * y . + ld de,(lf67bh) ;4bf7 ed 5b 7b f6 . [ { . + call sub_6b44h ;4bfb cd 44 6b . D k + ld (lf655h),hl ;4bfe 22 55 f6 " U . + ld (lf655h+2),de ;4c01 ed 53 57 f6 . S W . +l4c05h: + ld hl,(lf6a8h) ;4c05 2a a8 f6 * . . + ld de,(lf6a9h+1) ;4c08 ed 5b aa f6 . [ . . + exx ;4c0c d9 . + ld hl,(lf655h) ;4c0d 2a 55 f6 * U . + ld de,(lf655h+2) ;4c10 ed 5b 57 f6 . [ W . + call sub_6b52h ;4c14 cd 52 6b . R k + ld (lf655h),hl ;4c17 22 55 f6 " U . + ld (lf655h+2),de ;4c1a ed 53 57 f6 . S W . + ret ;4c1e c9 . +sub_4c1fh: + ld hl,(lf679h) ;4c1f 2a 79 f6 * y . + ld de,(lf67bh) ;4c22 ed 5b 7b f6 . [ { . + ld (lf644h),hl ;4c26 22 44 f6 " D . + ld (lf646h),de ;4c29 ed 53 46 f6 . S F . + ld hl,(lf6a0h) ;4c2d 2a a0 f6 * . . + ld de,(lf6a2h) ;4c30 ed 5b a2 f6 . [ . . + exx ;4c34 d9 . + ld hl,(lf679h) ;4c35 2a 79 f6 * y . + ld de,(lf67bh) ;4c38 ed 5b 7b f6 . [ { . + call sub_6b72h ;4c3c cd 72 6b . r k + ld (lf648h),hl ;4c3f 22 48 f6 " H . + ld (lf648h+2),de ;4c42 ed 53 4a f6 . S J . + ld a,(lf69fh) ;4c46 3a 9f f6 : . . + and a ;4c49 a7 . + jr z,l4c6ch ;4c4a 28 20 ( + ld hl,(lf644h) ;4c4c 2a 44 f6 * D . + ld de,(lf646h) ;4c4f ed 5b 46 f6 . [ F . + push hl ;4c53 e5 . + push de ;4c54 d5 . + ld hl,(lf648h) ;4c55 2a 48 f6 * H . + ld de,(lf648h+2) ;4c58 ed 5b 4a f6 . [ J . + ld (lf644h),hl ;4c5c 22 44 f6 " D . + ld (lf646h),de ;4c5f ed 53 46 f6 . S F . + pop de ;4c63 d1 . + pop hl ;4c64 e1 . + ld (lf648h),hl ;4c65 22 48 f6 " H . + ld (lf648h+2),de ;4c68 ed 53 4a f6 . S J . +l4c6ch: + ld a,(lf69ch+1) ;4c6c 3a 9d f6 : . . + and a ;4c6f a7 . + jp m,l4c8eh ;4c70 fa 8e 4c . . L + ld hl,(lf644h) ;4c73 2a 44 f6 * D . + ld de,(lf646h) ;4c76 ed 5b 46 f6 . [ F . + exx ;4c7a d9 . + ld hl,(lf695h) ;4c7b 2a 95 f6 * . . + ld de,(lf697h) ;4c7e ed 5b 97 f6 . [ . . + call sub_6b2ah ;4c82 cd 2a 6b . * k + ld (lf644h),hl ;4c85 22 44 f6 " D . + ld (lf646h),de ;4c88 ed 53 46 f6 . S F . + jr l4ca7h ;4c8c 18 19 . . +l4c8eh: + ld hl,(lf644h) ;4c8e 2a 44 f6 * D . + ld de,(lf646h) ;4c91 ed 5b 46 f6 . [ F . + exx ;4c95 d9 . + ld hl,(lf695h) ;4c96 2a 95 f6 * . . + ld de,(lf697h) ;4c99 ed 5b 97 f6 . [ . . + call sub_6b3dh ;4c9d cd 3d 6b . = k + ld (lf644h),hl ;4ca0 22 44 f6 " D . + ld (lf646h),de ;4ca3 ed 53 46 f6 . S F . +l4ca7h: + ld a,(lf69ch+2) ;4ca7 3a 9e f6 : . . + and a ;4caa a7 . + jp m,l4cc8h ;4cab fa c8 4c . . L + ld hl,(lf648h) ;4cae 2a 48 f6 * H . + ld de,(lf648h+2) ;4cb1 ed 5b 4a f6 . [ J . + exx ;4cb5 d9 . + ld hl,(lf699h) ;4cb6 2a 99 f6 * . . + ld de,(lf69bh) ;4cb9 ed 5b 9b f6 . [ . . + call sub_6b2ah ;4cbd cd 2a 6b . * k + ld (lf648h),hl ;4cc0 22 48 f6 " H . + ld (lf648h+2),de ;4cc3 ed 53 4a f6 . S J . + ret ;4cc7 c9 . +l4cc8h: + ld hl,(lf648h) ;4cc8 2a 48 f6 * H . + ld de,(lf648h+2) ;4ccb ed 5b 4a f6 . [ J . + exx ;4ccf d9 . + ld hl,(lf699h) ;4cd0 2a 99 f6 * . . + ld de,(lf69bh) ;4cd3 ed 5b 9b f6 . [ . . + call sub_6b3dh ;4cd7 cd 3d 6b . = k + ld (lf648h),hl ;4cda 22 48 f6 " H . + ld (lf648h+2),de ;4cdd ed 53 4a f6 . S J . + ret ;4ce1 c9 . +sub_4ce2h: + ld hl,(lf695h) ;4ce2 2a 95 f6 * . . + ld de,(lf697h) ;4ce5 ed 5b 97 f6 . [ . . + exx ;4ce9 d9 . + ld hl,(lf68dh) ;4cea 2a 8d f6 * . . + ld de,(lf68fh) ;4ced ed 5b 8f f6 . [ . . + call sub_6ae3h ;4cf1 cd e3 6a . . j + ld (lf69ch+1),a ;4cf4 32 9d f6 2 . . + call sub_4d68h ;4cf7 cd 68 4d . h M + ld hl,(lf699h) ;4cfa 2a 99 f6 * . . + ld de,(lf69bh) ;4cfd ed 5b 9b f6 . [ . . + exx ;4d01 d9 . + ld hl,(lf691h) ;4d02 2a 91 f6 * . . + ld de,(lf693h) ;4d05 ed 5b 93 f6 . [ . . + call sub_6ae3h ;4d09 cd e3 6a . . j + ld (lf69ch+2),a ;4d0c 32 9e f6 2 . . + call sub_4da0h ;4d0f cd a0 4d . . M + ld hl,(lf6a4h) ;4d12 2a a4 f6 * . . + ld de,(lf6a6h) ;4d15 ed 5b a6 f6 . [ . . + exx ;4d19 d9 . + ld hl,(lf67dh) ;4d1a 2a 7d f6 * } . + ld de,(lf67dh+2) ;4d1d ed 5b 7f f6 . [  . + call sub_6b0dh ;4d21 cd 0d 6b . . k + ld a,000h ;4d24 3e 00 > . + jp p,l4d4bh ;4d26 f2 4b 4d . K M + ld hl,(lf6a4h) ;4d29 2a a4 f6 * . . + ld de,(lf6a6h) ;4d2c ed 5b a6 f6 . [ . . +l4d30h: + push hl ;4d30 e5 . + push de ;4d31 d5 . +l4d32h: + ld hl,(lf67dh) ;4d32 2a 7d f6 * } . + ld de,(lf67dh+2) ;4d35 ed 5b 7f f6 . [  . + ld (lf6a4h),hl ;4d39 22 a4 f6 " . . + ld (lf6a6h),de ;4d3c ed 53 a6 f6 . S . . + pop de ;4d40 d1 . + pop hl ;4d41 e1 . + ld (lf67dh),hl ;4d42 22 7d f6 " } . + ld (lf67dh+2),de ;4d45 ed 53 7f f6 . S  . + ld a,0ffh ;4d49 3e ff > . +l4d4bh: + ld (lf69fh),a ;4d4b 32 9f f6 2 . . + ld hl,(lf67dh) ;4d4e 2a 7d f6 * } . + ld de,(lf67dh+2) ;4d51 ed 5b 7f f6 . [  . + exx ;4d55 d9 . + ld hl,(lf6a4h) ;4d56 2a a4 f6 * . . + ld de,(lf6a6h) ;4d59 ed 5b a6 f6 . [ . . + call sub_6c3ah ;4d5d cd 3a 6c . : l + ld (lf6a0h),hl ;4d60 22 a0 f6 " . . + ld (lf6a2h),de ;4d63 ed 53 a2 f6 . S . . + ret ;4d67 c9 . +sub_4d68h: + and a ;4d68 a7 . + jp m,l4d86h ;4d69 fa 86 4d . . M + ld hl,(lf695h) ;4d6c 2a 95 f6 * . . + ld de,(lf697h) ;4d6f ed 5b 97 f6 . [ . . + exx ;4d73 d9 . + ld hl,(lf68dh) ;4d74 2a 8d f6 * . . + ld de,(lf68fh) ;4d77 ed 5b 8f f6 . [ . . + call sub_6b3dh ;4d7b cd 3d 6b . = k + ld (lf67dh),hl ;4d7e 22 7d f6 " } . + ld (lf67dh+2),de ;4d81 ed 53 7f f6 . S  . + ret ;4d85 c9 . +l4d86h: + ld hl,(lf68dh) ;4d86 2a 8d f6 * . . + ld de,(lf68fh) ;4d89 ed 5b 8f f6 . [ . . + exx ;4d8d d9 . + ld hl,(lf695h) ;4d8e 2a 95 f6 * . . + ld de,(lf697h) ;4d91 ed 5b 97 f6 . [ . . + call sub_6b3dh ;4d95 cd 3d 6b . = k + ld (lf67dh),hl ;4d98 22 7d f6 " } . + ld (lf67dh+2),de ;4d9b ed 53 7f f6 . S  . + ret ;4d9f c9 . +sub_4da0h: + and a ;4da0 a7 . + jp m,l4dbeh ;4da1 fa be 4d . . M + ld hl,(lf699h) ;4da4 2a 99 f6 * . . + ld de,(lf69bh) ;4da7 ed 5b 9b f6 . [ . . + exx ;4dab d9 . + ld hl,(lf691h) ;4dac 2a 91 f6 * . . + ld de,(lf693h) ;4daf ed 5b 93 f6 . [ . . + call sub_6b3dh ;4db3 cd 3d 6b . = k + ld (lf6a4h),hl ;4db6 22 a4 f6 " . . + ld (lf6a6h),de ;4db9 ed 53 a6 f6 . S . . + ret ;4dbd c9 . +l4dbeh: + ld hl,(lf691h) ;4dbe 2a 91 f6 * . . + ld de,(lf693h) ;4dc1 ed 5b 93 f6 . [ . . + exx ;4dc5 d9 . + ld hl,(lf699h) ;4dc6 2a 99 f6 * . . + ld de,(lf69bh) ;4dc9 ed 5b 9b f6 . [ . . + call sub_6b3dh ;4dcd cd 3d 6b . = k + ld (lf6a4h),hl ;4dd0 22 a4 f6 " . . + ld (lf6a6h),de ;4dd3 ed 53 a6 f6 . S . . + ret ;4dd7 c9 . +sub_4dd8h: + ld a,(0f659h) ;4dd8 3a 59 f6 : Y . + inc a ;4ddb 3c < + ld (0f659h),a ;4ddc 32 59 f6 2 Y . + ld hl,0f672h ;4ddf 21 72 f6 ! r . + ld a,(0f659h) ;4de2 3a 59 f6 : Y . + call sub_48d2h ;4de5 cd d2 48 . . H + cp 0ffh ;4de8 fe ff . . + ret nz ;4dea c0 . + ld a,000h ;4deb 3e 00 > . + ld (0f659h),a ;4ded 32 59 f6 2 Y . + ret ;4df0 c9 . +sub_4df1h: + ld hl,0f672h ;4df1 21 72 f6 ! r . + ld a,(0f659h) ;4df4 3a 59 f6 : Y . + call sub_48d2h ;4df7 cd d2 48 . . H + cp 000h ;4dfa fe 00 . . + ret z ;4dfc c8 . + ld a,0ffh ;4dfd 3e ff > . + ret ;4dff c9 . +sub_4e00h: + ld a,(lf643h) ;4e00 3a 43 f6 : C . + and 007h ;4e03 e6 07 . . + call sub_4e53h ;4e05 cd 53 4e . S N + ld bc,lf65ah ;4e08 01 5a f6 . Z . + ld de,0f672h ;4e0b 11 72 f6 . r . +l4e0eh: + ld a,(hl) ;4e0e 7e ~ + ld (de),a ;4e0f 12 . + and a ;4e10 a7 . + ret m ;4e11 f8 . + push de ;4e12 d5 . + inc hl ;4e13 23 # + push hl ;4e14 e5 . + push bc ;4e15 c5 . + ld c,(hl) ;4e16 4e N + inc hl ;4e17 23 # + ld b,(hl) ;4e18 46 F + call sub_6e6ah ;4e19 cd 6a 6e . j n + exx ;4e1c d9 . + ld hl,(lf689h) ;4e1d 2a 89 f6 * . . + ld de,(0f68bh) ;4e20 ed 5b 8b f6 . [ . . + call sub_6b52h ;4e24 cd 52 6b . R k + pop bc ;4e27 c1 . + call sub_6e79h ;4e28 cd 79 6e . y n + pop hl ;4e2b e1 . + pop de ;4e2c d1 . + inc hl ;4e2d 23 # + inc hl ;4e2e 23 # + inc de ;4e2f 13 . + jr l4e0eh ;4e30 18 dc . . +l4e32h: + ld hl,(lf67dh) ;4e32 2a 7d f6 * } . + ld de,(lf67dh+2) ;4e35 ed 5b 7f f6 . [  . + ld (lf680h+1),hl ;4e39 22 81 f6 " . . + ld (0f683h),de ;4e3c ed 53 83 f6 . S . . + ld hl,(l6a49h) ;4e40 2a 49 6a * I j + ld de,(l6a4bh) ;4e43 ed 5b 4b 6a . [ K j + ld (lf655h),hl ;4e47 22 55 f6 " U . + ld (lf655h+2),de ;4e4a ed 53 57 f6 . S W . + xor a ;4e4e af . + ld (0f659h),a ;4e4f 32 59 f6 2 Y . + ret ;4e52 c9 . +sub_4e53h: + and a ;4e53 a7 . + jr z,l4e32h ;4e54 28 dc ( . + dec a ;4e56 3d = + add a,a ;4e57 87 . + ld h,000h ;4e58 26 00 & . + ld l,a ;4e5a 6f o + ld de,l4e64h ;4e5b 11 64 4e . d N + add hl,de ;4e5e 19 . + ld a,(hl) ;4e5f 7e ~ + inc hl ;4e60 23 # + ld h,(hl) ;4e61 66 f + ld l,a ;4e62 6f o + ret ;4e63 c9 . +l4e64h: + add a,h ;4e64 84 . + ld c,(hl) ;4e65 4e N + adc a,(hl) ;4e66 8e . + ld c,(hl) ;4e67 4e N + sub l ;4e68 95 . + ld c,(hl) ;4e69 4e N + sbc a,h ;4e6a 9c . + ld c,(hl) ;4e6b 4e N + xor c ;4e6c a9 . + ld c,(hl) ;4e6d 4e N + or (hl) ;4e6e b6 . + ld c,(hl) ;4e6f 4e N +l4e70h: + nop ;4e70 00 . + nop ;4e71 00 . + sbc a,d ;4e72 9a . + add hl,de ;4e73 19 . + nop ;4e74 00 . + nop ;4e75 00 . + call sub_004ch ;4e76 cd 4c 00 . L . + nop ;4e79 00 . + nop ;4e7a 00 . + add a,b ;4e7b 80 . +l4e7ch: + nop ;4e7c 00 . + nop ;4e7d 00 . + inc sp ;4e7e 33 3 + or e ;4e7f b3 . +l4e80h: + nop ;4e80 00 . + nop ;4e81 00 . + call l01cch ;4e82 cd cc 01 . . . + ld c,c ;4e85 49 I + ld l,d ;4e86 6a j + nop ;4e87 00 . + ld e,c ;4e88 59 Y + ld l,d ;4e89 6a j + nop ;4e8a 00 . + ld c,c ;4e8b 49 I + ld l,d ;4e8c 6a j + rst 38h ;4e8d ff . + ld bc,04e78h ;4e8e 01 78 4e . x N + nop ;4e91 00 . + ld a,b ;4e92 78 x + ld c,(hl) ;4e93 4e N + rst 38h ;4e94 ff . + ld bc,l4e7ch ;4e95 01 7c 4e . | N + nop ;4e98 00 . + ld (hl),h ;4e99 74 t + ld c,(hl) ;4e9a 4e N + rst 38h ;4e9b ff . + ld bc,l4e80h ;4e9c 01 80 4e . . N + nop ;4e9f 00 . +l4ea0h: + ld (hl),b ;4ea0 70 p + ld c,(hl) ;4ea1 4e N + ld bc,l6a49h ;4ea2 01 49 6a . I j + nop ;4ea5 00 . + ld (hl),b ;4ea6 70 p + ld c,(hl) ;4ea7 4e N + rst 38h ;4ea8 ff . + ld bc,l4e7ch ;4ea9 01 7c 4e . | N + nop ;4eac 00 . + ld (hl),b ;4ead 70 p + ld c,(hl) ;4eae 4e N + ld bc,l4e70h ;4eaf 01 70 4e . p N + nop ;4eb2 00 . + ld (hl),b ;4eb3 70 p + ld c,(hl) ;4eb4 4e N + rst 38h ;4eb5 ff . + ld bc,04e78h ;4eb6 01 78 4e . x N + nop ;4eb9 00 . + ld (hl),b ;4eba 70 p + ld c,(hl) ;4ebb 4e N + ld bc,l4e70h ;4ebc 01 70 4e . p N + nop ;4ebf 00 . + ld (hl),b ;4ec0 70 p + ld c,(hl) ;4ec1 4e N + ld bc,l4e70h ;4ec2 01 70 4e . p N + nop ;4ec5 00 . + ld (hl),b ;4ec6 70 p + ld c,(hl) ;4ec7 4e N + rst 38h ;4ec8 ff . +sub_4ec9h: + ld a,000h ;4ec9 3e 00 > . + ld (lf654h),a ;4ecb 32 54 f6 2 T . + ret ;4ece c9 . +sub_4ecfh: + xor a ;4ecf af . + ld (0f659h),a ;4ed0 32 59 f6 2 Y . + ld hl,(l6a49h) ;4ed3 2a 49 6a * I j + ld de,(l6a4bh) ;4ed6 ed 5b 4b 6a . [ K j + ld (lf655h),hl ;4eda 22 55 f6 " U . + ld (lf655h+2),de ;4edd ed 53 57 f6 . S W . + ret ;4ee1 c9 . +sub_4ee2h: + ld a,(lf6ach+2) ;4ee2 3a ae f6 : . . + and a ;4ee5 a7 . + ret ;4ee6 c9 . +sub_4ee7h: + and a ;4ee7 a7 . + ld (lf6ach+2),a ;4ee8 32 ae f6 2 . . + ret z ;4eeb c8 . + ld a,0ffh ;4eec 3e ff > . + ld (lf6ach+2),a ;4eee 32 ae f6 2 . . + ret ;4ef1 c9 . +sub_4ef2h: + and a ;4ef2 a7 . + ld (lf6ach+1),a ;4ef3 32 ad f6 2 . . + ret z ;4ef6 c8 . + ld a,0ffh ;4ef7 3e ff > . + ld (lf6ach+1),a ;4ef9 32 ad f6 2 . . + ret ;4efc c9 . +sub_4efdh: + ld a,(lf6ach) ;4efd 3a ac f6 : . . + and a ;4f00 a7 . + ret ;4f01 c9 . +sub_4f02h: + ld hl,(lf6c8h+1) ;4f02 2a c9 f6 * . . + ld de,(lf6cbh) ;4f05 ed 5b cb f6 . [ . . + exx ;4f09 d9 . + ld hl,(lf6cdh) ;4f0a 2a cd f6 * . . + ld de,(lf6cfh) ;4f0d ed 5b cf f6 . [ . . + exx ;4f11 d9 . + ret ;4f12 c9 . +sub_4f13h: + ld hl,(lf6b9h) ;4f13 2a b9 f6 * . . + ld de,(lf6b9h+2) ;4f16 ed 5b bb f6 . [ . . + ret ;4f1a c9 . +sub_4f1bh: + call sub_4f9dh ;4f1b cd 9d 4f . . O + ld a,(lf8a0h) ;4f1e 3a a0 f8 : . . + and a ;4f21 a7 . + call nz,sub_b6b4h ;4f22 c4 b4 b6 . . . + ret ;4f25 c9 . +sub_4f26h: + ld a,(lf73bh+1) ;4f26 3a 3c f7 : < . + and a ;4f29 a7 . + jp nz,l5719h ;4f2a c2 19 57 . . W + push hl ;4f2d e5 . + push de ;4f2e d5 . + ld hl,(lf6b3h) ;4f2f 2a b3 f6 * . . + ld de,(lf6b5h) ;4f32 ed 5b b5 f6 . [ . . + call sub_6b2ah ;4f36 cd 2a 6b . * k + call c,sub_5141h ;4f39 dc 41 51 . A Q + pop bc ;4f3c c1 . + ex (sp),hl ;4f3d e3 . + push bc ;4f3e c5 . + ex de,hl ;4f3f eb . + ex (sp),hl ;4f40 e3 . + ex de,hl ;4f41 eb . + exx ;4f42 d9 . + ld hl,(lf6afh) ;4f43 2a af f6 * . . + ld de,(0f6b1h) ;4f46 ed 5b b1 f6 . [ . . + call sub_6b2ah ;4f4a cd 2a 6b . * k + call c,sub_5141h ;4f4d dc 41 51 . A Q + exx ;4f50 d9 . + pop de ;4f51 d1 . + pop hl ;4f52 e1 . + exx ;4f53 d9 . + ld a,000h ;4f54 3e 00 > . + call sub_4ee7h ;4f56 cd e7 4e . . N + jp sub_4f9dh ;4f59 c3 9d 4f . . O +sub_4f5ch: + ld (lf6bdh),hl ;4f5c 22 bd f6 " . . + ld (lf6bdh+2),de ;4f5f ed 53 bf f6 . S . . + exx ;4f63 d9 . + ld (lf6c1h),hl ;4f64 22 c1 f6 " . . + ld (lf6c3h),de ;4f67 ed 53 c3 f6 . S . . + ld a,(lf654h) ;4f6b 3a 54 f6 : T . + push af ;4f6e f5 . + xor a ;4f6f af . + ld (lf654h),a ;4f70 32 54 f6 2 T . + call sub_a06dh ;4f73 cd 6d a0 . m . + call sub_6592h ;4f76 cd 92 65 . . e + call sub_4fe2h ;4f79 cd e2 4f . . O + call sub_6586h ;4f7c cd 86 65 . . e + pop af ;4f7f f1 . + ld (lf654h),a ;4f80 32 54 f6 2 T . +l4f83h: + ret ;4f83 c9 . +sub_4f84h: + ld (lf6bdh),hl ;4f84 22 bd f6 " . . + ld (lf6bdh+2),de ;4f87 ed 53 bf f6 . S . . + exx ;4f8b d9 . + ld (lf6c1h),hl ;4f8c 22 c1 f6 " . . + ld (lf6c3h),de ;4f8f ed 53 c3 f6 . S . . + call sub_1b48h ;4f93 cd 48 1b . H . + call sub_a06dh ;4f96 cd 6d a0 . m . + call sub_4fe2h ;4f99 cd e2 4f . . O + ret ;4f9c c9 . +sub_4f9dh: + ld (lf6bdh),hl ;4f9d 22 bd f6 " . . + ld (lf6bdh+2),de ;4fa0 ed 53 bf f6 . S . . + exx ;4fa4 d9 . + ld (lf6c1h),hl ;4fa5 22 c1 f6 " . . + ld (lf6c3h),de ;4fa8 ed 53 c3 f6 . S . . + call sub_1b48h ;4fac cd 48 1b . H . +sub_4fafh: + call sub_a06dh ;4faf cd 6d a0 . m . + ld a,(lf654h) ;4fb2 3a 54 f6 : T . + ld b,a ;4fb5 47 G + ld a,(lf6ach+1) ;4fb6 3a ad f6 : . . + and b ;4fb9 a0 . + jp z,sub_4fe2h ;4fba ca e2 4f . . O + ld hl,(lf6c1h) ;4fbd 2a c1 f6 * . . + ld de,(lf6c3h) ;4fc0 ed 5b c3 f6 . [ . . + exx ;4fc4 d9 . + ld hl,(lf6bdh) ;4fc5 2a bd f6 * . . + ld de,(lf6bdh+2) ;4fc8 ed 5b bf f6 . [ . . + call sub_48ech ;4fcc cd ec 48 . . H + ret ;4fcf c9 . +l4fd0h: + ld (lf6bdh),hl ;4fd0 22 bd f6 " . . + ld (lf6bdh+2),de ;4fd3 ed 53 bf f6 . S . . + exx ;4fd7 d9 . + ld (lf6c1h),hl ;4fd8 22 c1 f6 " . . + ld (lf6c3h),de ;4fdb ed 53 c3 f6 . S . . + jp l4fe5h ;4fdf c3 e5 4f . . O +sub_4fe2h: + ld a,(lf6ach+1) ;4fe2 3a ad f6 : . . +l4fe5h: + ld (lf6ach),a ;4fe5 32 ac f6 2 . . + call sub_50bch ;4fe8 cd bc 50 . . P + call sub_50c9h ;4feb cd c9 50 . . P + call sub_67e2h ;4fee cd e2 67 . . g + ld (lf6b7h),bc ;4ff1 ed 43 b7 f6 . C . . + jr z,l5019h ;4ff5 28 22 ( " + call sub_664bh ;4ff7 cd 4b 66 . K f + ret c ;4ffa d8 . + ld a,(lf6b7h+1) ;4ffb 3a b8 f6 : . . + and a ;4ffe a7 . + call nz,sub_5041h ;4fff c4 41 50 . A P + call sub_502dh ;5002 cd 2d 50 . - P + ld a,(lf6b7h) ;5005 3a b7 f6 : . . + and a ;5008 a7 . + ret z ;5009 c8 . + ld hl,(lf6b9h) ;500a 2a b9 f6 * . . + ld de,(lf6b9h+2) ;500d ed 5b bb f6 . [ . . + ld a,000h ;5011 3e 00 > . + ld (lf6ach),a ;5013 32 ac f6 2 . . + jp l3b38h ;5016 c3 38 3b . 8 ; +l5019h: + ld hl,(0f6dbh) ;5019 2a db f6 * . . + ld (lf6b9h+2),hl ;501c 22 bb f6 " . . + ex de,hl ;501f eb . + ld hl,(lf6d9h) ;5020 2a d9 f6 * . . + ld (lf6b9h),hl ;5023 22 b9 f6 " . . + ld a,(lf6ach) ;5026 3a ac f6 : . . + call l3b38h ;5029 cd 38 3b . 8 ; + ret ;502c c9 . +sub_502dh: + ld hl,(lf804h) ;502d 2a 04 f8 * . . + ld (lf6b9h+2),hl ;5030 22 bb f6 " . . + ex de,hl ;5033 eb . + ld hl,(lf802h) ;5034 2a 02 f8 * . . + ld (lf6b9h),hl ;5037 22 b9 f6 " . . + ld a,(lf6ach) ;503a 3a ac f6 : . . + call l3b38h ;503d cd 38 3b . 8 ; + ret ;5040 c9 . +sub_5041h: + ld hl,(lf800h) ;5041 2a 00 f8 * . . + ld (lf6b9h+2),hl ;5044 22 bb f6 " . . + ex de,hl ;5047 eb . + ld hl,(lf7feh) ;5048 2a fe f7 * . . + ld (lf6b9h),hl ;504b 22 b9 f6 " . . + ld a,000h ;504e 3e 00 > . + call l3b38h ;5050 cd 38 3b . 8 ; + ret ;5053 c9 . +sub_5054h: + ld hl,(lf6b9h) ;5054 2a b9 f6 * . . + ld de,(lf6b9h+2) ;5057 ed 5b bb f6 . [ . . + ld a,000h ;505b 3e 00 > . + call l3b38h ;505d cd 38 3b . 8 ; + call sub_1a93h ;5060 cd 93 1a . . . + ret ;5063 c9 . +sub_5064h: + ld a,000h ;5064 3e 00 > . + call sub_4ee7h ;5066 cd e7 4e . . N + ld hl,(lf6c8h+1) ;5069 2a c9 f6 * . . + ld de,(lf6cbh) ;506c ed 5b cb f6 . [ . . + ld (lf6bdh),hl ;5070 22 bd f6 " . . + ld (lf6bdh+2),de ;5073 ed 53 bf f6 . S . . +sub_5077h: + ld hl,(lf6cdh) ;5077 2a cd f6 * . . + ld de,(lf6cfh) ;507a ed 5b cf f6 . [ . . + ld (lf6c1h),hl ;507e 22 c1 f6 " . . + ld (lf6c3h),de ;5081 ed 53 c3 f6 . S . . + call sub_4fafh ;5085 cd af 4f . . O + ret ;5088 c9 . +sub_5089h: + call sub_1a8eh ;5089 cd 8e 1a . . . + ret z ;508c c8 . + call sub_348eh ;508d cd 8e 34 . . 4 +sub_5090h: + call sub_3b7dh ;5090 cd 7d 3b . } ; + ld (lf6b9h),hl ;5093 22 b9 f6 " . . + ld (lf6d9h),hl ;5096 22 d9 f6 " . . + ld (lf6b9h+2),de ;5099 ed 53 bb f6 . S . . + ld (0f6dbh),de ;509d ed 53 db f6 . S . . + ld hl,(lf6d9h) ;50a1 2a d9 f6 * . . + call sub_6abbh ;50a4 cd bb 6a . . j + ld (lf6c8h+1),hl ;50a7 22 c9 f6 " . . + ld (lf6cbh),de ;50aa ed 53 cb f6 . S . . + ld hl,(0f6dbh) ;50ae 2a db f6 * . . + call sub_6abbh ;50b1 cd bb 6a . . j + ld (lf6cdh),hl ;50b4 22 cd f6 " . . + ld (lf6cfh),de ;50b7 ed 53 cf f6 . S . . + ret ;50bb c9 . +sub_50bch: + ld hl,(lf6d9h) ;50bc 2a d9 f6 * . . + ld (lf6d5h),hl ;50bf 22 d5 f6 " . . + ld hl,(0f6dbh) ;50c2 2a db f6 * . . + ld (lf6d7h),hl ;50c5 22 d7 f6 " . . + ret ;50c8 c9 . +sub_50c9h: + ld a,(lf6ach+2) ;50c9 3a ae f6 : . . + cp 0ffh ;50cc fe ff . . + call z,sub_5108h ;50ce cc 08 51 . . Q + ld hl,(lf6bdh) ;50d1 2a bd f6 * . . + ld de,(lf6bdh+2) ;50d4 ed 5b bf f6 . [ . . + ld (lf6c8h+1),hl ;50d8 22 c9 f6 " . . + ld (lf6cbh),de ;50db ed 53 cb f6 . S . . + ld hl,(lf6c1h) ;50df 2a c1 f6 * . . + ld de,(lf6c3h) ;50e2 ed 5b c3 f6 . [ . . + ld (lf6cdh),hl ;50e6 22 cd f6 " . . + ld (lf6cfh),de ;50e9 ed 53 cf f6 . S . . + ld hl,(lf6c8h+1) ;50ed 2a c9 f6 * . . + ld de,(lf6cbh) ;50f0 ed 5b cb f6 . [ . . + call sub_6abfh ;50f4 cd bf 6a . . j + ld (lf6d9h),hl ;50f7 22 d9 f6 " . . + ld hl,(lf6cdh) ;50fa 2a cd f6 * . . + ld de,(lf6cfh) ;50fd ed 5b cf f6 . [ . . + call sub_6abfh ;5101 cd bf 6a . . j + ld (0f6dbh),hl ;5104 22 db f6 " . . + ret ;5107 c9 . +sub_5108h: + ld hl,(lf6bdh) ;5108 2a bd f6 * . . + ld de,(lf6bdh+2) ;510b ed 5b bf f6 . [ . . + exx ;510f d9 . + ld hl,(lf6c8h+1) ;5110 2a c9 f6 * . . + ld de,(lf6cbh) ;5113 ed 5b cb f6 . [ . . + call sub_6b2ah ;5117 cd 2a 6b . * k + call c,sub_5141h ;511a dc 41 51 . A Q + ld (lf6bdh),hl ;511d 22 bd f6 " . . + ld (lf6bdh+2),de ;5120 ed 53 bf f6 . S . . + ld hl,(lf6c1h) ;5124 2a c1 f6 * . . + ld de,(lf6c3h) ;5127 ed 5b c3 f6 . [ . . + exx ;512b d9 . + ld hl,(lf6cdh) ;512c 2a cd f6 * . . + ld de,(lf6cfh) ;512f ed 5b cf f6 . [ . . + call sub_6b2ah ;5133 cd 2a 6b . * k + call c,sub_5141h ;5136 dc 41 51 . A Q + ld (lf6c1h),hl ;5139 22 c1 f6 " . . + ld (lf6c3h),de ;513c ed 53 c3 f6 . S . . + ret ;5140 c9 . +sub_5141h: + ld a,020h ;5141 3e 20 > + call sub_7d6eh ;5143 cd 6e 7d . n } + ld a,h ;5146 7c | + and a ;5147 a7 . + jp p,l5153h ;5148 f2 53 51 . S Q + ld hl,(l515bh) ;514b 2a 5b 51 * [ Q + ld de,(l515dh) ;514e ed 5b 5d 51 . [ ] Q + ret ;5152 c9 . +l5153h: + ld hl,(l515fh) ;5153 2a 5f 51 * _ Q + ld de,(l5161h) ;5156 ed 5b 61 51 . [ a Q + ret ;515a c9 . +l515bh: + rst 38h ;515b ff . + ld a,a ;515c 7f  +l515dh: + nop ;515d 00 . + nop ;515e 00 . +l515fh: + nop ;515f 00 . + add a,b ;5160 80 . +l5161h: + nop ;5161 00 . + nop ;5162 00 . +sub_5163h: + ld hl,l0000h ;5163 21 00 00 ! . . + ld (lf6d9h),hl ;5166 22 d9 f6 " . . + ld (lf6b9h),hl ;5169 22 b9 f6 " . . + ld (0f6dbh),hl ;516c 22 db f6 " . . + ld (lf6b9h+2),hl ;516f 22 bb f6 " . . + ld hl,(l6a49h) ;5172 2a 49 6a * I j + ld de,(l6a4bh) ;5175 ed 5b 4b 6a . [ K j + ld (lf6c8h+1),hl ;5179 22 c9 f6 " . . + ld (lf6cbh),de ;517c ed 53 cb f6 . S . . + ld hl,(l6a49h) ;5180 2a 49 6a * I j + ld de,(l6a4bh) ;5183 ed 5b 4b 6a . [ K j + ld (lf6cdh),hl ;5187 22 cd f6 " . . + ld (lf6cfh),de ;518a ed 53 cf f6 . S . . + ret ;518e c9 . +sub_518fh: + ld (lf6ddh),hl ;518f 22 dd f6 " . . + ld (0f6dfh),de ;5192 ed 53 df f6 . S . . + exx ;5196 d9 . + ld (lf6e1h),hl ;5197 22 e1 f6 " . . + ld (lf6e1h+2),de ;519a ed 53 e3 f6 . S . . + ld a,000h ;519e 3e 00 > . + call sub_4ee7h ;51a0 cd e7 4e . . N + call sub_4f02h ;51a3 cd 02 4f . . O + ld (lf6afh),hl ;51a6 22 af f6 " . . + ld (0f6b1h),de ;51a9 ed 53 b1 f6 . S . . + exx ;51ad d9 . + ld (lf6b3h),hl ;51ae 22 b3 f6 " . . + ld (lf6b5h),de ;51b1 ed 53 b5 f6 . S . . + ld a,0ffh ;51b5 3e ff > . + call sub_4ef2h ;51b7 cd f2 4e . . N + ld hl,(lf6e1h) ;51ba 2a e1 f6 * . . + ld de,(lf6e1h+2) ;51bd ed 5b e3 f6 . [ . . + exx ;51c1 d9 . + ld hl,(l6a49h) ;51c2 2a 49 6a * I j + ld de,(l6a4bh) ;51c5 ed 5b 4b 6a . [ K j + call sub_4f26h ;51c9 cd 26 4f . & O + ld hl,(lf6e1h) ;51cc 2a e1 f6 * . . + ld de,(lf6e1h+2) ;51cf ed 5b e3 f6 . [ . . + exx ;51d3 d9 . + ld hl,(lf6ddh) ;51d4 2a dd f6 * . . + ld de,(0f6dfh) ;51d7 ed 5b df f6 . [ . . + call sub_4f26h ;51db cd 26 4f . & O + ld hl,(l6a49h) ;51de 2a 49 6a * I j + ld de,(l6a4bh) ;51e1 ed 5b 4b 6a . [ K j + exx ;51e5 d9 . + ld hl,(lf6ddh) ;51e6 2a dd f6 * . . + ld de,(0f6dfh) ;51e9 ed 5b df f6 . [ . . + call sub_4f26h ;51ed cd 26 4f . & O + ld hl,(l6a49h) ;51f0 2a 49 6a * I j + ld de,(l6a4bh) ;51f3 ed 5b 4b 6a . [ K j + exx ;51f7 d9 . + ld hl,(l6a49h) ;51f8 2a 49 6a * I j + ld de,(l6a4bh) ;51fb ed 5b 4b 6a . [ K j + call sub_4f26h ;51ff cd 26 4f . & O + ret ;5202 c9 . +sub_5203h: + ld (lf6ddh),hl ;5203 22 dd f6 " . . + ld (0f6dfh),de ;5206 ed 53 df f6 . S . . + exx ;520a d9 . + ld (lf6e1h),hl ;520b 22 e1 f6 " . . + ld (lf6e1h+2),de ;520e ed 53 e3 f6 . S . . + call sub_4f02h ;5212 cd 02 4f . . O + ld (lf6e5h),hl ;5215 22 e5 f6 " . . + ld (lf6e7h),de ;5218 ed 53 e7 f6 . S . . + exx ;521c d9 . + ld (0f6e9h),hl ;521d 22 e9 f6 " . . + ld (lf6ebh),de ;5220 ed 53 eb f6 . S . . + ld a,000h ;5224 3e 00 > . + call sub_4ee7h ;5226 cd e7 4e . . N + ld a,0ffh ;5229 3e ff > . + call sub_4ef2h ;522b cd f2 4e . . N + ld hl,(lf6e1h) ;522e 2a e1 f6 * . . + ld de,(lf6e1h+2) ;5231 ed 5b e3 f6 . [ . . + exx ;5235 d9 . + ld hl,(lf6e5h) ;5236 2a e5 f6 * . . + ld de,(lf6e7h) ;5239 ed 5b e7 f6 . [ . . + call sub_4f9dh ;523d cd 9d 4f . . O + ld hl,(lf6e1h) ;5240 2a e1 f6 * . . + ld de,(lf6e1h+2) ;5243 ed 5b e3 f6 . [ . . + exx ;5247 d9 . + ld hl,(lf6ddh) ;5248 2a dd f6 * . . + ld de,(0f6dfh) ;524b ed 5b df f6 . [ . . + call sub_4f9dh ;524f cd 9d 4f . . O + ld hl,(0f6e9h) ;5252 2a e9 f6 * . . + ld de,(lf6ebh) ;5255 ed 5b eb f6 . [ . . + exx ;5259 d9 . +l525ah: + ld hl,(lf6ddh) ;525a 2a dd f6 * . . + ld de,(0f6dfh) ;525d ed 5b df f6 . [ . . + call sub_4f9dh ;5261 cd 9d 4f . . O + ld hl,(0f6e9h) ;5264 2a e9 f6 * . . + ld de,(lf6ebh) ;5267 ed 5b eb f6 . [ . . + exx ;526b d9 . + ld hl,(lf6e5h) ;526c 2a e5 f6 * . . + ld de,(lf6e7h) ;526f ed 5b e7 f6 . [ . . + call sub_4f9dh ;5273 cd 9d 4f . . O + ret ;5276 c9 . +sub_5277h: + ld a,(lf70fh) ;5277 3a 0f f7 : . . + and a ;527a a7 . + ret ;527b c9 . +sub_527ch: + call sub_52f2h ;527c cd f2 52 . . R + ld (lf6edh),hl ;527f 22 ed f6 " . . + ld (lf6edh+2),de ;5282 ed 53 ef f6 . S . . + call sub_534bh ;5286 cd 4b 53 . K S + ld (lf6f1h),hl ;5289 22 f1 f6 " . . + ld (lf6f3h),de ;528c ed 53 f3 f6 . S . . + ld hl,(lf6edh) ;5290 2a ed f6 * . . + ld de,(lf6edh+2) ;5293 ed 5b ef f6 . [ . . + exx ;5297 d9 . + ld hl,(lf6ffh) ;5298 2a ff f6 * . . + ld de,(lf701h) ;529b ed 5b 01 f7 . [ . . + call sub_6b52h ;529f cd 52 6b . R k + ld (lf6f5h),hl ;52a2 22 f5 f6 " . . + ld (lf6f7h),de ;52a5 ed 53 f7 f6 . S . . + ld hl,(lf6f1h) ;52a9 2a f1 f6 * . . + ld de,(lf6f3h) ;52ac ed 5b f3 f6 . [ . . + exx ;52b0 d9 . + ld hl,(0f703h) ;52b1 2a 03 f7 * . . + ld de,(0f705h) ;52b4 ed 5b 05 f7 . [ . . + call sub_6b52h ;52b8 cd 52 6b . R k + ld (lf6f9h),hl ;52bb 22 f9 f6 " . . + ld (lf6fbh),de ;52be ed 53 fb f6 . S . . + ld hl,(lf6edh) ;52c2 2a ed f6 * . . + ld de,(lf6edh+2) ;52c5 ed 5b ef f6 . [ . . + call sub_52e2h ;52c9 cd e2 52 . . R + ld (0f6fdh),a ;52cc 32 fd f6 2 . . + ld hl,(lf6f1h) ;52cf 2a f1 f6 * . . + ld de,(lf6f3h) ;52d2 ed 5b f3 f6 . [ . . + call sub_52e2h ;52d6 cd e2 52 . . R + ld (0f6feh),a ;52d9 32 fe f6 2 . . + ld a,0ffh ;52dc 3e ff > . + ld (lf70fh),a ;52de 32 0f f7 2 . . + ret ;52e1 c9 . +sub_52e2h: + call sub_6d1dh ;52e2 cd 1d 6d . . m + exx ;52e5 d9 . + ld hl,(l6a57h+2) ;52e6 2a 59 6a * Y j + ld de,(l6a5bh) ;52e9 ed 5b 5b 6a . [ [ j + exx ;52ed d9 . + call sub_6ae3h ;52ee cd e3 6a . . j +l52f1h: + ret ;52f1 c9 . +sub_52f2h: + ld hl,(lf6ffh) ;52f2 2a ff f6 * . . + ld de,(lf701h) ;52f5 ed 5b 01 f7 . [ . . + exx ;52f9 d9 . + ld hl,(lf707h) ;52fa 2a 07 f7 * . . + ld de,(0f709h) ;52fd ed 5b 09 f7 . [ . . + call sub_6b3dh ;5301 cd 3d 6b . = k + jp c,l5313h ;5304 da 13 53 . . S + exx ;5307 d9 . + ld hl,(lf724h) ;5308 2a 24 f7 * $ . + ld de,(lf726h) ;530b ed 5b 26 f7 . [ & . + call sub_6c12h ;530f cd 12 6c . . l + ret ;5312 c9 . +l5313h: + ld hl,(lf724h) ;5313 2a 24 f7 * $ . + ld de,(lf726h) ;5316 ed 5b 26 f7 . [ & . + exx ;531a d9 . + ld hl,(lf707h) ;531b 2a 07 f7 * . . + ld de,(0f709h) ;531e ed 5b 09 f7 . [ . . + call sub_6c12h ;5322 cd 12 6c . . l + push hl ;5325 e5 . + push de ;5326 d5 . + ld hl,(lf724h) ;5327 2a 24 f7 * $ . +l532ah: + ld de,(lf726h) ;532a ed 5b 26 f7 . [ & . + exx ;532e d9 . + ld hl,(lf6ffh) ;532f 2a ff f6 * . . + ld de,(lf701h) ;5332 ed 5b 01 f7 . [ . . + call sub_6c12h ;5336 cd 12 6c . . l + exx ;5339 d9 . + pop de ;533a d1 . + pop hl ;533b e1 . + call sub_6b3dh ;533c cd 3d 6b . = k + exx ;533f d9 . + ld hl,(l6a57h+2) ;5340 2a 59 6a * Y j + ld de,(l6a5bh) ;5343 ed 5b 5b 6a . [ [ j + call sub_6c12h ;5347 cd 12 6c . . l + ret ;534a c9 . +sub_534bh: + ld hl,(0f703h) ;534b 2a 03 f7 * . . + ld de,(0f705h) ;534e ed 5b 05 f7 . [ . . + exx ;5352 d9 . + ld hl,(lf70bh) ;5353 2a 0b f7 * . . + ld de,(lf70bh+2) ;5356 ed 5b 0d f7 . [ . . + call sub_6b3dh ;535a cd 3d 6b . = k + jp c,l536ch ;535d da 6c 53 . l S + exx ;5360 d9 . + ld hl,(lf726h+2) ;5361 2a 28 f7 * ( . + ld de,(lf72ah) ;5364 ed 5b 2a f7 . [ * . + call sub_6c12h ;5368 cd 12 6c . . l + ret ;536b c9 . +l536ch: + ld hl,(lf726h+2) ;536c 2a 28 f7 * ( . + ld de,(lf72ah) ;536f ed 5b 2a f7 . [ * . + exx ;5373 d9 . + ld hl,(lf70bh) ;5374 2a 0b f7 * . . + ld de,(lf70bh+2) ;5377 ed 5b 0d f7 . [ . . + call sub_6c12h ;537b cd 12 6c . . l + push hl ;537e e5 . + push de ;537f d5 . + ld hl,(lf726h+2) ;5380 2a 28 f7 * ( . + ld de,(lf72ah) ;5383 ed 5b 2a f7 . [ * . + exx ;5387 d9 . + ld hl,(0f703h) ;5388 2a 03 f7 * . . + ld de,(0f705h) ;538b ed 5b 05 f7 . [ . . + call sub_6c12h ;538f cd 12 6c . . l + exx ;5392 d9 . + pop de ;5393 d1 . + pop hl ;5394 e1 . + call sub_6b3dh ;5395 cd 3d 6b . = k + exx ;5398 d9 . + ld hl,(l6a57h+2) ;5399 2a 59 6a * Y j + ld de,(l6a5bh) ;539c ed 5b 5b 6a . [ [ j + call sub_6c12h ;53a0 cd 12 6c . . l + ret ;53a3 c9 . +sub_53a4h: + ld a,(lf70fh) ;53a4 3a 0f f7 : . . + and a ;53a7 a7 . + ret z ;53a8 c8 . + push hl ;53a9 e5 . + push de ;53aa d5 . + exx ;53ab d9 . + call sub_5419h ;53ac cd 19 54 . . T + pop bc ;53af c1 . + ex (sp),hl ;53b0 e3 . + push bc ;53b1 c5 . + ex de,hl ;53b2 eb . + ex (sp),hl ;53b3 e3 . + ex de,hl ;53b4 eb . + call sub_53bdh ;53b5 cd bd 53 . . S + exx ;53b8 d9 . + pop de ;53b9 d1 . + pop hl ;53ba e1 . + exx ;53bb d9 . + ret ;53bc c9 . +sub_53bdh: + ld a,(0f6fdh) ;53bd 3a fd f6 : . . + and a ;53c0 a7 . + jp p,l53edh ;53c1 f2 ed 53 . . S + exx ;53c4 d9 . + ld hl,(lf6edh) ;53c5 2a ed f6 * . . + ld de,(lf6edh+2) ;53c8 ed 5b ef f6 . [ . . + call sub_6b52h ;53cc cd 52 6b . R k + jp c,l7d56h ;53cf da 56 7d . V } + exx ;53d2 d9 . + ld hl,(lf6f5h) ;53d3 2a f5 f6 * . . + ld de,(lf6f7h) ;53d6 ed 5b f7 f6 . [ . . + exx ;53da d9 . + call sub_6b3dh ;53db cd 3d 6b . = k + exx ;53de d9 . + ld hl,(lf710h) ;53df 2a 10 f7 * . . + ld de,(lf712h) ;53e2 ed 5b 12 f7 . [ . . + call sub_6b2ah ;53e6 cd 2a 6b . * k + jp c,l7d56h ;53e9 da 56 7d . V } + ret ;53ec c9 . +l53edh: + exx ;53ed d9 . + ld hl,(lf6ffh) ;53ee 2a ff f6 * . . + ld de,(lf701h) ;53f1 ed 5b 01 f7 . [ . . + exx ;53f5 d9 . + call sub_6b3dh ;53f6 cd 3d 6b . = k + jp c,l7d56h ;53f9 da 56 7d . V } + exx ;53fc d9 . + ld hl,(lf6edh) ;53fd 2a ed f6 * . . + ld de,(lf6edh+2) ;5400 ed 5b ef f6 . [ . . + call sub_6b52h ;5404 cd 52 6b . R k + jp c,l7d56h ;5407 da 56 7d . V } + exx ;540a d9 . + ld hl,(lf710h) ;540b 2a 10 f7 * . . + ld de,(lf712h) ;540e ed 5b 12 f7 . [ . . + call sub_6b2ah ;5412 cd 2a 6b . * k + jp c,l7d56h ;5415 da 56 7d . V } + ret ;5418 c9 . +sub_5419h: + ld a,(0f6feh) ;5419 3a fe f6 : . . + and a ;541c a7 . + jp p,l5449h ;541d f2 49 54 . I T + exx ;5420 d9 . + ld hl,(lf6f1h) ;5421 2a f1 f6 * . . + ld de,(lf6f3h) ;5424 ed 5b f3 f6 . [ . . + call sub_6b52h ;5428 cd 52 6b . R k + jp c,l7d56h ;542b da 56 7d . V } + exx ;542e d9 . + ld hl,(lf6f9h) ;542f 2a f9 f6 * . . + ld de,(lf6fbh) ;5432 ed 5b fb f6 . [ . . + exx ;5436 d9 . + call sub_6b3dh ;5437 cd 3d 6b . = k + exx ;543a d9 . + ld hl,(lf713h+1) ;543b 2a 14 f7 * . . + ld de,(lf716h) ;543e ed 5b 16 f7 . [ . . + call sub_6b2ah ;5442 cd 2a 6b . * k + jp c,l7d56h ;5445 da 56 7d . V } + ret ;5448 c9 . +l5449h: + exx ;5449 d9 . + ld hl,(0f703h) ;544a 2a 03 f7 * . . + ld de,(0f705h) ;544d ed 5b 05 f7 . [ . . + exx ;5451 d9 . + call sub_6b3dh ;5452 cd 3d 6b . = k + jp c,l7d56h ;5455 da 56 7d . V } + exx ;5458 d9 . + ld hl,(lf6f1h) ;5459 2a f1 f6 * . . + ld de,(lf6f3h) ;545c ed 5b f3 f6 . [ . . + call sub_6b52h ;5460 cd 52 6b . R k + jp c,l7d56h ;5463 da 56 7d . V } + exx ;5466 d9 . + ld hl,(lf713h+1) ;5467 2a 14 f7 * . . + ld de,(lf716h) ;546a ed 5b 16 f7 . [ . . + call sub_6b2ah ;546e cd 2a 6b . * k + jp c,l7d56h ;5471 da 56 7d . V } + ret ;5474 c9 . +sub_5475h: + push hl ;5475 e5 . + push de ;5476 d5 . + ld hl,(lf6f1h) ;5477 2a f1 f6 * . . + ld de,(lf6f3h) ;547a ed 5b f3 f6 . [ . . + call sub_6b52h ;547e cd 52 6b . R k + pop bc ;5481 c1 . + ex (sp),hl ;5482 e3 . + push bc ;5483 c5 . + ex de,hl ;5484 eb . + ex (sp),hl ;5485 e3 . + ex de,hl ;5486 eb . + exx ;5487 d9 . + ld hl,(lf6edh) ;5488 2a ed f6 * . . + ld de,(lf6edh+2) ;548b ed 5b ef f6 . [ . . + call sub_6b52h ;548f cd 52 6b . R k + exx ;5492 d9 . + pop de ;5493 d1 . + pop hl ;5494 e1 . + exx ;5495 d9 . + ret ;5496 c9 . +sub_5497h: + call sub_4f02h ;5497 cd 02 4f . . O + ld a,(lf70fh) ;549a 3a 0f f7 : . . + and a ;549d a7 . + ret z ;549e c8 . + exx ;549f d9 . + push hl ;54a0 e5 . + push de ;54a1 d5 . + exx ;54a2 d9 . + call sub_54b3h ;54a3 cd b3 54 . . T + pop bc ;54a6 c1 . + ex (sp),hl ;54a7 e3 . + push bc ;54a8 c5 . +l54a9h: + ex de,hl ;54a9 eb . + ex (sp),hl ;54aa e3 . + ex de,hl ;54ab eb . + call sub_54feh ;54ac cd fe 54 . . T + exx ;54af d9 . + pop de ;54b0 d1 . + pop hl ;54b1 e1 . + ret ;54b2 c9 . +sub_54b3h: + exx ;54b3 d9 . + ld hl,(lf710h) ;54b4 2a 10 f7 * . . + ld de,(lf712h) ;54b7 ed 5b 12 f7 . [ . . + exx ;54bb d9 . + call sub_6b3dh ;54bc cd 3d 6b . = k + ld a,(0f6fdh) ;54bf 3a fd f6 : . . + and a ;54c2 a7 . + jp p,l54e6h ;54c3 f2 e6 54 . . T + exx ;54c6 d9 . + ld hl,(lf6f5h) ;54c7 2a f5 f6 * . . + ld de,(lf6f7h) ;54ca ed 5b f7 f6 . [ . . + call sub_6b2ah ;54ce cd 2a 6b . * k + exx ;54d1 d9 . + ld hl,(lf6edh) ;54d2 2a ed f6 * . . + ld de,(lf6edh+2) ;54d5 ed 5b ef f6 . [ . . + ld a,h ;54d9 7c | + exx ;54da d9 . + ld b,h ;54db 44 D + ld c,a ;54dc 4f O + push bc ;54dd c5 . + call sub_6c12h ;54de cd 12 6c . . l + pop bc ;54e1 c1 . + jp c,l5551h ;54e2 da 51 55 . Q U + ret ;54e5 c9 . +l54e6h: + exx ;54e6 d9 . + ld hl,(lf6edh) ;54e7 2a ed f6 * . . + ld de,(lf6edh+2) ;54ea ed 5b ef f6 . [ . . + exx ;54ee d9 . + call sub_6c12h ;54ef cd 12 6c . . l + exx ;54f2 d9 . + ld hl,(lf6ffh) ;54f3 2a ff f6 * . . + ld de,(lf701h) ;54f6 ed 5b 01 f7 . [ . . + call sub_6b2ah ;54fa cd 2a 6b . * k + ret ;54fd c9 . +sub_54feh: + exx ;54fe d9 . + ld hl,(lf713h+1) ;54ff 2a 14 f7 * . . + ld de,(lf716h) ;5502 ed 5b 16 f7 . [ . . + exx ;5506 d9 . + call sub_6b3dh ;5507 cd 3d 6b . = k + ld a,(0f6feh) ;550a 3a fe f6 : . . + and a ;550d a7 . + jp p,l5531h ;550e f2 31 55 . 1 U + exx ;5511 d9 . + ld hl,(lf6f9h) ;5512 2a f9 f6 * . . + ld de,(lf6fbh) ;5515 ed 5b fb f6 . [ . . + call sub_6b2ah ;5519 cd 2a 6b . * k + exx ;551c d9 . + ld hl,(lf6f1h) ;551d 2a f1 f6 * . . + ld de,(lf6f3h) ;5520 ed 5b f3 f6 . [ . . + ld a,h ;5524 7c | + exx ;5525 d9 . + ld b,h ;5526 44 D + ld c,a ;5527 4f O + push bc ;5528 c5 . + call sub_6c12h ;5529 cd 12 6c . . l + pop bc ;552c c1 . + jp c,l5551h ;552d da 51 55 . Q U + ret ;5530 c9 . +l5531h: + exx ;5531 d9 . + ld hl,(lf6f1h) ;5532 2a f1 f6 * . . + ld de,(lf6f3h) ;5535 ed 5b f3 f6 . [ . . + exx ;5539 d9 . + call sub_6c12h ;553a cd 12 6c . . l + exx ;553d d9 . + ld hl,(0f703h) ;553e 2a 03 f7 * . . + ld de,(0f705h) ;5541 ed 5b 05 f7 . [ . . + call sub_6b2ah ;5545 cd 2a 6b . * k + ret ;5548 c9 . +l5549h: + rst 38h ;5549 ff . + ld a,a ;554a 7f  +l554bh: + nop ;554b 00 . + nop ;554c 00 . +l554dh: + nop ;554d 00 . + add a,b ;554e 80 . +l554fh: + nop ;554f 00 . + nop ;5550 00 . +l5551h: + ld a,b ;5551 78 x + xor c ;5552 a9 . + jp m,l555eh ;5553 fa 5e 55 . ^ U + ld hl,(l5549h) ;5556 2a 49 55 * I U + ld de,(l554bh) ;5559 ed 5b 4b 55 . [ K U + ret ;555d c9 . +l555eh: + ld hl,(l554dh) ;555e 2a 4d 55 * M U + ld de,(l554fh) ;5561 ed 5b 4f 55 . [ O U + ret ;5565 c9 . +sub_5566h: + ld hl,(lf718h) ;5566 2a 18 f7 * . . + call sub_6abbh ;5569 cd bb 6a . . j + ld (lf6ffh),hl ;556c 22 ff f6 " . . + ld (lf701h),de ;556f ed 53 01 f7 . S . . + ld hl,(0f71ah) ;5573 2a 1a f7 * . . + call sub_6abbh ;5576 cd bb 6a . . j + ld (0f703h),hl ;5579 22 03 f7 " . . + ld (0f705h),de ;557c ed 53 05 f7 . S . . + ld hl,(lf71ch) ;5580 2a 1c f7 * . . + call sub_6abbh ;5583 cd bb 6a . . j + ld (lf6ffh),hl ;5586 22 ff f6 " . . + ld (lf701h),de ;5589 ed 53 01 f7 . S . . + ld hl,(lf71eh) ;558d 2a 1e f7 * . . + call sub_6abbh ;5590 cd bb 6a . . j + ld (0f703h),hl ;5593 22 03 f7 " . . + ld (0f705h),de ;5596 ed 53 05 f7 . S . . + ld hl,(l6a57h+2) ;559a 2a 59 6a * Y j + ld de,(l6a5bh) ;559d ed 5b 5b 6a . [ [ j + ld (lf6edh),hl ;55a1 22 ed f6 " . . + ld (lf6edh+2),de ;55a4 ed 53 ef f6 . S . . + ld hl,(l6a57h+2) ;55a8 2a 59 6a * Y j + ld de,(l6a5bh) ;55ab ed 5b 5b 6a . [ [ j + ld (lf6f1h),hl ;55af 22 f1 f6 " . . + ld (lf6f3h),de ;55b2 ed 53 f3 f6 . S . . + xor a ;55b6 af . + ld (lf70fh),a ;55b7 32 0f f7 2 . . + ret ;55ba c9 . +sub_55bbh: + ld hl,(lf71ch) ;55bb 2a 1c f7 * . . + ld de,(lf718h) ;55be ed 5b 18 f7 . [ . . + or a ;55c2 b7 . + sbc hl,de ;55c3 ed 52 . R + ld (lf720h),hl ;55c5 22 20 f7 " . + call sub_6abbh ;55c8 cd bb 6a . . j + ld (lf724h),hl ;55cb 22 24 f7 " $ . + ld (lf726h),de ;55ce ed 53 26 f7 . S & . + ld hl,(lf71eh) ;55d2 2a 1e f7 * . . + ld de,(0f71ah) ;55d5 ed 5b 1a f7 . [ . . + or a ;55d9 b7 . + sbc hl,de ;55da ed 52 . R + ld (0f722h),hl ;55dc 22 22 f7 " " . + call sub_6abbh ;55df cd bb 6a . . j + ld (lf726h+2),hl ;55e2 22 28 f7 " ( . + ld (lf72ah),de ;55e5 ed 53 2a f7 . S * . + ld hl,(lf724h) ;55e9 2a 24 f7 * $ . + ld de,(lf726h) ;55ec ed 5b 26 f7 . [ & . + exx ;55f0 d9 . + ld hl,(lf726h+2) ;55f1 2a 28 f7 * ( . + ld de,(lf72ah) ;55f4 ed 5b 2a f7 . [ * . + call sub_6d32h ;55f8 cd 32 6d . 2 m + ld (0f72ch),hl ;55fb 22 2c f7 " , . + ld (lf72eh),de ;55fe ed 53 2e f7 . S . . + ret ;5602 c9 . + ld (lf718h),hl ;5603 22 18 f7 " . . + ld (0f71ah),de ;5606 ed 53 1a f7 . S . . + ld hl,(lf718h) ;560a 2a 18 f7 * . . + call sub_6abbh ;560d cd bb 6a . . j + ld (lf710h),hl ;5610 22 10 f7 " . . + ld (lf712h),de ;5613 ed 53 12 f7 . S . . + ld hl,(0f71ah) ;5617 2a 1a f7 * . . + call sub_6abbh ;561a cd bb 6a . . j + ld (lf713h+1),hl ;561d 22 14 f7 " . . + ld (lf716h),de ;5620 ed 53 16 f7 . S . . + ld hl,(lf718h) ;5624 2a 18 f7 * . . + ld de,(lf720h) ;5627 ed 5b 20 f7 . [ . + add hl,de ;562b 19 . + ld (lf71ch),hl ;562c 22 1c f7 " . . + ld hl,(0f71ah) ;562f 2a 1a f7 * . . + ld de,(0f722h) ;5632 ed 5b 22 f7 . [ " . + add hl,de ;5636 19 . + ld (lf71eh),hl ;5637 22 1e f7 " . . + ret ;563a c9 . +sub_563bh: + ld (lf71ch),hl ;563b 22 1c f7 " . . + ld (lf71eh),de ;563e ed 53 1e f7 . S . . + call sub_55bbh ;5642 cd bb 55 . . U + call sub_5277h ;5645 cd 77 52 . w R + call nz,sub_527ch ;5648 c4 7c 52 . | R + ret ;564b c9 . +sub_564ch: + ld (lf718h),hl ;564c 22 18 f7 " . . + ld (0f71ah),de ;564f ed 53 1a f7 . S . . + exx ;5653 d9 . + ld (lf71ch),hl ;5654 22 1c f7 " . . + ld (lf71eh),de ;5657 ed 53 1e f7 . S . . + ld hl,(lf718h) ;565b 2a 18 f7 * . . + call sub_6abbh ;565e cd bb 6a . . j + ld (lf710h),hl ;5661 22 10 f7 " . . + ld (lf712h),de ;5664 ed 53 12 f7 . S . . + ld hl,(0f71ah) ;5668 2a 1a f7 * . . + call sub_6abbh ;566b cd bb 6a . . j + ld (lf713h+1),hl ;566e 22 14 f7 " . . + ld (lf716h),de ;5671 ed 53 16 f7 . S . . + call sub_55bbh ;5675 cd bb 55 . . U + call sub_5277h ;5678 cd 77 52 . w R + call nz,sub_527ch ;567b c4 7c 52 . | R + ret ;567e c9 . +sub_567fh: + ld hl,(lf718h) ;567f 2a 18 f7 * . . + ld de,(0f71ah) ;5682 ed 5b 1a f7 . [ . . + ret ;5686 c9 . +sub_5687h: + ld hl,(lf71ch) ;5687 2a 1c f7 * . . + ld de,(lf71eh) ;568a ed 5b 1e f7 . [ . . + ret ;568e c9 . +sub_568fh: + call sub_5687h ;568f cd 87 56 . . V + exx ;5692 d9 . + call sub_567fh ;5693 cd 7f 56 .  V + ret ;5696 c9 . +sub_5697h: + ld (lff15h),a ;5697 32 15 ff 2 . . + ld (lff16h),hl ;569a 22 16 ff " . . + ld (lff18h),de ;569d ed 53 18 ff . S . . + ld hl,(l6a57h+2) ;56a1 2a 59 6a * Y j + ld de,(l6a5bh) ;56a4 ed 5b 5b 6a . [ [ j + exx ;56a8 d9 . + push hl ;56a9 e5 . + push de ;56aa d5 . + call sub_6ae3h ;56ab cd e3 6a . . j + pop de ;56ae d1 . + pop hl ;56af e1 . + call m,sub_56bbh ;56b0 fc bb 56 . . V + ld (lff1ah),hl ;56b3 22 1a ff " . . + ld (lff1ch),de ;56b6 ed 53 1c ff . S . . + ret ;56ba c9 . +sub_56bbh: + ld hl,(l6a57h+2) ;56bb 2a 59 6a * Y j + ld de,(l6a5bh) ;56be ed 5b 5b 6a . [ [ j + ret ;56c2 c9 . +sub_56c3h: + ld a,000h ;56c3 3e 00 > . + ld (lf73ah),a ;56c5 32 3a f7 2 : . + ld hl,(lf8a1h) ;56c8 2a a1 f8 * . . + ld (lf74dh),hl ;56cb 22 4d f7 " M . + ld hl,l56e6h ;56ce 21 e6 56 ! . V + ld (lf8a1h),hl ;56d1 22 a1 f8 " . . + ld a,001h ;56d4 3e 01 > . + ld (lf73bh+1),a ;56d6 32 3c f7 2 < . + ret ;56d9 c9 . +sub_56dah: + ld hl,(lf74dh) ;56da 2a 4d f7 * M . + ld (lf8a1h),hl ;56dd 22 a1 f8 " . . + ld a,000h ;56e0 3e 00 > . + ld (lf73bh+1),a ;56e2 32 3c f7 2 < . + ret ;56e5 c9 . +l56e6h: + call sub_56dah ;56e6 cd da 56 . . V + ld hl,(lf8a1h) ;56e9 2a a1 f8 * . . + jp (hl) ;56ec e9 . +sub_56edh: + push hl ;56ed e5 . + ld h,000h ;56ee 26 00 & . + ld l,a ;56f0 6f o + add hl,hl ;56f1 29 ) + add hl,hl ;56f2 29 ) + add hl,hl ;56f3 29 ) + add hl,bc ;56f4 09 . + ld b,h ;56f5 44 D + ld c,l ;56f6 4d M + pop hl ;56f7 e1 . + call sub_6e6ah ;56f8 cd 6a 6e . j n + push bc ;56fb c5 . + exx ;56fc d9 . + pop bc ;56fd c1 . + call sub_6e6ah ;56fe cd 6a 6e . j n + exx ;5701 d9 . + ret ;5702 c9 . +sub_5703h: + push hl ;5703 e5 . + ld h,000h ;5704 26 00 & . + ld l,a ;5706 6f o + add hl,hl ;5707 29 ) + add hl,hl ;5708 29 ) + add hl,hl ;5709 29 ) + add hl,bc ;570a 09 . + ld b,h ;570b 44 D + ld c,l ;570c 4d M + pop hl ;570d e1 . + call sub_6e79h ;570e cd 79 6e . y n + push bc ;5711 c5 . + exx ;5712 d9 . + pop bc ;5713 c1 . + call sub_6e79h ;5714 cd 79 6e . y n + exx ;5717 d9 . + ret ;5718 c9 . +l5719h: + ld (lf731h),hl ;5719 22 31 f7 " 1 . + ld (lf733h),de ;571c ed 53 33 f7 . S 3 . + exx ;5720 d9 . + ld (lf733h+2),hl ;5721 22 35 f7 " 5 . + ld (lf737h),de ;5724 ed 53 37 f7 . S 7 . + ld hl,(lf733h+2) ;5728 2a 35 f7 * 5 . + ld de,(lf737h) ;572b ed 5b 37 f7 . [ 7 . + exx ;572f d9 . + ld hl,(lf731h) ;5730 2a 31 f7 * 1 . + ld de,(lf733h) ;5733 ed 5b 33 f7 . [ 3 . + ld bc,lfa85h ;5737 01 85 fa . . . + ld a,(lf73ah) ;573a 3a 3a f7 : : . + call sub_5703h ;573d cd 03 57 . . W + ld a,(lf73ah) ;5740 3a 3a f7 : : . + inc a ;5743 3c < + ld (lf73ah),a ;5744 32 3a f7 2 : . + ret ;5747 c9 . +sub_5748h: + ld a,(lf73ah) ;5748 3a 3a f7 : : . + and a ;574b a7 . + cp 001h ;574c fe 01 . . + ret c ;574e d8 . + call sub_4f02h ;574f cd 02 4f . . O + ld (lf6afh),hl ;5752 22 af f6 " . . + ld (0f6b1h),de ;5755 ed 53 b1 f6 . S . . + exx ;5759 d9 . + ld (lf6b3h),hl ;575a 22 b3 f6 " . . + ld (lf6b5h),de ;575d ed 53 b5 f6 . S . . + ld hl,(lff16h) ;5761 2a 16 ff * . . + ld de,(lff18h) ;5764 ed 5b 18 ff . [ . . + ld (lf73dh),hl ;5768 22 3d f7 " = . + ld (lf73fh),de ;576b ed 53 3f f7 . S ? . + call sub_57adh ;576f cd ad 57 . . W + ld a,(lff15h) ;5772 3a 15 ff : . . + cp 004h ;5775 fe 04 . . + jr nz,l5795h ;5777 20 1c . +l5779h: + ld hl,(l6a99h) ;5779 2a 99 6a * . j + ld de,(l6a9bh) ;577c ed 5b 9b 6a . [ . j + exx ;5780 d9 . + ld hl,(lff16h) ;5781 2a 16 ff * . . + ld de,(lff18h) ;5784 ed 5b 18 ff . [ . . + call sub_6b2ah ;5788 cd 2a 6b . * k + ld (lf73dh),hl ;578b 22 3d f7 " = . + ld (lf73fh),de ;578e ed 53 3f f7 . S ? . + call sub_57adh ;5792 cd ad 57 . . W +l5795h: + ld a,000h ;5795 3e 00 > . + call sub_4ef2h ;5797 cd f2 4e . . N + ld hl,(lf6b3h) ;579a 2a b3 f6 * . . + ld de,(lf6b5h) ;579d ed 5b b5 f6 . [ . . + exx ;57a1 d9 . + ld hl,(lf6afh) ;57a2 2a af f6 * . . + ld de,(0f6b1h) ;57a5 ed 5b b1 f6 . [ . . + call sub_4f84h ;57a9 cd 84 4f . . O + ret ;57ac c9 . +sub_57adh: + call sub_5d65h ;57ad cd 65 5d . e ] + ld hl,(lf73dh) ;57b0 2a 3d f7 * = . + ld de,(lf73fh) ;57b3 ed 5b 3f f7 . [ ? . + call sub_6d20h ;57b7 cd 20 6d . m + ld (lf73dh),hl ;57ba 22 3d f7 " = . + ld (lf73fh),de ;57bd ed 53 3f f7 . S ? . +l57c1h: + ld hl,(lf73dh) ;57c1 2a 3d f7 * = . + ld de,(lf73fh) ;57c4 ed 5b 3f f7 . [ ? . + call sub_7019h ;57c8 cd 19 70 . . p + ld (lf813h),hl ;57cb 22 13 f8 " . . + ld (lf815h),de ;57ce ed 53 15 f8 . S . . + exx ;57d2 d9 . + ld (lf817h),hl ;57d3 22 17 f8 " . . + ld (lf819h),de ;57d6 ed 53 19 f8 . S . . + call sub_5966h ;57da cd 66 59 . f Y + ld hl,(lf761h) ;57dd 2a 61 f7 * a . + ld de,(lf763h) ;57e0 ed 5b 63 f7 . [ c . + ld (lf769h),hl ;57e4 22 69 f7 " i . + ld (lf76bh),de ;57e7 ed 53 6b f7 . S k . +l57ebh: + ld hl,(lf765h) ;57eb 2a 65 f7 * e . + ld de,(lf767h) ;57ee ed 5b 67 f7 . [ g . + exx ;57f2 d9 . + ld hl,(lf769h) ;57f3 2a 69 f7 * i . + ld de,(lf76bh) ;57f6 ed 5b 6b f7 . [ k . + call sub_6ae3h ;57fa cd e3 6a . . j + ret p ;57fd f0 . + ld a,000h ;57fe 3e 00 > . + ld (0f739h),a ;5800 32 39 f7 2 9 . + ld (lf73bh),a ;5803 32 3b f7 2 ; . + ld bc,lfa85h ;5806 01 85 fa . . . + ld a,(0f739h) ;5809 3a 39 f7 : 9 . + call sub_56edh ;580c cd ed 56 . . V + ld (lf751h),hl ;580f 22 51 f7 " Q . + ld (lf753h),de ;5812 ed 53 53 f7 . S S . + exx ;5816 d9 . + ld (lf755h),hl ;5817 22 55 f7 " U . + ld (lf757h),de ;581a ed 53 57 f7 . S W . + ld hl,(lf755h) ;581e 2a 55 f7 * U . + ld de,(lf757h) ;5821 ed 5b 57 f7 . [ W . + exx ;5825 d9 . + ld hl,(lf751h) ;5826 2a 51 f7 * Q . + ld de,(lf753h) ;5829 ed 5b 53 f7 . [ S . + call sub_71c8h ;582d cd c8 71 . . q + ld (lf751h),hl ;5830 22 51 f7 " Q . + ld (lf753h),de ;5833 ed 53 53 f7 . S S . + exx ;5837 d9 . + ld (lf755h),hl ;5838 22 55 f7 " U . + ld (lf757h),de ;583b ed 53 57 f7 . S W . + ld a,001h ;583f 3e 01 > . + ld (0f739h),a ;5841 32 39 f7 2 9 . +l5844h: + ld a,(lf73ah) ;5844 3a 3a f7 : : . + ld l,a ;5847 6f o + ld a,(0f739h) ;5848 3a 39 f7 : 9 . + cp l ;584b bd . + jp p,l58b4h ;584c f2 b4 58 . . X + ld bc,lfa85h ;584f 01 85 fa . . . + ld a,(0f739h) ;5852 3a 39 f7 : 9 . + call sub_56edh ;5855 cd ed 56 . . V + ld (lf759h),hl ;5858 22 59 f7 " Y . + ld (lf75bh),de ;585b ed 53 5b f7 . S [ . + exx ;585f d9 . + ld (lf75dh),hl ;5860 22 5d f7 " ] . + ld (lf75fh),de ;5863 ed 53 5f f7 . S _ . + ld hl,(lf75dh) ;5867 2a 5d f7 * ] . + ld de,(lf75fh) ;586a ed 5b 5f f7 . [ _ . + exx ;586e d9 . + ld hl,(lf759h) ;586f 2a 59 f7 * Y . + ld de,(lf75bh) ;5872 ed 5b 5b f7 . [ [ . + call sub_71c8h ;5876 cd c8 71 . . q + ld (lf759h),hl ;5879 22 59 f7 " Y . + ld (lf75bh),de ;587c ed 53 5b f7 . S [ . + exx ;5880 d9 . + ld (lf75dh),hl ;5881 22 5d f7 " ] . + ld (lf75fh),de ;5884 ed 53 5f f7 . S _ . + call sub_5b96h ;5888 cd 96 5b . . [ + call m,sub_594ah ;588b fc 4a 59 . J Y + ld hl,(lf759h) ;588e 2a 59 f7 * Y . + ld de,(lf75bh) ;5891 ed 5b 5b f7 . [ [ . + ld (lf751h),hl ;5895 22 51 f7 " Q . + ld (lf753h),de ;5898 ed 53 53 f7 . S S . + ld hl,(lf75dh) ;589c 2a 5d f7 * ] . + ld de,(lf75fh) ;589f ed 5b 5f f7 . [ _ . + ld (lf755h),hl ;58a3 22 55 f7 " U . + ld (lf757h),de ;58a6 ed 53 57 f7 . S W . + ld a,(0f739h) ;58aa 3a 39 f7 : 9 . + inc a ;58ad 3c < + ld (0f739h),a ;58ae 32 39 f7 2 9 . + jp l5844h ;58b1 c3 44 58 . D X +l58b4h: + xor a ;58b4 af . + ld (0f739h),a ;58b5 32 39 f7 2 9 . + ld bc,lfa85h ;58b8 01 85 fa . . . + ld a,(0f739h) ;58bb 3a 39 f7 : 9 . + call sub_56edh ;58be cd ed 56 . . V + ld (lf759h),hl ;58c1 22 59 f7 " Y . + ld (lf75bh),de ;58c4 ed 53 5b f7 . S [ . + exx ;58c8 d9 . + ld (lf75dh),hl ;58c9 22 5d f7 " ] . + ld (lf75fh),de ;58cc ed 53 5f f7 . S _ . + ld hl,(lf75dh) ;58d0 2a 5d f7 * ] . + ld de,(lf75fh) ;58d3 ed 5b 5f f7 . [ _ . + exx ;58d7 d9 . + ld hl,(lf759h) ;58d8 2a 59 f7 * Y . + ld de,(lf75bh) ;58db ed 5b 5b f7 . [ [ . + call sub_71c8h ;58df cd c8 71 . . q + ld (lf759h),hl ;58e2 22 59 f7 " Y . + ld (lf75bh),de ;58e5 ed 53 5b f7 . S [ . + exx ;58e9 d9 . + ld (lf75dh),hl ;58ea 22 5d f7 " ] . + ld (lf75fh),de ;58ed ed 53 5f f7 . S _ . +sub_58f1h: + call sub_5b96h ;58f1 cd 96 5b . . [ + call m,sub_594ah ;58f4 fc 4a 59 . J Y + ld hl,(lff1ah) ;58f7 2a 1a ff * . . + ld de,(lff1ch) ;58fa ed 5b 1c ff . [ . . + exx ;58fe d9 . + ld hl,(lf769h) ;58ff 2a 69 f7 * i . + ld de,(lf76bh) ;5902 ed 5b 6b f7 . [ k . + call sub_6b2ah ;5906 cd 2a 6b . * k + ld (lf769h),hl ;5909 22 69 f7 " i . + ld (lf76bh),de ;590c ed 53 6b f7 . S k . + ld a,(lf73bh) ;5910 3a 3b f7 : ; . + and a ;5913 a7 . + jp z,l57ebh ;5914 ca eb 57 . . W + ld hl,(lf813h) ;5917 2a 13 f8 * . . + ld de,(lf815h) ;591a ed 5b 15 f8 . [ . . + ld (lf749h),hl ;591e 22 49 f7 " I . + ld (lf74bh),de ;5921 ed 53 4b f7 . S K . + ld hl,(lf813h) ;5925 2a 13 f8 * . . + ld de,(lf815h) ;5928 ed 5b 15 f8 . [ . . + call sub_6d20h ;592c cd 20 6d . m + ld (lf813h),hl ;592f 22 13 f8 " . . + ld (lf815h),de ;5932 ed 53 15 f8 . S . . + call sub_5d51h ;5936 cd 51 5d . Q ] + ld hl,(lf749h) ;5939 2a 49 f7 * I . + ld de,(lf74bh) ;593c ed 5b 4b f7 . [ K . + ld (lf813h),hl ;5940 22 13 f8 " . . + ld (lf815h),de ;5943 ed 53 15 f8 . S . . + jp l57ebh ;5947 c3 eb 57 . . W +sub_594ah: + call sub_5c41h ;594a cd 41 5c . A \ + ld hl,(lf769h) ;594d 2a 69 f7 * i . + ld de,(lf76bh) ;5950 ed 5b 6b f7 . [ k . + ld (lf771h),hl ;5954 22 71 f7 " q . + ld (lf773h),de ;5957 ed 53 73 f7 . S s . + call sub_5ca4h ;595b cd a4 5c . . \ + ld a,(lf73bh) ;595e 3a 3b f7 : ; . + inc a ;5961 3c < + ld (lf73bh),a ;5962 32 3b f7 2 ; . + ret ;5965 c9 . +sub_5966h: + ld a,000h ;5966 3e 00 > . + ld (0f739h),a ;5968 32 39 f7 2 9 . + ld bc,lfa85h ;596b 01 85 fa . . . + ld a,(0f739h) ;596e 3a 39 f7 : 9 . + call sub_56edh ;5971 cd ed 56 . . V + ld (lf751h),hl ;5974 22 51 f7 " Q . + ld (lf753h),de ;5977 ed 53 53 f7 . S S . + exx ;597b d9 . + ld (lf755h),hl ;597c 22 55 f7 " U . + ld (lf757h),de ;597f ed 53 57 f7 . S W . + ld hl,(lf755h) ;5983 2a 55 f7 * U . + ld de,(lf757h) ;5986 ed 5b 57 f7 . [ W . + exx ;598a d9 . + ld hl,(lf751h) ;598b 2a 51 f7 * Q . + ld de,(lf753h) ;598e ed 5b 53 f7 . [ S . + call sub_71c8h ;5992 cd c8 71 . . q + ld (lf751h),hl ;5995 22 51 f7 " Q . + ld (lf753h),de ;5998 ed 53 53 f7 . S S . + exx ;599c d9 . + ld (lf755h),hl ;599d 22 55 f7 " U . + ld (lf757h),de ;59a0 ed 53 57 f7 . S W . + ld hl,(lf755h) ;59a4 2a 55 f7 * U . + ld de,(lf757h) ;59a7 ed 5b 57 f7 . [ W . + ld (lf761h),hl ;59ab 22 61 f7 " a . + ld (lf763h),de ;59ae ed 53 63 f7 . S c . + ld hl,(lf755h) ;59b2 2a 55 f7 * U . + ld de,(lf757h) ;59b5 ed 5b 57 f7 . [ W . + ld (lf765h),hl ;59b9 22 65 f7 " e . + ld (lf767h),de ;59bc ed 53 67 f7 . S g . + ld a,001h ;59c0 3e 01 > . + ld (0f739h),a ;59c2 32 39 f7 2 9 . +l59c5h: + ld a,(lf73ah) ;59c5 3a 3a f7 : : . + ld l,a ;59c8 6f o + ld a,(0f739h) ;59c9 3a 39 f7 : 9 . + cp l ;59cc bd . + jp p,l5a35h ;59cd f2 35 5a . 5 Z + ld bc,lfa85h ;59d0 01 85 fa . . . + ld a,(0f739h) ;59d3 3a 39 f7 : 9 . + call sub_56edh ;59d6 cd ed 56 . . V + ld (lf759h),hl ;59d9 22 59 f7 " Y . + ld (lf75bh),de ;59dc ed 53 5b f7 . S [ . + exx ;59e0 d9 . + ld (lf75dh),hl ;59e1 22 5d f7 " ] . + ld (lf75fh),de ;59e4 ed 53 5f f7 . S _ . + ld hl,(lf75dh) ;59e8 2a 5d f7 * ] . + ld de,(lf75fh) ;59eb ed 5b 5f f7 . [ _ . + exx ;59ef d9 . + ld hl,(lf759h) ;59f0 2a 59 f7 * Y . + ld de,(lf75bh) ;59f3 ed 5b 5b f7 . [ [ . + call sub_71c8h ;59f7 cd c8 71 . . q + ld (lf759h),hl ;59fa 22 59 f7 " Y . + ld (lf75bh),de ;59fd ed 53 5b f7 . S [ . + exx ;5a01 d9 . + ld (lf75dh),hl ;5a02 22 5d f7 " ] . + ld (lf75fh),de ;5a05 ed 53 5f f7 . S _ . + call sub_5a7ah ;5a09 cd 7a 5a . z Z + call sub_5abfh ;5a0c cd bf 5a . . Z + ld hl,(lf759h) ;5a0f 2a 59 f7 * Y . + ld de,(lf75bh) ;5a12 ed 5b 5b f7 . [ [ . + ld (lf751h),hl ;5a16 22 51 f7 " Q . + ld (lf753h),de ;5a19 ed 53 53 f7 . S S . + ld hl,(lf75dh) ;5a1d 2a 5d f7 * ] . + ld de,(lf75fh) ;5a20 ed 5b 5f f7 . [ _ . + ld (lf755h),hl ;5a24 22 55 f7 " U . + ld (lf757h),de ;5a27 ed 53 57 f7 . S W . + ld a,(0f739h) ;5a2b 3a 39 f7 : 9 . + inc a ;5a2e 3c < + ld (0f739h),a ;5a2f 32 39 f7 2 9 . + jp l59c5h ;5a32 c3 c5 59 . . Y +l5a35h: + ld a,000h ;5a35 3e 00 > . + ld (0f739h),a ;5a37 32 39 f7 2 9 . + ld bc,lfa85h ;5a3a 01 85 fa . . . + ld a,(0f739h) ;5a3d 3a 39 f7 : 9 . + call sub_56edh ;5a40 cd ed 56 . . V + ld (lf759h),hl ;5a43 22 59 f7 " Y . + ld (lf75bh),de ;5a46 ed 53 5b f7 . S [ . + exx ;5a4a d9 . + ld (lf75dh),hl ;5a4b 22 5d f7 " ] . + ld (lf75fh),de ;5a4e ed 53 5f f7 . S _ . + ld hl,(lf75dh) ;5a52 2a 5d f7 * ] . + ld de,(lf75fh) ;5a55 ed 5b 5f f7 . [ _ . + exx ;5a59 d9 . + ld hl,(lf759h) ;5a5a 2a 59 f7 * Y . + ld de,(lf75bh) ;5a5d ed 5b 5b f7 . [ [ . + call sub_71c8h ;5a61 cd c8 71 . . q + ld (lf759h),hl ;5a64 22 59 f7 " Y . + ld (lf75bh),de ;5a67 ed 53 5b f7 . S [ . + exx ;5a6b d9 . + ld (lf75dh),hl ;5a6c 22 5d f7 " ] . + ld (lf75fh),de ;5a6f ed 53 5f f7 . S _ . + call sub_5a7ah ;5a73 cd 7a 5a . z Z + call sub_5abfh ;5a76 cd bf 5a . . Z + ret ;5a79 c9 . +sub_5a7ah: + ld hl,(lf75dh) ;5a7a 2a 5d f7 * ] . + ld de,(lf75fh) ;5a7d ed 5b 5f f7 . [ _ . + exx ;5a81 d9 . + ld hl,(lf761h) ;5a82 2a 61 f7 * a . + ld de,(lf763h) ;5a85 ed 5b 63 f7 . [ c . + call sub_6ae3h ;5a89 cd e3 6a . . j + jp m,l5a9dh ;5a8c fa 9d 5a . . Z + ld hl,(lf75dh) ;5a8f 2a 5d f7 * ] . + ld de,(lf75fh) ;5a92 ed 5b 5f f7 . [ _ . + ld (lf761h),hl ;5a96 22 61 f7 " a . + ld (lf763h),de ;5a99 ed 53 63 f7 . S c . +l5a9dh: + ld hl,(lf75dh) ;5a9d 2a 5d f7 * ] . + ld de,(lf75fh) ;5aa0 ed 5b 5f f7 . [ _ . + exx ;5aa4 d9 . + ld hl,(lf765h) ;5aa5 2a 65 f7 * e . + ld de,(lf767h) ;5aa8 ed 5b 67 f7 . [ g . + call sub_6ae3h ;5aac cd e3 6a . . j + ret p ;5aaf f0 . + ld hl,(lf75dh) ;5ab0 2a 5d f7 * ] . + ld de,(lf75fh) ;5ab3 ed 5b 5f f7 . [ _ . + ld (lf765h),hl ;5ab7 22 65 f7 " e . + ld (lf767h),de ;5aba ed 53 67 f7 . S g . + ret ;5abe c9 . +sub_5abfh: + ld hl,(lf751h) ;5abf 2a 51 f7 * Q . + ld de,(lf753h) ;5ac2 ed 5b 53 f7 . [ S . + exx ;5ac6 d9 . + ld hl,(lf759h) ;5ac7 2a 59 f7 * Y . + ld de,(lf75bh) ;5aca ed 5b 5b f7 . [ [ . + call sub_6b3dh ;5ace cd 3d 6b . = k + ld (lf775h),hl ;5ad1 22 75 f7 " u . + ld (lf777h),de ;5ad4 ed 53 77 f7 . S w . + ld hl,(lf755h) ;5ad8 2a 55 f7 * U . + ld de,(lf757h) ;5adb ed 5b 57 f7 . [ W . + exx ;5adf d9 . + ld hl,(lf75dh) ;5ae0 2a 5d f7 * ] . + ld de,(lf75fh) ;5ae3 ed 5b 5f f7 . [ _ . + call sub_6b3dh ;5ae7 cd 3d 6b . = k + ld (lf779h),hl ;5aea 22 79 f7 " y . + ld (lf77bh),de ;5aed ed 53 7b f7 . S { . + ld hl,(lf779h) ;5af1 2a 79 f7 * y . + ld de,(lf77bh) ;5af4 ed 5b 7b f7 . [ { . + exx ;5af8 d9 . + ld hl,(lf775h) ;5af9 2a 75 f7 * u . + ld de,(lf777h) ;5afc ed 5b 77 f7 . [ w . + call sub_6c12h ;5b00 cd 12 6c . . l + ld (lf77dh),hl ;5b03 22 7d f7 " } . + ld (lf77fh),de ;5b06 ed 53 7f f7 . S  . + call c,sub_5b1eh ;5b0a dc 1e 5b . . [ + ld hl,(lf77dh) ;5b0d 2a 7d f7 * } . + ld de,(lf77fh) ;5b10 ed 5b 7f f7 . [  . + ld bc,lfd65h ;5b14 01 65 fd . e . + ld a,(0f739h) ;5b17 3a 39 f7 : 9 . + call sub_6e59h ;5b1a cd 59 6e . Y n + ret ;5b1d c9 . +sub_5b1eh: + jp m,l5b30h ;5b1e fa 30 5b . 0 [ + ld hl,(l5b3fh) ;5b21 2a 3f 5b * ? [ + ld de,(l5b41h) ;5b24 ed 5b 41 5b . [ A [ + ld (lf77dh),hl ;5b28 22 7d f7 " } . + ld (lf77fh),de ;5b2b ed 53 7f f7 . S  . + ret ;5b2f c9 . +l5b30h: + ld hl,(l5b43h) ;5b30 2a 43 5b * C [ + ld de,(l5b45h) ;5b33 ed 5b 45 5b . [ E [ + ld (lf77dh),hl ;5b37 22 7d f7 " } . + ld (lf77fh),de ;5b3a ed 53 7f f7 . S  . + ret ;5b3e c9 . +l5b3fh: + rst 38h ;5b3f ff . + ld a,a ;5b40 7f  +l5b41h: + nop ;5b41 00 . + nop ;5b42 00 . +l5b43h: + nop ;5b43 00 . + add a,b ;5b44 80 . +l5b45h: + nop ;5b45 00 . + nop ;5b46 00 . +sub_5b47h: + ld a,(lf795h) ;5b47 3a 95 f7 : . . + inc a ;5b4a 3c < + ld l,a ;5b4b 6f o + ld a,(lf73ah) ;5b4c 3a 3a f7 : : . + sub l ;5b4f 95 . + jr z,l5b53h ;5b50 28 01 ( . + ld a,l ;5b52 7d } +l5b53h: + ld (lf795h),a ;5b53 32 95 f7 2 . . + ld bc,lfa85h ;5b56 01 85 fa . . . + ld a,(lf795h) ;5b59 3a 95 f7 : . . + call sub_56edh ;5b5c cd ed 56 . . V + ld (lf785h),hl ;5b5f 22 85 f7 " . . + ld (lf787h),de ;5b62 ed 53 87 f7 . S . . + exx ;5b66 d9 . + ld (lf789h),hl ;5b67 22 89 f7 " . . + ld (lf78bh),de ;5b6a ed 53 8b f7 . S . . + ret ;5b6e c9 . +sub_5b6fh: + ld a,(lf796h) ;5b6f 3a 96 f7 : . . + dec a ;5b72 3d = + jp p,l5b7ah ;5b73 f2 7a 5b . z [ + ld a,(lf73ah) ;5b76 3a 3a f7 : : . + dec a ;5b79 3d = +l5b7ah: + ld (lf796h),a ;5b7a 32 96 f7 2 . . + ld bc,lfa85h ;5b7d 01 85 fa . . . + ld a,(lf796h) ;5b80 3a 96 f7 : . . + call sub_56edh ;5b83 cd ed 56 . . V + ld (lf78dh),hl ;5b86 22 8d f7 " . . + ld (lf78fh),de ;5b89 ed 53 8f f7 . S . . + exx ;5b8d d9 . + ld (lf791h),hl ;5b8e 22 91 f7 " . . + ld (lf793h),de ;5b91 ed 53 93 f7 . S . . + ret ;5b95 c9 . +sub_5b96h: + ld a,(0f739h) ;5b96 3a 39 f7 : 9 . + ld (lf795h),a ;5b99 32 95 f7 2 . . + ld (lf796h),a ;5b9c 32 96 f7 2 . . + ld hl,(lf769h) ;5b9f 2a 69 f7 * i . + ld de,(lf76bh) ;5ba2 ed 5b 6b f7 . [ k . + exx ;5ba6 d9 . + ld hl,(lf755h) ;5ba7 2a 55 f7 * U . + ld de,(lf757h) ;5baa ed 5b 57 f7 . [ W . + call sub_6ae3h ;5bae cd e3 6a . . j + call z,sub_5bcdh ;5bb1 cc cd 5b . . [ + push af ;5bb4 f5 . + ld hl,(lf769h) ;5bb5 2a 69 f7 * i . + ld de,(lf76bh) ;5bb8 ed 5b 6b f7 . [ k . + exx ;5bbc d9 . + ld hl,(lf75dh) ;5bbd 2a 5d f7 * ] . + ld de,(lf75fh) ;5bc0 ed 5b 5f f7 . [ _ . + call sub_6ae3h ;5bc4 cd e3 6a . . j + call z,sub_5c07h ;5bc7 cc 07 5c . . \ + pop hl ;5bca e1 . + xor h ;5bcb ac . + ret ;5bcc c9 . +sub_5bcdh: + call sub_5b6fh ;5bcd cd 6f 5b . o [ + ld hl,(lf791h) ;5bd0 2a 91 f7 * . . + ld de,(lf793h) ;5bd3 ed 5b 93 f7 . [ . . + exx ;5bd7 d9 . + ld hl,(lf78dh) ;5bd8 2a 8d f7 * . . + ld de,(lf78fh) ;5bdb ed 5b 8f f7 . [ . . + call sub_71c8h ;5bdf cd c8 71 . . q + ld (lf78dh),hl ;5be2 22 8d f7 " . . + ld (lf78fh),de ;5be5 ed 53 8f f7 . S . . + exx ;5be9 d9 . + ld (lf791h),hl ;5bea 22 91 f7 " . . + ld (lf793h),de ;5bed ed 53 93 f7 . S . . + ld hl,(lf769h) ;5bf1 2a 69 f7 * i . + ld de,(lf76bh) ;5bf4 ed 5b 6b f7 . [ k . + exx ;5bf8 d9 . + ld hl,(lf791h) ;5bf9 2a 91 f7 * . . + ld de,(lf793h) ;5bfc ed 5b 93 f7 . [ . . + call sub_6ae3h ;5c00 cd e3 6a . . j + jp z,sub_5bcdh ;5c03 ca cd 5b . . [ + ret ;5c06 c9 . +sub_5c07h: + call sub_5b47h ;5c07 cd 47 5b . G [ + ld hl,(lf789h) ;5c0a 2a 89 f7 * . . + ld de,(lf78bh) ;5c0d ed 5b 8b f7 . [ . . + exx ;5c11 d9 . + ld hl,(lf785h) ;5c12 2a 85 f7 * . . + ld de,(lf787h) ;5c15 ed 5b 87 f7 . [ . . + call sub_71c8h ;5c19 cd c8 71 . . q + ld (lf785h),hl ;5c1c 22 85 f7 " . . + ld (lf787h),de ;5c1f ed 53 87 f7 . S . . + exx ;5c23 d9 . + ld (lf789h),hl ;5c24 22 89 f7 " . . + ld (lf78bh),de ;5c27 ed 53 8b f7 . S . . + ld hl,(lf769h) ;5c2b 2a 69 f7 * i . + ld de,(lf76bh) ;5c2e ed 5b 6b f7 . [ k . + exx ;5c32 d9 . + ld hl,(lf789h) ;5c33 2a 89 f7 * . . + ld de,(lf78bh) ;5c36 ed 5b 8b f7 . [ . . + call sub_6ae3h ;5c3a cd e3 6a . . j + jp z,sub_5c07h ;5c3d ca 07 5c . . \ + ret ;5c40 c9 . +sub_5c41h: + ld bc,lfd65h ;5c41 01 65 fd . e . + ld a,(0f739h) ;5c44 3a 39 f7 : 9 . + call sub_6e49h ;5c47 cd 49 6e . I n + ld (lf775h),hl ;5c4a 22 75 f7 " u . + ld (lf777h),de ;5c4d ed 53 77 f7 . S w . + ld hl,(lf755h) ;5c51 2a 55 f7 * U . + ld de,(lf757h) ;5c54 ed 5b 57 f7 . [ W . + exx ;5c58 d9 . + ld hl,(lf769h) ;5c59 2a 69 f7 * i . + ld de,(lf76bh) ;5c5c ed 5b 6b f7 . [ k . + call sub_6b3dh ;5c60 cd 3d 6b . = k + ld (lf779h),hl ;5c63 22 79 f7 " y . + ld (lf77bh),de ;5c66 ed 53 7b f7 . S { . + ld hl,(lf775h) ;5c6a 2a 75 f7 * u . + ld de,(lf777h) ;5c6d ed 5b 77 f7 . [ w . + exx ;5c71 d9 . + ld hl,(lf779h) ;5c72 2a 79 f7 * y . + ld de,(lf77bh) ;5c75 ed 5b 7b f7 . [ { . + call sub_6b52h ;5c79 cd 52 6b . R k + ld (lf77dh),hl ;5c7c 22 7d f7 " } . + ld (lf77fh),de ;5c7f ed 53 7f f7 . S  . + call c,sub_5b1eh ;5c83 dc 1e 5b . . [ + ld hl,(lf751h) ;5c86 2a 51 f7 * Q . + ld de,(lf753h) ;5c89 ed 5b 53 f7 . [ S . + exx ;5c8d d9 . + ld hl,(lf77dh) ;5c8e 2a 7d f7 * } . + ld de,(lf77fh) ;5c91 ed 5b 7f f7 . [  . + call sub_6b2ah ;5c95 cd 2a 6b . * k + ld (lf76dh),hl ;5c98 22 6d f7 " m . + ld (lf76fh),de ;5c9b ed 53 6f f7 . S o . + ret nc ;5c9f d0 . + call sub_5b1eh ;5ca0 cd 1e 5b . . [ + ret ;5ca3 c9 . +sub_5ca4h: + ld a,(lf73bh) ;5ca4 3a 3b f7 : ; . + and a ;5ca7 a7 . + jr nz,l5cc3h ;5ca8 20 19 . + ld hl,(lf771h) ;5caa 2a 71 f7 * q . + ld de,(lf773h) ;5cad ed 5b 73 f7 . [ s . + exx ;5cb1 d9 . + ld hl,(lf76dh) ;5cb2 2a 6d f7 * m . + ld de,(lf76fh) ;5cb5 ed 5b 6f f7 . [ o . + ld bc,lfed5h ;5cb9 01 d5 fe . . . + ld a,(lf73bh) ;5cbc 3a 3b f7 : ; . + call sub_5703h ;5cbf cd 03 57 . . W + ret ;5cc2 c9 . +l5cc3h: + call sub_5d0ch ;5cc3 cd 0c 5d . . ] + call c,sub_5ce2h ;5cc6 dc e2 5c . . \ + ld hl,(lf771h) ;5cc9 2a 71 f7 * q . + ld de,(lf773h) ;5ccc ed 5b 73 f7 . [ s . + exx ;5cd0 d9 . + ld hl,(lf76dh) ;5cd1 2a 6d f7 * m . + ld de,(lf76fh) ;5cd4 ed 5b 6f f7 . [ o . + ld bc,lfed5h ;5cd8 01 d5 fe . . . + ld a,(lf797h) ;5cdb 3a 97 f7 : . . + call sub_5703h ;5cde cd 03 57 . . W + ret ;5ce1 c9 . +sub_5ce2h: + ld a,(lf797h) ;5ce2 3a 97 f7 : . . + ld l,a ;5ce5 6f o + ld a,(lf73bh) ;5ce6 3a 3b f7 : ; . + sub l ;5ce9 95 . + ld h,000h ;5cea 26 00 & . + ld l,a ;5cec 6f o + add hl,hl ;5ced 29 ) + add hl,hl ;5cee 29 ) + add hl,hl ;5cef 29 ) + push hl ;5cf0 e5 . + ex de,hl ;5cf1 eb . + ld a,(lf797h) ;5cf2 3a 97 f7 : . . + ld h,000h ;5cf5 26 00 & . + ld l,a ;5cf7 6f o + add hl,hl ;5cf8 29 ) + add hl,hl ;5cf9 29 ) + add hl,hl ;5cfa 29 ) + add hl,de ;5cfb 19 . + ld de,lfed5h ;5cfc 11 d5 fe . . . + add hl,de ;5cff 19 . + dec hl ;5d00 2b + + push hl ;5d01 e5 . + ld de,l0008h ;5d02 11 08 00 . . . + add hl,de ;5d05 19 . + ex de,hl ;5d06 eb . + pop hl ;5d07 e1 . + pop bc ;5d08 c1 . + lddr ;5d09 ed b8 . . + ret ;5d0b c9 . +sub_5d0ch: + ld a,000h ;5d0c 3e 00 > . + ld (lf797h),a ;5d0e 32 97 f7 2 . . + ld a,(lf73bh) ;5d11 3a 3b f7 : ; . + ld b,a ;5d14 47 G +l5d15h: + push bc ;5d15 c5 . + ld a,(lf797h) ;5d16 3a 97 f7 : . . + add a,a ;5d19 87 . + ld (lf72eh+2),a ;5d1a 32 30 f7 2 0 . + ld bc,lfed5h ;5d1d 01 d5 fe . . . + ld a,(lf72eh+2) ;5d20 3a 30 f7 : 0 . + call sub_6e49h ;5d23 cd 49 6e . I n + ld (lf781h),hl ;5d26 22 81 f7 " . . + ld (lf783h),de ;5d29 ed 53 83 f7 . S . . + ld hl,(lf76dh) ;5d2d 2a 6d f7 * m . + ld de,(lf76fh) ;5d30 ed 5b 6f f7 . [ o . + exx ;5d34 d9 . + ld hl,(lf781h) ;5d35 2a 81 f7 * . . + ld de,(lf783h) ;5d38 ed 5b 83 f7 . [ . . + call sub_6ae3h ;5d3c cd e3 6a . . j + jp p,l5d4eh ;5d3f f2 4e 5d . N ] + ld a,(lf797h) ;5d42 3a 97 f7 : . . + inc a ;5d45 3c < + ld (lf797h),a ;5d46 32 97 f7 2 . . + pop bc ;5d49 c1 . + djnz l5d15h ;5d4a 10 c9 . . + and a ;5d4c a7 . + ret ;5d4d c9 . +l5d4eh: + pop bc ;5d4e c1 . + scf ;5d4f 37 7 + ret ;5d50 c9 . +sub_5d51h: + ld a,(lf73bh) ;5d51 3a 3b f7 : ; . + sra a ;5d54 cb 2f . / + ld b,a ;5d56 47 G + ld a,(lff15h) ;5d57 3a 15 ff : . . + dec a ;5d5a 3d = + jp z,l5dbah ;5d5b ca ba 5d . . ] + dec a ;5d5e 3d = + jp z,l5de3h ;5d5f ca e3 5d . . ] + jp l5dedh ;5d62 c3 ed 5d . . ] +sub_5d65h: + ld a,0ffh ;5d65 3e ff > . + ld (lf79ah),a ;5d67 32 9a f7 2 . . + ld (lf799h),a ;5d6a 32 99 f7 2 . . + ret ;5d6d c9 . +sub_5d6eh: + ld bc,lfed5h ;5d6e 01 d5 fe . . . + ld a,(lf798h) ;5d71 3a 98 f7 : . . + call sub_56edh ;5d74 cd ed 56 . . V + ld (lf731h),hl ;5d77 22 31 f7 " 1 . + ld (lf733h),de ;5d7a ed 53 33 f7 . S 3 . + exx ;5d7e d9 . + ld (lf733h+2),hl ;5d7f 22 35 f7 " 5 . + ld (lf737h),de ;5d82 ed 53 37 f7 . S 7 . + ld hl,(lf733h+2) ;5d86 2a 35 f7 * 5 . + ld de,(lf737h) ;5d89 ed 5b 37 f7 . [ 7 . + exx ;5d8d d9 . + ld hl,(lf731h) ;5d8e 2a 31 f7 * 1 . + ld de,(lf733h) ;5d91 ed 5b 33 f7 . [ 3 . + call sub_71c8h ;5d95 cd c8 71 . . q + ld (lf731h),hl ;5d98 22 31 f7 " 1 . + ld (lf733h),de ;5d9b ed 53 33 f7 . S 3 . + exx ;5d9f d9 . + ld (lf733h+2),hl ;5da0 22 35 f7 " 5 . + ld (lf737h),de ;5da3 ed 53 37 f7 . S 7 . + ld hl,(lf733h+2) ;5da7 2a 35 f7 * 5 . + ld de,(lf737h) ;5daa ed 5b 37 f7 . [ 7 . + exx ;5dae d9 . + ld hl,(lf731h) ;5daf 2a 31 f7 * 1 . + ld de,(lf733h) ;5db2 ed 5b 33 f7 . [ 3 . + call sub_4f26h ;5db6 cd 26 4f . & O + ret ;5db9 c9 . +l5dbah: + push bc ;5dba c5 . + ld a,0ffh ;5dbb 3e ff > . + call sub_4ef2h ;5dbd cd f2 4e . . N + ld a,(lf799h) ;5dc0 3a 99 f7 : . . + ld d,a ;5dc3 57 W + ld a,(lf73bh) ;5dc4 3a 3b f7 : ; . + ld (lf799h),a ;5dc7 32 99 f7 2 . . + cp d ;5dca ba . + call nz,sub_5dddh ;5dcb c4 dd 5d . . ] + pop bc ;5dce c1 . + ld a,(lf79ah) ;5dcf 3a 9a f7 : . . + neg ;5dd2 ed 44 . D + ld (lf79ah),a ;5dd4 32 9a f7 2 . . + jp m,l5e2bh ;5dd7 fa 2b 5e . + ^ + jp l5e02h ;5dda c3 02 5e . . ^ +sub_5dddh: + ld a,000h ;5ddd 3e 00 > . + call sub_4ef2h ;5ddf cd f2 4e . . N + ret ;5de2 c9 . +l5de3h: + push bc ;5de3 c5 . + ld a,000h ;5de4 3e 00 > . + call sub_4ef2h ;5de6 cd f2 4e . . N + pop bc ;5de9 c1 . + jp l5e2bh ;5dea c3 2b 5e . + ^ +l5dedh: + push bc ;5ded c5 . + ld a,000h ;5dee 3e 00 > . + call sub_4ef2h ;5df0 cd f2 4e . . N + pop bc ;5df3 c1 . + ld a,(lf79ah) ;5df4 3a 9a f7 : . . + neg ;5df7 ed 44 . D + ld (lf79ah),a ;5df9 32 9a f7 2 . . + jp m,l5e2bh ;5dfc fa 2b 5e . + ^ + jp l5e02h ;5dff c3 02 5e . . ^ +l5e02h: + ld a,(lf73bh) ;5e02 3a 3b f7 : ; . + ld (lf798h),a ;5e05 32 98 f7 2 . . +l5e08h: + push bc ;5e08 c5 . +l5e09h: + ld a,(lf798h) ;5e09 3a 98 f7 : . . + dec a ;5e0c 3d = + ld (lf798h),a ;5e0d 32 98 f7 2 . . +l5e10h: + call sub_5d6eh ;5e10 cd 6e 5d . n ] + ld a,(lf798h) ;5e13 3a 98 f7 : . . + dec a ;5e16 3d = + ld (lf798h),a ;5e17 32 98 f7 2 . . + ld a,0ffh ;5e1a 3e ff > . + call sub_4ef2h ;5e1c cd f2 4e . . N + call sub_5d6eh ;5e1f cd 6e 5d . n ] + ld a,000h ;5e22 3e 00 > . + call sub_4ef2h ;5e24 cd f2 4e . . N + pop bc ;5e27 c1 . + djnz l5e08h ;5e28 10 de . . + ret ;5e2a c9 . +l5e2bh: + xor a ;5e2b af . + ld (lf798h),a ;5e2c 32 98 f7 2 . . +l5e2fh: + push bc ;5e2f c5 . +l5e30h: + call sub_5d6eh ;5e30 cd 6e 5d . n ] + ld a,(lf798h) ;5e33 3a 98 f7 : . . + inc a ;5e36 3c < + ld (lf798h),a ;5e37 32 98 f7 2 . . + ld a,0ffh ;5e3a 3e ff > . + call sub_4ef2h ;5e3c cd f2 4e . . N + call sub_5d6eh ;5e3f cd 6e 5d . n ] + ld a,(lf798h) ;5e42 3a 98 f7 : . . + inc a ;5e45 3c < + ld (lf798h),a ;5e46 32 98 f7 2 . . + ld a,000h ;5e49 3e 00 > . + call sub_4ef2h ;5e4b cd f2 4e . . N + pop bc ;5e4e c1 . + djnz l5e2fh ;5e4f 10 de . . + ret ;5e51 c9 . +sub_5e52h: + ld (lf7afh),hl ;5e52 22 af f7 " . . + ld (lf7b1h),de ;5e55 ed 53 b1 f7 . S . . + exx ;5e59 d9 . + ld (lf7b3h),hl ;5e5a 22 b3 f7 " . . + ld (lf7b5h),de ;5e5d ed 53 b5 f7 . S . . + call sub_4f02h ;5e61 cd 02 4f . . O + ld (lf79fh),hl ;5e64 22 9f f7 " . . + ld (lf7a1h),de ;5e67 ed 53 a1 f7 . S . . + exx ;5e6b d9 . + ld (lf7a3h),hl ;5e6c 22 a3 f7 " . . + ld (lf7a5h),de ;5e6f ed 53 a5 f7 . S . . + ld hl,(lf79fh) ;5e73 2a 9f f7 * . . + ld de,(lf7a1h) ;5e76 ed 5b a1 f7 . [ . . + ld (lf7a7h),hl ;5e7a 22 a7 f7 " . . + ld (lf7a9h),de ;5e7d ed 53 a9 f7 . S . . + ld hl,(lf7a3h) ;5e81 2a a3 f7 * . . + ld de,(lf7a5h) ;5e84 ed 5b a5 f7 . [ . . + ld (lf7abh),hl ;5e88 22 ab f7 " . . + ld (lf7adh),de ;5e8b ed 53 ad f7 . S . . + ld hl,(lf7a7h) ;5e8f 2a a7 f7 * . . + ld de,(lf7a9h) ;5e92 ed 5b a9 f7 . [ . . + exx ;5e96 d9 . + ld hl,(lf7afh) ;5e97 2a af f7 * . . + ld de,(lf7b1h) ;5e9a ed 5b b1 f7 . [ . . + call sub_6ae3h ;5e9e cd e3 6a . . j + jp p,l5ec4h ;5ea1 f2 c4 5e . . ^ + ld hl,(lf7afh) ;5ea4 2a af f7 * . . + ld de,(lf7b1h) ;5ea7 ed 5b b1 f7 . [ . . + push hl ;5eab e5 . + push de ;5eac d5 . + ld hl,(lf7a7h) ;5ead 2a a7 f7 * . . + ld de,(lf7a9h) ;5eb0 ed 5b a9 f7 . [ . . + ld (lf7afh),hl ;5eb4 22 af f7 " . . + ld (lf7b1h),de ;5eb7 ed 53 b1 f7 . S . . + pop de ;5ebb d1 . + pop hl ;5ebc e1 . + ld (lf7a7h),hl ;5ebd 22 a7 f7 " . . + ld (lf7a9h),de ;5ec0 ed 53 a9 f7 . S . . +l5ec4h: + ld hl,(lf7abh) ;5ec4 2a ab f7 * . . + ld de,(lf7adh) ;5ec7 ed 5b ad f7 . [ . . + exx ;5ecb d9 . + ld hl,(lf7b3h) ;5ecc 2a b3 f7 * . . + ld de,(lf7b5h) ;5ecf ed 5b b5 f7 . [ . . + call sub_6ae3h ;5ed3 cd e3 6a . . j + jp p,l5ef9h ;5ed6 f2 f9 5e . . ^ + ld hl,(lf7b3h) ;5ed9 2a b3 f7 * . . + ld de,(lf7b5h) ;5edc ed 5b b5 f7 . [ . . + push hl ;5ee0 e5 . + push de ;5ee1 d5 . + ld hl,(lf7abh) ;5ee2 2a ab f7 * . . + ld de,(lf7adh) ;5ee5 ed 5b ad f7 . [ . . + ld (lf7b3h),hl ;5ee9 22 b3 f7 " . . + ld (lf7b5h),de ;5eec ed 53 b5 f7 . S . . + pop de ;5ef0 d1 . + pop hl ;5ef1 e1 . + ld (lf7abh),hl ;5ef2 22 ab f7 " . . + ld (lf7adh),de ;5ef5 ed 53 ad f7 . S . . +l5ef9h: + ld hl,(lff16h) ;5ef9 2a 16 ff * . . + ld de,(lff18h) ;5efc ed 5b 18 ff . [ . . + ld (lf73dh),hl ;5f00 22 3d f7 " = . + ld (lf73fh),de ;5f03 ed 53 3f f7 . S ? . + ld hl,(lf73dh) ;5f07 2a 3d f7 * = . + ld de,(lf73fh) ;5f0a ed 5b 3f f7 . [ ? . + call sub_6abah ;5f0e cd ba 6a . . j + ld de,l00b4h ;5f11 11 b4 00 . . . + ex de,hl ;5f14 eb . +l5f15h: + call sub_6ebfh ;5f15 cd bf 6e . . n + ld a,h ;5f18 7c | + or a ;5f19 b7 . + jp p,l5f21h ;5f1a f2 21 5f . ! _ + ld de,l00b4h ;5f1d 11 b4 00 . . . + add hl,de ;5f20 19 . +l5f21h: + ld (lf73dh),hl ;5f21 22 3d f7 " = . + ld (lf73fh),de ;5f24 ed 53 3f f7 . S ? . + call sub_6538h ;5f28 cd 38 65 . 8 e + ld a,000h ;5f2b 3e 00 > . + call sub_4ee7h ;5f2d cd e7 4e . . N + ld a,000h ;5f30 3e 00 > . + call sub_4ee7h ;5f32 cd e7 4e . . N + call sub_5f5bh ;5f35 cd 5b 5f . [ _ + ld a,(lff15h) ;5f38 3a 15 ff : . . + cp 004h ;5f3b fe 04 . . + ret nz ;5f3d c0 . + ld hl,(lf73dh) ;5f3e 2a 3d f7 * = . + ld de,(lf73fh) ;5f41 ed 5b 3f f7 . [ ? . + ld de,l005ah ;5f45 11 5a 00 . Z . + add hl,de ;5f48 19 . + ld de,l00b4h ;5f49 11 b4 00 . . . + ex de,hl ;5f4c eb . + call sub_6ebfh ;5f4d cd bf 6e . . n + ld (lf73dh),hl ;5f50 22 3d f7 " = . + ld (lf73fh),de ;5f53 ed 53 3f f7 . S ? . + call sub_5f5bh ;5f57 cd 5b 5f . [ _ + ret ;5f5a c9 . +sub_5f5bh: + call sub_606eh ;5f5b cd 6e 60 . n ` + ld hl,(lf7a7h) ;5f5e 2a a7 f7 * . . + ld de,(lf7a9h) ;5f61 ed 5b a9 f7 . [ . . + exx ;5f65 d9 . + ld hl,(lf7afh) ;5f66 2a af f7 * . . + ld de,(lf7b1h) ;5f69 ed 5b b1 f7 . [ . . + call sub_6008h ;5f6d cd 08 60 . . ` + ld (lf7bfh),hl ;5f70 22 bf f7 " . . + ld (lf7c1h),de ;5f73 ed 53 c1 f7 . S . . + exx ;5f77 d9 . + ld (lf7b7h),hl ;5f78 22 b7 f7 " . . + ld (lf7b9h),de ;5f7b ed 53 b9 f7 . S . . + ld hl,(lf7abh) ;5f7f 2a ab f7 * . . + ld de,(lf7adh) ;5f82 ed 5b ad f7 . [ . . + exx ;5f86 d9 . + ld hl,(lf7b3h) ;5f87 2a b3 f7 * . . + ld de,(lf7b5h) ;5f8a ed 5b b5 f7 . [ . . + call sub_6008h ;5f8e cd 08 60 . . ` + ld (lf7c3h),hl ;5f91 22 c3 f7 " . . + ld (lf7c5h),de ;5f94 ed 53 c5 f7 . S . . + exx ;5f98 d9 . + ld (lf7bbh),hl ;5f99 22 bb f7 " . . + ld (lf7bdh),de ;5f9c ed 53 bd f7 . S . . + ld hl,(lf73dh) ;5fa0 2a 3d f7 * = . + ld de,(lf73fh) ;5fa3 ed 5b 3f f7 . [ ? . + ld a,l ;5fa7 7d } + cp 000h ;5fa8 fe 00 . . + jp z,l6097h ;5faa ca 97 60 . . ` + cp 02dh ;5fad fe 2d . - + jp z,l610dh ;5faf ca 0d 61 . . a + cp 05ah ;5fb2 fe 5a . Z + jp z,l6229h ;5fb4 ca 29 62 . ) b + jp l629fh ;5fb7 c3 9f 62 . . b +l5fbah: + ld a,000h ;5fba 3e 00 > . + call sub_4ef2h ;5fbc cd f2 4e . . N + ld hl,(lf7a3h) ;5fbf 2a a3 f7 * . . + ld de,(lf7a5h) ;5fc2 ed 5b a5 f7 . [ . . + exx ;5fc6 d9 . + ld hl,(lf79fh) ;5fc7 2a 9f f7 * . . + ld de,(lf7a1h) ;5fca ed 5b a1 f7 . [ . . + call sub_4f84h ;5fce cd 84 4f . . O + ret ;5fd1 c9 . +sub_5fd2h: + exx ;5fd2 d9 . + bit 7,h ;5fd3 cb 7c . | + exx ;5fd5 d9 . + jp nz,l5fddh ;5fd6 c2 dd 5f . . _ + call sub_6b2ah ;5fd9 cd 2a 6b . * k + ret ;5fdc c9 . +l5fddh: + call sub_6d1dh ;5fdd cd 1d 6d . . m + scf ;5fe0 37 7 + ret z ;5fe1 c8 . + exx ;5fe2 d9 . + call sub_6b44h ;5fe3 cd 44 6b . D k + bit 7,h ;5fe6 cb 7c . | + scf ;5fe8 37 7 + ret nz ;5fe9 c0 . + ccf ;5fea 3f ? + ret ;5feb c9 . +sub_5fech: + exx ;5fec d9 . + bit 7,h ;5fed cb 7c . | + exx ;5fef d9 . + jp nz,l5ff7h ;5ff0 c2 f7 5f . . _ + call sub_6b3dh ;5ff3 cd 3d 6b . = k + ret ;5ff6 c9 . +l5ff7h: + bit 7,h ;5ff7 cb 7c . | + scf ;5ff9 37 7 + ret z ;5ffa c8 . + exx ;5ffb d9 . + call sub_6b44h ;5ffc cd 44 6b . D k + bit 7,h ;5fff cb 7c . | + scf ;6001 37 7 + ret nz ;6002 c0 . + call sub_6d20h ;6003 cd 20 6d . m + or a ;6006 b7 . + ret ;6007 c9 . +sub_6008h: + ld (lf7c7h),hl ;6008 22 c7 f7 " . . + ld (lf7c9h),de ;600b ed 53 c9 f7 . S . . + exx ;600f d9 . + ld (lf7cbh),hl ;6010 22 cb f7 " . . + ld (lf7cdh),de ;6013 ed 53 cd f7 . S . . + exx ;6017 d9 . + call sub_6b3dh ;6018 cd 3d 6b . = k + jp c,l6044h ;601b da 44 60 . D ` + call sub_6e40h ;601e cd 40 6e . @ n + push hl ;6021 e5 . + push de ;6022 d5 . + exx ;6023 d9 . + ld hl,(lf79bh) ;6024 2a 9b f7 * . . + ld de,(lf79dh) ;6027 ed 5b 9d f7 . [ . . + call sub_6ae3h ;602b cd e3 6a . . j + pop de ;602e d1 . + pop hl ;602f e1 . + jp m,l6044h ;6030 fa 44 60 . D ` + exx ;6033 d9 . + ld hl,(lf7cbh) ;6034 2a cb f7 * . . + ld de,(lf7cdh) ;6037 ed 5b cd f7 . [ . . + call sub_6b2ah ;603b cd 2a 6b . * k + push hl ;603e e5 . + push de ;603f d5 . + exx ;6040 d9 . + pop de ;6041 d1 . + pop hl ;6042 e1 . + ret ;6043 c9 . +l6044h: + ld hl,(lf79bh) ;6044 2a 9b f7 * . . + ld de,(lf79dh) ;6047 ed 5b 9d f7 . [ . . + exx ;604b d9 . + ld hl,(lf7c7h) ;604c 2a c7 f7 * . . + ld de,(lf7c9h) ;604f ed 5b c9 f7 . [ . . + call sub_6b3dh ;6053 cd 3d 6b . = k + push hl ;6056 e5 . + push de ;6057 d5 . + ld hl,(lf79bh) ;6058 2a 9b f7 * . . + ld de,(lf79dh) ;605b ed 5b 9d f7 . [ . . + exx ;605f d9 . + ld hl,(lf7cbh) ;6060 2a cb f7 * . . + ld de,(lf7cdh) ;6063 ed 5b cd f7 . [ . . + call sub_6b2ah ;6067 cd 2a 6b . * k + exx ;606a d9 . + pop de ;606b d1 . + pop hl ;606c e1 . + ret ;606d c9 . +sub_606eh: + call sub_3b2dh ;606e cd 2d 3b . - ; + or a ;6071 b7 . + ld de,l0028h ;6072 11 28 00 . ( . + sbc hl,de ;6075 ed 52 . R + jr z,l6088h ;6077 28 0f ( . + ld hl,(l6a57h+2) ;6079 2a 59 6a * Y j + ld de,(l6a5bh) ;607c ed 5b 5b 6a . [ [ j + ld (lf79bh),hl ;6080 22 9b f7 " . . + ld (lf79dh),de ;6083 ed 53 9d f7 . S . . + ret ;6087 c9 . +l6088h: + ld hl,(l6a65h) ;6088 2a 65 6a * e j + ld de,(l6a67h) ;608b ed 5b 67 6a . [ g j + ld (lf79bh),hl ;608f 22 9b f7 " . . + ld (lf79dh),de ;6092 ed 53 9d f7 . S . . + ret ;6096 c9 . +l6097h: + xor a ;6097 af . + ld (lf7dfh),a ;6098 32 df f7 2 . . + ld hl,(lf7b7h) ;609b 2a b7 f7 * . . + ld de,(lf7b9h) ;609e ed 5b b9 f7 . [ . . + ld (lf751h),hl ;60a2 22 51 f7 " Q . + ld (lf753h),de ;60a5 ed 53 53 f7 . S S . + ld hl,(lf7bfh) ;60a9 2a bf f7 * . . + ld de,(lf7c1h) ;60ac ed 5b c1 f7 . [ . . + ld (lf759h),hl ;60b0 22 59 f7 " Y . + ld (lf75bh),de ;60b3 ed 53 5b f7 . S [ . + ld hl,(lf7abh) ;60b7 2a ab f7 * . . + ld de,(lf7adh) ;60ba ed 5b ad f7 . [ . . + ld (lf755h),hl ;60be 22 55 f7 " U . + ld (lf757h),de ;60c1 ed 53 57 f7 . S W . +l60c5h: + ld hl,(lf7cfh) ;60c5 2a cf f7 * . . + ld de,(lf7d1h) ;60c8 ed 5b d1 f7 . [ . . + exx ;60cc d9 . + ld hl,(lf755h) ;60cd 2a 55 f7 * U . + ld de,(lf757h) ;60d0 ed 5b 57 f7 . [ W . + call sub_6b2ah ;60d4 cd 2a 6b . * k + ld (lf755h),hl ;60d7 22 55 f7 " U . + ld (lf757h),de ;60da ed 53 57 f7 . S W . + jp pe,l5fbah ;60de ea ba 5f . . _ + ld hl,(lf7b3h) ;60e1 2a b3 f7 * . . + ld de,(lf7b5h) ;60e4 ed 5b b5 f7 . [ . . + exx ;60e8 d9 . + ld hl,(lf755h) ;60e9 2a 55 f7 * U . + ld de,(lf757h) ;60ec ed 5b 57 f7 . [ W . + call sub_6ae3h ;60f0 cd e3 6a . . j + jp p,l5fbah ;60f3 f2 ba 5f . . _ + ld hl,(lf755h) ;60f6 2a 55 f7 * U . + ld de,(lf757h) ;60f9 ed 5b 57 f7 . [ W . + ld (lf75dh),hl ;60fd 22 5d f7 " ] . + ld (lf75fh),de ;6100 ed 53 5f f7 . S _ . + call sub_6492h ;6104 cd 92 64 . . d + call sub_652eh ;6107 cd 2e 65 . . e + jp l60c5h ;610a c3 c5 60 . . ` +l610dh: + xor a ;610d af . + ld (lf7dfh),a ;610e 32 df f7 2 . . + ld hl,(lf7bfh) ;6111 2a bf f7 * . . + ld de,(lf7c1h) ;6114 ed 5b c1 f7 . [ . . + ld (lf751h),hl ;6118 22 51 f7 " Q . + ld (lf753h),de ;611b ed 53 53 f7 . S S . + ld hl,(lf7bfh) ;611f 2a bf f7 * . . + ld de,(lf7c1h) ;6122 ed 5b c1 f7 . [ . . + ld (lf759h),hl ;6126 22 59 f7 " Y . + ld (lf75bh),de ;6129 ed 53 5b f7 . S [ . + ld hl,(lf7bbh) ;612d 2a bb f7 * . . + ld de,(lf7bdh) ;6130 ed 5b bd f7 . [ . . + ld (lf755h),hl ;6134 22 55 f7 " U . + ld (lf757h),de ;6137 ed 53 57 f7 . S W . + ld hl,(lf7bbh) ;613b 2a bb f7 * . . + ld de,(lf7bdh) ;613e ed 5b bd f7 . [ . . + ld (lf75dh),hl ;6142 22 5d f7 " ] . + ld (lf75fh),de ;6145 ed 53 5f f7 . S _ . +l6149h: + call sub_6158h ;6149 cd 58 61 . X a + jp c,l5fbah ;614c da ba 5f . . _ + call sub_6492h ;614f cd 92 64 . . d + call sub_652eh ;6152 cd 2e 65 . . e + jp l6149h ;6155 c3 49 61 . I a +sub_6158h: + ld hl,(lf7b7h) ;6158 2a b7 f7 * . . + ld de,(lf7b9h) ;615b ed 5b b9 f7 . [ . . + exx ;615f d9 . + ld hl,(lf751h) ;6160 2a 51 f7 * Q . + ld de,(lf753h) ;6163 ed 5b 53 f7 . [ S . + call sub_6ae3h ;6167 cd e3 6a . . j + jp nz,l618ah ;616a c2 8a 61 . . a + ld hl,(lf7cfh) ;616d 2a cf f7 * . . + ld de,(lf7d1h) ;6170 ed 5b d1 f7 . [ . . + exx ;6174 d9 . + ld hl,(lf755h) ;6175 2a 55 f7 * U . + ld de,(lf757h) ;6178 ed 5b 57 f7 . [ W . + call sub_5fd2h ;617c cd d2 5f . . _ + ld (lf755h),hl ;617f 22 55 f7 " U . + ld (lf757h),de ;6182 ed 53 57 f7 . S W . + ret c ;6186 d8 . + jp l61b8h ;6187 c3 b8 61 . . a +l618ah: + ld hl,(lf7b7h) ;618a 2a b7 f7 * . . + ld de,(lf7b9h) ;618d ed 5b b9 f7 . [ . . + exx ;6191 d9 . + ld hl,(lf751h) ;6192 2a 51 f7 * Q . + ld de,(lf753h) ;6195 ed 5b 53 f7 . [ S . + call sub_642bh ;6199 cd 2b 64 . + d + ld (lf751h),hl ;619c 22 51 f7 " Q . + ld (lf753h),de ;619f ed 53 53 f7 . S S . + jp nc,l61cch ;61a3 d2 cc 61 . . a + ld hl,(lf755h) ;61a6 2a 55 f7 * U . + ld de,(lf757h) ;61a9 ed 5b 57 f7 . [ W . + call sub_5fd2h ;61ad cd d2 5f . . _ + ret c ;61b0 d8 . + ld (lf755h),hl ;61b1 22 55 f7 " U . + ld (lf757h),de ;61b4 ed 53 57 f7 . S W . +l61b8h: + ld hl,(lf7c3h) ;61b8 2a c3 f7 * . . + ld de,(lf7c5h) ;61bb ed 5b c5 f7 . [ . . + exx ;61bf d9 . + ld hl,(lf755h) ;61c0 2a 55 f7 * U . + ld de,(lf757h) ;61c3 ed 5b 57 f7 . [ W . + call sub_6ae3h ;61c7 cd e3 6a . . j + scf ;61ca 37 7 + ret p ;61cb f0 . +l61cch: + ld hl,(lf7c3h) ;61cc 2a c3 f7 * . . + ld de,(lf7c5h) ;61cf ed 5b c5 f7 . [ . . + exx ;61d3 d9 . + ld hl,(lf75dh) ;61d4 2a 5d f7 * ] . + ld de,(lf75fh) ;61d7 ed 5b 5f f7 . [ _ . + call sub_6ae3h ;61db cd e3 6a . . j + jp nz,l61fch ;61de c2 fc 61 . . a + ld hl,(lf7cfh) ;61e1 2a cf f7 * . . + ld de,(lf7d1h) ;61e4 ed 5b d1 f7 . [ . . + exx ;61e8 d9 . + ld hl,(lf759h) ;61e9 2a 59 f7 * Y . + ld de,(lf75bh) ;61ec ed 5b 5b f7 . [ [ . + call sub_5fech ;61f0 cd ec 5f . . _ + ld (lf759h),hl ;61f3 22 59 f7 " Y . + ld (lf75bh),de ;61f6 ed 53 5b f7 . S [ . + or a ;61fa b7 . + ret ;61fb c9 . +l61fch: + ld hl,(lf7c3h) ;61fc 2a c3 f7 * . . + ld de,(lf7c5h) ;61ff ed 5b c5 f7 . [ . . + exx ;6203 d9 . + ld hl,(lf75dh) ;6204 2a 5d f7 * ] . + ld de,(lf75fh) ;6207 ed 5b 5f f7 . [ _ . + call sub_63bbh ;620b cd bb 63 . . c + ld (lf75dh),hl ;620e 22 5d f7 " ] . + ld (lf75fh),de ;6211 ed 53 5f f7 . S _ . + ret nc ;6215 d0 . + ld hl,(lf759h) ;6216 2a 59 f7 * Y . + ld de,(lf75bh) ;6219 ed 5b 5b f7 . [ [ . + call sub_5fech ;621d cd ec 5f . . _ + ld (lf759h),hl ;6220 22 59 f7 " Y . + ld (lf75bh),de ;6223 ed 53 5b f7 . S [ . + or a ;6227 b7 . + ret ;6228 c9 . +l6229h: + xor a ;6229 af . + ld (lf7dfh),a ;622a 32 df f7 2 . . + ld hl,(lf7bbh) ;622d 2a bb f7 * . . + ld de,(lf7bdh) ;6230 ed 5b bd f7 . [ . . + ld (lf755h),hl ;6234 22 55 f7 " U . + ld (lf757h),de ;6237 ed 53 57 f7 . S W . + ld hl,(lf7c3h) ;623b 2a c3 f7 * . . + ld de,(lf7c5h) ;623e ed 5b c5 f7 . [ . . + ld (lf75dh),hl ;6242 22 5d f7 " ] . + ld (lf75fh),de ;6245 ed 53 5f f7 . S _ . + ld hl,(lf7afh) ;6249 2a af f7 * . . + ld de,(lf7b1h) ;624c ed 5b b1 f7 . [ . . + ld (lf751h),hl ;6250 22 51 f7 " Q . + ld (lf753h),de ;6253 ed 53 53 f7 . S S . +l6257h: + ld hl,(lf7cfh) ;6257 2a cf f7 * . . + ld de,(lf7d1h) ;625a ed 5b d1 f7 . [ . . + exx ;625e d9 . + ld hl,(lf751h) ;625f 2a 51 f7 * Q . + ld de,(lf753h) ;6262 ed 5b 53 f7 . [ S . + call sub_6b3dh ;6266 cd 3d 6b . = k + ld (lf751h),hl ;6269 22 51 f7 " Q . + ld (lf753h),de ;626c ed 53 53 f7 . S S . + jp pe,l5fbah ;6270 ea ba 5f . . _ + ld hl,(lf751h) ;6273 2a 51 f7 * Q . + ld de,(lf753h) ;6276 ed 5b 53 f7 . [ S . + exx ;627a d9 . + ld hl,(lf7a7h) ;627b 2a a7 f7 * . . + ld de,(lf7a9h) ;627e ed 5b a9 f7 . [ . . + call sub_6ae3h ;6282 cd e3 6a . . j + jp p,l5fbah ;6285 f2 ba 5f . . _ + ld hl,(lf751h) ;6288 2a 51 f7 * Q . + ld de,(lf753h) ;628b ed 5b 53 f7 . [ S . + ld (lf759h),hl ;628f 22 59 f7 " Y . + ld (lf75bh),de ;6292 ed 53 5b f7 . S [ . + call sub_6492h ;6296 cd 92 64 . . d + call sub_652eh ;6299 cd 2e 65 . . e + jp l6257h ;629c c3 57 62 . W b +l629fh: + xor a ;629f af . + ld (lf7dfh),a ;62a0 32 df f7 2 . . + ld hl,(lf7b7h) ;62a3 2a b7 f7 * . . + ld de,(lf7b9h) ;62a6 ed 5b b9 f7 . [ . . + ld (lf751h),hl ;62aa 22 51 f7 " Q . + ld (lf753h),de ;62ad ed 53 53 f7 . S S . + ld hl,(lf7b7h) ;62b1 2a b7 f7 * . . + ld de,(lf7b9h) ;62b4 ed 5b b9 f7 . [ . . + ld (lf759h),hl ;62b8 22 59 f7 " Y . + ld (lf75bh),de ;62bb ed 53 5b f7 . S [ . + ld hl,(lf7bbh) ;62bf 2a bb f7 * . . + ld de,(lf7bdh) ;62c2 ed 5b bd f7 . [ . . + ld (lf755h),hl ;62c6 22 55 f7 " U . + ld (lf757h),de ;62c9 ed 53 57 f7 . S W . + ld hl,(lf7bbh) ;62cd 2a bb f7 * . . + ld de,(lf7bdh) ;62d0 ed 5b bd f7 . [ . . + ld (lf75dh),hl ;62d4 22 5d f7 " ] . + ld (lf75fh),de ;62d7 ed 53 5f f7 . S _ . +l62dbh: + call sub_62eah ;62db cd ea 62 . . b + jp c,l5fbah ;62de da ba 5f . . _ + call sub_6492h ;62e1 cd 92 64 . . d + call sub_652eh ;62e4 cd 2e 65 . . e + jp l62dbh ;62e7 c3 db 62 . . b +sub_62eah: + ld hl,(lf7c3h) ;62ea 2a c3 f7 * . . + ld de,(lf7c5h) ;62ed ed 5b c5 f7 . [ . . + exx ;62f1 d9 . + ld hl,(lf755h) ;62f2 2a 55 f7 * U . + ld de,(lf757h) ;62f5 ed 5b 57 f7 . [ W . + call sub_6ae3h ;62f9 cd e3 6a . . j + jp nz,l631ch ;62fc c2 1c 63 . . c + ld hl,(lf7cfh) ;62ff 2a cf f7 * . . + ld de,(lf7d1h) ;6302 ed 5b d1 f7 . [ . . + exx ;6306 d9 . + ld hl,(lf751h) ;6307 2a 51 f7 * Q . + ld de,(lf753h) ;630a ed 5b 53 f7 . [ S . + call sub_5fd2h ;630e cd d2 5f . . _ + ld (lf751h),hl ;6311 22 51 f7 " Q . + ld (lf753h),de ;6314 ed 53 53 f7 . S S . + ret c ;6318 d8 . + jp l634ah ;6319 c3 4a 63 . J c +l631ch: + ld hl,(lf7c3h) ;631c 2a c3 f7 * . . + ld de,(lf7c5h) ;631f ed 5b c5 f7 . [ . . + exx ;6323 d9 . + ld hl,(lf755h) ;6324 2a 55 f7 * U . + ld de,(lf757h) ;6327 ed 5b 57 f7 . [ W . + call sub_63bbh ;632b cd bb 63 . . c + ld (lf755h),hl ;632e 22 55 f7 " U . + ld (lf757h),de ;6331 ed 53 57 f7 . S W . + jp nc,l635eh ;6335 d2 5e 63 . ^ c + ld hl,(lf751h) ;6338 2a 51 f7 * Q . + ld de,(lf753h) ;633b ed 5b 53 f7 . [ S . + call sub_5fd2h ;633f cd d2 5f . . _ + ret c ;6342 d8 . + ld (lf751h),hl ;6343 22 51 f7 " Q . + ld (lf753h),de ;6346 ed 53 53 f7 . S S . +l634ah: + ld hl,(lf7bfh) ;634a 2a bf f7 * . . + ld de,(lf7c1h) ;634d ed 5b c1 f7 . [ . . + exx ;6351 d9 . + ld hl,(lf751h) ;6352 2a 51 f7 * Q . + ld de,(lf753h) ;6355 ed 5b 53 f7 . [ S . + call sub_6ae3h ;6359 cd e3 6a . . j + scf ;635c 37 7 + ret p ;635d f0 . +l635eh: + ld hl,(lf7bfh) ;635e 2a bf f7 * . . + ld de,(lf7c1h) ;6361 ed 5b c1 f7 . [ . . + exx ;6365 d9 . + ld hl,(lf759h) ;6366 2a 59 f7 * Y . + ld de,(lf75bh) ;6369 ed 5b 5b f7 . [ [ . + call sub_6ae3h ;636d cd e3 6a . . j + jp nz,l638eh ;6370 c2 8e 63 . . c + ld hl,(lf7cfh) ;6373 2a cf f7 * . . + ld de,(lf7d1h) ;6376 ed 5b d1 f7 . [ . . + exx ;637a d9 . + ld hl,(lf75dh) ;637b 2a 5d f7 * ] . + ld de,(lf75fh) ;637e ed 5b 5f f7 . [ _ . + call sub_5fd2h ;6382 cd d2 5f . . _ + ld (lf75dh),hl ;6385 22 5d f7 " ] . + ld (lf75fh),de ;6388 ed 53 5f f7 . S _ . + or a ;638c b7 . + ret ;638d c9 . +l638eh: + ld hl,(lf7bfh) ;638e 2a bf f7 * . . + ld de,(lf7c1h) ;6391 ed 5b c1 f7 . [ . . + exx ;6395 d9 . + ld hl,(lf759h) ;6396 2a 59 f7 * Y . + ld de,(lf75bh) ;6399 ed 5b 5b f7 . [ [ . + call sub_63bbh ;639d cd bb 63 . . c + ld (lf759h),hl ;63a0 22 59 f7 " Y . + ld (lf75bh),de ;63a3 ed 53 5b f7 . S [ . + ret nc ;63a7 d0 . + ld hl,(lf75dh) ;63a8 2a 5d f7 * ] . + ld de,(lf75fh) ;63ab ed 5b 5f f7 . [ _ . + call sub_5fd2h ;63af cd d2 5f . . _ + ld (lf75dh),hl ;63b2 22 5d f7 " ] . + ld (lf75fh),de ;63b5 ed 53 5f f7 . S _ . + or a ;63b9 b7 . + ret ;63ba c9 . +sub_63bbh: + ld (lf7d7h),hl ;63bb 22 d7 f7 " . . + ld (lf7d9h),de ;63be ed 53 d9 f7 . S . . + exx ;63c2 d9 . + ld (lf7dbh),hl ;63c3 22 db f7 " . . + ld (lf7ddh),de ;63c6 ed 53 dd f7 . S . . + ld hl,(lf7cfh) ;63ca 2a cf f7 * . . + ld de,(lf7d1h) ;63cd ed 5b d1 f7 . [ . . + exx ;63d1 d9 . + ld hl,(lf7d7h) ;63d2 2a d7 f7 * . . + ld de,(lf7d9h) ;63d5 ed 5b d9 f7 . [ . . + call sub_5fd2h ;63d9 cd d2 5f . . _ + ld (lf7d3h),hl ;63dc 22 d3 f7 " . . + ld (lf7d5h),de ;63df ed 53 d5 f7 . S . . + jp c,l63fbh ;63e3 da fb 63 . . c + ld hl,(lf7d3h) ;63e6 2a d3 f7 * . . + ld de,(lf7d5h) ;63e9 ed 5b d5 f7 . [ . . + exx ;63ed d9 . + ld hl,(lf7dbh) ;63ee 2a db f7 * . . + ld de,(lf7ddh) ;63f1 ed 5b dd f7 . [ . . + call sub_6ae3h ;63f5 cd e3 6a . . j + jp p,l6422h ;63f8 f2 22 64 . " d +l63fbh: + ld hl,(lf7d7h) ;63fb 2a d7 f7 * . . + ld de,(lf7d9h) ;63fe ed 5b d9 f7 . [ . . + exx ;6402 d9 . + ld hl,(lf7dbh) ;6403 2a db f7 * . . + ld de,(lf7ddh) ;6406 ed 5b dd f7 . [ . . + call sub_6b44h ;640a cd 44 6b . D k +l640dh: + exx ;640d d9 . + ld hl,(lf7cfh) ;640e 2a cf f7 * . . + ld de,(lf7d1h) ;6411 ed 5b d1 f7 . [ . . + call sub_6480h ;6415 cd 80 64 . . d + exx ;6418 d9 . + ld hl,(lf7dbh) ;6419 2a db f7 * . . + ld de,(lf7ddh) ;641c ed 5b dd f7 . [ . . + scf ;6420 37 7 + ret ;6421 c9 . +l6422h: + ld hl,(lf7d3h) ;6422 2a d3 f7 * . . + ld de,(lf7d5h) ;6425 ed 5b d5 f7 . [ . . + or a ;6429 b7 . + ret ;642a c9 . +sub_642bh: + ld (lf7d7h),hl ;642b 22 d7 f7 " . . + ld (lf7d9h),de ;642e ed 53 d9 f7 . S . . + exx ;6432 d9 . + ld (lf7dbh),hl ;6433 22 db f7 " . . + ld (lf7ddh),de ;6436 ed 53 dd f7 . S . . + ld hl,(lf7cfh) ;643a 2a cf f7 * . . + ld de,(lf7d1h) ;643d ed 5b d1 f7 . [ . . + exx ;6441 d9 . + ld hl,(lf7d7h) ;6442 2a d7 f7 * . . + ld de,(lf7d9h) ;6445 ed 5b d9 f7 . [ . . + call sub_5fech ;6449 cd ec 5f . . _ + ld (lf7d3h),hl ;644c 22 d3 f7 " . . + ld (lf7d5h),de ;644f ed 53 d5 f7 . S . . + jp c,l646bh ;6453 da 6b 64 . k d + ld hl,(lf7dbh) ;6456 2a db f7 * . . + ld de,(lf7ddh) ;6459 ed 5b dd f7 . [ . . + exx ;645d d9 . + ld hl,(lf7d3h) ;645e 2a d3 f7 * . . + ld de,(lf7d5h) ;6461 ed 5b d5 f7 . [ . . + call sub_6ae3h ;6465 cd e3 6a . . j + jp p,l6422h ;6468 f2 22 64 . " d +l646bh: + ld hl,(lf7dbh) ;646b 2a db f7 * . . + ld de,(lf7ddh) ;646e ed 5b dd f7 . [ . . + exx ;6472 d9 . + ld hl,(lf7d7h) ;6473 2a d7 f7 * . . + ld de,(lf7d9h) ;6476 ed 5b d9 f7 . [ . . + call sub_6b44h ;647a cd 44 6b . D k + jp l640dh ;647d c3 0d 64 . . d +sub_6480h: + ld a,h ;6480 7c | + exx ;6481 d9 . + xor h ;6482 ac . + jp m,l648bh ;6483 fa 8b 64 . . d + exx ;6486 d9 . + call sub_6b3dh ;6487 cd 3d 6b . = k + ret ;648a c9 . +l648bh: + call sub_6d20h ;648b cd 20 6d . m + call sub_6b31h ;648e cd 31 6b . 1 k + ret ;6491 c9 . +sub_6492h: + ld a,(lff15h) ;6492 3a 15 ff : . . + cp 001h ;6495 fe 01 . . + jp z,l64d4h ;6497 ca d4 64 . . d + cp 002h ;649a fe 02 . . + jp z,l64ffh ;649c ca ff 64 . . d + ld a,(lf7dfh) ;649f 3a df f7 : . . + and a ;64a2 a7 . + jr z,l64ffh ;64a3 28 5a ( Z + ld a,000h ;64a5 3e 00 > . + call sub_4ef2h ;64a7 cd f2 4e . . N + ld hl,(lf755h) ;64aa 2a 55 f7 * U . + ld de,(lf757h) ;64ad ed 5b 57 f7 . [ W . + exx ;64b1 d9 . + ld hl,(lf751h) ;64b2 2a 51 f7 * Q . + ld de,(lf753h) ;64b5 ed 5b 53 f7 . [ S . + call sub_4f9dh ;64b9 cd 9d 4f . . O + ld a,0ffh ;64bc 3e ff > . + call sub_4ef2h ;64be cd f2 4e . . N + ld hl,(lf75dh) ;64c1 2a 5d f7 * ] . + ld de,(lf75fh) ;64c4 ed 5b 5f f7 . [ _ . + exx ;64c8 d9 . + ld hl,(lf759h) ;64c9 2a 59 f7 * Y . + ld de,(lf75bh) ;64cc ed 5b 5b f7 . [ [ . + call sub_4f9dh ;64d0 cd 9d 4f . . O + ret ;64d3 c9 . +l64d4h: + ld a,(lf7dfh) ;64d4 3a df f7 : . . + and a ;64d7 a7 . + jr z,l6504h ;64d8 28 2a ( * + ld hl,(lf755h) ;64da 2a 55 f7 * U . + ld de,(lf757h) ;64dd ed 5b 57 f7 . [ W . + exx ;64e1 d9 . + ld hl,(lf751h) ;64e2 2a 51 f7 * Q . + ld de,(lf753h) ;64e5 ed 5b 53 f7 . [ S . + call sub_4f9dh ;64e9 cd 9d 4f . . O + ld hl,(lf75dh) ;64ec 2a 5d f7 * ] . + ld de,(lf75fh) ;64ef ed 5b 5f f7 . [ _ . + exx ;64f3 d9 . + ld hl,(lf759h) ;64f4 2a 59 f7 * Y . + ld de,(lf75bh) ;64f7 ed 5b 5b f7 . [ [ . + call sub_4f9dh ;64fb cd 9d 4f . . O + ret ;64fe c9 . +l64ffh: + ld a,000h ;64ff 3e 00 > . + call sub_4ef2h ;6501 cd f2 4e . . N +l6504h: + ld hl,(lf75dh) ;6504 2a 5d f7 * ] . + ld de,(lf75fh) ;6507 ed 5b 5f f7 . [ _ . + exx ;650b d9 . + ld hl,(lf759h) ;650c 2a 59 f7 * Y . + ld de,(lf75bh) ;650f ed 5b 5b f7 . [ [ . + call sub_4f9dh ;6513 cd 9d 4f . . O + ld a,0ffh ;6516 3e ff > . + call sub_4ef2h ;6518 cd f2 4e . . N + ld hl,(lf755h) ;651b 2a 55 f7 * U . + ld de,(lf757h) ;651e ed 5b 57 f7 . [ W . + exx ;6522 d9 . + ld hl,(lf751h) ;6523 2a 51 f7 * Q . + ld de,(lf753h) ;6526 ed 5b 53 f7 . [ S . + call sub_4f9dh ;652a cd 9d 4f . . O + ret ;652d c9 . +sub_652eh: + ld a,(lf7dfh) ;652e 3a df f7 : . . + inc a ;6531 3c < + and 001h ;6532 e6 01 . . + ld (lf7dfh),a ;6534 32 df f7 2 . . + ret ;6537 c9 . +sub_6538h: + ld hl,(lff1ah) ;6538 2a 1a ff * . . + ld de,(lff1ch) ;653b ed 5b 1c ff . [ . . +l653fh: + ld (lf7cfh),hl ;653f 22 cf f7 " . . + ld (lf7d1h),de ;6542 ed 53 d1 f7 . S . . + ld hl,(l6a49h) ;6546 2a 49 6a * I j + ld de,(l6a4bh) ;6549 ed 5b 4b 6a . [ K j + exx ;654d d9 . + ld hl,(lf73dh) ;654e 2a 3d f7 * = . + ld de,(lf73fh) ;6551 ed 5b 3f f7 . [ ? . + call sub_6ae3h ;6555 cd e3 6a . . j + ret z ;6558 c8 . + ld hl,(l6a99h) ;6559 2a 99 6a * . j + ld de,(l6a9bh) ;655c ed 5b 9b 6a . [ . j + exx ;6560 d9 . + ld hl,(lf73dh) ;6561 2a 3d f7 * = . + ld de,(lf73fh) ;6564 ed 5b 3f f7 . [ ? . + call sub_6ae3h ;6568 cd e3 6a . . j + ret z ;656b c8 . + ld hl,(l6a61h) ;656c 2a 61 6a * a j + ld de,(l6a61h+2) ;656f ed 5b 63 6a . [ c j + exx ;6573 d9 . + ld hl,(lf7cfh) ;6574 2a cf f7 * . . + ld de,(lf7d1h) ;6577 ed 5b d1 f7 . [ . . + call sub_6b72h ;657b cd 72 6b . r k + ld (lf7cfh),hl ;657e 22 cf f7 " . . + ld (lf7d1h),de ;6581 ed 53 d1 f7 . S . . + ret ;6585 c9 . +sub_6586h: + ld hl,lf7e8h ;6586 21 e8 f7 ! . . + ld de,lf7e0h ;6589 11 e0 f7 . . . + ld bc,l0008h ;658c 01 08 00 . . . + ldir ;658f ed b0 . . + ret ;6591 c9 . +sub_6592h: + ld hl,lf7e0h ;6592 21 e0 f7 ! . . + ld de,lf7e8h ;6595 11 e8 f7 . . . + ld bc,l0008h ;6598 01 08 00 . . . + ldir ;659b ed b0 . . + ld hl,0f528h ;659d 21 28 f5 ! ( . + ld de,lf7e0h ;65a0 11 e0 f7 . . . + ld bc,l0008h ;65a3 01 08 00 . . . + ldir ;65a6 ed b0 . . + ret ;65a8 c9 . +sub_65a9h: + ld (lf7e0h),hl ;65a9 22 e0 f7 " . . + ld (lf7e2h),de ;65ac ed 53 e2 f7 . S . . + exx ;65b0 d9 . + ld (lf7e4h),hl ;65b1 22 e4 f7 " . . + ld (lf7e6h),de ;65b4 ed 53 e6 f7 . S . . + ret ;65b8 c9 . +sub_65b9h: + ld hl,(lf7e4h) ;65b9 2a e4 f7 * . . + ld de,(lf7e6h) ;65bc ed 5b e6 f7 . [ . . + exx ;65c0 d9 . + ld hl,(lf7e0h) ;65c1 2a e0 f7 * . . + ld de,(lf7e2h) ;65c4 ed 5b e2 f7 . [ . . + ret ;65c8 c9 . +sub_65c9h: + ld hl,(lf6d9h) ;65c9 2a d9 f6 * . . + ld de,(lf6d5h) ;65cc ed 5b d5 f6 . [ . . + call sub_65eah ;65d0 cd ea 65 . . e + ld (lf7f8h),hl ;65d3 22 f8 f7 " . . + ld (lf7fch),a ;65d6 32 fc f7 2 . . + ld hl,(0f6dbh) ;65d9 2a db f6 * . . + ld de,(lf6d7h) ;65dc ed 5b d7 f6 . [ . . + call sub_65eah ;65e0 cd ea 65 . . e + ld (sub_f7fah),hl ;65e3 22 fa f7 " . . + ld (lf7fdh),a ;65e6 32 fd f7 2 . . + ret ;65e9 c9 . +sub_65eah: + or a ;65ea b7 . + sbc hl,de ;65eb ed 52 . R + jp pe,l65f6h ;65ed ea f6 65 . . e + jp m,l65fbh ;65f0 fa fb 65 . . e + ld a,001h ;65f3 3e 01 > . + ret ;65f5 c9 . +l65f6h: + ld a,d ;65f6 7a z + or a ;65f7 b7 . + ld a,001h ;65f8 3e 01 > . + ret m ;65fa f8 . +l65fbh: + ex de,hl ;65fb eb . + ld hl,l0000h ;65fc 21 00 00 ! . . + and a ;65ff a7 . + sbc hl,de ;6600 ed 52 . R + ld a,0ffh ;6602 3e ff > . + ret ;6604 c9 . +sub_6605h: + ld de,(lf7f8h) ;6605 ed 5b f8 f7 . [ . . + ld bc,(sub_f7fah) ;6609 ed 4b fa f7 . K . . + ld hl,l0000h ;660d 21 00 00 ! . . + call sub_6f17h ;6610 cd 17 6f . . o + call sub_6636h ;6613 cd 36 66 . 6 f + ld (lf7f4h),hl ;6616 22 f4 f7 " . . + ld (lf7f6h),de ;6619 ed 53 f6 f7 . S . . + ld de,(sub_f7fah) ;661d ed 5b fa f7 . [ . . + ld bc,(lf7f8h) ;6621 ed 4b f8 f7 . K . . + ld hl,l0000h ;6625 21 00 00 ! . . + call sub_6f17h ;6628 cd 17 6f . . o + call sub_6636h ;662b cd 36 66 . 6 f + ld (lf7f0h),hl ;662e 22 f0 f7 " . . + ld (lf7f2h),de ;6631 ed 53 f2 f7 . S . . + ret ;6635 c9 . +sub_6636h: + ld a,h ;6636 7c | + and a ;6637 a7 . + ret p ;6638 f0 . + ld hl,07fffh ;6639 21 ff 7f ! .  + ld de,lffffh ;663c 11 ff ff . . . + ret ;663f c9 . +sub_6640h: + ld a,h ;6640 7c | + or l ;6641 b5 . + jr nz,l6647h ;6642 20 03 . + ld a,d ;6644 7a z + and a ;6645 a7 . + ret p ;6646 f0 . +l6647h: + ld de,07fffh ;6647 11 ff 7f . .  + ret ;664a c9 . +sub_664bh: + call sub_67e2h ;664b cd e2 67 . . g + ret c ;664e d8 . + call sub_65c9h ;664f cd c9 65 . . e + call sub_6605h ;6652 cd 05 66 . . f + ld hl,(lf6d5h) ;6655 2a d5 f6 * . . + ld (lf7feh),hl ;6658 22 fe f7 " . . + ld hl,(lf6d7h) ;665b 2a d7 f6 * . . +l665eh: + ld (lf800h),hl ;665e 22 00 f8 " . . + ld hl,(lf6d9h) ;6661 2a d9 f6 * . . + ld (lf802h),hl ;6664 22 02 f8 " . . + ld hl,(0f6dbh) ;6667 2a db f6 * . . + ld (lf804h),hl ;666a 22 04 f8 " . . + call sub_6674h ;666d cd 74 66 . t f + call sub_670ch ;6670 cd 0c 67 . . g + ret ;6673 c9 . +sub_6674h: + ld hl,(lf7feh) ;6674 2a fe f7 * . . + ld de,(lf800h) ;6677 ed 5b 00 f8 . [ . . + call sub_67aah ;667b cd aa 67 . . g + ret z ;667e c8 . + push af ;667f f5 . + ld hl,(lf802h) ;6680 2a 02 f8 * . . + ld de,(lf804h) ;6683 ed 5b 04 f8 . [ . . + call sub_67aah ;6687 cd aa 67 . . g + pop bc ;668a c1 . + ld c,a ;668b 4f O + and b ;668c a0 . + scf ;668d 37 7 + ret nz ;668e c0 . + ld a,b ;668f 78 x + and 001h ;6690 e6 01 . . + jp z,l669ah ;6692 ca 9a 66 . . f + ld hl,(lf7e0h) ;6695 2a e0 f7 * . . + jr l66a3h ;6698 18 09 . . +l669ah: + ld a,b ;669a 78 x + and 002h ;669b e6 02 . . + jp z,l66d1h ;669d ca d1 66 . . f + ld hl,(lf7e4h) ;66a0 2a e4 f7 * . . +l66a3h: + ld de,(lf7feh) ;66a3 ed 5b fe f7 . [ . . + ld (lf7feh),hl ;66a7 22 fe f7 " . . + ex de,hl ;66aa eb . + and a ;66ab a7 . + sbc hl,de ;66ac ed 52 . R + call sub_6fdfh ;66ae cd df 6f . . o + ld b,h ;66b1 44 D + ld c,l ;66b2 4d M + ld hl,(lf7f0h) ;66b3 2a f0 f7 * . . + ld de,(lf7f2h) ;66b6 ed 5b f2 f7 . [ . . + call sub_6f8dh ;66ba cd 8d 6f . . o + call sub_6640h ;66bd cd 40 66 . @ f + ld a,(lf7fdh) ;66c0 3a fd f7 : . . + and a ;66c3 a7 . + call m,sub_6ff0h ;66c4 fc f0 6f . . o + ld hl,(lf800h) ;66c7 2a 00 f8 * . . + add hl,de ;66ca 19 . + ld (lf800h),hl ;66cb 22 00 f8 " . . + jp sub_6674h ;66ce c3 74 66 . t f +l66d1h: + ld a,b ;66d1 78 x + and 004h ;66d2 e6 04 . . + jp z,l66dch ;66d4 ca dc 66 . . f + ld hl,(lf7e2h) ;66d7 2a e2 f7 * . . + jr l66dfh ;66da 18 03 . . +l66dch: + ld hl,(lf7e6h) ;66dc 2a e6 f7 * . . +l66dfh: + ld de,(lf800h) ;66df ed 5b 00 f8 . [ . . + ld (lf800h),hl ;66e3 22 00 f8 " . . + and a ;66e6 a7 . + sbc hl,de ;66e7 ed 52 . R + call sub_6fdfh ;66e9 cd df 6f . . o + ld b,h ;66ec 44 D + ld c,l ;66ed 4d M + ld hl,(lf7f4h) ;66ee 2a f4 f7 * . . + ld de,(lf7f6h) ;66f1 ed 5b f6 f7 . [ . . + call sub_6f8dh ;66f5 cd 8d 6f . . o + call sub_6640h ;66f8 cd 40 66 . @ f + ld a,(lf7fch) ;66fb 3a fc f7 : . . + and a ;66fe a7 . + call m,sub_6ff0h ;66ff fc f0 6f . . o + ld hl,(lf7feh) ;6702 2a fe f7 * . . + add hl,de ;6705 19 . + ld (lf7feh),hl ;6706 22 fe f7 " . . + jp sub_6674h ;6709 c3 74 66 . t f +sub_670ch: + ld hl,(lf7feh) ;670c 2a fe f7 * . . + ld de,(lf800h) ;670f ed 5b 00 f8 . [ . . + call sub_67aah ;6713 cd aa 67 . . g + push af ;6716 f5 . + ld hl,(lf802h) ;6717 2a 02 f8 * . . + ld de,(lf804h) ;671a ed 5b 04 f8 . [ . . + call sub_67aah ;671e cd aa 67 . . g + pop bc ;6721 c1 . + ret z ;6722 c8 . + ld c,a ;6723 4f O + and b ;6724 a0 . + scf ;6725 37 7 + ret nz ;6726 c0 . + ld a,c ;6727 79 y + and 001h ;6728 e6 01 . . + jp z,l6733h ;672a ca 33 67 . 3 g + ld hl,(lf7e0h) ;672d 2a e0 f7 * . . + jp l673ch ;6730 c3 3c 67 . < g +l6733h: + ld a,c ;6733 79 y + and 002h ;6734 e6 02 . . + jp z,l676ch ;6736 ca 6c 67 . l g + ld hl,(lf7e4h) ;6739 2a e4 f7 * . . +l673ch: + ld de,(lf802h) ;673c ed 5b 02 f8 . [ . . + ld (lf802h),hl ;6740 22 02 f8 " . . + ex de,hl ;6743 eb . + and a ;6744 a7 . + sbc hl,de ;6745 ed 52 . R + call sub_6fdfh ;6747 cd df 6f . . o + ld b,h ;674a 44 D + ld c,l ;674b 4d M + ld hl,(lf7f0h) ;674c 2a f0 f7 * . . + ld de,(lf7f2h) ;674f ed 5b f2 f7 . [ . . + call sub_6f8dh ;6753 cd 8d 6f . . o + call sub_6640h ;6756 cd 40 66 . @ f + ld a,(lf7fdh) ;6759 3a fd f7 : . . + and a ;675c a7 . + call m,sub_6ff0h ;675d fc f0 6f . . o + ld hl,(lf804h) ;6760 2a 04 f8 * . . + and a ;6763 a7 . + sbc hl,de ;6764 ed 52 . R + ld (lf804h),hl ;6766 22 04 f8 " . . + jp sub_670ch ;6769 c3 0c 67 . . g +l676ch: + ld a,c ;676c 79 y + and 004h ;676d e6 04 . . + jp z,l6777h ;676f ca 77 67 . w g + ld hl,(lf7e2h) ;6772 2a e2 f7 * . . + jr l677ah ;6775 18 03 . . +l6777h: + ld hl,(lf7e6h) ;6777 2a e6 f7 * . . +l677ah: + ld de,(lf804h) ;677a ed 5b 04 f8 . [ . . + ld (lf804h),hl ;677e 22 04 f8 " . . + ex de,hl ;6781 eb . + and a ;6782 a7 . + sbc hl,de ;6783 ed 52 . R + call sub_6fdfh ;6785 cd df 6f . . o + ld b,h ;6788 44 D + ld c,l ;6789 4d M + ld hl,(lf7f4h) ;678a 2a f4 f7 * . . + ld de,(lf7f6h) ;678d ed 5b f6 f7 . [ . . + call sub_6f8dh ;6791 cd 8d 6f . . o + call sub_6640h ;6794 cd 40 66 . @ f + ld a,(lf7fch) ;6797 3a fc f7 : . . + and a ;679a a7 . + call m,sub_6ff0h ;679b fc f0 6f . . o + ld hl,(lf802h) ;679e 2a 02 f8 * . . + and a ;67a1 a7 . + sbc hl,de ;67a2 ed 52 . R + ld (lf802h),hl ;67a4 22 02 f8 " . . + jp sub_670ch ;67a7 c3 0c 67 . . g +sub_67aah: + push hl ;67aa e5 . + ld hl,(lf7e6h) ;67ab 2a e6 f7 * . . + push de ;67ae d5 . + ld a,000h ;67af 3e 00 > . + call sub_67d2h ;67b1 cd d2 67 . . g + rla ;67b4 17 . + ld de,(lf7e2h) ;67b5 ed 5b e2 f7 . [ . . + pop hl ;67b9 e1 . + call sub_67d2h ;67ba cd d2 67 . . g + rla ;67bd 17 . + pop de ;67be d1 . + push de ;67bf d5 . + ld hl,(lf7e4h) ;67c0 2a e4 f7 * . . + call sub_67d2h ;67c3 cd d2 67 . . g + rla ;67c6 17 . + ld de,(lf7e0h) ;67c7 ed 5b e0 f7 . [ . . + pop hl ;67cb e1 . + call sub_67d2h ;67cc cd d2 67 . . g + rl a ;67cf cb 17 . . + ret ;67d1 c9 . +sub_67d2h: + or a ;67d2 b7 . + sbc hl,de ;67d3 ed 52 . R + jp pe,l67dch ;67d5 ea dc 67 . . g + scf ;67d8 37 7 + ret m ;67d9 f8 . + ccf ;67da 3f ? + ret ;67db c9 . +l67dch: + bit 7,d ;67dc cb 7a . z + scf ;67de 37 7 + ret nz ;67df c0 . + ccf ;67e0 3f ? + ret ;67e1 c9 . +sub_67e2h: + ld hl,(lf6d5h) ;67e2 2a d5 f6 * . . + ld de,(lf6d7h) ;67e5 ed 5b d7 f6 . [ . . + call sub_67aah ;67e9 cd aa 67 . . g + push af ;67ec f5 . + ld hl,(lf6d9h) ;67ed 2a d9 f6 * . . + ld de,(0f6dbh) ;67f0 ed 5b db f6 . [ . . + call sub_67aah ;67f4 cd aa 67 . . g + pop bc ;67f7 c1 . + ld c,a ;67f8 4f O + and b ;67f9 a0 . + scf ;67fa 37 7 + ret nz ;67fb c0 . + ld a,c ;67fc 79 y + or b ;67fd b0 . + ret ;67fe c9 . + ld hl,(lf6d5h) ;67ff 2a d5 f6 * . . + ld de,(lf6d7h) ;6802 ed 5b d7 f6 . [ . . + call sub_67aah ;6806 cd aa 67 . . g + and 00fh ;6809 e6 0f . . + ret ;680b c9 . + ld hl,(lf6d9h) ;680c 2a d9 f6 * . . + ld de,(0f6dbh) ;680f ed 5b db f6 . [ . . + call sub_67aah ;6813 cd aa 67 . . g + and 00fh ;6816 e6 0f . . + ret ;6818 c9 . +sub_6819h: + pop de ;6819 d1 . + pop hl ;681a e1 . + push hl ;681b e5 . + push de ;681c d5 . + push bc ;681d c5 . + call sub_6823h ;681e cd 23 68 . # h + pop bc ;6821 c1 . + ret ;6822 c9 . +sub_6823h: + ld a,(hl) ;6823 7e ~ + call sub_69dfh ;6824 cd df 69 . . i + ld d,000h ;6827 16 00 . . + cp 02dh ;6829 fe 2d . - + jr nz,l6833h ;682b 20 06 . + inc hl ;682d 23 # + dec d ;682e 15 . + ld a,(hl) ;682f 7e ~ + jp l6839h ;6830 c3 39 68 . 9 h +l6833h: + cp 02bh ;6833 fe 2b . + + jr nz,l6839h ;6835 20 02 . + inc hl ;6837 23 # + ld a,(hl) ;6838 7e ~ +l6839h: + push de ;6839 d5 . + ld b,h ;683a 44 D + ld c,l ;683b 4d M + ld hl,l0000h ;683c 21 00 00 ! . . +l683fh: + call sub_69e6h ;683f cd e6 69 . . i +l6842h: + jp c,l6857h ;6842 da 57 68 . W h + call sub_6963h ;6845 cd 63 69 . c i + jr c,l686bh ;6848 38 21 8 ! + sub 030h ;684a d6 30 . 0 + ld e,a ;684c 5f _ + ld d,000h ;684d 16 00 . . + add hl,de ;684f 19 . + jr c,l686bh ;6850 38 19 8 . + inc bc ;6852 03 . + ld a,(bc) ;6853 0a . + jp l683fh ;6854 c3 3f 68 . ? h +l6857h: + cp 02eh ;6857 fe 2e . . + jr nz,l685eh ;6859 20 03 . + call sub_686ch ;685b cd 6c 68 . l h +l685eh: + pop af ;685e f1 . + or a ;685f b7 . + ret z ;6860 c8 . + ex de,hl ;6861 eb . + ld hl,l0000h ;6862 21 00 00 ! . . + sbc hl,de ;6865 ed 52 . R + scf ;6867 37 7 + ret pe ;6868 e8 . + ccf ;6869 3f ? + ret ;686a c9 . +l686bh: + pop af ;686b f1 . +sub_686ch: + inc bc ;686c 03 . + ld a,(bc) ;686d 0a . + call sub_69e6h ;686e cd e6 69 . . i + jp nc,sub_686ch ;6871 d2 6c 68 . l h + ret ;6874 c9 . +sub_6875h: + exx ;6875 d9 . + ld hl,l0000h ;6876 21 00 00 ! . . + exx ;6879 d9 . + call sub_69dfh ;687a cd df 69 . . i + ld a,000h ;687d 3e 00 > . + ld (lf806h),a ;687f 32 06 f8 2 . . + ld a,(hl) ;6882 7e ~ + cp 02dh ;6883 fe 2d . - + jr nz,l688dh ;6885 20 06 . + ld a,001h ;6887 3e 01 > . + ld (lf806h),a ;6889 32 06 f8 2 . . + inc hl ;688c 23 # +l688dh: + cp 02bh ;688d fe 2b . + + jr nz,l6892h ;688f 20 01 . + inc hl ;6891 23 # +l6892h: + ld a,(hl) ;6892 7e ~ + call sub_69e6h ;6893 cd e6 69 . . i + jr c,l68aah ;6896 38 12 8 . + exx ;6898 d9 . + call sub_6963h ;6899 cd 63 69 . c i + jp c,l6939h ;689c da 39 69 . 9 i + sub 030h ;689f d6 30 . 0 + ld b,000h ;68a1 06 00 . . + ld c,a ;68a3 4f O + add hl,bc ;68a4 09 . + exx ;68a5 d9 . + inc hl ;68a6 23 # + jp l6892h ;68a7 c3 92 68 . . h +l68aah: + exx ;68aa d9 . + push hl ;68ab e5 . + exx ;68ac d9 . + ld de,l0000h ;68ad 11 00 00 . . . + ld a,(hl) ;68b0 7e ~ + cp 02eh ;68b1 fe 2e . . + jr nz,l68b9h ;68b3 20 04 . + inc hl ;68b5 23 # +l68b6h: + call sub_696ah ;68b6 cd 6a 69 . j i +l68b9h: + ld c,000h ;68b9 0e 00 . . + ld b,000h ;68bb 06 00 . . + ld a,(hl) ;68bd 7e ~ + cp 045h ;68be fe 45 . E + jr z,l68c6h ;68c0 28 04 ( . + cp 065h ;68c2 fe 65 . e + jr nz,l68ebh ;68c4 20 25 % +l68c6h: + inc hl ;68c6 23 # + ld a,(hl) ;68c7 7e ~ + cp 02bh ;68c8 fe 2b . + + jr z,l68d1h ;68ca 28 05 ( . + cp 02dh ;68cc fe 2d . - + jr nz,l68d2h ;68ce 20 02 . + dec c ;68d0 0d . +l68d1h: + inc hl ;68d1 23 # +l68d2h: + ld a,(hl) ;68d2 7e ~ + call sub_69e6h ;68d3 cd e6 69 . . i + jr c,l68ebh ;68d6 38 13 8 . + sub 030h ;68d8 d6 30 . 0 + sla b ;68da cb 20 . + add a,b ;68dc 80 . + sla b ;68dd cb 20 . + sla b ;68df cb 20 . + add a,b ;68e1 80 . + ld b,a ;68e2 47 G + inc hl ;68e3 23 # + jp p,l68d2h ;68e4 f2 d2 68 . . h + pop hl ;68e7 e1 . + jp l6939h ;68e8 c3 39 69 . 9 i +l68ebh: + pop hl ;68eb e1 . + ld a,b ;68ec 78 x + and a ;68ed a7 . + jr z,l6909h ;68ee 28 19 ( . + ld a,c ;68f0 79 y + and a ;68f1 a7 . + jp z,l68ffh ;68f2 ca ff 68 . . h +l68f5h: + push bc ;68f5 c5 . + call sub_6957h ;68f6 cd 57 69 . W i + pop bc ;68f9 c1 . + djnz l68f5h ;68fa 10 f9 . . + jp l6909h ;68fc c3 09 69 . . i +l68ffh: + push bc ;68ff c5 . + call sub_693bh ;6900 cd 3b 69 . ; i + pop bc ;6903 c1 . + jp c,l6939h ;6904 da 39 69 . 9 i + djnz l68ffh ;6907 10 f6 . . +l6909h: + ld a,(lf806h) ;6909 3a 06 f8 : . . + and a ;690c a7 . + jr z,l6918h ;690d 28 09 ( . + bit 7,h ;690f cb 7c . | + jr nz,l6927h ;6911 20 14 . +l6913h: + call sub_6d20h ;6913 cd 20 6d . m + and a ;6916 a7 . + ret ;6917 c9 . +l6918h: + push hl ;6918 e5 . + ld a,d ;6919 7a z + rl a ;691a cb 17 . . + exx ;691c d9 . + pop de ;691d d1 . + ld hl,07fffh ;691e 21 ff 7f ! .  + sbc hl,de ;6921 ed 52 . R + exx ;6923 d9 . + ret nc ;6924 d0 . + jr l6939h ;6925 18 12 . . +l6927h: + push hl ;6927 e5 . + or a ;6928 b7 . + ld bc,08000h ;6929 01 00 80 . . . + sbc hl,bc ;692c ed 42 . B + pop hl ;692e e1 . + jr nz,l6939h ;692f 20 08 . + ld a,d ;6931 7a z + or e ;6932 b3 . + jr z,l6913h ;6933 28 de ( . + bit 7,d ;6935 cb 7a . z + jr z,l6913h ;6937 28 da ( . +l6939h: + scf ;6939 37 7 + ret ;693a c9 . +sub_693bh: + sla e ;693b cb 23 . # + rl d ;693d cb 12 . . + adc hl,hl ;693f ed 6a . j + push hl ;6941 e5 . + push de ;6942 d5 . + sla e ;6943 cb 23 . # + rl d ;6945 cb 12 . . + adc hl,hl ;6947 ed 6a . j + sla e ;6949 cb 23 . # + rl d ;694b cb 12 . . + adc hl,hl ;694d ed 6a . j + pop bc ;694f c1 . + ex de,hl ;6950 eb . + add hl,bc ;6951 09 . + ex de,hl ;6952 eb . + pop bc ;6953 c1 . + adc hl,bc ;6954 ed 4a . J + ret ;6956 c9 . +sub_6957h: + exx ;6957 d9 . + ld hl,l000ah ;6958 21 0a 00 ! . . + ld de,l0000h ;695b 11 00 00 . . . + exx ;695e d9 . + call sub_6c12h ;695f cd 12 6c . . l + ret ;6962 c9 . +sub_6963h: + add hl,hl ;6963 29 ) + push hl ;6964 e5 . + add hl,hl ;6965 29 ) + add hl,hl ;6966 29 ) + pop de ;6967 d1 . + add hl,de ;6968 19 . + ret ;6969 c9 . +sub_696ah: + ld de,l0000h ;696a 11 00 00 . . . + exx ;696d d9 . + ld hl,l0000h ;696e 21 00 00 ! . . + exx ;6971 d9 . + ld c,004h ;6972 0e 04 . . +l6974h: + ld a,(hl) ;6974 7e ~ + call sub_69e6h ;6975 cd e6 69 . . i + jr c,l698ah ;6978 38 10 8 . + push hl ;697a e5 . + push bc ;697b c5 . + call sub_69b7h ;697c cd b7 69 . . i + sub 030h ;697f d6 30 . 0 + call sub_699dh ;6981 cd 9d 69 . . i + pop bc ;6984 c1 . + pop hl ;6985 e1 . + inc hl ;6986 23 # + dec c ;6987 0d . + jr nz,l6974h ;6988 20 ea . +l698ah: + exx ;698a d9 . + bit 7,h ;698b cb 7c . | + exx ;698d d9 . + jr z,l6991h ;698e 28 01 ( . + inc de ;6990 13 . +l6991h: + ld a,(hl) ;6991 7e ~ + call sub_69e6h ;6992 cd e6 69 . . i + jp c,l699ch ;6995 da 9c 69 . . i + inc hl ;6998 23 # + jp l6991h ;6999 c3 91 69 . . i +l699ch: + ret ;699c c9 . +sub_699dh: + ex de,hl ;699d eb . + ld b,008h ;699e 06 08 . . +l69a0h: + srl a ;69a0 cb 3f . ? + jr nc,l69a9h ;69a2 30 05 0 . + exx ;69a4 d9 . + add hl,de ;69a5 19 . + exx ;69a6 d9 . + adc hl,de ;69a7 ed 5a . Z +l69a9h: + exx ;69a9 d9 . + sla e ;69aa cb 23 . # + rl d ;69ac cb 12 . . + exx ;69ae d9 . + rl e ;69af cb 13 . . + rl d ;69b1 cb 12 . . + djnz l69a0h ;69b3 10 eb . . + ex de,hl ;69b5 eb . + ret ;69b6 c9 . +sub_69b7h: + dec c ;69b7 0d . + ld b,000h ;69b8 06 00 . . + sla c ;69ba cb 21 . ! + sla c ;69bc cb 21 . ! + ld hl,l69cfh ;69be 21 cf 69 ! . i + add hl,bc ;69c1 09 . + ld c,(hl) ;69c2 4e N + inc hl ;69c3 23 # + ld b,(hl) ;69c4 46 F + push bc ;69c5 c5 . + inc hl ;69c6 23 # + ld c,(hl) ;69c7 4e N + inc hl ;69c8 23 # + ld h,(hl) ;69c9 66 f + ld l,c ;69ca 69 i + exx ;69cb d9 . + pop de ;69cc d1 . + exx ;69cd d9 . + ret ;69ce c9 . +l69cfh: + cp c ;69cf b9 . + adc a,l ;69d0 8d . + ld b,000h ;69d1 06 00 . . + scf ;69d3 37 7 + adc a,c ;69d4 89 . + ld b,c ;69d5 41 A + nop ;69d6 00 . + add hl,hl ;69d7 29 ) + ld e,h ;69d8 5c \ + adc a,a ;69d9 8f . + ld (bc),a ;69da 02 . + sbc a,d ;69db 9a . + sbc a,c ;69dc 99 . + sbc a,c ;69dd 99 . + add hl,de ;69de 19 . +sub_69dfh: + ld a,(hl) ;69df 7e ~ + cp 021h ;69e0 fe 21 . ! + ret nc ;69e2 d0 . + inc hl ;69e3 23 # + jr sub_69dfh ;69e4 18 f9 . . +sub_69e6h: + cp 03ah ;69e6 fe 3a . : + ccf ;69e8 3f ? + ret c ;69e9 d8 . + cp 030h ;69ea fe 30 . 0 + ret ;69ec c9 . +sub_69edh: + cp 07bh ;69ed fe 7b . { + ccf ;69ef 3f ? + ret c ;69f0 d8 . + cp 061h ;69f1 fe 61 . a + ret nc ;69f3 d0 . + cp 05bh ;69f4 fe 5b . [ + ccf ;69f6 3f ? + ret c ;69f7 d8 . + cp 041h ;69f8 fe 41 . A + ret ;69fa c9 . +sub_69fbh: + cp 05bh ;69fb fe 5b . [ + ccf ;69fd 3f ? + ret c ;69fe d8 . + cp 041h ;69ff fe 41 . A + ret ;6a01 c9 . +sub_6a02h: + cp 07bh ;6a02 fe 7b . { + ccf ;6a04 3f ? + ret c ;6a05 d8 . + cp 061h ;6a06 fe 61 . a + ret ;6a08 c9 . + call sub_69edh ;6a09 cd ed 69 . . i + ret nc ;6a0c d0 . + call sub_69e6h ;6a0d cd e6 69 . . i + ret ;6a10 c9 . + cp 020h ;6a11 fe 20 . + ret z ;6a13 c8 . + cp 009h ;6a14 fe 09 . . + ret ;6a16 c9 . +sub_6a17h: + call sub_6a02h ;6a17 cd 02 6a . . j + ret c ;6a1a d8 . + sub 020h ;6a1b d6 20 . + ret ;6a1d c9 . + call sub_69fbh ;6a1e cd fb 69 . . i + ret c ;6a21 d8 . + add a,020h ;6a22 c6 20 . + ret ;6a24 c9 . +l6a25h: + dec b ;6a25 05 . + nop ;6a26 00 . +l6a27h: + nop ;6a27 00 . + nop ;6a28 00 . +l6a29h: + ld bc,l9a00h ;6a29 01 00 9a . . . + add hl,de ;6a2c 19 . +l6a2dh: + ret c ;6a2d d8 . + daa ;6a2e 27 ' +l6a2fh: + nop ;6a2f 00 . + nop ;6a30 00 . +l6a31h: + nop ;6a31 00 . + nop ;6a32 00 . +l6a33h: + ld l,b ;6a33 68 h + ld sp,l0000h ;6a34 31 00 00 1 . . +l6a37h: + adc a,a ;6a37 8f . + ld b,d ;6a38 42 B +l6a39h: + sbc a,l ;6a39 9d . + rst 38h ;6a3a ff . +l6a3bh: + nop ;6a3b 00 . + nop ;6a3c 00 . +l6a3dh: + nop ;6a3d 00 . + nop ;6a3e 00 . +l6a3fh: + nop ;6a3f 00 . + ld b,b ;6a40 40 @ +l6a41h: + sbc a,b ;6a41 98 . + cp 000h ;6a42 fe 00 . . + nop ;6a44 00 . +l6a45h: + rst 38h ;6a45 ff . + rst 38h ;6a46 ff . +l6a47h: + nop ;6a47 00 . + nop ;6a48 00 . +l6a49h: + nop ;6a49 00 . + nop ;6a4a 00 . +l6a4bh: + nop ;6a4b 00 . + nop ;6a4c 00 . +l6a4dh: + nop ;6a4d 00 . + nop ;6a4e 00 . +l6a4fh: + nop ;6a4f 00 . + add a,b ;6a50 80 . +l6a51h: + nop ;6a51 00 . + nop ;6a52 00 . +l6a53h: + ld h,(hl) ;6a53 66 f + ld h,(hl) ;6a54 66 f +l6a55h: + nop ;6a55 00 . + nop ;6a56 00 . +l6a57h: + call 0014ch ;6a57 cd 4c 01 . L . + nop ;6a5a 00 . +l6a5bh: + nop ;6a5b 00 . + nop ;6a5c 00 . +l6a5dh: + ld bc,l0000h ;6a5d 01 00 00 . . . + add a,b ;6a60 80 . +l6a61h: + ld bc,l0a00h ;6a61 01 00 0a . . . + ld l,d ;6a64 6a j +l6a65h: + ld (bc),a ;6a65 02 . + nop ;6a66 00 . +l6a67h: + nop ;6a67 00 . + nop ;6a68 00 . +l6a69h: + inc bc ;6a69 03 . + nop ;6a6a 00 . +l6a6bh: + sbc a,d ;6a6b 9a . + sbc a,c ;6a6c 99 . +l6a6dh: + inc b ;6a6d 04 . + nop ;6a6e 00 . +l6a6fh: + nop ;6a6f 00 . + nop ;6a70 00 . +l6a71h: + ld b,000h ;6a71 06 00 . . +l6a73h: + nop ;6a73 00 . + nop ;6a74 00 . +l6a75h: + ld a,(bc) ;6a75 0a . + nop ;6a76 00 . +l6a77h: + nop ;6a77 00 . + nop ;6a78 00 . +l6a79h: + inc c ;6a79 0c . + nop ;6a7a 00 . +l6a7bh: + nop ;6a7b 00 . + nop ;6a7c 00 . +l6a7dh: + rrca ;6a7d 0f . + nop ;6a7e 00 . +l6a7fh: + nop ;6a7f 00 . + nop ;6a80 00 . +l6a81h: + djnz l6a83h ;6a81 10 00 . . +l6a83h: + nop ;6a83 00 . + nop ;6a84 00 . + inc d ;6a85 14 . + nop ;6a86 00 . + nop ;6a87 00 . + nop ;6a88 00 . +l6a89h: + jr z,l6a8bh ;6a89 28 00 ( . +l6a8bh: + nop ;6a8b 00 . + nop ;6a8c 00 . +l6a8dh: + dec l ;6a8d 2d - + nop ;6a8e 00 . +l6a8fh: + nop ;6a8f 00 . + nop ;6a90 00 . +l6a91h: + ld (l0000h),a ;6a91 32 00 00 2 . . + nop ;6a94 00 . +l6a95h: + ld d,b ;6a95 50 P + nop ;6a96 00 . +l6a97h: + nop ;6a97 00 . + nop ;6a98 00 . +l6a99h: + ld e,d ;6a99 5a Z + nop ;6a9a 00 . +l6a9bh: + nop ;6a9b 00 . + nop ;6a9c 00 . +l6a9dh: + ld h,e ;6a9d 63 c + nop ;6a9e 00 . +l6a9fh: + nop ;6a9f 00 . + nop ;6aa0 00 . +l6aa1h: + ld h,h ;6aa1 64 d + nop ;6aa2 00 . +l6aa3h: + nop ;6aa3 00 . + nop ;6aa4 00 . +l6aa5h: + ld a,b ;6aa5 78 x + nop ;6aa6 00 . +l6aa7h: + nop ;6aa7 00 . + nop ;6aa8 00 . +l6aa9h: + or h ;6aa9 b4 . + nop ;6aaa 00 . +l6aabh: + nop ;6aab 00 . + nop ;6aac 00 . +l6aadh: + ld l,b ;6aad 68 h + ld bc,l0000h ;6aae 01 00 00 . . . + sub b ;6ab1 90 . + ld bc,l0000h ;6ab2 01 00 00 . . . +sub_6ab5h: + ld a,h ;6ab5 7c | + or l ;6ab6 b5 . + or d ;6ab7 b2 . + or e ;6ab8 b3 . + ret ;6ab9 c9 . +sub_6abah: + ret ;6aba c9 . +sub_6abbh: + ld de,l0000h ;6abb 11 00 00 . . . + ret ;6abe c9 . +sub_6abfh: + bit 7,h ;6abf cb 7c . | + jr nz,l6acbh ;6ac1 20 08 . + rl d ;6ac3 cb 12 . . + ld de,l0000h ;6ac5 11 00 00 . . . + adc hl,de ;6ac8 ed 5a . Z + ret ;6aca c9 . +l6acbh: + ld a,d ;6acb 7a z + or e ;6acc b3 . + ret z ;6acd c8 . + rl d ;6ace cb 12 . . + ccf ;6ad0 3f ? + ld de,l0000h ;6ad1 11 00 00 . . . + sbc hl,de ;6ad4 ed 52 . R + ret ;6ad6 c9 . +sub_6ad7h: + ld a,d ;6ad7 7a z + or e ;6ad8 b3 . + ret z ;6ad9 c8 . + ld de,l0000h ;6ada 11 00 00 . . . + inc hl ;6add 23 # + ret ;6ade c9 . +sub_6adfh: + ld de,l0000h ;6adf 11 00 00 . . . + ret ;6ae2 c9 . +sub_6ae3h: + push de ;6ae3 d5 . + exx ;6ae4 d9 . + ex (sp),hl ;6ae5 e3 . + exx ;6ae6 d9 . + pop bc ;6ae7 c1 . + ld a,b ;6ae8 78 x + xor h ;6ae9 ac . + ld a,000h ;6aea 3e 00 > . + jp m,l6b03h ;6aec fa 03 6b . . k + exx ;6aef d9 . + sbc hl,de ;6af0 ed 52 . R + push hl ;6af2 e5 . + exx ;6af3 d9 . + sbc hl,bc ;6af4 ed 42 . B + pop de ;6af6 d1 . + jp m,l6b05h ;6af7 fa 05 6b . . k + ld a,h ;6afa 7c | + or l ;6afb b5 . + or d ;6afc b2 . + or e ;6afd b3 . + ret z ;6afe c8 . + ld a,001h ;6aff 3e 01 > . + or a ;6b01 b7 . + ret ;6b02 c9 . +l6b03h: + ld a,h ;6b03 7c | + or a ;6b04 b7 . +l6b05h: + ld a,0ffh ;6b05 3e ff > . + scf ;6b07 37 7 + ret m ;6b08 f8 . + ld a,001h ;6b09 3e 01 > . + or a ;6b0b b7 . + ret ;6b0c c9 . +sub_6b0dh: + ld a,000h ;6b0d 3e 00 > . + exx ;6b0f d9 . + push hl ;6b10 e5 . + push de ;6b11 d5 . + exx ;6b12 d9 . + pop bc ;6b13 c1 . + ex de,hl ;6b14 eb . + sbc hl,bc ;6b15 ed 42 . B + ex de,hl ;6b17 eb . + pop bc ;6b18 c1 . + sbc hl,bc ;6b19 ed 42 . B + ret z ;6b1b c8 . + jr c,l6b27h ;6b1c 38 09 8 . + ld a,h ;6b1e 7c | + or l ;6b1f b5 . + or d ;6b20 b2 . + or e ;6b21 b3 . + ret z ;6b22 c8 . + ld a,001h ;6b23 3e 01 > . + and a ;6b25 a7 . + ret ;6b26 c9 . +l6b27h: + dec a ;6b27 3d = + scf ;6b28 37 7 + ret ;6b29 c9 . +sub_6b2ah: + call sub_6b31h ;6b2a cd 31 6b . 1 k + scf ;6b2d 37 7 + ret pe ;6b2e e8 . + ccf ;6b2f 3f ? + ret ;6b30 c9 . +sub_6b31h: + exx ;6b31 d9 . + push hl ;6b32 e5 . + push de ;6b33 d5 . + exx ;6b34 d9 . + pop bc ;6b35 c1 . + ex de,hl ;6b36 eb . + add hl,bc ;6b37 09 . + pop bc ;6b38 c1 . + ex de,hl ;6b39 eb . + adc hl,bc ;6b3a ed 4a . J + ret ;6b3c c9 . +sub_6b3dh: + call sub_6b44h ;6b3d cd 44 6b . D k + scf ;6b40 37 7 + ret pe ;6b41 e8 . + ccf ;6b42 3f ? + ret ;6b43 c9 . +sub_6b44h: + exx ;6b44 d9 . + push hl ;6b45 e5 . + push de ;6b46 d5 . + exx ;6b47 d9 . + pop bc ;6b48 c1 . + ex de,hl ;6b49 eb . + or a ;6b4a b7 . + sbc hl,bc ;6b4b ed 42 . B + pop bc ;6b4d c1 . + ex de,hl ;6b4e eb . + sbc hl,bc ;6b4f ed 42 . B + ret ;6b51 c9 . +sub_6b52h: + ld a,h ;6b52 7c | + exx ;6b53 d9 . + xor h ;6b54 ac . + push af ;6b55 f5 . + call sub_6d1dh ;6b56 cd 1d 6d . . m + exx ;6b59 d9 . + call sub_6d1dh ;6b5a cd 1d 6d . . m + call sub_6b72h ;6b5d cd 72 6b . r k + jr c,l6b6ch ;6b60 38 0a 8 . + bit 7,h ;6b62 cb 7c . | + jr nz,l6b6ch ;6b64 20 06 . + pop af ;6b66 f1 . + call m,sub_6d20h ;6b67 fc 20 6d . m + and a ;6b6a a7 . + ret ;6b6b c9 . +l6b6ch: + pop af ;6b6c f1 . + call m,sub_6d20h ;6b6d fc 20 6d . m + scf ;6b70 37 7 + ret ;6b71 c9 . +sub_6b72h: + ld a,000h ;6b72 3e 00 > . + ex af,af' ;6b74 08 . + push hl ;6b75 e5 . + ld hl,l0000h ;6b76 21 00 00 ! . . + exx ;6b79 d9 . + push hl ;6b7a e5 . + pop bc ;6b7b c1 . + pop hl ;6b7c e1 . + ex de,hl ;6b7d eb . + push hl ;6b7e e5 . + ld hl,l0000h ;6b7f 21 00 00 ! . . + exx ;6b82 d9 . + pop bc ;6b83 c1 . + ld a,c ;6b84 79 y + ld c,b ;6b85 48 H + call sub_6badh ;6b86 cd ad 6b . . k + ld a,c ;6b89 79 y + call sub_6badh ;6b8a cd ad 6b . . k + exx ;6b8d d9 . + push hl ;6b8e e5 . + ld hl,l0000h ;6b8f 21 00 00 ! . . + ld a,b ;6b92 78 x + exx ;6b93 d9 . + push hl ;6b94 e5 . + ld hl,l0000h ;6b95 21 00 00 ! . . + call sub_6be4h ;6b98 cd e4 6b . . k + exx ;6b9b d9 . + ld a,c ;6b9c 79 y + exx ;6b9d d9 . + call sub_6be4h ;6b9e cd e4 6b . . k + pop bc ;6ba1 c1 . + add hl,bc ;6ba2 09 . + push hl ;6ba3 e5 . + exx ;6ba4 d9 . + pop de ;6ba5 d1 . + pop bc ;6ba6 c1 . + adc hl,bc ;6ba7 ed 4a . J + ret c ;6ba9 d8 . + ex af,af' ;6baa 08 . + rra ;6bab 1f . + ret ;6bac c9 . +sub_6badh: + or a ;6bad b7 . + jr z,l6bd1h ;6bae 28 21 ( ! + ld b,008h ;6bb0 06 08 . . +l6bb2h: + srl a ;6bb2 cb 3f . ? + exx ;6bb4 d9 . + jp nc,l6bbdh ;6bb5 d2 bd 6b . . k + exx ;6bb8 d9 . + add hl,de ;6bb9 19 . + exx ;6bba d9 . + adc hl,de ;6bbb ed 5a . Z +l6bbdh: + srl h ;6bbd cb 3c . < + rr l ;6bbf cb 1d . . + exx ;6bc1 d9 . + rr h ;6bc2 cb 1c . . + rr l ;6bc4 cb 1d . . + djnz l6bb2h ;6bc6 10 ea . . + ret nc ;6bc8 d0 . + inc hl ;6bc9 23 # + ld a,h ;6bca 7c | + or l ;6bcb b5 . + ret nz ;6bcc c0 . + exx ;6bcd d9 . + inc hl ;6bce 23 # + exx ;6bcf d9 . + ret ;6bd0 c9 . +l6bd1h: + exx ;6bd1 d9 . + ld l,a ;6bd2 6f o + ld l,h ;6bd3 6c l + ld h,000h ;6bd4 26 00 & . + exx ;6bd6 d9 . + bit 7,l ;6bd7 cb 7d . } + ld l,h ;6bd9 6c l + ld h,a ;6bda 67 g + ret z ;6bdb c8 . + inc hl ;6bdc 23 # + ld a,h ;6bdd 7c | + or l ;6bde b5 . + ret nz ;6bdf c0 . + exx ;6be0 d9 . + inc hl ;6be1 23 # + exx ;6be2 d9 . + ret ;6be3 c9 . +sub_6be4h: + and a ;6be4 a7 . + jr z,l6c09h ;6be5 28 22 ( " + ld b,008h ;6be7 06 08 . . +l6be9h: + sla l ;6be9 cb 25 . % + rl h ;6beb cb 14 . . + exx ;6bed d9 . + rl l ;6bee cb 15 . . + rl h ;6bf0 cb 14 . . + exx ;6bf2 d9 . + sla a ;6bf3 cb 27 . ' + jp nc,l6bffh ;6bf5 d2 ff 6b . . k + add hl,de ;6bf8 19 . + exx ;6bf9 d9 . + adc hl,de ;6bfa ed 5a . Z + exx ;6bfc d9 . + jr c,l6c02h ;6bfd 38 03 8 . +l6bffh: + djnz l6be9h ;6bff 10 e8 . . + ret ;6c01 c9 . +l6c02h: + ex af,af' ;6c02 08 . + ld a,0ffh ;6c03 3e ff > . + ex af,af' ;6c05 08 . + jp l6bffh ;6c06 c3 ff 6b . . k +l6c09h: + ld a,h ;6c09 7c | + ld h,l ;6c0a 65 e + ld l,000h ;6c0b 2e 00 . . + exx ;6c0d d9 . + ld h,l ;6c0e 65 e + ld l,a ;6c0f 6f o + exx ;6c10 d9 . + ret ;6c11 c9 . +sub_6c12h: + ld a,h ;6c12 7c | + exx ;6c13 d9 . + xor h ;6c14 ac . + push af ;6c15 f5 . + call sub_6d1dh ;6c16 cd 1d 6d . . m + exx ;6c19 d9 . + call sub_6d1dh ;6c1a cd 1d 6d . . m + call sub_6c3ah ;6c1d cd 3a 6c . : l + jr c,l6c2ch ;6c20 38 0a 8 . + bit 7,h ;6c22 cb 7c . | + jr nz,l6c2ch ;6c24 20 06 . + pop af ;6c26 f1 . + call m,sub_6d20h ;6c27 fc 20 6d . m + and a ;6c2a a7 . + ret ;6c2b c9 . +l6c2ch: + pop af ;6c2c f1 . + call m,sub_6d20h ;6c2d fc 20 6d . m + scf ;6c30 37 7 + ret ;6c31 c9 . +l6c32h: + ld hl,l0000h ;6c32 21 00 00 ! . . + ld de,l0000h ;6c35 11 00 00 . . . + scf ;6c38 37 7 + ret ;6c39 c9 . +sub_6c3ah: + ld a,h ;6c3a 7c | + or l ;6c3b b5 . + or d ;6c3c b2 . + or e ;6c3d b3 . + ret z ;6c3e c8 . + exx ;6c3f d9 . + ld a,h ;6c40 7c | + or l ;6c41 b5 . + or d ;6c42 b2 . + or e ;6c43 b3 . + exx ;6c44 d9 . + jp z,l6c32h ;6c45 ca 32 6c . 2 l + push de ;6c48 d5 . + exx ;6c49 d9 . + ex (sp),hl ;6c4a e3 . + ld bc,l0000h ;6c4b 01 00 00 . . . + exx ;6c4e d9 . + pop de ;6c4f d1 . + ld bc,l0000h ;6c50 01 00 00 . . . + ld a,000h ;6c53 3e 00 > . + ex af,af' ;6c55 08 . + ld a,011h ;6c56 3e 11 > . +l6c58h: + bit 7,d ;6c58 cb 7a . z + jr nz,l6c69h ;6c5a 20 0d . + exx ;6c5c d9 . + ex de,hl ;6c5d eb . + add hl,hl ;6c5e 29 ) + ex de,hl ;6c5f eb . + exx ;6c60 d9 . + ex de,hl ;6c61 eb . + adc hl,hl ;6c62 ed 6a . j + ex de,hl ;6c64 eb . + inc a ;6c65 3c < + jp l6c58h ;6c66 c3 58 6c . X l +l6c69h: + ex af,af' ;6c69 08 . + exx ;6c6a d9 . + push hl ;6c6b e5 . + or a ;6c6c b7 . + sbc hl,de ;6c6d ed 52 . R + exx ;6c6f d9 . + push hl ;6c70 e5 . + sbc hl,de ;6c71 ed 52 . R + push af ;6c73 f5 . + sbc a,000h ;6c74 de 00 . . + jr c,l6ca2h ;6c76 38 2a 8 * + inc sp ;6c78 33 3 + inc sp ;6c79 33 3 + inc sp ;6c7a 33 3 + inc sp ;6c7b 33 3 + inc sp ;6c7c 33 3 + inc sp ;6c7d 33 3 + srl d ;6c7e cb 3a . : + rr e ;6c80 cb 1b . . + exx ;6c82 d9 . + rr d ;6c83 cb 1a . . + rr e ;6c85 cb 1b . . + exx ;6c87 d9 . + scf ;6c88 37 7 +l6c89h: + exx ;6c89 d9 . + rl c ;6c8a cb 11 . . + rl b ;6c8c cb 10 . . + exx ;6c8e d9 . + rl c ;6c8f cb 11 . . + rl b ;6c91 cb 10 . . + jp c,l6c32h ;6c93 da 32 6c . 2 l + ex af,af' ;6c96 08 . + dec a ;6c97 3d = + jr nz,l6c69h ;6c98 20 cf . + exx ;6c9a d9 . + push bc ;6c9b c5 . + exx ;6c9c d9 . + pop de ;6c9d d1 . + ld h,b ;6c9e 60 ` + ld l,c ;6c9f 69 i + and a ;6ca0 a7 . + ret ;6ca1 c9 . +l6ca2h: + pop af ;6ca2 f1 . + pop hl ;6ca3 e1 . + exx ;6ca4 d9 . + pop hl ;6ca5 e1 . + add hl,hl ;6ca6 29 ) + exx ;6ca7 d9 . + adc hl,hl ;6ca8 ed 6a . j + ld a,000h ;6caa 3e 00 > . + rl a ;6cac cb 17 . . + jp l6c89h ;6cae c3 89 6c . . l +sub_6cb1h: + ld bc,l0000h ;6cb1 01 00 00 . . . + ld a,000h ;6cb4 3e 00 > . + exx ;6cb6 d9 . + ld hl,l0000h ;6cb7 21 00 00 ! . . + ld de,l0000h ;6cba 11 00 00 . . . + exx ;6cbd d9 . + ex af,af' ;6cbe 08 . + ld a,016h ;6cbf 3e 16 > . +l6cc1h: + ex af,af' ;6cc1 08 . + sla e ;6cc2 cb 23 . # + rl d ;6cc4 cb 12 . . + rl l ;6cc6 cb 15 . . + rl h ;6cc8 cb 14 . . + exx ;6cca d9 . + rl e ;6ccb cb 13 . . + rl d ;6ccd cb 12 . . + rl l ;6ccf cb 15 . . + rl h ;6cd1 cb 14 . . + exx ;6cd3 d9 . + sla e ;6cd4 cb 23 . # + rl d ;6cd6 cb 12 . . + rl l ;6cd8 cb 15 . . + rl h ;6cda cb 14 . . + exx ;6cdc d9 . + rl e ;6cdd cb 13 . . + rl d ;6cdf cb 12 . . + rl l ;6ce1 cb 15 . . + rl h ;6ce3 cb 14 . . + exx ;6ce5 d9 . + scf ;6ce6 37 7 + rl c ;6ce7 cb 11 . . + rl b ;6ce9 cb 10 . . + rl a ;6ceb cb 17 . . + push bc ;6ced c5 . + exx ;6cee d9 . + pop bc ;6cef c1 . + push hl ;6cf0 e5 . + push de ;6cf1 d5 . + ex de,hl ;6cf2 eb . + and a ;6cf3 a7 . + sbc hl,bc ;6cf4 ed 42 . B + ex de,hl ;6cf6 eb . + ld b,000h ;6cf7 06 00 . . + ld c,a ;6cf9 4f O + sbc hl,bc ;6cfa ed 42 . B + exx ;6cfc d9 . + jr c,l6d15h ;6cfd 38 16 8 . + inc sp ;6cff 33 3 + inc sp ;6d00 33 3 + inc sp ;6d01 33 3 + inc sp ;6d02 33 3 + inc bc ;6d03 03 . +l6d04h: + ex af,af' ;6d04 08 . + dec a ;6d05 3d = + jr nz,l6cc1h ;6d06 20 b9 . + ex af,af' ;6d08 08 . + sla c ;6d09 cb 21 . ! + rl b ;6d0b cb 10 . . + rl a ;6d0d cb 17 . . + ld h,000h ;6d0f 26 00 & . + ld l,a ;6d11 6f o + ld d,b ;6d12 50 P + ld e,c ;6d13 59 Y + ret ;6d14 c9 . +l6d15h: + exx ;6d15 d9 . + pop de ;6d16 d1 . + pop hl ;6d17 e1 . + exx ;6d18 d9 . + dec bc ;6d19 0b . + jp l6d04h ;6d1a c3 04 6d . . m +sub_6d1dh: + bit 7,h ;6d1d cb 7c . | + ret z ;6d1f c8 . +sub_6d20h: + push hl ;6d20 e5 . + ld hl,l0000h ;6d21 21 00 00 ! . . + or a ;6d24 b7 . + sbc hl,de ;6d25 ed 52 . R + ex de,hl ;6d27 eb . + pop bc ;6d28 c1 . + ld hl,l0000h ;6d29 21 00 00 ! . . + sbc hl,bc ;6d2c ed 42 . B + scf ;6d2e 37 7 + ret m ;6d2f f8 . + and h ;6d30 a4 . + ret ;6d31 c9 . +sub_6d32h: + call sub_6d1dh ;6d32 cd 1d 6d . . m + exx ;6d35 d9 . + call sub_6d1dh ;6d36 cd 1d 6d . . m + ld a,h ;6d39 7c | + or l ;6d3a b5 . + or d ;6d3b b2 . + or e ;6d3c b3 . + exx ;6d3d d9 . + ret z ;6d3e c8 . + ld a,h ;6d3f 7c | + or l ;6d40 b5 . + or d ;6d41 b2 . + or e ;6d42 b3 . + exx ;6d43 d9 . + ret z ;6d44 c8 . + call sub_6d66h ;6d45 cd 66 6d . f m + push af ;6d48 f5 . + push hl ;6d49 e5 . + push de ;6d4a d5 . + exx ;6d4b d9 . + call sub_6da3h ;6d4c cd a3 6d . . m + pop bc ;6d4f c1 . + ex (sp),hl ;6d50 e3 . + push de ;6d51 d5 . + ld d,b ;6d52 50 P + ld e,c ;6d53 59 Y + call sub_6da3h ;6d54 cd a3 6d . . m + pop bc ;6d57 c1 . + ex de,hl ;6d58 eb . + add hl,bc ;6d59 09 . + ex de,hl ;6d5a eb . + pop bc ;6d5b c1 . + adc hl,bc ;6d5c ed 4a . J + call sub_6dcbh ;6d5e cd cb 6d . . m + pop af ;6d61 f1 . + call sub_6d84h ;6d62 cd 84 6d . . m + ret ;6d65 c9 . +sub_6d66h: + ld a,009h ;6d66 3e 09 > . +l6d68h: + bit 6,h ;6d68 cb 74 . t + ret nz ;6d6a c0 . + exx ;6d6b d9 . + bit 6,h ;6d6c cb 74 . t + ret nz ;6d6e c0 . + sla e ;6d6f cb 23 . # + rl d ;6d71 cb 12 . . + rl l ;6d73 cb 15 . . + rl h ;6d75 cb 14 . . + exx ;6d77 d9 . + sla e ;6d78 cb 23 . # + rl d ;6d7a cb 12 . . + rl l ;6d7c cb 15 . . + rl h ;6d7e cb 14 . . + dec a ;6d80 3d = + jp l6d68h ;6d81 c3 68 6d . h m +sub_6d84h: + and a ;6d84 a7 . + ret z ;6d85 c8 . + jp p,l6d96h ;6d86 f2 96 6d . . m +l6d89h: + srl h ;6d89 cb 3c . < + rr l ;6d8b cb 1d . . + rr d ;6d8d cb 1a . . + rr e ;6d8f cb 1b . . + inc a ;6d91 3c < + jp nz,l6d89h ;6d92 c2 89 6d . . m + ret ;6d95 c9 . +l6d96h: + sla e ;6d96 cb 23 . # + rl d ;6d98 cb 12 . . + rl l ;6d9a cb 15 . . + rl h ;6d9c cb 14 . . + dec a ;6d9e 3d = + jp nz,l6d96h ;6d9f c2 96 6d . . m + ret ;6da2 c9 . +sub_6da3h: + push hl ;6da3 e5 . + push hl ;6da4 e5 . + push de ;6da5 d5 . + ld hl,l0000h ;6da6 21 00 00 ! . . + exx ;6da9 d9 . + pop bc ;6daa c1 . + ld hl,l0000h ;6dab 21 00 00 ! . . + pop de ;6dae d1 . + ld a,b ;6daf 78 x + exx ;6db0 d9 . + call sub_6badh ;6db1 cd ad 6b . . k + exx ;6db4 d9 . + ld a,b ;6db5 78 x + exx ;6db6 d9 . + call sub_6badh ;6db7 cd ad 6b . . k + exx ;6dba d9 . + pop bc ;6dbb c1 . + ld a,c ;6dbc 79 y + exx ;6dbd d9 . + call sub_6badh ;6dbe cd ad 6b . . k + exx ;6dc1 d9 . + ld a,b ;6dc2 78 x + exx ;6dc3 d9 . + call sub_6badh ;6dc4 cd ad 6b . . k + push hl ;6dc7 e5 . + exx ;6dc8 d9 . + pop de ;6dc9 d1 . + ret ;6dca c9 . +sub_6dcbh: + ld bc,l0000h ;6dcb 01 00 00 . . . + ld a,000h ;6dce 3e 00 > . + exx ;6dd0 d9 . + ld hl,l0000h ;6dd1 21 00 00 ! . . + ld de,l0000h ;6dd4 11 00 00 . . . + exx ;6dd7 d9 . + ex af,af' ;6dd8 08 . + ld a,017h ;6dd9 3e 17 > . +l6ddbh: + ex af,af' ;6ddb 08 . + sla e ;6ddc cb 23 . # + rl d ;6dde cb 12 . . + rl l ;6de0 cb 15 . . + rl h ;6de2 cb 14 . . + exx ;6de4 d9 . + rl e ;6de5 cb 13 . . + rl d ;6de7 cb 12 . . + rl l ;6de9 cb 15 . . + rl h ;6deb cb 14 . . + exx ;6ded d9 . + sla e ;6dee cb 23 . # + rl d ;6df0 cb 12 . . + rl l ;6df2 cb 15 . . + rl h ;6df4 cb 14 . . + exx ;6df6 d9 . + rl e ;6df7 cb 13 . . + rl d ;6df9 cb 12 . . + rl l ;6dfb cb 15 . . + rl h ;6dfd cb 14 . . + exx ;6dff d9 . + scf ;6e00 37 7 + rl c ;6e01 cb 11 . . + rl b ;6e03 cb 10 . . + rl a ;6e05 cb 17 . . + push bc ;6e07 c5 . + exx ;6e08 d9 . + pop bc ;6e09 c1 . + push hl ;6e0a e5 . + push de ;6e0b d5 . +l6e0ch: + ex de,hl ;6e0c eb . + and a ;6e0d a7 . + sbc hl,bc ;6e0e ed 42 . B + ex de,hl ;6e10 eb . + ld b,000h ;6e11 06 00 . . + ld c,a ;6e13 4f O + sbc hl,bc ;6e14 ed 42 . B + exx ;6e16 d9 . + jr c,l6e2fh ;6e17 38 16 8 . + inc sp ;6e19 33 3 + inc sp ;6e1a 33 3 + inc sp ;6e1b 33 3 + inc sp ;6e1c 33 3 + inc bc ;6e1d 03 . +l6e1eh: + ex af,af' ;6e1e 08 . + dec a ;6e1f 3d = + jr nz,l6ddbh ;6e20 20 b9 . + ex af,af' ;6e22 08 . + srl a ;6e23 cb 3f . ? + rr b ;6e25 cb 18 . . + rr c ;6e27 cb 19 . . + ld h,000h ;6e29 26 00 & . + ld l,a ;6e2b 6f o + ld d,b ;6e2c 50 P + ld e,c ;6e2d 59 Y + ret ;6e2e c9 . +l6e2fh: + exx ;6e2f d9 . + pop de ;6e30 d1 . + pop hl ;6e31 e1 . + exx ;6e32 d9 . + dec bc ;6e33 0b . + jp l6e1eh ;6e34 c3 1e 6e . . n +sub_6e37h: + sla e ;6e37 cb 23 . # + rl d ;6e39 cb 12 . . + rl l ;6e3b cb 15 . . + rl h ;6e3d cb 14 . . + ret ;6e3f c9 . +sub_6e40h: + sra h ;6e40 cb 2c . , + rr l ;6e42 cb 1d . . + rr d ;6e44 cb 1a . . + rr e ;6e46 cb 1b . . + ret ;6e48 c9 . +sub_6e49h: + ld h,000h ;6e49 26 00 & . + ld l,a ;6e4b 6f o + add hl,hl ;6e4c 29 ) + add hl,hl ;6e4d 29 ) + add hl,bc ;6e4e 09 . + ld c,(hl) ;6e4f 4e N + inc hl ;6e50 23 # + ld b,(hl) ;6e51 46 F + inc hl ;6e52 23 # + ld e,(hl) ;6e53 5e ^ + inc hl ;6e54 23 # + ld d,(hl) ;6e55 56 V + ld h,b ;6e56 60 ` + ld l,c ;6e57 69 i + ret ;6e58 c9 . +sub_6e59h: + ex de,hl ;6e59 eb . + push hl ;6e5a e5 . + ld h,000h ;6e5b 26 00 & . + ld l,a ;6e5d 6f o + add hl,hl ;6e5e 29 ) + add hl,hl ;6e5f 29 ) + add hl,bc ;6e60 09 . + ld (hl),e ;6e61 73 s + inc hl ;6e62 23 # + ld (hl),d ;6e63 72 r + inc hl ;6e64 23 # + pop de ;6e65 d1 . + ld (hl),e ;6e66 73 s + inc hl ;6e67 23 # + ld (hl),d ;6e68 72 r + ret ;6e69 c9 . +sub_6e6ah: + ld h,b ;6e6a 60 ` + ld l,c ;6e6b 69 i + ld c,(hl) ;6e6c 4e N + inc hl ;6e6d 23 # + ld b,(hl) ;6e6e 46 F + inc hl ;6e6f 23 # + push bc ;6e70 c5 . + ld e,(hl) ;6e71 5e ^ + inc hl ;6e72 23 # + ld d,(hl) ;6e73 56 V + inc hl ;6e74 23 # + ld b,h ;6e75 44 D + ld c,l ;6e76 4d M + pop hl ;6e77 e1 . + ret ;6e78 c9 . +sub_6e79h: + push de ;6e79 d5 . + ex de,hl ;6e7a eb . + ld h,b ;6e7b 60 ` + ld l,c ;6e7c 69 i + ld (hl),e ;6e7d 73 s + inc hl ;6e7e 23 # + ld (hl),d ;6e7f 72 r + inc hl ;6e80 23 # + pop de ;6e81 d1 . + ld (hl),e ;6e82 73 s + inc hl ;6e83 23 # + ld (hl),d ;6e84 72 r + inc hl ;6e85 23 # + ld b,h ;6e86 44 D + ld c,l ;6e87 4d M + ret ;6e88 c9 . +sub_6e89h: + ld a,h ;6e89 7c | + and a ;6e8a a7 . + jp m,l6e93h ;6e8b fa 93 6e . . n + ret nz ;6e8e c0 . + ld a,l ;6e8f 7d } + and 080h ;6e90 e6 80 . . + ret ;6e92 c9 . +l6e93h: + inc h ;6e93 24 $ + ret nz ;6e94 c0 . + ld a,l ;6e95 7d } + cpl ;6e96 2f / + and 080h ;6e97 e6 80 . . + ret ;6e99 c9 . +sub_6e9ah: + ld hl,l0000h ;6e9a 21 00 00 ! . . +l6e9dh: + and a ;6e9d a7 . + ret z ;6e9e c8 . + inc hl ;6e9f 23 # + srl a ;6ea0 cb 3f . ? + jp l6e9dh ;6ea2 c3 9d 6e . . n + ld a,d ;6ea5 7a z + and a ;6ea6 a7 . + push af ;6ea7 f5 . + call sub_6ee9h ;6ea8 cd e9 6e . . n + push af ;6eab f5 . + push bc ;6eac c5 . + ld b,h ;6ead 44 D + ld c,l ;6eae 4d M + ld hl,l0000h ;6eaf 21 00 00 ! . . + call sub_6f4dh ;6eb2 cd 4d 6f . M o + pop bc ;6eb5 c1 . + pop af ;6eb6 f1 . + call m,sub_6ff0h ;6eb7 fc f0 6f . . o + pop af ;6eba f1 . + call m,sub_6fe4h ;6ebb fc e4 6f . . o + ret ;6ebe c9 . +sub_6ebfh: + ld a,d ;6ebf 7a z + and a ;6ec0 a7 . + push af ;6ec1 f5 . + call sub_6ee9h ;6ec2 cd e9 6e . . n + push af ;6ec5 f5 . + push bc ;6ec6 c5 . + ld b,h ;6ec7 44 D + ld c,l ;6ec8 4d M + ld hl,l0000h ;6ec9 21 00 00 ! . . + call sub_6f4dh ;6ecc cd 4d 6f . M o + pop bc ;6ecf c1 . + pop af ;6ed0 f1 . + call m,sub_6ff0h ;6ed1 fc f0 6f . . o + pop af ;6ed4 f1 . + call m,sub_6fe4h ;6ed5 fc e4 6f . . o + ret ;6ed8 c9 . +sub_6ed9h: + call sub_6ee9h ;6ed9 cd e9 6e . . n + push af ;6edc f5 . + ld b,h ;6edd 44 D + ld c,l ;6ede 4d M + call sub_6fa0h ;6edf cd a0 6f . . o + ex de,hl ;6ee2 eb . + pop af ;6ee3 f1 . + ret p ;6ee4 f0 . + call sub_6ef6h ;6ee5 cd f6 6e . . n + ret ;6ee8 c9 . +sub_6ee9h: + ld a,h ;6ee9 7c | + xor d ;6eea aa . + push af ;6eeb f5 . + call sub_6fdfh ;6eec cd df 6f . . o + ex de,hl ;6eef eb . + call sub_6fdfh ;6ef0 cd df 6f . . o + ex de,hl ;6ef3 eb . + pop af ;6ef4 f1 . + ret ;6ef5 c9 . +sub_6ef6h: + or a ;6ef6 b7 . + push hl ;6ef7 e5 . + ld hl,l0000h ;6ef8 21 00 00 ! . . + sbc hl,de ;6efb ed 52 . R + ex de,hl ;6efd eb . + pop bc ;6efe c1 . + ld hl,l0000h ;6eff 21 00 00 ! . . + sbc hl,bc ;6f02 ed 42 . B + ret ;6f04 c9 . +sub_6f05h: + ld a,h ;6f05 7c | + xor d ;6f06 aa . + jp m,l6f12h ;6f07 fa 12 6f . . o + push hl ;6f0a e5 . + sbc hl,de ;6f0b ed 52 . R + pop hl ;6f0d e1 . + scf ;6f0e 37 7 + ret m ;6f0f f8 . + ccf ;6f10 3f ? + ret ;6f11 c9 . +l6f12h: + ld a,h ;6f12 7c | + and a ;6f13 a7 . + ret p ;6f14 f0 . + scf ;6f15 37 7 + ret ;6f16 c9 . +sub_6f17h: + ld a,b ;6f17 78 x + or c ;6f18 b1 . + jp z,l6f2ah ;6f19 ca 2a 6f . * o + push bc ;6f1c c5 . + call sub_6f31h ;6f1d cd 31 6f . 1 o + pop bc ;6f20 c1 . + push de ;6f21 d5 . + ld de,l0000h ;6f22 11 00 00 . . . + call sub_6f31h ;6f25 cd 31 6f . 1 o + pop hl ;6f28 e1 . + ret ;6f29 c9 . +l6f2ah: + ld hl,lffffh ;6f2a 21 ff ff ! . . + ld de,lffffh ;6f2d 11 ff ff . . . + ret ;6f30 c9 . +sub_6f31h: + ld a,010h ;6f31 3e 10 > . +l6f33h: + push af ;6f33 f5 . + sla e ;6f34 cb 23 . # + rl d ;6f36 cb 12 . . + rl l ;6f38 cb 15 . . + rl h ;6f3a cb 14 . . + jr c,l6f44h ;6f3c 38 06 8 . + ld a,l ;6f3e 7d } + sub c ;6f3f 91 . + ld a,h ;6f40 7c | + sbc a,b ;6f41 98 . + jr c,l6f48h ;6f42 38 04 8 . +l6f44h: + and a ;6f44 a7 . + sbc hl,bc ;6f45 ed 42 . B + inc e ;6f47 1c . +l6f48h: + pop af ;6f48 f1 . + dec a ;6f49 3d = + jr nz,l6f33h ;6f4a 20 e7 . + ret ;6f4c c9 . +sub_6f4dh: + ld a,l ;6f4d 7d } + sub c ;6f4e 91 . + ld a,h ;6f4f 7c | + sbc a,b ;6f50 98 . + ret nc ;6f51 d0 . + ld a,b ;6f52 78 x + cpl ;6f53 2f / + ld b,a ;6f54 47 G + ld a,c ;6f55 79 y + cpl ;6f56 2f / + ld c,a ;6f57 4f O + inc bc ;6f58 03 . + call sub_6f5ch ;6f59 cd 5c 6f . \ o +sub_6f5ch: + ld a,d ;6f5c 7a z + ld d,e ;6f5d 53 S + ld e,008h ;6f5e 1e 08 . . +l6f60h: + add hl,hl ;6f60 29 ) + jp c,l6f80h ;6f61 da 80 6f . . o + add a,a ;6f64 87 . + jp nc,l6f69h ;6f65 d2 69 6f . i o + inc hl ;6f68 23 # +l6f69h: + push hl ;6f69 e5 . + add hl,bc ;6f6a 09 . + jp c,l6f76h ;6f6b da 76 6f . v o + pop hl ;6f6e e1 . + dec e ;6f6f 1d . + jp nz,l6f60h ;6f70 c2 60 6f . ` o + ld e,a ;6f73 5f _ + scf ;6f74 37 7 + ret ;6f75 c9 . +l6f76h: + inc sp ;6f76 33 3 + inc sp ;6f77 33 3 + inc a ;6f78 3c < + dec e ;6f79 1d . + jp nz,l6f60h ;6f7a c2 60 6f . ` o + ld e,a ;6f7d 5f _ + scf ;6f7e 37 7 + ret ;6f7f c9 . +l6f80h: + adc a,a ;6f80 8f . + jp nc,l6f85h ;6f81 d2 85 6f . . o + inc hl ;6f84 23 # +l6f85h: + add hl,bc ;6f85 09 . + dec e ;6f86 1d . + jp nc,l6f60h ;6f87 d2 60 6f . ` o + ld e,a ;6f8a 5f _ + scf ;6f8b 37 7 + ret ;6f8c c9 . +sub_6f8dh: + push hl ;6f8d e5 . + push bc ;6f8e c5 . + call sub_6fa0h ;6f8f cd a0 6f . . o + pop bc ;6f92 c1 . + ex (sp),hl ;6f93 e3 . + ex de,hl ;6f94 eb . + push hl ;6f95 e5 . + call sub_6fa0h ;6f96 cd a0 6f . . o + pop bc ;6f99 c1 . + add hl,bc ;6f9a 09 . + ex de,hl ;6f9b eb . + pop bc ;6f9c c1 . + ret nc ;6f9d d0 . + inc hl ;6f9e 23 # + ret ;6f9f c9 . +sub_6fa0h: + ld a,b ;6fa0 78 x + or c ;6fa1 b1 . + jp z,l6fc0h ;6fa2 ca c0 6f . . o + ld a,e ;6fa5 7b { + push de ;6fa6 d5 . + call sub_6fc7h ;6fa7 cd c7 6f . . o + ex (sp),hl ;6faa e3 . + push af ;6fab f5 . + ld a,h ;6fac 7c | + call sub_6fc7h ;6fad cd c7 6f . . o + ld d,a ;6fb0 57 W + pop af ;6fb1 f1 . + add a,h ;6fb2 84 . + ld e,a ;6fb3 5f _ + jp nc,l6fb8h ;6fb4 d2 b8 6f . . o + inc d ;6fb7 14 . +l6fb8h: + ld h,l ;6fb8 65 e + ld l,000h ;6fb9 2e 00 . . + pop bc ;6fbb c1 . + add hl,bc ;6fbc 09 . + ret nc ;6fbd d0 . + inc de ;6fbe 13 . + ret ;6fbf c9 . +l6fc0h: + ld hl,l0000h ;6fc0 21 00 00 ! . . + ld de,l0000h ;6fc3 11 00 00 . . . + ret ;6fc6 c9 . +sub_6fc7h: + ld hl,l0000h ;6fc7 21 00 00 ! . . + and a ;6fca a7 . + ret z ;6fcb c8 . + ld de,l0007h ;6fcc 11 07 00 . . . + add a,a ;6fcf 87 . +l6fd0h: + jp nc,l6fd5h ;6fd0 d2 d5 6f . . o + add hl,bc ;6fd3 09 . + adc a,d ;6fd4 8a . +l6fd5h: + add hl,hl ;6fd5 29 ) + adc a,a ;6fd6 8f . + dec e ;6fd7 1d . + jp nz,l6fd0h ;6fd8 c2 d0 6f . . o + ret nc ;6fdb d0 . + add hl,bc ;6fdc 09 . + adc a,d ;6fdd 8a . + ret ;6fde c9 . +sub_6fdfh: + ld a,h ;6fdf 7c | + and a ;6fe0 a7 . + ld a,001h ;6fe1 3e 01 > . + ret p ;6fe3 f0 . +sub_6fe4h: + push de ;6fe4 d5 . + ld de,l0000h ;6fe5 11 00 00 . . . + ex de,hl ;6fe8 eb . + and a ;6fe9 a7 . + sbc hl,de ;6fea ed 52 . R + pop de ;6fec d1 . + ld a,0ffh ;6fed 3e ff > . + ret ;6fef c9 . +sub_6ff0h: + push hl ;6ff0 e5 . + ld hl,l0000h ;6ff1 21 00 00 ! . . + and a ;6ff4 a7 . + sbc hl,de ;6ff5 ed 52 . R + ex de,hl ;6ff7 eb . + pop hl ;6ff8 e1 . + ret ;6ff9 c9 . + push de ;6ffa d5 . + ld d,b ;6ffb 50 P + ld e,c ;6ffc 59 Y + call sub_6ebfh ;6ffd cd bf 6e . . n + pop de ;7000 d1 . + ret ;7001 c9 . + ld a,h ;7002 7c | + or a ;7003 b7 . + push af ;7004 f5 . + call m,sub_6d20h ;7005 fc 20 6d . m + call sub_7027h ;7008 cd 27 70 . ' p + pop af ;700b f1 . +sub_700ch: + call m,sub_6d20h ;700c fc 20 6d . m + ret ;700f c9 . + ld a,h ;7010 7c | + or a ;7011 b7 . + call m,sub_6d20h ;7012 fc 20 6d . m + call sub_703bh ;7015 cd 3b 70 . ; p + ret ;7018 c9 . +sub_7019h: + ld a,h ;7019 7c | + or a ;701a b7 . + push af ;701b f5 . + call m,sub_6d20h ;701c fc 20 6d . m + call sub_7052h ;701f cd 52 70 . R p + pop af ;7022 f1 . + call m,sub_6d20h ;7023 fc 20 6d . m + ret ;7026 c9 . +sub_7027h: + call sub_707ch ;7027 cd 7c 70 . | p + ex de,hl ;702a eb . + ld h,d ;702b 62 b + push de ;702c d5 . + ld a,d ;702d 7a z + and 01fh ;702e e6 1f . . + ld d,a ;7030 57 W + call sub_708ch ;7031 cd 8c 70 . . p + pop bc ;7034 c1 . + bit 6,b ;7035 cb 70 . p + call nz,sub_6d20h ;7037 c4 20 6d . m + ret ;703a c9 . +sub_703bh: + call sub_707ch ;703b cd 7c 70 . | p + ex de,hl ;703e eb . + ld a,d ;703f 7a z + add a,020h ;7040 c6 20 . + ld d,a ;7042 57 W + ld h,d ;7043 62 b + push de ;7044 d5 . + and 01fh ;7045 e6 1f . . + ld d,a ;7047 57 W + call sub_708ch ;7048 cd 8c 70 . . p + pop bc ;704b c1 . + bit 6,b ;704c cb 70 . p + call nz,sub_6d20h ;704e c4 20 6d . m + ret ;7051 c9 . +sub_7052h: + call sub_707ch ;7052 cd 7c 70 . | p + ex de,hl ;7055 eb . + ld h,d ;7056 62 b + push de ;7057 d5 . + push de ;7058 d5 . + ld a,d ;7059 7a z + and 01fh ;705a e6 1f . . + ld d,a ;705c 57 W + call sub_708ch ;705d cd 8c 70 . . p + pop bc ;7060 c1 . + bit 6,b ;7061 cb 70 . p + call nz,sub_6d20h ;7063 c4 20 6d . m + exx ;7066 d9 . + pop de ;7067 d1 . + ld a,d ;7068 7a z + add a,020h ;7069 c6 20 . + ld d,a ;706b 57 W + ld h,d ;706c 62 b + push de ;706d d5 . + and 01fh ;706e e6 1f . . + ld d,a ;7070 57 W + call sub_708ch ;7071 cd 8c 70 . . p + pop bc ;7074 c1 . + bit 6,b ;7075 cb 70 . p + call nz,sub_6d20h ;7077 c4 20 6d . m + exx ;707a d9 . + ret ;707b c9 . +sub_707ch: + exx ;707c d9 . + ld hl,l005bh ;707d 21 5b 00 ! [ . + ld de,l05b0h ;7080 11 b0 05 . . . + exx ;7083 d9 . + call sub_6b72h ;7084 cd 72 6b . r k + sla d ;7087 cb 22 . " + ret nc ;7089 d0 . + inc hl ;708a 23 # + ret ;708b c9 . +sub_708ch: + bit 5,h ;708c cb 6c . l + jr z,l7097h ;708e 28 07 ( . + ld hl,l2000h ;7090 21 00 20 ! . + or a ;7093 b7 . + sbc hl,de ;7094 ed 52 . R + ex de,hl ;7096 eb . +l7097h: + ld hl,01feah ;7097 21 ea 1f ! . . + or a ;709a b7 . + sbc hl,de ;709b ed 52 . R + jr nc,l70a6h ;709d 30 07 0 . + ld hl,l0000h+1 ;709f 21 01 00 ! . . + ld de,l0000h ;70a2 11 00 00 . . . + ret ;70a5 c9 . +l70a6h: + ex de,hl ;70a6 eb . + add hl,hl ;70a7 29 ) + call sub_02cdh ;70a8 cd cd 02 . . . + ld hl,l0000h ;70ab 21 00 00 ! . . + ret ;70ae c9 . +sub_70afh: + push bc ;70af c5 . + exx ;70b0 d9 . + pop hl ;70b1 e1 . + exx ;70b2 d9 . + bit 7,h ;70b3 cb 7c . | + jr z,l70bfh ;70b5 28 08 ( . + call sub_6d20h ;70b7 cd 20 6d . m + exx ;70ba d9 . + ld (hl),02dh ;70bb 36 2d 6 - + inc hl ;70bd 23 # + exx ;70be d9 . +l70bfh: + ex de,hl ;70bf eb . + ld bc,l0003h ;70c0 01 03 00 . . . + add hl,bc ;70c3 09 . + ex de,hl ;70c4 eb . + ld c,b ;70c5 48 H + adc hl,bc ;70c6 ed 4a . J + push de ;70c8 d5 . + call sub_70e3h ;70c9 cd e3 70 . . p + pop hl ;70cc e1 . + ld a,h ;70cd 7c | + or l ;70ce b5 . + jr z,l70deh ;70cf 28 0d ( . + exx ;70d1 d9 . + ld (hl),02eh ;70d2 36 2e 6 . + inc hl ;70d4 23 # + exx ;70d5 d9 . + ld b,004h ;70d6 06 04 . . + call sub_714eh ;70d8 cd 4e 71 . N q + call sub_715dh ;70db cd 5d 71 . ] q +l70deh: + exx ;70de d9 . + ld (hl),000h ;70df 36 00 6 . + exx ;70e1 d9 . + ret ;70e2 c9 . +sub_70e3h: + exx ;70e3 d9 . + push hl ;70e4 e5 . + exx ;70e5 d9 . + pop bc ;70e6 c1 . + call sub_710fh ;70e7 cd 0f 71 . . q + push bc ;70ea c5 . + exx ;70eb d9 . + pop hl ;70ec e1 . + exx ;70ed d9 . + ret ;70ee c9 . +sub_70efh: + pop de ;70ef d1 . + pop bc ;70f0 c1 . + pop hl ;70f1 e1 . + push hl ;70f2 e5 . + push bc ;70f3 c5 . + push de ;70f4 d5 . + call sub_70f9h ;70f5 cd f9 70 . . p + ret ;70f8 c9 . +sub_70f9h: + ld a,h ;70f9 7c | + or a ;70fa b7 . + jp p,l7108h ;70fb f2 08 71 . . q + ex de,hl ;70fe eb . + ld hl,l0000h ;70ff 21 00 00 ! . . + sbc hl,de ;7102 ed 52 . R + ld a,02dh ;7104 3e 2d > - + ld (bc),a ;7106 02 . + inc bc ;7107 03 . +l7108h: + call sub_710fh ;7108 cd 0f 71 . . q + ld a,000h ;710b 3e 00 > . + ld (bc),a ;710d 02 . + ret ;710e c9 . +sub_710fh: + ld a,000h ;710f 3e 00 > . + ld de,l2710h ;7111 11 10 27 . . ' + call sub_712fh ;7114 cd 2f 71 . / q + ld de,l03e8h ;7117 11 e8 03 . . . + call sub_712fh ;711a cd 2f 71 . / q + ld de,l0064h ;711d 11 64 00 . d . + call sub_712fh ;7120 cd 2f 71 . / q + ld de,l000ah ;7123 11 0a 00 . . . + call sub_712fh ;7126 cd 2f 71 . / q + ld a,l ;7129 7d } + add a,030h ;712a c6 30 . 0 + ld (bc),a ;712c 02 . + inc bc ;712d 03 . + ret ;712e c9 . +sub_712fh: + or a ;712f b7 . + jr z,l713eh ;7130 28 0c ( . +l7132h: + inc a ;7132 3c < + sbc hl,de ;7133 ed 52 . R + jp nc,l7132h ;7135 d2 32 71 . 2 q + add hl,de ;7138 19 . + ld (bc),a ;7139 02 . + inc bc ;713a 03 . + ld a,02fh ;713b 3e 2f > / + ret ;713d c9 . +l713eh: + inc a ;713e 3c < + sbc hl,de ;713f ed 52 . R + jp nc,l713eh ;7141 d2 3e 71 . > q + add hl,de ;7144 19 . + dec a ;7145 3d = + ret z ;7146 c8 . + add a,030h ;7147 c6 30 . 0 + ld (bc),a ;7149 02 . + inc bc ;714a 03 . + ld a,02fh ;714b 3e 2f > / + ret ;714d c9 . +sub_714eh: + call sub_716dh ;714e cd 6d 71 . m q + add a,030h ;7151 c6 30 . 0 + exx ;7153 d9 . + ld (hl),a ;7154 77 w + inc hl ;7155 23 # + exx ;7156 d9 . + ld a,h ;7157 7c | + or l ;7158 b5 . + ret z ;7159 c8 . + djnz sub_714eh ;715a 10 f2 . . + ret ;715c c9 . +sub_715dh: + exx ;715d d9 . +l715eh: + dec hl ;715e 2b + + ld a,(hl) ;715f 7e ~ + cp 02eh ;7160 fe 2e . . + jp z,l716bh ;7162 ca 6b 71 . k q + cp 030h ;7165 fe 30 . 0 + jp z,l715eh ;7167 ca 5e 71 . ^ q + inc hl ;716a 23 # +l716bh: + exx ;716b d9 . + ret ;716c c9 . +sub_716dh: + ld c,000h ;716d 0e 00 . . + ld a,c ;716f 79 y + add hl,hl ;7170 29 ) + adc a,c ;7171 89 . + ld c,a ;7172 4f O + ld d,h ;7173 54 T + ld e,l ;7174 5d ] + add hl,hl ;7175 29 ) + adc a,a ;7176 8f . + add hl,hl ;7177 29 ) + adc a,a ;7178 8f . + add hl,de ;7179 19 . + adc a,c ;717a 89 . + ret ;717b c9 . +sub_717ch: + ld (lf807h),hl ;717c 22 07 f8 " . . + ld (lf809h),de ;717f ed 53 09 f8 . S . . + exx ;7183 d9 . + ld (lf80bh),hl ;7184 22 0b f8 " . . + ld (lf80dh),de ;7187 ed 53 0d f8 . S . . + call sub_6d32h ;718b cd 32 6d . 2 m + ld (lf80fh),hl ;718e 22 0f f8 " . . + ld (lf811h),de ;7191 ed 53 11 f8 . S . . + ld hl,(lf80fh) ;7195 2a 0f f8 * . . + ld de,(lf811h) ;7198 ed 5b 11 f8 . [ . . + exx ;719c d9 . + ld hl,(lf80bh) ;719d 2a 0b f8 * . . + ld de,(lf80dh) ;71a0 ed 5b 0d f8 . [ . . + call sub_6c12h ;71a4 cd 12 6c . . l + ld (lf813h),hl ;71a7 22 13 f8 " . . + ld (lf815h),de ;71aa ed 53 15 f8 . S . . + ld hl,(lf80fh) ;71ae 2a 0f f8 * . . + ld de,(lf811h) ;71b1 ed 5b 11 f8 . [ . . + exx ;71b5 d9 . + ld hl,(lf807h) ;71b6 2a 07 f8 * . . + ld de,(lf809h) ;71b9 ed 5b 09 f8 . [ . . + call sub_6c12h ;71bd cd 12 6c . . l + ld (lf817h),hl ;71c0 22 17 f8 " . . + ld (lf819h),de ;71c3 ed 53 19 f8 . S . . + ret ;71c7 c9 . +sub_71c8h: + ld (lf81bh),hl ;71c8 22 1b f8 " . . + ld (lf81dh),de ;71cb ed 53 1d f8 . S . . + exx ;71cf d9 . + ld (lf81fh),hl ;71d0 22 1f f8 " . . + ld (lf821h),de ;71d3 ed 53 21 f8 . S ! . + ld hl,(lf817h) ;71d7 2a 17 f8 * . . + ld de,(lf819h) ;71da ed 5b 19 f8 . [ . . + call sub_6b52h ;71de cd 52 6b . R k + push hl ;71e1 e5 . + push de ;71e2 d5 . + ld hl,(lf813h) ;71e3 2a 13 f8 * . . + ld de,(lf815h) ;71e6 ed 5b 15 f8 . [ . . + exx ;71ea d9 . + ld hl,(lf81fh) ;71eb 2a 1f f8 * . . + ld de,(lf821h) ;71ee ed 5b 21 f8 . [ ! . + call sub_6b52h ;71f2 cd 52 6b . R k + exx ;71f5 d9 . + pop de ;71f6 d1 . + pop hl ;71f7 e1 . + call sub_6b3dh ;71f8 cd 3d 6b . = k + push hl ;71fb e5 . + push de ;71fc d5 . + ld hl,(lf813h) ;71fd 2a 13 f8 * . . + ld de,(lf815h) ;7200 ed 5b 15 f8 . [ . . + exx ;7204 d9 . + ld hl,(lf81bh) ;7205 2a 1b f8 * . . + ld de,(lf81dh) ;7208 ed 5b 1d f8 . [ . . + call sub_6b52h ;720c cd 52 6b . R k + push hl ;720f e5 . + push de ;7210 d5 . + ld hl,(lf817h) ;7211 2a 17 f8 * . . + ld de,(lf819h) ;7214 ed 5b 19 f8 . [ . . + exx ;7218 d9 . + ld hl,(lf81fh) ;7219 2a 1f f8 * . . + ld de,(lf821h) ;721c ed 5b 21 f8 . [ ! . + call sub_6b52h ;7220 cd 52 6b . R k + exx ;7223 d9 . + pop de ;7224 d1 . + pop hl ;7225 e1 . + call sub_6b2ah ;7226 cd 2a 6b . * k + exx ;7229 d9 . + pop de ;722a d1 . + pop hl ;722b e1 . + ret ;722c c9 . + ld a,0ffh ;722d 3e ff > . + ld (lf827h),a ;722f 32 27 f8 2 ' . + ret ;7232 c9 . +sub_7233h: + call sub_7237h ;7233 cd 37 72 . 7 r + ret ;7236 c9 . +sub_7237h: + xor a ;7237 af . + ld (lf827h),a ;7238 32 27 f8 2 ' . + ret ;723b c9 . + ld bc,lf829h ;723c 01 29 f8 . ) . + ld hl,(lf823h) ;723f 2a 23 f8 * # . + call sub_70f9h ;7242 cd f9 70 . . p + ld hl,lf829h ;7245 21 29 f8 ! ) . + call l11ffh ;7248 cd ff 11 . . . + call sub_11f9h ;724b cd f9 11 . . . + ld bc,lf829h ;724e 01 29 f8 . ) . + ld hl,(lf825h) ;7251 2a 25 f8 * % . + call sub_70f9h ;7254 cd f9 70 . . p + ld hl,lf829h ;7257 21 29 f8 ! ) . + call l11ffh ;725a cd ff 11 . . . + call sub_11f9h ;725d cd f9 11 . . . + ld a,(lf828h) ;7260 3a 28 f8 : ( . + add a,030h ;7263 c6 30 . 0 + call sub_1256h ;7265 cd 56 12 . V . + call sub_0a06h ;7268 cd 06 0a . . . + ld a,(lf873h) ;726b 3a 73 f8 : s . + and 0fbh ;726e e6 fb . . + ld (lf873h),a ;7270 32 73 f8 2 s . + ret ;7273 c9 . +sub_7274h: + ld hl,lf827h ;7274 21 27 f8 ! ' . + ld a,(hl) ;7277 7e ~ + and a ;7278 a7 . + ret z ;7279 c8 . + ld (hl),000h ;727a 36 00 6 . + call sub_4f13h ;727c cd 13 4f . . O + ld (lf823h),hl ;727f 22 23 f8 " # . + ld (lf825h),de ;7282 ed 53 25 f8 . S % . + ld a,(lf873h) ;7286 3a 73 f8 : s . + or 004h ;7289 f6 04 . . + ld (lf873h),a ;728b 32 73 f8 2 s . + and 001h ;728e e6 01 . . + ld (lf828h),a ;7290 32 28 f8 2 ( . + ret ;7293 c9 . + ld hl,lf5c9h ;7294 21 c9 f5 ! . . + ld b,001h ;7297 06 01 . . + call sub_4135h ;7299 cd 35 41 . 5 A + ret z ;729c c8 . + call sub_aa24h ;729d cd 24 aa . $ . + call sub_4ecfh ;72a0 cd cf 4e . . N + ld hl,(lf5c9h) ;72a3 2a c9 f5 * . . + ld de,(lf5c9h+2) ;72a6 ed 5b cb f5 . [ . . + ld (lf83bh),hl ;72aa 22 3b f8 " ; . + ld (lf83dh),de ;72ad ed 53 3d f8 . S = . + ld hl,(l6aadh) ;72b1 2a ad 6a * . j + ld de,(06aafh) ;72b4 ed 5b af 6a . [ . j + ld (0f603h),hl ;72b8 22 03 f6 " . . + ld (lf605h),de ;72bb ed 53 05 f6 . S . . + ld hl,(l6a25h) ;72bf 2a 25 6a * % j + ld de,(l6a27h) ;72c2 ed 5b 27 6a . [ ' j + ld (lf607h),hl ;72c6 22 07 f6 " . . + ld (lf609h),de ;72c9 ed 53 09 f6 . S . . + ld hl,lf5c9h ;72cd 21 c9 f5 ! . . + ld b,001h ;72d0 06 01 . . + call sub_4135h ;72d2 cd 35 41 . 5 A + jr z,l72e5h ;72d5 28 0e ( . + ld hl,(lf5c9h) ;72d7 2a c9 f5 * . . + ld de,(lf5c9h+2) ;72da ed 5b cb f5 . [ . . + ld (lf607h),hl ;72de 22 07 f6 " . . + ld (lf609h),de ;72e1 ed 53 09 f6 . S . . +l72e5h: + ld hl,(lf83bh) ;72e5 2a 3b f8 * ; . + ld de,(lf83dh) ;72e8 ed 5b 3d f8 . [ = . + ld (lf5f3h),hl ;72ec 22 f3 f5 " . . + ld (lf5f5h),de ;72ef ed 53 f5 f5 . S . . + ld hl,(l6a49h) ;72f3 2a 49 6a * I j + ld de,(l6a4bh) ;72f6 ed 5b 4b 6a . [ K j + ld (lf5f5h+2),hl ;72fa 22 f7 f5 " . . + ld (0f5f9h),de ;72fd ed 53 f9 f5 . S . . + call sub_5277h ;7301 cd 77 52 . w R + jp z,l7328h ;7304 ca 28 73 . ( s + ld hl,(lf5f5h+2) ;7307 2a f7 f5 * . . + ld de,(0f5f9h) ;730a ed 5b f9 f5 . [ . . + exx ;730e d9 . + ld hl,(lf5f3h) ;730f 2a f3 f5 * . . + ld de,(lf5f5h) ;7312 ed 5b f5 f5 . [ . . + call sub_5475h ;7316 cd 75 54 . u T + ld (lf5f3h),hl ;7319 22 f3 f5 " . . + ld (lf5f5h),de ;731c ed 53 f5 f5 . S . . + exx ;7320 d9 . + ld (lf5f5h+2),hl ;7321 22 f7 f5 " . . + ld (0f5f9h),de ;7324 ed 53 f9 f5 . S . . +l7328h: + ld a,000h ;7328 3e 00 > . + call sub_4ee7h ;732a cd e7 4e . . N + ld a,000h ;732d 3e 00 > . + call sub_4ef2h ;732f cd f2 4e . . N + call sub_4f02h ;7332 cd 02 4f . . O + ld (lf833h),hl ;7335 22 33 f8 " 3 . + ld (lf835h),de ;7338 ed 53 35 f8 . S 5 . + exx ;733c d9 . + ld (lf837h),hl ;733d 22 37 f8 " 7 . + ld (lf839h),de ;7340 ed 53 39 f8 . S 9 . + ld hl,(lf5f3h) ;7344 2a f3 f5 * . . + ld de,(lf5f5h) ;7347 ed 5b f5 f5 . [ . . + exx ;734b d9 . + ld hl,(lf833h) ;734c 2a 33 f8 * 3 . + ld de,(lf835h) ;734f ed 5b 35 f8 . [ 5 . + call sub_6b2ah ;7353 cd 2a 6b . * k + exx ;7356 d9 . + ld hl,(lf837h) ;7357 2a 37 f8 * 7 . + ld de,(lf839h) ;735a ed 5b 39 f8 . [ 9 . + exx ;735e d9 . + call sub_4f84h ;735f cd 84 4f . . O + ld a,0ffh ;7362 3e ff > . + call sub_4ef2h ;7364 cd f2 4e . . N + call sub_45f6h ;7367 cd f6 45 . . E + call sub_4361h ;736a cd 61 43 . a C + ld a,000h ;736d 3e 00 > . + call sub_4ef2h ;736f cd f2 4e . . N + ld hl,(lf837h) ;7372 2a 37 f8 * 7 . + ld de,(lf839h) ;7375 ed 5b 39 f8 . [ 9 . + exx ;7379 d9 . + ld hl,(lf833h) ;737a 2a 33 f8 * 3 . + ld de,(lf835h) ;737d ed 5b 35 f8 . [ 5 . + call sub_4f84h ;7381 cd 84 4f . . O + ret ;7384 c9 . + ld hl,lf5c9h ;7385 21 c9 f5 ! . . + ld b,003h ;7388 06 03 . . + call sub_4135h ;738a cd 35 41 . 5 A + ret z ;738d c8 . + cp 003h ;738e fe 03 . . + jp nz,l7459h ;7390 c2 59 74 . Y t + call sub_aa24h ;7393 cd 24 aa . $ . + ld hl,(lf5c9h) ;7396 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7399 ed 5b cb f5 . [ . . + ld (lf833h),hl ;739d 22 33 f8 " 3 . + ld (lf835h),de ;73a0 ed 53 35 f8 . S 5 . + ld hl,(lf5cdh) ;73a4 2a cd f5 * . . + ld de,(lf5cfh) ;73a7 ed 5b cf f5 . [ . . + ld (lf837h),hl ;73ab 22 37 f8 " 7 . + ld (lf839h),de ;73ae ed 53 39 f8 . S 9 . + ld hl,(lf5d1h) ;73b2 2a d1 f5 * . . + ld de,(lf5d3h) ;73b5 ed 5b d3 f5 . [ . . + ld (0f603h),hl ;73b9 22 03 f6 " . . + ld (lf605h),de ;73bc ed 53 05 f6 . S . . + ld hl,(l6a25h) ;73c0 2a 25 6a * % j + ld de,(l6a27h) ;73c3 ed 5b 27 6a . [ ' j + ld (lf607h),hl ;73c7 22 07 f6 " . . + ld (lf609h),de ;73ca ed 53 09 f6 . S . . + ld hl,lf5c9h ;73ce 21 c9 f5 ! . . + ld b,001h ;73d1 06 01 . . + call sub_4135h ;73d3 cd 35 41 . 5 A + jp z,l73e7h ;73d6 ca e7 73 . . s + ld hl,(lf5c9h) ;73d9 2a c9 f5 * . . + ld de,(lf5c9h+2) ;73dc ed 5b cb f5 . [ . . + ld (lf607h),hl ;73e0 22 07 f6 " . . + ld (lf609h),de ;73e3 ed 53 09 f6 . S . . +l73e7h: + call sub_5277h ;73e7 cd 77 52 . w R + jp z,l740eh ;73ea ca 0e 74 . . t + ld hl,(lf837h) ;73ed 2a 37 f8 * 7 . + ld de,(lf839h) ;73f0 ed 5b 39 f8 . [ 9 . + exx ;73f4 d9 . + ld hl,(lf833h) ;73f5 2a 33 f8 * 3 . + ld de,(lf835h) ;73f8 ed 5b 35 f8 . [ 5 . + call sub_53a4h ;73fc cd a4 53 . . S + ld (lf833h),hl ;73ff 22 33 f8 " 3 . + ld (lf835h),de ;7402 ed 53 35 f8 . S 5 . + exx ;7406 d9 . + ld (lf837h),hl ;7407 22 37 f8 " 7 . + ld (lf839h),de ;740a ed 53 39 f8 . S 9 . +l740eh: + call sub_4f02h ;740e cd 02 4f . . O + ld (lf5f3h),hl ;7411 22 f3 f5 " . . + ld (lf5f5h),de ;7414 ed 53 f5 f5 . S . . + exx ;7418 d9 . + ld (lf5f5h+2),hl ;7419 22 f7 f5 " . . + ld (0f5f9h),de ;741c ed 53 f9 f5 . S . . + ld hl,(lf833h) ;7420 2a 33 f8 * 3 . + ld de,(lf835h) ;7423 ed 5b 35 f8 . [ 5 . + exx ;7427 d9 . + ld hl,(lf5f3h) ;7428 2a f3 f5 * . . + ld de,(lf5f5h) ;742b ed 5b f5 f5 . [ . . + call sub_6b3dh ;742f cd 3d 6b . = k + ld (lf5f3h),hl ;7432 22 f3 f5 " . . + ld (lf5f5h),de ;7435 ed 53 f5 f5 . S . . + ld hl,(lf837h) ;7439 2a 37 f8 * 7 . + ld de,(lf839h) ;743c ed 5b 39 f8 . [ 9 . + exx ;7440 d9 . + ld hl,(lf5f5h+2) ;7441 2a f7 f5 * . . + ld de,(0f5f9h) ;7444 ed 5b f9 f5 . [ . . + call sub_6b3dh ;7448 cd 3d 6b . = k + ld (lf5f5h+2),hl ;744b 22 f7 f5 " . . + ld (0f5f9h),de ;744e ed 53 f9 f5 . S . . + call sub_45f6h ;7452 cd f6 45 . . E + call sub_4361h ;7455 cd 61 43 . a C + ret ;7458 c9 . +l7459h: + ret z ;7459 c8 . + ld a,002h ;745a 3e 02 > . + call sub_7d6eh ;745c cd 6e 7d . n } + ret ;745f c9 . + ld hl,lf5c9h ;7460 21 c9 f5 ! . . + ld b,003h ;7463 06 03 . . + call sub_4135h ;7465 cd 35 41 . 5 A + ret z ;7468 c8 . + cp 003h ;7469 fe 03 . . + jp nz,l7510h ;746b c2 10 75 . . u + call sub_aa24h ;746e cd 24 aa . $ . + ld hl,(lf5c9h) ;7471 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7474 ed 5b cb f5 . [ . . + ld (lf5f3h),hl ;7478 22 f3 f5 " . . + ld (lf5f5h),de ;747b ed 53 f5 f5 . S . . + ld hl,(lf5cdh) ;747f 2a cd f5 * . . + ld de,(lf5cfh) ;7482 ed 5b cf f5 . [ . . + ld (lf5f5h+2),hl ;7486 22 f7 f5 " . . + ld (0f5f9h),de ;7489 ed 53 f9 f5 . S . . + ld hl,(lf5d1h) ;748d 2a d1 f5 * . . + ld de,(lf5d3h) ;7490 ed 5b d3 f5 . [ . . + ld (0f603h),hl ;7494 22 03 f6 " . . + ld (lf605h),de ;7497 ed 53 05 f6 . S . . + ld hl,(l6a25h) ;749b 2a 25 6a * % j + ld de,(l6a27h) ;749e ed 5b 27 6a . [ ' j + ld (lf607h),hl ;74a2 22 07 f6 " . . + ld (lf609h),de ;74a5 ed 53 09 f6 . S . . + ld hl,lf5c9h ;74a9 21 c9 f5 ! . . + ld b,001h ;74ac 06 01 . . + call sub_4135h ;74ae cd 35 41 . 5 A + jr z,l74c1h ;74b1 28 0e ( . + ld hl,(lf5c9h) ;74b3 2a c9 f5 * . . + ld de,(lf5c9h+2) ;74b6 ed 5b cb f5 . [ . . + ld (lf607h),hl ;74ba 22 07 f6 " . . + ld (lf609h),de ;74bd ed 53 09 f6 . S . . +l74c1h: + call sub_5277h ;74c1 cd 77 52 . w R + jr z,l74e7h ;74c4 28 21 ( ! + ld hl,(lf5f5h+2) ;74c6 2a f7 f5 * . . + ld de,(0f5f9h) ;74c9 ed 5b f9 f5 . [ . . + exx ;74cd d9 . + ld hl,(lf5f3h) ;74ce 2a f3 f5 * . . + ld de,(lf5f5h) ;74d1 ed 5b f5 f5 . [ . . + call sub_5475h ;74d5 cd 75 54 . u T + ld (lf5f3h),hl ;74d8 22 f3 f5 " . . + ld (lf5f5h),de ;74db ed 53 f5 f5 . S . . + exx ;74df d9 . + ld (lf5f5h+2),hl ;74e0 22 f7 f5 " . . + ld (0f5f9h),de ;74e3 ed 53 f9 f5 . S . . +l74e7h: + ld hl,(lf5f3h) ;74e7 2a f3 f5 * . . + ld de,(lf5f5h) ;74ea ed 5b f5 f5 . [ . . + call sub_6d20h ;74ee cd 20 6d . m + ld (lf5f3h),hl ;74f1 22 f3 f5 " . . +l74f4h: + ld (lf5f5h),de ;74f4 ed 53 f5 f5 . S . . + ld hl,(lf5f5h+2) ;74f8 2a f7 f5 * . . + ld de,(0f5f9h) ;74fb ed 5b f9 f5 . [ . . + call sub_6d20h ;74ff cd 20 6d . m + ld (lf5f5h+2),hl ;7502 22 f7 f5 " . . + ld (0f5f9h),de ;7505 ed 53 f9 f5 . S . . + call sub_45f6h ;7509 cd f6 45 . . E + call sub_4361h ;750c cd 61 43 . a C + ret ;750f c9 . +l7510h: + ret z ;7510 c8 . + ld a,002h ;7511 3e 02 > . + call sub_7d6eh ;7513 cd 6e 7d . n } + ret ;7516 c9 . +sub_7517h: + ld hl,lf5c9h ;7517 21 c9 f5 ! . . + ld b,003h ;751a 06 03 . . + call sub_4135h ;751c cd 35 41 . 5 A + ret z ;751f c8 . + cp 003h ;7520 fe 03 . . + jp nz,l7d5bh ;7522 c2 5b 7d . [ } + call sub_aa24h ;7525 cd 24 aa . $ . + call sub_4ecfh ;7528 cd cf 4e . . N + ld hl,(lf5cdh) ;752b 2a cd f5 * . . + ld de,(lf5cfh) ;752e ed 5b cf f5 . [ . . + call sub_7019h ;7532 cd 19 70 . . p + ld (lf813h),hl ;7535 22 13 f8 " . . + ld (lf815h),de ;7538 ed 53 15 f8 . S . . + exx ;753c d9 . + ld (lf817h),hl ;753d 22 17 f8 " . . + ld (lf819h),de ;7540 ed 53 19 f8 . S . . + ld hl,(lf817h) ;7544 2a 17 f8 * . . + ld de,(lf819h) ;7547 ed 5b 19 f8 . [ . . + exx ;754b d9 . + ld hl,(lf5c9h) ;754c 2a c9 f5 * . . + ld de,(lf5c9h+2) ;754f ed 5b cb f5 . [ . . + call sub_6b52h ;7553 cd 52 6b . R k + ld (lf5f3h),hl ;7556 22 f3 f5 " . . + ld (lf5f5h),de ;7559 ed 53 f5 f5 . S . . + ld hl,(lf813h) ;755d 2a 13 f8 * . . + ld de,(lf815h) ;7560 ed 5b 15 f8 . [ . . + exx ;7564 d9 . + ld hl,(lf5c9h) ;7565 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7568 ed 5b cb f5 . [ . . + call sub_6b52h ;756c cd 52 6b . R k + ld (lf5f5h+2),hl ;756f 22 f7 f5 " . . + ld (0f5f9h),de ;7572 ed 53 f9 f5 . S . . + ld hl,(l6a25h) ;7576 2a 25 6a * % j + ld de,(l6a27h) ;7579 ed 5b 27 6a . [ ' j + ld (lf607h),hl ;757d 22 07 f6 " . . + ld (lf609h),de ;7580 ed 53 09 f6 . S . . + ld hl,lf5c9h ;7584 21 c9 f5 ! . . + ld b,001h ;7587 06 01 . . + call sub_4135h ;7589 cd 35 41 . 5 A + jr z,l75adh ;758c 28 1f ( . + ld hl,(lf5c9h) ;758e 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7591 ed 5b cb f5 . [ . . + ld (lf607h),hl ;7595 22 07 f6 " . . + ld (lf609h),de ;7598 ed 53 09 f6 . S . . + ld hl,(lf607h) ;759c 2a 07 f6 * . . + ld de,(lf609h) ;759f ed 5b 09 f6 . [ . . + call sub_6d1dh ;75a3 cd 1d 6d . . m + ld (lf607h),hl ;75a6 22 07 f6 " . . + ld (lf609h),de ;75a9 ed 53 09 f6 . S . . +l75adh: + call sub_5277h ;75ad cd 77 52 . w R + jr z,l75d3h ;75b0 28 21 ( ! + ld hl,(lf5f5h+2) ;75b2 2a f7 f5 * . . + ld de,(0f5f9h) ;75b5 ed 5b f9 f5 . [ . . + exx ;75b9 d9 . + ld hl,(lf5f3h) ;75ba 2a f3 f5 * . . + ld de,(lf5f5h) ;75bd ed 5b f5 f5 . [ . . + call sub_5475h ;75c1 cd 75 54 . u T + ld (lf5f3h),hl ;75c4 22 f3 f5 " . . + ld (lf5f5h),de ;75c7 ed 53 f5 f5 . S . . + exx ;75cb d9 . + ld (lf5f5h+2),hl ;75cc 22 f7 f5 " . . + ld (0f5f9h),de ;75cf ed 53 f9 f5 . S . . +l75d3h: + call sub_4f02h ;75d3 cd 02 4f . . O + ld (lf6afh),hl ;75d6 22 af f6 " . . + ld (0f6b1h),de ;75d9 ed 53 b1 f6 . S . . + exx ;75dd d9 . + ld (lf6b3h),hl ;75de 22 b3 f6 " . . + ld (lf6b5h),de ;75e1 ed 53 b5 f6 . S . . + ld hl,(lf5d1h) ;75e5 2a d1 f5 * . . + ld de,(lf5d3h) ;75e8 ed 5b d3 f5 . [ . . + ld (0f603h),hl ;75ec 22 03 f6 " . . + ld (lf605h),de ;75ef ed 53 05 f6 . S . . + call sub_7663h ;75f3 cd 63 76 . c v + ld hl,(0f603h) ;75f6 2a 03 f6 * . . + ld de,(lf605h) ;75f9 ed 5b 05 f6 . [ . . + call sub_6d1dh ;75fd cd 1d 6d . . m + exx ;7600 d9 . + ld hl,(l6aadh) ;7601 2a ad 6a * . j + ld de,(06aafh) ;7604 ed 5b af 6a . [ . j + call sub_6ae3h ;7608 cd e3 6a . . j + ld a,000h ;760b 3e 00 > . + jr z,l7628h ;760d 28 19 ( . + ld a,0ffh ;760f 3e ff > . + call sub_4ef2h ;7611 cd f2 4e . . N + ld hl,(l6a49h) ;7614 2a 49 6a * I j + ld de,(l6a4bh) ;7617 ed 5b 4b 6a . [ K j + exx ;761b d9 . + ld hl,(l6a49h) ;761c 2a 49 6a * I j + ld de,(l6a4bh) ;761f ed 5b 4b 6a . [ K j + call sub_4f26h ;7623 cd 26 4f . & O + ld a,0ffh ;7626 3e ff > . +l7628h: + push af ;7628 f5 . + call sub_4ef2h ;7629 cd f2 4e . . N + ld hl,(lf5f5h+2) ;762c 2a f7 f5 * . . + ld de,(0f5f9h) ;762f ed 5b f9 f5 . [ . . + exx ;7633 d9 . + ld hl,(lf5f3h) ;7634 2a f3 f5 * . . + ld de,(lf5f5h) ;7637 ed 5b f5 f5 . [ . . + call sub_4f26h ;763b cd 26 4f . & O + ld a,0ffh ;763e 3e ff > . + call sub_4ef2h ;7640 cd f2 4e . . N + call sub_4539h ;7643 cd 39 45 . 9 E + call sub_4361h ;7646 cd 61 43 . a C + pop af ;7649 f1 . + call sub_4ef2h ;764a cd f2 4e . . N + ld hl,(l6a49h) ;764d 2a 49 6a * I j + ld de,(l6a4bh) ;7650 ed 5b 4b 6a . [ K j + exx ;7654 d9 . + ld hl,(l6a49h) ;7655 2a 49 6a * I j + ld de,(l6a4bh) ;7658 ed 5b 4b 6a . [ K j + call sub_4f26h ;765c cd 26 4f . & O + call sub_84feh ;765f cd fe 84 . . . + ret ;7662 c9 . +sub_7663h: + ld a,(0f604h) ;7663 3a 04 f6 : . . + and a ;7666 a7 . + jp m,l768ch ;7667 fa 8c 76 . . v + ld hl,(0f603h) ;766a 2a 03 f6 * . . + ld de,(lf605h) ;766d ed 5b 05 f6 . [ . . + exx ;7671 d9 . + ld hl,(l6aadh) ;7672 2a ad 6a * . j + ld de,(06aafh) ;7675 ed 5b af 6a . [ . j + call sub_6ae3h ;7679 cd e3 6a . . j + ret p ;767c f0 . + ld hl,(l6aadh) ;767d 2a ad 6a * . j + ld de,(06aafh) ;7680 ed 5b af 6a . [ . j + ld (0f603h),hl ;7684 22 03 f6 " . . + ld (lf605h),de ;7687 ed 53 05 f6 . S . . + ret ;768b c9 . +l768ch: + ld hl,(l6a41h) ;768c 2a 41 6a * A j + ld de,(06a43h) ;768f ed 5b 43 6a . [ C j + exx ;7693 d9 . + ld hl,(0f603h) ;7694 2a 03 f6 * . . + ld de,(lf605h) ;7697 ed 5b 05 f6 . [ . . + call sub_6ae3h ;769b cd e3 6a . . j + ret p ;769e f0 . + ld hl,(l6a41h) ;769f 2a 41 6a * A j + ld de,(06a43h) ;76a2 ed 5b 43 6a . [ C j + ld (0f603h),hl ;76a6 22 03 f6 " . . + ld (lf605h),de ;76a9 ed 53 05 f6 . S . . + ret ;76ad c9 . +l76aeh: + ld hl,(l6a4dh) ;76ae 2a 4d 6a * M j + ld de,(l6a4fh) ;76b1 ed 5b 4f 6a . [ O j + ld (lf843h),hl ;76b5 22 43 f8 " C . + ld (lf845h),de ;76b8 ed 53 45 f8 . S E . + ld hl,(l6a4dh) ;76bc 2a 4d 6a * M j + ld de,(l6a4fh) ;76bf ed 5b 4f 6a . [ O j + ld (lf83fh),hl ;76c3 22 3f f8 " ? . + ld (lf841h),de ;76c6 ed 53 41 f8 . S A . + ret ;76ca c9 . + ld hl,lf5c9h ;76cb 21 c9 f5 ! . . + ld b,001h ;76ce 06 01 . . + call sub_4135h ;76d0 cd 35 41 . 5 A + jr z,l76aeh ;76d3 28 d9 ( . + ld hl,(l6a49h) ;76d5 2a 49 6a * I j + ld de,(l6a4bh) ;76d8 ed 5b 4b 6a . [ K j + ld (lf5cdh),hl ;76dc 22 cd f5 " . . + ld (lf5cfh),de ;76df ed 53 cf f5 . S . . + ld hl,lf5cdh ;76e3 21 cd f5 ! . . + ld b,001h ;76e6 06 01 . . + call sub_4135h ;76e8 cd 35 41 . 5 A + ld hl,(lf5c9h) ;76eb 2a c9 f5 * . . + ld de,(lf5c9h+2) ;76ee ed 5b cb f5 . [ . . + call sub_6e89h ;76f2 cd 89 6e . . n + jp nz,l7722h ;76f5 c2 22 77 . " w + ld hl,(lf5cdh) ;76f8 2a cd f5 * . . +l76fbh: + ld de,(lf5cfh) ;76fb ed 5b cf f5 . [ . . + call sub_6e89h ;76ff cd 89 6e . . n + jp nz,l7722h ;7702 c2 22 77 . " w + ld hl,(lf5c9h) ;7705 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7708 ed 5b cb f5 . [ . . + ld (lf843h),hl ;770c 22 43 f8 " C . + ld (lf845h),de ;770f ed 53 45 f8 . S E . + ld hl,(lf5cdh) ;7713 2a cd f5 * . . + ld de,(lf5cfh) ;7716 ed 5b cf f5 . [ . . + ld (lf83fh),hl ;771a 22 3f f8 " ? . + ld (lf841h),de ;771d ed 53 41 f8 . S A . + ret ;7721 c9 . +l7722h: + ld a,004h ;7722 3e 04 > . + call sub_7d6eh ;7724 cd 6e 7d . n } + ret ;7727 c9 . + call sub_aa24h ;7728 cd 24 aa . $ . + call sub_4ecfh ;772b cd cf 4e . . N + ld hl,(l6aa1h) ;772e 2a a1 6a * . j + ld de,(l6aa3h) ;7731 ed 5b a3 6a . [ . j + exx ;7735 d9 . + ld hl,(lf726h+2) ;7736 2a 28 f7 * ( . + ld de,(lf72ah) ;7739 ed 5b 2a f7 . [ * . + call sub_6c12h ;773d cd 12 6c . . l + push hl ;7740 e5 . + push de ;7741 d5 . + exx ;7742 d9 . + ld hl,(lf83fh) ;7743 2a 3f f8 * ? . + ld de,(lf841h) ;7746 ed 5b 41 f8 . [ A . + call sub_6b52h ;774a cd 52 6b . R k + ld (lf847h),hl ;774d 22 47 f8 " G . + ld (lf849h),de ;7750 ed 53 49 f8 . S I . + pop de ;7754 d1 . + pop hl ;7755 e1 . + exx ;7756 d9 . + ld hl,(lf843h) ;7757 2a 43 f8 * C . + ld de,(lf845h) ;775a ed 5b 45 f8 . [ E . + call sub_6b52h ;775e cd 52 6b . R k + ld (lf84bh),hl ;7761 22 4b f8 " K . + ld (lf84dh),de ;7764 ed 53 4d f8 . S M . + ld hl,(lf847h) ;7768 2a 47 f8 * G . + ld de,(lf849h) ;776b ed 5b 49 f8 . [ I . + exx ;776f d9 . + ld hl,(lf84bh) ;7770 2a 4b f8 * K . + ld de,(lf84dh) ;7773 ed 5b 4d f8 . [ M . + call sub_47bfh ;7777 cd bf 47 . . G + call sub_84feh ;777a cd fe 84 . . . + ret ;777d c9 . + call sub_aa24h ;777e cd 24 aa . $ . + call sub_4ecfh ;7781 cd cf 4e . . N + ld hl,(l6aa1h) ;7784 2a a1 6a * . j + ld de,(l6aa3h) ;7787 ed 5b a3 6a . [ . j + exx ;778b d9 . + ld hl,(lf724h) ;778c 2a 24 f7 * $ . + ld de,(lf726h) ;778f ed 5b 26 f7 . [ & . + call sub_6c12h ;7793 cd 12 6c . . l + push hl ;7796 e5 . + push de ;7797 d5 . + exx ;7798 d9 . + ld hl,(lf83fh) ;7799 2a 3f f8 * ? . + ld de,(lf841h) ;779c ed 5b 41 f8 . [ A . + call sub_6b52h ;77a0 cd 52 6b . R k + ld (lf847h),hl ;77a3 22 47 f8 " G . + ld (lf849h),de ;77a6 ed 53 49 f8 . S I . + pop de ;77aa d1 . + pop hl ;77ab e1 . + exx ;77ac d9 . + ld hl,(lf843h) ;77ad 2a 43 f8 * C . + ld de,(lf845h) ;77b0 ed 5b 45 f8 . [ E . + call sub_6b52h ;77b4 cd 52 6b . R k + ld (lf84bh),hl ;77b7 22 4b f8 " K . + ld (lf84dh),de ;77ba ed 53 4d f8 . S M . + ld hl,(lf847h) ;77be 2a 47 f8 * G . + ld de,(lf849h) ;77c1 ed 5b 49 f8 . [ I . + exx ;77c5 d9 . + ld hl,(lf84bh) ;77c6 2a 4b f8 * K . + ld de,(lf84dh) ;77c9 ed 5b 4d f8 . [ M . + call sub_4837h ;77cd cd 37 48 . 7 H + call sub_84feh ;77d0 cd fe 84 . . . + ret ;77d3 c9 . +sub_77d4h: + call sub_84dfh ;77d4 cd df 84 . . . + call sub_a198h ;77d7 cd 98 a1 . . . + ld a,018h ;77da 3e 18 > . + ld (lf873h),a ;77dc 32 73 f8 2 s . + call sub_7881h ;77df cd 81 78 . . x + call sub_78fch ;77e2 cd fc 78 . . x + call sub_79beh ;77e5 cd be 79 . . y + call sub_7b0dh ;77e8 cd 0d 7b . . { + call sub_77f2h ;77eb cd f2 77 . . w + call sub_7d90h ;77ee cd 90 7d . . } + ret ;77f1 c9 . +sub_77f2h: + call sub_83efh ;77f2 cd ef 83 . . . + call sub_a9cbh ;77f5 cd cb a9 . . . + call sub_81b8h ;77f8 cd b8 81 . . . + call sub_78fch ;77fb cd fc 78 . . x + call sub_abedh ;77fe cd ed ab . . . + call sub_8196h ;7801 cd 96 81 . . . + call l76aeh ;7804 cd ae 76 . . v + call sub_adc0h ;7807 cd c0 ad . . . + call sub_ad82h ;780a cd 82 ad . . . + call sub_ade5h ;780d cd e5 ad . . . + call sub_ae10h ;7810 cd 10 ae . . . + call sub_7829h ;7813 cd 29 78 . ) x + call sub_7233h ;7816 cd 33 72 . 3 r + call sub_7b0dh ;7819 cd 0d 7b . . { + call sub_8235h ;781c cd 35 82 . 5 . + call 0a9ffh ;781f cd ff a9 . . . + call sub_7e2ah ;7822 cd 2a 7e . * ~ + call sub_7da9h ;7825 cd a9 7d . . } + ret ;7828 c9 . +sub_7829h: + ld a,0dfh ;7829 3e df > . + ld (lf857h),a ;782b 32 57 f8 2 W . + ret ;782e c9 . + ld hl,0f5e5h ;782f 21 e5 f5 ! . . + ld b,003h ;7832 06 03 . . + call sub_41c7h ;7834 cd c7 41 . . A + jr z,sub_7829h ;7837 28 f0 ( . + ld hl,(0f5e5h) ;7839 2a e5 f5 * . . + ld a,h ;783c 7c | + or a ;783d b7 . + jp nz,l7d56h ;783e c2 56 7d . V } + ld a,l ;7841 7d } + ld (lf857h),a ;7842 32 57 f8 2 W . + ret ;7845 c9 . + ld hl,0f5e5h ;7846 21 e5 f5 ! . . + ld b,001h ;7849 06 01 . . + call sub_41c7h ;784b cd c7 41 . . A + ret z ;784e c8 . + ld hl,(0f5e5h) ;784f 2a e5 f5 * . . + ld a,h ;7852 7c | + or a ;7853 b7 . + jp nz,l7d56h ;7854 c2 56 7d . V } + ld a,l ;7857 7d } + or a ;7858 b7 . + jp m,l7d56h ;7859 fa 56 7d . V } + cp 004h ;785c fe 04 . . + jp c,l7865h ;785e da 65 78 . e x + call sub_7873h ;7861 cd 73 78 . s x + ret ;7864 c9 . +l7865h: + push af ;7865 f5 . + call sub_1d27h ;7866 cd 27 1d . ' . + pop bc ;7869 c1 . + ret z ;786a c8 . + ld a,b ;786b 78 x + call sub_14e4h ;786c cd e4 14 . . . + call sub_1492h ;786f cd 92 14 . . . + ret ;7872 c9 . +sub_7873h: + push af ;7873 f5 . + call sub_1d27h ;7874 cd 27 1d . ' . + pop bc ;7877 c1 . + ret nz ;7878 c0 . + ld a,b ;7879 78 x + call sub_14e4h ;787a cd e4 14 . . . + call sub_1492h ;787d cd 92 14 . . . + ret ;7880 c9 . +sub_7881h: + call sub_78abh ;7881 cd ab 78 . . x + ret ;7884 c9 . + ld hl,0f5e5h ;7885 21 e5 f5 ! . . + ld b,001h ;7888 06 01 . . + call sub_41c7h ;788a cd c7 41 . . A + jr z,sub_78abh ;788d 28 1c ( . + ld hl,(0f5e5h) ;788f 2a e5 f5 * . . + ld a,h ;7892 7c | + or a ;7893 b7 . + jp nz,l7d56h ;7894 c2 56 7d . V } + ld a,l ;7897 7d } + cp 000h ;7898 fe 00 . . + jp z,sub_78abh ;789a ca ab 78 . . x + cp 05ah ;789d fe 5a . Z + jp nz,l7d56h ;789f c2 56 7d . V } + call sub_78b1h ;78a2 cd b1 78 . . x + ret ;78a5 c9 . +sub_78a6h: + ld a,(lf858h) ;78a6 3a 58 f8 : X . + and a ;78a9 a7 . + ret ;78aa c9 . +sub_78abh: + ld a,000h ;78ab 3e 00 > . + call sub_78b7h ;78ad cd b7 78 . . x + ret ;78b0 c9 . +sub_78b1h: + ld a,0ffh ;78b1 3e ff > . + call sub_78b7h ;78b3 cd b7 78 . . x + ret ;78b6 c9 . +sub_78b7h: + ld hl,lf858h ;78b7 21 58 f8 ! X . + cp (hl) ;78ba be . + ret z ;78bb c8 . + push af ;78bc f5 . + call sub_4f13h ;78bd cd 13 4f . . O + call sub_3b46h ;78c0 cd 46 3b . F ; + pop af ;78c3 f1 . + ld (lf858h),a ;78c4 32 58 f8 2 X . + push hl ;78c7 e5 . + push de ;78c8 d5 . + call sub_151ch ;78c9 cd 1c 15 . . . + call sub_1526h ;78cc cd 26 15 . & . + call sub_79a9h ;78cf cd a9 79 . . y + pop de ;78d2 d1 . + pop hl ;78d3 e1 . + call sub_5090h ;78d4 cd 90 50 . . P + ret ;78d7 c9 . +sub_78d8h: + push de ;78d8 d5 . + ex de,hl ;78d9 eb . + call sub_6f05h ;78da cd 05 6f . . o + pop de ;78dd d1 . + ld a,0ffh ;78de 3e ff > . + ret c ;78e0 d8 . + ld h,b ;78e1 60 ` + ld l,c ;78e2 69 i + call sub_6f05h ;78e3 cd 05 6f . . o + ld a,000h ;78e6 3e 00 > . + ret nc ;78e8 d0 . + ld a,001h ;78e9 3e 01 > . + ret ;78eb c9 . +sub_78ech: + push hl ;78ec e5 . + push de ;78ed d5 . + push bc ;78ee c5 . + call sub_78d8h ;78ef cd d8 78 . . x + and a ;78f2 a7 . + pop bc ;78f3 c1 . + pop hl ;78f4 e1 . + pop de ;78f5 d1 . + ret z ;78f6 c8 . + ex de,hl ;78f7 eb . + ret m ;78f8 f8 . + ld h,b ;78f9 60 ` + ld l,c ;78fa 69 i + ret ;78fb c9 . +sub_78fch: + ld de,(lf52eh) ;78fc ed 5b 2e f5 . [ . . + ld hl,(0f52ch) ;7900 2a 2c f5 * , . + exx ;7903 d9 . + ld de,(lf52ah) ;7904 ed 5b 2a f5 . [ * . + ld hl,(0f528h) ;7908 2a 28 f5 * ( . + call sub_65a9h ;790b cd a9 65 . . e + ret ;790e c9 . + ld hl,0f5e5h ;790f 21 e5 f5 ! . . + ld b,004h ;7912 06 04 . . + call sub_41c7h ;7914 cd c7 41 . . A + jr z,sub_78fch ;7917 28 e3 ( . + cp 004h ;7919 fe 04 . . + jp nz,l7d56h ;791b c2 56 7d . V } +l791eh: + ld de,(0f5e5h) ;791e ed 5b e5 f5 . [ . . + ld hl,(lf5e9h) ;7922 2a e9 f5 * . . + call sub_6f05h ;7925 cd 05 6f . . o + jr nc,l7938h ;7928 30 0e 0 . + ld hl,(0f5e5h) ;792a 2a e5 f5 * . . + ld de,(lf5e9h) ;792d ed 5b e9 f5 . [ . . + ld (0f5e5h),de ;7931 ed 53 e5 f5 . S . . + ld (lf5e9h),hl ;7935 22 e9 f5 " . . +l7938h: + ld de,(0f5e7h) ;7938 ed 5b e7 f5 . [ . . + ld hl,(lf5e9h+2) ;793c 2a eb f5 * . . + call sub_6f05h ;793f cd 05 6f . . o + jr nc,l7952h ;7942 30 0e 0 . + ld hl,(0f5e7h) ;7944 2a e7 f5 * . . + ld de,(lf5e9h+2) ;7947 ed 5b eb f5 . [ . . + ld (0f5e7h),de ;794b ed 53 e7 f5 . S . . + ld (lf5e9h+2),hl ;794f 22 eb f5 " . . +l7952h: + ld hl,(0f528h) ;7952 2a 28 f5 * ( . + ld de,(0f5e5h) ;7955 ed 5b e5 f5 . [ . . + ld bc,(0f52ch) ;7959 ed 4b 2c f5 . K , . + call sub_78ech ;795d cd ec 78 . . x + ld (0f5e5h),hl ;7960 22 e5 f5 " . . + ld hl,(lf52ah) ;7963 2a 2a f5 * * . + ld de,(0f5e7h) ;7966 ed 5b e7 f5 . [ . . + ld bc,(lf52eh) ;796a ed 4b 2e f5 . K . . + call sub_78ech ;796e cd ec 78 . . x + ld (0f5e7h),hl ;7971 22 e7 f5 " . . + ld hl,(0f528h) ;7974 2a 28 f5 * ( . + ld de,(lf5e9h) ;7977 ed 5b e9 f5 . [ . . + ld bc,(0f52ch) ;797b ed 4b 2c f5 . K , . + call sub_78ech ;797f cd ec 78 . . x + ld (lf5e9h),hl ;7982 22 e9 f5 " . . + ld hl,(lf52ah) ;7985 2a 2a f5 * * . + ld de,(lf5e9h+2) ;7988 ed 5b eb f5 . [ . . + ld bc,(lf52eh) ;798c ed 4b 2e f5 . K . . + call sub_78ech ;7990 cd ec 78 . . x + ld (lf5e9h+2),hl ;7993 22 eb f5 " . . + ld de,(lf5e9h+2) ;7996 ed 5b eb f5 . [ . . + ld hl,(lf5e9h) ;799a 2a e9 f5 * . . + exx ;799d d9 . + ld de,(0f5e7h) ;799e ed 5b e7 f5 . [ . . + ld hl,(0f5e5h) ;79a2 2a e5 f5 * . . + call sub_65a9h ;79a5 cd a9 65 . . e + ret ;79a8 c9 . +sub_79a9h: + call sub_65b9h ;79a9 cd b9 65 . . e + ld (0f5e5h),hl ;79ac 22 e5 f5 " . . + ld (0f5e7h),de ;79af ed 53 e7 f5 . S . . + exx ;79b3 d9 . + ld (lf5e9h),hl ;79b4 22 e9 f5 " . . + ld (lf5e9h+2),de ;79b7 ed 53 eb f5 . S . . + jp l791eh ;79bb c3 1e 79 . . y +sub_79beh: + call sub_1530h ;79be cd 30 15 . 0 . + ret ;79c1 c9 . + ld hl,0f5e5h ;79c2 21 e5 f5 ! . . + ld b,002h ;79c5 06 02 . . + call sub_41c7h ;79c7 cd c7 41 . . A + jr z,sub_79beh ;79ca 28 f2 ( . + cp 002h ;79cc fe 02 . . + jp nz,l7d5bh ;79ce c2 5b 7d . [ } + ld hl,lf5e9h ;79d1 21 e9 f5 ! . . + ld b,002h ;79d4 06 02 . . + call sub_41c7h ;79d6 cd c7 41 . . A + cp 002h ;79d9 fe 02 . . + jr z,l7a05h ;79db 28 28 ( ( + and a ;79dd a7 . + jp nz,l7d5bh ;79de c2 5b 7d . [ } + ld hl,(lf724h) ;79e1 2a 24 f7 * $ . + ld de,(lf726h) ;79e4 ed 5b 26 f7 . [ & . + call sub_6abah ;79e8 cd ba 6a . . j + ld de,(0f5e5h) ;79eb ed 5b e5 f5 . [ . . + add hl,de ;79ef 19 . +l79f0h: + ld (lf5e9h),hl ;79f0 22 e9 f5 " . . + ld hl,(lf726h+2) ;79f3 2a 28 f7 * ( . + ld de,(lf72ah) ;79f6 ed 5b 2a f7 . [ * . + call sub_6abah ;79fa cd ba 6a . . j + ld de,(0f5e7h) ;79fd ed 5b e7 f5 . [ . . + add hl,de ;7a01 19 . + ld (lf5e9h+2),hl ;7a02 22 eb f5 " . . +l7a05h: + ld hl,(0f528h) ;7a05 2a 28 f5 * ( . + ld de,(0f5e5h) ;7a08 ed 5b e5 f5 . [ . . + ld bc,(0f52ch) ;7a0c ed 4b 2c f5 . K , . + call sub_78d8h ;7a10 cd d8 78 . . x + and a ;7a13 a7 . + jp nz,l7d56h ;7a14 c2 56 7d . V } + ld hl,(lf52ah) ;7a17 2a 2a f5 * * . + ld de,(0f5e7h) ;7a1a ed 5b e7 f5 . [ . . + ld bc,(lf52eh) ;7a1e ed 4b 2e f5 . K . . + call sub_78d8h ;7a22 cd d8 78 . . x + and a ;7a25 a7 . + jp nz,l7d56h ;7a26 c2 56 7d . V } + ld hl,(0f528h) ;7a29 2a 28 f5 * ( . + ld de,(lf5e9h) ;7a2c ed 5b e9 f5 . [ . . + ld bc,(0f52ch) ;7a30 ed 4b 2c f5 . K , . + call sub_78d8h ;7a34 cd d8 78 . . x + and a ;7a37 a7 . + jp nz,l7d56h ;7a38 c2 56 7d . V } + ld hl,(lf52ah) ;7a3b 2a 2a f5 * * . + ld de,(lf5e9h+2) ;7a3e ed 5b eb f5 . [ . . + ld bc,(lf52eh) ;7a42 ed 4b 2e f5 . K . . + call sub_78d8h ;7a46 cd d8 78 . . x + and a ;7a49 a7 . + jp nz,l7d56h ;7a4a c2 56 7d . V } + ld de,(lf5e9h+2) ;7a4d ed 5b eb f5 . [ . . + ld hl,(lf5e9h) ;7a51 2a e9 f5 * . . + exx ;7a54 d9 . + ld de,(0f5e7h) ;7a55 ed 5b e7 f5 . [ . . + ld hl,(0f5e5h) ;7a59 2a e5 f5 * . . + call sub_564ch ;7a5c cd 4c 56 . L V + ld a,(lf873h) ;7a5f 3a 73 f8 : s . + or 002h ;7a62 f6 02 . . + ld (lf873h),a ;7a64 32 73 f8 2 s . + ret ;7a67 c9 . +l7a68h: + ld (lf859h),hl ;7a68 22 59 f8 " Y . + ld (lf85bh),de ;7a6b ed 53 5b f8 . S [ . + ld hl,(lf724h) ;7a6f 2a 24 f7 * $ . + ld de,(lf726h) ;7a72 ed 5b 26 f7 . [ & . + call sub_6abah ;7a76 cd ba 6a . . j + ld de,(lf859h) ;7a79 ed 5b 59 f8 . [ Y . + add hl,de ;7a7d 19 . + ld (lf85dh),hl ;7a7e 22 5d f8 " ] . + ld hl,(lf726h+2) ;7a81 2a 28 f7 * ( . + ld de,(lf72ah) ;7a84 ed 5b 2a f7 . [ * . + call sub_6abah ;7a88 cd ba 6a . . j + ld de,(lf85bh) ;7a8b ed 5b 5b f8 . [ [ . + add hl,de ;7a8f 19 . + ld (lf85fh),hl ;7a90 22 5f f8 " _ . + ld hl,(0f528h) ;7a93 2a 28 f5 * ( . + ld de,(lf859h) ;7a96 ed 5b 59 f8 . [ Y . + ld bc,(0f52ch) ;7a9a ed 4b 2c f5 . K , . + call sub_78ech ;7a9e cd ec 78 . . x + ld (lf859h),hl ;7aa1 22 59 f8 " Y . + ld hl,(lf52ah) ;7aa4 2a 2a f5 * * . + ld de,(lf85bh) ;7aa7 ed 5b 5b f8 . [ [ . + ld bc,(lf52eh) ;7aab ed 4b 2e f5 . K . . + call sub_78ech ;7aaf cd ec 78 . . x + ld (lf85bh),hl ;7ab2 22 5b f8 " [ . + ld hl,(0f528h) ;7ab5 2a 28 f5 * ( . + ld de,(lf85dh) ;7ab8 ed 5b 5d f8 . [ ] . + ld bc,(0f52ch) ;7abc ed 4b 2c f5 . K , . + call sub_78ech ;7ac0 cd ec 78 . . x + ld (lf85dh),hl ;7ac3 22 5d f8 " ] . + ld hl,(lf52ah) ;7ac6 2a 2a f5 * * . + ld de,(lf85fh) ;7ac9 ed 5b 5f f8 . [ _ . + ld bc,(lf52eh) ;7acd ed 4b 2e f5 . K . . + call sub_78ech ;7ad1 cd ec 78 . . x + ld (lf85fh),hl ;7ad4 22 5f f8 " _ . + ld de,(lf85fh) ;7ad7 ed 5b 5f f8 . [ _ . + ld hl,(lf85dh) ;7adb 2a 5d f8 * ] . + exx ;7ade d9 . + ld de,(lf85bh) ;7adf ed 5b 5b f8 . [ [ . + ld hl,(lf859h) ;7ae3 2a 59 f8 * Y . + call sub_564ch ;7ae6 cd 4c 56 . L V + ld a,(lf873h) ;7ae9 3a 73 f8 : s . + or 002h ;7aec f6 02 . . + ld (lf873h),a ;7aee 32 73 f8 2 s . + ret ;7af1 c9 . +sub_7af2h: + call sub_6b3dh ;7af2 cd 3d 6b . = k + jp c,l7b0bh ;7af5 da 0b 7b . . { + call sub_6d1dh ;7af8 cd 1d 6d . . m + jp c,l7b0bh ;7afb da 0b 7b . . { + exx ;7afe d9 . + ld hl,(l6a57h+2) ;7aff 2a 59 6a * Y j + ld de,(l6a5bh) ;7b02 ed 5b 5b 6a . [ [ j + exx ;7b06 d9 . + call sub_6ae3h ;7b07 cd e3 6a . . j + ret ;7b0a c9 . +l7b0bh: + xor a ;7b0b af . + ret ;7b0c c9 . +sub_7b0dh: + call sub_5566h ;7b0d cd 66 55 . f U + ret ;7b10 c9 . + ld hl,lf5c9h ;7b11 21 c9 f5 ! . . +sub_7b14h: + ld b,004h ;7b14 06 04 . . + call sub_4135h ;7b16 cd 35 41 . 5 A + jr z,sub_7b0dh ;7b19 28 f2 ( . + cp 004h ;7b1b fe 04 . . + jp nz,l7d5bh ;7b1d c2 5b 7d . [ } + ld hl,(lf5cdh) ;7b20 2a cd f5 * . . + ld de,(lf5cfh) ;7b23 ed 5b cf f5 . [ . . + exx ;7b27 d9 . + ld hl,(lf5c9h) ;7b28 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7b2b ed 5b cb f5 . [ . . + call sub_7af2h ;7b2f cd f2 7a . . z + jp m,l7b86h ;7b32 fa 86 7b . . { + ld hl,(0f5d5h) ;7b35 2a d5 f5 * . . + ld de,(lf5d7h) ;7b38 ed 5b d7 f5 . [ . . + exx ;7b3c d9 . + ld hl,(lf5d1h) ;7b3d 2a d1 f5 * . . + ld de,(lf5d3h) ;7b40 ed 5b d3 f5 . [ . . + call sub_7af2h ;7b44 cd f2 7a . . z + jp m,l7b86h ;7b47 fa 86 7b . . { + ld hl,(lf5c9h) ;7b4a 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7b4d ed 5b cb f5 . [ . . + ld (lf6ffh),hl ;7b51 22 ff f6 " . . + ld (lf701h),de ;7b54 ed 53 01 f7 . S . . + ld hl,(lf5cdh) ;7b58 2a cd f5 * . . + ld de,(lf5cfh) ;7b5b ed 5b cf f5 . [ . . + ld (lf707h),hl ;7b5f 22 07 f7 " . . + ld (0f709h),de ;7b62 ed 53 09 f7 . S . . + ld hl,(lf5d1h) ;7b66 2a d1 f5 * . . + ld de,(lf5d3h) ;7b69 ed 5b d3 f5 . [ . . + ld (0f703h),hl ;7b6d 22 03 f7 " . . + ld (0f705h),de ;7b70 ed 53 05 f7 . S . . + ld hl,(0f5d5h) ;7b74 2a d5 f5 * . . + ld de,(lf5d7h) ;7b77 ed 5b d7 f5 . [ . . + ld (lf70bh),hl ;7b7b 22 0b f7 " . . + ld (lf70bh+2),de ;7b7e ed 53 0d f7 . S . . + call sub_527ch ;7b82 cd 7c 52 . | R + ret ;7b85 c9 . +l7b86h: + call sub_5566h ;7b86 cd 66 55 . f U + ld a,004h ;7b89 3e 04 > . + call sub_7d6eh ;7b8b cd 6e 7d . n } + ret ;7b8e c9 . + call sub_4f13h ;7b8f cd 13 4f . . O + ld (lf861h),hl ;7b92 22 61 f8 " a . + ld (lf865h),de ;7b95 ed 53 65 f8 . S e . + ld bc,lf869h ;7b99 01 69 f8 . i . + ld hl,(lf861h) ;7b9c 2a 61 f8 * a . + call sub_70f9h ;7b9f cd f9 70 . . p + ld hl,lf869h ;7ba2 21 69 f8 ! i . + call l11ffh ;7ba5 cd ff 11 . . . + call sub_11f9h ;7ba8 cd f9 11 . . . + ld bc,lf869h ;7bab 01 69 f8 . i . + ld hl,(lf865h) ;7bae 2a 65 f8 * e . + call sub_70f9h ;7bb1 cd f9 70 . . p + ld hl,lf869h ;7bb4 21 69 f8 ! i . + call l11ffh ;7bb7 cd ff 11 . . . + call sub_11f9h ;7bba cd f9 11 . . . + call sub_4efdh ;7bbd cd fd 4e . . N + and 001h ;7bc0 e6 01 . . + add a,030h ;7bc2 c6 30 . 0 + call sub_1256h ;7bc4 cd 56 12 . V . + call sub_0a06h ;7bc7 cd 06 0a . . . + ret ;7bca c9 . + call sub_5497h ;7bcb cd 97 54 . . T + ld (lf861h),hl ;7bce 22 61 f8 " a . + ld (lf863h),de ;7bd1 ed 53 63 f8 . S c . + exx ;7bd5 d9 . + ld (lf865h),hl ;7bd6 22 65 f8 " e . + ld (lf867h),de ;7bd9 ed 53 67 f8 . S g . + ld bc,lf869h ;7bdd 01 69 f8 . i . + ld hl,(lf861h) ;7be0 2a 61 f8 * a . + ld de,(lf863h) ;7be3 ed 5b 63 f8 . [ c . + call sub_70afh ;7be7 cd af 70 . . p + ld hl,lf869h ;7bea 21 69 f8 ! i . + call l11ffh ;7bed cd ff 11 . . . + call sub_11f9h ;7bf0 cd f9 11 . . . + ld bc,lf869h ;7bf3 01 69 f8 . i . + ld hl,(lf865h) ;7bf6 2a 65 f8 * e . + ld de,(lf867h) ;7bf9 ed 5b 67 f8 . [ g . + call sub_70afh ;7bfd cd af 70 . . p + ld hl,lf869h ;7c00 21 69 f8 ! i . + call l11ffh ;7c03 cd ff 11 . . . + call sub_11f9h ;7c06 cd f9 11 . . . + ld a,(lf873h) ;7c09 3a 73 f8 : s . + and 001h ;7c0c e6 01 . . + add a,030h ;7c0e c6 30 . 0 + call sub_1256h ;7c10 cd 56 12 . V . + call sub_0a06h ;7c13 cd 06 0a . . . + ret ;7c16 c9 . + call sub_3b2dh ;7c17 cd 2d 3b . - ; + ld bc,lf869h ;7c1a 01 69 f8 . i . + call sub_70f9h ;7c1d cd f9 70 . . p + ld hl,lf869h ;7c20 21 69 f8 ! i . + call l11ffh ;7c23 cd ff 11 . . . + call sub_11f9h ;7c26 cd f9 11 . . . + ld hl,lf869h ;7c29 21 69 f8 ! i . + call l11ffh ;7c2c cd ff 11 . . . + call sub_0a06h ;7c2f cd 06 0a . . . + ret ;7c32 c9 . + ld a,(lf873h) ;7c33 3a 73 f8 : s . + ld h,000h ;7c36 26 00 & . + ld l,a ;7c38 6f o + ld bc,lf869h ;7c39 01 69 f8 . i . + call sub_70f9h ;7c3c cd f9 70 . . p + ld hl,lf869h ;7c3f 21 69 f8 ! i . + call l11ffh ;7c42 cd ff 11 . . . + call sub_0a06h ;7c45 cd 06 0a . . . + ld a,(lf873h) ;7c48 3a 73 f8 : s . + and 0f7h ;7c4b e6 f7 . . + ld (lf873h),a ;7c4d 32 73 f8 2 s . + ret ;7c50 c9 . + ld hl,lf55bh+1 ;7c51 21 5c f5 ! \ . + call l11ffh ;7c54 cd ff 11 . . . + call sub_0a06h ;7c57 cd 06 0a . . . + ret ;7c5a c9 . +l7c5bh: + jr nc,$+46 ;7c5b 30 2c 0 , + ld sp,l302ch ;7c5d 31 2c 30 1 , 0 + inc l ;7c60 2c , + jr nc,$+46 ;7c61 30 2c 0 , + ld sp,l302ch ;7c63 31 2c 30 1 , 0 + inc l ;7c66 2c , + jr nc,$+46 ;7c67 30 2c 0 , + jr nc,l7c6bh ;7c69 30 00 0 . +l7c6bh: + ld hl,l7c5bh ;7c6b 21 5b 7c ! [ | + call l11ffh ;7c6e cd ff 11 . . . + call sub_0a06h ;7c71 cd 06 0a . . . + ret ;7c74 c9 . + ld bc,lf869h ;7c75 01 69 f8 . i . + ld hl,(0f528h) ;7c78 2a 28 f5 * ( . + call sub_70f9h ;7c7b cd f9 70 . . p + ld hl,lf869h ;7c7e 21 69 f8 ! i . + call l11ffh ;7c81 cd ff 11 . . . + call sub_11f9h ;7c84 cd f9 11 . . . + ld bc,lf869h ;7c87 01 69 f8 . i . + ld hl,(lf52ah) ;7c8a 2a 2a f5 * * . + call sub_70f9h ;7c8d cd f9 70 . . p + ld hl,lf869h ;7c90 21 69 f8 ! i . + call l11ffh ;7c93 cd ff 11 . . . + call sub_11f9h ;7c96 cd f9 11 . . . + ld bc,lf869h ;7c99 01 69 f8 . i . + ld hl,(0f52ch) ;7c9c 2a 2c f5 * , . + call sub_70f9h ;7c9f cd f9 70 . . p + ld hl,lf869h ;7ca2 21 69 f8 ! i . + call l11ffh ;7ca5 cd ff 11 . . . + call sub_11f9h ;7ca8 cd f9 11 . . . + ld bc,lf869h ;7cab 01 69 f8 . i . + ld hl,(lf52eh) ;7cae 2a 2e f5 * . . + call sub_70f9h ;7cb1 cd f9 70 . . p + ld hl,lf869h ;7cb4 21 69 f8 ! i . + call l11ffh ;7cb7 cd ff 11 . . . + call sub_0a06h ;7cba cd 06 0a . . . + ret ;7cbd c9 . + ld a,(lf873h) ;7cbe 3a 73 f8 : s . + and 0fdh ;7cc1 e6 fd . . + ld (lf873h),a ;7cc3 32 73 f8 2 s . + call sub_568fh ;7cc6 cd 8f 56 . . V + ld (lf876h),de ;7cc9 ed 53 76 f8 . S v . + ld (lf874h),hl ;7ccd 22 74 f8 " t . + exx ;7cd0 d9 . + ld (lf87ah),de ;7cd1 ed 53 7a f8 . S z . + ld (lf878h),hl ;7cd5 22 78 f8 " x . +l7cd8h: + ld bc,lf869h ;7cd8 01 69 f8 . i . + ld hl,(lf874h) ;7cdb 2a 74 f8 * t . + call sub_70f9h ;7cde cd f9 70 . . p + ld hl,lf869h ;7ce1 21 69 f8 ! i . + call l11ffh ;7ce4 cd ff 11 . . . + call sub_11f9h ;7ce7 cd f9 11 . . . + ld bc,lf869h ;7cea 01 69 f8 . i . + ld hl,(lf876h) ;7ced 2a 76 f8 * v . + call sub_70f9h ;7cf0 cd f9 70 . . p + ld hl,lf869h ;7cf3 21 69 f8 ! i . + call l11ffh ;7cf6 cd ff 11 . . . + call sub_11f9h ;7cf9 cd f9 11 . . . + ld bc,lf869h ;7cfc 01 69 f8 . i . + ld hl,(lf878h) ;7cff 2a 78 f8 * x . + call sub_70f9h ;7d02 cd f9 70 . . p + ld hl,lf869h ;7d05 21 69 f8 ! i . + call l11ffh ;7d08 cd ff 11 . . . + call sub_11f9h ;7d0b cd f9 11 . . . + ld bc,lf869h ;7d0e 01 69 f8 . i . + ld hl,(lf87ah) ;7d11 2a 7a f8 * z . + call sub_70f9h ;7d14 cd f9 70 . . p + ld hl,lf869h ;7d17 21 69 f8 ! i . + call l11ffh ;7d1a cd ff 11 . . . + call sub_0a06h ;7d1d cd 06 0a . . . + ret ;7d20 c9 . + call sub_65b9h ;7d21 cd b9 65 . . e + ld (lf874h),hl ;7d24 22 74 f8 " t . + ld (lf876h),de ;7d27 ed 53 76 f8 . S v . + exx ;7d2b d9 . + ld (lf878h),hl ;7d2c 22 78 f8 " x . + ld (lf87ah),de ;7d2f ed 53 7a f8 . S z . + jp l7cd8h ;7d33 c3 d8 7c . . | + ld bc,lf869h ;7d36 01 69 f8 . i . + ld hl,(lf87ch) ;7d39 2a 7c f8 * | . + call sub_70f9h ;7d3c cd f9 70 . . p + ld hl,lf869h ;7d3f 21 69 f8 ! i . + call l11ffh ;7d42 cd ff 11 . . . + call sub_0a06h ;7d45 cd 06 0a . . . + call sub_7d90h ;7d48 cd 90 7d . . } + ret ;7d4b c9 . +l7d4ch: + ld a,020h ;7d4c 3e 20 > + jp l7d62h ;7d4e c3 62 7d . b } +l7d51h: + ld a,010h ;7d51 3e 10 > . + jp l7d62h ;7d53 c3 62 7d . b } +l7d56h: + ld a,004h ;7d56 3e 04 > . + jp l7d62h ;7d58 c3 62 7d . b } +l7d5bh: + ld a,002h ;7d5b 3e 02 > . + jp l7d62h ;7d5d c3 62 7d . b } +l7d60h: + ld a,001h ;7d60 3e 01 > . +l7d62h: + call sub_7d6eh ;7d62 cd 6e 7d . n } + ld hl,(lf8a1h) ;7d65 2a a1 f8 * . . + jp (hl) ;7d68 e9 . +sub_7d69h: + ld a,(lf87eh) ;7d69 3a 7e f8 : ~ . + and a ;7d6c a7 . + ret z ;7d6d c8 . +sub_7d6eh: + ld c,a ;7d6e 4f O + ld a,(lf87eh) ;7d6f 3a 7e f8 : ~ . + and a ;7d72 a7 . + ret nz ;7d73 c0 . + ld a,(lf857h) ;7d74 3a 57 f8 : W . + and c ;7d77 a1 . + ret z ;7d78 c8 . + ld (lf87eh),a ;7d79 32 7e f8 2 ~ . + call sub_6e9ah ;7d7c cd 9a 6e . . n + ld (lf87ch),hl ;7d7f 22 7c f8 " | . + ld a,0ffh ;7d82 3e ff > . + call sub_1dd1h ;7d84 cd d1 1d . . . + ld a,(lf873h) ;7d87 3a 73 f8 : s . + or 020h ;7d8a f6 20 . + ld (lf873h),a ;7d8c 32 73 f8 2 s . + ret ;7d8f c9 . +sub_7d90h: + ld a,000h ;7d90 3e 00 > . + call sub_1dd1h ;7d92 cd d1 1d . . . + ld a,000h ;7d95 3e 00 > . + ld (lf87eh),a ;7d97 32 7e f8 2 ~ . + call sub_6e9ah ;7d9a cd 9a 6e . . n + ld (lf87ch),hl ;7d9d 22 7c f8 " | . + ld a,(lf873h) ;7da0 3a 73 f8 : s . + and 0dfh ;7da3 e6 df . . + ld (lf873h),a ;7da5 32 73 f8 2 s . + ret ;7da8 c9 . +sub_7da9h: + ld hl,(l6a55h) ;7da9 2a 55 6a * U j + ld de,(l6a57h) ;7dac ed 5b 57 6a . [ W j + ld (lf5c9h),hl ;7db0 22 c9 f5 " . . + ld (lf5c9h+2),de ;7db3 ed 53 cb f5 . S . . + call sub_7df2h ;7db7 cd f2 7d . . } + ret ;7dba c9 . + ld hl,lf5c9h ;7dbb 21 c9 f5 ! . . + ld b,001h ;7dbe 06 01 . . + call sub_4135h ;7dc0 cd 35 41 . 5 A + jr z,sub_7da9h ;7dc3 28 e4 ( . + ld hl,(l6a49h) ;7dc5 2a 49 6a * I j + ld de,(l6a4bh) ;7dc8 ed 5b 4b 6a . [ K j + exx ;7dcc d9 . + ld hl,(lf5c9h) ;7dcd 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7dd0 ed 5b cb f5 . [ . . + call sub_6ae3h ;7dd4 cd e3 6a . . j + jp m,l7d56h ;7dd7 fa 56 7d . V } + jp z,l7d56h ;7dda ca 56 7d . V } + ld hl,(lf5c9h) ;7ddd 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7de0 ed 5b cb f5 . [ . . + exx ;7de4 d9 . + ld hl,(l6a25h) ;7de5 2a 25 6a * % j + ld de,(l6a27h) ;7de8 ed 5b 27 6a . [ ' j + call sub_6ae3h ;7dec cd e3 6a . . j + jp m,l7d56h ;7def fa 56 7d . V } +sub_7df2h: + call sub_3b2dh ;7df2 cd 2d 3b . - ; + call sub_6abbh ;7df5 cd bb 6a . . j + ld (lf87fh),hl ;7df8 22 7f f8 "  . + ld (lf881h),de ;7dfb ed 53 81 f8 . S . . + ld hl,(lf5c9h) ;7dff 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7e02 ed 5b cb f5 . [ . . + exx ;7e06 d9 . + ld hl,(lf87fh) ;7e07 2a 7f f8 *  . + ld de,(lf881h) ;7e0a ed 5b 81 f8 . [ . . + call sub_6b52h ;7e0e cd 52 6b . R k + ld (lf87fh),hl ;7e11 22 7f f8 "  . + ld (lf881h),de ;7e14 ed 53 81 f8 . S . . + ld hl,(lf87fh) ;7e18 2a 7f f8 *  . + ld de,(lf881h) ;7e1b ed 5b 81 f8 . [ . . + call sub_6e40h ;7e1f cd 40 6e . @ n + ld (lf87fh),hl ;7e22 22 7f f8 "  . + ld (lf881h),de ;7e25 ed 53 81 f8 . S . . + ret ;7e29 c9 . +sub_7e2ah: + ld a,001h ;7e2a 3e 01 > . + ld (lf883h),a ;7e2c 32 83 f8 2 . . + ld hl,(l6aa1h) ;7e2f 2a a1 6a * . j + ld de,(l6aa3h) ;7e32 ed 5b a3 6a . [ . j + exx ;7e36 d9 . + ld hl,(0f72ch) ;7e37 2a 2c f7 * , . + ld de,(lf72eh) ;7e3a ed 5b 2e f7 . [ . . + call sub_6c12h ;7e3e cd 12 6c . . l + ld (lf888h),hl ;7e41 22 88 f8 " . . + ld (lf88ah),de ;7e44 ed 53 8a f8 . S . . + ld hl,(l6a49h) ;7e48 2a 49 6a * I j + ld de,(l6a4bh) ;7e4b ed 5b 4b 6a . [ K j + ld (lf884h),hl ;7e4f 22 84 f8 " . . + ld (lf886h),de ;7e52 ed 53 86 f8 . S . . + ret ;7e56 c9 . + ld hl,0f5e5h ;7e57 21 e5 f5 ! . . + ld b,001h ;7e5a 06 01 . . + call sub_41c7h ;7e5c cd c7 41 . . A + jr z,sub_7e2ah ;7e5f 28 c9 ( . + ld hl,(0f5e5h) ;7e61 2a e5 f5 * . . + ld a,h ;7e64 7c | + or a ;7e65 b7 . + jp nz,l7d56h ;7e66 c2 56 7d . V } + ld a,l ;7e69 7d } + cp 005h ;7e6a fe 05 . . + ret z ;7e6c c8 . + jp nc,l7d56h ;7e6d d2 56 7d . V } + or a ;7e70 b7 . + jp z,l7d56h ;7e71 ca 56 7d . V } + ld hl,lf5c9h ;7e74 21 c9 f5 ! . . + ld b,001h ;7e77 06 01 . . + call sub_4135h ;7e79 cd 35 41 . 5 A + jp z,l7ebeh ;7e7c ca be 7e . . ~ + ld a,(lf5c9h+1) ;7e7f 3a ca f5 : . . + and a ;7e82 a7 . + jp m,l7d56h ;7e83 fa 56 7d . V } + ld hl,0f5e7h ;7e86 21 e7 f5 ! . . + ld b,001h ;7e89 06 01 . . + call sub_41c7h ;7e8b cd c7 41 . . A + jp z,l7eb0h ;7e8e ca b0 7e . . ~ + ld hl,(0f5e7h) ;7e91 2a e7 f5 * . . + call sub_6fdfh ;7e94 cd df 6f . . o + ld de,l002dh ;7e97 11 2d 00 . - . + ex de,hl ;7e9a eb . + call sub_6ebfh ;7e9b cd bf 6e . . n + ld a,l ;7e9e 7d } + or a ;7e9f b7 . + jp nz,l7d56h ;7ea0 c2 56 7d . V } + ld hl,(0f5e7h) ;7ea3 2a e7 f5 * . . + call sub_6abbh ;7ea6 cd bb 6a . . j + ld (lf884h),hl ;7ea9 22 84 f8 " . . + ld (lf886h),de ;7eac ed 53 86 f8 . S . . +l7eb0h: + ld hl,(lf5c9h) ;7eb0 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7eb3 ed 5b cb f5 . [ . . + ld (lf888h),hl ;7eb7 22 88 f8 " . . + ld (lf88ah),de ;7eba ed 53 8a f8 . S . . +l7ebeh: + ld hl,(0f5e5h) ;7ebe 2a e5 f5 * . . + ld a,l ;7ec1 7d } + ld (lf883h),a ;7ec2 32 83 f8 2 . . + ret ;7ec5 c9 . +sub_7ec6h: + ld a,(lf883h) ;7ec6 3a 83 f8 : . . + cp 003h ;7ec9 fe 03 . . + jr nc,l7edeh ;7ecb 30 11 0 . + ld hl,(lf87fh) ;7ecd 2a 7f f8 *  . + ld de,(lf881h) ;7ed0 ed 5b 81 f8 . [ . . + ld (lf88ch),hl ;7ed4 22 8c f8 " . . + ld (lf88eh),de ;7ed7 ed 53 8e f8 . S . . + jp l7f0dh ;7edb c3 0d 7f . .  +l7edeh: + ld hl,(lf888h) ;7ede 2a 88 f8 * . . + ld de,(lf88ah) ;7ee1 ed 5b 8a f8 . [ . . + ld (lf88ch),hl ;7ee5 22 8c f8 " . . + ld (lf88eh),de ;7ee8 ed 53 8e f8 . S . . + call sub_5277h ;7eec cd 77 52 . w R + jr z,l7f0dh ;7eef 28 1c ( . + ld hl,(lf6edh) ;7ef1 2a ed f6 * . . + ld de,(lf6edh+2) ;7ef4 ed 5b ef f6 . [ . . + call sub_6d1dh ;7ef8 cd 1d 6d . . m + exx ;7efb d9 . + ld hl,(lf88ch) ;7efc 2a 8c f8 * . . + ld de,(lf88eh) ;7eff ed 5b 8e f8 . [ . . + call sub_6b52h ;7f03 cd 52 6b . R k + ld (lf88ch),hl ;7f06 22 8c f8 " . . + ld (lf88eh),de ;7f09 ed 53 8e f8 . S . . +l7f0dh: + ld a,(lf883h) ;7f0d 3a 83 f8 : . . + ld hl,(lf88ch) ;7f10 2a 8c f8 * . . + ld de,(lf88eh) ;7f13 ed 5b 8e f8 . [ . . + exx ;7f17 d9 . + ld hl,(lf884h) ;7f18 2a 84 f8 * . . + ld de,(lf886h) ;7f1b ed 5b 86 f8 . [ . . + call sub_5697h ;7f1f cd 97 56 . . V + ret ;7f22 c9 . + ld hl,lf5c9h ;7f23 21 c9 f5 ! . . + ld b,002h ;7f26 06 02 . . + call sub_4135h ;7f28 cd 35 41 . 5 A + cp 002h ;7f2b fe 02 . . + jp nz,l7fd0h ;7f2d c2 d0 7f . .  + call sub_aa24h ;7f30 cd 24 aa . $ . + call sub_5277h ;7f33 cd 77 52 . w R + jp z,l7f5ah ;7f36 ca 5a 7f . Z  + ld hl,(lf5cdh) ;7f39 2a cd f5 * . . + ld de,(lf5cfh) ;7f3c ed 5b cf f5 . [ . . + exx ;7f40 d9 . + ld hl,(lf5c9h) ;7f41 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7f44 ed 5b cb f5 . [ . . + call sub_5475h ;7f48 cd 75 54 . u T + ld (lf5c9h),hl ;7f4b 22 c9 f5 " . . + ld (lf5c9h+2),de ;7f4e ed 53 cb f5 . S . . + exx ;7f52 d9 . + ld (lf5cdh),hl ;7f53 22 cd f5 " . . + ld (lf5cfh),de ;7f56 ed 53 cf f5 . S . . +l7f5ah: + call sub_4f02h ;7f5a cd 02 4f . . O + ld (lf890h),hl ;7f5d 22 90 f8 " . . + ld (lf892h),de ;7f60 ed 53 92 f8 . S . . + exx ;7f64 d9 . + ld (lf894h),hl ;7f65 22 94 f8 " . . + ld (lf896h),de ;7f68 ed 53 96 f8 . S . . + ld hl,(lf890h) ;7f6c 2a 90 f8 * . . + ld de,(lf892h) ;7f6f ed 5b 92 f8 . [ . . + exx ;7f73 d9 . + ld hl,(lf5c9h) ;7f74 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7f77 ed 5b cb f5 . [ . . + call sub_6b2ah ;7f7b cd 2a 6b . * k + ld (lf898h),hl ;7f7e 22 98 f8 " . . + ld (lf89ah),de ;7f81 ed 53 9a f8 . S . . + ld hl,(lf894h) ;7f85 2a 94 f8 * . . + ld de,(lf896h) ;7f88 ed 5b 96 f8 . [ . . + exx ;7f8c d9 . + ld hl,(lf5cdh) ;7f8d 2a cd f5 * . . + ld de,(lf5cfh) ;7f90 ed 5b cf f5 . [ . . + call sub_6b2ah ;7f94 cd 2a 6b . * k + ld (lf89ch),hl ;7f97 22 9c f8 " . . + ld (lf89eh),de ;7f9a ed 53 9e f8 . S . . + call sub_7ec6h ;7f9e cd c6 7e . . ~ + ld hl,(lf89ch) ;7fa1 2a 9c f8 * . . + ld de,(lf89eh) ;7fa4 ed 5b 9e f8 . [ . . + exx ;7fa8 d9 . + ld hl,(lf898h) ;7fa9 2a 98 f8 * . . + ld de,(lf89ah) ;7fac ed 5b 9a f8 . [ . . + call sub_5e52h ;7fb0 cd 52 5e . R ^ + ld a,000h ;7fb3 3e 00 > . + call sub_4ee7h ;7fb5 cd e7 4e . . N + ld a,000h ;7fb8 3e 00 > . + call sub_4ef2h ;7fba cd f2 4e . . N + ld hl,(lf894h) ;7fbd 2a 94 f8 * . . + ld de,(lf896h) ;7fc0 ed 5b 96 f8 . [ . . + exx ;7fc4 d9 . + ld hl,(lf890h) ;7fc5 2a 90 f8 * . . + ld de,(lf892h) ;7fc8 ed 5b 92 f8 . [ . . + call sub_4f84h ;7fcc cd 84 4f . . O + ret ;7fcf c9 . +l7fd0h: + cp 001h ;7fd0 fe 01 . . + ret nz ;7fd2 c0 . + ld a,002h ;7fd3 3e 02 > . + call sub_7d6eh ;7fd5 cd 6e 7d . n } + ret ;7fd8 c9 . + ld hl,lf5c9h ;7fd9 21 c9 f5 ! . . + ld b,002h ;7fdc 06 02 . . + call sub_4135h ;7fde cd 35 41 . 5 A + cp 002h ;7fe1 fe 02 . . + jp nz,l8054h ;7fe3 c2 54 80 . T . + call sub_aa24h ;7fe6 cd 24 aa . $ . + call sub_5277h ;7fe9 cd 77 52 . w R + jp z,l8010h ;7fec ca 10 80 . . . + ld hl,(lf5cdh) ;7fef 2a cd f5 * . . + ld de,(lf5cfh) ;7ff2 ed 5b cf f5 . [ . . + exx ;7ff6 d9 . + ld hl,(lf5c9h) ;7ff7 2a c9 f5 * . . + ld de,(lf5c9h+2) ;7ffa ed 5b cb f5 . [ . . + call sub_53a4h ;7ffe cd a4 53 . . S +l8001h: + ld (lf5c9h),hl ;8001 22 c9 f5 " . . + ld (lf5c9h+2),de ;8004 ed 53 cb f5 . S . . + exx ;8008 d9 . + ld (lf5cdh),hl ;8009 22 cd f5 " . . + ld (lf5cfh),de ;800c ed 53 cf f5 . S . . +l8010h: + call sub_4f02h ;8010 cd 02 4f . . O + ld (lf890h),hl ;8013 22 90 f8 " . . + ld (lf892h),de ;8016 ed 53 92 f8 . S . . + exx ;801a d9 . + ld (lf894h),hl ;801b 22 94 f8 " . . + ld (lf896h),de ;801e ed 53 96 f8 . S . . + call sub_7ec6h ;8022 cd c6 7e . . ~ + ld hl,(lf5cdh) ;8025 2a cd f5 * . . + ld de,(lf5cfh) ;8028 ed 5b cf f5 . [ . . + exx ;802c d9 . + ld hl,(lf5c9h) ;802d 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8030 ed 5b cb f5 . [ . . + call sub_5e52h ;8034 cd 52 5e . R ^ + ld a,000h ;8037 3e 00 > . + call sub_4ee7h ;8039 cd e7 4e . . N + ld a,000h ;803c 3e 00 > . + call sub_4ef2h ;803e cd f2 4e . . N + ld hl,(lf894h) ;8041 2a 94 f8 * . . + ld de,(lf896h) ;8044 ed 5b 96 f8 . [ . . + exx ;8048 d9 . + ld hl,(lf890h) ;8049 2a 90 f8 * . . + ld de,(lf892h) ;804c ed 5b 92 f8 . [ . . + call sub_4f84h ;8050 cd 84 4f . . O + ret ;8053 c9 . +l8054h: + cp 001h ;8054 fe 01 . . + ret nz ;8056 c0 . + ld a,002h ;8057 3e 02 > . + call sub_7d6eh ;8059 cd 6e 7d . n } + ret ;805c c9 . + ld hl,lf5c9h ;805d 21 c9 f5 ! . . + ld b,002h ;8060 06 02 . . + call sub_4135h ;8062 cd 35 41 . 5 A + cp 002h ;8065 fe 02 . . + jp nz,l80f4h ;8067 c2 f4 80 . . . + call sub_aa24h ;806a cd 24 aa . $ . + call sub_5277h ;806d cd 77 52 . w R + jp z,l8094h ;8070 ca 94 80 . . . + ld hl,(lf5cdh) ;8073 2a cd f5 * . . + ld de,(lf5cfh) ;8076 ed 5b cf f5 . [ . . + exx ;807a d9 . + ld hl,(lf5c9h) ;807b 2a c9 f5 * . . + ld de,(lf5c9h+2) ;807e ed 5b cb f5 . [ . . + call sub_5475h ;8082 cd 75 54 . u T + ld (lf5c9h),hl ;8085 22 c9 f5 " . . + ld (lf5c9h+2),de ;8088 ed 53 cb f5 . S . . + exx ;808c d9 . + ld (lf5cdh),hl ;808d 22 cd f5 " . . + ld (lf5cfh),de ;8090 ed 53 cf f5 . S . . +l8094h: + call sub_4f02h ;8094 cd 02 4f . . O + ld (lf890h),hl ;8097 22 90 f8 " . . + ld (lf892h),de ;809a ed 53 92 f8 . S . . + exx ;809e d9 . + ld (lf894h),hl ;809f 22 94 f8 " . . + ld (lf896h),de ;80a2 ed 53 96 f8 . S . . + ld hl,(lf5c9h) ;80a6 2a c9 f5 * . . + ld de,(lf5c9h+2) ;80a9 ed 5b cb f5 . [ . . + exx ;80ad d9 . + ld hl,(lf890h) ;80ae 2a 90 f8 * . . + ld de,(lf892h) ;80b1 ed 5b 92 f8 . [ . . + call sub_6b2ah ;80b5 cd 2a 6b . * k + ld (lf890h),hl ;80b8 22 90 f8 " . . + ld (lf892h),de ;80bb ed 53 92 f8 . S . . + jp c,l7d56h ;80bf da 56 7d . V } + ld hl,(lf5cdh) ;80c2 2a cd f5 * . . + ld de,(lf5cfh) ;80c5 ed 5b cf f5 . [ . . + exx ;80c9 d9 . + ld hl,(lf894h) ;80ca 2a 94 f8 * . . + ld de,(lf896h) ;80cd ed 5b 96 f8 . [ . . + call sub_6b2ah ;80d1 cd 2a 6b . * k + ld (lf894h),hl ;80d4 22 94 f8 " . . + ld (lf896h),de ;80d7 ed 53 96 f8 . S . . + jp c,l7d56h ;80db da 56 7d . V } + ld hl,(lf894h) ;80de 2a 94 f8 * . . + ld de,(lf896h) ;80e1 ed 5b 96 f8 . [ . . + exx ;80e5 d9 . + ld hl,(lf890h) ;80e6 2a 90 f8 * . . + ld de,(lf892h) ;80e9 ed 5b 92 f8 . [ . . + call sub_5203h ;80ed cd 03 52 . . R + call sub_84feh ;80f0 cd fe 84 . . . + ret ;80f3 c9 . +l80f4h: + cp 001h ;80f4 fe 01 . . + ret nz ;80f6 c0 . + ld a,002h ;80f7 3e 02 > . + call sub_7d6eh ;80f9 cd 6e 7d . n } + ret ;80fc c9 . + ld hl,lf5c9h ;80fd 21 c9 f5 ! . . + ld b,002h ;8100 06 02 . . + call sub_4135h ;8102 cd 35 41 . 5 A + cp 002h ;8105 fe 02 . . + jp nz,l814ah ;8107 c2 4a 81 . J . + call sub_aa24h ;810a cd 24 aa . $ . + call sub_5277h ;810d cd 77 52 . w R + jp z,l8134h ;8110 ca 34 81 . 4 . + ld hl,(lf5cdh) ;8113 2a cd f5 * . . + ld de,(lf5cfh) ;8116 ed 5b cf f5 . [ . . + exx ;811a d9 . + ld hl,(lf5c9h) ;811b 2a c9 f5 * . . + ld de,(lf5c9h+2) ;811e ed 5b cb f5 . [ . . + call sub_53a4h ;8122 cd a4 53 . . S + ld (lf5c9h),hl ;8125 22 c9 f5 " . . + ld (lf5c9h+2),de ;8128 ed 53 cb f5 . S . . + exx ;812c d9 . + ld (lf5cdh),hl ;812d 22 cd f5 " . . + ld (lf5cfh),de ;8130 ed 53 cf f5 . S . . +l8134h: + ld hl,(lf5cdh) ;8134 2a cd f5 * . . + ld de,(lf5cfh) ;8137 ed 5b cf f5 . [ . . + exx ;813b d9 . + ld hl,(lf5c9h) ;813c 2a c9 f5 * . . + ld de,(lf5c9h+2) ;813f ed 5b cb f5 . [ . . + call sub_5203h ;8143 cd 03 52 . . R + call sub_84feh ;8146 cd fe 84 . . . + ret ;8149 c9 . +l814ah: + cp 001h ;814a fe 01 . . + ret nz ;814c c0 . + ld a,002h ;814d 3e 02 > . + call sub_7d6eh ;814f cd 6e 7d . n } + ret ;8152 c9 . + call sub_56c3h ;8153 cd c3 56 . . V + call sub_7517h ;8156 cd 17 75 . . u + call sub_56dah ;8159 cd da 56 . . V + ld hl,(lf888h) ;815c 2a 88 f8 * . . + ld de,(lf88ah) ;815f ed 5b 8a f8 . [ . . + ld (lf88ch),hl ;8163 22 8c f8 " . . + ld (lf88eh),de ;8166 ed 53 8e f8 . S . . + call sub_5277h ;816a cd 77 52 . w R + jr z,l8188h ;816d 28 19 ( . + ld hl,(lf6edh) ;816f 2a ed f6 * . . + ld de,(lf6edh+2) ;8172 ed 5b ef f6 . [ . . + exx ;8176 d9 . + ld hl,(lf888h) ;8177 2a 88 f8 * . . + ld de,(lf88ah) ;817a ed 5b 8a f8 . [ . . + call sub_6b52h ;817e cd 52 6b . R k + ld (lf88ch),hl ;8181 22 8c f8 " . . + ld (lf88eh),de ;8184 ed 53 8e f8 . S . . +l8188h: + call sub_7ec6h ;8188 cd c6 7e . . ~ + call sub_5748h ;818b cd 48 57 . H W + ret ;818e c9 . +sub_818fh: + call sub_56c3h ;818f cd c3 56 . . V + call sub_56dah ;8192 cd da 56 . . V + ret ;8195 c9 . +sub_8196h: + ld a,000h ;8196 3e 00 > . + ld (lf8a0h),a ;8198 32 a0 f8 2 . . + ret ;819b c9 . + call sub_f4cbh ;819c cd cb f4 . . . + and 07fh ;819f e6 7f .  + cp 03bh ;81a1 fe 3b . ; + jp z,sub_8196h ;81a3 ca 96 81 . . . + cp 021h ;81a6 fe 21 . ! + jp c,sub_8196h ;81a8 da 96 81 . . . + push af ;81ab f5 . + call sub_b657h ;81ac cd 57 b6 . W . + pop bc ;81af c1 . + jp z,sub_8196h ;81b0 ca 96 81 . . . + ld a,b ;81b3 78 x + ld (lf8a0h),a ;81b4 32 a0 f8 2 . . + ret ;81b7 c9 . +sub_81b8h: + call sub_4ec9h ;81b8 cd c9 4e . . N + call sub_4ecfh ;81bb cd cf 4e . . N + ld hl,(l6a6dh) ;81be 2a 6d 6a * m j + ld de,(l6a6fh) ;81c1 ed 5b 6f 6a . [ o j + call sub_48b1h ;81c5 cd b1 48 . . H + ret ;81c8 c9 . + ld hl,0f5e5h ;81c9 21 e5 f5 ! . . + ld b,001h ;81cc 06 01 . . + call sub_41c7h ;81ce cd c7 41 . . A + jr z,sub_81b8h ;81d1 28 e5 ( . + ld hl,(0f5e5h) ;81d3 2a e5 f5 * . . + call sub_6e89h ;81d6 cd 89 6e . . n + jp nz,l7d56h ;81d9 c2 56 7d . V } + call sub_4ecfh ;81dc cd cf 4e . . N + ld hl,(0f5e5h) ;81df 2a e5 f5 * . . + ld a,h ;81e2 7c | + or a ;81e3 b7 . + jp m,sub_4ec9h ;81e4 fa c9 4e . . N + ld a,l ;81e7 7d } + push af ;81e8 f5 . + call sub_48b9h ;81e9 cd b9 48 . . H + pop af ;81ec f1 . + and a ;81ed a7 . + ret z ;81ee c8 . + ld hl,lf5c9h ;81ef 21 c9 f5 ! . . + ld b,001h ;81f2 06 01 . . + call sub_4135h ;81f4 cd 35 41 . 5 A + ret z ;81f7 c8 . + ld hl,(lf5c9h) ;81f8 2a c9 f5 * . . + ld de,(lf5c9h+2) ;81fb ed 5b cb f5 . [ . . + call sub_6e89h ;81ff cd 89 6e . . n + jp nz,l7d56h ;8202 c2 56 7d . V } + ld a,(lf5c9h+1) ;8205 3a ca f5 : . . + and a ;8208 a7 . + jp m,l7d56h ;8209 fa 56 7d . V } + ld hl,(lf5c9h) ;820c 2a c9 f5 * . . + ld de,(lf5c9h+2) ;820f ed 5b cb f5 . [ . . + call sub_48b1h ;8213 cd b1 48 . . H + ret ;8216 c9 . +l8217h: + ld a,000h ;8217 3e 00 > . + call l9fffh ;8219 cd ff 9f . . . + ret ;821c c9 . +l821dh: + ld hl,0f5e5h ;821d 21 e5 f5 ! . . + ld b,001h ;8220 06 01 . . + call sub_41c7h ;8222 cd c7 41 . . A + jr z,l8217h ;8225 28 f0 ( . + ld hl,(0f5e5h) ;8227 2a e5 f5 * . . + ld a,h ;822a 7c | + or a ;822b b7 . + ret nz ;822c c0 . + ld a,l ;822d 7d } + cp 009h ;822e fe 09 . . + ret nc ;8230 d0 . + call l9fffh ;8231 cd ff 9f . . . + ret ;8234 c9 . +sub_8235h: + ld a,02ah ;8235 3e 2a > * + call sub_36ceh ;8237 cd ce 36 . . 6 + ret ;823a c9 . +l823bh: + ld hl,0f5e5h ;823b 21 e5 f5 ! . . + ld b,001h ;823e 06 01 . . + call sub_41c7h ;8240 cd c7 41 . . A + jr z,sub_8235h ;8243 28 f0 ( . + ld hl,(0f5e5h) ;8245 2a e5 f5 * . . + ld a,h ;8248 7c | + or a ;8249 b7 . + jp nz,l7d56h ;824a c2 56 7d . V } + ld a,l ;824d 7d } + cp 080h ;824e fe 80 . . + jp nc,l7d56h ;8250 d2 56 7d . V } + call sub_36ceh ;8253 cd ce 36 . . 6 + ret ;8256 c9 . + ret ;8257 c9 . + ld hl,0f5e5h ;8258 21 e5 f5 ! . . + ld b,001h ;825b 06 01 . . + call sub_41c7h ;825d cd c7 41 . . A + ret ;8260 c9 . + ld hl,0f5e5h ;8261 21 e5 f5 ! . . + ld b,001h ;8264 06 01 . . + call sub_41c7h ;8266 cd c7 41 . . A + call sub_1b20h ;8269 cd 20 1b . . + jp 01a79h ;826c c3 79 1a . y . +l826fh: + cp 021h ;826f fe 21 . ! + ret nc ;8271 d0 . + call sub_f4cbh ;8272 cd cb f4 . . . + and 07fh ;8275 e6 7f .  + jp l826fh ;8277 c3 6f 82 . o . +l827ah: + ld sp,l0000h ;827a 31 00 00 1 . . + ld hl,l827ah ;827d 21 7a 82 ! z . + ld (lf8a1h),hl ;8280 22 a1 f8 " . . + push hl ;8283 e5 . + call sub_7d69h ;8284 cd 69 7d . i } + call sub_828bh ;8287 cd 8b 82 . . . + jp (hl) ;828a e9 . +sub_828bh: + call sub_f4cbh ;828b cd cb f4 . . . + and 07fh ;828e e6 7f .  + call l826fh ;8290 cd 6f 82 . o . + cp 03bh ;8293 fe 3b . ; + jr z,sub_828bh ;8295 28 f4 ( . + cp 02ch ;8297 fe 2c . , + jr z,sub_828bh ;8299 28 f0 ( . + call sub_69edh ;829b cd ed 69 . . i + jp c,l82ddh ;829e da dd 82 . . . + call sub_6a17h ;82a1 cd 17 6a . . j + ld c,a ;82a4 4f O + push bc ;82a5 c5 . + call sub_f4cbh ;82a6 cd cb f4 . . . + and 07fh ;82a9 e6 7f .  + call l826fh ;82ab cd 6f 82 . o . + call sub_69edh ;82ae cd ed 69 . . i + jp c,l7d60h ;82b1 da 60 7d . ` } + call sub_6a17h ;82b4 cd 17 6a . . j + pop bc ;82b7 c1 . + ld b,a ;82b8 47 G + ld hl,l82e6h ;82b9 21 e6 82 ! . . + ld a,c ;82bc 79 y + call sub_82c7h ;82bd cd c7 82 . . . + ld a,b ;82c0 78 x + ld b,c ;82c1 41 A + ld c,a ;82c2 4f O + call sub_82c7h ;82c3 cd c7 82 . . . + ret ;82c6 c9 . +sub_82c7h: + cp (hl) ;82c7 be . + jp z,l82d7h ;82c8 ca d7 82 . . . + inc hl ;82cb 23 # + inc hl ;82cc 23 # + inc hl ;82cd 23 # + and (hl) ;82ce a6 . + ld a,c ;82cf 79 y + jp nz,sub_82c7h ;82d0 c2 c7 82 . . . + ld hl,l7d60h ;82d3 21 60 7d ! ` } + ret ;82d6 c9 . +l82d7h: + inc hl ;82d7 23 # + ld a,(hl) ;82d8 7e ~ + inc hl ;82d9 23 # + ld h,(hl) ;82da 66 f + ld l,a ;82db 6f o + ret ;82dc c9 . +l82ddh: + call sub_69e6h ;82dd cd e6 69 . . i + jp c,l7d60h ;82e0 da 60 7d . ` } + jp l7d5bh ;82e3 c3 5b 7d . [ } +l82e6h: + ld d,b ;82e6 50 P + sbc a,b ;82e7 98 . + add a,e ;82e8 83 . + ld b,e ;82e9 43 C + dec l ;82ea 2d - + add a,e ;82eb 83 . + ld b,l ;82ec 45 E + ld c,l ;82ed 4d M + add a,e ;82ee 83 . + ld b,(hl) ;82ef 46 F + ld e,d ;82f0 5a Z + add a,e ;82f1 83 . + ld c,h ;82f2 4c L + ld l,e ;82f3 6b k + add a,e ;82f4 83 . + ld c,(hl) ;82f5 4e N + ld (hl),d ;82f6 72 r + add a,e ;82f7 83 . + ld d,d ;82f8 52 R + xor (hl) ;82f9 ae . + add a,e ;82fa 83 . + ld d,e ;82fb 53 S + cp b ;82fc b8 . + add a,e ;82fd 83 . + ld d,h ;82fe 54 T + pop de ;82ff d1 . + add a,e ;8300 83 . + ld d,l ;8301 55 U + push de ;8302 d5 . + add a,e ;8303 83 . + ld d,(hl) ;8304 56 V + exx ;8305 d9 . + add a,e ;8306 83 . + ld d,a ;8307 57 W + ex (sp),hl ;8308 e3 . + add a,e ;8309 83 . + ld e,b ;830a 58 X + rst 20h ;830b e7 . + add a,e ;830c 83 . + ld e,c ;830d 59 Y + ex de,hl ;830e eb . + add a,e ;830f 83 . + ld c,c ;8310 49 I + ld e,(hl) ;8311 5e ^ + add a,e ;8312 83 . + ld b,h ;8313 44 D + ld a,(l4f83h) ;8314 3a 83 4f : . O + halt ;8317 76 v + add a,e ;8318 83 . + ld b,c ;8319 41 A + dec e ;831a 1d . + add a,e ;831b 83 . + nop ;831c 00 . + ld b,c ;831d 41 A + add a,l ;831e 85 . + ld (hl),e ;831f 73 s + ld b,(hl) ;8320 46 F + ld d,a ;8321 57 W +l8322h: + add a,d ;8322 82 . + ld c,b ;8323 48 H + ld d,a ;8324 57 W + add a,d ;8325 82 . + ld d,d ;8326 52 R + ld h,b ;8327 60 ` + ld (hl),h ;8328 74 t + ld d,b ;8329 50 P + ld e,b ;832a 58 X + add a,d ;832b 82 . + nop ;832c 00 . + ld b,c ;832d 41 A + ld d,e ;832e 53 S + xor l ;832f ad . + ld d,b ;8330 50 P + and (hl) ;8331 a6 . + and a ;8332 a7 . + ld d,e ;8333 53 S + sub c ;8334 91 . + xor l ;8335 ad . + ld c,c ;8336 49 I + sub h ;8337 94 . + ld (hl),d ;8338 72 r + nop ;8339 00 . + ld b,e ;833a 43 C + inc sp ;833b 33 3 + ld (hl),d ;833c 72 r + ld b,(hl) ;833d 46 F + jp p,04977h ;833e f2 77 49 . w I + xor (hl) ;8341 ae . + xor b ;8342 a8 . + ld d,b ;8343 50 P + dec l ;8344 2d - + ld (hl),d ;8345 72 r + ld d,d ;8346 52 R + ld hl,(l54a9h) ;8347 2a a9 54 * . T + call p,sub_00a9h ;834a f4 a9 00 . . . + ld b,c ;834d 41 A + defb 0fdh,080h,043h ;illegal sequence ;834e fd 80 43 . . C + ld e,b ;8351 58 X + add a,d ;8352 82 . + ld d,d ;8353 52 R + ld e,l ;8354 5d ] + add a,b ;8355 80 . + ld d,a ;8356 57 W + rla ;8357 17 . + ld (hl),l ;8358 75 u + nop ;8359 00 . + ld d,h ;835a 54 T + ld d,a ;835b 57 W + ld a,(hl) ;835c 7e ~ + nop ;835d 00 . + ld c,l ;835e 4d M + cpl ;835f 2f / + ld a,b ;8360 78 x + ld c,(hl) ;8361 4e N + call nc,sub_5077h ;8362 d4 77 50 . w P + jp nz,l5779h ;8365 c2 79 57 . y W + rrca ;8368 0f . + ld a,c ;8369 79 y + nop ;836a 00 . + ld b,d ;836b 42 B + cpl ;836c 2f / + xor d ;836d aa . + ld d,h ;836e 54 T + ret ;836f c9 . + add a,c ;8370 81 . + nop ;8371 00 . + ld d,d ;8372 52 R + ld h,c ;8373 61 a + add a,d ;8374 82 . + nop ;8375 00 . + ld b,c ;8376 41 A + adc a,a ;8377 8f . + ld a,e ;8378 7b { + ld b,e ;8379 43 C + bit 7,e ;837a cb 7b . { + ld b,h ;837c 44 D + inc a ;837d 3c < + ld (hl),d ;837e 72 r + ld b,l ;837f 45 E + ld (hl),07dh ;8380 36 7d 6 } + ld b,(hl) ;8382 46 F + rla ;8383 17 . + ld a,h ;8384 7c | + ld c,b ;8385 48 H + ld (hl),l ;8386 75 u + ld a,h ;8387 7c | + ld c,c ;8388 49 I + ld d,c ;8389 51 Q + ld a,h ;838a 7c | + ld c,a ;838b 4f O + ld l,e ;838c 6b k + ld a,h ;838d 7c | + ld d,b ;838e 50 P + cp (hl) ;838f be . + ld a,h ;8390 7c | + ld d,e ;8391 53 S + inc sp ;8392 33 3 + ld a,h ;8393 7c | + ld d,a ;8394 57 W + ld hl,l007dh ;8395 21 7d 00 ! } . + ld b,c ;8398 41 A + jp m,l4483h ;8399 fa 83 44 . . D + jr z,l8322h ;839c 28 84 ( . + ld b,a ;839e 47 G + ld h,c ;839f 61 a + add a,d ;83a0 82 . + ld d,d ;83a1 52 R + rrca ;83a2 0f . + add a,h ;83a3 84 . + ld d,e ;83a4 53 S + ld b,(hl) ;83a5 46 F + ld a,b ;83a6 78 x + ld d,h ;83a7 54 T + cp e ;83a8 bb . + ld a,l ;83a9 7d } + ld d,l ;83aa 55 U + defb 0edh;next byte illegal after ed ;83ab ed . + add a,h ;83ac 84 . + nop ;83ad 00 . + ld b,c ;83ae 41 A + exx ;83af d9 . + ld a,a ;83b0 7f  + ld c,a ;83b1 4f O + add a,l ;83b2 85 . + ld a,b ;83b3 78 x + ld d,d ;83b4 52 R + inc hl ;83b5 23 # + ld a,a ;83b6 7f  + nop ;83b7 00 . + ld b,c ;83b8 41 A + rst 18h ;83b9 df . + xor l ;83ba ad . + ld b,e ;83bb 43 C + ld de,l497bh ;83bc 11 7b 49 . { I + ld l,h ;83bf 6c l + xor d ;83c0 aa . + ld c,h ;83c1 4c L + jp pe,04dadh ;83c2 ea ad 4d . . M + sbc a,h ;83c5 9c . + add a,c ;83c6 81 . + ld d,b ;83c7 50 P + dec e ;83c8 1d . + add a,d ;83c9 82 . + ld d,d ;83ca 52 R + sbc a,e ;83cb 9b . + xor e ;83cc ab . + ld d,e ;83cd 53 S + push hl ;83ce e5 . + xor l ;83cf ad . + nop ;83d0 00 . + ld c,h ;83d1 4c L + bit 6,(hl) ;83d2 cb 76 . v + nop ;83d4 00 . + ld b,e ;83d5 43 C + and d ;83d6 a2 . + and l ;83d7 a5 . + nop ;83d8 00 . + ld d,e ;83d9 53 S + dec sp ;83da 3b ; + add a,d ;83db 82 . + ld b,c ;83dc 41 A + ld d,a ;83dd 57 W + add a,d ;83de 82 . + ld c,(hl) ;83df 4e N + ld d,a ;83e0 57 W + add a,d ;83e1 82 . + nop ;83e2 00 . + ld b,a ;83e3 47 G + ld d,e ;83e4 53 S + add a,c ;83e5 81 . + nop ;83e6 00 . + ld d,h ;83e7 54 T + jr z,l8461h ;83e8 28 77 ( w + nop ;83ea 00 . + ld d,h ;83eb 54 T + ld a,(hl) ;83ec 7e ~ + ld (hl),a ;83ed 77 w + nop ;83ee 00 . +sub_83efh: + ld a,000h ;83ef 3e 00 > . + ld (lf8a3h),a ;83f1 32 a3 f8 2 . . + ld a,000h ;83f4 3e 00 > . + call sub_4ee7h ;83f6 cd e7 4e . . N + ret ;83f9 c9 . +l83fah: + ld a,000h ;83fa 3e 00 > . + ld (lf8a3h),a ;83fc 32 a3 f8 2 . . + ld a,000h ;83ff 3e 00 > . + call sub_4ee7h ;8401 cd e7 4e . . N +l8404h: + ld hl,lf5c9h ;8404 21 c9 f5 ! . . + ld b,002h ;8407 06 02 . . + call sub_4135h ;8409 cd 35 41 . 5 A + jp l8450h ;840c c3 50 84 . P . +l840fh: + ld a,0ffh ;840f 3e ff > . + ld (lf8a3h),a ;8411 32 a3 f8 2 . . + jp l8404h ;8414 c3 04 84 . . . +sub_8417h: + ld a,(lf873h) ;8417 3a 73 f8 : s . + or 001h ;841a f6 01 . . + ld (lf873h),a ;841c 32 73 f8 2 s . + ld a,0ffh ;841f 3e ff > . + call sub_4ef2h ;8421 cd f2 4e . . N + call sub_5064h ;8424 cd 64 50 . d P + ret ;8427 c9 . + call sub_aa24h ;8428 cd 24 aa . $ . + ld a,(lf873h) ;842b 3a 73 f8 : s . + or 001h ;842e f6 01 . . + ld (lf873h),a ;8430 32 73 f8 2 s . +l8433h: + ld a,(lf8a3h) ;8433 3a a3 f8 : . . + call sub_4ee7h ;8436 cd e7 4e . . N + ld hl,lf5c9h ;8439 21 c9 f5 ! . . + ld b,002h ;843c 06 02 . . + call sub_4135h ;843e cd 35 41 . 5 A + jp nz,l8450h ;8441 c2 50 84 . P . + ld a,(lf873h) ;8444 3a 73 f8 : s . + and 001h ;8447 e6 01 . . + call sub_4ef2h ;8449 cd f2 4e . . N + call sub_5064h ;844c cd 64 50 . d P + ret ;844f c9 . +l8450h: + cp 002h ;8450 fe 02 . . + jp nz,l84d6h ;8452 c2 d6 84 . . . + call sub_aa24h ;8455 cd 24 aa . $ . + call sub_5277h ;8458 cd 77 52 . w R + jp z,l8489h ;845b ca 89 84 . . . + ld a,(lf8a3h) ;845e 3a a3 f8 : . . +l8461h: + and a ;8461 a7 . + jp z,l8489h ;8462 ca 89 84 . . . + ld hl,(lf5cdh) ;8465 2a cd f5 * . . + ld de,(lf5cfh) ;8468 ed 5b cf f5 . [ . . + exx ;846c d9 . + ld hl,(lf5c9h) ;846d 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8470 ed 5b cb f5 . [ . . + call sub_5475h ;8474 cd 75 54 . u T + ld (lf5c9h),hl ;8477 22 c9 f5 " . . + ld (lf5c9h+2),de ;847a ed 53 cb f5 . S . . + exx ;847e d9 . + ld (lf5cdh),hl ;847f 22 cd f5 " . . + ld (lf5cfh),de ;8482 ed 53 cf f5 . S . . + jp l84aah ;8486 c3 aa 84 . . . +l8489h: + ld hl,(lf5cdh) ;8489 2a cd f5 * . . + ld de,(lf5cfh) ;848c ed 5b cf f5 . [ . . + exx ;8490 d9 . + ld hl,(lf5c9h) ;8491 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8494 ed 5b cb f5 . [ . . + call sub_53a4h ;8498 cd a4 53 . . S + ld (lf5c9h),hl ;849b 22 c9 f5 " . . + ld (lf5c9h+2),de ;849e ed 53 cb f5 . S . . + exx ;84a2 d9 . + ld (lf5cdh),hl ;84a3 22 cd f5 " . . + ld (lf5cfh),de ;84a6 ed 53 cf f5 . S . . +l84aah: + ld a,(lf873h) ;84aa 3a 73 f8 : s . + and 001h ;84ad e6 01 . . + call sub_4ef2h ;84af cd f2 4e . . N + ld a,(lf8a3h) ;84b2 3a a3 f8 : . . + call sub_4ee7h ;84b5 cd e7 4e . . N + ld hl,(lf5c9h) ;84b8 2a c9 f5 * . . + ld de,(lf5c9h+2) ;84bb ed 5b cb f5 . [ . . + exx ;84bf d9 . + ld hl,(lf5cdh) ;84c0 2a cd f5 * . . + ld de,(lf5cfh) ;84c3 ed 5b cf f5 . [ . . + exx ;84c7 d9 . + call sub_4f1bh ;84c8 cd 1b 4f . . O + ld hl,lf5c9h ;84cb 21 c9 f5 ! . . + ld b,002h ;84ce 06 02 . . + call sub_4135h ;84d0 cd 35 41 . 5 A + jp l8450h ;84d3 c3 50 84 . P . +l84d6h: + cp 001h ;84d6 fe 01 . . + ret nz ;84d8 c0 . + ld a,002h ;84d9 3e 02 > . + call sub_7d6eh ;84db cd 6e 7d . n } + ret ;84de c9 . +sub_84dfh: + ld a,(lf873h) ;84df 3a 73 f8 : s . + and 0feh ;84e2 e6 fe . . + ld (lf873h),a ;84e4 32 73 f8 2 s . + ld a,000h ;84e7 3e 00 > . + call sub_4ef2h ;84e9 cd f2 4e . . N + ret ;84ec c9 . + call sub_4ecfh ;84ed cd cf 4e . . N + ld a,(lf873h) ;84f0 3a 73 f8 : s . + and 0feh ;84f3 e6 fe . . + ld (lf873h),a ;84f5 32 73 f8 2 s . + ld a,(lf8a3h) ;84f8 3a a3 f8 : . . + jp l8433h ;84fb c3 33 84 . 3 . +sub_84feh: + ld a,(lf873h) ;84fe 3a 73 f8 : s . + and 001h ;8501 e6 01 . . + call sub_4ef2h ;8503 cd f2 4e . . N + call sub_5064h ;8506 cd 64 50 . d P + ret ;8509 c9 . +l850ah: + ld sp,l0000h ;850a 31 00 00 1 . . + ld hl,l850ah ;850d 21 0a 85 ! . . + ld (lf8a1h),hl ;8510 22 a1 f8 " . . + push hl ;8513 e5 . + call sub_8518h ;8514 cd 18 85 . . . + jp (hl) ;8517 e9 . +sub_8518h: + call sub_f4cbh ;8518 cd cb f4 . . . + call l826fh ;851b cd 6f 82 . o . + cp 03bh ;851e fe 3b . ; + jr z,sub_8518h ;8520 28 f6 ( . + cp 02ch ;8522 fe 2c . , + jr z,sub_8518h ;8524 28 f2 ( . + cp 05eh ;8526 fe 5e . ^ + jp z,sub_828bh ;8528 ca 8b 82 . . . + call sub_69e6h ;852b cd e6 69 . . i + jr nc,l8533h ;852e 30 03 0 . + jp l8541h ;8530 c3 41 85 . A . +l8533h: + call sub_f4cbh ;8533 cd cb f4 . . . + call sub_69e6h ;8536 cd e6 69 . . i + jr nc,l8533h ;8539 30 f8 0 . + call lf4cch+2 ;853b cd ce f4 . . . + jp l7d5bh ;853e c3 5b 7d . [ } +l8541h: + call sub_6a17h ;8541 cd 17 6a . . j + ld hl,l855ch ;8544 21 5c 85 ! \ . + ld c,a ;8547 4f O +l8548h: + cp (hl) ;8548 be . + jr z,l8556h ;8549 28 0b ( . + inc hl ;854b 23 # + inc hl ;854c 23 # + inc hl ;854d 23 # + ld a,(hl) ;854e 7e ~ + and a ;854f a7 . + ld a,c ;8550 79 y + jr nz,l8548h ;8551 20 f5 . + jp l7d60h ;8553 c3 60 7d . ` } +l8556h: + inc hl ;8556 23 # + ld a,(hl) ;8557 7e ~ + inc hl ;8558 23 # + ld h,(hl) ;8559 66 f + ld l,a ;855a 6f o + ret ;855b c9 . +l855ch: + ld c,l ;855c 4d M + and d ;855d a2 . + add a,l ;855e 85 . + ld b,h ;855f 44 D + xor b ;8560 a8 . + add a,l ;8561 85 . + ld d,d ;8562 52 R + or h ;8563 b4 . + add a,l ;8564 85 . + ld c,c ;8565 49 I + xor (hl) ;8566 ae . + add a,l ;8567 85 . + ld e,c ;8568 59 Y + jp nc,05f8dh ;8569 d2 8d 5f . . _ + ld (hl),l ;856c 75 u + sub b ;856d 90 . + ld d,b ;856e 50 P + ld a,(bc) ;856f 0a . + sbc a,(hl) ;8570 9e . + ld d,l ;8571 55 U + push de ;8572 d5 . + sbc a,l ;8573 9d . + ld d,c ;8574 51 Q + rst 0 ;8575 c7 . + sbc a,(hl) ;8576 9e . + ld c,(hl) ;8577 4e N + rst 10h ;8578 d7 . + sbc a,h ;8579 9c . + ld d,e ;857a 53 S + ld l,e ;857b 6b k + sbc a,a ;857c 9f . + ld b,c ;857d 41 A + dec de ;857e 1b . + adc a,b ;857f 88 . + ld b,a ;8580 47 G + ld c,l ;8581 4d M + adc a,b ;8582 88 . + ld b,e ;8583 43 C + cp d ;8584 ba . + add a,l ;8585 85 . + ld c,e ;8586 4b K + ld a,d ;8587 7a z + adc a,b ;8588 88 . + ld b,l ;8589 45 E + inc (hl) ;858a 34 4 + add a,a ;858b 87 . + ld e,b ;858c 58 X + cp e ;858d bb . + adc a,e ;858e 8b . + ld d,h ;858f 54 T + ld h,h ;8590 64 d + adc a,d ;8591 8a . + ld b,d ;8592 42 B + ld hl,04c8ah ;8593 21 8a 4c ! . L + jp c,l4a89h ;8596 da 89 4a . . J + cp h ;8599 bc . + adc a,l ;859a 8d . + ld d,(hl) ;859b 56 V + ld e,(hl) ;859c 5e ^ + adc a,l ;859d 8d . + ld c,b ;859e 48 H + ld h,c ;859f 61 a + adc a,l ;85a0 8d . + nop ;85a1 00 . + call sub_84dfh ;85a2 cd df 84 . . . + jp l83fah ;85a5 c3 fa 83 . . . + call sub_8417h ;85a8 cd 17 84 . . . + jp l83fah ;85ab c3 fa 83 . . . + call sub_8417h ;85ae cd 17 84 . . . + jp l840fh ;85b1 c3 0f 84 . . . + call sub_84dfh ;85b4 cd df 84 . . . + jp l840fh ;85b7 c3 0f 84 . . . + ld hl,lf5c9h ;85ba 21 c9 f5 ! . . + ld b,005h ;85bd 06 05 . . + call sub_4135h ;85bf cd 35 41 . 5 A + ret z ;85c2 c8 . + cp 005h ;85c3 fe 05 . . + jp nz,l7d5bh ;85c5 c2 5b 7d . [ } +l85c8h: + ld hl,(0f5d5h) ;85c8 2a d5 f5 * . . + ld de,(lf5d7h) ;85cb ed 5b d7 f5 . [ . . + call sub_7019h ;85cf cd 19 70 . . p + ld (lf813h),hl ;85d2 22 13 f8 " . . + ld (lf815h),de ;85d5 ed 53 15 f8 . S . . + exx ;85d9 d9 . + ld (lf817h),hl ;85da 22 17 f8 " . . + ld (lf819h),de ;85dd ed 53 19 f8 . S . . + ld hl,(lf5d1h) ;85e1 2a d1 f5 * . . + ld de,(lf5d3h) ;85e4 ed 5b d3 f5 . [ . . + ld (lf8a4h),hl ;85e8 22 a4 f8 " . . + ld (lf8a6h),de ;85eb ed 53 a6 f8 . S . . + ld hl,(lf817h) ;85ef 2a 17 f8 * . . + ld de,(lf819h) ;85f2 ed 5b 19 f8 . [ . . + exx ;85f6 d9 . + ld hl,(lf8a4h) ;85f7 2a a4 f8 * . . + ld de,(lf8a6h) ;85fa ed 5b a6 f8 . [ . . + call sub_6b52h ;85fe cd 52 6b . R k + ld (lf5f3h),hl ;8601 22 f3 f5 " . . + ld (lf5f5h),de ;8604 ed 53 f5 f5 . S . . + ld hl,(lf813h) ;8608 2a 13 f8 * . . + ld de,(lf815h) ;860b ed 5b 15 f8 . [ . . + exx ;860f d9 . + ld hl,(lf8a4h) ;8610 2a a4 f8 * . . + ld de,(lf8a6h) ;8613 ed 5b a6 f8 . [ . . + call sub_6b52h ;8617 cd 52 6b . R k + ld (lf5f5h+2),hl ;861a 22 f7 f5 " . . + ld (0f5f9h),de ;861d ed 53 f9 f5 . S . . + call sub_5277h ;8621 cd 77 52 . w R + jp z,l8669h ;8624 ca 69 86 . i . + ld hl,(lf5cdh) ;8627 2a cd f5 * . . + ld de,(lf5cfh) ;862a ed 5b cf f5 . [ . . + exx ;862e d9 . + ld hl,(lf5c9h) ;862f 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8632 ed 5b cb f5 . [ . . + call sub_53a4h ;8636 cd a4 53 . . S + ld (lf5c9h),hl ;8639 22 c9 f5 " . . + ld (lf5c9h+2),de ;863c ed 53 cb f5 . S . . + exx ;8640 d9 . + ld (lf5cdh),hl ;8641 22 cd f5 " . . + ld (lf5cfh),de ;8644 ed 53 cf f5 . S . . + ld hl,(lf5f5h+2) ;8648 2a f7 f5 * . . + ld de,(0f5f9h) ;864b ed 5b f9 f5 . [ . . + exx ;864f d9 . + ld hl,(lf5f3h) ;8650 2a f3 f5 * . . + ld de,(lf5f5h) ;8653 ed 5b f5 f5 . [ . . + call sub_5475h ;8657 cd 75 54 . u T + ld (lf5f3h),hl ;865a 22 f3 f5 " . . + ld (lf5f5h),de ;865d ed 53 f5 f5 . S . . + exx ;8661 d9 . + ld (lf5f5h+2),hl ;8662 22 f7 f5 " . . + ld (0f5f9h),de ;8665 ed 53 f9 f5 . S . . +l8669h: + ld hl,(lf5c9h) ;8669 2a c9 f5 * . . + ld de,(lf5c9h+2) ;866c ed 5b cb f5 . [ . . + exx ;8670 d9 . + ld hl,(lf5f3h) ;8671 2a f3 f5 * . . + ld de,(lf5f5h) ;8674 ed 5b f5 f5 . [ . . + call sub_6b2ah ;8678 cd 2a 6b . * k + ld (lf5f3h),hl ;867b 22 f3 f5 " . . + ld (lf5f5h),de ;867e ed 53 f5 f5 . S . . + ld hl,(lf5cdh) ;8682 2a cd f5 * . . + ld de,(lf5cfh) ;8685 ed 5b cf f5 . [ . . + exx ;8689 d9 . + ld hl,(lf5f5h+2) ;868a 2a f7 f5 * . . + ld de,(0f5f9h) ;868d ed 5b f9 f5 . [ . . + call sub_6b2ah ;8691 cd 2a 6b . * k + ld (lf5f5h+2),hl ;8694 22 f7 f5 " . . + ld (0f5f9h),de ;8697 ed 53 f9 f5 . S . . + ld hl,(0f5d5h) ;869b 2a d5 f5 * . . + ld de,(lf5d7h) ;869e ed 5b d7 f5 . [ . . + exx ;86a2 d9 . + ld hl,(lf5d8h+1) ;86a3 2a d9 f5 * . . + ld de,(0f5dbh) ;86a6 ed 5b db f5 . [ . . + call sub_6b3dh ;86aa cd 3d 6b . = k + ld (0f603h),hl ;86ad 22 03 f6 " . . + ld (lf605h),de ;86b0 ed 53 05 f6 . S . . + ld hl,(l6a25h) ;86b4 2a 25 6a * % j + ld de,(l6a27h) ;86b7 ed 5b 27 6a . [ ' j + ld (lf607h),hl ;86bb 22 07 f6 " . . + ld (lf609h),de ;86be ed 53 09 f6 . S . . + ld hl,0f5ddh ;86c2 21 dd f5 ! . . + ld b,001h ;86c5 06 01 . . + call sub_4135h ;86c7 cd 35 41 . 5 A + jr z,l86dah ;86ca 28 0e ( . + ld hl,(0f5ddh) ;86cc 2a dd f5 * . . + ld de,(lf5dfh) ;86cf ed 5b df f5 . [ . . + ld (lf607h),hl ;86d3 22 07 f6 " . . + ld (lf609h),de ;86d6 ed 53 09 f6 . S . . +l86dah: + ld a,000h ;86da 3e 00 > . + call sub_4ef2h ;86dc cd f2 4e . . N + ld a,000h ;86df 3e 00 > . + call sub_4ee7h ;86e1 cd e7 4e . . N + ld hl,(lf5f5h+2) ;86e4 2a f7 f5 * . . + ld de,(0f5f9h) ;86e7 ed 5b f9 f5 . [ . . + exx ;86eb d9 . + ld hl,(lf5f3h) ;86ec 2a f3 f5 * . . + ld de,(lf5f5h) ;86ef ed 5b f5 f5 . [ . . + call sub_4f84h ;86f3 cd 84 4f . . O + ld hl,(lf5c9h) ;86f6 2a c9 f5 * . . + ld de,(lf5c9h+2) ;86f9 ed 5b cb f5 . [ . . + exx ;86fd d9 . + ld hl,(lf5f3h) ;86fe 2a f3 f5 * . . + ld de,(lf5f5h) ;8701 ed 5b f5 f5 . [ . . + call sub_6b3dh ;8705 cd 3d 6b . = k + ld (lf5f3h),hl ;8708 22 f3 f5 " . . + ld (lf5f5h),de ;870b ed 53 f5 f5 . S . . + ld hl,(lf5cdh) ;870f 2a cd f5 * . . + ld de,(lf5cfh) ;8712 ed 5b cf f5 . [ . . + exx ;8716 d9 . + ld hl,(lf5f5h+2) ;8717 2a f7 f5 * . . + ld de,(0f5f9h) ;871a ed 5b f9 f5 . [ . . + call sub_6b3dh ;871e cd 3d 6b . = k + ld (lf5f5h+2),hl ;8721 22 f7 f5 " . . + ld (0f5f9h),de ;8724 ed 53 f9 f5 . S . . + ld a,0ffh ;8728 3e ff > . + call sub_4ef2h ;872a cd f2 4e . . N + call sub_45f6h ;872d cd f6 45 . . E + call sub_4361h ;8730 cd 61 43 . a C + ret ;8733 c9 . + ld hl,lf5c9h ;8734 21 c9 f5 ! . . + ld b,003h ;8737 06 03 . . + call sub_4135h ;8739 cd 35 41 . 5 A + ret z ;873c c8 . + cp 003h ;873d fe 03 . . + jp nz,l7d5bh ;873f c2 5b 7d . [ } + ld hl,(lf5cdh) ;8742 2a cd f5 * . . + ld de,(lf5cfh) ;8745 ed 5b cf f5 . [ . . + call sub_7019h ;8749 cd 19 70 . . p + ld (lf813h),hl ;874c 22 13 f8 " . . + ld (lf815h),de ;874f ed 53 15 f8 . S . . + exx ;8753 d9 . + ld (lf817h),hl ;8754 22 17 f8 " . . + ld (lf819h),de ;8757 ed 53 19 f8 . S . . + ld hl,(lf817h) ;875b 2a 17 f8 * . . + ld de,(lf819h) ;875e ed 5b 19 f8 . [ . . + exx ;8762 d9 . + ld hl,(lf5c9h) ;8763 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8766 ed 5b cb f5 . [ . . + call sub_6b52h ;876a cd 52 6b . R k + ld (lf5f3h),hl ;876d 22 f3 f5 " . . + ld (lf5f5h),de ;8770 ed 53 f5 f5 . S . . + ld hl,(lf813h) ;8774 2a 13 f8 * . . + ld de,(lf815h) ;8777 ed 5b 15 f8 . [ . . + exx ;877b d9 . + ld hl,(lf5c9h) ;877c 2a c9 f5 * . . + ld de,(lf5c9h+2) ;877f ed 5b cb f5 . [ . . + call sub_6b52h ;8783 cd 52 6b . R k + ld (lf5f5h+2),hl ;8786 22 f7 f5 " . . + ld (0f5f9h),de ;8789 ed 53 f9 f5 . S . . + call sub_5277h ;878d cd 77 52 . w R + jr z,l87b3h ;8790 28 21 ( ! + ld hl,(lf5f5h+2) ;8792 2a f7 f5 * . . + ld de,(0f5f9h) ;8795 ed 5b f9 f5 . [ . . + exx ;8799 d9 . + ld hl,(lf5f3h) ;879a 2a f3 f5 * . . + ld de,(lf5f5h) ;879d ed 5b f5 f5 . [ . . + call sub_5475h ;87a1 cd 75 54 . u T + ld (lf5f3h),hl ;87a4 22 f3 f5 " . . + ld (lf5f5h),de ;87a7 ed 53 f5 f5 . S . . + exx ;87ab d9 . + ld (lf5f5h+2),hl ;87ac 22 f7 f5 " . . + ld (0f5f9h),de ;87af ed 53 f9 f5 . S . . +l87b3h: + ld hl,(lf5cdh) ;87b3 2a cd f5 * . . + ld de,(lf5cfh) ;87b6 ed 5b cf f5 . [ . . + exx ;87ba d9 . + ld hl,(lf5d1h) ;87bb 2a d1 f5 * . . + ld de,(lf5d3h) ;87be ed 5b d3 f5 . [ . . + call sub_6b3dh ;87c2 cd 3d 6b . = k + ld (0f603h),hl ;87c5 22 03 f6 " . . + ld (lf605h),de ;87c8 ed 53 05 f6 . S . . + ld hl,(l6a25h) ;87cc 2a 25 6a * % j + ld de,(l6a27h) ;87cf ed 5b 27 6a . [ ' j + ld (lf607h),hl ;87d3 22 07 f6 " . . + ld (lf609h),de ;87d6 ed 53 09 f6 . S . . + ld hl,lf5c9h ;87da 21 c9 f5 ! . . + ld b,001h ;87dd 06 01 . . + call sub_4135h ;87df cd 35 41 . 5 A +l87e2h: + jr z,l87f2h ;87e2 28 0e ( . + ld hl,(lf5c9h) ;87e4 2a c9 f5 * . . + ld de,(lf5c9h+2) ;87e7 ed 5b cb f5 . [ . . + ld (lf607h),hl ;87eb 22 07 f6 " . . + ld (lf609h),de ;87ee ed 53 09 f6 . S . . +l87f2h: + ld a,0ffh ;87f2 3e ff > . + call sub_4ef2h ;87f4 cd f2 4e . . N + call sub_45f6h ;87f7 cd f6 45 . . E + call sub_4361h ;87fa cd 61 43 . a C + ret ;87fd c9 . +sub_87feh: + ld hl,(l6a49h) ;87fe 2a 49 6a * I j + ld de,(l6a4bh) ;8801 ed 5b 4b 6a . [ K j + ld (lf8a8h),hl ;8805 22 a8 f8 " . . + ld (lf8aah),de ;8808 ed 53 aa f8 . S . . + ld hl,(l6a49h) ;880c 2a 49 6a * I j + ld de,(l6a4bh) ;880f ed 5b 4b 6a . [ K j + ld (lf8ach),hl ;8813 22 ac f8 " . . + ld (lf8aeh),de ;8816 ed 53 ae f8 . S . . + ret ;881a c9 . + ld hl,lf5c9h ;881b 21 c9 f5 ! . . + ld b,002h ;881e 06 02 . . + call sub_4135h ;8820 cd 35 41 . 5 A + cp 002h ;8823 fe 02 . . + jr nz,l8844h ;8825 20 1d . + ld hl,(lf5c9h) ;8827 2a c9 f5 * . . + ld de,(lf5c9h+2) ;882a ed 5b cb f5 . [ . . + ld (lf8a8h),hl ;882e 22 a8 f8 " . . + ld (lf8aah),de ;8831 ed 53 aa f8 . S . . + ld hl,(lf5cdh) ;8835 2a cd f5 * . . + ld de,(lf5cfh) ;8838 ed 5b cf f5 . [ . . + ld (lf8ach),hl ;883c 22 ac f8 " . . + ld (lf8aeh),de ;883f ed 53 ae f8 . S . . + ret ;8843 c9 . +l8844h: + cp 001h ;8844 fe 01 . . + ret nz ;8846 c0 . + ld a,002h ;8847 3e 02 > . + call sub_7d6eh ;8849 cd 6e 7d . n } + ret ;884c c9 . + ld hl,lf5d1h ;884d 21 d1 f5 ! . . + ld b,003h ;8850 06 03 . . + call sub_4135h ;8852 cd 35 41 . 5 A + ret z ;8855 c8 . + cp 003h ;8856 fe 03 . . + jp nz,l7d5bh ;8858 c2 5b 7d . [ } + ld hl,(lf8a8h) ;885b 2a a8 f8 * . . + ld de,(lf8aah) ;885e ed 5b aa f8 . [ . . + ld (lf5c9h),hl ;8862 22 c9 f5 " . . + ld (lf5c9h+2),de ;8865 ed 53 cb f5 . S . . + ld hl,(lf8ach) ;8869 2a ac f8 * . . + ld de,(lf8aeh) ;886c ed 5b ae f8 . [ . . + ld (lf5cdh),hl ;8870 22 cd f5 " . . + ld (lf5cfh),de ;8873 ed 53 cf f5 . S . . + jp l85c8h ;8877 c3 c8 85 . . . + ld hl,lf5c9h ;887a 21 c9 f5 ! . . + ld b,003h ;887d 06 03 . . + call sub_4135h ;887f cd 35 41 . 5 A + ret z ;8882 c8 . + cp 003h ;8883 fe 03 . . + jp nz,l7d5bh ;8885 c2 5b 7d . [ } + ld hl,(l6a69h) ;8888 2a 69 6a * i j + ld de,(l6a6bh) ;888b ed 5b 6b 6a . [ k j + exx ;888f d9 . + ld hl,(lf5c9h) ;8890 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8893 ed 5b cb f5 . [ . . + call sub_6b52h ;8897 cd 52 6b . R k + ld (lf8b0h),hl ;889a 22 b0 f8 " . . + ld (lf8b2h),de ;889d ed 53 b2 f8 . S . . + jp c,l7d56h ;88a1 da 56 7d . V } + ld hl,(lf8b0h) ;88a4 2a b0 f8 * . . + ld de,(lf8b2h) ;88a7 ed 5b b2 f8 . [ . . + call sub_7019h ;88ab cd 19 70 . . p + ld (lf813h),hl ;88ae 22 13 f8 " . . + ld (lf815h),de ;88b1 ed 53 15 f8 . S . . + exx ;88b5 d9 . + ld (lf817h),hl ;88b6 22 17 f8 " . . + ld (lf819h),de ;88b9 ed 53 19 f8 . S . . + ld hl,(lf8a8h) ;88bd 2a a8 f8 * . . + ld de,(lf8aah) ;88c0 ed 5b aa f8 . [ . . + ld (lf6afh),hl ;88c4 22 af f6 " . . + ld (0f6b1h),de ;88c7 ed 53 b1 f6 . S . . + ld hl,(lf8ach) ;88cb 2a ac f8 * . . + ld de,(lf8aeh) ;88ce ed 5b ae f8 . [ . . + ld (lf6b3h),hl ;88d2 22 b3 f6 " . . + ld (lf6b5h),de ;88d5 ed 53 b5 f6 . S . . + ld hl,(lf813h) ;88d9 2a 13 f8 * . . + ld de,(lf815h) ;88dc ed 5b 15 f8 . [ . . + exx ;88e0 d9 . + ld hl,(lf5d1h) ;88e1 2a d1 f5 * . . + ld de,(lf5d3h) ;88e4 ed 5b d3 f5 . [ . . + call sub_6b52h ;88e8 cd 52 6b . R k + ld (lf8bch),hl ;88eb 22 bc f8 " . . + ld (lf8beh),de ;88ee ed 53 be f8 . S . . + ld hl,(lf817h) ;88f2 2a 17 f8 * . . + ld de,(lf819h) ;88f5 ed 5b 19 f8 . [ . . + exx ;88f9 d9 . + ld hl,(lf5d1h) ;88fa 2a d1 f5 * . . + ld de,(lf5d3h) ;88fd ed 5b d3 f5 . [ . . + call sub_6b52h ;8901 cd 52 6b . R k + ld (lf8c0h),hl ;8904 22 c0 f8 " . . + ld (lf8c2h),de ;8907 ed 53 c2 f8 . S . . + ld hl,(lf813h) ;890b 2a 13 f8 * . . + ld de,(lf815h) ;890e ed 5b 15 f8 . [ . . + exx ;8912 d9 . + ld hl,(lf5cdh) ;8913 2a cd f5 * . . + ld de,(lf5cfh) ;8916 ed 5b cf f5 . [ . . + call sub_6b52h ;891a cd 52 6b . R k + ld (lf8c4h),hl ;891d 22 c4 f8 " . . + ld (lf8c6h),de ;8920 ed 53 c6 f8 . S . . + ld hl,(lf817h) ;8924 2a 17 f8 * . . + ld de,(lf819h) ;8927 ed 5b 19 f8 . [ . . + exx ;892b d9 . + ld hl,(lf5cdh) ;892c 2a cd f5 * . . + ld de,(lf5cfh) ;892f ed 5b cf f5 . [ . . + call sub_6b52h ;8933 cd 52 6b . R k + ld (lf8c8h),hl ;8936 22 c8 f8 " . . + ld (lf8cah),de ;8939 ed 53 ca f8 . S . . + call sub_5277h ;893d cd 77 52 . w R + jp z,l89a6h ;8940 ca a6 89 . . . + ld hl,(lf6b3h) ;8943 2a b3 f6 * . . + ld de,(lf6b5h) ;8946 ed 5b b5 f6 . [ . . + exx ;894a d9 . + ld hl,(lf6afh) ;894b 2a af f6 * . . + ld de,(0f6b1h) ;894e ed 5b b1 f6 . [ . . + call sub_53a4h ;8952 cd a4 53 . . S + ld (lf6afh),hl ;8955 22 af f6 " . . + ld (0f6b1h),de ;8958 ed 53 b1 f6 . S . . + exx ;895c d9 . + ld (lf6b3h),hl ;895d 22 b3 f6 " . . + ld (lf6b5h),de ;8960 ed 53 b5 f6 . S . . + ld hl,(lf8c0h) ;8964 2a c0 f8 * . . + ld de,(lf8c2h) ;8967 ed 5b c2 f8 . [ . . + exx ;896b d9 . + ld hl,(lf8bch) ;896c 2a bc f8 * . . + ld de,(lf8beh) ;896f ed 5b be f8 . [ . . + call sub_5475h ;8973 cd 75 54 . u T + ld (lf8bch),hl ;8976 22 bc f8 " . . + ld (lf8beh),de ;8979 ed 53 be f8 . S . . + exx ;897d d9 . + ld (lf8c0h),hl ;897e 22 c0 f8 " . . + ld (lf8c2h),de ;8981 ed 53 c2 f8 . S . . + ld hl,(lf8c8h) ;8985 2a c8 f8 * . . + ld de,(lf8cah) ;8988 ed 5b ca f8 . [ . . + exx ;898c d9 . + ld hl,(lf8c4h) ;898d 2a c4 f8 * . . + ld de,(lf8c6h) ;8990 ed 5b c6 f8 . [ . . + call sub_5475h ;8994 cd 75 54 . u T + ld (lf8c4h),hl ;8997 22 c4 f8 " . . + ld (lf8c6h),de ;899a ed 53 c6 f8 . S . . + exx ;899e d9 . + ld (lf8c8h),hl ;899f 22 c8 f8 " . . + ld (lf8cah),de ;89a2 ed 53 ca f8 . S . . +l89a6h: + ld a,000h ;89a6 3e 00 > . + call sub_4ee7h ;89a8 cd e7 4e . . N + ld a,000h ;89ab 3e 00 > . + call sub_4ef2h ;89ad cd f2 4e . . N + ld hl,(lf8c0h) ;89b0 2a c0 f8 * . . + ld de,(lf8c2h) ;89b3 ed 5b c2 f8 . [ . . + exx ;89b7 d9 . + ld hl,(lf8bch) ;89b8 2a bc f8 * . . + ld de,(lf8beh) ;89bb ed 5b be f8 . [ . . + call sub_4f26h ;89bf cd 26 4f . & O + ld a,0ffh ;89c2 3e ff > . + call sub_4ef2h ;89c4 cd f2 4e . . N + ld hl,(lf8c8h) ;89c7 2a c8 f8 * . . + ld de,(lf8cah) ;89ca ed 5b ca f8 . [ . . + exx ;89ce d9 . + ld hl,(lf8c4h) ;89cf 2a c4 f8 * . . + ld de,(lf8c6h) ;89d2 ed 5b c6 f8 . [ . . + call sub_4f26h ;89d6 cd 26 4f . & O + ret ;89d9 c9 . + ld hl,0f5e5h ;89da 21 e5 f5 ! . . + ld b,001h ;89dd 06 01 . . + call sub_41c7h ;89df cd c7 41 . . A + ret z ;89e2 c8 . + ld de,(0f5e5h) ;89e3 ed 5b e5 f5 . [ . . + ld hl,l0003h+2 ;89e7 21 05 00 ! . . + or a ;89ea b7 . + sbc hl,de ;89eb ed 52 . R + jp m,l7d56h ;89ed fa 56 7d . V } + or a ;89f0 b7 . + ld hl,lfffah ;89f1 21 fa ff ! . . + sbc hl,de ;89f4 ed 52 . R + jp p,l7d56h ;89f6 f2 56 7d . V } + ld a,d ;89f9 7a z + or a ;89fa b7 . + ld a,e ;89fb 7b { + jp m,l8a0dh ;89fc fa 0d 8a . . . + or a ;89ff b7 . + jp z,sub_4ec9h ;8a00 ca c9 4e . . N + inc a ;8a03 3c < +l8a04h: + call sub_48b9h ;8a04 cd b9 48 . . H + ld a,0ffh ;8a07 3e ff > . + ld (lf654h),a ;8a09 32 54 f6 2 T . + ret ;8a0c c9 . +l8a0dh: + dec a ;8a0d 3d = + jr l8a04h ;8a0e 18 f4 . . +sub_8a10h: + ld hl,(l6a95h) ;8a10 2a 95 6a * . j + ld de,(l6a97h) ;8a13 ed 5b 97 6a . [ . j + ld (lf5c9h),hl ;8a17 22 c9 f5 " . . + ld (lf5c9h+2),de ;8a1a ed 53 cb f5 . S . . + jp l8a31h ;8a1e c3 31 8a . 1 . + ld hl,lf5c9h ;8a21 21 c9 f5 ! . . + ld b,001h ;8a24 06 01 . . + call sub_4135h ;8a26 cd 35 41 . 5 A + ret z ;8a29 c8 . + ld a,(lf5c9h+1) ;8a2a 3a ca f5 : . . + and a ;8a2d a7 . + jp m,l7d56h ;8a2e fa 56 7d . V } +l8a31h: + call sub_4ecfh ;8a31 cd cf 4e . . N + ld hl,(0f72ch) ;8a34 2a 2c f7 * , . + ld de,(lf72eh) ;8a37 ed 5b 2e f7 . [ . . + exx ;8a3b d9 . + ld hl,(lf5c9h) ;8a3c 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8a3f ed 5b cb f5 . [ . . + call sub_6c12h ;8a43 cd 12 6c . . l + ld (lf5c9h),hl ;8a46 22 c9 f5 " . . + ld (lf5c9h+2),de ;8a49 ed 53 cb f5 . S . . + ld hl,(l6aa1h) ;8a4d 2a a1 6a * . j + ld de,(l6aa3h) ;8a50 ed 5b a3 6a . [ . j + exx ;8a54 d9 . + ld hl,(lf5c9h) ;8a55 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8a58 ed 5b cb f5 . [ . . + call sub_6b52h ;8a5c cd 52 6b . R k + call sub_48b1h ;8a5f cd b1 48 . . H + ret ;8a62 c9 . +l8a63h: + inc bc ;8a63 03 . + ld hl,lf5c9h ;8a64 21 c9 f5 ! . . + ld b,005h ;8a67 06 05 . . + call sub_4135h ;8a69 cd 35 41 . 5 A + ret z ;8a6c c8 . + cp 005h ;8a6d fe 05 . . + jp nz,l7d5bh ;8a6f c2 5b 7d . [ } + ld hl,(0f5d5h) ;8a72 2a d5 f5 * . . + ld de,(lf5d7h) ;8a75 ed 5b d7 f5 . [ . . + ld (lf8cch),hl ;8a79 22 cc f8 " . . + ld (lf8ceh),de ;8a7c ed 53 ce f8 . S . . + call sub_5277h ;8a80 cd 77 52 . w R + jr z,l8ad0h ;8a83 28 4b ( K + ld hl,(lf5d1h) ;8a85 2a d1 f5 * . . + ld de,(lf5d3h) ;8a88 ed 5b d3 f5 . [ . . + exx ;8a8c d9 . + ld hl,(lf5cdh) ;8a8d 2a cd f5 * . . + ld de,(lf5cfh) ;8a90 ed 5b cf f5 . [ . . + call sub_5475h ;8a94 cd 75 54 . u T + ld (lf5cdh),hl ;8a97 22 cd f5 " . . + ld (lf5cfh),de ;8a9a ed 53 cf f5 . S . . + exx ;8a9e d9 . + ld (lf5d1h),hl ;8a9f 22 d1 f5 " . . + ld (lf5d3h),de ;8aa2 ed 53 d3 f5 . S . . + ld hl,(lf6edh) ;8aa6 2a ed f6 * . . + ld de,(lf6edh+2) ;8aa9 ed 5b ef f6 . [ . . + exx ;8aad d9 . + ld hl,(lf8cch) ;8aae 2a cc f8 * . . + ld de,(lf8ceh) ;8ab1 ed 5b ce f8 . [ . . + call sub_6b52h ;8ab5 cd 52 6b . R k + ld (lf8cch),hl ;8ab8 22 cc f8 " . . + ld (lf8ceh),de ;8abb ed 53 ce f8 . S . . + ld hl,(lf8cch) ;8abf 2a cc f8 * . . + ld de,(lf8ceh) ;8ac2 ed 5b ce f8 . [ . . + call sub_6d1dh ;8ac6 cd 1d 6d . . m + ld (lf8cch),hl ;8ac9 22 cc f8 " . . + ld (lf8ceh),de ;8acc ed 53 ce f8 . S . . +l8ad0h: + call sub_4f02h ;8ad0 cd 02 4f . . O + ld (lf8d0h),hl ;8ad3 22 d0 f8 " . . + ld (lf8d2h),de ;8ad6 ed 53 d2 f8 . S . . + exx ;8ada d9 . + ld (lf8d4h),hl ;8adb 22 d4 f8 " . . + ld (lf8d6h),de ;8ade ed 53 d6 f8 . S . . + ld hl,(lf8d0h) ;8ae2 2a d0 f8 * . . + ld de,(lf8d2h) ;8ae5 ed 5b d2 f8 . [ . . + exx ;8ae9 d9 . + ld hl,(lf5cdh) ;8aea 2a cd f5 * . . + ld de,(lf5cfh) ;8aed ed 5b cf f5 . [ . . + call sub_6b2ah ;8af1 cd 2a 6b . * k + ld (lf8d0h),hl ;8af4 22 d0 f8 " . . + ld (lf8d2h),de ;8af7 ed 53 d2 f8 . S . . + ld hl,(lf8d4h) ;8afb 2a d4 f8 * . . + ld de,(lf8d6h) ;8afe ed 5b d6 f8 . [ . . + exx ;8b02 d9 . + ld hl,(lf5d1h) ;8b03 2a d1 f5 * . . + ld de,(lf5d3h) ;8b06 ed 5b d3 f5 . [ . . + call sub_6b2ah ;8b0a cd 2a 6b . * k + ld (lf8d4h),hl ;8b0d 22 d4 f8 " . . + ld (lf8d6h),de ;8b10 ed 53 d6 f8 . S . . + ld hl,(lf5c9h) ;8b14 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8b17 ed 5b cb f5 . [ . . + call sub_6abah ;8b1b cd ba 6a . . j + ld a,h ;8b1e 7c | + and a ;8b1f a7 . + jp nz,l7d56h ;8b20 c2 56 7d . V } + ld a,l ;8b23 7d } + cp 004h ;8b24 fe 04 . . + jp nc,l7d56h ;8b26 d2 56 7d . V } + or a ;8b29 b7 . + jr nz,l8b2eh ;8b2a 20 02 . + ld a,003h ;8b2c 3e 03 > . +l8b2eh: + ld (lf8d8h),a ;8b2e 32 d8 f8 2 . . + ld hl,(lf5d8h+1) ;8b31 2a d9 f5 * . . + ld de,(0f5dbh) ;8b34 ed 5b db f5 . [ . . + call sub_6abah ;8b38 cd ba 6a . . j + ld a,h ;8b3b 7c | + and a ;8b3c a7 . + jp nz,l7d56h ;8b3d c2 56 7d . V } + ld a,l ;8b40 7d } + cp 005h ;8b41 fe 05 . . + jp nc,l7d56h ;8b43 d2 56 7d . V } + and a ;8b46 a7 . + jp z,l7d56h ;8b47 ca 56 7d . V } + dec hl ;8b4a 2b + + ld (lf8b0h),hl ;8b4b 22 b0 f8 " . . + ld a,(lf8d8h) ;8b4e 3a d8 f8 : . . + and 001h ;8b51 e6 01 . . + jr z,l8ba2h ;8b53 28 4d ( M + ld hl,(lf8b0h) ;8b55 2a b0 f8 * . . + call sub_6abbh ;8b58 cd bb 6a . . j + ld (lf8b0h),hl ;8b5b 22 b0 f8 " . . + ld (lf8b2h),de ;8b5e ed 53 b2 f8 . S . . + ld hl,(l6a8dh) ;8b62 2a 8d 6a * . j + ld de,(l6a8fh) ;8b65 ed 5b 8f 6a . [ . j + exx ;8b69 d9 . + ld hl,(lf8b0h) ;8b6a 2a b0 f8 * . . + ld de,(lf8b2h) ;8b6d ed 5b b2 f8 . [ . . + call sub_6b52h ;8b71 cd 52 6b . R k + ld (lf8b0h),hl ;8b74 22 b0 f8 " . . + ld (lf8b2h),de ;8b77 ed 53 b2 f8 . S . . + ld a,(l8a63h) ;8b7b 3a 63 8a : c . + ld hl,(lf8cch) ;8b7e 2a cc f8 * . . + ld de,(lf8ceh) ;8b81 ed 5b ce f8 . [ . . + exx ;8b85 d9 . + ld hl,(lf8b0h) ;8b86 2a b0 f8 * . . + ld de,(lf8b2h) ;8b89 ed 5b b2 f8 . [ . . + call sub_5697h ;8b8d cd 97 56 . . V + ld hl,(lf8d4h) ;8b90 2a d4 f8 * . . + ld de,(lf8d6h) ;8b93 ed 5b d6 f8 . [ . . + exx ;8b97 d9 . + ld hl,(lf8d0h) ;8b98 2a d0 f8 * . . + ld de,(lf8d2h) ;8b9b ed 5b d2 f8 . [ . . + call sub_5e52h ;8b9f cd 52 5e . R ^ +l8ba2h: + ld a,(lf8d8h) ;8ba2 3a d8 f8 : . . + and 002h ;8ba5 e6 02 . . + ret z ;8ba7 c8 . + ld hl,(lf5d1h) ;8ba8 2a d1 f5 * . . + ld de,(lf5d3h) ;8bab ed 5b d3 f5 . [ . . + exx ;8baf d9 . + ld hl,(lf5cdh) ;8bb0 2a cd f5 * . . + ld de,(lf5cfh) ;8bb3 ed 5b cf f5 . [ . . + call sub_518fh ;8bb7 cd 8f 51 . . Q + ret ;8bba c9 . + ld hl,lf5c9h ;8bbb 21 c9 f5 ! . . + ld b,003h ;8bbe 06 03 . . + call sub_4135h ;8bc0 cd 35 41 . 5 A + ret z ;8bc3 c8 . + cp 003h ;8bc4 fe 03 . . + jp nz,l7d5bh ;8bc6 c2 5b 7d . [ } + ld a,0ffh ;8bc9 3e ff > . + call sub_4ef2h ;8bcb cd f2 4e . . N + call sub_4f02h ;8bce cd 02 4f . . O + ld (lf8b4h),hl ;8bd1 22 b4 f8 " . . + ld (lf8b6h),de ;8bd4 ed 53 b6 f8 . S . . + exx ;8bd8 d9 . + ld (lf8b8h),hl ;8bd9 22 b8 f8 " . . + ld (lf8bah),de ;8bdc ed 53 ba f8 . S . . + ld hl,(lf5c9h) ;8be0 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8be3 ed 5b cb f5 . [ . . + call sub_6abah ;8be7 cd ba 6a . . j + push hl ;8bea e5 . + ld hl,(l6a89h) ;8beb 2a 89 6a * . j + ld de,(l6a8bh) ;8bee ed 5b 8b 6a . [ . j + ld (lf8deh),hl ;8bf2 22 de f8 " . . + ld (lf8e0h),de ;8bf5 ed 53 e0 f8 . S . . + call sub_1d11h ;8bf9 cd 11 1d . . . + jp p,l8c0dh ;8bfc f2 0d 8c . . . + ld hl,(l6a75h) ;8bff 2a 75 6a * u j + ld de,(l6a77h) ;8c02 ed 5b 77 6a . [ w j + ld (lf8deh),hl ;8c06 22 de f8 " . . + ld (lf8e0h),de ;8c09 ed 53 e0 f8 . S . . +l8c0dh: + ld hl,(lf5cdh) ;8c0d 2a cd f5 * . . + ld de,(lf5cfh) ;8c10 ed 5b cf f5 . [ . . + ld (lf8dah),hl ;8c14 22 da f8 " . . + ld (lf8dch),de ;8c17 ed 53 dc f8 . S . . + ld hl,(lf5d1h) ;8c1b 2a d1 f5 * . . + ld de,(lf5d3h) ;8c1e ed 5b d3 f5 . [ . . + call sub_6abah ;8c22 cd ba 6a . . j + pop de ;8c25 d1 . + ld a,h ;8c26 7c | + or l ;8c27 b5 . + jp z,l7d56h ;8c28 ca 56 7d . V } + ld a,d ;8c2b 7a z + or a ;8c2c b7 . + jp nz,l7d56h ;8c2d c2 56 7d . V } + or e ;8c30 b3 . + jp z,l8ccbh ;8c31 ca cb 8c . . . + dec a ;8c34 3d = + jp nz,l7d56h ;8c35 c2 56 7d . V } + call sub_5277h ;8c38 cd 77 52 . w R + jr z,l8c71h ;8c3b 28 34 ( 4 + push hl ;8c3d e5 . + ld hl,(lf6edh) ;8c3e 2a ed f6 * . . + ld de,(lf6edh+2) ;8c41 ed 5b ef f6 . [ . . + exx ;8c45 d9 . + ld hl,(lf8dah) ;8c46 2a da f8 * . . + ld de,(lf8dch) ;8c49 ed 5b dc f8 . [ . . + call sub_6b52h ;8c4d cd 52 6b . R k + ld (lf8dah),hl ;8c50 22 da f8 " . . + ld (lf8dch),de ;8c53 ed 53 dc f8 . S . . + ld hl,(lf6f1h) ;8c57 2a f1 f6 * . . + ld de,(lf6f3h) ;8c5a ed 5b f3 f6 . [ . . + exx ;8c5e d9 . + ld hl,(lf8deh) ;8c5f 2a de f8 * . . + ld de,(lf8e0h) ;8c62 ed 5b e0 f8 . [ . . + call sub_6b52h ;8c66 cd 52 6b . R k + ld (lf8deh),hl ;8c69 22 de f8 " . . + ld (lf8e0h),de ;8c6c ed 53 e0 f8 . S . . + pop hl ;8c70 e1 . +l8c71h: + push hl ;8c71 e5 . + ld hl,(lf8deh) ;8c72 2a de f8 * . . + ld de,(lf8e0h) ;8c75 ed 5b e0 f8 . [ . . + exx ;8c79 d9 . + ld hl,(lf8deh) ;8c7a 2a de f8 * . . + ld de,(lf8e0h) ;8c7d ed 5b e0 f8 . [ . . + call sub_47bfh ;8c81 cd bf 47 . . G + ld hl,(lf8dah) ;8c84 2a da f8 * . . + ld de,(lf8dch) ;8c87 ed 5b dc f8 . [ . . + exx ;8c8b d9 . + ld hl,(lf8b4h) ;8c8c 2a b4 f8 * . . + ld de,(lf8b6h) ;8c8f ed 5b b6 f8 . [ . . + call sub_6b2ah ;8c93 cd 2a 6b . * k + ld (lf8b4h),hl ;8c96 22 b4 f8 " . . + ld (lf8b6h),de ;8c99 ed 53 b6 f8 . S . . + jp c,l7d4ch ;8c9d da 4c 7d . L } + ld hl,(lf8b8h) ;8ca0 2a b8 f8 * . . + ld de,(lf8bah) ;8ca3 ed 5b ba f8 . [ . . + exx ;8ca7 d9 . + ld hl,(lf8b4h) ;8ca8 2a b4 f8 * . . + ld de,(lf8b6h) ;8cab ed 5b b6 f8 . [ . . + call sub_4f84h ;8caf cd 84 4f . . O + pop hl ;8cb2 e1 . + dec hl ;8cb3 2b + + ld a,h ;8cb4 7c | + or l ;8cb5 b5 . + jr nz,l8c71h ;8cb6 20 b9 . + ld hl,(lf8deh) ;8cb8 2a de f8 * . . + ld de,(lf8e0h) ;8cbb ed 5b e0 f8 . [ . . + exx ;8cbf d9 . + ld hl,(lf8deh) ;8cc0 2a de f8 * . . + ld de,(lf8e0h) ;8cc3 ed 5b e0 f8 . [ . . + call sub_47bfh ;8cc7 cd bf 47 . . G + ret ;8cca c9 . +l8ccbh: + call sub_5277h ;8ccb cd 77 52 . w R + jr z,l8d04h ;8cce 28 34 ( 4 + push hl ;8cd0 e5 . + ld hl,(lf6f1h) ;8cd1 2a f1 f6 * . . + ld de,(lf6f3h) ;8cd4 ed 5b f3 f6 . [ . . + exx ;8cd8 d9 . + ld hl,(lf8dah) ;8cd9 2a da f8 * . . + ld de,(lf8dch) ;8cdc ed 5b dc f8 . [ . . + call sub_6b52h ;8ce0 cd 52 6b . R k + ld (lf8dah),hl ;8ce3 22 da f8 " . . + ld (lf8dch),de ;8ce6 ed 53 dc f8 . S . . + ld hl,(lf6edh) ;8cea 2a ed f6 * . . + ld de,(lf6edh+2) ;8ced ed 5b ef f6 . [ . . + exx ;8cf1 d9 . + ld hl,(lf8deh) ;8cf2 2a de f8 * . . + ld de,(lf8e0h) ;8cf5 ed 5b e0 f8 . [ . . + call sub_6b52h ;8cf9 cd 52 6b . R k + ld (lf8deh),hl ;8cfc 22 de f8 " . . + ld (lf8e0h),de ;8cff ed 53 e0 f8 . S . . + pop hl ;8d03 e1 . +l8d04h: + push hl ;8d04 e5 . + ld hl,(lf8deh) ;8d05 2a de f8 * . . + ld de,(lf8e0h) ;8d08 ed 5b e0 f8 . [ . . + exx ;8d0c d9 . + ld hl,(lf8deh) ;8d0d 2a de f8 * . . + ld de,(lf8e0h) ;8d10 ed 5b e0 f8 . [ . . + call sub_4837h ;8d14 cd 37 48 . 7 H + ld hl,(lf8dah) ;8d17 2a da f8 * . . + ld de,(lf8dch) ;8d1a ed 5b dc f8 . [ . . + exx ;8d1e d9 . + ld hl,(lf8b8h) ;8d1f 2a b8 f8 * . . + ld de,(lf8bah) ;8d22 ed 5b ba f8 . [ . . + call sub_6b2ah ;8d26 cd 2a 6b . * k + ld (lf8b8h),hl ;8d29 22 b8 f8 " . . + ld (lf8bah),de ;8d2c ed 53 ba f8 . S . . + jp c,l7d4ch ;8d30 da 4c 7d . L } + ld hl,(lf8b8h) ;8d33 2a b8 f8 * . . + ld de,(lf8bah) ;8d36 ed 5b ba f8 . [ . . + exx ;8d3a d9 . + ld hl,(lf8b4h) ;8d3b 2a b4 f8 * . . + ld de,(lf8b6h) ;8d3e ed 5b b6 f8 . [ . . + call sub_4f84h ;8d42 cd 84 4f . . O + pop hl ;8d45 e1 . + dec hl ;8d46 2b + + ld a,h ;8d47 7c | + or l ;8d48 b5 . + jr nz,l8d04h ;8d49 20 b9 . + ld hl,(lf8deh) ;8d4b 2a de f8 * . . + ld de,(lf8e0h) ;8d4e ed 5b e0 f8 . [ . . + exx ;8d52 d9 . + ld hl,(lf8deh) ;8d53 2a de f8 * . . + ld de,(lf8e0h) ;8d56 ed 5b e0 f8 . [ . . + call sub_4837h ;8d5a cd 37 48 . 7 H + ret ;8d5d c9 . + jp l823bh ;8d5e c3 3b 82 . ; . + call sub_7d90h ;8d61 cd 90 7d . . } + ld hl,(l6a49h) ;8d64 2a 49 6a * I j + ld de,(l6a4bh) ;8d67 ed 5b 4b 6a . [ K j + ld (lf5c9h),hl ;8d6b 22 c9 f5 " . . + ld (lf5c9h+2),de ;8d6e ed 53 cb f5 . S . . + ld hl,(l6a49h) ;8d72 2a 49 6a * I j + ld de,(l6a4bh) ;8d75 ed 5b 4b 6a . [ K j + ld (lf5c9h),hl ;8d79 22 c9 f5 " . . + ld (lf5c9h+2),de ;8d7c ed 53 cb f5 . S . . + ld hl,(lf5cdh) ;8d80 2a cd f5 * . . + ld de,(lf5cfh) ;8d83 ed 5b cf f5 . [ . . + exx ;8d87 d9 . + ld hl,(lf5c9h) ;8d88 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8d8b ed 5b cb f5 . [ . . + call sub_53a4h ;8d8f cd a4 53 . . S + ld (lf5c9h),hl ;8d92 22 c9 f5 " . . + ld (lf5c9h+2),de ;8d95 ed 53 cb f5 . S . . + exx ;8d99 d9 . + ld (lf5cdh),hl ;8d9a 22 cd f5 " . . + ld (lf5cfh),de ;8d9d ed 53 cf f5 . S . . + ld a,000h ;8da1 3e 00 > . + call sub_4ef2h ;8da3 cd f2 4e . . N + ld hl,(lf5c9h) ;8da6 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8da9 ed 5b cb f5 . [ . . + exx ;8dad d9 . + ld hl,(lf5c9h) ;8dae 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8db1 ed 5b cb f5 . [ . . + call sub_4f84h ;8db5 cd 84 4f . . O + call 01a79h ;8db8 cd 79 1a . y . + ret ;8dbb c9 . + jp l821dh ;8dbc c3 1d 82 . . . +sub_8dbfh: + ld a,001h ;8dbf 3e 01 > . + call sub_9ff6h ;8dc1 cd f6 9f . . . + call sub_8a10h ;8dc4 cd 10 8a . . . + call sub_87feh ;8dc7 cd fe 87 . . . + call sub_9f8ah ;8dca cd 8a 9f . . . + ret ;8dcd c9 . +l8dceh: + ld d,b ;8dce 50 P + nop ;8dcf 00 . +l8dd0h: + nop ;8dd0 00 . + nop ;8dd1 00 . + ld hl,0f5e5h ;8dd2 21 e5 f5 ! . . + ld b,001h ;8dd5 06 01 . . + call sub_41c7h ;8dd7 cd c7 41 . . A + ret z ;8dda c8 . + ld hl,(0f5e5h) ;8ddb 2a e5 f5 * . . + ld a,h ;8dde 7c | + or a ;8ddf b7 . + jp nz,l7d56h ;8de0 c2 56 7d . V } + ld a,l ;8de3 7d } + cp 004h ;8de4 fe 04 . . + jp nc,l7d56h ;8de6 d2 56 7d . V } + cp 002h ;8de9 fe 02 . . + jp nc,l8ffeh ;8deb d2 fe 8f . . . + ld hl,lf5c9h ;8dee 21 c9 f5 ! . . + ld b,006h ;8df1 06 06 . . + call sub_4135h ;8df3 cd 35 41 . 5 A + cp 006h ;8df6 fe 06 . . + jp nz,l7d5bh ;8df8 c2 5b 7d . [ } + ld a,000h ;8dfb 3e 00 > . + call sub_4ee7h ;8dfd cd e7 4e . . N + call sub_5277h ;8e00 cd 77 52 . w R + jp z,l8e69h ;8e03 ca 69 8e . i . + ld hl,(lf5cdh) ;8e06 2a cd f5 * . . + ld de,(lf5cfh) ;8e09 ed 5b cf f5 . [ . . + exx ;8e0d d9 . + ld hl,(lf5c9h) ;8e0e 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8e11 ed 5b cb f5 . [ . . + call sub_53a4h ;8e15 cd a4 53 . . S + ld (lf5c9h),hl ;8e18 22 c9 f5 " . . + ld (lf5c9h+2),de ;8e1b ed 53 cb f5 . S . . + exx ;8e1f d9 . + ld (lf5cdh),hl ;8e20 22 cd f5 " . . + ld (lf5cfh),de ;8e23 ed 53 cf f5 . S . . + ld hl,(0f5d5h) ;8e27 2a d5 f5 * . . + ld de,(lf5d7h) ;8e2a ed 5b d7 f5 . [ . . + exx ;8e2e d9 . + ld hl,(lf5d1h) ;8e2f 2a d1 f5 * . . + ld de,(lf5d3h) ;8e32 ed 5b d3 f5 . [ . . + call sub_53a4h ;8e36 cd a4 53 . . S + ld (lf5d1h),hl ;8e39 22 d1 f5 " . . + ld (lf5d3h),de ;8e3c ed 53 d3 f5 . S . . + exx ;8e40 d9 . + ld (0f5d5h),hl ;8e41 22 d5 f5 " . . + ld (lf5d7h),de ;8e44 ed 53 d7 f5 . S . . + ld hl,(0f5ddh) ;8e48 2a dd f5 * . . + ld de,(lf5dfh) ;8e4b ed 5b df f5 . [ . . + exx ;8e4f d9 . + ld hl,(lf5d8h+1) ;8e50 2a d9 f5 * . . + ld de,(0f5dbh) ;8e53 ed 5b db f5 . [ . . + call sub_53a4h ;8e57 cd a4 53 . . S + ld (lf5d8h+1),hl ;8e5a 22 d9 f5 " . . + ld (0f5dbh),de ;8e5d ed 53 db f5 . S . . + exx ;8e61 d9 . + ld (0f5ddh),hl ;8e62 22 dd f5 " . . + ld (lf5dfh),de ;8e65 ed 53 df f5 . S . . +l8e69h: + ld hl,(lf5c9h) ;8e69 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8e6c ed 5b cb f5 . [ . . + ld (lfa85h),hl ;8e70 22 85 fa " . . + ld (lfa87h),de ;8e73 ed 53 87 fa . S . . + ld hl,(lf5cdh) ;8e77 2a cd f5 * . . + ld de,(lf5cfh) ;8e7a ed 5b cf f5 . [ . . + ld (lfa89h),hl ;8e7e 22 89 fa " . . + ld (lfa8bh),de ;8e81 ed 53 8b fa . S . . + ld hl,(lf5d1h) ;8e85 2a d1 f5 * . . + ld de,(lf5d3h) ;8e88 ed 5b d3 f5 . [ . . + ld (lfa8dh),hl ;8e8c 22 8d fa " . . + ld (lfa8fh),de ;8e8f ed 53 8f fa . S . . + ld hl,(0f5d5h) ;8e93 2a d5 f5 * . . + ld de,(lf5d7h) ;8e96 ed 5b d7 f5 . [ . . + ld (lfa91h),hl ;8e9a 22 91 fa " . . + ld (lfa93h),de ;8e9d ed 53 93 fa . S . . + ld hl,(lf5d8h+1) ;8ea1 2a d9 f5 * . . + ld de,(0f5dbh) ;8ea4 ed 5b db f5 . [ . . + ld (lfa95h),hl ;8ea8 22 95 fa " . . + ld (lfa97h),de ;8eab ed 53 97 fa . S . . + ld hl,(0f5ddh) ;8eaf 2a dd f5 * . . + ld de,(lf5dfh) ;8eb2 ed 5b df f5 . [ . . + ld (lfa99h),hl ;8eb6 22 99 fa " . . + ld (lfa9bh),de ;8eb9 ed 53 9b fa . S . . + ld hl,(0f5e5h) ;8ebd 2a e5 f5 * . . + ld a,l ;8ec0 7d } + and a ;8ec1 a7 . + jp z,l8ecch ;8ec2 ca cc 8e . . . + dec a ;8ec5 3d = + jp z,l8f4fh ;8ec6 ca 4f 8f . O . + jp l7d56h ;8ec9 c3 56 7d . V } +l8ecch: + ld a,000h ;8ecc 3e 00 > . + call sub_4ef2h ;8ece cd f2 4e . . N + ld hl,(lfa89h) ;8ed1 2a 89 fa * . . + ld de,(lfa8bh) ;8ed4 ed 5b 8b fa . [ . . + exx ;8ed8 d9 . + ld hl,(lfa85h) ;8ed9 2a 85 fa * . . + ld de,(lfa87h) ;8edc ed 5b 87 fa . [ . . + call sub_4f9dh ;8ee0 cd 9d 4f . . O + ld a,0ffh ;8ee3 3e ff > . + call sub_4ef2h ;8ee5 cd f2 4e . . N + call sub_9384h ;8ee8 cd 84 93 . . . +l8eebh: + ld hl,lf5c9h ;8eeb 21 c9 f5 ! . . + ld b,002h ;8eee 06 02 . . + call sub_4135h ;8ef0 cd 35 41 . 5 A + cp 002h ;8ef3 fe 02 . . + jp nz,l8f44h ;8ef5 c2 44 8f . D . + call sub_5277h ;8ef8 cd 77 52 . w R + jp z,l8f1fh ;8efb ca 1f 8f . . . + ld hl,(lf5cdh) ;8efe 2a cd f5 * . . + ld de,(lf5cfh) ;8f01 ed 5b cf f5 . [ . . + exx ;8f05 d9 . + ld hl,(lf5c9h) ;8f06 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8f09 ed 5b cb f5 . [ . . + call sub_53a4h ;8f0d cd a4 53 . . S + ld (lf5c9h),hl ;8f10 22 c9 f5 " . . + ld (lf5c9h+2),de ;8f13 ed 53 cb f5 . S . . + exx ;8f17 d9 . + ld (lf5cdh),hl ;8f18 22 cd f5 " . . + ld (lf5cfh),de ;8f1b ed 53 cf f5 . S . . +l8f1fh: + ld hl,(lf5c9h) ;8f1f 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8f22 ed 5b cb f5 . [ . . + ld (lfa9dh),hl ;8f26 22 9d fa " . . + ld (lfa9fh),de ;8f29 ed 53 9f fa . S . . + ld hl,(lf5cdh) ;8f2d 2a cd f5 * . . + ld de,(lf5cfh) ;8f30 ed 5b cf f5 . [ . . + ld (lfaa1h),hl ;8f34 22 a1 fa " . . + ld (lfaa3h),de ;8f37 ed 53 a3 fa . S . . + call sub_9792h ;8f3b cd 92 97 . . . + call sub_9cbfh ;8f3e cd bf 9c . . . + jp l8eebh ;8f41 c3 eb 8e . . . +l8f44h: + push af ;8f44 f5 . + call sub_957eh ;8f45 cd 7e 95 . ~ . + pop af ;8f48 f1 . + cp 001h ;8f49 fe 01 . . + jp z,l7d5bh ;8f4b ca 5b 7d . [ } + ret ;8f4e c9 . +l8f4fh: + call sub_9cb3h ;8f4f cd b3 9c . . . + ld a,000h ;8f52 3e 00 > . + call sub_4ef2h ;8f54 cd f2 4e . . N + ld hl,(lfa91h) ;8f57 2a 91 fa * . . + ld de,(lfa93h) ;8f5a ed 5b 93 fa . [ . . + exx ;8f5e d9 . + ld hl,(lfa8dh) ;8f5f 2a 8d fa * . . + ld de,(lfa8fh) ;8f62 ed 5b 8f fa . [ . . + call sub_4f9dh ;8f66 cd 9d 4f . . O + ld a,0ffh ;8f69 3e ff > . + call sub_4ef2h ;8f6b cd f2 4e . . N +l8f6eh: + ld hl,lf5c9h ;8f6e 21 c9 f5 ! . . + ld b,002h ;8f71 06 02 . . + call sub_4135h ;8f73 cd 35 41 . 5 A + cp 002h ;8f76 fe 02 . . + jp nz,l8fc7h ;8f78 c2 c7 8f . . . + call sub_5277h ;8f7b cd 77 52 . w R + jp z,l8fa2h ;8f7e ca a2 8f . . . + ld hl,(lf5cdh) ;8f81 2a cd f5 * . . + ld de,(lf5cfh) ;8f84 ed 5b cf f5 . [ . . + exx ;8f88 d9 . + ld hl,(lf5c9h) ;8f89 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8f8c ed 5b cb f5 . [ . . + call sub_53a4h ;8f90 cd a4 53 . . S + ld (lf5c9h),hl ;8f93 22 c9 f5 " . . + ld (lf5c9h+2),de ;8f96 ed 53 cb f5 . S . . + exx ;8f9a d9 . + ld (lf5cdh),hl ;8f9b 22 cd f5 " . . + ld (lf5cfh),de ;8f9e ed 53 cf f5 . S . . +l8fa2h: + ld hl,(lf5c9h) ;8fa2 2a c9 f5 * . . + ld de,(lf5c9h+2) ;8fa5 ed 5b cb f5 . [ . . + ld (lfa9dh),hl ;8fa9 22 9d fa " . . + ld (lfa9fh),de ;8fac ed 53 9f fa . S . . + ld hl,(lf5cdh) ;8fb0 2a cd f5 * . . + ld de,(lf5cfh) ;8fb3 ed 5b cf f5 . [ . . + ld (lfaa1h),hl ;8fb7 22 a1 fa " . . + ld (lfaa3h),de ;8fba ed 53 a3 fa . S . . + call sub_9792h ;8fbe cd 92 97 . . . + call sub_9cbfh ;8fc1 cd bf 9c . . . + jp l8f6eh ;8fc4 c3 6e 8f . n . +l8fc7h: + push af ;8fc7 f5 . + call sub_9ccbh ;8fc8 cd cb 9c . . . + call sub_9792h ;8fcb cd 92 97 . . . + call sub_9cbfh ;8fce cd bf 9c . . . + call sub_9ccbh ;8fd1 cd cb 9c . . . + call sub_9792h ;8fd4 cd 92 97 . . . + call sub_9cbfh ;8fd7 cd bf 9c . . . + call sub_9ccbh ;8fda cd cb 9c . . . + call sub_9792h ;8fdd cd 92 97 . . . + ld a,000h ;8fe0 3e 00 > . + call sub_4ef2h ;8fe2 cd f2 4e . . N + ld hl,(lfa91h) ;8fe5 2a 91 fa * . . + ld de,(lfa93h) ;8fe8 ed 5b 93 fa . [ . . + exx ;8fec d9 . + ld hl,(lfa8dh) ;8fed 2a 8d fa * . . + ld de,(lfa8fh) ;8ff0 ed 5b 8f fa . [ . . + call sub_4f9dh ;8ff4 cd 9d 4f . . O + pop af ;8ff7 f1 . + cp 001h ;8ff8 fe 01 . . + jp z,l7d5bh ;8ffa ca 5b 7d . [ } + ret ;8ffd c9 . +l8ffeh: + sub 002h ;8ffe d6 02 . . + ld h,000h ;9000 26 00 & . + ld l,a ;9002 6f o + ld (0f5e5h),hl ;9003 22 e5 f5 " . . + call sub_4f02h ;9006 cd 02 4f . . O + ld (lf5c9h),hl ;9009 22 c9 f5 " . . + ld (lf5c9h+2),de ;900c ed 53 cb f5 . S . . + exx ;9010 d9 . + ld (lf5cdh),hl ;9011 22 cd f5 " . . + ld (lf5cfh),de ;9014 ed 53 cf f5 . S . . + ld hl,lf5d1h ;9018 21 d1 f5 ! . . + ld b,004h ;901b 06 04 . . + call sub_4135h ;901d cd 35 41 . 5 A + cp 004h ;9020 fe 04 . . + jp nz,l7d5bh ;9022 c2 5b 7d . [ } + ld a,000h ;9025 3e 00 > . + call sub_4ee7h ;9027 cd e7 4e . . N + call sub_5277h ;902a cd 77 52 . w R + jp z,l910bh ;902d ca 0b 91 . . . + ld hl,(0f5d5h) ;9030 2a d5 f5 * . . + ld de,(lf5d7h) ;9033 ed 5b d7 f5 . [ . . + exx ;9037 d9 . + ld hl,(lf5d1h) ;9038 2a d1 f5 * . . + ld de,(lf5d3h) ;903b ed 5b d3 f5 . [ . . + call sub_5475h ;903f cd 75 54 . u T + ld (lf5d1h),hl ;9042 22 d1 f5 " . . + ld (lf5d3h),de ;9045 ed 53 d3 f5 . S . . + exx ;9049 d9 . + ld (0f5d5h),hl ;904a 22 d5 f5 " . . + ld (lf5d7h),de ;904d ed 53 d7 f5 . S . . + ld hl,(0f5ddh) ;9051 2a dd f5 * . . + ld de,(lf5dfh) ;9054 ed 5b df f5 . [ . . + exx ;9058 d9 . + ld hl,(lf5d8h+1) ;9059 2a d9 f5 * . . + ld de,(0f5dbh) ;905c ed 5b db f5 . [ . . + call sub_5475h ;9060 cd 75 54 . u T + ld (lf5d8h+1),hl ;9063 22 d9 f5 " . . + ld (0f5dbh),de ;9066 ed 53 db f5 . S . . + exx ;906a d9 . + ld (0f5ddh),hl ;906b 22 dd f5 " . . + ld (lf5dfh),de ;906e ed 53 df f5 . S . . + jp l910bh ;9072 c3 0b 91 . . . + ld hl,0f5e5h ;9075 21 e5 f5 ! . . + ld b,001h ;9078 06 01 . . + call sub_41c7h ;907a cd c7 41 . . A + ret z ;907d c8 . + call sub_4f02h ;907e cd 02 4f . . O + ld (lfabdh),hl ;9081 22 bd fa " . . + ld (lfabfh),de ;9084 ed 53 bf fa . S . . + exx ;9088 d9 . + ld (lfac1h),hl ;9089 22 c1 fa " . . + ld (lfac3h),de ;908c ed 53 c3 fa . S . . + ld hl,lf5c9h ;9090 21 c9 f5 ! . . + ld b,006h ;9093 06 06 . . + call sub_4135h ;9095 cd 35 41 . 5 A + cp 006h ;9098 fe 06 . . + jp nz,l7d5bh ;909a c2 5b 7d . [ } + ld a,000h ;909d 3e 00 > . + call sub_4ee7h ;909f cd e7 4e . . N + call sub_5277h ;90a2 cd 77 52 . w R + jp z,l910bh ;90a5 ca 0b 91 . . . + ld hl,(lf5cdh) ;90a8 2a cd f5 * . . + ld de,(lf5cfh) ;90ab ed 5b cf f5 . [ . . + exx ;90af d9 . + ld hl,(lf5c9h) ;90b0 2a c9 f5 * . . + ld de,(lf5c9h+2) ;90b3 ed 5b cb f5 . [ . . + call sub_5475h ;90b7 cd 75 54 . u T + ld (lf5c9h),hl ;90ba 22 c9 f5 " . . + ld (lf5c9h+2),de ;90bd ed 53 cb f5 . S . . + exx ;90c1 d9 . + ld (lf5cdh),hl ;90c2 22 cd f5 " . . + ld (lf5cfh),de ;90c5 ed 53 cf f5 . S . . + ld hl,(0f5d5h) ;90c9 2a d5 f5 * . . + ld de,(lf5d7h) ;90cc ed 5b d7 f5 . [ . . + exx ;90d0 d9 . + ld hl,(lf5d1h) ;90d1 2a d1 f5 * . . + ld de,(lf5d3h) ;90d4 ed 5b d3 f5 . [ . . + call sub_5475h ;90d8 cd 75 54 . u T + ld (lf5d1h),hl ;90db 22 d1 f5 " . . + ld (lf5d3h),de ;90de ed 53 d3 f5 . S . . + exx ;90e2 d9 . + ld (0f5d5h),hl ;90e3 22 d5 f5 " . . + ld (lf5d7h),de ;90e6 ed 53 d7 f5 . S . . +l90eah: + ld hl,(0f5ddh) ;90ea 2a dd f5 * . . + ld de,(lf5dfh) ;90ed ed 5b df f5 . [ . . + exx ;90f1 d9 . + ld hl,(lf5d8h+1) ;90f2 2a d9 f5 * . . + ld de,(0f5dbh) ;90f5 ed 5b db f5 . [ . . + call sub_5475h ;90f9 cd 75 54 . u T + ld (lf5d8h+1),hl ;90fc 22 d9 f5 " . . + ld (0f5dbh),de ;90ff ed 53 db f5 . S . . + exx ;9103 d9 . + ld (0f5ddh),hl ;9104 22 dd f5 " . . + ld (lf5dfh),de ;9107 ed 53 df f5 . S . . +l910bh: + ld hl,(lfabdh) ;910b 2a bd fa * . . + ld de,(lfabfh) ;910e ed 5b bf fa . [ . . + exx ;9112 d9 . + ld hl,(lf5c9h) ;9113 2a c9 f5 * . . + ld de,(lf5c9h+2) ;9116 ed 5b cb f5 . [ . . + call sub_6b2ah ;911a cd 2a 6b . * k + ld (lfa85h),hl ;911d 22 85 fa " . . + ld (lfa87h),de ;9120 ed 53 87 fa . S . . + ld hl,(lfac1h) ;9124 2a c1 fa * . . + ld de,(lfac3h) ;9127 ed 5b c3 fa . [ . . + exx ;912b d9 . + ld hl,(lf5cdh) ;912c 2a cd f5 * . . + ld de,(lf5cfh) ;912f ed 5b cf f5 . [ . . + call sub_6b2ah ;9133 cd 2a 6b . * k + ld (lfa89h),hl ;9136 22 89 fa " . . + ld (lfa8bh),de ;9139 ed 53 8b fa . S . . + ld hl,(lfa85h) ;913d 2a 85 fa * . . + ld de,(lfa87h) ;9140 ed 5b 87 fa . [ . . + exx ;9144 d9 . + ld hl,(lf5d1h) ;9145 2a d1 f5 * . . + ld de,(lf5d3h) ;9148 ed 5b d3 f5 . [ . . + call sub_6b2ah ;914c cd 2a 6b . * k + ld (lfa8dh),hl ;914f 22 8d fa " . . + ld (lfa8fh),de ;9152 ed 53 8f fa . S . . + ld hl,(lfa89h) ;9156 2a 89 fa * . . + ld de,(lfa8bh) ;9159 ed 5b 8b fa . [ . . + exx ;915d d9 . + ld hl,(0f5d5h) ;915e 2a d5 f5 * . . + ld de,(lf5d7h) ;9161 ed 5b d7 f5 . [ . . + call sub_6b2ah ;9165 cd 2a 6b . * k + ld (lfa91h),hl ;9168 22 91 fa " . . + ld (lfa93h),de ;916b ed 53 93 fa . S . . + ld hl,(lfa8dh) ;916f 2a 8d fa * . . + ld de,(lfa8fh) ;9172 ed 5b 8f fa . [ . . + exx ;9176 d9 . + ld hl,(lf5d8h+1) ;9177 2a d9 f5 * . . + ld de,(0f5dbh) ;917a ed 5b db f5 . [ . . + call sub_6b2ah ;917e cd 2a 6b . * k + ld (lfa95h),hl ;9181 22 95 fa " . . + ld (lfa97h),de ;9184 ed 53 97 fa . S . . + ld hl,(lfa91h) ;9188 2a 91 fa * . . + ld de,(lfa93h) ;918b ed 5b 93 fa . [ . . + exx ;918f d9 . + ld hl,(0f5ddh) ;9190 2a dd f5 * . . + ld de,(lf5dfh) ;9193 ed 5b df f5 . [ . . + call sub_6b2ah ;9197 cd 2a 6b . * k + ld (lfa99h),hl ;919a 22 99 fa " . . + ld (lfa9bh),de ;919d ed 53 9b fa . S . . + ld hl,(0f5e5h) ;91a1 2a e5 f5 * . . + ld a,h ;91a4 7c | + or a ;91a5 b7 . + jp nz,l7d56h ;91a6 c2 56 7d . V } + ld a,l ;91a9 7d } + and a ;91aa a7 . + jp z,l91b5h ;91ab ca b5 91 . . . + dec a ;91ae 3d = + jp z,l924eh ;91af ca 4e 92 . N . + jp l7d56h ;91b2 c3 56 7d . V } +l91b5h: + ld a,000h ;91b5 3e 00 > . + call sub_4ef2h ;91b7 cd f2 4e . . N + ld hl,(lfa89h) ;91ba 2a 89 fa * . . + ld de,(lfa8bh) ;91bd ed 5b 8b fa . [ . . + exx ;91c1 d9 . + ld hl,(lfa85h) ;91c2 2a 85 fa * . . + ld de,(lfa87h) ;91c5 ed 5b 87 fa . [ . . + call sub_4f9dh ;91c9 cd 9d 4f . . O + ld a,0ffh ;91cc 3e ff > . + call sub_4ef2h ;91ce cd f2 4e . . N + call sub_9384h ;91d1 cd 84 93 . . . +l91d4h: + ld hl,lf5c9h ;91d4 21 c9 f5 ! . . + ld b,002h ;91d7 06 02 . . + call sub_4135h ;91d9 cd 35 41 . 5 A + cp 002h ;91dc fe 02 . . + jp nz,l9243h ;91de c2 43 92 . C . + call sub_5277h ;91e1 cd 77 52 . w R + jp z,l9208h ;91e4 ca 08 92 . . . + ld hl,(lf5cdh) ;91e7 2a cd f5 * . . + ld de,(lf5cfh) ;91ea ed 5b cf f5 . [ . . + exx ;91ee d9 . + ld hl,(lf5c9h) ;91ef 2a c9 f5 * . . + ld de,(lf5c9h+2) ;91f2 ed 5b cb f5 . [ . . + call sub_5475h ;91f6 cd 75 54 . u T + ld (lf5c9h),hl ;91f9 22 c9 f5 " . . + ld (lf5c9h+2),de ;91fc ed 53 cb f5 . S . . + exx ;9200 d9 . + ld (lf5cdh),hl ;9201 22 cd f5 " . . + ld (lf5cfh),de ;9204 ed 53 cf f5 . S . . +l9208h: + ld hl,(lfa95h) ;9208 2a 95 fa * . . + ld de,(lfa97h) ;920b ed 5b 97 fa . [ . . + exx ;920f d9 . + ld hl,(lf5c9h) ;9210 2a c9 f5 * . . + ld de,(lf5c9h+2) ;9213 ed 5b cb f5 . [ . . + call sub_6b2ah ;9217 cd 2a 6b . * k + ld (lfa9dh),hl ;921a 22 9d fa " . . + ld (lfa9fh),de ;921d ed 53 9f fa . S . . + ld hl,(lfa99h) ;9221 2a 99 fa * . . + ld de,(lfa9bh) ;9224 ed 5b 9b fa . [ . . + exx ;9228 d9 . + ld hl,(lf5cdh) ;9229 2a cd f5 * . . + ld de,(lf5cfh) ;922c ed 5b cf f5 . [ . . + call sub_6b2ah ;9230 cd 2a 6b . * k + ld (lfaa1h),hl ;9233 22 a1 fa " . . + ld (lfaa3h),de ;9236 ed 53 a3 fa . S . . + call sub_9792h ;923a cd 92 97 . . . + call sub_9cbfh ;923d cd bf 9c . . . + jp l91d4h ;9240 c3 d4 91 . . . +l9243h: + push af ;9243 f5 . + call sub_957eh ;9244 cd 7e 95 . ~ . + pop af ;9247 f1 . + cp 001h ;9248 fe 01 . . + jp z,l7d5bh ;924a ca 5b 7d . [ } + ret ;924d c9 . +l924eh: + call sub_9cb3h ;924e cd b3 9c . . . + ld a,000h ;9251 3e 00 > . + call sub_4ef2h ;9253 cd f2 4e . . N + ld hl,(lfa91h) ;9256 2a 91 fa * . . + ld de,(lfa93h) ;9259 ed 5b 93 fa . [ . . + exx ;925d d9 . + ld hl,(lfa8dh) ;925e 2a 8d fa * . . + ld de,(lfa8fh) ;9261 ed 5b 8f fa . [ . . + call sub_4f9dh ;9265 cd 9d 4f . . O + ld a,0ffh ;9268 3e ff > . + call sub_4ef2h ;926a cd f2 4e . . N +l926dh: + ld hl,lf5c9h ;926d 21 c9 f5 ! . . + ld b,002h ;9270 06 02 . . + call sub_4135h ;9272 cd 35 41 . 5 A + cp 002h ;9275 fe 02 . . + jp nz,l92dch ;9277 c2 dc 92 . . . + call sub_5277h ;927a cd 77 52 . w R + jp z,l92a1h ;927d ca a1 92 . . . + ld hl,(lf5cdh) ;9280 2a cd f5 * . . + ld de,(lf5cfh) ;9283 ed 5b cf f5 . [ . . + exx ;9287 d9 . + ld hl,(lf5c9h) ;9288 2a c9 f5 * . . + ld de,(lf5c9h+2) ;928b ed 5b cb f5 . [ . . + call sub_5475h ;928f cd 75 54 . u T + ld (lf5c9h),hl ;9292 22 c9 f5 " . . + ld (lf5c9h+2),de ;9295 ed 53 cb f5 . S . . + exx ;9299 d9 . + ld (lf5cdh),hl ;929a 22 cd f5 " . . + ld (lf5cfh),de ;929d ed 53 cf f5 . S . . +l92a1h: + ld hl,(lfa95h) ;92a1 2a 95 fa * . . + ld de,(lfa97h) ;92a4 ed 5b 97 fa . [ . . + exx ;92a8 d9 . + ld hl,(lf5c9h) ;92a9 2a c9 f5 * . . + ld de,(lf5c9h+2) ;92ac ed 5b cb f5 . [ . . + call sub_6b2ah ;92b0 cd 2a 6b . * k + ld (lfa9dh),hl ;92b3 22 9d fa " . . + ld (lfa9fh),de ;92b6 ed 53 9f fa . S . . + ld hl,(lfa99h) ;92ba 2a 99 fa * . . + ld de,(lfa9bh) ;92bd ed 5b 9b fa . [ . . + exx ;92c1 d9 . + ld hl,(lf5cdh) ;92c2 2a cd f5 * . . + ld de,(lf5cfh) ;92c5 ed 5b cf f5 . [ . . + call sub_6b2ah ;92c9 cd 2a 6b . * k + ld (lfaa1h),hl ;92cc 22 a1 fa " . . + ld (lfaa3h),de ;92cf ed 53 a3 fa . S . . + call sub_9792h ;92d3 cd 92 97 . . . + call sub_9cbfh ;92d6 cd bf 9c . . . + jp l926dh ;92d9 c3 6d 92 . m . +l92dch: + push af ;92dc f5 . + ld hl,(lfaa5h) ;92dd 2a a5 fa * . . + ld de,(lfaa7h) ;92e0 ed 5b a7 fa . [ . . + ld (lfa9dh),hl ;92e4 22 9d fa " . . + ld (lfa9fh),de ;92e7 ed 53 9f fa . S . . + ld hl,(lfaa9h) ;92eb 2a a9 fa * . . + ld de,(lfaabh) ;92ee ed 5b ab fa . [ . . + ld (lfaa1h),hl ;92f2 22 a1 fa " . . + ld (lfaa3h),de ;92f5 ed 53 a3 fa . S . . + call sub_9ccbh ;92f9 cd cb 9c . . . + call sub_9792h ;92fc cd 92 97 . . . + call sub_9cbfh ;92ff cd bf 9c . . . + call sub_9ccbh ;9302 cd cb 9c . . . + call sub_9792h ;9305 cd 92 97 . . . + call sub_9cbfh ;9308 cd bf 9c . . . + call sub_9ccbh ;930b cd cb 9c . . . + call sub_9792h ;930e cd 92 97 . . . + ld a,000h ;9311 3e 00 > . + call sub_4ef2h ;9313 cd f2 4e . . N + ld hl,(lfa91h) ;9316 2a 91 fa * . . + ld de,(lfa93h) ;9319 ed 5b 93 fa . [ . . + exx ;931d d9 . + ld hl,(lfa8dh) ;931e 2a 8d fa * . . + ld de,(lfa8fh) ;9321 ed 5b 8f fa . [ . . + call sub_4f9dh ;9325 cd 9d 4f . . O + pop af ;9328 f1 . + cp 001h ;9329 fe 01 . . + jp z,l7d5bh ;932b ca 5b 7d . [ } + ret ;932e c9 . +sub_932fh: + ld hl,(lfa95h) ;932f 2a 95 fa * . . + ld de,(lfa97h) ;9332 ed 5b 97 fa . [ . . + exx ;9336 d9 . + ld hl,(lfa85h) ;9337 2a 85 fa * . . + ld de,(lfa87h) ;933a ed 5b 87 fa . [ . . + call sub_6ae3h ;933e cd e3 6a . . j + ret nz ;9341 c0 . + ld hl,(lfa99h) ;9342 2a 99 fa * . . + ld de,(lfa9bh) ;9345 ed 5b 9b fa . [ . . + exx ;9349 d9 . + ld hl,(lfa89h) ;934a 2a 89 fa * . . + ld de,(lfa8bh) ;934d ed 5b 8b fa . [ . . + call sub_6ae3h ;9351 cd e3 6a . . j + ret nz ;9354 c0 . + jp l7d56h ;9355 c3 56 7d . V } +sub_9358h: + call sub_932fh ;9358 cd 2f 93 . / . + ld hl,(lfa9dh) ;935b 2a 9d fa * . . + ld de,(lfa9fh) ;935e ed 5b 9f fa . [ . . + exx ;9362 d9 . + ld hl,(lfa8dh) ;9363 2a 8d fa * . . + ld de,(lfa8fh) ;9366 ed 5b 8f fa . [ . . + call sub_6ae3h ;936a cd e3 6a . . j + ret nz ;936d c0 . + ld hl,(lfaa1h) ;936e 2a a1 fa * . . + ld de,(lfaa3h) ;9371 ed 5b a3 fa . [ . . + exx ;9375 d9 . + ld hl,(lfa91h) ;9376 2a 91 fa * . . + ld de,(lfa93h) ;9379 ed 5b 93 fa . [ . . + call sub_6ae3h ;937d cd e3 6a . . j + ret nz ;9380 c0 . + jp l7d56h ;9381 c3 56 7d . V } +sub_9384h: + call sub_932fh ;9384 cd 2f 93 . / . + ld hl,(lfa85h) ;9387 2a 85 fa * . . + ld de,(lfa87h) ;938a ed 5b 87 fa . [ . . + exx ;938e d9 . + ld hl,(lfa8dh) ;938f 2a 8d fa * . . + ld de,(lfa8fh) ;9392 ed 5b 8f fa . [ . . + call sub_6b3dh ;9396 cd 3d 6b . = k + push hl ;9399 e5 . + push de ;939a d5 . + ld hl,(lfa89h) ;939b 2a 89 fa * . . + ld de,(lfa8bh) ;939e ed 5b 8b fa . [ . . + exx ;93a2 d9 . + ld hl,(lfa91h) ;93a3 2a 91 fa * . . + ld de,(lfa93h) ;93a6 ed 5b 93 fa . [ . . + call sub_6b3dh ;93aa cd 3d 6b . = k + exx ;93ad d9 . + pop de ;93ae d1 . + pop hl ;93af e1 . + call sub_6d32h ;93b0 cd 32 6d . 2 m + push hl ;93b3 e5 . + push de ;93b4 d5 . + ld hl,(lfa8dh) ;93b5 2a 8d fa * . . + ld de,(lfa8fh) ;93b8 ed 5b 8f fa . [ . . + exx ;93bc d9 . + ld hl,(lfa95h) ;93bd 2a 95 fa * . . + ld de,(lfa97h) ;93c0 ed 5b 97 fa . [ . . + call sub_6b3dh ;93c4 cd 3d 6b . = k + push hl ;93c7 e5 . + push de ;93c8 d5 . + ld hl,(lfa91h) ;93c9 2a 91 fa * . . + ld de,(lfa93h) ;93cc ed 5b 93 fa . [ . . + exx ;93d0 d9 . + ld hl,(lfa99h) ;93d1 2a 99 fa * . . + ld de,(lfa9bh) ;93d4 ed 5b 9b fa . [ . . + call sub_6b3dh ;93d8 cd 3d 6b . = k + exx ;93db d9 . + pop de ;93dc d1 . + pop hl ;93dd e1 . + call sub_6d32h ;93de cd 32 6d . 2 m + exx ;93e1 d9 . + pop de ;93e2 d1 . + pop hl ;93e3 e1 . + call sub_9c99h ;93e4 cd 99 9c . . . + ld (lfad5h),hl ;93e7 22 d5 fa " . . + ld (lfad7h),de ;93ea ed 53 d7 fa . S . . + ld hl,(lfa85h) ;93ee 2a 85 fa * . . + ld de,(lfa87h) ;93f1 ed 5b 87 fa . [ . . + ld (lfae9h),hl ;93f5 22 e9 fa " . . + ld (lfaebh),de ;93f8 ed 53 eb fa . S . . + ld hl,(lfa8dh) ;93fc 2a 8d fa * . . + ld de,(lfa8fh) ;93ff ed 5b 8f fa . [ . . + ld (lfaedh),hl ;9403 22 ed fa " . . + ld (lfaefh),de ;9406 ed 53 ef fa . S . . + ld hl,(lfa95h) ;940a 2a 95 fa * . . + ld de,(lfa97h) ;940d ed 5b 97 fa . [ . . + ld (lfaf1h),hl ;9411 22 f1 fa " . . + ld (lfaf3h),de ;9414 ed 53 f3 fa . S . . + ld hl,(lfad5h) ;9418 2a d5 fa * . . + ld de,(lfad7h) ;941b ed 5b d7 fa . [ . . + ld (lfaf5h),hl ;941f 22 f5 fa " . . + ld (lfaf7h),de ;9422 ed 53 f7 fa . S . . + call sub_9c1bh ;9426 cd 1b 9c . . . +sub_9429h: + ld (lfac5h),hl ;9429 22 c5 fa " . . + ld (lfac7h),de ;942c ed 53 c7 fa . S . . + ld hl,(lfa89h) ;9430 2a 89 fa * . . + ld de,(lfa8bh) ;9433 ed 5b 8b fa . [ . . + ld (lfae9h),hl ;9437 22 e9 fa " . . + ld (lfaebh),de ;943a ed 53 eb fa . S . . + ld hl,(lfa91h) ;943e 2a 91 fa * . . + ld de,(lfa93h) ;9441 ed 5b 93 fa . [ . . + ld (lfaedh),hl ;9445 22 ed fa " . . + ld (lfaefh),de ;9448 ed 53 ef fa . S . . + ld hl,(lfa99h) ;944c 2a 99 fa * . . + ld de,(lfa9bh) ;944f ed 5b 9b fa . [ . . + ld (lfaf1h),hl ;9453 22 f1 fa " . . + ld (lfaf3h),de ;9456 ed 53 f3 fa . S . . + ld hl,(lfad5h) ;945a 2a d5 fa * . . + ld de,(lfad7h) ;945d ed 5b d7 fa . [ . . + ld (lfaf5h),hl ;9461 22 f5 fa " . . + ld (lfaf7h),de ;9464 ed 53 f7 fa . S . . + call sub_9c1bh ;9468 cd 1b 9c . . . + ld (lfac9h),hl ;946b 22 c9 fa " . . + ld (lfacbh),de ;946e ed 53 cb fa . S . . + ld hl,(l6a57h+2) ;9472 2a 59 6a * Y j + ld de,(l6a5bh) ;9475 ed 5b 5b 6a . [ [ j + ld (lfb01h),hl ;9479 22 01 fb " . . + ld (lfb03h),de ;947c ed 53 03 fb . S . . +l9480h: + ld hl,(l8dceh) ;9480 2a ce 8d * . . + ld de,(l8dd0h) ;9483 ed 5b d0 8d . [ . . + exx ;9487 d9 . + ld hl,(lfb01h) ;9488 2a 01 fb * . . + ld de,(lfb03h) ;948b ed 5b 03 fb . [ . . + call sub_6ae3h ;948f cd e3 6a . . j + jp p,l956bh ;9492 f2 6b 95 . k . + ld hl,(l8dceh) ;9495 2a ce 8d * . . + ld de,(l8dd0h) ;9498 ed 5b d0 8d . [ . . + exx ;949c d9 . + ld hl,(lfb01h) ;949d 2a 01 fb * . . + ld de,(lfb03h) ;94a0 ed 5b 03 fb . [ . . + call sub_6c12h ;94a4 cd 12 6c . . l + exx ;94a7 d9 . + ld hl,(lfad5h) ;94a8 2a d5 fa * . . + ld de,(lfad7h) ;94ab ed 5b d7 fa . [ . . + call sub_6b52h ;94af cd 52 6b . R k + ld (lfae1h),hl ;94b2 22 e1 fa " . . + ld (lfae3h),de ;94b5 ed 53 e3 fa . S . . + ld hl,(lfa85h) ;94b9 2a 85 fa * . . + ld de,(lfa87h) ;94bc ed 5b 87 fa . [ . . + ld (lfae9h),hl ;94c0 22 e9 fa " . . + ld (lfaebh),de ;94c3 ed 53 eb fa . S . . + ld hl,(lfa95h) ;94c7 2a 95 fa * . . + ld de,(lfa97h) ;94ca ed 5b 97 fa . [ . . + ld (lfaf1h),hl ;94ce 22 f1 fa " . . + ld (lfaf3h),de ;94d1 ed 53 f3 fa . S . . + ld hl,(lfac5h) ;94d5 2a c5 fa * . . + ld de,(lfac7h) ;94d8 ed 5b c7 fa . [ . . + ld (lfafdh),hl ;94dc 22 fd fa " . . + ld (lfaffh),de ;94df ed 53 ff fa . S . . + ld hl,(lfae1h) ;94e3 2a e1 fa * . . + ld de,(lfae3h) ;94e6 ed 5b e3 fa . [ . . + ld (lfaf9h),hl ;94ea 22 f9 fa " . . + ld (lfafbh),de ;94ed ed 53 fb fa . S . . + call sub_9bb1h ;94f1 cd b1 9b . . . + ld (lfb05h),hl ;94f4 22 05 fb " . . + ld (lfb07h),de ;94f7 ed 53 07 fb . S . . + ld hl,(lfa89h) ;94fb 2a 89 fa * . . + ld de,(lfa8bh) ;94fe ed 5b 8b fa . [ . . + ld (lfae9h),hl ;9502 22 e9 fa " . . + ld (lfaebh),de ;9505 ed 53 eb fa . S . . + ld hl,(lfa99h) ;9509 2a 99 fa * . . + ld de,(lfa9bh) ;950c ed 5b 9b fa . [ . . + ld (lfaf1h),hl ;9510 22 f1 fa " . . + ld (lfaf3h),de ;9513 ed 53 f3 fa . S . . + ld hl,(lfac9h) ;9517 2a c9 fa * . . + ld de,(lfacbh) ;951a ed 5b cb fa . [ . . + ld (lfafdh),hl ;951e 22 fd fa " . . + ld (lfaffh),de ;9521 ed 53 ff fa . S . . + ld hl,(lfae1h) ;9525 2a e1 fa * . . + ld de,(lfae3h) ;9528 ed 5b e3 fa . [ . . + ld (lfaf9h),hl ;952c 22 f9 fa " . . + ld (lfafbh),de ;952f ed 53 fb fa . S . . + call sub_9bb1h ;9533 cd b1 9b . . . + ld (lfb09h),hl ;9536 22 09 fb " . . + ld (lfb0bh),de ;9539 ed 53 0b fb . S . . + ld hl,(lfb09h) ;953d 2a 09 fb * . . + ld de,(lfb0bh) ;9540 ed 5b 0b fb . [ . . + exx ;9544 d9 . + ld hl,(lfb05h) ;9545 2a 05 fb * . . + ld de,(lfb07h) ;9548 ed 5b 07 fb . [ . . + call sub_4f9dh ;954c cd 9d 4f . . O + ld hl,(l6a57h+2) ;954f 2a 59 6a * Y j + ld de,(l6a5bh) ;9552 ed 5b 5b 6a . [ [ j + exx ;9556 d9 . + ld hl,(lfb01h) ;9557 2a 01 fb * . . + ld de,(lfb03h) ;955a ed 5b 03 fb . [ . . + call sub_6b2ah ;955e cd 2a 6b . * k + ld (lfb01h),hl ;9561 22 01 fb " . . + ld (lfb03h),de ;9564 ed 53 03 fb . S . . + jp l9480h ;9568 c3 80 94 . . . +l956bh: + ld hl,(lfa91h) ;956b 2a 91 fa * . . + ld de,(lfa93h) ;956e ed 5b 93 fa . [ . . + exx ;9572 d9 . + ld hl,(lfa8dh) ;9573 2a 8d fa * . . + ld de,(lfa8fh) ;9576 ed 5b 8f fa . [ . . + call sub_4f9dh ;957a cd 9d 4f . . O + ret ;957d c9 . +sub_957eh: + call sub_932fh ;957e cd 2f 93 . / . + ld hl,(lfa85h) ;9581 2a 85 fa * . . + ld de,(lfa87h) ;9584 ed 5b 87 fa . [ . . + exx ;9588 d9 . + ld hl,(lfa8dh) ;9589 2a 8d fa * . . + ld de,(lfa8fh) ;958c ed 5b 8f fa . [ . . + call sub_6b3dh ;9590 cd 3d 6b . = k + push hl ;9593 e5 . + push de ;9594 d5 . + ld hl,(lfa89h) ;9595 2a 89 fa * . . + ld de,(lfa8bh) ;9598 ed 5b 8b fa . [ . . + exx ;959c d9 . + ld hl,(lfa91h) ;959d 2a 91 fa * . . + ld de,(lfa93h) ;95a0 ed 5b 93 fa . [ . . + call sub_6b3dh ;95a4 cd 3d 6b . = k + exx ;95a7 d9 . + pop de ;95a8 d1 . + pop hl ;95a9 e1 . + call sub_6d32h ;95aa cd 32 6d . 2 m + push hl ;95ad e5 . + push de ;95ae d5 . + ld hl,(lfa8dh) ;95af 2a 8d fa * . . + ld de,(lfa8fh) ;95b2 ed 5b 8f fa . [ . . + exx ;95b6 d9 . + ld hl,(lfa95h) ;95b7 2a 95 fa * . . + ld de,(lfa97h) ;95ba ed 5b 97 fa . [ . . + call sub_6b3dh ;95be cd 3d 6b . = k + push hl ;95c1 e5 . + push de ;95c2 d5 . + ld hl,(lfa91h) ;95c3 2a 91 fa * . . + ld de,(lfa93h) ;95c6 ed 5b 93 fa . [ . . + exx ;95ca d9 . + ld hl,(lfa99h) ;95cb 2a 99 fa * . . + ld de,(lfa9bh) ;95ce ed 5b 9b fa . [ . . + call sub_6b3dh ;95d2 cd 3d 6b . = k + exx ;95d5 d9 . + pop de ;95d6 d1 . + pop hl ;95d7 e1 . + call sub_6d32h ;95d8 cd 32 6d . 2 m + exx ;95db d9 . + pop de ;95dc d1 . + pop hl ;95dd e1 . + call sub_9c99h ;95de cd 99 9c . . . + ld (lfad5h),hl ;95e1 22 d5 fa " . . + ld (lfad7h),de ;95e4 ed 53 d7 fa . S . . + ld hl,(lfa85h) ;95e8 2a 85 fa * . . + ld de,(lfa87h) ;95eb ed 5b 87 fa . [ . . + ld (lfae9h),hl ;95ef 22 e9 fa " . . + ld (lfaebh),de ;95f2 ed 53 eb fa . S . . + ld hl,(lfa8dh) ;95f6 2a 8d fa * . . + ld de,(lfa8fh) ;95f9 ed 5b 8f fa . [ . . + ld (lfaedh),hl ;95fd 22 ed fa " . . + ld (lfaefh),de ;9600 ed 53 ef fa . S . . + ld hl,(lfa95h) ;9604 2a 95 fa * . . + ld de,(lfa97h) ;9607 ed 5b 97 fa . [ . . + ld (lfaf1h),hl ;960b 22 f1 fa " . . + ld (lfaf3h),de ;960e ed 53 f3 fa . S . . + ld hl,(lfad5h) ;9612 2a d5 fa * . . + ld de,(lfad7h) ;9615 ed 5b d7 fa . [ . . + ld (lfaf5h),hl ;9619 22 f5 fa " . . + ld (lfaf7h),de ;961c ed 53 f7 fa . S . . + call sub_9c1bh ;9620 cd 1b 9c . . . + ld (lfac5h),hl ;9623 22 c5 fa " . . + ld (lfac7h),de ;9626 ed 53 c7 fa . S . . + ld hl,(lfa89h) ;962a 2a 89 fa * . . + ld de,(lfa8bh) ;962d ed 5b 8b fa . [ . . + ld (lfae9h),hl ;9631 22 e9 fa " . . + ld (lfaebh),de ;9634 ed 53 eb fa . S . . + ld hl,(lfa91h) ;9638 2a 91 fa * . . + ld de,(lfa93h) ;963b ed 5b 93 fa . [ . . + ld (lfaedh),hl ;963f 22 ed fa " . . + ld (lfaefh),de ;9642 ed 53 ef fa . S . . + ld hl,(lfa99h) ;9646 2a 99 fa * . . + ld de,(lfa9bh) ;9649 ed 5b 9b fa . [ . . + ld (lfaf1h),hl ;964d 22 f1 fa " . . + ld (lfaf3h),de ;9650 ed 53 f3 fa . S . . + ld hl,(lfad5h) ;9654 2a d5 fa * . . + ld de,(lfad7h) ;9657 ed 5b d7 fa . [ . . + ld (lfaf5h),hl ;965b 22 f5 fa " . . + ld (lfaf7h),de ;965e ed 53 f7 fa . S . . + call sub_9c1bh ;9662 cd 1b 9c . . . + ld (lfac9h),hl ;9665 22 c9 fa " . . + ld (lfacbh),de ;9668 ed 53 cb fa . S . . + ld hl,(l6a57h+2) ;966c 2a 59 6a * Y j + ld de,(l6a5bh) ;966f ed 5b 5b 6a . [ [ j + ld (lfb01h),hl ;9673 22 01 fb " . . + ld (lfb03h),de ;9676 ed 53 03 fb . S . . +l967ah: + ld hl,(l8dceh) ;967a 2a ce 8d * . . + ld de,(l8dd0h) ;967d ed 5b d0 8d . [ . . + exx ;9681 d9 . + ld hl,(lfb01h) ;9682 2a 01 fb * . . + ld de,(lfb03h) ;9685 ed 5b 03 fb . [ . . + call sub_6ae3h ;9689 cd e3 6a . . j + jp p,l977fh ;968c f2 7f 97 .  . + ld hl,(l8dceh) ;968f 2a ce 8d * . . + ld de,(l8dd0h) ;9692 ed 5b d0 8d . [ . . + exx ;9696 d9 . + ld hl,(lfb01h) ;9697 2a 01 fb * . . + ld de,(lfb03h) ;969a ed 5b 03 fb . [ . . + call sub_6c12h ;969e cd 12 6c . . l + push hl ;96a1 e5 . + push de ;96a2 d5 . + ld hl,(lfad5h) ;96a3 2a d5 fa * . . + ld de,(lfad7h) ;96a6 ed 5b d7 fa . [ . . + exx ;96aa d9 . + ld hl,(l6a57h+2) ;96ab 2a 59 6a * Y j + ld de,(l6a5bh) ;96ae ed 5b 5b 6a . [ [ j + call sub_6b3dh ;96b2 cd 3d 6b . = k + exx ;96b5 d9 . + pop de ;96b6 d1 . + pop hl ;96b7 e1 . + call sub_6b52h ;96b8 cd 52 6b . R k + exx ;96bb d9 . + ld hl,(lfad5h) ;96bc 2a d5 fa * . . + ld de,(lfad7h) ;96bf ed 5b d7 fa . [ . . + call sub_6b2ah ;96c3 cd 2a 6b . * k + ld (lfae1h),hl ;96c6 22 e1 fa " . . + ld (lfae3h),de ;96c9 ed 53 e3 fa . S . . + ld hl,(lfa85h) ;96cd 2a 85 fa * . . + ld de,(lfa87h) ;96d0 ed 5b 87 fa . [ . . + ld (lfae9h),hl ;96d4 22 e9 fa " . . + ld (lfaebh),de ;96d7 ed 53 eb fa . S . . + ld hl,(lfa95h) ;96db 2a 95 fa * . . + ld de,(lfa97h) ;96de ed 5b 97 fa . [ . . + ld (lfaf1h),hl ;96e2 22 f1 fa " . . + ld (lfaf3h),de ;96e5 ed 53 f3 fa . S . . + ld hl,(lfac5h) ;96e9 2a c5 fa * . . + ld de,(lfac7h) ;96ec ed 5b c7 fa . [ . . + ld (lfafdh),hl ;96f0 22 fd fa " . . + ld (lfaffh),de ;96f3 ed 53 ff fa . S . . + ld hl,(lfae1h) ;96f7 2a e1 fa * . . + ld de,(lfae3h) ;96fa ed 5b e3 fa . [ . . + ld (lfaf9h),hl ;96fe 22 f9 fa " . . + ld (lfafbh),de ;9701 ed 53 fb fa . S . . + call sub_9bb1h ;9705 cd b1 9b . . . + ld (lfb05h),hl ;9708 22 05 fb " . . + ld (lfb07h),de ;970b ed 53 07 fb . S . . + ld hl,(lfa89h) ;970f 2a 89 fa * . . + ld de,(lfa8bh) ;9712 ed 5b 8b fa . [ . . + ld (lfae9h),hl ;9716 22 e9 fa " . . + ld (lfaebh),de ;9719 ed 53 eb fa . S . . + ld hl,(lfa99h) ;971d 2a 99 fa * . . + ld de,(lfa9bh) ;9720 ed 5b 9b fa . [ . . + ld (lfaf1h),hl ;9724 22 f1 fa " . . + ld (lfaf3h),de ;9727 ed 53 f3 fa . S . . + ld hl,(lfac9h) ;972b 2a c9 fa * . . + ld de,(lfacbh) ;972e ed 5b cb fa . [ . . + ld (lfafdh),hl ;9732 22 fd fa " . . + ld (lfaffh),de ;9735 ed 53 ff fa . S . . + ld hl,(lfae1h) ;9739 2a e1 fa * . . + ld de,(lfae3h) ;973c ed 5b e3 fa . [ . . + ld (lfaf9h),hl ;9740 22 f9 fa " . . + ld (lfafbh),de ;9743 ed 53 fb fa . S . . + call sub_9bb1h ;9747 cd b1 9b . . . + ld (lfb09h),hl ;974a 22 09 fb " . . + ld (lfb0bh),de ;974d ed 53 0b fb . S . . + ld hl,(lfb09h) ;9751 2a 09 fb * . . + ld de,(lfb0bh) ;9754 ed 5b 0b fb . [ . . + exx ;9758 d9 . + ld hl,(lfb05h) ;9759 2a 05 fb * . . + ld de,(lfb07h) ;975c ed 5b 07 fb . [ . . + call sub_4f9dh ;9760 cd 9d 4f . . O + ld hl,(l6a57h+2) ;9763 2a 59 6a * Y j + ld de,(l6a5bh) ;9766 ed 5b 5b 6a . [ [ j + exx ;976a d9 . + ld hl,(lfb01h) ;976b 2a 01 fb * . . + ld de,(lfb03h) ;976e ed 5b 03 fb . [ . . + call sub_6b2ah ;9772 cd 2a 6b . * k + ld (lfb01h),hl ;9775 22 01 fb " . . + ld (lfb03h),de ;9778 ed 53 03 fb . S . . + jp l967ah ;977c c3 7a 96 . z . +l977fh: + ld hl,(lfa99h) ;977f 2a 99 fa * . . + ld de,(lfa9bh) ;9782 ed 5b 9b fa . [ . . + exx ;9786 d9 . + ld hl,(lfa95h) ;9787 2a 95 fa * . . + ld de,(lfa97h) ;978a ed 5b 97 fa . [ . . + call sub_4f9dh ;978e cd 9d 4f . . O + ret ;9791 c9 . +sub_9792h: + call sub_9358h ;9792 cd 58 93 . X . + ld hl,(lfa85h) ;9795 2a 85 fa * . . + ld de,(lfa87h) ;9798 ed 5b 87 fa . [ . . + exx ;979c d9 . + ld hl,(lfa8dh) ;979d 2a 8d fa * . . + ld de,(lfa8fh) ;97a0 ed 5b 8f fa . [ . . + call sub_6b3dh ;97a4 cd 3d 6b . = k + push hl ;97a7 e5 . + push de ;97a8 d5 . + ld hl,(lfa89h) ;97a9 2a 89 fa * . . + ld de,(lfa8bh) ;97ac ed 5b 8b fa . [ . . + exx ;97b0 d9 . + ld hl,(lfa91h) ;97b1 2a 91 fa * . . + ld de,(lfa93h) ;97b4 ed 5b 93 fa . [ . . + call sub_6b3dh ;97b8 cd 3d 6b . = k + exx ;97bb d9 . + pop de ;97bc d1 . + pop hl ;97bd e1 . + call sub_6d32h ;97be cd 32 6d . 2 m + push hl ;97c1 e5 . + push de ;97c2 d5 . + ld hl,(lfa8dh) ;97c3 2a 8d fa * . . + ld de,(lfa8fh) ;97c6 ed 5b 8f fa . [ . . + exx ;97ca d9 . + ld hl,(lfa95h) ;97cb 2a 95 fa * . . + ld de,(lfa97h) ;97ce ed 5b 97 fa . [ . . + call sub_6b3dh ;97d2 cd 3d 6b . = k + push hl ;97d5 e5 . + push de ;97d6 d5 . + ld hl,(lfa91h) ;97d7 2a 91 fa * . . + ld de,(lfa93h) ;97da ed 5b 93 fa . [ . . + exx ;97de d9 . + ld hl,(lfa99h) ;97df 2a 99 fa * . . + ld de,(lfa9bh) ;97e2 ed 5b 9b fa . [ . . + call sub_6b3dh ;97e6 cd 3d 6b . = k + exx ;97e9 d9 . + pop de ;97ea d1 . + pop hl ;97eb e1 . + call sub_6d32h ;97ec cd 32 6d . 2 m + exx ;97ef d9 . + pop de ;97f0 d1 . + pop hl ;97f1 e1 . + call sub_9c99h ;97f2 cd 99 9c . . . + ld (lfad5h),hl ;97f5 22 d5 fa " . . + ld (lfad7h),de ;97f8 ed 53 d7 fa . S . . + ld hl,(lfa85h) ;97fc 2a 85 fa * . . + ld de,(lfa87h) ;97ff ed 5b 87 fa . [ . . + ld (lfae9h),hl ;9803 22 e9 fa " . . + ld (lfaebh),de ;9806 ed 53 eb fa . S . . + ld hl,(lfa8dh) ;980a 2a 8d fa * . . + ld de,(lfa8fh) ;980d ed 5b 8f fa . [ . . + ld (lfaedh),hl ;9811 22 ed fa " . . + ld (lfaefh),de ;9814 ed 53 ef fa . S . . + ld hl,(lfa95h) ;9818 2a 95 fa * . . + ld de,(lfa97h) ;981b ed 5b 97 fa . [ . . + ld (lfaf1h),hl ;981f 22 f1 fa " . . + ld (lfaf3h),de ;9822 ed 53 f3 fa . S . . + ld hl,(lfad5h) ;9826 2a d5 fa * . . + ld de,(lfad7h) ;9829 ed 5b d7 fa . [ . . + ld (lfaf5h),hl ;982d 22 f5 fa " . . + ld (lfaf7h),de ;9830 ed 53 f7 fa . S . . + call sub_9c1bh ;9834 cd 1b 9c . . . + ld (lfac5h),hl ;9837 22 c5 fa " . . + ld (lfac7h),de ;983a ed 53 c7 fa . S . . + ld hl,(lfa89h) ;983e 2a 89 fa * . . + ld de,(lfa8bh) ;9841 ed 5b 8b fa . [ . . + ld (lfae9h),hl ;9845 22 e9 fa " . . + ld (lfaebh),de ;9848 ed 53 eb fa . S . . + ld hl,(lfa91h) ;984c 2a 91 fa * . . + ld de,(lfa93h) ;984f ed 5b 93 fa . [ . . + ld (lfaedh),hl ;9853 22 ed fa " . . + ld (lfaefh),de ;9856 ed 53 ef fa . S . . + ld hl,(lfa99h) ;985a 2a 99 fa * . . + ld de,(lfa9bh) ;985d ed 5b 9b fa . [ . . + ld (lfaf1h),hl ;9861 22 f1 fa " . . + ld (lfaf3h),de ;9864 ed 53 f3 fa . S . . + ld hl,(lfad5h) ;9868 2a d5 fa * . . + ld de,(lfad7h) ;986b ed 5b d7 fa . [ . . + ld (lfaf5h),hl ;986f 22 f5 fa " . . + ld (lfaf7h),de ;9872 ed 53 f7 fa . S . . + call sub_9c1bh ;9876 cd 1b 9c . . . + ld (lfac9h),hl ;9879 22 c9 fa " . . + ld (lfacbh),de ;987c ed 53 cb fa . S . . + ld hl,(lfa8dh) ;9880 2a 8d fa * . . + ld de,(lfa8fh) ;9883 ed 5b 8f fa . [ . . + exx ;9887 d9 . + ld hl,(lfa95h) ;9888 2a 95 fa * . . + ld de,(lfa97h) ;988b ed 5b 97 fa . [ . . + call sub_6b3dh ;988f cd 3d 6b . = k + push hl ;9892 e5 . + push de ;9893 d5 . + ld hl,(lfa91h) ;9894 2a 91 fa * . . + ld de,(lfa93h) ;9897 ed 5b 93 fa . [ . . + exx ;989b d9 . + ld hl,(lfa99h) ;989c 2a 99 fa * . . + ld de,(lfa9bh) ;989f ed 5b 9b fa . [ . . + call sub_6b3dh ;98a3 cd 3d 6b . = k + exx ;98a6 d9 . + pop de ;98a7 d1 . + pop hl ;98a8 e1 . + call sub_6d32h ;98a9 cd 32 6d . 2 m + push hl ;98ac e5 . + push de ;98ad d5 . + ld hl,(lfa95h) ;98ae 2a 95 fa * . . + ld de,(lfa97h) ;98b1 ed 5b 97 fa . [ . . + exx ;98b5 d9 . + ld hl,(lfa9dh) ;98b6 2a 9d fa * . . + ld de,(lfa9fh) ;98b9 ed 5b 9f fa . [ . . + call sub_6b3dh ;98bd cd 3d 6b . = k + push hl ;98c0 e5 . + push de ;98c1 d5 . + ld hl,(lfa99h) ;98c2 2a 99 fa * . . + ld de,(lfa9bh) ;98c5 ed 5b 9b fa . [ . . + exx ;98c9 d9 . + ld hl,(lfaa1h) ;98ca 2a a1 fa * . . + ld de,(lfaa3h) ;98cd ed 5b a3 fa . [ . . + call sub_6b3dh ;98d1 cd 3d 6b . = k + exx ;98d4 d9 . + pop de ;98d5 d1 . + pop hl ;98d6 e1 . + call sub_6d32h ;98d7 cd 32 6d . 2 m + exx ;98da d9 . + pop de ;98db d1 . + pop hl ;98dc e1 . + call sub_9c99h ;98dd cd 99 9c . . . + ld (lfad9h),hl ;98e0 22 d9 fa " . . + ld (lfadbh),de ;98e3 ed 53 db fa . S . . + ld hl,(lfa8dh) ;98e7 2a 8d fa * . . + ld de,(lfa8fh) ;98ea ed 5b 8f fa . [ . . + ld (lfae9h),hl ;98ee 22 e9 fa " . . + ld (lfaebh),de ;98f1 ed 53 eb fa . S . . + ld hl,(lfa95h) ;98f5 2a 95 fa * . . + ld de,(lfa97h) ;98f8 ed 5b 97 fa . [ . . + ld (lfaedh),hl ;98fc 22 ed fa " . . + ld (lfaefh),de ;98ff ed 53 ef fa . S . . + ld hl,(lfa9dh) ;9903 2a 9d fa * . . + ld de,(lfa9fh) ;9906 ed 5b 9f fa . [ . . + ld (lfaf1h),hl ;990a 22 f1 fa " . . + ld (lfaf3h),de ;990d ed 53 f3 fa . S . . + ld hl,(lfad9h) ;9911 2a d9 fa * . . + ld de,(lfadbh) ;9914 ed 5b db fa . [ . . + ld (lfaf5h),hl ;9918 22 f5 fa " . . + ld (lfaf7h),de ;991b ed 53 f7 fa . S . . + call sub_9c1bh ;991f cd 1b 9c . . . + ld (lfacdh),hl ;9922 22 cd fa " . . + ld (lfacfh),de ;9925 ed 53 cf fa . S . . + ld hl,(lfa91h) ;9929 2a 91 fa * . . + ld de,(lfa93h) ;992c ed 5b 93 fa . [ . . + ld (lfae9h),hl ;9930 22 e9 fa " . . + ld (lfaebh),de ;9933 ed 53 eb fa . S . . + ld hl,(lfa99h) ;9937 2a 99 fa * . . + ld de,(lfa9bh) ;993a ed 5b 9b fa . [ . . + ld (lfaedh),hl ;993e 22 ed fa " . . + ld (lfaefh),de ;9941 ed 53 ef fa . S . . + ld hl,(lfaa1h) ;9945 2a a1 fa * . . + ld de,(lfaa3h) ;9948 ed 5b a3 fa . [ . . + ld (lfaf1h),hl ;994c 22 f1 fa " . . + ld (lfaf3h),de ;994f ed 53 f3 fa . S . . + ld hl,(lfad9h) ;9953 2a d9 fa * . . + ld de,(lfadbh) ;9956 ed 5b db fa . [ . . + ld (lfaf5h),hl ;995a 22 f5 fa " . . + ld (lfaf7h),de ;995d ed 53 f7 fa . S . . + call sub_9c1bh ;9961 cd 1b 9c . . . + ld (lfad1h),hl ;9964 22 d1 fa " . . + ld (lfad3h),de ;9967 ed 53 d3 fa . S . . + ld hl,(l6a57h+2) ;996b 2a 59 6a * Y j + ld de,(l6a5bh) ;996e ed 5b 5b 6a . [ [ j + ld (lfb01h),hl ;9972 22 01 fb " . . + ld (lfb03h),de ;9975 ed 53 03 fb . S . . +l9979h: + ld hl,(l8dceh) ;9979 2a ce 8d * . . + ld de,(l8dd0h) ;997c ed 5b d0 8d . [ . . + exx ;9980 d9 . + ld hl,(lfb01h) ;9981 2a 01 fb * . . + ld de,(lfb03h) ;9984 ed 5b 03 fb . [ . . + call sub_6ae3h ;9988 cd e3 6a . . j + jp p,l9b9eh ;998b f2 9e 9b . . . + ld hl,(l8dceh) ;998e 2a ce 8d * . . + ld de,(l8dd0h) ;9991 ed 5b d0 8d . [ . . + exx ;9995 d9 . + ld hl,(lfb01h) ;9996 2a 01 fb * . . + ld de,(lfb03h) ;9999 ed 5b 03 fb . [ . . + call sub_6c12h ;999d cd 12 6c . . l + ld (lfae1h),hl ;99a0 22 e1 fa " . . + ld (lfae3h),de ;99a3 ed 53 e3 fa . S . . + push hl ;99a7 e5 . + push de ;99a8 d5 . + ld hl,(lfad5h) ;99a9 2a d5 fa * . . + ld de,(lfad7h) ;99ac ed 5b d7 fa . [ . . + exx ;99b0 d9 . + ld hl,(l6a57h+2) ;99b1 2a 59 6a * Y j + ld de,(l6a5bh) ;99b4 ed 5b 5b 6a . [ [ j + call sub_6b3dh ;99b8 cd 3d 6b . = k + exx ;99bb d9 . + pop de ;99bc d1 . + pop hl ;99bd e1 . + call sub_6b52h ;99be cd 52 6b . R k + exx ;99c1 d9 . + ld hl,(lfad5h) ;99c2 2a d5 fa * . . + ld de,(lfad7h) ;99c5 ed 5b d7 fa . [ . . + call sub_6b2ah ;99c9 cd 2a 6b . * k + ld (lfaddh),hl ;99cc 22 dd fa " . . + ld (lfadfh),de ;99cf ed 53 df fa . S . . + ld hl,(lfa85h) ;99d3 2a 85 fa * . . + ld de,(lfa87h) ;99d6 ed 5b 87 fa . [ . . + ld (lfae9h),hl ;99da 22 e9 fa " . . + ld (lfaebh),de ;99dd ed 53 eb fa . S . . + ld hl,(lfa95h) ;99e1 2a 95 fa * . . + ld de,(lfa97h) ;99e4 ed 5b 97 fa . [ . . + ld (lfaf1h),hl ;99e8 22 f1 fa " . . + ld (lfaf3h),de ;99eb ed 53 f3 fa . S . . + ld hl,(lfac5h) ;99ef 2a c5 fa * . . + ld de,(lfac7h) ;99f2 ed 5b c7 fa . [ . . + ld (lfafdh),hl ;99f6 22 fd fa " . . + ld (lfaffh),de ;99f9 ed 53 ff fa . S . . + ld hl,(lfaddh) ;99fd 2a dd fa * . . +l9a00h: + ld de,(lfadfh) ;9a00 ed 5b df fa . [ . . + ld (lfaf9h),hl ;9a04 22 f9 fa " . . + ld (lfafbh),de ;9a07 ed 53 fb fa . S . . + call sub_9bb1h ;9a0b cd b1 9b . . . + ld (lfb0dh),hl ;9a0e 22 0d fb " . . + ld (lfb0fh),de ;9a11 ed 53 0f fb . S . . + ld hl,(lfa89h) ;9a15 2a 89 fa * . . + ld de,(lfa8bh) ;9a18 ed 5b 8b fa . [ . . + ld (lfae9h),hl ;9a1c 22 e9 fa " . . + ld (lfaebh),de ;9a1f ed 53 eb fa . S . . + ld hl,(lfa99h) ;9a23 2a 99 fa * . . + ld de,(lfa9bh) ;9a26 ed 5b 9b fa . [ . . + ld (lfaf1h),hl ;9a2a 22 f1 fa " . . + ld (lfaf3h),de ;9a2d ed 53 f3 fa . S . . + ld hl,(lfac9h) ;9a31 2a c9 fa * . . + ld de,(lfacbh) ;9a34 ed 5b cb fa . [ . . + ld (lfafdh),hl ;9a38 22 fd fa " . . + ld (lfaffh),de ;9a3b ed 53 ff fa . S . . + ld hl,(lfaddh) ;9a3f 2a dd fa * . . + ld de,(lfadfh) ;9a42 ed 5b df fa . [ . . + ld (lfaf9h),hl ;9a46 22 f9 fa " . . + ld (lfafbh),de ;9a49 ed 53 fb fa . S . . + call sub_9bb1h ;9a4d cd b1 9b . . . + ld (lfb11h),hl ;9a50 22 11 fb " . . + ld (lfb13h),de ;9a53 ed 53 13 fb . S . . + ld hl,(lfad9h) ;9a57 2a d9 fa * . . + ld de,(lfadbh) ;9a5a ed 5b db fa . [ . . + exx ;9a5e d9 . + ld hl,(lfae1h) ;9a5f 2a e1 fa * . . + ld de,(lfae3h) ;9a62 ed 5b e3 fa . [ . . + call sub_6b52h ;9a66 cd 52 6b . R k + ld (lfaddh),hl ;9a69 22 dd fa " . . + ld (lfadfh),de ;9a6c ed 53 df fa . S . . + ld hl,(lfa8dh) ;9a70 2a 8d fa * . . + ld de,(lfa8fh) ;9a73 ed 5b 8f fa . [ . . + ld (lfae9h),hl ;9a77 22 e9 fa " . . + ld (lfaebh),de ;9a7a ed 53 eb fa . S . . + ld hl,(lfa9dh) ;9a7e 2a 9d fa * . . + ld de,(lfa9fh) ;9a81 ed 5b 9f fa . [ . . + ld (lfaf1h),hl ;9a85 22 f1 fa " . . + ld (lfaf3h),de ;9a88 ed 53 f3 fa . S . . + ld hl,(lfacdh) ;9a8c 2a cd fa * . . + ld de,(lfacfh) ;9a8f ed 5b cf fa . [ . . + ld (lfafdh),hl ;9a93 22 fd fa " . . + ld (lfaffh),de ;9a96 ed 53 ff fa . S . . + ld hl,(lfaddh) ;9a9a 2a dd fa * . . + ld de,(lfadfh) ;9a9d ed 5b df fa . [ . . + ld (lfaf9h),hl ;9aa1 22 f9 fa " . . + ld (lfafbh),de ;9aa4 ed 53 fb fa . S . . + call sub_9bb1h ;9aa8 cd b1 9b . . . + ld (lfb15h),hl ;9aab 22 15 fb " . . + ld (lfb17h),de ;9aae ed 53 17 fb . S . . + ld hl,(lfa91h) ;9ab2 2a 91 fa * . . + ld de,(lfa93h) ;9ab5 ed 5b 93 fa . [ . . + ld (lfae9h),hl ;9ab9 22 e9 fa " . . + ld (lfaebh),de ;9abc ed 53 eb fa . S . . + ld hl,(lfaa1h) ;9ac0 2a a1 fa * . . + ld de,(lfaa3h) ;9ac3 ed 5b a3 fa . [ . . + ld (lfaf1h),hl ;9ac7 22 f1 fa " . . + ld (lfaf3h),de ;9aca ed 53 f3 fa . S . . + ld hl,(lfad1h) ;9ace 2a d1 fa * . . + ld de,(lfad3h) ;9ad1 ed 5b d3 fa . [ . . + ld (lfafdh),hl ;9ad5 22 fd fa " . . + ld (lfaffh),de ;9ad8 ed 53 ff fa . S . . + ld hl,(lfaddh) ;9adc 2a dd fa * . . + ld de,(lfadfh) ;9adf ed 5b df fa . [ . . + ld (lfaf9h),hl ;9ae3 22 f9 fa " . . + ld (lfafbh),de ;9ae6 ed 53 fb fa . S . . + call sub_9bb1h ;9aea cd b1 9b . . . + ld (lfb19h),hl ;9aed 22 19 fb " . . + ld (lfb1bh),de ;9af0 ed 53 1b fb . S . . + ld hl,(lfae1h) ;9af4 2a e1 fa * . . + ld de,(lfae3h) ;9af7 ed 5b e3 fa . [ . . + exx ;9afb d9 . + ld hl,(l6a57h+2) ;9afc 2a 59 6a * Y j + ld de,(l6a5bh) ;9aff ed 5b 5b 6a . [ [ j + call sub_6b3dh ;9b03 cd 3d 6b . = k + exx ;9b06 d9 . + ld hl,(lfb0dh) ;9b07 2a 0d fb * . . + ld de,(lfb0fh) ;9b0a ed 5b 0f fb . [ . . + call sub_6b52h ;9b0e cd 52 6b . R k + push hl ;9b11 e5 . + push de ;9b12 d5 . + ld hl,(lfae1h) ;9b13 2a e1 fa * . . + ld de,(lfae3h) ;9b16 ed 5b e3 fa . [ . . + exx ;9b1a d9 . + ld hl,(lfb15h) ;9b1b 2a 15 fb * . . + ld de,(lfb17h) ;9b1e ed 5b 17 fb . [ . . + call sub_6b52h ;9b22 cd 52 6b . R k + exx ;9b25 d9 . + pop de ;9b26 d1 . + pop hl ;9b27 e1 . + call sub_6b2ah ;9b28 cd 2a 6b . * k + ld (lfb05h),hl ;9b2b 22 05 fb " . . + ld (lfb07h),de ;9b2e ed 53 07 fb . S . . + ld hl,(lfae1h) ;9b32 2a e1 fa * . . + ld de,(lfae3h) ;9b35 ed 5b e3 fa . [ . . + exx ;9b39 d9 . + ld hl,(l6a57h+2) ;9b3a 2a 59 6a * Y j + ld de,(l6a5bh) ;9b3d ed 5b 5b 6a . [ [ j + call sub_6b3dh ;9b41 cd 3d 6b . = k + exx ;9b44 d9 . + ld hl,(lfb11h) ;9b45 2a 11 fb * . . + ld de,(lfb13h) ;9b48 ed 5b 13 fb . [ . . + call sub_6b52h ;9b4c cd 52 6b . R k + push hl ;9b4f e5 . + push de ;9b50 d5 . + ld hl,(lfae1h) ;9b51 2a e1 fa * . . + ld de,(lfae3h) ;9b54 ed 5b e3 fa . [ . . + exx ;9b58 d9 . + ld hl,(lfb19h) ;9b59 2a 19 fb * . . + ld de,(lfb1bh) ;9b5c ed 5b 1b fb . [ . . + call sub_6b52h ;9b60 cd 52 6b . R k + exx ;9b63 d9 . + pop de ;9b64 d1 . + pop hl ;9b65 e1 . + call sub_6b2ah ;9b66 cd 2a 6b . * k + ld (lfb09h),hl ;9b69 22 09 fb " . . + ld (lfb0bh),de ;9b6c ed 53 0b fb . S . . + ld hl,(lfb09h) ;9b70 2a 09 fb * . . + ld de,(lfb0bh) ;9b73 ed 5b 0b fb . [ . . + exx ;9b77 d9 . + ld hl,(lfb05h) ;9b78 2a 05 fb * . . + ld de,(lfb07h) ;9b7b ed 5b 07 fb . [ . . + call sub_4f9dh ;9b7f cd 9d 4f . . O + ld hl,(l6a57h+2) ;9b82 2a 59 6a * Y j + ld de,(l6a5bh) ;9b85 ed 5b 5b 6a . [ [ j + exx ;9b89 d9 . + ld hl,(lfb01h) ;9b8a 2a 01 fb * . . + ld de,(lfb03h) ;9b8d ed 5b 03 fb . [ . . + call sub_6b2ah ;9b91 cd 2a 6b . * k + ld (lfb01h),hl ;9b94 22 01 fb " . . + ld (lfb03h),de ;9b97 ed 53 03 fb . S . . + jp l9979h ;9b9b c3 79 99 . y . +l9b9eh: + ld hl,(lfa99h) ;9b9e 2a 99 fa * . . + ld de,(lfa9bh) ;9ba1 ed 5b 9b fa . [ . . + exx ;9ba5 d9 . + ld hl,(lfa95h) ;9ba6 2a 95 fa * . . + ld de,(lfa97h) ;9ba9 ed 5b 97 fa . [ . . + call sub_4f9dh ;9bad cd 9d 4f . . O + ret ;9bb0 c9 . +sub_9bb1h: + ld hl,(lfafdh) ;9bb1 2a fd fa * . . + ld de,(lfaffh) ;9bb4 ed 5b ff fa . [ . . + call sub_6e37h ;9bb8 cd 37 6e . 7 n + exx ;9bbb d9 . + ld hl,(lfaf1h) ;9bbc 2a f1 fa * . . + ld de,(lfaf3h) ;9bbf ed 5b f3 fa . [ . . + call sub_6b3dh ;9bc3 cd 3d 6b . = k + exx ;9bc6 d9 . + ld hl,(lfae9h) ;9bc7 2a e9 fa * . . + ld de,(lfaebh) ;9bca ed 5b eb fa . [ . . + call sub_6b2ah ;9bce cd 2a 6b . * k + exx ;9bd1 d9 . + ld hl,(lfaf9h) ;9bd2 2a f9 fa * . . + ld de,(lfafbh) ;9bd5 ed 5b fb fa . [ . . + call sub_6b52h ;9bd9 cd 52 6b . R k + exx ;9bdc d9 . + ld hl,(lfaf9h) ;9bdd 2a f9 fa * . . + ld de,(lfafbh) ;9be0 ed 5b fb fa . [ . . + call sub_6b52h ;9be4 cd 52 6b . R k + push hl ;9be7 e5 . + push de ;9be8 d5 . + ld hl,(lfae9h) ;9be9 2a e9 fa * . . + ld de,(lfaebh) ;9bec ed 5b eb fa . [ . . + exx ;9bf0 d9 . + ld hl,(lfafdh) ;9bf1 2a fd fa * . . + ld de,(lfaffh) ;9bf4 ed 5b ff fa . [ . . + call sub_6b3dh ;9bf8 cd 3d 6b . = k + call sub_6e37h ;9bfb cd 37 6e . 7 n + exx ;9bfe d9 . + ld hl,(lfaf9h) ;9bff 2a f9 fa * . . + ld de,(lfafbh) ;9c02 ed 5b fb fa . [ . . + call sub_6b52h ;9c06 cd 52 6b . R k + exx ;9c09 d9 . + pop de ;9c0a d1 . + pop hl ;9c0b e1 . + call sub_6b2ah ;9c0c cd 2a 6b . * k + exx ;9c0f d9 . + ld hl,(lfae9h) ;9c10 2a e9 fa * . . + ld de,(lfaebh) ;9c13 ed 5b eb fa . [ . . + call sub_6b2ah ;9c17 cd 2a 6b . * k + ret ;9c1a c9 . +sub_9c1bh: + ld hl,(lfaf5h) ;9c1b 2a f5 fa * . . + ld de,(lfaf7h) ;9c1e ed 5b f7 fa . [ . . + exx ;9c22 d9 . + ld hl,(lfaf5h) ;9c23 2a f5 fa * . . + ld de,(lfaf7h) ;9c26 ed 5b f7 fa . [ . . + call sub_6b52h ;9c2a cd 52 6b . R k + push hl ;9c2d e5 . + push de ;9c2e d5 . + push hl ;9c2f e5 . + push de ;9c30 d5 . + ld hl,(lfae9h) ;9c31 2a e9 fa * . . + ld de,(lfaebh) ;9c34 ed 5b eb fa . [ . . + exx ;9c38 d9 . + ld hl,(lfaf1h) ;9c39 2a f1 fa * . . + ld de,(lfaf3h) ;9c3c ed 5b f3 fa . [ . . + call sub_6b2ah ;9c40 cd 2a 6b . * k + exx ;9c43 d9 . + pop de ;9c44 d1 . + pop hl ;9c45 e1 . + call sub_6b52h ;9c46 cd 52 6b . R k + push hl ;9c49 e5 . + push de ;9c4a d5 . + ld hl,(lfaf5h) ;9c4b 2a f5 fa * . . + ld de,(lfaf7h) ;9c4e ed 5b f7 fa . [ . . + exx ;9c52 d9 . + ld hl,(lfae9h) ;9c53 2a e9 fa * . . + ld de,(lfaebh) ;9c56 ed 5b eb fa . [ . . + call sub_6b52h ;9c5a cd 52 6b . R k + call sub_6e37h ;9c5d cd 37 6e . 7 n + exx ;9c60 d9 . + pop de ;9c61 d1 . + pop hl ;9c62 e1 . + call sub_6b3dh ;9c63 cd 3d 6b . = k + exx ;9c66 d9 . + ld hl,(lfae9h) ;9c67 2a e9 fa * . . + ld de,(lfaebh) ;9c6a ed 5b eb fa . [ . . + call sub_6b2ah ;9c6e cd 2a 6b . * k + exx ;9c71 d9 . + ld hl,(lfaedh) ;9c72 2a ed fa * . . + ld de,(lfaefh) ;9c75 ed 5b ef fa . [ . . + exx ;9c79 d9 . + call sub_6b3dh ;9c7a cd 3d 6b . = k + pop bc ;9c7d c1 . + ex (sp),hl ;9c7e e3 . + push bc ;9c7f c5 . + ex de,hl ;9c80 eb . + ex (sp),hl ;9c81 e3 . + ex de,hl ;9c82 eb . + exx ;9c83 d9 . + ld hl,(lfaf5h) ;9c84 2a f5 fa * . . + ld de,(lfaf7h) ;9c87 ed 5b f7 fa . [ . . + exx ;9c8b d9 . + call sub_6b3dh ;9c8c cd 3d 6b . = k + call sub_6e37h ;9c8f cd 37 6e . 7 n + exx ;9c92 d9 . + pop de ;9c93 d1 . + pop hl ;9c94 e1 . + call sub_6c12h ;9c95 cd 12 6c . . l + ret ;9c98 c9 . +sub_9c99h: + push hl ;9c99 e5 . + push de ;9c9a d5 . + call sub_6b2ah ;9c9b cd 2a 6b . * k + exx ;9c9e d9 . + pop de ;9c9f d1 . + pop hl ;9ca0 e1 . + call sub_6c12h ;9ca1 cd 12 6c . . l + call sub_6e40h ;9ca4 cd 40 6e . @ n + exx ;9ca7 d9 . + ld hl,(l6a3dh) ;9ca8 2a 3d 6a * = j + ld de,(l6a3fh) ;9cab ed 5b 3f 6a . [ ? j + call sub_6b2ah ;9caf cd 2a 6b . * k + ret ;9cb2 c9 . +sub_9cb3h: + ld de,lfaa5h ;9cb3 11 a5 fa . . . + ld hl,lfa85h ;9cb6 21 85 fa ! . . + ld bc,l0018h ;9cb9 01 18 00 . . . + ldir ;9cbc ed b0 . . + ret ;9cbe c9 . +sub_9cbfh: + ld hl,lfa8dh ;9cbf 21 8d fa ! . . + ld de,lfa85h ;9cc2 11 85 fa . . . + ld bc,l0018h ;9cc5 01 18 00 . . . + ldir ;9cc8 ed b0 . . + ret ;9cca c9 . +sub_9ccbh: + ld hl,lfaa5h ;9ccb 21 a5 fa ! . . + ld de,lfa9dh ;9cce 11 9d fa . . . + ld bc,l0018h ;9cd1 01 18 00 . . . + ldir ;9cd4 ed b0 . . + ret ;9cd6 c9 . + ld hl,0f5e5h ;9cd7 21 e5 f5 ! . . + ld b,001h ;9cda 06 01 . . + call sub_41c7h ;9cdc cd c7 41 . . A + ret z ;9cdf c8 . + ld hl,(0f5e5h) ;9ce0 2a e5 f5 * . . + ld a,h ;9ce3 7c | + and a ;9ce4 a7 . + jp nz,l7d56h ;9ce5 c2 56 7d . V } + ld a,l ;9ce8 7d } + cp 010h ;9ce9 fe 10 . . + jp nc,l7d56h ;9ceb d2 56 7d . V } + and a ;9cee a7 . + jp z,l7d56h ;9cef ca 56 7d . V } + add a,040h ;9cf2 c6 40 . @ + ld (lf937h),a ;9cf4 32 37 f9 2 7 . + ld hl,lf8e6h ;9cf7 21 e6 f8 ! . . + push hl ;9cfa e5 . + call sub_9db7h ;9cfb cd b7 9d . . . + xor a ;9cfe af . + ld (lf950h),a ;9cff 32 50 f9 2 P . + ld a,005h ;9d02 3e 05 > . + ld (lf94fh),a ;9d04 32 4f f9 2 O . + call sub_4f02h ;9d07 cd 02 4f . . O + ld (lf9fah),hl ;9d0a 22 fa f9 " . . + ld (lf9fch),de ;9d0d ed 53 fc f9 . S . . + exx ;9d11 d9 . + ld (lf9feh),hl ;9d12 22 fe f9 " . . + ld (lfa00h),de ;9d15 ed 53 00 fa . S . . + call sub_4f02h ;9d19 cd 02 4f . . O + ld (lf8ffh),hl ;9d1c 22 ff f8 " . . + ld (lf901h),de ;9d1f ed 53 01 f9 . S . . + exx ;9d23 d9 . + ld (lf903h),hl ;9d24 22 03 f9 " . . + ld (lf905h),de ;9d27 ed 53 05 f9 . S . . + call sub_9d4dh ;9d2b cd 4d 9d . M . + call sub_ad37h ;9d2e cd 37 ad . 7 . + call nz,sub_9d6bh ;9d31 c4 6b 9d . k . + call sub_b10dh ;9d34 cd 0d b1 . . . + call sub_b2adh ;9d37 cd ad b2 . . . + call sub_ae2fh ;9d3a cd 2f ae . / . + ld a,00dh ;9d3d 3e 0d > . + ld (lf937h),a ;9d3f 32 37 f9 2 7 . + call sub_ae2fh ;9d42 cd 2f ae . / . + call sub_9d5ch ;9d45 cd 5c 9d . \ . + pop hl ;9d48 e1 . + call sub_9dc6h ;9d49 cd c6 9d . . . + ret ;9d4c c9 . +sub_9d4dh: + ld hl,(lf93dh) ;9d4d 2a 3d f9 * = . + ld de,(lf93fh) ;9d50 ed 5b 3f f9 . [ ? . + ld (lf8e2h),hl ;9d54 22 e2 f8 " . . + ld (lf8e4h),de ;9d57 ed 53 e4 f8 . S . . + ret ;9d5b c9 . +sub_9d5ch: + ld hl,(lf8e2h) ;9d5c 2a e2 f8 * . . + ld de,(lf8e4h) ;9d5f ed 5b e4 f8 . [ . . + ld (lf93dh),hl ;9d63 22 3d f9 " = . + ld (lf93fh),de ;9d66 ed 53 3f f9 . S ? . + ret ;9d6a c9 . +sub_9d6bh: + ld hl,(l6a65h) ;9d6b 2a 65 6a * e j + ld de,(l6a67h) ;9d6e ed 5b 67 6a . [ g j + exx ;9d72 d9 . + ld hl,(lf93dh) ;9d73 2a 3d f9 * = . + ld de,(lf93fh) ;9d76 ed 5b 3f f9 . [ ? . + call sub_6c12h ;9d7a cd 12 6c . . l + ld (lf93dh),hl ;9d7d 22 3d f9 " = . + ld (lf93fh),de ;9d80 ed 53 3f f9 . S ? . + ld hl,(l6a7dh) ;9d84 2a 7d 6a * } j + ld de,(l6a7fh) ;9d87 ed 5b 7f 6a . [  j + exx ;9d8b d9 . + ld hl,(lf93dh) ;9d8c 2a 3d f9 * = . + ld de,(lf93fh) ;9d8f ed 5b 3f f9 . [ ? . + call sub_6b52h ;9d93 cd 52 6b . R k + ld (lf93dh),hl ;9d96 22 3d f9 " = . + ld (lf93fh),de ;9d99 ed 53 3f f9 . S ? . + ld hl,(l6a79h) ;9d9d 2a 79 6a * y j + ld de,(l6a7bh) ;9da0 ed 5b 7b 6a . [ { j + exx ;9da4 d9 . + ld hl,(lf93dh) ;9da5 2a 3d f9 * = . + ld de,(lf93fh) ;9da8 ed 5b 3f f9 . [ ? . + call sub_6c12h ;9dac cd 12 6c . . l + ld (lf93dh),hl ;9daf 22 3d f9 " = . + ld (lf93fh),de ;9db2 ed 53 3f f9 . S ? . + ret ;9db6 c9 . +sub_9db7h: + ld a,(lf950h) ;9db7 3a 50 f9 : P . + ld (hl),a ;9dba 77 w + inc hl ;9dbb 23 # + ld a,(lf94fh) ;9dbc 3a 4f f9 : O . + ld (hl),a ;9dbf 77 w + inc hl ;9dc0 23 # + ld a,(lf94eh) ;9dc1 3a 4e f9 : N . + ld (hl),a ;9dc4 77 w + ret ;9dc5 c9 . +sub_9dc6h: + ld a,(hl) ;9dc6 7e ~ + ld (lf950h),a ;9dc7 32 50 f9 2 P . + inc hl ;9dca 23 # + ld a,(hl) ;9dcb 7e ~ + ld (lf94fh),a ;9dcc 32 4f f9 2 O . + inc hl ;9dcf 23 # + ld a,(hl) ;9dd0 7e ~ + ld (lf94eh),a ;9dd1 32 4e f9 2 N . + ret ;9dd4 c9 . + ld hl,0f5e5h ;9dd5 21 e5 f5 ! . . + ld b,001h ;9dd8 06 01 . . + call sub_41c7h ;9dda cd c7 41 . . A + ret z ;9ddd c8 . + ld hl,(0f5e5h) ;9dde 2a e5 f5 * . . + ld a,h ;9de1 7c | + and a ;9de2 a7 . + jp nz,l7d56h ;9de3 c2 56 7d . V } + ld a,l ;9de6 7d } + cp 001h ;9de7 fe 01 . . + jp z,l9dfeh ;9de9 ca fe 9d . . . + cp 002h ;9dec fe 02 . . + jp z,l9e04h ;9dee ca 04 9e . . . + cp 003h ;9df1 fe 03 . . + jp z,l9dfeh ;9df3 ca fe 9d . . . + cp 004h ;9df6 fe 04 . . + jp z,l9e04h ;9df8 ca 04 9e . . . + jp l7d56h ;9dfb c3 56 7d . V } +l9dfeh: + ld a,001h ;9dfe 3e 01 > . + ld (lf8e9h),a ;9e00 32 e9 f8 2 . . + ret ;9e03 c9 . +l9e04h: + ld a,002h ;9e04 3e 02 > . + ld (lf8e9h),a ;9e06 32 e9 f8 2 . . + ret ;9e09 c9 . + ld hl,lf8eah ;9e0a 21 ea f8 ! . . + push hl ;9e0d e5 . + call sub_9db7h ;9e0e cd b7 9d . . . + ld a,(lf935h) ;9e11 3a 35 f9 : 5 . + push af ;9e14 f5 . + ld a,00dh ;9e15 3e 0d > . + ld (lf935h),a ;9e17 32 35 f9 2 5 . + call sub_aa20h ;9e1a cd 20 aa . . + call sub_4f02h ;9e1d cd 02 4f . . O + ld (lf9fah),hl ;9e20 22 fa f9 " . . + ld (lf9fch),de ;9e23 ed 53 fc f9 . S . . + exx ;9e27 d9 . + ld (lf9feh),hl ;9e28 22 fe f9 " . . + ld (lfa00h),de ;9e2b ed 53 00 fa . S . . + call sub_b10dh ;9e2f cd 0d b1 . . . + call sub_b2adh ;9e32 cd ad b2 . . . + call sub_9e47h ;9e35 cd 47 9e . G . + call sub_b60dh ;9e38 cd 0d b6 . . . + call sub_b802h ;9e3b cd 02 b8 . . . + pop af ;9e3e f1 . + ld (lf935h),a ;9e3f 32 35 f9 2 5 . + pop hl ;9e42 e1 . + call sub_9dc6h ;9e43 cd c6 9d . . . + ret ;9e46 c9 . +sub_9e47h: + ld a,(lf950h) ;9e47 3a 50 f9 : P . + push af ;9e4a f5 . +l9e4bh: + call sub_b80ah ;9e4b cd 0a b8 . . . + jp z,l9e4bh ;9e4e ca 4b 9e . K . + ld c,a ;9e51 4f O + and 080h ;9e52 e6 80 . . + ld a,c ;9e54 79 y + call nz,sub_9e74h ;9e55 c4 74 9e . t . + ld (lf937h),a ;9e58 32 37 f9 2 7 . + cp 00dh ;9e5b fe 0d . . + jp z,l9e6fh ;9e5d ca 6f 9e . o . + cp 00ah ;9e60 fe 0a . . + jp z,l9e6fh ;9e62 ca 6f 9e . o . + call sub_ae2fh ;9e65 cd 2f ae . / . + pop af ;9e68 f1 . + ld (lf950h),a ;9e69 32 50 f9 2 P . + jp sub_9e47h ;9e6c c3 47 9e . G . +l9e6fh: + pop af ;9e6f f1 . + ld (lf950h),a ;9e70 32 50 f9 2 P . + ret ;9e73 c9 . +sub_9e74h: + push af ;9e74 f5 . + ld a,0ffh ;9e75 3e ff > . + ld (lf950h),a ;9e77 32 50 f9 2 P . + ld a,(lf8e9h) ;9e7a 3a e9 f8 : . . + cp 002h ;9e7d fe 02 . . + jp nz,l9e8ch ;9e7f c2 8c 9e . . . + call sub_9eb5h ;9e82 cd b5 9e . . . + pop af ;9e85 f1 . + cp 09fh ;9e86 fe 9f . . + ret nc ;9e88 d0 . + ld a,080h ;9e89 3e 80 > . + ret ;9e8b c9 . +l9e8ch: + pop af ;9e8c f1 . + cp 0a0h ;9e8d fe a0 . . + jp c,l9e9dh ;9e8f da 9d 9e . . . + cp 0e0h ;9e92 fe e0 . . + jp nc,l9e9dh ;9e94 d2 9d 9e . . . + push af ;9e97 f5 . + call sub_9ebbh ;9e98 cd bb 9e . . . + pop af ;9e9b f1 . + ret ;9e9c c9 . +l9e9dh: + cp 088h ;9e9d fe 88 . . + jp c,l9eafh ;9e9f da af 9e . . . + cp 0a0h ;9ea2 fe a0 . . + jp nc,l9eafh ;9ea4 d2 af 9e . . . + push af ;9ea7 f5 . + call sub_9ec1h ;9ea8 cd c1 9e . . . + pop af ;9eab f1 . + add a,020h ;9eac c6 20 . + ret ;9eae c9 . +l9eafh: + push af ;9eaf f5 . + call sub_9ec1h ;9eb0 cd c1 9e . . . + pop af ;9eb3 f1 . + ret ;9eb4 c9 . +sub_9eb5h: + ld a,07fh ;9eb5 3e 7f >  + ld (lf94eh),a ;9eb7 32 4e f9 2 N . + ret ;9eba c9 . +sub_9ebbh: + ld a,008h ;9ebb 3e 08 > . + ld (lf94eh),a ;9ebd 32 4e f9 2 N . + ret ;9ec0 c9 . +sub_9ec1h: + ld a,07eh ;9ec1 3e 7e > ~ + ld (lf94eh),a ;9ec3 32 4e f9 2 N . + ret ;9ec6 c9 . + ld hl,0f5e5h ;9ec7 21 e5 f5 ! . . + ld b,001h ;9eca 06 01 . . + call sub_41c7h ;9ecc cd c7 41 . . A + ret z ;9ecf c8 . + ld hl,(0f5e5h) ;9ed0 2a e5 f5 * . . + ld a,h ;9ed3 7c | + or a ;9ed4 b7 . + jp nz,l7d56h ;9ed5 c2 56 7d . V } + ld a,l ;9ed8 7d } + cp 000h ;9ed9 fe 00 . . + jr z,l9eech ;9edb 28 0f ( . + cp 001h ;9edd fe 01 . . + jr z,l9f0bh ;9edf 28 2a ( * + cp 002h ;9ee1 fe 02 . . + jr z,l9f2ah ;9ee3 28 45 ( E + cp 003h ;9ee5 fe 03 . . + jr z,l9f49h ;9ee7 28 60 ( ` + jp l7d56h ;9ee9 c3 56 7d . V } +l9eech: + ld hl,(l6a57h+2) ;9eec 2a 59 6a * Y j + ld de,(l6a5bh) ;9eef ed 5b 5b 6a . [ [ j + ld (lf92dh),hl ;9ef3 22 2d f9 " - . + ld (lf92fh),de ;9ef6 ed 53 2f f9 . S / . + ld hl,(l6a49h) ;9efa 2a 49 6a * I j + ld de,(l6a4bh) ;9efd ed 5b 4b 6a . [ K j + ld (lf931h),hl ;9f01 22 31 f9 " 1 . + ld (lf933h),de ;9f04 ed 53 33 f9 . S 3 . + jp l9f65h ;9f08 c3 65 9f . e . +l9f0bh: + ld hl,(l6a49h) ;9f0b 2a 49 6a * I j + ld de,(l6a4bh) ;9f0e ed 5b 4b 6a . [ K j + ld (lf92dh),hl ;9f12 22 2d f9 " - . + ld (lf92fh),de ;9f15 ed 53 2f f9 . S / . + ld hl,(l6a57h+2) ;9f19 2a 59 6a * Y j + ld de,(l6a5bh) ;9f1c ed 5b 5b 6a . [ [ j + ld (lf931h),hl ;9f20 22 31 f9 " 1 . + ld (lf933h),de ;9f23 ed 53 33 f9 . S 3 . + jp l9f65h ;9f27 c3 65 9f . e . +l9f2ah: + ld hl,(l6a45h) ;9f2a 2a 45 6a * E j + ld de,(l6a47h) ;9f2d ed 5b 47 6a . [ G j + ld (lf92dh),hl ;9f31 22 2d f9 " - . + ld (lf92fh),de ;9f34 ed 53 2f f9 . S / . + ld hl,(l6a49h) ;9f38 2a 49 6a * I j + ld de,(l6a4bh) ;9f3b ed 5b 4b 6a . [ K j + ld (lf931h),hl ;9f3f 22 31 f9 " 1 . + ld (lf933h),de ;9f42 ed 53 33 f9 . S 3 . + jp l9f65h ;9f46 c3 65 9f . e . +l9f49h: + ld hl,(l6a49h) ;9f49 2a 49 6a * I j + ld de,(l6a4bh) ;9f4c ed 5b 4b 6a . [ K j + ld (lf92dh),hl ;9f50 22 2d f9 " - . + ld (lf92fh),de ;9f53 ed 53 2f f9 . S / . + ld hl,(l6a45h) ;9f57 2a 45 6a * E j + ld de,(l6a47h) ;9f5a ed 5b 47 6a . [ G j + ld (lf931h),hl ;9f5e 22 31 f9 " 1 . + ld (lf933h),de ;9f61 ed 53 33 f9 . S 3 . +l9f65h: + ld a,000h ;9f65 3e 00 > . + ld (lf92ch),a ;9f67 32 2c f9 2 , . + ret ;9f6a c9 . + ld hl,0f5e5h ;9f6b 21 e5 f5 ! . . + ld b,001h ;9f6e 06 01 . . + call sub_41c7h ;9f70 cd c7 41 . . A + ret z ;9f73 c8 . + ld hl,(0f5e5h) ;9f74 2a e5 f5 * . . + push hl ;9f77 e5 . + ld a,h ;9f78 7c | + or a ;9f79 b7 . + jp nz,l7d56h ;9f7a c2 56 7d . V } + ld a,l ;9f7d 7d } + or a ;9f7e b7 . + jp m,l7d56h ;9f7f fa 56 7d . V } + pop hl ;9f82 e1 . + call sub_6abbh ;9f83 cd bb 6a . . j + call sub_ac38h ;9f86 cd 38 ac . 8 . + ret ;9f89 c9 . +sub_9f8ah: + ld hl,(lf724h) ;9f8a 2a 24 f7 * $ . + ld de,(lf726h) ;9f8d ed 5b 26 f7 . [ & . + ld (lf8edh),hl ;9f91 22 ed f8 " . . + ld (lf8efh),de ;9f94 ed 53 ef f8 . S . . + ld hl,(lf726h+2) ;9f98 2a 28 f7 * ( . + ld de,(lf72ah) ;9f9b ed 5b 2a f7 . [ * . + ld (lf8f1h),hl ;9f9f 22 f1 f8 " . . + ld (lf8f3h),de ;9fa2 ed 53 f3 f8 . S . . + call sub_abedh ;9fa6 cd ed ab . . . + ret ;9fa9 c9 . +sub_9faah: + call sub_9ffah ;9faa cd fa 9f . . . + ret z ;9fad c8 . + ld a,(lf8f5h) ;9fae 3a f5 f8 : . . + and a ;9fb1 a7 . + ret z ;9fb2 c8 . + call sub_9fdbh ;9fb3 cd db 9f . . . + ret z ;9fb6 c8 . + ld a,(lf8f5h) ;9fb7 3a f5 f8 : . . + cp 002h ;9fba fe 02 . . + jr nz,l9fc7h ;9fbc 20 09 . + call sub_9fd5h ;9fbe cd d5 9f . . . + ld a,000h ;9fc1 3e 00 > . + ld (lf8f5h),a ;9fc3 32 f5 f8 2 . . + ret ;9fc6 c9 . +l9fc7h: + call sub_a198h ;9fc7 cd 98 a1 . . . + ld a,002h ;9fca 3e 02 > . + ld (lf8f5h),a ;9fcc 32 f5 f8 2 . . + ld a,0ebh ;9fcf 3e eb > . + call sub_9fd8h ;9fd1 cd d8 9f . . . + ret ;9fd4 c9 . +sub_9fd5h: + jp 01a79h ;9fd5 c3 79 1a . y . +sub_9fd8h: + out (00ah),a ;9fd8 d3 0a . . + ret ;9fda c9 . +sub_9fdbh: + in a,(00ah) ;9fdb db 0a . . + cpl ;9fdd 2f / + and 080h ;9fde e6 80 . . + ret ;9fe0 c9 . +sub_9fe1h: + ld a,001h ;9fe1 3e 01 > . + ld (lf8f5h),a ;9fe3 32 f5 f8 2 . . + ld a,00eh ;9fe6 3e 0e > . + out (00ah),a ;9fe8 d3 0a . . + ret ;9fea c9 . + ld a,(lf8f5h) ;9feb 3a f5 f8 : . . + and a ;9fee a7 . + ret z ;9fef c8 . + sub 001h ;9ff0 d6 01 . . + ret z ;9ff2 c8 . + ld a,0ffh ;9ff3 3e ff > . + ret ;9ff5 c9 . +sub_9ff6h: + ld (lf8f6h),a ;9ff6 32 f6 f8 2 . . + ret ;9ff9 c9 . +sub_9ffah: + ld a,(lf8f7h) ;9ffa 3a f7 f8 : . . + and a ;9ffd a7 . + ret ;9ffe c9 . +l9fffh: + ld (lf8f6h),a ;9fff 32 f6 f8 2 . . + ld d,a ;a002 57 W + ld a,(lf8f7h) ;a003 3a f7 f8 : . . + cp d ;a006 ba . + ret z ;a007 c8 . + ld a,(lf8f7h) ;a008 3a f7 f8 : . . + and a ;a00b a7 . + call nz,sub_a020h ;a00c c4 20 a0 . . + ld a,(lf8f6h) ;a00f 3a f6 f8 : . . +la012h: + ld (lf8f7h),a ;a012 32 f7 f8 2 . . + and a ;a015 a7 . + jp z,01a79h ;a016 ca 79 1a . y . + call sub_a020h ;a019 cd 20 a0 . . + call sub_5054h ;a01c cd 54 50 . T P +la01fh: + ret ;a01f c9 . +sub_a020h: + or a ;a020 b7 . +sub_a021h: + ret z ;a021 c8 . + dec a ;a022 3d = + ld h,000h ;a023 26 00 & . + ld l,a ;a025 6f o + ld de,l0320h ;a026 11 20 03 . . + call sub_6ed9h ;a029 cd d9 6e . . n + ld hl,l1630h ;a02c 21 30 16 ! 0 . + add hl,de ;a02f 19 . + ld (lf8fah),hl ;a030 22 fa f8 " . . + ld hl,l02f8h ;a033 21 f8 02 ! . . + ld (lf8f8h),hl ;a036 22 f8 f8 " . . + ld hl,(lf8f8h) ;a039 2a f8 f8 * . . + ld de,(lf8fah) ;a03c ed 5b fa f8 . [ . . + ld a,000h ;a040 3e 00 > . + call 035e2h ;a042 cd e2 35 . . 5 + ld hl,l0014h ;a045 21 14 00 ! . . + ld (lf8f8h),hl ;a048 22 f8 f8 " . . + call sub_38e8h ;a04b cd e8 38 . . 8 + ld hl,(lf8f8h) ;a04e 2a f8 f8 * . . + ld de,(lf8fah) ;a051 ed 5b fa f8 . [ . . + ld a,000h ;a055 3e 00 > . + call 035e2h ;a057 cd e2 35 . . 5 + ld hl,l02f8h ;a05a 21 f8 02 ! . . + ld (lf8f8h),hl ;a05d 22 f8 f8 " . . + ld hl,(lf8f8h) ;a060 2a f8 f8 * . . + ld de,(lf8fah) ;a063 ed 5b fa f8 . [ . . + ld a,000h ;a067 3e 00 > . + call 035e2h ;a069 cd e2 35 . . 5 + ret ;a06c c9 . +sub_a06dh: + ld a,(lf8f6h) ;a06d 3a f6 f8 : . . + and a ;a070 a7 . + jp nz,l9fffh ;a071 c2 ff 9f . . . + call sub_1a8eh ;a074 cd 8e 1a . . . + call z,sub_5054h ;a077 cc 54 50 . T P + ret ;a07a c9 . + ld a,(lf8f7h) ;a07b 3a f7 f8 : . . + and a ;a07e a7 . + ret z ;a07f c8 . +sub_a080h: + ld a,(lf8f7h) ;a080 3a f7 f8 : . . + call sub_a020h ;a083 cd 20 a0 . . + ld a,000h ;a086 3e 00 > . + ld (lf8f7h),a ;a088 32 f7 f8 2 . . + ret ;a08b c9 . +la08ch: + ld d,a ;a08c 57 W + ld a,(lf8f7h) ;a08d 3a f7 f8 : . . +sub_a090h: + cp d ;a090 ba . + ld a,000h ;a091 3e 00 > . + call z,l9fffh ;a093 cc ff 9f . . . + ret ;a096 c9 . +la097h: + ld a,001h ;a097 3e 01 > . +la099h: + push af ;a099 f5 . + call sub_a020h ;a09a cd 20 a0 . . + pop af ;a09d f1 . + push af ;a09e f5 . + call sub_a020h ;a09f cd 20 a0 . . + pop af ;a0a2 f1 . + inc a ;a0a3 3c < + cp 009h ;a0a4 fe 09 . . + jp nz,la099h ;a0a6 c2 99 a0 . . . + call sub_1b20h ;a0a9 cd 20 1b . . + call sub_1b5eh ;a0ac cd 5e 1b . ^ . + jp la097h ;a0af c3 97 a0 . . . +la0b2h: + ld a,000h ;a0b2 3e 00 > . + ld (lf8fch),a ;a0b4 32 fc f8 2 . . + ld (lf8fdh),a ;a0b7 32 fd f8 2 . . +la0bah: + call sub_1d72h ;a0ba cd 72 1d . r . + call nz,sub_a0c9h ;a0bd c4 c9 a0 . . . + call sub_1d77h ;a0c0 cd 77 1d . w . + call nz,sub_a0deh ;a0c3 c4 de a0 . . . + jp la0bah ;a0c6 c3 ba a0 . . . +sub_a0c9h: + ld a,(lf8fdh) ;a0c9 3a fd f8 : . . + cp 001h ;a0cc fe 01 . . + ret z ;a0ce c8 . + ld a,001h ;a0cf 3e 01 > . + ld (lf8fch),a ;a0d1 32 fc f8 2 . . + call sub_a0f3h ;a0d4 cd f3 a0 . . . + ld a,(lf8fch) ;a0d7 3a fc f8 : . . + ld (lf8fdh),a ;a0da 32 fd f8 2 . . + ret ;a0dd c9 . +sub_a0deh: + ld a,(lf8fdh) ;a0de 3a fd f8 : . . + cp 008h ;a0e1 fe 08 . . + ret z ;a0e3 c8 . + ld a,008h ;a0e4 3e 08 > . + ld (lf8fch),a ;a0e6 32 fc f8 2 . . + call sub_a0f3h ;a0e9 cd f3 a0 . . . + ld a,(lf8fch) ;a0ec 3a fc f8 : . . + ld (lf8fdh),a ;a0ef 32 fd f8 2 . . + ret ;a0f2 c9 . +sub_a0f3h: + ld a,(lf8fdh) ;a0f3 3a fd f8 : . . + and a ;a0f6 a7 . + jp z,la10ch ;a0f7 ca 0c a1 . . . + ld hl,l02f8h ;a0fa 21 f8 02 ! . . + ld (lf8f8h),hl ;a0fd 22 f8 f8 " . . + ld hl,(lf8f8h) ;a100 2a f8 f8 * . . + ld de,(lf8fah) ;a103 ed 5b fa f8 . [ . . + ld a,000h ;a107 3e 00 > . + call 035e2h ;a109 cd e2 35 . . 5 +la10ch: + ld a,(lf8fch) ;a10c 3a fc f8 : . . + dec a ;a10f 3d = + ld h,000h ;a110 26 00 & . + ld l,a ;a112 6f o + ld de,l0320h ;a113 11 20 03 . . + call sub_6ed9h ;a116 cd d9 6e . . n + ld hl,l1630h ;a119 21 30 16 ! 0 . + add hl,de ;a11c 19 . + ld (lf8fah),hl ;a11d 22 fa f8 " . . + ld hl,l02f8h ;a120 21 f8 02 ! . . + ld (lf8f8h),hl ;a123 22 f8 f8 " . . + ld hl,(lf8f8h) ;a126 2a f8 f8 * . . + ld de,(lf8fah) ;a129 ed 5b fa f8 . [ . . + ld a,000h ;a12d 3e 00 > . + call 035e2h ;a12f cd e2 35 . . 5 + ld hl,l0014h ;a132 21 14 00 ! . . + ld (lf8f8h),hl ;a135 22 f8 f8 " . . + call sub_38e8h ;a138 cd e8 38 . . 8 + ld hl,(lf8f8h) ;a13b 2a f8 f8 * . . + ld de,(lf8fah) ;a13e ed 5b fa f8 . [ . . + ld a,000h ;a142 3e 00 > . + call 035e2h ;a144 cd e2 35 . . 5 + ret ;a147 c9 . +sub_a148h: + ld a,(lf8feh) ;a148 3a fe f8 : . . + and a ;a14b a7 . + ret ;a14c c9 . +sub_a14dh: + ld h,a ;a14d 67 g + ld a,(lf8feh) ;a14e 3a fe f8 : . . + xor h ;a151 ac . + ret p ;a152 f0 . + push hl ;a153 e5 . + call sub_3498h ;a154 cd 98 34 . . 4 + pop hl ;a157 e1 . + ld a,h ;a158 7c | + ld (lf8feh),a ;a159 32 fe f8 2 . . + or a ;a15c b7 . + call z,sub_a177h ;a15d cc 77 a1 . w . + ld a,(lf56fh) ;a160 3a 6f f5 : o . + rr a ;a163 cb 1f . . + rr h ;a165 cb 1c . . + rl a ;a167 cb 17 . . + ld (lf56fh),a ;a169 32 6f f5 2 o . + out (008h),a ;a16c d3 08 . . + and 001h ;a16e e6 01 . . + ret nz ;a170 c0 . + ld b,005h ;a171 06 05 . . + call sub_a188h ;a173 cd 88 a1 . . . + ret ;a176 c9 . +sub_a177h: + in a,(008h) ;a177 db 08 . . + and 008h ;a179 e6 08 . . + ret nz ;a17b c0 . +la17ch: + in a,(008h) ;a17c db 08 . . + and 008h ;a17e e6 08 . . + jr z,la17ch ;a180 28 fa ( . + ld b,00ah ;a182 06 0a . . + call sub_a188h ;a184 cd 88 a1 . . . + ret ;a187 c9 . +sub_a188h: + ld c,0f9h ;a188 0e f9 . . +la18ah: + dec c ;a18a 0d . + jp nz,la18ah ;a18b c2 8a a1 . . . + dec b ;a18e 05 . + jp nz,sub_a188h ;a18f c2 88 a1 . . . + ret ;a192 c9 . + ld a,0ffh ;a193 3e ff > . + jp sub_a14dh ;a195 c3 4d a1 . M . +sub_a198h: + ld a,000h ;a198 3e 00 > . + jp sub_a14dh ;a19a c3 4d a1 . M . +sub_a19dh: + ld a,035h ;a19d 3e 35 > 5 + out (006h),a ;a19f d3 06 . . + ld a,008h ;a1a1 3e 08 > . + out (007h),a ;a1a3 d3 07 . . + call sub_a198h ;a1a5 cd 98 a1 . . . + ret ;a1a8 c9 . +la1a9h: + nop ;a1a9 00 . + nop ;a1aa 00 . + ld c,e ;a1ab 4b K + ld bc,l0327h ;a1ac 01 27 03 . ' . + or e ;a1af b3 . + inc b ;a1b0 04 . + out (005h),a ;a1b1 d3 05 . . + cp e ;a1b3 bb . + rlca ;a1b4 07 . +la1b5h: + jr nc,$+16 ;a1b5 30 0e 0 . + or a ;a1b7 b7 . + rrca ;a1b8 0f . + push bc ;a1b9 c5 . + ld de,l14cch+1 ;a1ba 11 cd 14 . . . + ld d,l ;a1bd 55 U + rla ;a1be 17 . + dec e ;a1bf 1d . + ld a,(de) ;a1c0 1a . +la1c1h: + jr c,la1e0h ;a1c1 38 1d 8 . + ld h,c ;a1c3 61 a + ld e,0e1h ;a1c4 1e e1 . . + rra ;a1c6 1f . + ld a,a ;a1c7 7f  + ld hl,l25b7h ;a1c8 21 b7 25 ! . % + ld d,l ;a1cb 55 U + daa ;a1cc 27 ' + ld c,d ;a1cd 4a J + add hl,hl ;a1ce 29 ) + xor h ;a1cf ac . + dec hl ;a1d0 2b + + nop ;a1d1 00 . + ld l,09ch ;a1d2 2e 9c . . + cpl ;a1d4 2f / +la1d5h: + ld d,(hl) ;a1d5 56 V + dec de ;a1d6 1b . + jp p,lcd1bh ;a1d7 f2 1b cd . . . + ld (022cdh),hl ;a1da 22 cd 22 " . " + call 09e22h ;a1dd cd 22 9e . " . +la1e0h: + inc h ;a1e0 24 $ +la1e1h: + add hl,bc ;a1e1 09 . + and d ;a1e2 a2 . + dec h ;a1e3 25 % + and d ;a1e4 a2 . + ld b,h ;a1e5 44 D + and d ;a1e6 a2 . + ld h,e ;a1e7 63 c + and d ;a1e8 a2 . + ld a,a ;a1e9 7f  + and d ;a1ea a2 . + ld bc,007a3h ;a1eb 01 a3 07 . . . + and d ;a1ee a2 . + rlca ;a1ef 07 . + and d ;a1f0 a2 . + ld b,0a3h ;a1f1 06 a3 . . + dec c ;a1f3 0d . + and e ;a1f4 a3 . + ld h,0a3h ;a1f5 26 a3 & . + ld c,b ;a1f7 48 H + and e ;a1f8 a3 . + ld e,(hl) ;a1f9 5e ^ + and e ;a1fa a3 . + ld (hl),a ;a1fb 77 w + and e ;a1fc a3 . + sub e ;a1fd 93 . + and e ;a1fe a3 . + sbc a,d ;a1ff 9a . + and e ;a200 a3 . + cp c ;a201 b9 . + and e ;a202 a3 . + jp nc,0eba3h ;a203 d2 a3 eb . . . + and e ;a206 a3 . + ld bc,l0900h ;a207 01 00 09 . . . + daa ;a20a 27 ' + inc e ;a20b 1c . + add hl,bc ;a20c 09 . + ld e,h ;a20d 5c \ + ld (l5e09h),hl ;a20e 22 09 5e " . ^ + jr z,la220h ;a211 28 0d ( . + ld e,a ;a213 5f _ + ld l,009h ;a214 2e 09 . . + ld h,b ;a216 60 ` + dec (hl) ;a217 35 5 + add hl,bc ;a218 09 . + ld a,e ;a219 7b { + inc a ;a21a 3c < + add hl,bc ;a21b 09 . + ld a,h ;a21c 7c | + ld e,d ;a21d 5a Z + add hl,bc ;a21e 09 . + ld a,l ;a21f 7d } +la220h: + ld h,(hl) ;a220 66 f + add hl,bc ;a221 09 . + ld a,(hl) ;a222 7e ~ + ld (hl),h ;a223 74 t + add hl,bc ;a224 09 . + ld a,(bc) ;a225 0a . + inc hl ;a226 23 # + rst 20h ;a227 e7 . + djnz la251h ;a228 10 27 . ' + adc a,e ;a22a 8b . + add hl,bc ;a22b 09 . + ld e,h ;a22c 5c \ + ld bc,l5e10h ;a22d 01 10 5e . . ^ + sub d ;a230 92 . + add hl,bc ;a231 09 . + ld e,a ;a232 5f _ + ld l,009h ;a233 2e 09 . . + ld h,b ;a235 60 ` + dec (hl) ;a236 35 5 + add hl,bc ;a237 09 . + ld a,e ;a238 7b { + djnz la245h ;a239 10 0a . . + ld a,h ;a23b 7c | + or h ;a23c b4 . + add hl,bc ;a23d 09 . + ld a,l ;a23e 7d } + ret ;a23f c9 . + add hl,bc ;a240 09 . + ld a,(hl) ;a241 7e ~ + inc e ;a242 1c . + add hl,bc ;a243 09 . + ld a,(bc) ;a244 0a . +la245h: + inc hl ;a245 23 # + rst 20h ;a246 e7 . + djnz la2a4h ;a247 10 5b . [ + dec b ;a249 05 . + dec d ;a24a 15 . + ld e,h ;a24b 5c \ + scf ;a24c 37 7 + dec d ;a24d 15 . + ld e,l ;a24e 5d ] + and c ;a24f a1 . + dec d ;a250 15 . +la251h: + ld e,(hl) ;a251 5e ^ + jp l5f15h ;a252 c3 15 5f . . _ + ld l,009h ;a255 2e 09 . . + ld a,e ;a257 7b { + djnz la264h ;a258 10 0a . . + ld a,h ;a25a 7c | + or h ;a25b b4 . + add hl,bc ;a25c 09 . + ld a,l ;a25d 7d } + ret ;a25e c9 . + add hl,bc ;a25f 09 . + ld a,(hl) ;a260 7e ~ + ld b,c ;a261 41 A + ld a,(bc) ;a262 0a . + add hl,bc ;a263 09 . +la264h: + inc hl ;a264 23 # + add a,l ;a265 85 . + djnz $+41 ;a266 10 27 . ' + adc a,e ;a268 8b . + add hl,bc ;a269 09 . + ld e,h ;a26a 5c \ + ld (hl),e ;a26b 73 s + djnz la2cch ;a26c 10 5e . ^ + sub d ;a26e 92 . + add hl,bc ;a26f 09 . + ld e,a ;a270 5f _ + ld l,009h ;a271 2e 09 . . + ld a,e ;a273 7b { + ld d,(hl) ;a274 56 V + ld a,(bc) ;a275 0a . + ld a,h ;a276 7c | + ld l,l ;a277 6d m + ld a,(bc) ;a278 0a . + ld a,l ;a279 7d } + add a,h ;a27a 84 . + ld a,(bc) ;a27b 0a . + ld a,(hl) ;a27c 7e ~ + sbc a,e ;a27d 9b . + ld a,(bc) ;a27e 0a . + dec hl ;a27f 2b + + ld b,c ;a280 41 A + or d ;a281 b2 . + ld a,(bc) ;a282 0a . + ld b,d ;a283 42 B + call nz,0430ah ;a284 c4 0a 43 . . C + sbc a,00ah ;a287 de 0a . . + ld b,h ;a289 44 D + xor 00ah ;a28a ee 0a . . + ld b,l ;a28c 45 E + jp m,l460ah ;a28d fa 0a 46 . . F + ld b,00bh ;a290 06 0b . . + ld b,a ;a292 47 G + jr la2a0h ;a293 18 0b . . + ld c,b ;a295 48 H + jr z,la2a3h ;a296 28 0b ( . + ld c,c ;a298 49 I + ld (04a0bh),a ;a299 32 0b 4a 2 . J + ld b,d ;a29c 42 B + dec bc ;a29d 0b . + ld c,e ;a29e 4b K + ld d,b ;a29f 50 P +la2a0h: + dec bc ;a2a0 0b . + ld c,h ;a2a1 4c L + ld (hl),b ;a2a2 70 p +la2a3h: + dec bc ;a2a3 0b . +la2a4h: + ld c,l ;a2a4 4d M + adc a,b ;a2a5 88 . + dec bc ;a2a6 0b . + ld c,(hl) ;a2a7 4e N + sub h ;a2a8 94 . + dec bc ;a2a9 0b . + ld c,a ;a2aa 4f O + sbc a,d ;a2ab 9a . + dec bc ;a2ac 0b . + ld d,b ;a2ad 50 P + or h ;a2ae b4 . + dec bc ;a2af 0b . + ld d,c ;a2b0 51 Q + cp d ;a2b1 ba . + dec bc ;a2b2 0b . + ld h,c ;a2b3 61 a + ret nz ;a2b4 c0 . + dec bc ;a2b5 0b . + ld h,d ;a2b6 62 b + jp c,0630bh ;a2b7 da 0b 63 . . c + call p,0640bh ;a2ba f4 0b 64 . . d + ld c,00ch ;a2bd 0e 0c . . + ld h,l ;a2bf 65 e + jr z,la2ceh ;a2c0 28 0c ( . + ld h,(hl) ;a2c2 66 f + ld l,00ch ;a2c3 2e 0c . . + ld h,a ;a2c5 67 g + ld b,b ;a2c6 40 @ + inc c ;a2c7 0c . + ld l,b ;a2c8 68 h + ld h,d ;a2c9 62 b + inc c ;a2ca 0c . + ld l,c ;a2cb 69 i +la2cch: + adc a,(hl) ;a2cc 8e . + inc c ;a2cd 0c . +la2ceh: + ld l,d ;a2ce 6a j + xor b ;a2cf a8 . + inc c ;a2d0 0c . + ld l,e ;a2d1 6b k + cp b ;a2d2 b8 . + inc c ;a2d3 0c . + ld l,h ;a2d4 6c l + ret z ;a2d5 c8 . + inc c ;a2d6 0c . + ld l,l ;a2d7 6d m + jp c,l6e0ch ;a2d8 da 0c 6e . . n + jp po,06f0ch ;a2db e2 0c 6f . . o + call p,sub_700ch ;a2de f4 0c 70 . . p + ld b,e ;a2e1 43 C + dec de ;a2e2 1b . + ld (hl),c ;a2e3 71 q + ex af,af' ;a2e4 08 . + dec c ;a2e5 0d . + ld (hl),d ;a2e6 72 r + ld a,(de) ;a2e7 1a . + dec c ;a2e8 0d . + ld (hl),e ;a2e9 73 s + jr z,la2f9h ;a2ea 28 0d ( . + ld (hl),h ;a2ec 74 t + ld (hl),00dh ;a2ed 36 0d 6 . + ld (hl),l ;a2ef 75 u + ld b,h ;a2f0 44 D + dec c ;a2f1 0d . + halt ;a2f2 76 v + ld d,d ;a2f3 52 R + dec c ;a2f4 0d . + ld (hl),a ;a2f5 77 w + ld (hl),h ;a2f6 74 t + dec c ;a2f7 0d . + ld a,b ;a2f8 78 x +la2f9h: + sub d ;a2f9 92 . + dec c ;a2fa 0d . + ld a,c ;a2fb 79 y + xor b ;a2fc a8 . + dec c ;a2fd 0d . + ld a,d ;a2fe 7a z + or d ;a2ff b2 . + dec c ;a300 0d . + ld bc,01b5ch ;a301 01 5c 1b . \ . + ld de,00200h ;a304 11 00 02 . . . + inc h ;a307 24 $ + xor a ;a308 af . + djnz la389h ;a309 10 7e . ~ + or a ;a30b b7 . + rrca ;a30c 0f . + ex af,af' ;a30d 08 . + inc h ;a30e 24 $ + xor a ;a30f af . + djnz $+93 ;a310 10 5b . [ + rst 38h ;a312 ff . + dec d ;a313 15 . + ld e,h ;a314 5c \ + add hl,sp ;a315 39 9 + ld d,05dh ;a316 16 5d . ] + call sub_7b14h ;a318 cd 14 7b . . { + defb 0ddh,013h,07ch ;illegal sequence ;a31b dd 13 7c . . | + ld e,a ;a31e 5f _ + inc d ;a31f 14 . + ld a,l ;a320 7d } + ld c,e ;a321 4b K + dec d ;a322 15 . + ld a,(hl) ;a323 7e ~ + or a ;a324 b7 . + rrca ;a325 0f . + dec bc ;a326 0b . + inc h ;a327 24 $ + xor a ;a328 af . + djnz $+66 ;a329 10 40 . @ + xor a ;a32b af . + ld d,05bh ;a32c 16 5b . [ + rst 38h ;a32e ff . + dec d ;a32f 15 . + ld e,h ;a330 5c \ + add hl,sp ;a331 39 9 + ld d,05dh ;a332 16 5d . ] + call 05e14h ;a334 cd 14 5e . . ^ + ld a,l ;a337 7d } + ld d,060h ;a338 16 60 . ` + cp c ;a33a b9 . + ld (de),a ;a33b 12 . + ld a,e ;a33c 7b { + defb 0ddh,013h,07ch ;illegal sequence ;a33d dd 13 7c . . | + ld e,a ;a340 5f _ + inc d ;a341 14 . + ld a,l ;a342 7d } + ld c,e ;a343 4b K + dec d ;a344 15 . + ld a,(hl) ;a345 7e ~ + sbc a,e ;a346 9b . + inc d ;a347 14 . + rlca ;a348 07 . + ld e,e ;a349 5b [ + scf ;a34a 37 7 + dec d ;a34b 15 . + ld e,h ;a34c 5c \ + dec b ;a34d 05 . + dec d ;a34e 15 . + ld e,l ;a34f 5d ] + call sub_7b14h ;a350 cd 14 7b . . { + jp 07c15h ;a353 c3 15 7c . . | + and c ;a356 a1 . + dec d ;a357 15 . + ld a,l ;a358 7d } + ld c,e ;a359 4b K + dec d ;a35a 15 . + ld a,(hl) ;a35b 7e ~ + or a ;a35c b7 . + rrca ;a35d 0f . + ex af,af' ;a35e 08 . + ld b,b ;a35f 40 @ + dec (hl) ;a360 35 5 + ld de,lff5bh ;a361 11 5b ff . [ . + dec d ;a364 15 . + ld e,h ;a365 5c \ + add hl,sp ;a366 39 9 + ld d,05dh ;a367 16 5d . ] + ld a,l ;a369 7d } + ld d,07bh ;a36a 16 7b . { + defb 0ddh,013h,07ch ;illegal sequence ;a36c dd 13 7c . . | + ld e,a ;a36f 5f _ + inc d ;a370 14 . + ld a,l ;a371 7d } + sbc a,e ;a372 9b . + inc d ;a373 14 . + ld a,(hl) ;a374 7e ~ + ex de,hl ;a375 eb . + ld d,009h ;a376 16 09 . . + inc hl ;a378 23 # + rst 20h ;a379 e7 . + djnz la3bch ;a37a 10 40 . @ + dec l ;a37c 2d - + inc de ;a37d 13 . + ld e,e ;a37e 5b [ + cp a ;a37f bf . + rrca ;a380 0f . + ld e,h ;a381 5c \ + ld bc,05d10h ;a382 01 10 5d . . ] + dec (hl) ;a385 35 5 + ld de,0b97bh ;a386 11 7b b9 . { . +la389h: + ld (de),a ;a389 12 . + ld a,h ;a38a 7c | + cp l ;a38b bd . + inc de ;a38c 13 . + ld a,l ;a38d 7d } + ld l,c ;a38e 69 i + inc de ;a38f 13 . + ld a,(hl) ;a390 7e ~ + add hl,bc ;a391 09 . + rrca ;a392 0f . + ld (bc),a ;a393 02 . + inc hl ;a394 23 # + rst 20h ;a395 e7 . + djnz la416h ;a396 10 7e . ~ + or a ;a398 b7 . + rrca ;a399 0f . + ld a,(bc) ;a39a 0a . + inc hl ;a39b 23 # + rst 20h ;a39c e7 . + djnz $+66 ;a39d 10 40 . @ + dec (hl) ;a39f 35 5 + ld de,lbf5bh ;a3a0 11 5b bf . [ . + rrca ;a3a3 0f . + ld e,h ;a3a4 5c \ + ld bc,05d10h ;a3a5 01 10 5d . . ] + cp c ;a3a8 b9 . + ld (de),a ;a3a9 12 . + ld h,b ;a3aa 60 ` + cp l ;a3ab bd . + inc de ;a3ac 13 . + ld a,e ;a3ad 7b { + dec l ;a3ae 2d - + inc de ;a3af 13 . + ld a,h ;a3b0 7c | + sub e ;a3b1 93 . + inc de ;a3b2 13 . + ld a,l ;a3b3 7d } + ld l,c ;a3b4 69 i + inc de ;a3b5 13 . + ld a,(hl) ;a3b6 7e ~ + dec h ;a3b7 25 % + ld d,008h ;a3b8 16 08 . . + inc hl ;a3ba 23 # + rst 20h ;a3bb e7 . +la3bch: + djnz la3feh ;a3bc 10 40 . @ + dec (hl) ;a3be 35 5 + ld de,0735bh ;a3bf 11 5b 73 . [ s + djnz la420h ;a3c2 10 5c . \ + inc hl ;a3c4 23 # + djnz $+95 ;a3c5 10 5d . ] + add a,l ;a3c7 85 . + djnz la445h ;a3c8 10 7b . { + cp a ;a3ca bf . + rrca ;a3cb 0f . + ld a,h ;a3cc 7c | + ld b,e ;a3cd 43 C + djnz la44dh ;a3ce 10 7d . } + ld bc,l0810h ;a3d0 01 10 08 . . . + ld b,b ;a3d3 40 @ + dec (hl) ;a3d4 35 5 + ld de,06b5bh ;a3d5 11 5b 6b . [ k + rla ;a3d8 17 . + ld e,h ;a3d9 5c \ + out (00fh),a ;a3da d3 0f . . + ld e,l ;a3dc 5d ] + cp e ;a3dd bb . + jr $+125 ;a3de 18 7b . { + sub c ;a3e0 91 . + rla ;a3e1 17 . + ld a,h ;a3e2 7c | + ld bc,07d10h ;a3e3 01 10 7d . . } + defb 0fdh,018h,07eh ;illegal sequence ;a3e6 fd 18 7e . . ~ + cp a ;a3e9 bf . + rrca ;a3ea 0f . + ex af,af' ;a3eb 08 . +sub_a3ech: + inc hl ;a3ec 23 # + dec (hl) ;a3ed 35 5 + ld de,0375bh ;a3ee 11 5b 37 . [ 7 + dec d ;a3f1 15 . + ld e,h ;a3f2 5c \ + dec b ;a3f3 05 . + dec d ;a3f4 15 . + ld e,l ;a3f5 5d ] + call sub_7b14h ;a3f6 cd 14 7b . . { + jp 07c15h ;a3f9 c3 15 7c . . | + and c ;a3fc a1 . + dec d ;a3fd 15 . +la3feh: + ld a,l ;a3fe 7d } + ld c,e ;a3ff 4b K + dec d ;a400 15 . + ld a,(hl) ;a401 7e ~ + pop hl ;a402 e1 . + ex af,af' ;a403 08 . +sub_a404h: + call sub_a431h ;a404 cd 31 a4 . 1 . + ret ;a407 c9 . +sub_a408h: + cp 00ah ;a408 fe 0a . . + ret c ;a40a d8 . + cp 01eh ;a40b fe 1e . . + jr c,la419h ;a40d 38 0a 8 . + cp 028h ;a40f fe 28 . ( + jr c,la41bh ;a411 38 08 8 . + cp 07fh ;a413 fe 7f .  + ret z ;a415 c8 . +la416h: + cp 07eh ;a416 fe 7e . ~ + ret z ;a418 c8 . +la419h: + xor a ;a419 af . + ret ;a41a c9 . +la41bh: + sub 014h ;a41b d6 14 . . + ret ;a41d c9 . +sub_a41eh: + ld a,c ;a41e 79 y + and a ;a41f a7 . +la420h: + jp m,la42dh ;a420 fa 2d a4 . - . + ld a,(lf950h) ;a423 3a 50 f9 : P . + and a ;a426 a7 . + jr nz,la42dh ;a427 20 04 . + ld a,(lf94fh) ;a429 3a 4f f9 : O . + ret ;a42c c9 . +la42dh: + ld a,(lf94eh) ;a42d 3a 4e f9 : N . + ret ;a430 c9 . +sub_a431h: + and 07fh ;a431 e6 7f .  + ld c,a ;a433 4f O + cp 008h ;a434 fe 08 . . + jp z,la560h ;a436 ca 60 a5 . ` . + cp 009h ;a439 fe 09 . . + jp z,la56ah ;a43b ca 6a a5 . j . + cp 00ah ;a43e fe 0a . . + jp z,la574h ;a440 ca 74 a5 . t . + cp 00dh ;a443 fe 0d . . +la445h: + jp z,la592h ;a445 ca 92 a5 . . . + cp 00bh ;a448 fe 0b . . + jp z,la57eh ;a44a ca 7e a5 . ~ . +la44dh: + cp 020h ;a44d fe 20 . + jp z,la588h ;a44f ca 88 a5 . . . + jp c,la55ch ;a452 da 5c a5 . \ . + push bc ;a455 c5 . + call sub_a41eh ;a456 cd 1e a4 . . . + call sub_a408h ;a459 cd 08 a4 . . . + pop bc ;a45c c1 . + and a ;a45d a7 . + jp z,la49ch ;a45e ca 9c a4 . . . + cp 007h ;a461 fe 07 . . + jp z,la52bh ;a463 ca 2b a5 . + . + cp 008h ;a466 fe 08 . . + jp z,la51ah ;a468 ca 1a a5 . . . + cp 07fh ;a46b fe 7f .  + jp z,la4f3h ;a46d ca f3 a4 . . . + cp 07eh ;a470 fe 7e . ~ + jp z,la513h ;a472 ca 13 a5 . . . + dec a ;a475 3d = + ld de,la1e1h ;a476 11 e1 a1 . . . + ld l,a ;a479 6f o + ld h,000h ;a47a 26 00 & . + add hl,hl ;a47c 29 ) + add hl,de ;a47d 19 . + ld e,(hl) ;a47e 5e ^ + inc hl ;a47f 23 # + ld d,(hl) ;a480 56 V + ex de,hl ;a481 eb . + ld a,c ;a482 79 y + and 07fh ;a483 e6 7f .  + ld b,(hl) ;a485 46 F + inc hl ;a486 23 # +la487h: + cp (hl) ;a487 be . + inc hl ;a488 23 # + jr z,la491h ;a489 28 06 ( . + inc hl ;a48b 23 # + inc hl ;a48c 23 # + djnz la487h ;a48d 10 f8 . . + jr la49ch ;a48f 18 0b . . +la491h: + ld a,(hl) ;a491 7e ~ + inc hl ;a492 23 # + ld h,(hl) ;a493 66 f + ld l,a ;a494 6f o + ld bc,l0000h+1 ;a495 01 01 00 . . . + call sub_a554h ;a498 cd 54 a5 . T . + ret ;a49b c9 . +la49ch: + ld a,c ;a49c 79 y + ld hl,la1a9h ;a49d 21 a9 a1 ! . . +la4a0h: + cp 020h ;a4a0 fe 20 . + jp c,la55ch ;a4a2 da 5c a5 . \ . + call sub_a4b5h ;a4a5 cd b5 a4 . . . + push af ;a4a8 f5 . + call sub_a4e7h ;a4a9 cd e7 a4 . . . + pop af ;a4ac f1 . + inc a ;a4ad 3c < + ld b,000h ;a4ae 06 00 . . + ld c,a ;a4b0 4f O + call sub_a554h ;a4b1 cd 54 a5 . T . + ret ;a4b4 c9 . +sub_a4b5h: + cp 030h ;a4b5 fe 30 . 0 + jr c,la4ceh ;a4b7 38 15 8 . + cp 040h ;a4b9 fe 40 . @ + jr c,la4d3h ;a4bb 38 16 8 . + cp 050h ;a4bd fe 50 . P + jr c,la4d8h ;a4bf 38 17 8 . + cp 060h ;a4c1 fe 60 . ` + jr c,la4ddh ;a4c3 38 18 8 . + cp 070h ;a4c5 fe 70 . p + jr c,la4e2h ;a4c7 38 19 8 . + ld c,007h ;a4c9 0e 07 . . + sub 070h ;a4cb d6 70 . p + ret ;a4cd c9 . +la4ceh: + ld c,002h ;a4ce 0e 02 . . + sub 020h ;a4d0 d6 20 . + ret ;a4d2 c9 . +la4d3h: + ld c,003h ;a4d3 0e 03 . . + sub 030h ;a4d5 d6 30 . 0 + ret ;a4d7 c9 . +la4d8h: + ld c,004h ;a4d8 0e 04 . . + sub 040h ;a4da d6 40 . @ + ret ;a4dc c9 . +la4ddh: + ld c,005h ;a4dd 0e 05 . . + sub 050h ;a4df d6 50 . P + ret ;a4e1 c9 . +la4e2h: + ld c,006h ;a4e2 0e 06 . . + sub 060h ;a4e4 d6 60 . ` + ret ;a4e6 c9 . +sub_a4e7h: + dec c ;a4e7 0d . + dec c ;a4e8 0d . + ld e,c ;a4e9 59 Y + ld d,000h ;a4ea 16 00 . . + add hl,de ;a4ec 19 . + add hl,de ;a4ed 19 . + ld e,(hl) ;a4ee 5e ^ + inc hl ;a4ef 23 # + ld d,(hl) ;a4f0 56 V + ex de,hl ;a4f1 eb . + ret ;a4f2 c9 . +la4f3h: + ld a,c ;a4f3 79 y + cp 026h ;a4f4 fe 26 . & + jp c,la51ah ;a4f6 da 1a a5 . . . + cp 030h ;a4f9 fe 30 . 0 + jp z,la51ah ;a4fb ca 1a a5 . . . + cp 05eh ;a4fe fe 5e . ^ + jp z,la51ah ;a500 ca 1a a5 . . . + cp 05fh ;a503 fe 5f . _ + jp z,la51ah ;a505 ca 1a a5 . . . + cp 07dh ;a508 fe 7d . } + jp nc,la55ch ;a50a d2 5c a5 . \ . + ld hl,0a1c9h ;a50d 21 c9 a1 ! . . + jp la4a0h ;a510 c3 a0 a4 . . . +la513h: + ld a,c ;a513 79 y + ld hl,la1d5h ;a514 21 d5 a1 ! . . + jp la4a0h ;a517 c3 a0 a4 . . . +la51ah: + ld a,c ;a51a 79 y + cp 020h ;a51b fe 20 . + jp c,la55ch ;a51d da 5c a5 . \ . + cp 060h ;a520 fe 60 . ` + jp nc,la55ch ;a522 d2 5c a5 . \ . + ld hl,la1c1h ;a525 21 c1 a1 ! . . + jp la4a0h ;a528 c3 a0 a4 . . . +la52bh: + push bc ;a52b c5 . + call sub_a53ch ;a52c cd 3c a5 . < . + pop bc ;a52f c1 . + ld a,h ;a530 7c | + or l ;a531 b5 . + jp z,la55ch ;a532 ca 5c a5 . \ . + ld a,c ;a535 79 y + ld hl,la1b5h ;a536 21 b5 a1 ! . . + jp la4a0h ;a539 c3 a0 a4 . . . +sub_a53ch: + ld hl,lffffh ;a53c 21 ff ff ! . . + ld a,c ;a53f 79 y + cp 031h ;a540 fe 31 . 1 + jp z,la550h ;a542 ca 50 a5 . P . + cp 032h ;a545 fe 32 . 2 + jp z,la550h ;a547 ca 50 a5 . P . + cp 072h ;a54a fe 72 . r + ret c ;a54c d8 . + cp 076h ;a54d fe 76 . v + ret nc ;a54f d0 . +la550h: + ld hl,l0000h ;a550 21 00 00 ! . . + ret ;a553 c9 . +sub_a554h: + xor a ;a554 af . + ld de,lfa99h ;a555 11 99 fa . . . + call sub_0377h ;a558 cd 77 03 . w . + ret ;a55b c9 . +la55ch: + xor a ;a55c af . + ld h,a ;a55d 67 g + ld l,a ;a55e 6f o + ret ;a55f c9 . +la560h: + ld hl,l3a8fh ;a560 21 8f 3a ! . : + ld bc,l0000h+1 ;a563 01 01 00 . . . + call sub_a554h ;a566 cd 54 a5 . T . + ret ;a569 c9 . +la56ah: + ld hl,l3a94h ;a56a 21 94 3a ! . : + ld bc,l0000h+1 ;a56d 01 01 00 . . . + call sub_a554h ;a570 cd 54 a5 . T . + ret ;a573 c9 . +la574h: + ld hl,l3a99h ;a574 21 99 3a ! . : + ld bc,l0000h+1 ;a577 01 01 00 . . . + call sub_a554h ;a57a cd 54 a5 . T . + ret ;a57d c9 . +la57eh: + ld hl,03aa3h ;a57e 21 a3 3a ! . : + ld bc,l0000h+1 ;a581 01 01 00 . . . + call sub_a554h ;a584 cd 54 a5 . T . + ret ;a587 c9 . +la588h: + ld hl,03aadh ;a588 21 ad 3a ! . : + ld bc,l0000h+1 ;a58b 01 01 00 . . . + call sub_a554h ;a58e cd 54 a5 . T . + ret ;a591 c9 . +la592h: + ld h,000h ;a592 26 00 & . + ld l,h ;a594 6c l + ret ;a595 c9 . +sub_a596h: + ld a,(lf936h) ;a596 3a 36 f9 : 6 . + and a ;a599 a7 . + ret nz ;a59a c0 . + call sub_b60dh ;a59b cd 0d b6 . . . + call sub_b7eah ;a59e cd ea b7 . . . + ret ;a5a1 c9 . + call sub_a5a6h ;a5a2 cd a6 a5 . . . + ret ;a5a5 c9 . +sub_a5a6h: + call sub_aa20h ;a5a6 cd 20 aa . . + call sub_4f02h ;a5a9 cd 02 4f . . O + ld (lf9fah),hl ;a5ac 22 fa f9 " . . + ld (lf9fch),de ;a5af ed 53 fc f9 . S . . + exx ;a5b3 d9 . + ld (lf9feh),hl ;a5b4 22 fe f9 " . . + ld (lfa00h),de ;a5b7 ed 53 00 fa . S . . + call sub_b10dh ;a5bb cd 0d b1 . . . + call sub_b2adh ;a5be cd ad b2 . . . + ld hl,lf907h ;a5c1 21 07 f9 ! . . + ld b,001h ;a5c4 06 01 . . + call sub_4135h ;a5c6 cd 35 41 . 5 A + jp z,la688h ;a5c9 ca 88 a6 . . . + call sub_b270h ;a5cc cd 70 b2 . p . + ld a,000h ;a5cf 3e 00 > . + call sub_4ef2h ;a5d1 cd f2 4e . . N + ld hl,(l6a49h) ;a5d4 2a 49 6a * I j + ld de,(l6a4bh) ;a5d7 ed 5b 4b 6a . [ K j + ld (lf90fh),hl ;a5db 22 0f f9 " . . + ld (lf911h),de ;a5de ed 53 11 f9 . S . . + ld hl,(l6a49h) ;a5e2 2a 49 6a * I j + ld de,(l6a4bh) ;a5e5 ed 5b 4b 6a . [ K j + ld (lf913h),hl ;a5e9 22 13 f9 " . . + ld (lf915h),de ;a5ec ed 53 15 f9 . S . . + xor a ;a5f0 af . + ld (lf923h),a ;a5f1 32 23 f9 2 # . +la5f4h: + ld hl,(lf907h) ;a5f4 2a 07 f9 * . . + ld de,(lf909h) ;a5f7 ed 5b 09 f9 . [ . . + call sub_6e89h ;a5fb cd 89 6e . . n + jp nz,la6edh ;a5fe c2 ed a6 . . . + ld hl,(lf907h) ;a601 2a 07 f9 * . . + ld de,(lf909h) ;a604 ed 5b 09 f9 . [ . . + call sub_a691h ;a608 cd 91 a6 . . . + jp nz,la671h ;a60b c2 71 a6 . q . + ld hl,lf90bh ;a60e 21 0b f9 ! . . + ld b,001h ;a611 06 01 . . + call sub_4135h ;a613 cd 35 41 . 5 A + jp z,la727h ;a616 ca 27 a7 . ' . + ld hl,(lf90bh) ;a619 2a 0b f9 * . . + ld de,(lf90dh) ;a61c ed 5b 0d f9 . [ . . + call sub_6e89h ;a620 cd 89 6e . . n + jp nz,la6edh ;a623 c2 ed a6 . . . + ld hl,(lf90bh) ;a626 2a 0b f9 * . . + ld de,(lf90dh) ;a629 ed 5b 0d f9 . [ . . + call sub_a691h ;a62d cd 91 a6 . . . + jr z,la639h ;a630 28 07 ( . + ld a,001h ;a632 3e 01 > . + ld (lf923h),a ;a634 32 23 f9 2 # . + jr la671h ;a637 18 38 . 8 +la639h: + ld hl,(lf907h) ;a639 2a 07 f9 * . . + ld de,(lf909h) ;a63c ed 5b 09 f9 . [ . . + exx ;a640 d9 . + ld hl,(lf90fh) ;a641 2a 0f f9 * . . + ld de,(lf911h) ;a644 ed 5b 11 f9 . [ . . + call sub_6b2ah ;a648 cd 2a 6b . * k + ld (lf90fh),hl ;a64b 22 0f f9 " . . + ld (lf911h),de ;a64e ed 53 11 f9 . S . . + ld hl,(lf90bh) ;a652 2a 0b f9 * . . + ld de,(lf90dh) ;a655 ed 5b 0d f9 . [ . . + exx ;a659 d9 . + ld hl,(lf913h) ;a65a 2a 13 f9 * . . + ld de,(lf915h) ;a65d ed 5b 15 f9 . [ . . + call sub_6b2ah ;a661 cd 2a 6b . * k + ld (lf913h),hl ;a664 22 13 f9 " . . + ld (lf915h),de ;a667 ed 53 15 f9 . S . . + call sub_a732h ;a66b cd 32 a7 . 2 . + call sub_b064h ;a66e cd 64 b0 . d . +la671h: + ld hl,lf907h ;a671 21 07 f9 ! . . + ld b,001h ;a674 06 01 . . + call sub_4135h ;a676 cd 35 41 . 5 A + jr z,la67eh ;a679 28 03 ( . + jp la5f4h ;a67b c3 f4 a5 . . . +la67eh: + call sub_a6d5h ;a67e cd d5 a6 . . . + ld a,(lf923h) ;a681 3a 23 f9 : # . + call sub_a72dh ;a684 cd 2d a7 . - . + ret ;a687 c9 . +la688h: + ld a,00dh ;a688 3e 0d > . + ld (lf937h),a ;a68a 32 37 f9 2 7 . + call sub_ae2fh ;a68d cd 2f ae . / . + ret ;a690 c9 . +sub_a691h: + ld (lf91fh),hl ;a691 22 1f f9 " . . + ld (lf921h),de ;a694 ed 53 21 f9 . S ! . + ld hl,(l6a9dh) ;a698 2a 9d 6a * . j + ld de,(l6a9fh) ;a69b ed 5b 9f 6a . [ . j + exx ;a69f d9 . + ld hl,(lf91fh) ;a6a0 2a 1f f9 * . . + ld de,(lf921h) ;a6a3 ed 5b 21 f9 . [ ! . + call sub_6ae3h ;a6a7 cd e3 6a . . j + jp m,la6b4h ;a6aa fa b4 a6 . . . + ld a,0ffh ;a6ad 3e ff > . + call sub_4ef2h ;a6af cd f2 4e . . N + jr la6d1h ;a6b2 18 1d . . +la6b4h: + ld hl,(lf91fh) ;a6b4 2a 1f f9 * . . + ld de,(lf921h) ;a6b7 ed 5b 21 f9 . [ ! . + exx ;a6bb d9 . + ld hl,(l6a39h) ;a6bc 2a 39 6a * 9 j + ld de,(l6a3bh) ;a6bf ed 5b 3b 6a . [ ; j + call sub_6ae3h ;a6c3 cd e3 6a . . j + jr c,la6cfh ;a6c6 38 07 8 . + ld a,000h ;a6c8 3e 00 > . + call sub_4ef2h ;a6ca cd f2 4e . . N + jr la6d1h ;a6cd 18 02 . . +la6cfh: + xor a ;a6cf af . + ret ;a6d0 c9 . +la6d1h: + ld a,001h ;a6d1 3e 01 > . + and a ;a6d3 a7 . + ret ;a6d4 c9 . +sub_a6d5h: + ld a,000h ;a6d5 3e 00 > . + call sub_4ef2h ;a6d7 cd f2 4e . . N + ld hl,(l6a49h) ;a6da 2a 49 6a * I j + ld de,(l6a4bh) ;a6dd ed 5b 4b 6a . [ K j + exx ;a6e1 d9 . + ld hl,(lfa35h) ;a6e2 2a 35 fa * 5 . + ld de,(lfa37h) ;a6e5 ed 5b 37 fa . [ 7 . + call sub_b064h ;a6e9 cd 64 b0 . d . + ret ;a6ec c9 . +la6edh: + ld a,000h ;a6ed 3e 00 > . + call sub_4ef2h ;a6ef cd f2 4e . . N + ld hl,(l6a65h) ;a6f2 2a 65 6a * e j + ld de,(l6a67h) ;a6f5 ed 5b 67 6a . [ g j + exx ;a6f9 d9 . + ld hl,(lfa35h) ;a6fa 2a 35 fa * 5 . + ld de,(lfa37h) ;a6fd ed 5b 37 fa . [ 7 . + call sub_6b52h ;a701 cd 52 6b . R k + ld (lf91fh),hl ;a704 22 1f f9 " . . + ld (lf921h),de ;a707 ed 53 21 f9 . S ! . + ld hl,(l6a49h) ;a70b 2a 49 6a * I j + ld de,(l6a4bh) ;a70e ed 5b 4b 6a . [ K j + exx ;a712 d9 . + ld hl,(lf91fh) ;a713 2a 1f f9 * . . + ld de,(lf921h) ;a716 ed 5b 21 f9 . [ ! . + call sub_b064h ;a71a cd 64 b0 . d . + ld a,(lf923h) ;a71d 3a 23 f9 : # . + and a ;a720 a7 . + jp z,l7d56h ;a721 ca 56 7d . V } + jp l7d5bh ;a724 c3 5b 7d . [ } +la727h: + call sub_a6d5h ;a727 cd d5 a6 . . . + jp l7d5bh ;a72a c3 5b 7d . [ } +sub_a72dh: + and a ;a72d a7 . + jp nz,l7d5bh ;a72e c2 5b 7d . [ } + ret ;a731 c9 . +sub_a732h: + ld hl,(l6a71h) ;a732 2a 71 6a * q j + ld de,(l6a73h) ;a735 ed 5b 73 6a . [ s j + exx ;a739 d9 . + ld hl,(lf90fh) ;a73a 2a 0f f9 * . . + ld de,(lf911h) ;a73d ed 5b 11 f9 . [ . . + call sub_6c12h ;a741 cd 12 6c . . l + ld (lf917h),hl ;a744 22 17 f9 " . . + ld (lf919h),de ;a747 ed 53 19 f9 . S . . + ld hl,(lfa35h) ;a74b 2a 35 fa * 5 . + ld de,(lfa37h) ;a74e ed 5b 37 fa . [ 7 . + exx ;a752 d9 . + ld hl,(lf917h) ;a753 2a 17 f9 * . . + ld de,(lf919h) ;a756 ed 5b 19 f9 . [ . . + call sub_6b52h ;a75a cd 52 6b . R k + ld (lf917h),hl ;a75d 22 17 f9 " . . + ld (lf919h),de ;a760 ed 53 19 f9 . S . . + ld hl,(l6a81h) ;a764 2a 81 6a * . j + ld de,(l6a83h) ;a767 ed 5b 83 6a . [ . j + exx ;a76b d9 . + ld hl,(lf913h) ;a76c 2a 13 f9 * . . + ld de,(lf915h) ;a76f ed 5b 15 f9 . [ . . + call sub_6c12h ;a773 cd 12 6c . . l + ld (lf91bh),hl ;a776 22 1b f9 " . . + ld (lf91dh),de ;a779 ed 53 1d f9 . S . . + ld hl,(lfa2dh) ;a77d 2a 2d fa * - . + ld de,(lfa2fh) ;a780 ed 5b 2f fa . [ / . + exx ;a784 d9 . + ld hl,(lf91bh) ;a785 2a 1b f9 * . . + ld de,(lf91dh) ;a788 ed 5b 1d f9 . [ . . + call sub_6b52h ;a78c cd 52 6b . R k + ld (lf91bh),hl ;a78f 22 1b f9 " . . + ld (lf91dh),de ;a792 ed 53 1d f9 . S . . + ld hl,(lf91bh) ;a796 2a 1b f9 * . . + ld de,(lf91dh) ;a799 ed 5b 1d f9 . [ . . + exx ;a79d d9 . + ld hl,(lf917h) ;a79e 2a 17 f9 * . . + ld de,(lf919h) ;a7a1 ed 5b 19 f9 . [ . . + ret ;a7a5 c9 . + call sub_aa20h ;a7a6 cd 20 aa . . + call sub_4f02h ;a7a9 cd 02 4f . . O + ld (lf9fah),hl ;a7ac 22 fa f9 " . . + ld (lf9fch),de ;a7af ed 53 fc f9 . S . . + exx ;a7b3 d9 . + ld (lf9feh),hl ;a7b4 22 fe f9 " . . + ld (lfa00h),de ;a7b7 ed 53 00 fa . S . . + call sub_b10dh ;a7bb cd 0d b1 . . . + call sub_b2adh ;a7be cd ad b2 . . . + ld hl,lf5c9h ;a7c1 21 c9 f5 ! . . + ld b,002h ;a7c4 06 02 . . + call sub_4135h ;a7c6 cd 35 41 . 5 A + jp z,la856h ;a7c9 ca 56 a8 . V . + cp 001h ;a7cc fe 01 . . + jp z,l7d5bh ;a7ce ca 5b 7d . [ } + ld hl,(lf5c9h) ;a7d1 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a7d4 ed 5b cb f5 . [ . . + call sub_6e89h ;a7d8 cd 89 6e . . n + jp nz,l7d56h ;a7db c2 56 7d . V } + ld hl,(lf5cdh) ;a7de 2a cd f5 * . . + ld de,(lf5cfh) ;a7e1 ed 5b cf f5 . [ . . + call sub_6e89h ;a7e5 cd 89 6e . . n + jp nz,l7d56h ;a7e8 c2 56 7d . V } + call sub_b270h ;a7eb cd 70 b2 . p . + call sub_a863h ;a7ee cd 63 a8 . c . + call sub_b62ah ;a7f1 cd 2a b6 . * . + ld hl,(lfa2dh) ;a7f4 2a 2d fa * - . + ld de,(lfa2fh) ;a7f7 ed 5b 2f fa . [ / . + exx ;a7fb d9 . + ld hl,(lf5cdh) ;a7fc 2a cd f5 * . . + ld de,(lf5cfh) ;a7ff ed 5b cf f5 . [ . . + call sub_6b52h ;a803 cd 52 6b . R k + exx ;a806 d9 . + ld hl,(l6a49h) ;a807 2a 49 6a * I j + ld de,(l6a4bh) ;a80a ed 5b 4b 6a . [ K j + call sub_b0ebh ;a80e cd eb b0 . . . + call sub_b2a9h ;a811 cd a9 b2 . . . + ld (lf924h),hl ;a814 22 24 f9 " $ . + ld (lf926h),de ;a817 ed 53 26 f9 . S & . + exx ;a81b d9 . + ld (lf928h),hl ;a81c 22 28 f9 " ( . + ld (lf92ah),de ;a81f ed 53 2a f9 . S * . + ld hl,(lf924h) ;a823 2a 24 f9 * $ . + ld de,(lf926h) ;a826 ed 5b 26 f9 . [ & . + exx ;a82a d9 . + ld hl,(lf8ffh) ;a82b 2a ff f8 * . . + ld de,(lf901h) ;a82e ed 5b 01 f9 . [ . . + call sub_6b2ah ;a832 cd 2a 6b . * k + ld (lf8ffh),hl ;a835 22 ff f8 " . . + ld (lf901h),de ;a838 ed 53 01 f9 . S . . + ld hl,(lf928h) ;a83c 2a 28 f9 * ( . + ld de,(lf92ah) ;a83f ed 5b 2a f9 . [ * . + exx ;a843 d9 . + ld hl,(lf903h) ;a844 2a 03 f9 * . . + ld de,(lf905h) ;a847 ed 5b 05 f9 . [ . . + call sub_6b2ah ;a84b cd 2a 6b . * k + ld (lf903h),hl ;a84e 22 03 f9 " . . + ld (lf905h),de ;a851 ed 53 05 f9 . S . . + ret ;a855 c9 . +la856h: + ld a,00dh ;a856 3e 0d > . + call sub_a85dh ;a858 cd 5d a8 . ] . + ld a,00ah ;a85b 3e 0a > . +sub_a85dh: + ld (lf937h),a ;a85d 32 37 f9 2 7 . + jp sub_ae2fh ;a860 c3 2f ae . / . +sub_a863h: + ld hl,(lfa35h) ;a863 2a 35 fa * 5 . + ld de,(lfa37h) ;a866 ed 5b 37 fa . [ 7 . + exx ;a86a d9 . + ld hl,(lf5c9h) ;a86b 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a86e ed 5b cb f5 . [ . . + call sub_6b52h ;a872 cd 52 6b . R k + push hl ;a875 e5 . + push de ;a876 d5 . + ld hl,(lfa2dh) ;a877 2a 2d fa * - . + ld de,(lfa2fh) ;a87a ed 5b 2f fa . [ / . + exx ;a87e d9 . + ld hl,(lf5cdh) ;a87f 2a cd f5 * . . + ld de,(lf5cfh) ;a882 ed 5b cf f5 . [ . . + call sub_6b52h ;a886 cd 52 6b . R k + exx ;a889 d9 . + pop de ;a88a d1 . + pop hl ;a88b e1 . + ret ;a88c c9 . +la88dh: + ld hl,(l6a57h+2) ;a88d 2a 59 6a * Y j + ld de,(l6a5bh) ;a890 ed 5b 5b 6a . [ [ j + ld (lf92dh),hl ;a894 22 2d f9 " - . + ld (lf92fh),de ;a897 ed 53 2f f9 . S / . + ld hl,(l6a49h) ;a89b 2a 49 6a * I j + ld de,(l6a4bh) ;a89e ed 5b 4b 6a . [ K j + ld (lf931h),hl ;a8a2 22 31 f9 " 1 . + ld (lf933h),de ;a8a5 ed 53 33 f9 . S 3 . + xor a ;a8a9 af . + ld (lf92ch),a ;a8aa 32 2c f9 2 , . + ret ;a8ad c9 . + call sub_aa24h ;a8ae cd 24 aa . $ . + call sub_aa05h ;a8b1 cd 05 aa . . . + call sub_4ecfh ;a8b4 cd cf 4e . . N + ld hl,lf5c9h ;a8b7 21 c9 f5 ! . . + ld b,002h ;a8ba 06 02 . . + call sub_4135h ;a8bc cd 35 41 . 5 A + jr z,la88dh ;a8bf 28 cc ( . + cp 002h ;a8c1 fe 02 . . + jp nz,l7d5bh ;a8c3 c2 5b 7d . [ } + ld hl,(l6a49h) ;a8c6 2a 49 6a * I j + ld de,(l6a4bh) ;a8c9 ed 5b 4b 6a . [ K j + exx ;a8cd d9 . + ld hl,(lf5c9h) ;a8ce 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a8d1 ed 5b cb f5 . [ . . + call sub_6ae3h ;a8d5 cd e3 6a . . j + jr nz,la8efh ;a8d8 20 15 . + ld hl,(l6a49h) ;a8da 2a 49 6a * I j + ld de,(l6a4bh) ;a8dd ed 5b 4b 6a . [ K j + exx ;a8e1 d9 . + ld hl,(lf5cdh) ;a8e2 2a cd f5 * . . + ld de,(lf5cfh) ;a8e5 ed 5b cf f5 . [ . . + call sub_6ae3h ;a8e9 cd e3 6a . . j + jp z,l7d56h ;a8ec ca 56 7d . V } +la8efh: + ld hl,(lf5c9h) ;a8ef 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a8f2 ed 5b cb f5 . [ . . + call sub_6e89h ;a8f6 cd 89 6e . . n + jp nz,l7d56h ;a8f9 c2 56 7d . V } + ld hl,(lf5cdh) ;a8fc 2a cd f5 * . . + ld de,(lf5cfh) ;a8ff ed 5b cf f5 . [ . . + call sub_6e89h ;a903 cd 89 6e . . n + jp nz,l7d56h ;a906 c2 56 7d . V } + ld hl,(lf5c9h) ;a909 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a90c ed 5b cb f5 . [ . . + ld (lf92dh),hl ;a910 22 2d f9 " - . + ld (lf92fh),de ;a913 ed 53 2f f9 . S / . + ld hl,(lf5cdh) ;a917 2a cd f5 * . . + ld de,(lf5cfh) ;a91a ed 5b cf f5 . [ . . + ld (lf931h),hl ;a91e 22 31 f9 " 1 . + ld (lf933h),de ;a921 ed 53 33 f9 . S 3 . + xor a ;a925 af . + ld (lf92ch),a ;a926 32 2c f9 2 , . + ret ;a929 c9 . + call sub_aa24h ;a92a cd 24 aa . $ . + call sub_aa05h ;a92d cd 05 aa . . . + call sub_4ecfh ;a930 cd cf 4e . . N + ld hl,lf5c9h ;a933 21 c9 f5 ! . . + ld b,002h ;a936 06 02 . . + call sub_4135h ;a938 cd 35 41 . 5 A + jp z,la9adh ;a93b ca ad a9 . . . + cp 002h ;a93e fe 02 . . + jp nz,l7d5bh ;a940 c2 5b 7d . [ } + ld hl,(l6a49h) ;a943 2a 49 6a * I j + ld de,(l6a4bh) ;a946 ed 5b 4b 6a . [ K j + exx ;a94a d9 . + ld hl,(lf5c9h) ;a94b 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a94e ed 5b cb f5 . [ . . + call sub_6ae3h ;a952 cd e3 6a . . j + jr nz,la96ch ;a955 20 15 . + ld hl,(l6a49h) ;a957 2a 49 6a * I j + ld de,(l6a4bh) ;a95a ed 5b 4b 6a . [ K j + exx ;a95e d9 . + ld hl,(lf5cdh) ;a95f 2a cd f5 * . . + ld de,(lf5cfh) ;a962 ed 5b cf f5 . [ . . + call sub_6ae3h ;a966 cd e3 6a . . j + jp z,l7d56h ;a969 ca 56 7d . V } +la96ch: + ld hl,(lf5c9h) ;a96c 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a96f ed 5b cb f5 . [ . . + call sub_6e89h ;a973 cd 89 6e . . n + jp nz,l7d56h ;a976 c2 56 7d . V } + ld hl,(lf5cdh) ;a979 2a cd f5 * . . + ld de,(lf5cfh) ;a97c ed 5b cf f5 . [ . . + call sub_6e89h ;a980 cd 89 6e . . n + jp nz,l7d56h ;a983 c2 56 7d . V } + ld hl,(lf5c9h) ;a986 2a c9 f5 * . . + ld de,(lf5c9h+2) ;a989 ed 5b cb f5 . [ . . + ld (lf92dh),hl ;a98d 22 2d f9 " - . + ld (lf92fh),de ;a990 ed 53 2f f9 . S / . + ld hl,(lf5cdh) ;a994 2a cd f5 * . . + ld de,(lf5cfh) ;a997 ed 5b cf f5 . [ . . + ld (lf931h),hl ;a99b 22 31 f9 " 1 . + ld (lf933h),de ;a99e ed 53 33 f9 . S 3 . +la9a2h: + ld a,001h ;a9a2 3e 01 > . + ld (lfa4bh),a ;a9a4 32 4b fa 2 K . + ld a,0ffh ;a9a7 3e ff > . + ld (lf92ch),a ;a9a9 32 2c f9 2 , . + ret ;a9ac c9 . +la9adh: + ld hl,(l6a57h+2) ;a9ad 2a 59 6a * Y j + ld de,(l6a5bh) ;a9b0 ed 5b 5b 6a . [ [ j + ld (lf92dh),hl ;a9b4 22 2d f9 " - . + ld (lf92fh),de ;a9b7 ed 53 2f f9 . S / . + ld hl,(l6a49h) ;a9bb 2a 49 6a * I j + ld de,(l6a4bh) ;a9be ed 5b 4b 6a . [ K j + ld (lf931h),hl ;a9c2 22 31 f9 " 1 . + ld (lf933h),de ;a9c5 ed 53 33 f9 . S 3 . + jr la9a2h ;a9c9 18 d7 . . +sub_a9cbh: + xor a ;a9cb af . + ld (lfa4bh),a ;a9cc 32 4b fa 2 K . + ld hl,(l6a57h+2) ;a9cf 2a 59 6a * Y j + ld de,(l6a5bh) ;a9d2 ed 5b 5b 6a . [ [ j + ld (lf92dh),hl ;a9d6 22 2d f9 " - . + ld (lf92fh),de ;a9d9 ed 53 2f f9 . S / . + ld hl,(l6a49h) ;a9dd 2a 49 6a * I j + ld de,(l6a4bh) ;a9e0 ed 5b 4b 6a . [ K j + ld (lf931h),hl ;a9e4 22 31 f9 " 1 . + ld (lf933h),de ;a9e7 ed 53 33 f9 . S 3 . + ld a,0ffh ;a9eb 3e ff > . + ld (lf92ch),a ;a9ed 32 2c f9 2 , . + ret ;a9f0 c9 . +la9f1h: + call sub_f4cbh ;a9f1 cd cb f4 . . . +la9f4h: + call sub_f4cbh ;a9f4 cd cb f4 . . . + and a ;a9f7 a7 . + jr z,la9f4h ;a9f8 28 fa ( . + cp 01bh ;a9fa fe 1b . . + jr z,la9f1h ;a9fc 28 f3 ( . + ld hl,0033eh ;a9fe 21 3e 03 ! > . + ld (lf935h),a ;aa01 32 35 f9 2 5 . + ret ;aa04 c9 . +sub_aa05h: + ld a,(lf936h) ;aa05 3a 36 f9 : 6 . + and a ;aa08 a7 . + ret z ;aa09 c8 . + call sub_aa2ah ;aa0a cd 2a aa . * . + call sub_4f02h ;aa0d cd 02 4f . . O + ld (lf8ffh),hl ;aa10 22 ff f8 " . . + ld (lf901h),de ;aa13 ed 53 01 f9 . S . . + exx ;aa17 d9 . + ld (lf903h),hl ;aa18 22 03 f9 " . . + ld (lf905h),de ;aa1b ed 53 05 f9 . S . . + ret ;aa1f c9 . +sub_aa20h: + call sub_aa05h ;aa20 cd 05 aa . . . + ret ;aa23 c9 . +sub_aa24h: + ld a,001h ;aa24 3e 01 > . + ld (lf936h),a ;aa26 32 36 f9 2 6 . + ret ;aa29 c9 . +sub_aa2ah: + xor a ;aa2a af . + ld (lf936h),a ;aa2b 32 36 f9 2 6 . + ret ;aa2e c9 . + call sub_aa20h ;aa2f cd 20 aa . . + call sub_4f02h ;aa32 cd 02 4f . . O + ld (lf9fah),hl ;aa35 22 fa f9 " . . + ld (lf9fch),de ;aa38 ed 53 fc f9 . S . . + exx ;aa3c d9 . + ld (lf9feh),hl ;aa3d 22 fe f9 " . . + ld (lfa00h),de ;aa40 ed 53 00 fa . S . . + call sub_b10dh ;aa44 cd 0d b1 . . . + call sub_b2adh ;aa47 cd ad b2 . . . + call sub_aa57h ;aa4a cd 57 aa . W . + ld a,(lf935h) ;aa4d 3a 35 f9 : 5 . + cp 020h ;aa50 fe 20 . + ret c ;aa52 d8 . + call sub_b60dh ;aa53 cd 0d b6 . . . + ret ;aa56 c9 . +sub_aa57h: + call sub_b80ah ;aa57 cd 0a b8 . . . + jr z,sub_aa57h ;aa5a 28 fb ( . + push af ;aa5c f5 . + ld (lf937h),a ;aa5d 32 37 f9 2 7 . + call sub_ae2fh ;aa60 cd 2f ae . / . + ld a,(lf935h) ;aa63 3a 35 f9 : 5 . + ld b,a ;aa66 47 G + pop af ;aa67 f1 . + cp b ;aa68 b8 . + ret z ;aa69 c8 . + jr sub_aa57h ;aa6a 18 eb . . + ld hl,lf5c9h ;aa6c 21 c9 f5 ! . . + ld b,002h ;aa6f 06 02 . . + call sub_4135h ;aa71 cd 35 41 . 5 A + jr z,laab8h ;aa74 28 42 ( B + cp 002h ;aa76 fe 02 . . + jp nz,l7d5bh ;aa78 c2 5b 7d . [ } + ld hl,(lf5c9h) ;aa7b 2a c9 f5 * . . + ld de,(lf5c9h+2) ;aa7e ed 5b cb f5 . [ . . + call sub_6e89h ;aa82 cd 89 6e . . n + jp nz,l7d56h ;aa85 c2 56 7d . V } + ld hl,(lf5cdh) ;aa88 2a cd f5 * . . + ld de,(lf5cfh) ;aa8b ed 5b cf f5 . [ . . + call sub_6e89h ;aa8f cd 89 6e . . n + jp nz,l7d56h ;aa92 c2 56 7d . V } + ld hl,(lf5c9h) ;aa95 2a c9 f5 * . . + ld de,(lf5c9h+2) ;aa98 ed 5b cb f5 . [ . . + ld (lf939h),hl ;aa9c 22 39 f9 " 9 . + ld (lf93bh),de ;aa9f ed 53 3b f9 . S ; . + ld hl,(lf5cdh) ;aaa3 2a cd f5 * . . + ld de,(lf5cfh) ;aaa6 ed 5b cf f5 . [ . . + ld (lf93dh),hl ;aaaa 22 3d f9 " = . + ld (lf93fh),de ;aaad ed 53 3f f9 . S ? . + call sub_acfeh ;aab1 cd fe ac . . . + call sub_aafdh ;aab4 cd fd aa . . . + ret ;aab7 c9 . +laab8h: + call sub_1d11h ;aab8 cd 11 1d . . . + jp nz,lab15h ;aabb c2 15 ab . . . + call sub_1d27h ;aabe cd 27 1d . ' . + jr nz,laae1h ;aac1 20 1e . + ld hl,(lab05h) ;aac3 2a 05 ab * . . + ld de,(lab07h) ;aac6 ed 5b 07 ab . [ . . + ld (lf939h),hl ;aaca 22 39 f9 " 9 . + ld (lf93bh),de ;aacd ed 53 3b f9 . S ; . + ld hl,(lab09h) ;aad1 2a 09 ab * . . + ld de,(lab0bh) ;aad4 ed 5b 0b ab . [ . . + ld (lf93dh),hl ;aad8 22 3d f9 " = . + ld (lf93fh),de ;aadb ed 53 3f f9 . S ? . + jr sub_aafdh ;aadf 18 1c . . +laae1h: + ld hl,(lab0dh) ;aae1 2a 0d ab * . . + ld de,(lab0fh) ;aae4 ed 5b 0f ab . [ . . + ld (lf939h),hl ;aae8 22 39 f9 " 9 . + ld (lf93bh),de ;aaeb ed 53 3b f9 . S ; . + ld hl,(lab11h) ;aaef 2a 11 ab * . . + ld de,(lab13h) ;aaf2 ed 5b 13 ab . [ . . + ld (lf93dh),hl ;aaf6 22 3d f9 " = . + ld (lf93fh),de ;aaf9 ed 53 3f f9 . S ? . +sub_aafdh: + xor a ;aafd af . + ld (lf938h),a ;aafe 32 38 f9 2 8 . + call sub_ad42h ;ab01 cd 42 ad . B . + ret ;ab04 c9 . +lab05h: + nop ;ab05 00 . + nop ;ab06 00 . +lab07h: + or 048h ;ab07 f6 48 . H +lab09h: + nop ;ab09 00 . + nop ;ab0a 00 . +lab0bh: + nop ;ab0b 00 . + ld h,b ;ab0c 60 ` +lab0dh: + nop ;ab0d 00 . + nop ;ab0e 00 . +lab0fh: + rst 18h ;ab0f df . + cpl ;ab10 2f / +lab11h: + nop ;ab11 00 . + nop ;ab12 00 . +lab13h: + sbc a,044h ;ab13 de 44 . D +lab15h: + ld hl,(lad4bh) ;ab15 2a 4b ad * K . + ld de,(lad4dh) ;ab18 ed 5b 4d ad . [ M . + ld (lf942h),hl ;ab1c 22 42 f9 " B . + ld (lf944h),de ;ab1f ed 53 44 f9 . S D . + jr lab2ch ;ab23 18 07 . . + ld (lf942h),hl ;ab25 22 42 f9 " B . + ld (lf944h),de ;ab28 ed 53 44 f9 . S D . +lab2ch: + ld hl,(l6a57h+2) ;ab2c 2a 59 6a * Y j + ld de,(l6a5bh) ;ab2f ed 5b 5b 6a . [ [ j + exx ;ab33 d9 . + ld hl,(lf942h) ;ab34 2a 42 f9 * B . + ld de,(lf944h) ;ab37 ed 5b 44 f9 . [ D . + call sub_6b2ah ;ab3b cd 2a 6b . * k + ld (lf942h),hl ;ab3e 22 42 f9 " B . + ld (lf944h),de ;ab41 ed 53 44 f9 . S D . + ld hl,(l6a51h) ;ab45 2a 51 6a * Q j + ld de,(l6a53h) ;ab48 ed 5b 53 6a . [ S j + exx ;ab4c d9 . + ld hl,(lf942h) ;ab4d 2a 42 f9 * B . + ld de,(lf944h) ;ab50 ed 5b 44 f9 . [ D . + call sub_6b52h ;ab54 cd 52 6b . R k + ld (lf939h),hl ;ab57 22 39 f9 " 9 . + ld (lf93bh),de ;ab5a ed 53 3b f9 . S ; . + ld hl,(l6a75h) ;ab5e 2a 75 6a * u j + ld de,(l6a77h) ;ab61 ed 5b 77 6a . [ w j + exx ;ab65 d9 . + ld hl,(lf939h) ;ab66 2a 39 f9 * 9 . + ld de,(lf93bh) ;ab69 ed 5b 3b f9 . [ ; . + call sub_6c12h ;ab6d cd 12 6c . . l + ld (lf939h),hl ;ab70 22 39 f9 " 9 . + ld (lf93bh),de ;ab73 ed 53 3b f9 . S ; . + ld hl,(l6a65h) ;ab77 2a 65 6a * e j + ld de,(l6a67h) ;ab7a ed 5b 67 6a . [ g j + exx ;ab7e d9 . + ld hl,(lf939h) ;ab7f 2a 39 f9 * 9 . + ld de,(lf93bh) ;ab82 ed 5b 3b f9 . [ ; . + call sub_6b52h ;ab86 cd 52 6b . R k + ld (lf93dh),hl ;ab89 22 3d f9 " = . + ld (lf93fh),de ;ab8c ed 53 3f f9 . S ? . + call sub_acfeh ;ab90 cd fe ac . . . + xor a ;ab93 af . + ld (lf938h),a ;ab94 32 38 f9 2 8 . + call sub_ad3ch ;ab97 cd 3c ad . < . + ret ;ab9a c9 . + ld hl,lf5c9h ;ab9b 21 c9 f5 ! . . + ld b,002h ;ab9e 06 02 . . + call sub_4135h ;aba0 cd 35 41 . 5 A + jp z,labe5h ;aba3 ca e5 ab . . . + cp 002h ;aba6 fe 02 . . + jp nz,l7d5bh ;aba8 c2 5b 7d . [ } + ld hl,(lf5c9h) ;abab 2a c9 f5 * . . + ld de,(lf5c9h+2) ;abae ed 5b cb f5 . [ . . + call sub_6e89h ;abb2 cd 89 6e . . n + jp nz,l7d56h ;abb5 c2 56 7d . V } + ld hl,(lf5cdh) ;abb8 2a cd f5 * . . + ld de,(lf5cfh) ;abbb ed 5b cf f5 . [ . . + call sub_6e89h ;abbf cd 89 6e . . n + jp nz,l7d56h ;abc2 c2 56 7d . V } + ld hl,(lf5c9h) ;abc5 2a c9 f5 * . . + ld de,(lf5c9h+2) ;abc8 ed 5b cb f5 . [ . . + ld (lf939h),hl ;abcc 22 39 f9 " 9 . + ld (lf93bh),de ;abcf ed 53 3b f9 . S ; . + ld hl,(lf5cdh) ;abd3 2a cd f5 * . . + ld de,(lf5cfh) ;abd6 ed 5b cf f5 . [ . . + ld (lf93dh),hl ;abda 22 3d f9 " = . + ld (lf93fh),de ;abdd ed 53 3f f9 . S ? . + call sub_ac0fh ;abe1 cd 0f ac . . . + ret ;abe4 c9 . +labe5h: + call sub_1d11h ;abe5 cd 11 1d . . . + jp nz,lac28h ;abe8 c2 28 ac . ( . + jr labf3h ;abeb 18 06 . . +sub_abedh: + call sub_1d11h ;abed cd 11 1d . . . + jp nz,lac28h ;abf0 c2 28 ac . ( . +labf3h: + ld hl,(lac20h) ;abf3 2a 20 ac * . + ld de,(lac22h) ;abf6 ed 5b 22 ac . [ " . + ld (lf939h),hl ;abfa 22 39 f9 " 9 . + ld (lf93bh),de ;abfd ed 53 3b f9 . S ; . + ld hl,(lac24h) ;ac01 2a 24 ac * $ . + ld de,(lac24h+2) ;ac04 ed 5b 26 ac . [ & . + ld (lf93dh),hl ;ac08 22 3d f9 " = . + ld (lf93fh),de ;ac0b ed 53 3f f9 . S ? . +sub_ac0fh: + ld a,009h ;ac0f 3e 09 > . + ld (lf938h),a ;ac11 32 38 f9 2 8 . + call sub_ad42h ;ac14 cd 42 ad . B . + ret ;ac17 c9 . + nop ;ac18 00 . + nop ;ac19 00 . + nop ;ac1a 00 . + add a,b ;ac1b 80 . + ld bc,l0000h ;ac1c 01 00 00 . . . + nop ;ac1f 00 . +lac20h: + nop ;ac20 00 . + nop ;ac21 00 . +lac22h: + nop ;ac22 00 . + ret nz ;ac23 c0 . +lac24h: + ld bc,l0000h ;ac24 01 00 00 . . . + add a,b ;ac27 80 . +lac28h: + ld hl,(lad4bh) ;ac28 2a 4b ad * K . + ld de,(lad4dh) ;ac2b ed 5b 4d ad . [ M . + ld (lf942h),hl ;ac2f 22 42 f9 " B . + ld (lf944h),de ;ac32 ed 53 44 f9 . S D . + jr lac3fh ;ac36 18 07 . . +sub_ac38h: + ld (lf942h),hl ;ac38 22 42 f9 " B . + ld (lf944h),de ;ac3b ed 53 44 f9 . S D . +lac3fh: + ld hl,(l6a57h+2) ;ac3f 2a 59 6a * Y j + ld de,(l6a5bh) ;ac42 ed 5b 5b 6a . [ [ j + exx ;ac46 d9 . + ld hl,(lf942h) ;ac47 2a 42 f9 * B . + ld de,(lf944h) ;ac4a ed 5b 44 f9 . [ D . + call sub_6b2ah ;ac4e cd 2a 6b . * k + ld (lf942h),hl ;ac51 22 42 f9 " B . + ld (lf944h),de ;ac54 ed 53 44 f9 . S D . + ld hl,(l6a51h) ;ac58 2a 51 6a * Q j + ld de,(l6a53h) ;ac5b ed 5b 53 6a . [ S j + exx ;ac5f d9 . + ld hl,(lf942h) ;ac60 2a 42 f9 * B . + ld de,(lf944h) ;ac63 ed 5b 44 f9 . [ D . + call sub_6b52h ;ac67 cd 52 6b . R k + ld (lf939h),hl ;ac6a 22 39 f9 " 9 . + ld (lf93bh),de ;ac6d ed 53 3b f9 . S ; . + ld hl,(l6a65h) ;ac71 2a 65 6a * e j + ld de,(l6a67h) ;ac74 ed 5b 67 6a . [ g j + exx ;ac78 d9 . + ld hl,(lf939h) ;ac79 2a 39 f9 * 9 . + ld de,(lf93bh) ;ac7c ed 5b 3b f9 . [ ; . + call sub_6b52h ;ac80 cd 52 6b . R k + ld (lf93dh),hl ;ac83 22 3d f9 " = . + ld (lf93fh),de ;ac86 ed 53 3f f9 . S ? . + ld hl,(lf8edh) ;ac8a 2a ed f8 * . . + ld de,(lf8efh) ;ac8d ed 5b ef f8 . [ . . + exx ;ac91 d9 . + ld hl,(lacfah) ;ac92 2a fa ac * . . + ld de,(lacfch) ;ac95 ed 5b fc ac . [ . . + call sub_6c12h ;ac99 cd 12 6c . . l + ld (lf946h),hl ;ac9c 22 46 f9 " F . + ld (lf948h),de ;ac9f ed 53 48 f9 . S H . + ld hl,(lf946h) ;aca3 2a 46 f9 * F . + ld de,(lf948h) ;aca6 ed 5b 48 f9 . [ H . + exx ;acaa d9 . + ld hl,(lf939h) ;acab 2a 39 f9 * 9 . + ld de,(lf93bh) ;acae ed 5b 3b f9 . [ ; . + call sub_6b52h ;acb2 cd 52 6b . R k + ld (lf939h),hl ;acb5 22 39 f9 " 9 . + ld (lf93bh),de ;acb8 ed 53 3b f9 . S ; . + ld hl,(lf8f1h) ;acbc 2a f1 f8 * . . + ld de,(lf8f3h) ;acbf ed 5b f3 f8 . [ . . + exx ;acc3 d9 . + ld hl,(lacfah) ;acc4 2a fa ac * . . + ld de,(lacfch) ;acc7 ed 5b fc ac . [ . . + call sub_6c12h ;accb cd 12 6c . . l + ld (lf94ah),hl ;acce 22 4a f9 " J . + ld (lf94ch),de ;acd1 ed 53 4c f9 . S L . + ld hl,(lf94ah) ;acd5 2a 4a f9 * J . + ld de,(lf94ch) ;acd8 ed 5b 4c f9 . [ L . + exx ;acdc d9 . + ld hl,(lf93dh) ;acdd 2a 3d f9 * = . + ld de,(lf93fh) ;ace0 ed 5b 3f f9 . [ ? . + call sub_6b52h ;ace4 cd 52 6b . R k + ld (lf93dh),hl ;ace7 22 3d f9 " = . + ld (lf93fh),de ;acea ed 53 3f f9 . S ? . + call sub_acfeh ;acee cd fe ac . . . + ld a,009h ;acf1 3e 09 > . + ld (lf938h),a ;acf3 32 38 f9 2 8 . + call sub_ad3ch ;acf6 cd 3c ad . < . + ret ;acf9 c9 . +lacfah: + and b ;acfa a0 . + rrca ;acfb 0f . +lacfch: + nop ;acfc 00 . + nop ;acfd 00 . +sub_acfeh: + call sub_1d11h ;acfe cd 11 1d . . . + cp 0ffh ;ad01 fe ff . . + ret nz ;ad03 c0 . + ld hl,(l6a6dh) ;ad04 2a 6d 6a * m j + ld de,(l6a6fh) ;ad07 ed 5b 6f 6a . [ o j + exx ;ad0b d9 . + ld hl,(lf939h) ;ad0c 2a 39 f9 * 9 . + ld de,(lf93bh) ;ad0f ed 5b 3b f9 . [ ; . + call sub_6c12h ;ad13 cd 12 6c . . l + ld (lf939h),hl ;ad16 22 39 f9 " 9 . + ld (lf93bh),de ;ad19 ed 53 3b f9 . S ; . + ld hl,(l6a6dh) ;ad1d 2a 6d 6a * m j + ld de,(l6a6fh) ;ad20 ed 5b 6f 6a . [ o j + exx ;ad24 d9 . + ld hl,(lf93dh) ;ad25 2a 3d f9 * = . + ld de,(lf93fh) ;ad28 ed 5b 3f f9 . [ ? . + call sub_6c12h ;ad2c cd 12 6c . . l + ld (lf93dh),hl ;ad2f 22 3d f9 " = . + ld (lf93fh),de ;ad32 ed 53 3f f9 . S ? . + ret ;ad36 c9 . +sub_ad37h: + ld a,(lf941h) ;ad37 3a 41 f9 : A . + and a ;ad3a a7 . + ret ;ad3b c9 . +sub_ad3ch: + ld a,001h ;ad3c 3e 01 > . + ld (lf941h),a ;ad3e 32 41 f9 2 A . + ret ;ad41 c9 . +sub_ad42h: + xor a ;ad42 af . + ld (lf941h),a ;ad43 32 41 f9 2 A . + ret ;ad46 c9 . + jr z,lad49h ;ad47 28 00 ( . +lad49h: + nop ;ad49 00 . + nop ;ad4a 00 . +lad4bh: + inc bc ;ad4b 03 . + nop ;ad4c 00 . +lad4dh: + nop ;ad4d 00 . + nop ;ad4e 00 . + ld h,h ;ad4f 64 d + nop ;ad50 00 . + nop ;ad51 00 . + nop ;ad52 00 . + ld hl,0f5e5h ;ad53 21 e5 f5 ! . . + ld b,001h ;ad56 06 01 . . + call sub_41c7h ;ad58 cd c7 41 . . A + jp z,sub_ad82h ;ad5b ca 82 ad . . . + ld hl,(0f5e5h) ;ad5e 2a e5 f5 * . . + call sub_6e89h ;ad61 cd 89 6e . . n + jp nz,l7d51h ;ad64 c2 51 7d . Q } + ld hl,(0f5e5h) ;ad67 2a e5 f5 * . . + ld a,l ;ad6a 7d } + cp 028h ;ad6b fe 28 . ( + jp nc,l7d51h ;ad6d d2 51 7d . Q } + cp 005h ;ad70 fe 05 . . + jp z,l7d51h ;ad72 ca 51 7d . Q } + cp 00ah ;ad75 fe 0a . . + jr c,lad7eh ;ad77 38 05 8 . + cp 01eh ;ad79 fe 1e . . + jp c,l7d51h ;ad7b da 51 7d . Q } +lad7eh: + ld (lf94eh),a ;ad7e 32 4e f9 2 N . + ret ;ad81 c9 . +sub_ad82h: + call sub_1cd2h ;ad82 cd d2 1c . . . + ld hl,ladcfh ;ad85 21 cf ad ! . . + ld e,a ;ad88 5f _ + ld d,000h ;ad89 16 00 . . + add hl,de ;ad8b 19 . + ld a,(hl) ;ad8c 7e ~ + ld (lf94eh),a ;ad8d 32 4e f9 2 N . + ret ;ad90 c9 . + ld hl,0f5e5h ;ad91 21 e5 f5 ! . . + ld b,001h ;ad94 06 01 . . + call sub_41c7h ;ad96 cd c7 41 . . A + jp z,sub_adc0h ;ad99 ca c0 ad . . . + ld hl,(0f5e5h) ;ad9c 2a e5 f5 * . . + call sub_6e89h ;ad9f cd 89 6e . . n + jp nz,l7d51h ;ada2 c2 51 7d . Q } + ld hl,(0f5e5h) ;ada5 2a e5 f5 * . . + ld a,l ;ada8 7d } + cp 028h ;ada9 fe 28 . ( + jp nc,l7d51h ;adab d2 51 7d . Q } + cp 005h ;adae fe 05 . . + jp z,l7d51h ;adb0 ca 51 7d . Q } + cp 00ah ;adb3 fe 0a . . + jr c,ladbch ;adb5 38 05 8 . + cp 01eh ;adb7 fe 1e . . + jp c,l7d51h ;adb9 da 51 7d . Q } +ladbch: + ld (lf94fh),a ;adbc 32 4f f9 2 O . + ret ;adbf c9 . +sub_adc0h: + call sub_1cd2h ;adc0 cd d2 1c . . . + ld hl,ladcfh ;adc3 21 cf ad ! . . + ld e,a ;adc6 5f _ + ld d,000h ;adc7 16 00 . . + add hl,de ;adc9 19 . + ld a,(hl) ;adca 7e ~ + ld (lf94fh),a ;adcb 32 4f f9 2 O . + ret ;adce c9 . +ladcfh: + nop ;adcf 00 . + ld bc,l0302h ;add0 01 02 03 . . . + inc b ;add3 04 . + nop ;add4 00 . + rra ;add5 1f . + jr nz,$+35 ;add6 20 21 ! + ld (l2423h),hl ;add8 22 23 24 " # $ + dec h ;addb 25 % + ld h,027h ;addc 26 27 & ' + nop ;adde 00 . + ld a,0ffh ;addf 3e ff > . + ld (lf950h),a ;ade1 32 50 f9 2 P . + ret ;ade4 c9 . +sub_ade5h: + xor a ;ade5 af . + ld (lf950h),a ;ade6 32 50 f9 2 P . + ret ;ade9 c9 . + ld hl,lf5c9h ;adea 21 c9 f5 ! . . + ld b,001h ;aded 06 01 . . + call sub_4135h ;adef cd 35 41 . 5 A + jr z,sub_ae10h ;adf2 28 1c ( . + ld hl,(lf5c9h) ;adf4 2a c9 f5 * . . + ld de,(lf5c9h+2) ;adf7 ed 5b cb f5 . [ . . + call sub_6e89h ;adfb cd 89 6e . . n + jp nz,l7d56h ;adfe c2 56 7d . V } + ld hl,(lf5c9h) ;ae01 2a c9 f5 * . . + ld de,(lf5c9h+2) ;ae04 ed 5b cb f5 . [ . . + ld (lf951h),hl ;ae08 22 51 f9 " Q . + ld (lf953h),de ;ae0b ed 53 53 f9 . S S . + ret ;ae0f c9 . +sub_ae10h: + ld hl,(l6a49h) ;ae10 2a 49 6a * I j + ld de,(l6a4bh) ;ae13 ed 5b 4b 6a . [ K j + ld (lf951h),hl ;ae17 22 51 f9 " Q . + ld (lf953h),de ;ae1a ed 53 53 f9 . S S . + ret ;ae1e c9 . +lae1fh: + sub b ;ae1f 90 . + ld bc,l0000h ;ae20 01 00 00 . . . +lae23h: + jr nz,lae25h ;ae23 20 00 . +lae25h: + nop ;ae25 00 . + nop ;ae26 00 . +lae27h: + jr nc,lae29h ;ae27 30 00 0 . +lae29h: + nop ;ae29 00 . + nop ;ae2a 00 . +lae2bh: + ld b,b ;ae2b 40 @ + nop ;ae2c 00 . +lae2dh: + nop ;ae2d 00 . + nop ;ae2e 00 . +sub_ae2fh: + ld a,000h ;ae2f 3e 00 > . + call sub_4ee7h ;ae31 cd e7 4e . . N + ld a,000h ;ae34 3e 00 > . + call sub_4ef2h ;ae36 cd f2 4e . . N + ld a,(lf937h) ;ae39 3a 37 f9 : 7 . + push af ;ae3c f5 . + ld hl,(lf9feh) ;ae3d 2a fe f9 * . . + ld de,(lfa00h) ;ae40 ed 5b 00 fa . [ . . + exx ;ae44 d9 . + ld hl,(lf9fah) ;ae45 2a fa f9 * . . + ld de,(lf9fch) ;ae48 ed 5b fc f9 . [ . . + call sub_4f84h ;ae4c cd 84 4f . . O + call sub_b9e0h ;ae4f cd e0 b9 . . . + ld a,h ;ae52 7c | + or l ;ae53 b5 . + jr z,lae85h ;ae54 28 2f ( / + pop af ;ae56 f1 . + cp 020h ;ae57 fe 20 . + jr c,lae61h ;ae59 38 06 8 . + call sub_af72h ;ae5b cd 72 af . r . + jp laeb1h ;ae5e c3 b1 ae . . . +lae61h: + cp 008h ;ae61 fe 08 . . + jr nz,lae6ah ;ae63 20 05 . + call sub_aeb2h ;ae65 cd b2 ae . . . + jr lae8dh ;ae68 18 23 . # +lae6ah: + cp 009h ;ae6a fe 09 . . + jr nz,lae73h ;ae6c 20 05 . + call sub_aeb2h ;ae6e cd b2 ae . . . + jr lae8dh ;ae71 18 1a . . +lae73h: + cp 00ah ;ae73 fe 0a . . + jr nz,lae7ch ;ae75 20 05 . + call sub_aebah ;ae77 cd ba ae . . . + jr lae8dh ;ae7a 18 11 . . +lae7ch: + cp 00bh ;ae7c fe 0b . . + jr nz,laeb1h ;ae7e 20 31 1 + call sub_aebah ;ae80 cd ba ae . . . + jr lae8dh ;ae83 18 08 . . +lae85h: + pop af ;ae85 f1 . + cp 00dh ;ae86 fe 0d . . + jr nz,laea1h ;ae88 20 17 . + call sub_af53h ;ae8a cd 53 af . S . +lae8dh: + call sub_4f02h ;ae8d cd 02 4f . . O + ld (lf9fah),hl ;ae90 22 fa f9 " . . + ld (lf9fch),de ;ae93 ed 53 fc f9 . S . . + exx ;ae97 d9 . + ld (lf9feh),hl ;ae98 22 fe f9 " . . + ld (lfa00h),de ;ae9b ed 53 00 fa . S . . + jr laeb1h ;ae9f 18 10 . . +laea1h: + cp 00eh ;aea1 fe 0e . . + jr nz,laeaah ;aea3 20 05 . + call sub_af66h ;aea5 cd 66 af . f . + jr laeb1h ;aea8 18 07 . . +laeaah: + cp 00fh ;aeaa fe 0f . . + jr nz,laeb1h ;aeac 20 03 . + call sub_af6ch ;aeae cd 6c af . l . +laeb1h: + ret ;aeb1 c9 . +sub_aeb2h: + inc hl ;aeb2 23 # + ld b,(hl) ;aeb3 46 F + inc hl ;aeb4 23 # + ld c,(hl) ;aeb5 4e N + call sub_b049h ;aeb6 cd 49 b0 . I . + ret ;aeb9 c9 . +sub_aebah: + inc hl ;aeba 23 # + ld b,(hl) ;aebb 46 F + inc hl ;aebc 23 # + ld c,(hl) ;aebd 4e N + call sub_b050h ;aebe cd 50 b0 . P . + call sub_b0ebh ;aec1 cd eb b0 . . . + call sub_b2a9h ;aec4 cd a9 b2 . . . + ld (lfa21h),hl ;aec7 22 21 fa " ! . + ld (lfa23h),de ;aeca ed 53 23 fa . S # . + exx ;aece d9 . + ld (lfa25h),hl ;aecf 22 25 fa " % . + ld (lfa27h),de ;aed2 ed 53 27 fa . S ' . + ld hl,(lfa21h) ;aed6 2a 21 fa * ! . + ld de,(lfa23h) ;aed9 ed 5b 23 fa . [ # . + exx ;aedd d9 . + ld hl,(lf8ffh) ;aede 2a ff f8 * . . + ld de,(lf901h) ;aee1 ed 5b 01 f9 . [ . . + call sub_6b2ah ;aee5 cd 2a 6b . * k + ld (lf8ffh),hl ;aee8 22 ff f8 " . . + ld (lf901h),de ;aeeb ed 53 01 f9 . S . . + ld hl,(lfa25h) ;aeef 2a 25 fa * % . + ld de,(lfa27h) ;aef2 ed 5b 27 fa . [ ' . + exx ;aef6 d9 . + ld hl,(lf903h) ;aef7 2a 03 f9 * . . + ld de,(lf905h) ;aefa ed 5b 05 f9 . [ . . + call sub_6b2ah ;aefe cd 2a 6b . * k + ld (lf903h),hl ;af01 22 03 f9 " . . + ld (lf905h),de ;af04 ed 53 05 f9 . S . . + ld hl,(lf9fah) ;af08 2a fa f9 * . . + ld de,(lf9fch) ;af0b ed 5b fc f9 . [ . . + exx ;af0f d9 . + ld hl,(lfa21h) ;af10 2a 21 fa * ! . + ld de,(lfa23h) ;af13 ed 5b 23 fa . [ # . + call sub_6b2ah ;af17 cd 2a 6b . * k + ld (lfa21h),hl ;af1a 22 21 fa " ! . + ld (lfa23h),de ;af1d ed 53 23 fa . S # . + call c,sub_b7e4h ;af21 dc e4 b7 . . . + ld hl,(lf9feh) ;af24 2a fe f9 * . . + ld de,(lfa00h) ;af27 ed 5b 00 fa . [ . . + exx ;af2b d9 . + ld hl,(lfa25h) ;af2c 2a 25 fa * % . + ld de,(lfa27h) ;af2f ed 5b 27 fa . [ ' . + call sub_6b2ah ;af33 cd 2a 6b . * k + ld (lfa25h),hl ;af36 22 25 fa " % . + ld (lfa27h),de ;af39 ed 53 27 fa . S ' . + call c,sub_b7e4h ;af3d dc e4 b7 . . . + ld hl,(lfa25h) ;af40 2a 25 fa * % . + ld de,(lfa27h) ;af43 ed 5b 27 fa . [ ' . + exx ;af47 d9 . + ld hl,(lfa21h) ;af48 2a 21 fa * ! . + ld de,(lfa23h) ;af4b ed 5b 23 fa . [ # . + call sub_4f84h ;af4f cd 84 4f . . O + ret ;af52 c9 . +sub_af53h: + ld hl,(lf903h) ;af53 2a 03 f9 * . . + ld de,(lf905h) ;af56 ed 5b 05 f9 . [ . . + exx ;af5a d9 . + ld hl,(lf8ffh) ;af5b 2a ff f8 * . . + ld de,(lf901h) ;af5e ed 5b 01 f9 . [ . . + call sub_4f84h ;af62 cd 84 4f . . O + ret ;af65 c9 . +sub_af66h: + ld a,0ffh ;af66 3e ff > . + ld (lf950h),a ;af68 32 50 f9 2 P . + ret ;af6b c9 . +sub_af6ch: + ld a,000h ;af6c 3e 00 > . + ld (lf950h),a ;af6e 32 50 f9 2 P . + ret ;af71 c9 . +sub_af72h: + ld (lfa0ah),hl ;af72 22 0a fa " . . +laf75h: + ld hl,(lfa0ah) ;af75 2a 0a fa * . . + ld a,(hl) ;af78 7e ~ + ld (lfa0ch),a ;af79 32 0c fa 2 . . + inc hl ;af7c 23 # + ld (lfa0ah),hl ;af7d 22 0a fa " . . + cp 000h ;af80 fe 00 . . + jp z,lafe3h ;af82 ca e3 af . . . + cp 01ch ;af85 fe 1c . . + jr nz,laf90h ;af87 20 07 . + ld a,000h ;af89 3e 00 > . + call sub_4ef2h ;af8b cd f2 4e . . N + jr laf75h ;af8e 18 e5 . . +laf90h: + cp 0e4h ;af90 fe e4 . . + jr nz,laf9bh ;af92 20 07 . + ld a,0ffh ;af94 3e ff > . + call sub_4ef2h ;af96 cd f2 4e . . N + jr laf75h ;af99 18 da . . +laf9bh: + cp 0feh ;af9b fe fe . . + jr nz,lafach ;af9d 20 0d . + ld hl,(lfa0ah) ;af9f 2a 0a fa * . . + ld b,(hl) ;afa2 46 F + inc hl ;afa3 23 # + ld (lfa0ah),hl ;afa4 22 0a fa " . . + call sub_b44ch ;afa7 cd 4c b4 . L . + jr laf75h ;afaa 18 c9 . . +lafach: + cp 005h ;afac fe 05 . . + jr c,lafbbh ;afae 38 0b 8 . + cp 01ch ;afb0 fe 1c . . + jr nc,lafbbh ;afb2 30 07 0 . + ld b,a ;afb4 47 G + call sub_b471h ;afb5 cd 71 b4 . q . + jp laf75h ;afb8 c3 75 af . u . +lafbbh: + cp 0e5h ;afbb fe e5 . . + jr c,lafcah ;afbd 38 0b 8 . + cp 0fch ;afbf fe fc . . + jr nc,lafcah ;afc1 30 07 0 . + ld b,a ;afc3 47 G + call sub_b471h ;afc4 cd 71 b4 . q . + jp laf75h ;afc7 c3 75 af . u . +lafcah: + cp 01dh ;afca fe 1d . . + jp c,laf75h ;afcc da 75 af . u . + cp 0e4h ;afcf fe e4 . . + jp nc,laf75h ;afd1 d2 75 af . u . + ld b,a ;afd4 47 G + ld hl,(lfa0ah) ;afd5 2a 0a fa * . . + ld c,(hl) ;afd8 4e N + inc hl ;afd9 23 # + ld (lfa0ah),hl ;afda 22 0a fa " . . + call sub_b049h ;afdd cd 49 b0 . I . + jp laf75h ;afe0 c3 75 af . u . +lafe3h: + ld b,0b0h ;afe3 06 b0 . . + ld c,080h ;afe5 0e 80 . . + call sub_afebh ;afe7 cd eb af . . . + ret ;afea c9 . +sub_afebh: + push bc ;afeb c5 . + ld a,000h ;afec 3e 00 > . + call sub_4ef2h ;afee cd f2 4e . . N + call sub_b5dch ;aff1 cd dc b5 . . . + pop bc ;aff4 c1 . + ld a,h ;aff5 7c | + or l ;aff6 b5 . + ret z ;aff7 c8 . + call sub_b050h ;aff8 cd 50 b0 . P . + call sub_b0ebh ;affb cd eb b0 . . . + call sub_b2a9h ;affe cd a9 b2 . . . + ld (lfa21h),hl ;b001 22 21 fa " ! . + ld (lfa23h),de ;b004 ed 53 23 fa . S # . + exx ;b008 d9 . + ld (lfa25h),hl ;b009 22 25 fa " % . + ld (lfa27h),de ;b00c ed 53 27 fa . S ' . + ld hl,(lfa21h) ;b010 2a 21 fa * ! . + ld de,(lfa23h) ;b013 ed 5b 23 fa . [ # . + exx ;b017 d9 . + ld hl,(lf9fah) ;b018 2a fa f9 * . . + ld de,(lf9fch) ;b01b ed 5b fc f9 . [ . . + call sub_6b2ah ;b01f cd 2a 6b . * k + ld (lf9fah),hl ;b022 22 fa f9 " . . + ld (lf9fch),de ;b025 ed 53 fc f9 . S . . + call c,sub_b7e4h ;b029 dc e4 b7 . . . + ld hl,(lfa25h) ;b02c 2a 25 fa * % . + ld de,(lfa27h) ;b02f ed 5b 27 fa . [ ' . + exx ;b033 d9 . + ld hl,(lf9feh) ;b034 2a fe f9 * . . + ld de,(lfa00h) ;b037 ed 5b 00 fa . [ . . + call sub_6b2ah ;b03b cd 2a 6b . * k + ld (lf9feh),hl ;b03e 22 fe f9 " . . + ld (lfa00h),de ;b041 ed 53 00 fa . S . . + call c,sub_b7e4h ;b045 dc e4 b7 . . . + ret ;b048 c9 . +sub_b049h: + call sub_b050h ;b049 cd 50 b0 . P . + call sub_b064h ;b04c cd 64 b0 . d . + ret ;b04f c9 . +sub_b050h: + push bc ;b050 c5 . + ld a,b ;b051 78 x + sub 080h ;b052 d6 80 . . + call sub_b5cdh ;b054 cd cd b5 . . . + pop bc ;b057 c1 . + push hl ;b058 e5 . + push de ;b059 d5 . + ld a,c ;b05a 79 y + sub 080h ;b05b d6 80 . . + call sub_b5cdh ;b05d cd cd b5 . . . + exx ;b060 d9 . + pop de ;b061 d1 . + pop hl ;b062 e1 . + ret ;b063 c9 . +sub_b064h: + call sub_b0c6h ;b064 cd c6 b0 . . . + ld (lfa21h),hl ;b067 22 21 fa " ! . + ld (lfa23h),de ;b06a ed 53 23 fa . S # . + exx ;b06e d9 . + ld (lfa25h),hl ;b06f 22 25 fa " % . + ld (lfa27h),de ;b072 ed 53 27 fa . S ' . + ld a,000h ;b076 3e 00 > . + call sub_4ee7h ;b078 cd e7 4e . . N + ld hl,(lf9fah) ;b07b 2a fa f9 * . . + ld de,(lf9fch) ;b07e ed 5b fc f9 . [ . . + exx ;b082 d9 . + ld hl,(lfa21h) ;b083 2a 21 fa * ! . + ld de,(lfa23h) ;b086 ed 5b 23 fa . [ # . + call sub_6b2ah ;b08a cd 2a 6b . * k + ld (lfa21h),hl ;b08d 22 21 fa " ! . + ld (lfa23h),de ;b090 ed 53 23 fa . S # . + call c,sub_b7e4h ;b094 dc e4 b7 . . . + ld hl,(lf9feh) ;b097 2a fe f9 * . . + ld de,(lfa00h) ;b09a ed 5b 00 fa . [ . . + exx ;b09e d9 . + ld hl,(lfa25h) ;b09f 2a 25 fa * % . + ld de,(lfa27h) ;b0a2 ed 5b 27 fa . [ ' . + call sub_6b2ah ;b0a6 cd 2a 6b . * k + ld (lfa25h),hl ;b0a9 22 25 fa " % . + ld (lfa27h),de ;b0ac ed 53 27 fa . S ' . + call c,sub_b7e4h ;b0b0 dc e4 b7 . . . + ld hl,(lfa25h) ;b0b3 2a 25 fa * % . + ld de,(lfa27h) ;b0b6 ed 5b 27 fa . [ ' . + exx ;b0ba d9 . + ld hl,(lfa21h) ;b0bb 2a 21 fa * ! . + ld de,(lfa23h) ;b0be ed 5b 23 fa . [ # . + call sub_4f84h ;b0c2 cd 84 4f . . O + ret ;b0c5 c9 . +sub_b0c6h: + call sub_b0ebh ;b0c6 cd eb b0 . . . + call sub_b0d0h ;b0c9 cd d0 b0 . . . + call sub_b2a9h ;b0cc cd a9 b2 . . . + ret ;b0cf c9 . +sub_b0d0h: + exx ;b0d0 d9 . + push hl ;b0d1 e5 . + push de ;b0d2 d5 . + exx ;b0d3 d9 . + push hl ;b0d4 e5 . + push de ;b0d5 d5 . + ld hl,(lf951h) ;b0d6 2a 51 f9 * Q . + ld de,(lf953h) ;b0d9 ed 5b 53 f9 . [ S . + call sub_6b52h ;b0dd cd 52 6b . R k + exx ;b0e0 d9 . + pop de ;b0e1 d1 . + pop hl ;b0e2 e1 . + call sub_6b2ah ;b0e3 cd 2a 6b . * k + exx ;b0e6 d9 . + pop de ;b0e7 d1 . + pop hl ;b0e8 e1 . + exx ;b0e9 d9 . + ret ;b0ea c9 . +sub_b0ebh: + push hl ;b0eb e5 . + push de ;b0ec d5 . + ld hl,(lf959h) ;b0ed 2a 59 f9 * Y . + ld de,(lf95bh) ;b0f0 ed 5b 5b f9 . [ [ . + call sub_6b52h ;b0f4 cd 52 6b . R k + pop bc ;b0f7 c1 . + ex (sp),hl ;b0f8 e3 . + push bc ;b0f9 c5 . + ex de,hl ;b0fa eb . + ex (sp),hl ;b0fb e3 . + ex de,hl ;b0fc eb . + exx ;b0fd d9 . + ld hl,(lf955h) ;b0fe 2a 55 f9 * U . + ld de,(lf957h) ;b101 ed 5b 57 f9 . [ W . + call sub_6b52h ;b105 cd 52 6b . R k + exx ;b108 d9 . + pop de ;b109 d1 . + pop hl ;b10a e1 . + exx ;b10b d9 . + ret ;b10c c9 . +sub_b10dh: + call sub_b270h ;b10d cd 70 b2 . p . + ld hl,(lfa31h) ;b110 2a 31 fa * 1 . + ld de,(lfa33h) ;b113 ed 5b 33 fa . [ 3 . + exx ;b117 d9 . + ld hl,(l6a57h+2) ;b118 2a 59 6a * Y j + ld de,(l6a5bh) ;b11b ed 5b 5b 6a . [ [ j + call sub_6c12h ;b11f cd 12 6c . . l + ld (lf95dh),hl ;b122 22 5d f9 " ] . + ld (lf95fh),de ;b125 ed 53 5f f9 . S _ . + ld hl,(lfa29h) ;b129 2a 29 fa * ) . + ld de,(lfa2bh) ;b12c ed 5b 2b fa . [ + . + exx ;b130 d9 . + ld hl,(l6a57h+2) ;b131 2a 59 6a * Y j + ld de,(l6a5bh) ;b134 ed 5b 5b 6a . [ [ j + call sub_6c12h ;b138 cd 12 6c . . l + ld (lf961h),hl ;b13b 22 61 f9 " a . + ld (lf963h),de ;b13e ed 53 63 f9 . S c . + ld a,(lf938h) ;b142 3a 38 f9 : 8 . + and 001h ;b145 e6 01 . . + cp 000h ;b147 fe 00 . . + jp nz,lb1b3h ;b149 c2 b3 b1 . . . + ld hl,(lae1fh) ;b14c 2a 1f ae * . . + ld de,(0ae21h) ;b14f ed 5b 21 ae . [ ! . + exx ;b153 d9 . + ld hl,(lf95dh) ;b154 2a 5d f9 * ] . + ld de,(lf95fh) ;b157 ed 5b 5f f9 . [ _ . + call sub_6b52h ;b15b cd 52 6b . R k + ld (lf95dh),hl ;b15e 22 5d f9 " ] . + ld (lf95fh),de ;b161 ed 53 5f f9 . S _ . + ld hl,(lf939h) ;b165 2a 39 f9 * 9 . + ld de,(lf93bh) ;b168 ed 5b 3b f9 . [ ; . + exx ;b16c d9 . + ld hl,(lf95dh) ;b16d 2a 5d f9 * ] . + ld de,(lf95fh) ;b170 ed 5b 5f f9 . [ _ . + call sub_6b52h ;b174 cd 52 6b . R k + ld (lf95dh),hl ;b177 22 5d f9 " ] . + ld (lf95fh),de ;b17a ed 53 5f f9 . S _ . + ld hl,(lae1fh) ;b17e 2a 1f ae * . . + ld de,(0ae21h) ;b181 ed 5b 21 ae . [ ! . + exx ;b185 d9 . + ld hl,(lf961h) ;b186 2a 61 f9 * a . + ld de,(lf963h) ;b189 ed 5b 63 f9 . [ c . + call sub_6b52h ;b18d cd 52 6b . R k + ld (lf961h),hl ;b190 22 61 f9 " a . + ld (lf963h),de ;b193 ed 53 63 f9 . S c . + ld hl,(lf93dh) ;b197 2a 3d f9 * = . + ld de,(lf93fh) ;b19a ed 5b 3f f9 . [ ? . + exx ;b19e d9 . + ld hl,(lf961h) ;b19f 2a 61 f9 * a . + ld de,(lf963h) ;b1a2 ed 5b 63 f9 . [ c . + call sub_6b52h ;b1a6 cd 52 6b . R k + ld (lf961h),hl ;b1a9 22 61 f9 " a . + ld (lf963h),de ;b1ac ed 53 63 f9 . S c . + jp lb253h ;b1b0 c3 53 b2 . S . +lb1b3h: + ld a,(lf938h) ;b1b3 3a 38 f9 : 8 . + and 001h ;b1b6 e6 01 . . + cp 001h ;b1b8 fe 01 . . + jp nz,lb253h ;b1ba c2 53 b2 . S . + ld hl,(lf724h) ;b1bd 2a 24 f7 * $ . + ld de,(lf726h) ;b1c0 ed 5b 26 f7 . [ & . + exx ;b1c4 d9 . + ld hl,(lf95dh) ;b1c5 2a 5d f9 * ] . + ld de,(lf95fh) ;b1c8 ed 5b 5f f9 . [ _ . + call sub_6b52h ;b1cc cd 52 6b . R k + ld (lf95dh),hl ;b1cf 22 5d f9 " ] . + ld (lf95fh),de ;b1d2 ed 53 5f f9 . S _ . + ld hl,(l6aa1h) ;b1d6 2a a1 6a * . j + ld de,(l6aa3h) ;b1d9 ed 5b a3 6a . [ . j + exx ;b1dd d9 . + ld hl,(lf95dh) ;b1de 2a 5d f9 * ] . + ld de,(lf95fh) ;b1e1 ed 5b 5f f9 . [ _ . + call sub_6c12h ;b1e5 cd 12 6c . . l + ld (lf95dh),hl ;b1e8 22 5d f9 " ] . + ld (lf95fh),de ;b1eb ed 53 5f f9 . S _ . + ld hl,(lf939h) ;b1ef 2a 39 f9 * 9 . + ld de,(lf93bh) ;b1f2 ed 5b 3b f9 . [ ; . + exx ;b1f6 d9 . + ld hl,(lf95dh) ;b1f7 2a 5d f9 * ] . + ld de,(lf95fh) ;b1fa ed 5b 5f f9 . [ _ . + call sub_6b52h ;b1fe cd 52 6b . R k + ld (lf95dh),hl ;b201 22 5d f9 " ] . + ld (lf95fh),de ;b204 ed 53 5f f9 . S _ . + ld hl,(lf726h+2) ;b208 2a 28 f7 * ( . + ld de,(lf72ah) ;b20b ed 5b 2a f7 . [ * . + exx ;b20f d9 . + ld hl,(lf961h) ;b210 2a 61 f9 * a . + ld de,(lf963h) ;b213 ed 5b 63 f9 . [ c . + call sub_6b52h ;b217 cd 52 6b . R k + ld (lf961h),hl ;b21a 22 61 f9 " a . + ld (lf963h),de ;b21d ed 53 63 f9 . S c . + ld hl,(l6aa1h) ;b221 2a a1 6a * . j + ld de,(l6aa3h) ;b224 ed 5b a3 6a . [ . j + exx ;b228 d9 . + ld hl,(lf961h) ;b229 2a 61 f9 * a . + ld de,(lf963h) ;b22c ed 5b 63 f9 . [ c . + call sub_6c12h ;b230 cd 12 6c . . l + ld (lf961h),hl ;b233 22 61 f9 " a . + ld (lf963h),de ;b236 ed 53 63 f9 . S c . + ld hl,(lf93dh) ;b23a 2a 3d f9 * = . + ld de,(lf93fh) ;b23d ed 5b 3f f9 . [ ? . + exx ;b241 d9 . + ld hl,(lf961h) ;b242 2a 61 f9 * a . + ld de,(lf963h) ;b245 ed 5b 63 f9 . [ c . + call sub_6b52h ;b249 cd 52 6b . R k + ld (lf961h),hl ;b24c 22 61 f9 " a . + ld (lf963h),de ;b24f ed 53 63 f9 . S c . +lb253h: + ld hl,(lf95dh) ;b253 2a 5d f9 * ] . + ld de,(lf95fh) ;b256 ed 5b 5f f9 . [ _ . + ld (lf955h),hl ;b25a 22 55 f9 " U . + ld (lf957h),de ;b25d ed 53 57 f9 . S W . + ld hl,(lf961h) ;b261 2a 61 f9 * a . + ld de,(lf963h) ;b264 ed 5b 63 f9 . [ c . + ld (lf959h),hl ;b268 22 59 f9 " Y . + ld (lf95bh),de ;b26b ed 53 5b f9 . S [ . + ret ;b26f c9 . +sub_b270h: + ld hl,(lae23h) ;b270 2a 23 ae * # . + ld de,(lae25h) ;b273 ed 5b 25 ae . [ % . + ld (lfa31h),hl ;b277 22 31 fa " 1 . + ld (lfa33h),de ;b27a ed 53 33 fa . S 3 . + ld hl,(lae23h) ;b27e 2a 23 ae * # . + ld de,(lae25h) ;b281 ed 5b 25 ae . [ % . + ld (lfa29h),hl ;b285 22 29 fa " ) . + ld (lfa2bh),de ;b288 ed 53 2b fa . S + . + ld hl,(lae27h) ;b28c 2a 27 ae * ' . + ld de,(lae29h) ;b28f ed 5b 29 ae . [ ) . + ld (lfa35h),hl ;b293 22 35 fa " 5 . + ld (lfa37h),de ;b296 ed 53 37 fa . S 7 . + ld hl,(lae2bh) ;b29a 2a 2b ae * + . + ld de,(lae2dh) ;b29d ed 5b 2d ae . [ - . + ld (lfa2dh),hl ;b2a1 22 2d fa " - . + ld (lfa2fh),de ;b2a4 ed 53 2f fa . S / . + ret ;b2a8 c9 . +sub_b2a9h: + call sub_71c8h ;b2a9 cd c8 71 . . q + ret ;b2ac c9 . +sub_b2adh: + ld a,(lf92ch) ;b2ad 3a 2c f9 : , . + cp 000h ;b2b0 fe 00 . . + jr nz,lb2d3h ;b2b2 20 1f . + ld hl,(lf92dh) ;b2b4 2a 2d f9 * - . + ld de,(lf92fh) ;b2b7 ed 5b 2f f9 . [ / . + ld (lfa39h),hl ;b2bb 22 39 fa " 9 . + ld (lfa3bh),de ;b2be ed 53 3b fa . S ; . + ld hl,(lf931h) ;b2c2 2a 31 f9 * 1 . + ld de,(lf933h) ;b2c5 ed 5b 33 f9 . [ 3 . + ld (lfa3dh),hl ;b2c9 22 3d fa " = . + ld (lfa3fh),de ;b2cc ed 53 3f fa . S ? . + jp lb41dh ;b2d0 c3 1d b4 . . . +lb2d3h: + ld hl,(l6aa1h) ;b2d3 2a a1 6a * . j + ld de,(l6aa3h) ;b2d6 ed 5b a3 6a . [ . j + exx ;b2da d9 . + ld hl,(lf92dh) ;b2db 2a 2d f9 * - . + ld de,(lf92fh) ;b2de ed 5b 2f f9 . [ / . + call sub_6c12h ;b2e2 cd 12 6c . . l + ld (lfa39h),hl ;b2e5 22 39 fa " 9 . + ld (lfa3bh),de ;b2e8 ed 53 3b fa . S ; . + ld hl,(l6aa1h) ;b2ec 2a a1 6a * . j + ld de,(l6aa3h) ;b2ef ed 5b a3 6a . [ . j + exx ;b2f3 d9 . + ld hl,(lf931h) ;b2f4 2a 31 f9 * 1 . + ld de,(lf933h) ;b2f7 ed 5b 33 f9 . [ 3 . + call sub_6c12h ;b2fb cd 12 6c . . l + ld (lfa3dh),hl ;b2fe 22 3d fa " = . + ld (lfa3fh),de ;b301 ed 53 3f fa . S ? . + ld a,(lfa4bh) ;b305 3a 4b fa : K . + and 001h ;b308 e6 01 . . + jr nz,lb331h ;b30a 20 25 % + ld hl,(lf724h) ;b30c 2a 24 f7 * $ . + ld de,(lf726h) ;b30f ed 5b 26 f7 . [ & . + call sub_6d1dh ;b313 cd 1d 6d . . m + ld (lfa0dh),hl ;b316 22 0d fa " . . + ld (lfa0fh),de ;b319 ed 53 0f fa . S . . + ld hl,(lf726h+2) ;b31d 2a 28 f7 * ( . + ld de,(lf72ah) ;b320 ed 5b 2a f7 . [ * . + call sub_6d1dh ;b324 cd 1d 6d . . m + ld (lfa11h),hl ;b327 22 11 fa " . . + ld (lfa13h),de ;b32a ed 53 13 fa . S . . + jp lb3ebh ;b32e c3 eb b3 . . . +lb331h: + ld hl,(l6a49h) ;b331 2a 49 6a * I j + ld de,(l6a4bh) ;b334 ed 5b 4b 6a . [ K j + exx ;b338 d9 . + ld hl,(lf724h) ;b339 2a 24 f7 * $ . + ld de,(lf726h) ;b33c ed 5b 26 f7 . [ & . + call sub_6ae3h ;b340 cd e3 6a . . j + jp p,lb37fh ;b343 f2 7f b3 .  . + ld hl,(l6a49h) ;b346 2a 49 6a * I j + ld de,(l6a4bh) ;b349 ed 5b 4b 6a . [ K j + exx ;b34d d9 . + ld hl,(lf726h+2) ;b34e 2a 28 f7 * ( . + ld de,(lf72ah) ;b351 ed 5b 2a f7 . [ * . + call sub_6ae3h ;b355 cd e3 6a . . j + jp p,lb37fh ;b358 f2 7f b3 .  . + ld hl,(lf724h) ;b35b 2a 24 f7 * $ . + ld de,(lf726h) ;b35e ed 5b 26 f7 . [ & . + call sub_6d1dh ;b362 cd 1d 6d . . m + ld (lfa0dh),hl ;b365 22 0d fa " . . + ld (lfa0fh),de ;b368 ed 53 0f fa . S . . + ld hl,(lf726h+2) ;b36c 2a 28 f7 * ( . + ld de,(lf72ah) ;b36f ed 5b 2a f7 . [ * . + call sub_6d1dh ;b373 cd 1d 6d . . m + ld (lfa11h),hl ;b376 22 11 fa " . . + ld (lfa13h),de ;b379 ed 53 13 fa . S . . + jr lb3ebh ;b37d 18 6c . l +lb37fh: + ld hl,(l6a49h) ;b37f 2a 49 6a * I j + ld de,(l6a4bh) ;b382 ed 5b 4b 6a . [ K j + exx ;b386 d9 . + ld hl,(lf724h) ;b387 2a 24 f7 * $ . + ld de,(lf726h) ;b38a ed 5b 26 f7 . [ & . + call sub_6ae3h ;b38e cd e3 6a . . j + jp m,lb3cfh ;b391 fa cf b3 . . . + jr z,lb3cfh ;b394 28 39 ( 9 + ld hl,(l6a49h) ;b396 2a 49 6a * I j + ld de,(l6a4bh) ;b399 ed 5b 4b 6a . [ K j + exx ;b39d d9 . + ld hl,(lf726h+2) ;b39e 2a 28 f7 * ( . + ld de,(lf72ah) ;b3a1 ed 5b 2a f7 . [ * . + call sub_6ae3h ;b3a5 cd e3 6a . . j + jp p,lb3cfh ;b3a8 f2 cf b3 . . . + ld hl,(lf724h) ;b3ab 2a 24 f7 * $ . + ld de,(lf726h) ;b3ae ed 5b 26 f7 . [ & . + call sub_6d20h ;b3b2 cd 20 6d . m + ld (lfa0dh),hl ;b3b5 22 0d fa " . . + ld (lfa0fh),de ;b3b8 ed 53 0f fa . S . . + ld hl,(lf726h+2) ;b3bc 2a 28 f7 * ( . + ld de,(lf72ah) ;b3bf ed 5b 2a f7 . [ * . + call sub_6d1dh ;b3c3 cd 1d 6d . . m + ld (lfa11h),hl ;b3c6 22 11 fa " . . + ld (lfa13h),de ;b3c9 ed 53 13 fa . S . . + jr lb3ebh ;b3cd 18 1c . . +lb3cfh: + ld hl,(lf724h) ;b3cf 2a 24 f7 * $ . + ld de,(lf726h) ;b3d2 ed 5b 26 f7 . [ & . + ld (lfa0dh),hl ;b3d6 22 0d fa " . . + ld (lfa0fh),de ;b3d9 ed 53 0f fa . S . . + ld hl,(lf726h+2) ;b3dd 2a 28 f7 * ( . + ld de,(lf72ah) ;b3e0 ed 5b 2a f7 . [ * . + ld (lfa11h),hl ;b3e4 22 11 fa " . . + ld (lfa13h),de ;b3e7 ed 53 13 fa . S . . +lb3ebh: + ld hl,(lfa0dh) ;b3eb 2a 0d fa * . . + ld de,(lfa0fh) ;b3ee ed 5b 0f fa . [ . . + exx ;b3f2 d9 . + ld hl,(lfa39h) ;b3f3 2a 39 fa * 9 . + ld de,(lfa3bh) ;b3f6 ed 5b 3b fa . [ ; . + call sub_6b52h ;b3fa cd 52 6b . R k + ld (lfa39h),hl ;b3fd 22 39 fa " 9 . + ld (lfa3bh),de ;b400 ed 53 3b fa . S ; . + ld hl,(lfa11h) ;b404 2a 11 fa * . . + ld de,(lfa13h) ;b407 ed 5b 13 fa . [ . . + exx ;b40b d9 . + ld hl,(lfa3dh) ;b40c 2a 3d fa * = . + ld de,(lfa3fh) ;b40f ed 5b 3f fa . [ ? . + call sub_6b52h ;b413 cd 52 6b . R k + ld (lfa3dh),hl ;b416 22 3d fa " = . + ld (lfa3fh),de ;b419 ed 53 3f fa . S ? . +lb41dh: + ld hl,(lfa3dh) ;b41d 2a 3d fa * = . + ld de,(lfa3fh) ;b420 ed 5b 3f fa . [ ? . + exx ;b424 d9 . + ld hl,(lfa39h) ;b425 2a 39 fa * 9 . + ld de,(lfa3bh) ;b428 ed 5b 3b fa . [ ; . + call sub_717ch ;b42c cd 7c 71 . | q + ld hl,(lf813h) ;b42f 2a 13 f8 * . . + ld de,(lf815h) ;b432 ed 5b 15 f8 . [ . . + ld (lf965h),hl ;b436 22 65 f9 " e . + ld (lf967h),de ;b439 ed 53 67 f9 . S g . + ld hl,(lf817h) ;b43d 2a 17 f8 * . . + ld de,(lf819h) ;b440 ed 5b 19 f8 . [ . . + ld (lf969h),hl ;b444 22 69 f9 " i . + ld (lf96bh),de ;b447 ed 53 6b f9 . S k . + ret ;b44b c9 . +sub_b44ch: + call sub_4f02h ;b44c cd 02 4f . . O + ld (lf9fah),hl ;b44f 22 fa f9 " . . + ld (lf9fch),de ;b452 ed 53 fc f9 . S . . + exx ;b456 d9 . + ld (lf9feh),hl ;b457 22 fe f9 " . . + ld (lfa00h),de ;b45a ed 53 00 fa . S . . + ld a,b ;b45e 78 x + sub 080h ;b45f d6 80 . . + call sub_b5cdh ;b461 cd cd b5 . . . + exx ;b464 d9 . + ld hl,(l6a49h) ;b465 2a 49 6a * I j + ld de,(l6a4bh) ;b468 ed 5b 4b 6a . [ K j + exx ;b46c d9 . + call sub_b4f4h ;b46d cd f4 b4 . . . + ret ;b470 c9 . +sub_b471h: + ld a,b ;b471 78 x + and 01ch ;b472 e6 1c . . + sla a ;b474 cb 27 . ' + sla a ;b476 cb 27 . ' + push bc ;b478 c5 . + call sub_b5d5h ;b479 cd d5 b5 . . . + ld (lfa15h),hl ;b47c 22 15 fa " . . + ld (lfa17h),de ;b47f ed 53 17 fa . S . . + pop af ;b483 f1 . + push af ;b484 f5 . + cp 080h ;b485 fe 80 . . + jr c,lb49ah ;b487 38 11 8 . + ld hl,(lfa15h) ;b489 2a 15 fa * . . + ld de,(lfa17h) ;b48c ed 5b 17 fa . [ . . + call sub_6d20h ;b490 cd 20 6d . m + ld (lfa15h),hl ;b493 22 15 fa " . . + ld (lfa17h),de ;b496 ed 53 17 fa . S . . +lb49ah: + pop bc ;b49a c1 . + push bc ;b49b c5 . + bit 1,b ;b49c cb 48 . H + jr z,lb4b0h ;b49e 28 10 ( . + ld hl,(lfa15h) ;b4a0 2a 15 fa * . . + ld de,(lfa17h) ;b4a3 ed 5b 17 fa . [ . . + ld (lfa19h),hl ;b4a7 22 19 fa " . . + ld (lfa1bh),de ;b4aa ed 53 1b fa . S . . + jr lb4beh ;b4ae 18 0e . . +lb4b0h: + ld hl,(l6a49h) ;b4b0 2a 49 6a * I j + ld de,(l6a4bh) ;b4b3 ed 5b 4b 6a . [ K j + ld (lfa19h),hl ;b4b7 22 19 fa " . . + ld (lfa1bh),de ;b4ba ed 53 1b fa . S . . +lb4beh: + pop bc ;b4be c1 . + bit 0,b ;b4bf cb 40 . @ + jr z,lb4d3h ;b4c1 28 10 ( . + ld hl,(lfa15h) ;b4c3 2a 15 fa * . . + ld de,(lfa17h) ;b4c6 ed 5b 17 fa . [ . . + ld (lfa1dh),hl ;b4ca 22 1d fa " . . + ld (lfa1fh),de ;b4cd ed 53 1f fa . S . . + jr lb4e1h ;b4d1 18 0e . . +lb4d3h: + ld hl,(l6a49h) ;b4d3 2a 49 6a * I j + ld de,(l6a4bh) ;b4d6 ed 5b 4b 6a . [ K j + ld (lfa1dh),hl ;b4da 22 1d fa " . . + ld (lfa1fh),de ;b4dd ed 53 1f fa . S . . +lb4e1h: + ld hl,(lfa1dh) ;b4e1 2a 1d fa * . . + ld de,(lfa1fh) ;b4e4 ed 5b 1f fa . [ . . + exx ;b4e8 d9 . + ld hl,(lfa19h) ;b4e9 2a 19 fa * . . + ld de,(lfa1bh) ;b4ec ed 5b 1b fa . [ . . + call sub_b4f4h ;b4f0 cd f4 b4 . . . + ret ;b4f3 c9 . +sub_b4f4h: + call sub_b0ebh ;b4f4 cd eb b0 . . . + call sub_b2a9h ;b4f7 cd a9 b2 . . . + ld (lf96dh),hl ;b4fa 22 6d f9 " m . + ld (lf96fh),de ;b4fd ed 53 6f f9 . S o . + exx ;b501 d9 . + ld (lf971h),hl ;b502 22 71 f9 " q . + ld (lf973h),de ;b505 ed 53 73 f9 . S s . + call sub_4f02h ;b509 cd 02 4f . . O + ld (lfa02h),hl ;b50c 22 02 fa " . . + ld (lfa04h),de ;b50f ed 53 04 fa . S . . + exx ;b513 d9 . + ld (lfa06h),hl ;b514 22 06 fa " . . + ld (lfa08h),de ;b517 ed 53 08 fa . S . . + ld hl,(lf9fah) ;b51b 2a fa f9 * . . + ld de,(lf9fch) ;b51e ed 5b fc f9 . [ . . + exx ;b522 d9 . + ld hl,(lfa02h) ;b523 2a 02 fa * . . + ld de,(lfa04h) ;b526 ed 5b 04 fa . [ . . + call sub_6ae3h ;b52a cd e3 6a . . j + jr nz,lb594h ;b52d 20 65 e + ld hl,(lf9feh) ;b52f 2a fe f9 * . . + ld de,(lfa00h) ;b532 ed 5b 00 fa . [ . . + exx ;b536 d9 . + ld hl,(lfa06h) ;b537 2a 06 fa * . . + ld de,(lfa08h) ;b53a ed 5b 08 fa . [ . . + call sub_6ae3h ;b53e cd e3 6a . . j + jr nz,lb594h ;b541 20 51 Q + ld hl,(lf96dh) ;b543 2a 6d f9 * m . + ld de,(lf96fh) ;b546 ed 5b 6f f9 . [ o . + exx ;b54a d9 . + ld hl,(lf9fah) ;b54b 2a fa f9 * . . + ld de,(lf9fch) ;b54e ed 5b fc f9 . [ . . + call sub_6b2ah ;b552 cd 2a 6b . * k + ld (lf9fah),hl ;b555 22 fa f9 " . . + ld (lf9fch),de ;b558 ed 53 fc f9 . S . . + call c,sub_b7e4h ;b55c dc e4 b7 . . . + ld hl,(lf971h) ;b55f 2a 71 f9 * q . + ld de,(lf973h) ;b562 ed 5b 73 f9 . [ s . + exx ;b566 d9 . + ld hl,(lf9feh) ;b567 2a fe f9 * . . + ld de,(lfa00h) ;b56a ed 5b 00 fa . [ . . + call sub_6b2ah ;b56e cd 2a 6b . * k + ld (lf9feh),hl ;b571 22 fe f9 " . . + ld (lfa00h),de ;b574 ed 53 00 fa . S . . + call c,sub_b7e4h ;b578 dc e4 b7 . . . + ld a,000h ;b57b 3e 00 > . + call sub_4ef2h ;b57d cd f2 4e . . N + ld hl,(lf9feh) ;b580 2a fe f9 * . . + ld de,(lfa00h) ;b583 ed 5b 00 fa . [ . . + exx ;b587 d9 . + ld hl,(lf9fah) ;b588 2a fa f9 * . . + ld de,(lf9fch) ;b58b ed 5b fc f9 . [ . . + call sub_4f84h ;b58f cd 84 4f . . O + jr lb5cch ;b592 18 38 . 8 +lb594h: + ld hl,(lf96dh) ;b594 2a 6d f9 * m . + ld de,(lf96fh) ;b597 ed 5b 6f f9 . [ o . + exx ;b59b d9 . + ld hl,(lf9fah) ;b59c 2a fa f9 * . . + ld de,(lf9fch) ;b59f ed 5b fc f9 . [ . . + call sub_6b2ah ;b5a3 cd 2a 6b . * k + ld (lf9fah),hl ;b5a6 22 fa f9 " . . + ld (lf9fch),de ;b5a9 ed 53 fc f9 . S . . + call c,sub_b7e4h ;b5ad dc e4 b7 . . . + ld hl,(lf971h) ;b5b0 2a 71 f9 * q . + ld de,(lf973h) ;b5b3 ed 5b 73 f9 . [ s . + exx ;b5b7 d9 . + ld hl,(lf9feh) ;b5b8 2a fe f9 * . . + ld de,(lfa00h) ;b5bb ed 5b 00 fa . [ . . + call sub_6b2ah ;b5bf cd 2a 6b . * k + ld (lf9feh),hl ;b5c2 22 fe f9 " . . + ld (lfa00h),de ;b5c5 ed 53 00 fa . S . . + call c,sub_b7e4h ;b5c9 dc e4 b7 . . . +lb5cch: + ret ;b5cc c9 . +sub_b5cdh: + and a ;b5cd a7 . + jp p,sub_b5d5h ;b5ce f2 d5 b5 . . . + ld h,0ffh ;b5d1 26 ff & . + jr lb5d7h ;b5d3 18 02 . . +sub_b5d5h: + ld h,000h ;b5d5 26 00 & . +lb5d7h: + ld l,a ;b5d7 6f o + call sub_6abbh ;b5d8 cd bb 6a . . j + ret ;b5db c9 . +sub_b5dch: + ld a,(lf950h) ;b5dc 3a 50 f9 : P . + and a ;b5df a7 . + jr nz,lb5e7h ;b5e0 20 05 . + ld a,(lf94fh) ;b5e2 3a 4f f9 : O . + jr lb5eah ;b5e5 18 03 . . +lb5e7h: + ld a,(lf94eh) ;b5e7 3a 4e f9 : N . +lb5eah: + cp 005h ;b5ea fe 05 . . + jr z,lb5f9h ;b5ec 28 0b ( . + cp 00fh ;b5ee fe 0f . . + jr z,lb5f9h ;b5f0 28 07 ( . + cp 019h ;b5f2 fe 19 . . + jr z,lb5f9h ;b5f4 28 03 ( . +lb5f6h: + ld h,0ffh ;b5f6 26 ff & . + ret ;b5f8 c9 . +lb5f9h: + ld a,(lf937h) ;b5f9 3a 37 f9 : 7 . + cp 041h ;b5fc fe 41 . A + jr c,lb5f6h ;b5fe 38 f6 8 . + cp 052h ;b600 fe 52 . R + jr nc,lb5f6h ;b602 30 f2 0 . + ld hl,l0000h ;b604 21 00 00 ! . . + ret ;b607 c9 . + ld h,0b0h ;b608 26 b0 & . + ld l,0a0h ;b60a 2e a0 . . + ret ;b60c c9 . +sub_b60dh: + ld a,000h ;b60d 3e 00 > . + call sub_4ef2h ;b60f cd f2 4e . . N + ld a,000h ;b612 3e 00 > . + call sub_4ee7h ;b614 cd e7 4e . . N + ld hl,(lf9feh) ;b617 2a fe f9 * . . + ld de,(lfa00h) ;b61a ed 5b 00 fa . [ . . + exx ;b61e d9 . + ld hl,(lf9fah) ;b61f 2a fa f9 * . . + ld de,(lf9fch) ;b622 ed 5b fc f9 . [ . . + call sub_4f84h ;b626 cd 84 4f . . O + ret ;b629 c9 . +sub_b62ah: + call sub_b0ebh ;b62a cd eb b0 . . . + call sub_b2a9h ;b62d cd a9 b2 . . . + ld (lfa21h),hl ;b630 22 21 fa " ! . + ld (lfa23h),de ;b633 ed 53 23 fa . S # . + exx ;b637 d9 . + ld (lfa25h),hl ;b638 22 25 fa " % . + ld (lfa27h),de ;b63b ed 53 27 fa . S ' . + ld a,0ffh ;b63f 3e ff > . + call sub_4ee7h ;b641 cd e7 4e . . N + ld hl,(lfa25h) ;b644 2a 25 fa * % . + ld de,(lfa27h) ;b647 ed 5b 27 fa . [ ' . + exx ;b64b d9 . + ld hl,(lfa21h) ;b64c 2a 21 fa * ! . + ld de,(lfa23h) ;b64f ed 5b 23 fa . [ # . + call sub_4f84h ;b653 cd 84 4f . . O + ret ;b656 c9 . +sub_b657h: + call sub_a404h ;b657 cd 04 a4 . . . + ld a,h ;b65a 7c | + or l ;b65b b5 . + ret z ;b65c c8 . + ld de,lf975h ;b65d 11 75 f9 . u . + call sub_b667h ;b660 cd 67 b6 . g . + ld a,001h ;b663 3e 01 > . + and a ;b665 a7 . + ret ;b666 c9 . +sub_b667h: + ld a,(hl) ;b667 7e ~ + ld (de),a ;b668 12 . + and a ;b669 a7 . + ret z ;b66a c8 . + inc hl ;b66b 23 # + inc de ;b66c 13 . + jr sub_b667h ;b66d 18 f8 . . + push hl ;b66f e5 . + push de ;b670 d5 . + call sub_b67bh ;b671 cd 7b b6 . { . + pop de ;b674 d1 . + pop hl ;b675 e1 . + ret z ;b676 c8 . + call sub_b68ah ;b677 cd 8a b6 . . . + ret ;b67a c9 . +sub_b67bh: + ld a,(hl) ;b67b 7e ~ + cp 000h ;b67c fe 00 . . + ret z ;b67e c8 . + cp 0eeh ;b67f fe ee . . + jr z,lb686h ;b681 28 03 ( . + inc hl ;b683 23 # + jr sub_b67bh ;b684 18 f5 . . +lb686h: + ld a,001h ;b686 3e 01 > . + and a ;b688 a7 . + ret ;b689 c9 . +sub_b68ah: + ld a,(hl) ;b68a 7e ~ + cp 0eeh ;b68b fe ee . . + jr nz,lb694h ;b68d 20 05 . + inc hl ;b68f 23 # + call sub_b667h ;b690 cd 67 b6 . g . + ret ;b693 c9 . +lb694h: + ld a,(hl) ;b694 7e ~ + and a ;b695 a7 . + jr z,lb6b2h ;b696 28 1a ( . + cp 0e4h ;b698 fe e4 . . + jr nc,lb6abh ;b69a 30 0f 0 . + cp 01dh ;b69c fe 1d . . + jr c,lb6a6h ;b69e 38 06 8 . + add a,030h ;b6a0 c6 30 . 0 + ld (de),a ;b6a2 12 . + inc hl ;b6a3 23 # + inc de ;b6a4 13 . + ld a,(hl) ;b6a5 7e ~ +lb6a6h: + ld (de),a ;b6a6 12 . + inc hl ;b6a7 23 # + inc de ;b6a8 13 . + jr lb694h ;b6a9 18 e9 . . +lb6abh: + cp 0eeh ;b6ab fe ee . . + jr nz,lb6a6h ;b6ad 20 f7 . + inc hl ;b6af 23 # + jr lb694h ;b6b0 18 e2 . . +lb6b2h: + ld (de),a ;b6b2 12 . + ret ;b6b3 c9 . +sub_b6b4h: + call sub_4f02h ;b6b4 cd 02 4f . . O + ld (lf8ffh),hl ;b6b7 22 ff f8 " . . + ld (lf901h),de ;b6ba ed 53 01 f9 . S . . + exx ;b6be d9 . + ld (lf903h),hl ;b6bf 22 03 f9 " . . + ld (lf905h),de ;b6c2 ed 53 05 f9 . S . . + call sub_b6cah ;b6c6 cd ca b6 . . . + ret ;b6c9 c9 . +sub_b6cah: + call sub_b10dh ;b6ca cd 0d b1 . . . + call sub_b2adh ;b6cd cd ad b2 . . . + ld a,000h ;b6d0 3e 00 > . + call sub_4ef2h ;b6d2 cd f2 4e . . N + call sub_b71ah ;b6d5 cd 1a b7 . . . + call sub_4f02h ;b6d8 cd 02 4f . . O + ld (lf9fah),hl ;b6db 22 fa f9 " . . + ld (lf9fch),de ;b6de ed 53 fc f9 . S . . + exx ;b6e2 d9 . + ld (lf9feh),hl ;b6e3 22 fe f9 " . . + ld (lfa00h),de ;b6e6 ed 53 00 fa . S . . + ld a,000h ;b6ea 3e 00 > . + call sub_4ee7h ;b6ec cd e7 4e . . N + ld hl,lf975h ;b6ef 21 75 f9 ! u . + call sub_af72h ;b6f2 cd 72 af . r . + ld hl,(lf8ffh) ;b6f5 2a ff f8 * . . + ld de,(lf901h) ;b6f8 ed 5b 01 f9 . [ . . + ld (lf9fah),hl ;b6fc 22 fa f9 " . . + ld (lf9fch),de ;b6ff ed 53 fc f9 . S . . + ld hl,(lf903h) ;b703 2a 03 f9 * . . + ld de,(lf905h) ;b706 ed 5b 05 f9 . [ . . + ld (lf9feh),hl ;b70a 22 fe f9 " . . + ld (lfa00h),de ;b70d ed 53 00 fa . S . . + ld a,00dh ;b711 3e 0d > . + ld (lf937h),a ;b713 32 37 f9 2 7 . + call sub_ae2fh ;b716 cd 2f ae . / . + ret ;b719 c9 . +sub_b71ah: + call sub_b721h ;b71a cd 21 b7 . ! . + call sub_b62ah ;b71d cd 2a b6 . * . + ret ;b720 c9 . +sub_b721h: + call sub_b725h ;b721 cd 25 b7 . % . + ret ;b724 c9 . +sub_b725h: + ld hl,lf975h ;b725 21 75 f9 ! u . + ld (lf9f9h),hl ;b728 22 f9 f9 " . . + ld a,(hl) ;b72b 7e ~ + cp 0e4h ;b72c fe e4 . . + jr nz,lb740h ;b72e 20 10 . + ld a,080h ;b730 3e 80 > . + ld (lf9f5h),a ;b732 32 f5 f9 2 . . + ld (lf9f6h),a ;b735 32 f6 f9 2 . . + ld (lf9f7h),a ;b738 32 f7 f9 2 . . + ld (lf9f8h),a ;b73b 32 f8 f9 2 . . + jr lb74fh ;b73e 18 0f . . +lb740h: + ld a,0ffh ;b740 3e ff > . + ld (lf9f5h),a ;b742 32 f5 f9 2 . . + ld (lf9f6h),a ;b745 32 f6 f9 2 . . + xor a ;b748 af . + ld (lf9f7h),a ;b749 32 f7 f9 2 . . + ld (lf9f8h),a ;b74c 32 f8 f9 2 . . +lb74fh: + ld hl,(lf9f9h) ;b74f 2a f9 f9 * . . + ld a,(hl) ;b752 7e ~ + inc hl ;b753 23 # + ld (lf9f9h),hl ;b754 22 f9 f9 " . . + cp 000h ;b757 fe 00 . . + jr z,lb771h ;b759 28 16 ( . + cp 01dh ;b75b fe 1d . . + jr c,lb74fh ;b75d 38 f0 8 . + cp 0e4h ;b75f fe e4 . . + jr nc,lb74fh ;b761 30 ec 0 . + ld b,a ;b763 47 G + ld hl,(lf9f9h) ;b764 2a f9 f9 * . . + ld c,(hl) ;b767 4e N + inc hl ;b768 23 # + ld (lf9f9h),hl ;b769 22 f9 f9 " . . + call sub_b7adh ;b76c cd ad b7 . . . + jr lb74fh ;b76f 18 de . . +lb771h: + ld a,(lf9f7h) ;b771 3a f7 f9 : . . + ld b,a ;b774 47 G + ld a,(lf9f5h) ;b775 3a f5 f9 : . . + ld c,a ;b778 4f O + call sub_b79ah ;b779 cd 9a b7 . . . + push hl ;b77c e5 . + push de ;b77d d5 . + ld a,(lf9f8h) ;b77e 3a f8 f9 : . . + ld b,a ;b781 47 G + ld a,(lf9f6h) ;b782 3a f6 f9 : . . + ld c,a ;b785 4f O + call sub_b79ah ;b786 cd 9a b7 . . . + call sub_6d20h ;b789 cd 20 6d . m + pop bc ;b78c c1 . + ex (sp),hl ;b78d e3 . + push bc ;b78e c5 . + ex de,hl ;b78f eb . + ex (sp),hl ;b790 e3 . + ex de,hl ;b791 eb . + call sub_6d20h ;b792 cd 20 6d . m + exx ;b795 d9 . + pop de ;b796 d1 . + pop hl ;b797 e1 . + exx ;b798 d9 . + ret ;b799 c9 . +sub_b79ah: + call sub_b050h ;b79a cd 50 b0 . P . + call sub_6b2ah ;b79d cd 2a 6b . * k + exx ;b7a0 d9 . + ld hl,(l6a65h) ;b7a1 2a 65 6a * e j + ld de,(l6a67h) ;b7a4 ed 5b 67 6a . [ g j + exx ;b7a8 d9 . + call sub_6c12h ;b7a9 cd 12 6c . . l + ret ;b7ac c9 . +sub_b7adh: + ld a,(lf9f5h) ;b7ad 3a f5 f9 : . . + cp b ;b7b0 b8 . + push bc ;b7b1 c5 . + call nc,sub_b7d0h ;b7b2 d4 d0 b7 . . . + pop bc ;b7b5 c1 . + ld a,(lf9f7h) ;b7b6 3a f7 f9 : . . + cp b ;b7b9 b8 . + push bc ;b7ba c5 . + call c,sub_b7d5h ;b7bb dc d5 b7 . . . + pop bc ;b7be c1 . + ld a,(lf9f6h) ;b7bf 3a f6 f9 : . . + cp c ;b7c2 b9 . + push bc ;b7c3 c5 . + call nc,sub_b7dah ;b7c4 d4 da b7 . . . + pop bc ;b7c7 c1 . + ld a,(lf9f8h) ;b7c8 3a f8 f9 : . . + cp c ;b7cb b9 . + call c,sub_b7dfh ;b7cc dc df b7 . . . + ret ;b7cf c9 . +sub_b7d0h: + ld a,b ;b7d0 78 x + ld (lf9f5h),a ;b7d1 32 f5 f9 2 . . + ret ;b7d4 c9 . +sub_b7d5h: + ld a,b ;b7d5 78 x + ld (lf9f7h),a ;b7d6 32 f7 f9 2 . . + ret ;b7d9 c9 . +sub_b7dah: + ld a,c ;b7da 79 y + ld (lf9f6h),a ;b7db 32 f6 f9 2 . . + ret ;b7de c9 . +sub_b7dfh: + ld a,c ;b7df 79 y + ld (lf9f8h),a ;b7e0 32 f8 f9 2 . . + ret ;b7e3 c9 . +sub_b7e4h: + ld a,020h ;b7e4 3e 20 > + call sub_7d6eh ;b7e6 cd 6e 7d . n } + ret ;b7e9 c9 . +sub_b7eah: + call sub_b802h ;b7ea cd 02 b8 . . . + call sub_b9a6h ;b7ed cd a6 b9 . . . + call sub_baeeh ;b7f0 cd ee ba . . . + ret ;b7f3 c9 . +sub_b7f4h: + ld a,001h ;b7f4 3e 01 > . + ld (lfa7dh),a ;b7f6 32 7d fa 2 } . + ld a,003h ;b7f9 3e 03 > . + call sub_b9c3h ;b7fb cd c3 b9 . . . + call sub_baeeh ;b7fe cd ee ba . . . + ret ;b801 c9 . +sub_b802h: + xor a ;b802 af . + ld (lfa68h),a ;b803 32 68 fa 2 h . + ld (lfa74h),a ;b806 32 74 fa 2 t . + ret ;b809 c9 . +sub_b80ah: + ld a,(lfa7dh) ;b80a 3a 7d fa : } . + and a ;b80d a7 . + jr nz,lb819h ;b80e 20 09 . + call sub_f4cbh ;b810 cd cb f4 . . . + ld b,a ;b813 47 G + ld a,0ffh ;b814 3e ff > . + and a ;b816 a7 . + ld a,b ;b817 78 x + ret ;b818 c9 . +lb819h: + ld a,(lfa67h) ;b819 3a 67 fa : g . + and a ;b81c a7 . + jp nz,lb839h ;b81d c2 39 b8 . 9 . + ld a,(lfa68h) ;b820 3a 68 fa : h . + cp 001h ;b823 fe 01 . . + jr z,lb82bh ;b825 28 04 ( . + call sub_b8a5h ;b827 cd a5 b8 . . . + ret ;b82a c9 . +lb82bh: + call sub_b8a5h ;b82b cd a5 b8 . . . + ret z ;b82e c8 . + cp 020h ;b82f fe 20 . + jp c,lb973h ;b831 da 73 b9 . s . + call sub_b860h ;b834 cd 60 b8 . ` . + xor a ;b837 af . + ret ;b838 c9 . +lb839h: + call sub_f4cbh ;b839 cd cb f4 . . . + ld b,a ;b83c 47 G + sla b ;b83d cb 20 . + jp nc,lb973h ;b83f d2 73 b9 . s . + push af ;b842 f5 . + call sub_b850h ;b843 cd 50 b8 . P . + pop bc ;b846 c1 . + ld a,b ;b847 78 x + jp nc,lb973h ;b848 d2 73 b9 . s . + call sub_b860h ;b84b cd 60 b8 . ` . + xor a ;b84e af . + ret ;b84f c9 . +sub_b850h: + cp 081h ;b850 fe 81 . . + jr c,lb85eh ;b852 38 0a 8 . + cp 0a0h ;b854 fe a0 . . + ret c ;b856 d8 . + cp 0e0h ;b857 fe e0 . . + jr c,lb85eh ;b859 38 03 8 . + cp 0fdh ;b85b fe fd . . + ret c ;b85d d8 . +lb85eh: + and a ;b85e a7 . + ret ;b85f c9 . +sub_b860h: + ld h,a ;b860 67 g + push hl ;b861 e5 . + call sub_f4cbh ;b862 cd cb f4 . . . + pop hl ;b865 e1 . + ld l,a ;b866 6f o + ld a,(lfa67h) ;b867 3a 67 fa : g . + cp 001h ;b86a fe 01 . . + call z,sub_b888h ;b86c cc 88 b8 . . . + call sub_b873h ;b86f cd 73 b8 . s . + ret ;b872 c9 . +sub_b873h: + ld (lfa72h),hl ;b873 22 72 fa " r . + ld a,021h ;b876 3e 21 > ! + ld (lf937h),a ;b878 32 37 f9 2 7 . + ld a,001h ;b87b 3e 01 > . + ld (lfa74h),a ;b87d 32 74 fa 2 t . + call sub_ae2fh ;b880 cd 2f ae . / . + xor a ;b883 af . + ld (lfa74h),a ;b884 32 74 fa 2 t . + ret ;b887 c9 . +sub_b888h: + push hl ;b888 e5 . + ld a,l ;b889 7d } + cp 040h ;b88a fe 40 . @ + jr c,lb89bh ;b88c 38 0d 8 . + cp 07fh ;b88e fe 7f .  + jr z,lb89bh ;b890 28 09 ( . + cp 0fdh ;b892 fe fd . . + jr nc,lb89bh ;b894 30 05 0 . + pop hl ;b896 e1 . + call sub_b979h ;b897 cd 79 b9 . y . + ret ;b89a c9 . +lb89bh: + pop hl ;b89b e1 . + cp 003h ;b89c fe 03 . . + jp z,l7d5bh ;b89e ca 5b 7d . [ } + ld hl,l0000h ;b8a1 21 00 00 ! . . + ret ;b8a4 c9 . +sub_b8a5h: + call sub_b900h ;b8a5 cd 00 b9 . . . + call sub_f4cbh ;b8a8 cd cb f4 . . . + call sub_b95eh ;b8ab cd 5e b9 . ^ . +lb8aeh: + ld a,(lfa85h) ;b8ae 3a 85 fa : . . + and a ;b8b1 a7 . + jp z,lb8f6h ;b8b2 ca f6 b8 . . . +lb8b5h: + ld hl,(lfa69h) ;b8b5 2a 69 fa * i . + dec hl ;b8b8 2b + + ld b,(hl) ;b8b9 46 F + ld hl,(lfa6bh) ;b8ba 2a 6b fa * k . + ld a,(hl) ;b8bd 7e ~ + cp b ;b8be b8 . + jr z,lb8deh ;b8bf 28 1d ( . + call sub_b944h ;b8c1 cd 44 b9 . D . + ld hl,lfa8fh ;b8c4 21 8f fa ! . . + inc hl ;b8c7 23 # + ld (lfa69h),hl ;b8c8 22 69 fa " i . + ld a,001h ;b8cb 3e 01 > . + ld (lfa6dh),a ;b8cd 32 6d fa 2 m . + ld hl,(lfa6eh) ;b8d0 2a 6e fa * n . + call sub_b92fh ;b8d3 cd 2f b9 . / . + ld hl,lfa85h ;b8d6 21 85 fa ! . . + ld (lfa6bh),hl ;b8d9 22 6b fa " k . + jr lb8aeh ;b8dc 18 d0 . . +lb8deh: + ld hl,(lfa6bh) ;b8de 2a 6b fa * k . + inc hl ;b8e1 23 # + ld (lfa6bh),hl ;b8e2 22 6b fa " k . + ld a,(hl) ;b8e5 7e ~ + and a ;b8e6 a7 . + jr z,lb8f1h ;b8e7 28 08 ( . + call sub_f4cbh ;b8e9 cd cb f4 . . . + call sub_b95eh ;b8ec cd 5e b9 . ^ . + jr lb8b5h ;b8ef 18 c4 . . +lb8f1h: + call sub_bcb3h ;b8f1 cd b3 bc . . . + xor a ;b8f4 af . + ret ;b8f5 c9 . +lb8f6h: + call sub_b944h ;b8f6 cd 44 b9 . D . + ld a,0ffh ;b8f9 3e ff > . + and a ;b8fb a7 . + ld a,(lfa8fh) ;b8fc 3a 8f fa : . . + ret ;b8ff c9 . +sub_b900h: + call sub_b91ah ;b900 cd 1a b9 . . . + ld hl,lfa8fh ;b903 21 8f fa ! . . + ld (lfa69h),hl ;b906 22 69 fa " i . + ld hl,lfa85h ;b909 21 85 fa ! . . + ld (lfa6bh),hl ;b90c 22 6b fa " k . + xor a ;b90f af . + ld (lfa6dh),a ;b910 32 6d fa 2 m . + ld hl,(lfa70h) ;b913 2a 70 fa * p . + call sub_b92fh ;b916 cd 2f b9 . / . + ret ;b919 c9 . +sub_b91ah: + ld hl,lfa8fh ;b91a 21 8f fa ! . . + call sub_b927h ;b91d cd 27 b9 . ' . + ld hl,lfa85h ;b920 21 85 fa ! . . + call sub_b927h ;b923 cd 27 b9 . ' . + ret ;b926 c9 . +sub_b927h: + ld b,00ah ;b927 06 0a . . + xor a ;b929 af . +lb92ah: + ld (hl),a ;b92a 77 w + inc hl ;b92b 23 # + djnz lb92ah ;b92c 10 fc . . + ret ;b92e c9 . +sub_b92fh: + ld de,lfa85h ;b92f 11 85 fa . . . +lb932h: + ld a,(hl) ;b932 7e ~ + ld (de),a ;b933 12 . + inc de ;b934 13 . + inc hl ;b935 23 # + and a ;b936 a7 . + jr nz,lb932h ;b937 20 f9 . + ld a,(hl) ;b939 7e ~ + ld (de),a ;b93a 12 . + inc de ;b93b 13 . + inc hl ;b93c 23 # + ld a,(hl) ;b93d 7e ~ + ld (de),a ;b93e 12 . + inc hl ;b93f 23 # + ld (lfa6eh),hl ;b940 22 6e fa " n . + ret ;b943 c9 . +sub_b944h: + ld de,lfa8fh ;b944 11 8f fa . . . + ld hl,(lfa69h) ;b947 2a 69 fa * i . +lb94ah: + dec hl ;b94a 2b + + push hl ;b94b e5 . + and a ;b94c a7 . + sbc hl,de ;b94d ed 52 . R + pop hl ;b94f e1 . + ret z ;b950 c8 . + ld a,(hl) ;b951 7e ~ + push hl ;b952 e5 . + push de ;b953 d5 . + ld l,a ;b954 6f o + push hl ;b955 e5 . + call lf4cch+2 ;b956 cd ce f4 . . . + pop hl ;b959 e1 . + pop de ;b95a d1 . + pop hl ;b95b e1 . + jr lb94ah ;b95c 18 ec . . +sub_b95eh: + ld b,a ;b95e 47 G + ld a,(lfa6dh) ;b95f 3a 6d fa : m . + cp 00ah ;b962 fe 0a . . + jr nc,lb972h ;b964 30 0c 0 . + ld hl,(lfa69h) ;b966 2a 69 fa * i . + ld (hl),b ;b969 70 p + inc hl ;b96a 23 # + ld (lfa69h),hl ;b96b 22 69 fa " i . + inc a ;b96e 3c < + ld (lfa6dh),a ;b96f 32 6d fa 2 m . +lb972h: + ret ;b972 c9 . +lb973h: + ld b,a ;b973 47 G + ld a,001h ;b974 3e 01 > . + and a ;b976 a7 . + ld a,b ;b977 78 x + ret ;b978 c9 . +sub_b979h: + ld a,h ;b979 7c | + cp 080h ;b97a fe 80 . . + ret z ;b97c c8 . + cp 0a0h ;b97d fe a0 . . + jr nc,lb986h ;b97f 30 05 0 . + sub 070h ;b981 d6 70 . p + ld h,a ;b983 67 g + jr lb98dh ;b984 18 07 . . +lb986h: + ld a,h ;b986 7c | + cp 0f0h ;b987 fe f0 . . + ret nc ;b989 d0 . + sub 0b0h ;b98a d6 b0 . . + ld h,a ;b98c 67 g +lb98dh: + ld a,l ;b98d 7d } + or a ;b98e b7 . + jp p,lb993h ;b98f f2 93 b9 . . . + dec l ;b992 2d - +lb993h: + ld a,h ;b993 7c | + add a,a ;b994 87 . + ld h,a ;b995 67 g + ld a,l ;b996 7d } + cp 09eh ;b997 fe 9e . . + jr c,lb9a0h ;b999 38 05 8 . + sub 05eh ;b99b d6 5e . ^ + ld l,a ;b99d 6f o + jr lb9a1h ;b99e 18 01 . . +lb9a0h: + dec h ;b9a0 25 % +lb9a1h: + ld a,l ;b9a1 7d } + sub 01fh ;b9a2 d6 1f . . + ld l,a ;b9a4 6f o + ret ;b9a5 c9 . +sub_b9a6h: + call sub_1cd6h ;b9a6 cd d6 1c . . . + cp 000h ;b9a9 fe 00 . . + jr nz,lb9b2h ;b9ab 20 05 . + xor a ;b9ad af . + ld (lfa7dh),a ;b9ae 32 7d fa 2 } . + ret ;b9b1 c9 . +lb9b2h: + push af ;b9b2 f5 . + ld a,001h ;b9b3 3e 01 > . + ld (lfa7dh),a ;b9b5 32 7d fa 2 } . + pop af ;b9b8 f1 . + cp 002h ;b9b9 fe 02 . . + jr nz,sub_b9c3h ;b9bb 20 06 . + ld a,001h ;b9bd 3e 01 > . + ld (lfa67h),a ;b9bf 32 67 fa 2 g . + ret ;b9c2 c9 . +sub_b9c3h: + push af ;b9c3 f5 . + xor a ;b9c4 af . + ld (lfa67h),a ;b9c5 32 67 fa 2 g . + pop af ;b9c8 f1 . + call sub_b9cdh ;b9c9 cd cd b9 . . . + ret ;b9cc c9 . +sub_b9cdh: + ld l,a ;b9cd 6f o + ld h,000h ;b9ce 26 00 & . + add hl,hl ;b9d0 29 ) + ex de,hl ;b9d1 eb . + ld hl,lbd1eh ;b9d2 21 1e bd ! . . + add hl,de ;b9d5 19 . + ld a,(hl) ;b9d6 7e ~ + ld (lfa70h),a ;b9d7 32 70 fa 2 p . + inc hl ;b9da 23 # + ld a,(hl) ;b9db 7e ~ + ld (lfa71h),a ;b9dc 32 71 fa 2 q . + ret ;b9df c9 . +sub_b9e0h: + ld a,(lfa74h) ;b9e0 3a 74 fa : t . + and a ;b9e3 a7 . + jr nz,lb9edh ;b9e4 20 07 . + ld a,(lf937h) ;b9e6 3a 37 f9 : 7 . + call sub_a404h ;b9e9 cd 04 a4 . . . + ret ;b9ec c9 . +lb9edh: + call sub_ba21h ;b9ed cd 21 ba . ! . + ld a,h ;b9f0 7c | + or l ;b9f1 b5 . + jr z,lba19h ;b9f2 28 25 ( % + call sub_1ccdh ;b9f4 cd cd 1c . . . + jr z,lba08h ;b9f7 28 0f ( . + ld hl,(lfa72h) ;b9f9 2a 72 fa * r . + call sub_bb0bh ;b9fc cd 0b bb . . . + jr z,lba08h ;b9ff 28 07 ( . + call sub_ba49h ;ba01 cd 49 ba . I . + ld hl,lfb19h ;ba04 21 19 fb ! . . + ret ;ba07 c9 . +lba08h: + ld hl,lba1dh ;ba08 21 1d ba ! . . + ld de,lfb19h ;ba0b 11 19 fb . . . + push de ;ba0e d5 . +lba0fh: + ld a,(hl) ;ba0f 7e ~ + ld (de),a ;ba10 12 . + inc hl ;ba11 23 # + inc de ;ba12 13 . + cp 000h ;ba13 fe 00 . . + jr nz,lba0fh ;ba15 20 f8 . + pop hl ;ba17 e1 . + ret ;ba18 c9 . +lba19h: + ld hl,l0000h ;ba19 21 00 00 ! . . + ret ;ba1c c9 . +lba1dh: + inc e ;ba1d 1c . + or b ;ba1e b0 . + add a,b ;ba1f 80 . + nop ;ba20 00 . +sub_ba21h: + ld hl,(lfa72h) ;ba21 2a 72 fa * r . + ld a,h ;ba24 7c | + cp 021h ;ba25 fe 21 . ! + jr c,lba35h ;ba27 38 0c 8 . + cp 07fh ;ba29 fe 7f .  + jr nc,lba35h ;ba2b 30 08 0 . + ld a,l ;ba2d 7d } + cp 021h ;ba2e fe 21 . ! + jr c,lba35h ;ba30 38 03 8 . + cp 07fh ;ba32 fe 7f .  + ret c ;ba34 d8 . +lba35h: + ld a,h ;ba35 7c | + cp 003h ;ba36 fe 03 . . + jr z,lba43h ;ba38 28 09 ( . + ld a,l ;ba3a 7d } + cp 003h ;ba3b fe 03 . . + jr z,lba43h ;ba3d 28 04 ( . + ld hl,l0000h ;ba3f 21 00 00 ! . . + ret ;ba42 c9 . +lba43h: + call sub_b802h ;ba43 cd 02 b8 . . . + jp l7d5bh ;ba46 c3 5b 7d . [ } +sub_ba49h: + ld hl,lfb19h ;ba49 21 19 fb ! . . +lba4ch: + ld a,(hl) ;ba4c 7e ~ + and a ;ba4d a7 . + ret z ;ba4e c8 . + cp 01ch ;ba4f fe 1c . . + jr nz,lba56h ;ba51 20 03 . + inc hl ;ba53 23 # + jr lba4ch ;ba54 18 f6 . . +lba56h: + cp 0e4h ;ba56 fe e4 . . + jr nz,lba5dh ;ba58 20 03 . + inc hl ;ba5a 23 # + jr lba4ch ;ba5b 18 ef . . +lba5dh: + push hl ;ba5d e5 . + call sub_ba6eh ;ba5e cd 6e ba . n . + pop hl ;ba61 e1 . + ld (hl),a ;ba62 77 w + inc hl ;ba63 23 # + ld a,(hl) ;ba64 7e ~ + push hl ;ba65 e5 . + call sub_baaeh ;ba66 cd ae ba . . . + pop hl ;ba69 e1 . + ld (hl),a ;ba6a 77 w + inc hl ;ba6b 23 # + jr lba4ch ;ba6c 18 de . . +sub_ba6eh: + sub 080h ;ba6e d6 80 . . + ld h,0ffh ;ba70 26 ff & . + jp m,lba76h ;ba72 fa 76 ba . v . + inc h ;ba75 24 $ +lba76h: + ld l,a ;ba76 6f o + ld (lfa4ch),hl ;ba77 22 4c fa " L . + ld hl,(lfa4ch) ;ba7a 2a 4c fa * L . + call sub_6abbh ;ba7d cd bb 6a . . j + ld (lfa50h),hl ;ba80 22 50 fa " P . + ld (lfa52h),de ;ba83 ed 53 52 fa . S R . + ld hl,(lfa75h) ;ba87 2a 75 fa * u . + ld de,(lfa77h) ;ba8a ed 5b 77 fa . [ w . + exx ;ba8e d9 . + ld hl,(lfa50h) ;ba8f 2a 50 fa * P . + ld de,(lfa52h) ;ba92 ed 5b 52 fa . [ R . + call sub_6b52h ;ba96 cd 52 6b . R k + ld (lfa4ch),hl ;ba99 22 4c fa " L . + ld (lfa4eh),de ;ba9c ed 53 4e fa . S N . + ld hl,(lfa4ch) ;baa0 2a 4c fa * L . + ld de,(lfa4eh) ;baa3 ed 5b 4e fa . [ N . + call sub_6abah ;baa7 cd ba 6a . . j + ld a,l ;baaa 7d } + add a,080h ;baab c6 80 . . + ret ;baad c9 . +sub_baaeh: + sub 080h ;baae d6 80 . . + ld h,0ffh ;bab0 26 ff & . + jp m,lbab6h ;bab2 fa b6 ba . . . + inc h ;bab5 24 $ +lbab6h: + ld l,a ;bab6 6f o + ld (lfa4ch),hl ;bab7 22 4c fa " L . + ld hl,(lfa4ch) ;baba 2a 4c fa * L . + call sub_6abbh ;babd cd bb 6a . . j + ld (lfa50h),hl ;bac0 22 50 fa " P . + ld (lfa52h),de ;bac3 ed 53 52 fa . S R . + ld hl,(lfa79h) ;bac7 2a 79 fa * y . + ld de,(lfa7bh) ;baca ed 5b 7b fa . [ { . + exx ;bace d9 . + ld hl,(lfa50h) ;bacf 2a 50 fa * P . + ld de,(lfa52h) ;bad2 ed 5b 52 fa . [ R . + call sub_6b52h ;bad6 cd 52 6b . R k + ld (lfa4ch),hl ;bad9 22 4c fa " L . + ld (lfa4eh),de ;badc ed 53 4e fa . S N . + ld hl,(lfa4ch) ;bae0 2a 4c fa * L . + ld de,(lfa4eh) ;bae3 ed 5b 4e fa . [ N . + call sub_6abah ;bae7 cd ba 6a . . j + ld a,l ;baea 7d } + add a,080h ;baeb c6 80 . . + ret ;baed c9 . +sub_baeeh: + ld hl,(l6a5dh) ;baee 2a 5d 6a * ] j + ld de,(l6a5dh+2) ;baf1 ed 5b 5f 6a . [ _ j + ld (lfa75h),hl ;baf5 22 75 fa " u . + ld (lfa77h),de ;baf8 ed 53 77 fa . S w . + ld hl,(l6a29h) ;bafc 2a 29 6a * ) j + ld de,(l6a29h+2) ;baff ed 5b 2b 6a . [ + j + ld (lfa79h),hl ;bb03 22 79 fa " y . + ld (lfa7bh),de ;bb06 ed 53 7b fa . S { . + ret ;bb0a c9 . +sub_bb0bh: + call sub_bb62h ;bb0b cd 62 bb . b . + ret z ;bb0e c8 . + push hl ;bb0f e5 . + call sub_bb35h ;bb10 cd 35 bb . 5 . + ld a,l ;bb13 7d } + ld (lfa54h),a ;bb14 32 54 fa 2 T . + ld a,h ;bb17 7c | + ld (lfa55h),a ;bb18 32 55 fa 2 U . + pop hl ;bb1b e1 . + call sub_bb3fh ;bb1c cd 3f bb . ? . + ld (lfa56h),hl ;bb1f 22 56 fa " V . + call sub_bb49h ;bb22 cd 49 bb . I . + ld de,lfb19h ;bb25 11 19 fb . . . + push de ;bb28 d5 . + ld a,(lfa54h) ;bb29 3a 54 fa : T . + ld c,a ;bb2c 4f O + call sub_bc02h ;bb2d cd 02 bc . . . + pop hl ;bb30 e1 . + ld a,001h ;bb31 3e 01 > . + and a ;bb33 a7 . + ret ;bb34 c9 . +sub_bb35h: + ld de,08000h ;bb35 11 00 80 . . . + add hl,de ;bb38 19 . + ld a,001h ;bb39 3e 01 > . + call sub_0318h ;bb3b cd 18 03 . . . + ret ;bb3e c9 . +sub_bb3fh: + ld de,08000h ;bb3f 11 00 80 . . . + add hl,de ;bb42 19 . + ld a,002h ;bb43 3e 02 > . + call sub_0318h ;bb45 cd 18 03 . . . + ret ;bb48 c9 . +sub_bb49h: + ld de,08000h ;bb49 11 00 80 . . . + ld hl,(lfa56h) ;bb4c 2a 56 fa * V . + add hl,de ;bb4f 19 . + ld de,lfbe1h ;bb50 11 e1 fb . . . + push de ;bb53 d5 . + ld b,000h ;bb54 06 00 . . + ld a,(lfa54h) ;bb56 3a 54 fa : T . + ld c,a ;bb59 4f O + ld a,(lfa55h) ;bb5a 3a 55 fa : U . + call sub_0330h ;bb5d cd 30 03 . 0 . + pop hl ;bb60 e1 . + ret ;bb61 c9 . +sub_bb62h: + ld (lfa58h),hl ;bb62 22 58 fa " X . + call sub_bbb5h ;bb65 cd b5 bb . . . + ld (lfa5ah),hl ;bb68 22 5a fa " Z . + ld hl,l0000h ;bb6b 21 00 00 ! . . + ld (lfa5eh),hl ;bb6e 22 5e fa " ^ . +lbb71h: + call sub_bbd9h ;bb71 cd d9 bb . . . + jp nc,lbbb3h ;bb74 d2 b3 bb . . . + call sub_bbc8h ;bb77 cd c8 bb . . . + ld (lfa5ch),hl ;bb7a 22 5c fa " \ . + call sub_bbe4h ;bb7d cd e4 bb . . . + jr nc,lbb96h ;bb80 30 14 0 . + ld hl,(lfa5ch) ;bb82 2a 5c fa * \ . + inc hl ;bb85 23 # + inc hl ;bb86 23 # + ld (lfa5eh),hl ;bb87 22 5e fa " ^ . + call sub_bbe9h ;bb8a cd e9 bb . . . + jr nz,lbb71h ;bb8d 20 e2 . + ld hl,(lfa5eh) ;bb8f 2a 5e fa * ^ . + ld a,001h ;bb92 3e 01 > . + and a ;bb94 a7 . + ret ;bb95 c9 . +lbb96h: + jr z,lbbach ;bb96 28 14 ( . + ld hl,(lfa5ch) ;bb98 2a 5c fa * \ . + dec hl ;bb9b 2b + + dec hl ;bb9c 2b + + ld (lfa5ah),hl ;bb9d 22 5a fa " Z . + call sub_bbeeh ;bba0 cd ee bb . . . + jr nz,lbb71h ;bba3 20 cc . + ld hl,(lfa5ah) ;bba5 2a 5a fa * Z . + ld a,001h ;bba8 3e 01 > . + and a ;bbaa a7 . + ret ;bbab c9 . +lbbach: + ld hl,(lfa5ch) ;bbac 2a 5c fa * \ . + ld a,001h ;bbaf 3e 01 > . + and a ;bbb1 a7 . + ret ;bbb2 c9 . +lbbb3h: + xor a ;bbb3 af . + ret ;bbb4 c9 . +sub_bbb5h: + ld a,000h ;bbb5 3e 00 > . + ld hl,lbffeh ;bbb7 21 fe bf ! . . + call sub_0318h ;bbba cd 18 03 . . . + sla l ;bbbd cb 25 . % + rl h ;bbbf cb 14 . . + and a ;bbc1 a7 . + ld de,l0000h+2 ;bbc2 11 02 00 . . . + sbc hl,de ;bbc5 ed 52 . R + ret ;bbc7 c9 . +sub_bbc8h: + ld hl,(lfa5ah) ;bbc8 2a 5a fa * Z . + ld de,(lfa5eh) ;bbcb ed 5b 5e fa . [ ^ . + add hl,de ;bbcf 19 . + srl h ;bbd0 cb 3c . < + rr l ;bbd2 cb 1d . . + bit 0,l ;bbd4 cb 45 . E + ret z ;bbd6 c8 . + inc hl ;bbd7 23 # + ret ;bbd8 c9 . +sub_bbd9h: + ld hl,(lfa5eh) ;bbd9 2a 5e fa * ^ . + ld de,(lfa5ah) ;bbdc ed 5b 5a fa . [ Z . + and a ;bbe0 a7 . + sbc hl,de ;bbe1 ed 52 . R + ret ;bbe3 c9 . +sub_bbe4h: + ld hl,(lfa5ch) ;bbe4 2a 5c fa * \ . + jr lbbf1h ;bbe7 18 08 . . +sub_bbe9h: + ld hl,(lfa5eh) ;bbe9 2a 5e fa * ^ . + jr lbbf1h ;bbec 18 03 . . +sub_bbeeh: + ld hl,(lfa5ah) ;bbee 2a 5a fa * Z . +lbbf1h: + ld de,08000h ;bbf1 11 00 80 . . . + add hl,de ;bbf4 19 . + ld a,000h ;bbf5 3e 00 > . + call sub_0318h ;bbf7 cd 18 03 . . . + ld de,(lfa58h) ;bbfa ed 5b 58 fa . [ X . + and a ;bbfe a7 . + sbc hl,de ;bbff ed 52 . R + ret ;bc01 c9 . +sub_bc02h: + ld (lfa60h),hl ;bc02 22 60 fa " ` . + ld (lfa62h),de ;bc05 ed 53 62 fa . S b . + ld a,c ;bc09 79 y + ld (lfa64h),a ;bc0a 32 64 fa 2 d . + xor a ;bc0d af . + ld (lfa66h),a ;bc0e 32 66 fa 2 f . + ld hl,(lfa62h) ;bc11 2a 62 fa * b . + ld (hl),01ch ;bc14 36 1c 6 . + inc hl ;bc16 23 # + ld (lfa62h),hl ;bc17 22 62 fa " b . +lbc1ah: + ld a,(lfa64h) ;bc1a 3a 64 fa : d . + and a ;bc1d a7 . + jr z,lbc3dh ;bc1e 28 1d ( . + call sub_bc41h ;bc20 cd 41 bc . A . + call sub_bc52h ;bc23 cd 52 bc . R . + jr z,lbc2dh ;bc26 28 05 ( . + call sub_bc6eh ;bc28 cd 6e bc . n . + jr lbc35h ;bc2b 18 08 . . +lbc2dh: + call sub_bc5ch ;bc2d cd 5c bc . \ . + jr z,lbc35h ;bc30 28 03 ( . + call sub_bc7ch ;bc32 cd 7c bc . | . +lbc35h: + call sub_bc8bh ;bc35 cd 8b bc . . . + call sub_bca7h ;bc38 cd a7 bc . . . + jr lbc1ah ;bc3b 18 dd . . +lbc3dh: + call sub_bcadh ;bc3d cd ad bc . . . + ret ;bc40 c9 . +sub_bc41h: + ld hl,(lfa60h) ;bc41 2a 60 fa * ` . + ld a,(hl) ;bc44 7e ~ + cp 020h ;bc45 fe 20 . + jr nc,lbc4ch ;bc47 30 03 0 . + xor a ;bc49 af . + jr lbc4eh ;bc4a 18 02 . . +lbc4ch: + ld a,001h ;bc4c 3e 01 > . +lbc4eh: + ld (lfa65h),a ;bc4e 32 65 fa 2 e . + ret ;bc51 c9 . +sub_bc52h: + ld a,(lfa65h) ;bc52 3a 65 fa : e . + and a ;bc55 a7 . + ret z ;bc56 c8 . + ld a,(lfa66h) ;bc57 3a 66 fa : f . + and a ;bc5a a7 . + ret ;bc5b c9 . +sub_bc5ch: + ld a,(lfa65h) ;bc5c 3a 65 fa : e . + and a ;bc5f a7 . + jr nz,lbc6ch ;bc60 20 0a . + ld a,(lfa66h) ;bc62 3a 66 fa : f . + and a ;bc65 a7 . + jr nz,lbc6ch ;bc66 20 04 . + ld a,001h ;bc68 3e 01 > . + and a ;bc6a a7 . + ret ;bc6b c9 . +lbc6ch: + xor a ;bc6c af . + ret ;bc6d c9 . +sub_bc6eh: + ld hl,(lfa62h) ;bc6e 2a 62 fa * b . + ld (hl),01ch ;bc71 36 1c 6 . + inc hl ;bc73 23 # + ld (lfa62h),hl ;bc74 22 62 fa " b . + xor a ;bc77 af . + ld (lfa66h),a ;bc78 32 66 fa 2 f . + ret ;bc7b c9 . +sub_bc7ch: + ld hl,(lfa62h) ;bc7c 2a 62 fa * b . + ld (hl),0e4h ;bc7f 36 e4 6 . + inc hl ;bc81 23 # + ld (lfa62h),hl ;bc82 22 62 fa " b . + ld a,001h ;bc85 3e 01 > . + ld (lfa66h),a ;bc87 32 66 fa 2 f . + ret ;bc8a c9 . +sub_bc8bh: + ld hl,(lfa60h) ;bc8b 2a 60 fa * ` . + ld a,(hl) ;bc8e 7e ~ + inc hl ;bc8f 23 # + ld c,(hl) ;bc90 4e N + inc hl ;bc91 23 # + ld (lfa60h),hl ;bc92 22 60 fa " ` . + and 01fh ;bc95 e6 1f . . + add a,080h ;bc97 c6 80 . . + ld hl,(lfa62h) ;bc99 2a 62 fa * b . + ld (hl),a ;bc9c 77 w + inc hl ;bc9d 23 # + ld a,c ;bc9e 79 y + add a,080h ;bc9f c6 80 . . + ld (hl),a ;bca1 77 w + inc hl ;bca2 23 # + ld (lfa62h),hl ;bca3 22 62 fa " b . + ret ;bca6 c9 . +sub_bca7h: + ld hl,lfa64h ;bca7 21 64 fa ! d . + dec (hl) ;bcaa 35 5 + dec (hl) ;bcab 35 5 + ret ;bcac c9 . +sub_bcadh: + ld hl,(lfa62h) ;bcad 2a 62 fa * b . + ld (hl),000h ;bcb0 36 00 6 . + ret ;bcb2 c9 . +sub_bcb3h: + ld hl,lfa85h ;bcb3 21 85 fa ! . . +lbcb6h: + ld a,(hl) ;bcb6 7e ~ + and a ;bcb7 a7 . + inc hl ;bcb8 23 # + jr nz,lbcb6h ;bcb9 20 fb . + ld e,(hl) ;bcbb 5e ^ + inc hl ;bcbc 23 # + ld d,(hl) ;bcbd 56 V + ex de,hl ;bcbe eb . + jp (hl) ;bcbf e9 . + ld a,001h ;bcc0 3e 01 > . + ld (lfa68h),a ;bcc2 32 68 fa 2 h . + ret ;bcc5 c9 . + xor a ;bcc6 af . + ld (lfa68h),a ;bcc7 32 68 fa 2 h . + ret ;bcca c9 . + ld hl,lf5c9h ;bccb 21 c9 f5 ! . . + ld b,001h ;bcce 06 01 . . + call sub_4135h ;bcd0 cd 35 41 . 5 A + call sub_4227h ;bcd3 cd 27 42 . ' B + ret ;bcd6 c9 . + ld hl,lf5c9h ;bcd7 21 c9 f5 ! . . + ld b,001h ;bcda 06 01 . . + call sub_4135h ;bcdc cd 35 41 . 5 A + call sub_4227h ;bcdf cd 27 42 . ' B + call sub_f4cbh ;bce2 cd cb f4 . . . + call sub_4227h ;bce5 cd 27 42 . ' B + ret ;bce8 c9 . + ld hl,lf5c9h ;bce9 21 c9 f5 ! . . + ld b,001h ;bcec 06 01 . . + call sub_4135h ;bcee cd 35 41 . 5 A + call sub_4227h ;bcf1 cd 27 42 . ' B + call sub_f4cbh ;bcf4 cd cb f4 . . . + call sub_4227h ;bcf7 cd 27 42 . ' B + call sub_f4cbh ;bcfa cd cb f4 . . . + call sub_4227h ;bcfd cd 27 42 . ' B + ret ;bd00 c9 . + ld b,00ah ;bd01 06 0a . . + jr lbd07h ;bd03 18 02 . . + ld b,032h ;bd05 06 32 . 2 +lbd07h: + push bc ;bd07 c5 . + call sub_f4cbh ;bd08 cd cb f4 . . . + pop bc ;bd0b c1 . + cp 02eh ;bd0c fe 2e . . + ret z ;bd0e c8 . + djnz lbd07h ;bd0f 10 f6 . . + ret ;bd11 c9 . + call sub_f4cbh ;bd12 cd cb f4 . . . + ret ;bd15 c9 . + ret ;bd16 c9 . + call sub_f4cbh ;bd17 cd cb f4 . . . + call sub_f4cbh ;bd1a cd cb f4 . . . + ret ;bd1d c9 . +lbd1eh: + nop ;bd1e 00 . + nop ;bd1f 00 . + ei ;bd20 fb . + cp l ;bd21 bd . + nop ;bd22 00 . + nop ;bd23 00 . + jr z,$-65 ;bd24 28 bd ( . + nop ;bd26 00 . + nop ;bd27 00 . + dec de ;bd28 1b . + ld c,e ;bd29 4b K + nop ;bd2a 00 . + ret nz ;bd2b c0 . + cp h ;bd2c bc . + dec de ;bd2d 1b . + ld c,b ;bd2e 48 H + nop ;bd2f 00 . + add a,0bch ;bd30 c6 bc . . + dec de ;bd32 1b . + ld (bc),a ;bd33 02 . + nop ;bd34 00 . + ld d,0bdh ;bd35 16 bd . . + dec de ;bd37 1b . + inc b ;bd38 04 . + nop ;bd39 00 . + ld d,0bdh ;bd3a 16 bd . . + ld a,(de) ;bd3c 1a . + ld (hl),b ;bd3d 70 p + nop ;bd3e 00 . + ret nz ;bd3f c0 . + cp h ;bd40 bc . + ld a,(de) ;bd41 1a . + ld (hl),c ;bd42 71 q + nop ;bd43 00 . + add a,0bch ;bd44 c6 bc . . + dec de ;bd46 1b . + ld c,(hl) ;bd47 4e N + nop ;bd48 00 . + ld d,0bdh ;bd49 16 bd . . + dec de ;bd4b 1b . + ld d,b ;bd4c 50 P + nop ;bd4d 00 . + ld d,0bdh ;bd4e 16 bd . . + dec de ;bd50 1b . + ld d,c ;bd51 51 Q + nop ;bd52 00 . + ld d,0bdh ;bd53 16 bd . . + dec de ;bd55 1b . + ld b,l ;bd56 45 E + nop ;bd57 00 . + ld d,0bdh ;bd58 16 bd . . + dec de ;bd5a 1b . + ld bc,l1600h ;bd5b 01 00 16 . . . + cp l ;bd5e bd . + dec de ;bd5f 1b . + inc bc ;bd60 03 . + nop ;bd61 00 . + ld d,0bdh ;bd62 16 bd . . + dec de ;bd64 1b . + dec b ;bd65 05 . + nop ;bd66 00 . + ld d,0bdh ;bd67 16 bd . . + dec de ;bd69 1b . + ld b,000h ;bd6a 06 00 . . + ld d,0bdh ;bd6c 16 bd . . + dec de ;bd6e 1b . + inc h ;bd6f 24 $ + nop ;bd70 00 . + ld d,0bdh ;bd71 16 bd . . + dec de ;bd73 1b . + ld h,000h ;bd74 26 00 & . + ld d,0bdh ;bd76 16 bd . . + dec de ;bd78 1b . + inc hl ;bd79 23 # + nop ;bd7a 00 . + ld d,0bdh ;bd7b 16 bd . . + dec de ;bd7d 1b . + ld d,e ;bd7e 53 S + nop ;bd7f 00 . + res 7,h ;bd80 cb bc . . + dec de ;bd82 1b . + ld c,c ;bd83 49 I + nop ;bd84 00 . + res 7,h ;bd85 cb bc . . + dec de ;bd87 1b . + ld d,(hl) ;bd88 56 V + nop ;bd89 00 . + rst 10h ;bd8a d7 . + cp h ;bd8b bc . + dec de ;bd8c 1b . + ld d,a ;bd8d 57 W + nop ;bd8e 00 . + jp (hl) ;bd8f e9 . + cp h ;bd90 bc . + dec de ;bd91 1b . + ld b,(hl) ;bd92 46 F + nop ;bd93 00 . + res 7,h ;bd94 cb bc . . + dec de ;bd96 1b . + ld d,d ;bd97 52 R + nop ;bd98 00 . + rst 10h ;bd99 d7 . + cp h ;bd9a bc . + dec de ;bd9b 1b . + ld hl,l1600h ;bd9c 21 00 16 ! . . + cp l ;bd9f bd . + dec de ;bda0 1b . + ld (l1600h),hl ;bda1 22 00 16 " . . + cp l ;bda4 bd . + dec de ;bda5 1b . + ld e,l ;bda6 5d ] + nop ;bda7 00 . + ld d,0bdh ;bda8 16 bd . . + dec de ;bdaa 1b . + ld a,000h ;bdab 3e 00 > . + ld d,0bdh ;bdad 16 bd . . + dec de ;bdaf 1b . + ld b,c ;bdb0 41 A + nop ;bdb1 00 . + ld d,0bdh ;bdb2 16 bd . . + dec de ;bdb4 1b . + ld b,d ;bdb5 42 B + nop ;bdb6 00 . + ld d,0bdh ;bdb7 16 bd . . + dec de ;bdb9 1b . + ld d,h ;bdba 54 T + nop ;bdbb 00 . + res 7,h ;bdbc cb bc . . + dec de ;bdbe 1b . + ld h,(hl) ;bdbf 66 f + nop ;bdc0 00 . + ld d,0bdh ;bdc1 16 bd . . + dec de ;bdc3 1b . + ld (hl),d ;bdc4 72 r + nop ;bdc5 00 . + ld d,0bdh ;bdc6 16 bd . . + dec de ;bdc8 1b . + jr z,lbdcbh ;bdc9 28 00 ( . +lbdcbh: + dec b ;bdcb 05 . + cp l ;bdcc bd . + dec de ;bdcd 1b . + add hl,hl ;bdce 29 ) + nop ;bdcf 00 . + ld bc,l1bbdh ;bdd0 01 bd 1b . . . + ld (l1600h),a ;bdd3 32 00 16 2 . . + cp l ;bdd6 bd . + dec de ;bdd7 1b . + ld e,b ;bdd8 58 X + nop ;bdd9 00 . + ld d,0bdh ;bdda 16 bd . . + dec de ;bddc 1b . + ld e,c ;bddd 59 Y + nop ;bdde 00 . + ld d,0bdh ;bddf 16 bd . . + dec de ;bde1 1b . + ld c,h ;bde2 4c L + nop ;bde3 00 . + res 7,h ;bde4 cb bc . . + dec de ;bde6 1b . + ld b,e ;bde7 43 C + nop ;bde8 00 . + res 7,h ;bde9 cb bc . . + dec de ;bdeb 1b . + ld hl,(l1600h) ;bdec 2a 00 16 * . . + cp l ;bdef bd . + dec de ;bdf0 1b . + ld b,h ;bdf1 44 D + nop ;bdf2 00 . + ld d,0bdh ;bdf3 16 bd . . + dec de ;bdf5 1b . + ld c,l ;bdf6 4d M + nop ;bdf7 00 . + ld d,0bdh ;bdf8 16 bd . . + nop ;bdfa 00 . + inc e ;bdfb 1c . + ld h,000h ;bdfc 26 00 & . + ret nz ;bdfe c0 . + cp h ;bdff bc . + inc e ;be00 1c . + ld l,000h ;be01 2e 00 . . + add a,0bch ;be03 c6 bc . . + inc e ;be05 1c . + ld c,000h ;be06 0e 00 . . + ld d,0bdh ;be08 16 bd . . + inc e ;be0a 1c . + inc d ;be0b 14 . + nop ;be0c 00 . + ld d,0bdh ;be0d 16 bd . . + dec de ;be0f 1b . + ld d,a ;be10 57 W + nop ;be11 00 . + ld (de),a ;be12 12 . + cp l ;be13 bd . + inc e ;be14 1c . + rrca ;be15 0f . + nop ;be16 00 . + ld d,0bdh ;be17 16 bd . . + inc e ;be19 1c . + ld (de),a ;be1a 12 . + nop ;be1b 00 . + ld d,0bdh ;be1c 16 bd . . + inc e ;be1e 1c . + ld d,e ;be1f 53 S + nop ;be20 00 . + rla ;be21 17 . + cp l ;be22 bd . + inc e ;be23 1c . + ld d,h ;be24 54 T + nop ;be25 00 . + rla ;be26 17 . + cp l ;be27 bd . + inc e ;be28 1c . + ld c,d ;be29 4a J + nop ;be2a 00 . + ld d,0bdh ;be2b 16 bd . . + inc e ;be2d 1c . + ld c,e ;be2e 4b K + nop ;be2f 00 . + ld d,0bdh ;be30 16 bd . . + inc e ;be32 1c . + ld c,b ;be33 48 H + nop ;be34 00 . + ld d,0bdh ;be35 16 bd . . + inc e ;be37 1c . + ld c,c ;be38 49 I + nop ;be39 00 . + ld d,0bdh ;be3a 16 bd . . + nop ;be3c 00 . +lbe3dh: + call sub_bf5ch ;be3d cd 5c bf . \ . + ld hl,(l6a31h) ;be40 2a 31 6a * 1 j + ld de,(l6a33h) ;be43 ed 5b 33 6a . [ 3 j + ld (lf939h),hl ;be47 22 39 f9 " 9 . + ld (lf93bh),de ;be4a ed 53 3b f9 . S ; . + ld hl,(06a35h) ;be4e 2a 35 6a * 5 j + ld de,(l6a37h) ;be51 ed 5b 37 6a . [ 7 j + ld (lf93dh),hl ;be55 22 3d f9 " = . + ld (lf93fh),de ;be58 ed 53 3f f9 . S ? . + call sub_1d11h ;be5c cd 11 1d . . . + cp 0ffh ;be5f fe ff . . + jr nz,lbe95h ;be61 20 32 2 + ld hl,(l6a6dh) ;be63 2a 6d 6a * m j + ld de,(l6a6fh) ;be66 ed 5b 6f 6a . [ o j + exx ;be6a d9 . + ld hl,(lf939h) ;be6b 2a 39 f9 * 9 . + ld de,(lf93bh) ;be6e ed 5b 3b f9 . [ ; . + call sub_6c12h ;be72 cd 12 6c . . l + ld (lf939h),hl ;be75 22 39 f9 " 9 . + ld (lf93bh),de ;be78 ed 53 3b f9 . S ; . + ld hl,(l6a6dh) ;be7c 2a 6d 6a * m j + ld de,(l6a6fh) ;be7f ed 5b 6f 6a . [ o j + exx ;be83 d9 . + ld hl,(lf93dh) ;be84 2a 3d f9 * = . + ld de,(lf93fh) ;be87 ed 5b 3f f9 . [ ? . + call sub_6c12h ;be8b cd 12 6c . . l + ld (lf93dh),hl ;be8e 22 3d f9 " = . + ld (lf93fh),de ;be91 ed 53 3f f9 . S ? . +lbe95h: + xor a ;be95 af . + ld (lf938h),a ;be96 32 38 f9 2 8 . + call sub_b10dh ;be99 cd 0d b1 . . . + call sub_b2adh ;be9c cd ad b2 . . . + ld a,008h ;be9f 3e 08 > . + ld (lf94eh),a ;bea1 32 4e f9 2 N . + ld a,001h ;bea4 3e 01 > . + call l9fffh ;bea6 cd ff 9f . . . + call sub_bf70h ;bea9 cd 70 bf . p . +lbeach: + xor a ;beac af . + ld (lfa82h),a ;bead 32 82 fa 2 . . + ld (lfa83h),a ;beb0 32 83 fa 2 . . +lbeb3h: + ld a,(lfa82h) ;beb3 3a 82 fa : . . + cp 030h ;beb6 fe 30 . 0 + jr z,lbed1h ;beb8 28 17 ( . + ld a,(lfa83h) ;beba 3a 83 fa : . . + cp 082h ;bebd fe 82 . . + jr z,lbec6h ;bebf 28 05 ( . + call sub_bed9h ;bec1 cd d9 be . . . + jr lbeb3h ;bec4 18 ed . . +lbec6h: + call sub_bf39h ;bec6 cd 39 bf . 9 . + call sub_bfe9h ;bec9 cd e9 bf . . . + call sub_bfdfh ;becc cd df bf . . . + jr lbeb3h ;becf 18 e2 . . +lbed1h: + call sub_bf70h ;bed1 cd 70 bf . p . + call sub_bf56h ;bed4 cd 56 bf . V . + jr lbeach ;bed7 18 d3 . . +sub_bed9h: + call sub_b80ah ;bed9 cd 0a b8 . . . + jr nz,lbee2h ;bedc 20 04 . + call sub_bfe4h ;bede cd e4 bf . . . + ret ;bee1 c9 . +lbee2h: + cp 00dh ;bee2 fe 0d . . + jr nz,lbef3h ;bee4 20 0d . + call sub_bf39h ;bee6 cd 39 bf . 9 . + call sub_bfe9h ;bee9 cd e9 bf . . . + call sub_bfdfh ;beec cd df bf . . . + call sub_bf4ah ;beef cd 4a bf . J . + ret ;bef2 c9 . +lbef3h: + cp 00ah ;bef3 fe 0a . . + jr nz,lbefeh ;bef5 20 07 . + call sub_bf41h ;bef7 cd 41 bf . A . + call sub_bfdfh ;befa cd df bf . . . + ret ;befd c9 . +lbefeh: + cp 009h ;befe fe 09 . . + jr nz,lbf06h ;bf00 20 04 . + call sub_bf0dh ;bf02 cd 0d bf . . . + ret ;bf05 c9 . +lbf06h: + call sub_bf1dh ;bf06 cd 1d bf . . . + call sub_bfe4h ;bf09 cd e4 bf . . . + ret ;bf0c c9 . +sub_bf0dh: + ld a,020h ;bf0d 3e 20 > + call sub_bf1dh ;bf0f cd 1d bf . . . + call sub_bfe4h ;bf12 cd e4 bf . . . + ld a,(lfa83h) ;bf15 3a 83 fa : . . + and 007h ;bf18 e6 07 . . + jr nz,sub_bf0dh ;bf1a 20 f1 . + ret ;bf1c c9 . +sub_bf1dh: + push af ;bf1d f5 . + call sub_bf29h ;bf1e cd 29 bf . ) . + pop af ;bf21 f1 . + ld (lf937h),a ;bf22 32 37 f9 2 7 . + call sub_ae2fh ;bf25 cd 2f ae . / . + ret ;bf28 c9 . +sub_bf29h: + and 080h ;bf29 e6 80 . . + jr z,lbf35h ;bf2b 28 08 ( . + call sub_1d11h ;bf2d cd 11 1d . . . + and a ;bf30 a7 . + jr z,lbf35h ;bf31 28 02 ( . + ld a,0ffh ;bf33 3e ff > . +lbf35h: + ld (lf950h),a ;bf35 32 50 f9 2 P . + ret ;bf38 c9 . +sub_bf39h: + ld a,00dh ;bf39 3e 0d > . + ld (lf937h),a ;bf3b 32 37 f9 2 7 . + call sub_ae2fh ;bf3e cd 2f ae . / . +sub_bf41h: + ld a,00ah ;bf41 3e 0a > . + ld (lf937h),a ;bf43 32 37 f9 2 7 . + call sub_ae2fh ;bf46 cd 2f ae . / . + ret ;bf49 c9 . +sub_bf4ah: + call sub_f4cbh ;bf4a cd cb f4 . . . + cp 00ah ;bf4d fe 0a . . + ret z ;bf4f c8 . + push hl ;bf50 e5 . + call lf4cch+2 ;bf51 cd ce f4 . . . + pop hl ;bf54 e1 . + ret ;bf55 c9 . +sub_bf56h: + call sub_1d6dh ;bf56 cd 6d 1d . m . + jr z,sub_bf56h ;bf59 28 fb ( . +lbf5bh: + ret ;bf5b c9 . +sub_bf5ch: + call sub_1d27h ;bf5c cd 27 1d . ' . + ret z ;bf5f c8 . + call sub_1d1ch ;bf60 cd 1c 1d . . . + call sub_14f6h ;bf63 cd f6 14 . . . + call sub_78fch ;bf66 cd fc 78 . . x + call sub_79beh ;bf69 cd be 79 . . y + call sub_5566h ;bf6c cd 66 55 . f U + ret ;bf6f c9 . +sub_bf70h: + ld a,000h ;bf70 3e 00 > . + call sub_4ee7h ;bf72 cd e7 4e . . N + ld a,000h ;bf75 3e 00 > . + call sub_4ef2h ;bf77 cd f2 4e . . N + ld hl,(l6a2dh) ;bf7a 2a 2d 6a * - j + ld de,(l6a2fh) ;bf7d ed 5b 2f 6a . [ / j + ld (lfa7eh),hl ;bf81 22 7e fa " ~ . + ld (lfa80h),de ;bf84 ed 53 80 fa . S . . + call sub_1d11h ;bf88 cd 11 1d . . . + cp 0ffh ;bf8b fe ff . . + jr nz,lbfa8h ;bf8d 20 19 . + ld hl,(l6a6dh) ;bf8f 2a 6d 6a * m j + ld de,(l6a6fh) ;bf92 ed 5b 6f 6a . [ o j + exx ;bf96 d9 . + ld hl,(lfa7eh) ;bf97 2a 7e fa * ~ . + ld de,(lfa80h) ;bf9a ed 5b 80 fa . [ . . + call sub_6c12h ;bf9e cd 12 6c . . l + ld (lfa7eh),hl ;bfa1 22 7e fa " ~ . + ld (lfa80h),de ;bfa4 ed 53 80 fa . S . . +lbfa8h: + ld hl,(lfa7eh) ;bfa8 2a 7e fa * ~ . + ld de,(lfa80h) ;bfab ed 5b 80 fa . [ . . + exx ;bfaf d9 . + ld hl,(l6a49h) ;bfb0 2a 49 6a * I j + ld de,(l6a4bh) ;bfb3 ed 5b 4b 6a . [ K j + call sub_4f84h ;bfb7 cd 84 4f . . O + call sub_4f02h ;bfba cd 02 4f . . O + ld (lf8ffh),hl ;bfbd 22 ff f8 " . . + ld (lf901h),de ;bfc0 ed 53 01 f9 . S . . + exx ;bfc4 d9 . + ld (lf903h),hl ;bfc5 22 03 f9 " . . + ld (lf905h),de ;bfc8 ed 53 05 f9 . S . . + call sub_4f02h ;bfcc cd 02 4f . . O + ld (lf9fah),hl ;bfcf 22 fa f9 " . . + ld (lf9fch),de ;bfd2 ed 53 fc f9 . S . . + exx ;bfd6 d9 . + ld (lf9feh),hl ;bfd7 22 fe f9 " . . + ld (lfa00h),de ;bfda ed 53 00 fa . S . . + ret ;bfde c9 . +sub_bfdfh: + ld hl,lfa82h ;bfdf 21 82 fa ! . . + inc (hl) ;bfe2 34 4 + ret ;bfe3 c9 . +sub_bfe4h: + ld hl,lfa83h ;bfe4 21 83 fa ! . . + inc (hl) ;bfe7 34 4 + ret ;bfe8 c9 . +sub_bfe9h: + ld hl,lfa83h ;bfe9 21 83 fa ! . . + ld (hl),000h ;bfec 36 00 6 . + ret ;bfee c9 . + nop ;bfef 00 . + nop ;bff0 00 . + nop ;bff1 00 . + nop ;bff2 00 . + nop ;bff3 00 . + nop ;bff4 00 . + nop ;bff5 00 . + nop ;bff6 00 . + nop ;bff7 00 . + nop ;bff8 00 . + nop ;bff9 00 . + nop ;bffa 00 . + nop ;bffb 00 . + nop ;bffc 00 . + nop ;bffd 00 . +lbffeh: + nop ;bffe 00 . + nop ;bfff 00 . + nop ;c000 00 . + nop ;c001 00 . + add hl,de ;c002 19 . + nop ;c003 00 . + ld (l4afeh+2),a ;c004 32 00 4b 2 . K + nop ;c007 00 . + ld h,l ;c008 65 e + nop ;c009 00 . + ld a,(hl) ;c00a 7e ~ + nop ;c00b 00 . + sub a ;c00c 97 . + nop ;c00d 00 . + or b ;c00e b0 . + nop ;c00f 00 . + ret ;c010 c9 . + nop ;c011 00 . + jp po,lfb00h ;c012 e2 00 fb . . . + nop ;c015 00 . + dec d ;c016 15 . + ld bc,l012eh ;c017 01 2e 01 . . . + ld b,a ;c01a 47 G + ld bc,l0160h ;c01b 01 60 01 . ` . + ld a,c ;c01e 79 y + ld bc,00192h ;c01f 01 92 01 . . . + xor e ;c022 ab . + ld bc,l01c4h ;c023 01 c4 01 . . . + sbc a,001h ;c026 de 01 . . + rst 30h ;c028 f7 . + ld bc,l0210h ;c029 01 10 02 . . . + add hl,hl ;c02c 29 ) + ld (bc),a ;c02d 02 . + ld b,d ;c02e 42 B + ld (bc),a ;c02f 02 . + ld e,e ;c030 5b [ + ld (bc),a ;c031 02 . + ld (hl),h ;c032 74 t + ld (bc),a ;c033 02 . + adc a,(hl) ;c034 8e . + ld (bc),a ;c035 02 . + and a ;c036 a7 . + ld (bc),a ;c037 02 . + ret nz ;c038 c0 . + ld (bc),a ;c039 02 . + exx ;c03a d9 . + ld (bc),a ;c03b 02 . + jp p,00b02h ;c03c f2 02 0b . . . + inc bc ;c03f 03 . + inc h ;c040 24 $ + inc bc ;c041 03 . + ld a,003h ;c042 3e 03 > . + ld d,a ;c044 57 W + inc bc ;c045 03 . + ld (hl),b ;c046 70 p + inc bc ;c047 03 . + adc a,c ;c048 89 . + inc bc ;c049 03 . + and d ;c04a a2 . + inc bc ;c04b 03 . + cp e ;c04c bb . + inc bc ;c04d 03 . + call nc,sub_ee03h ;c04e d4 03 ee . . . + inc bc ;c051 03 . + rlca ;c052 07 . + inc b ;c053 04 . + jr nz,lc05ah ;c054 20 04 . + add hl,sp ;c056 39 9 + inc b ;c057 04 . + ld d,d ;c058 52 R + inc b ;c059 04 . +lc05ah: + ld l,e ;c05a 6b k + inc b ;c05b 04 . + add a,h ;c05c 84 . + inc b ;c05d 04 . + sbc a,l ;c05e 9d . + inc b ;c05f 04 . + or a ;c060 b7 . + inc b ;c061 04 . + ret nc ;c062 d0 . + inc b ;c063 04 . + jp (hl) ;c064 e9 . + inc b ;c065 04 . + ld (bc),a ;c066 02 . + dec b ;c067 05 . + dec de ;c068 1b . + dec b ;c069 05 . + inc (hl) ;c06a 34 4 + dec b ;c06b 05 . + ld c,l ;c06c 4d M + dec b ;c06d 05 . + ld h,a ;c06e 67 g + dec b ;c06f 05 . + add a,b ;c070 80 . + dec b ;c071 05 . + sbc a,c ;c072 99 . + dec b ;c073 05 . + or d ;c074 b2 . + dec b ;c075 05 . + rlc l ;c076 cb 05 . . + call po,sub_fd05h ;c078 e4 05 fd . . . + dec b ;c07b 05 . + ld d,006h ;c07c 16 06 . . + jr nc,$+8 ;c07e 30 06 0 . + ld c,c ;c080 49 I + ld b,062h ;c081 06 62 . b + ld b,07bh ;c083 06 7b . { + ld b,094h ;c085 06 94 . . + ld b,0adh ;c087 06 ad . . + ld b,0c6h ;c089 06 c6 . . + ld b,0e0h ;c08b 06 e0 . . + ld b,0f9h ;c08d 06 f9 . . + ld b,012h ;c08f 06 12 . . + rlca ;c091 07 . + dec hl ;c092 2b + + rlca ;c093 07 . + ld b,h ;c094 44 D + rlca ;c095 07 . + ld e,l ;c096 5d ] + rlca ;c097 07 . + halt ;c098 76 v + rlca ;c099 07 . + adc a,a ;c09a 8f . + rlca ;c09b 07 . + xor c ;c09c a9 . + rlca ;c09d 07 . + jp nz,ldb07h ;c09e c2 07 db . . . + rlca ;c0a1 07 . + call p,00d07h ;c0a2 f4 07 0d . . . + ex af,af' ;c0a5 08 . + ld h,008h ;c0a6 26 08 & . + ccf ;c0a8 3f ? + ex af,af' ;c0a9 08 . + ld e,b ;c0aa 58 X + ex af,af' ;c0ab 08 . + ld (hl),d ;c0ac 72 r + ex af,af' ;c0ad 08 . + adc a,e ;c0ae 8b . + ex af,af' ;c0af 08 . + and h ;c0b0 a4 . + ex af,af' ;c0b1 08 . + cp l ;c0b2 bd . + ex af,af' ;c0b3 08 . + sub 008h ;c0b4 d6 08 . . + rst 28h ;c0b6 ef . + ex af,af' ;c0b7 08 . + ex af,af' ;c0b8 08 . + add hl,bc ;c0b9 09 . + ld hl,l3b09h ;c0ba 21 09 3b ! . ; + add hl,bc ;c0bd 09 . + ld d,h ;c0be 54 T + add hl,bc ;c0bf 09 . + ld l,l ;c0c0 6d m + add hl,bc ;c0c1 09 . + add a,(hl) ;c0c2 86 . + add hl,bc ;c0c3 09 . + sbc a,a ;c0c4 9f . + add hl,bc ;c0c5 09 . + cp b ;c0c6 b8 . + add hl,bc ;c0c7 09 . + pop de ;c0c8 d1 . + add hl,bc ;c0c9 09 . + jp pe,00409h ;c0ca ea 09 04 . . . + ld a,(bc) ;c0cd 0a . + dec e ;c0ce 1d . + ld a,(bc) ;c0cf 0a . + ld (hl),00ah ;c0d0 36 0a 6 . + ld c,a ;c0d2 4f O + ld a,(bc) ;c0d3 0a . + ld l,b ;c0d4 68 h + ld a,(bc) ;c0d5 0a . + add a,c ;c0d6 81 . + ld a,(bc) ;c0d7 0a . + sbc a,d ;c0d8 9a . + ld a,(bc) ;c0d9 0a . + or e ;c0da b3 . + ld a,(bc) ;c0db 0a . + call z,sub_e60ah ;c0dc cc 0a e6 . . . + ld a,(bc) ;c0df 0a . + rst 38h ;c0e0 ff . + ld a,(bc) ;c0e1 0a . + jr lc0efh ;c0e2 18 0b . . + ld sp,04a0bh ;c0e4 31 0b 4a 1 . J + dec bc ;c0e7 0b . +lc0e8h: + ld h,e ;c0e8 63 c + dec bc ;c0e9 0b . + ld a,h ;c0ea 7c | + dec bc ;c0eb 0b . + sub l ;c0ec 95 . + dec bc ;c0ed 0b . + xor (hl) ;c0ee ae . +lc0efh: + dec bc ;c0ef 0b . + ret z ;c0f0 c8 . + dec bc ;c0f1 0b . + pop hl ;c0f2 e1 . + dec bc ;c0f3 0b . + jp m,0130bh ;c0f4 fa 0b 13 . . . + inc c ;c0f7 0c . + inc l ;c0f8 2c , + inc c ;c0f9 0c . + ld b,l ;c0fa 45 E + inc c ;c0fb 0c . + ld e,(hl) ;c0fc 5e ^ + inc c ;c0fd 0c . + ld (hl),a ;c0fe 77 w + inc c ;c0ff 0c . + sub b ;c100 90 . + inc c ;c101 0c . + xor d ;c102 aa . + inc c ;c103 0c . +lc104h: + jp 0dc0ch ;c104 c3 0c dc . . . + inc c ;c107 0c . + push af ;c108 f5 . + inc c ;c109 0c . + ld c,00dh ;c10a 0e 0d . . + daa ;c10c 27 ' + dec c ;c10d 0d . + ld b,b ;c10e 40 @ + dec c ;c10f 0d . + ld e,c ;c110 59 Y + dec c ;c111 0d . + ld (hl),d ;c112 72 r + dec c ;c113 0d . + adc a,h ;c114 8c . + dec c ;c115 0d . + and l ;c116 a5 . + dec c ;c117 0d . + cp (hl) ;c118 be . + dec c ;c119 0d . + rst 10h ;c11a d7 . + dec c ;c11b 0d . + ret p ;c11c f0 . + dec c ;c11d 0d . + add hl,bc ;c11e 09 . +lc11fh: + ld c,022h ;c11f 0e 22 . " + ld c,03bh ;c121 0e 3b . ; + ld c,054h ;c123 0e 54 . T + ld c,06dh ;c125 0e 6d . m + ld c,087h ;c127 0e 87 . . + ld c,0a0h ;c129 0e a0 . . + ld c,0b9h ;c12b 0e b9 . . + ld c,0d2h ;c12d 0e d2 . . + ld c,0ebh ;c12f 0e eb . . + ld c,004h ;c131 0e 04 . . + rrca ;c133 0f . + dec e ;c134 1d . + rrca ;c135 0f . + ld (hl),00fh ;c136 36 0f 6 . + ld c,a ;c138 4f O + rrca ;c139 0f . +lc13ah: + ld l,b ;c13a 68 h + rrca ;c13b 0f . + add a,d ;c13c 82 . + rrca ;c13d 0f . + sbc a,e ;c13e 9b . + rrca ;c13f 0f . + or h ;c140 b4 . + rrca ;c141 0f . + call sub_e60fh ;c142 cd 0f e6 . . . + rrca ;c145 0f . + rst 38h ;c146 ff . + rrca ;c147 0f . + jr $+18 ;c148 18 10 . . + ld sp,l4a10h ;c14a 31 10 4a 1 . J + djnz lc1b2h ;c14d 10 63 . c + djnz lc1cdh ;c14f 10 7c . | + djnz lc0e8h ;c151 10 95 . . + djnz lc104h ;c153 10 af . . +lc155h: + djnz lc11fh ;c155 10 c8 . . + djnz lc13ah ;c157 10 e1 . . + djnz lc155h ;c159 10 fa . . + djnz $+21 ;c15b 10 13 . . + ld de,l112ch ;c15d 11 2c 11 . , . + ld b,l ;c160 45 E + ld de,l115eh ;c161 11 5e 11 . ^ . + ld (hl),a ;c164 77 w + ld de,sub_118fh+1 ;c165 11 90 11 . . . + xor c ;c168 a9 . + ld de,l11c0h+2 ;c169 11 c2 11 . . . + call c,0f511h ;c16c dc 11 f5 . . . + ld de,l120eh ;c16f 11 0e 12 . . . + daa ;c172 27 ' + ld (de),a ;c173 12 . + ld b,b ;c174 40 @ + ld (de),a ;c175 12 . + ld e,c ;c176 59 Y + ld (de),a ;c177 12 . +lc178h: + ld (hl),d ;c178 72 r + ld (de),a ;c179 12 . + adc a,e ;c17a 8b . + ld (de),a ;c17b 12 . + and h ;c17c a4 . + ld (de),a ;c17d 12 . + cp l ;c17e bd . + ld (de),a ;c17f 12 . + sub 012h ;c180 d6 12 . . + rst 28h ;c182 ef . + ld (de),a ;c183 12 . + ex af,af' ;c184 08 . + inc de ;c185 13 . + ld (03b13h),hl ;c186 22 13 3b " . ; + inc de ;c189 13 . + ld d,h ;c18a 54 T + inc de ;c18b 13 . + ld l,l ;c18c 6d m + inc de ;c18d 13 . + add a,(hl) ;c18e 86 . + inc de ;c18f 13 . + sbc a,a ;c190 9f . + inc de ;c191 13 . + cp b ;c192 b8 . +lc193h: + inc de ;c193 13 . + pop de ;c194 d1 . + inc de ;c195 13 . + jp pe,00313h ;c196 ea 13 03 . . . + inc d ;c199 14 . + inc e ;c19a 1c . + inc d ;c19b 14 . + dec (hl) ;c19c 35 5 + inc d ;c19d 14 . + ld c,(hl) ;c19e 4e N + inc d ;c19f 14 . + ld h,a ;c1a0 67 g + inc d ;c1a1 14 . + add a,b ;c1a2 80 . + inc d ;c1a3 14 . + sbc a,c ;c1a4 99 . + inc d ;c1a5 14 . + or e ;c1a6 b3 . + inc d ;c1a7 14 . + call z,sub_e514h ;c1a8 cc 14 e5 . . . + inc d ;c1ab 14 . + cp 014h ;c1ac fe 14 . . +lc1aeh: + rla ;c1ae 17 . + dec d ;c1af 15 . + jr nc,lc1c7h ;c1b0 30 15 0 . +lc1b2h: + ld c,c ;c1b2 49 I + dec d ;c1b3 15 . + ld h,d ;c1b4 62 b + dec d ;c1b5 15 . + ld a,e ;c1b6 7b { + dec d ;c1b7 15 . + sub h ;c1b8 94 . + dec d ;c1b9 15 . + xor l ;c1ba ad . + dec d ;c1bb 15 . + add a,015h ;c1bc c6 15 . . + rst 18h ;c1be df . + dec d ;c1bf 15 . + ret m ;c1c0 f8 . + dec d ;c1c1 15 . + ld de,02a16h ;c1c2 11 16 2a . . * + ld d,043h ;c1c5 16 43 . C +lc1c7h: + ld d,05ch ;c1c7 16 5c . \ +lc1c9h: + ld d,075h ;c1c9 16 75 . u + ld d,08eh ;c1cb 16 8e . . +lc1cdh: + ld d,0a7h ;c1cd 16 a7 . . + ld d,0c1h ;c1cf 16 c1 . . + ld d,0dah ;c1d1 16 da . . + ld d,0f3h ;c1d3 16 f3 . . + ld d,00ch ;c1d5 16 0c . . + rla ;c1d7 17 . + dec h ;c1d8 25 % + rla ;c1d9 17 . + ld a,017h ;c1da 3e 17 > . + ld d,a ;c1dc 57 W + rla ;c1dd 17 . + ld (hl),b ;c1de 70 p + rla ;c1df 17 . + adc a,c ;c1e0 89 . + rla ;c1e1 17 . + and d ;c1e2 a2 . + rla ;c1e3 17 . +lc1e4h: + cp e ;c1e4 bb . + rla ;c1e5 17 . + call nc,sub_ed17h ;c1e6 d4 17 ed . . . + rla ;c1e9 17 . + ld b,018h ;c1ea 06 18 . . + rra ;c1ec 1f . + jr $+58 ;c1ed 18 38 . 8 + jr lc242h ;c1ef 18 51 . Q + jr lc25dh ;c1f1 18 6a . j + jr lc178h ;c1f3 18 83 . . + jr lc193h ;c1f5 18 9c . . + jr lc1aeh ;c1f7 18 b5 . . + jr lc1c9h ;c1f9 18 ce . . + jr lc1e4h ;c1fb 18 e7 . . + jr lc1ffh ;c1fd 18 00 . . +lc1ffh: + add hl,de ;c1ff 19 . + add hl,de ;c200 19 . + add hl,de ;c201 19 . + ld (04b19h),a ;c202 32 19 4b 2 . K + add hl,de ;c205 19 . + ld h,h ;c206 64 d + add hl,de ;c207 19 . + ld a,l ;c208 7d } + add hl,de ;c209 19 . + sub (hl) ;c20a 96 . + add hl,de ;c20b 19 . + xor a ;c20c af . + add hl,de ;c20d 19 . + ret z ;c20e c8 . + add hl,de ;c20f 19 . + pop hl ;c210 e1 . + add hl,de ;c211 19 . + jp m,l1319h ;c212 fa 19 13 . . . + ld a,(de) ;c215 1a . + inc l ;c216 2c , + ld a,(de) ;c217 1a . + ld b,l ;c218 45 E + ld a,(de) ;c219 1a . + ld e,(hl) ;c21a 5e ^ + ld a,(de) ;c21b 1a . + ld (hl),a ;c21c 77 w +lc21dh: + ld a,(de) ;c21d 1a . + sub b ;c21e 90 . + ld a,(de) ;c21f 1a . + xor c ;c220 a9 . + ld a,(de) ;c221 1a . + jp nz,ldb1ah ;c222 c2 1a db . . . + ld a,(de) ;c225 1a . + call p,00d1ah ;c226 f4 1a 0d . . . + dec de ;c229 1b . + ld h,01bh ;c22a 26 1b & . + ccf ;c22c 3f ? + dec de ;c22d 1b . + ld e,b ;c22e 58 X + dec de ;c22f 1b . + ld (hl),c ;c230 71 q + dec de ;c231 1b . + adc a,d ;c232 8a . +lc233h: + dec de ;c233 1b . + and e ;c234 a3 . + dec de ;c235 1b . + cp h ;c236 bc . + dec de ;c237 1b . +lc238h: + push de ;c238 d5 . + dec de ;c239 1b . + xor 01bh ;c23a ee 1b . . + rlca ;c23c 07 . + inc e ;c23d 1c . + jr nz,lc25ch ;c23e 20 1c . + add hl,sp ;c240 39 9 + inc e ;c241 1c . +lc242h: + ld d,d ;c242 52 R + inc e ;c243 1c . + ld l,e ;c244 6b k + inc e ;c245 1c . + add a,h ;c246 84 . + inc e ;c247 1c . + sbc a,l ;c248 9d . + inc e ;c249 1c . + or (hl) ;c24a b6 . + inc e ;c24b 1c . + rst 8 ;c24c cf . + inc e ;c24d 1c . + ret pe ;c24e e8 . + inc e ;c24f 1c . + ld bc,01a1dh ;c250 01 1d 1a . . . + dec e ;c253 1d . +lc254h: + inc sp ;c254 33 3 + dec e ;c255 1d . + ld c,h ;c256 4c L + dec e ;c257 1d . + ld h,l ;c258 65 e + dec e ;c259 1d . + ld a,(hl) ;c25a 7e ~ + dec e ;c25b 1d . +lc25ch: + sub a ;c25c 97 . +lc25dh: + dec e ;c25d 1d . + or b ;c25e b0 . + dec e ;c25f 1d . + ret ;c260 c9 . + dec e ;c261 1d . + jp po,lfb1dh ;c262 e2 1d fb . . . + dec e ;c265 1d . + inc d ;c266 14 . + ld e,02dh ;c267 1e 2d . - + ld e,046h ;c269 1e 46 . F + ld e,05fh ;c26b 1e 5f . _ +lc26dh: + ld e,078h ;c26d 1e 78 . x + ld e,091h ;c26f 1e 91 . . + ld e,0aah ;c271 1e aa . . + ld e,0c3h ;c273 1e c3 . . +lc275h: + ld e,0dbh ;c275 1e db . . + ld e,0f4h ;c277 1e f4 . . + ld e,00dh ;c279 1e 0d . . + rra ;c27b 1f . + ld h,01fh ;c27c 26 1f & . + ccf ;c27e 3f ? + rra ;c27f 1f . + ld e,b ;c280 58 X + rra ;c281 1f . + ld (hl),c ;c282 71 q + rra ;c283 1f . + adc a,d ;c284 8a . + rra ;c285 1f . + and e ;c286 a3 . + rra ;c287 1f . +lc288h: + cp h ;c288 bc . + rra ;c289 1f . + push de ;c28a d5 . + rra ;c28b 1f . + xor 01fh ;c28c ee 1f . . + rlca ;c28e 07 . + jr nz,lc2b1h ;c28f 20 20 + jr nz,$+59 ;c291 20 39 9 + jr nz,lc2e7h ;c293 20 52 R + jr nz,lc302h ;c295 20 6b k + jr nz,lc21dh ;c297 20 84 . + jr nz,lc238h ;c299 20 9d . + jr nz,$-73 ;c29b 20 b5 . + jr nz,lc26dh ;c29d 20 ce . + jr nz,lc288h ;c29f 20 e7 . + jr nz,lc2a3h ;c2a1 20 00 . +lc2a3h: + ld hl,l2119h ;c2a3 21 19 21 ! . ! + ld (04b21h),a ;c2a6 32 21 4b 2 ! K + ld hl,02164h ;c2a9 21 64 21 ! d ! + ld a,l ;c2ac 7d } + ld hl,l2196h ;c2ad 21 96 21 ! . ! + xor a ;c2b0 af . +lc2b1h: + ld hl,021c8h ;c2b1 21 c8 21 ! . ! + pop hl ;c2b4 e1 . + ld hl,021f9h ;c2b5 21 f9 21 ! . ! + ld (de),a ;c2b8 12 . + ld (l222bh),hl ;c2b9 22 2b 22 " + " + ld b,h ;c2bc 44 D + ld (l225dh),hl ;c2bd 22 5d 22 " ] " + halt ;c2c0 76 v + ld (l228fh),hl ;c2c1 22 8f 22 " . " + xor b ;c2c4 a8 . + ld (l22c1h),hl ;c2c5 22 c1 22 " . " + jp c,lf322h ;c2c8 da 22 f3 . " . + ld (l230bh),hl ;c2cb 22 0b 23 " . # + inc h ;c2ce 24 $ + inc hl ;c2cf 23 # + dec a ;c2d0 3d = + inc hl ;c2d1 23 # + ld d,(hl) ;c2d2 56 V + inc hl ;c2d3 23 # +lc2d4h: + ld l,a ;c2d4 6f o + inc hl ;c2d5 23 # + adc a,b ;c2d6 88 . +lc2d7h: + inc hl ;c2d7 23 # + and c ;c2d8 a1 . + inc hl ;c2d9 23 # + cp d ;c2da ba . + inc hl ;c2db 23 # + out (023h),a ;c2dc d3 23 . # + call pe,sub_0423h ;c2de ec 23 04 . # . + inc h ;c2e1 24 $ + dec e ;c2e2 1d . + inc h ;c2e3 24 $ + ld (hl),024h ;c2e4 36 24 6 $ + ld c,a ;c2e6 4f O +lc2e7h: + inc h ;c2e7 24 $ + ld l,b ;c2e8 68 h + inc h ;c2e9 24 $ + add a,c ;c2ea 81 . + inc h ;c2eb 24 $ + sbc a,d ;c2ec 9a . + inc h ;c2ed 24 $ +lc2eeh: + or e ;c2ee b3 . + inc h ;c2ef 24 $ + sla h ;c2f0 cb 24 . $ + call po,sub_fd24h ;c2f2 e4 24 fd . $ . + inc h ;c2f5 24 $ + ld d,025h ;c2f6 16 25 . % + cpl ;c2f8 2f / + dec h ;c2f9 25 % + ld c,b ;c2fa 48 H + dec h ;c2fb 25 % + ld h,c ;c2fc 61 a + dec h ;c2fd 25 % + ld a,d ;c2fe 7a z + dec h ;c2ff 25 % + sub d ;c300 92 . + dec h ;c301 25 % +lc302h: + xor e ;c302 ab . + dec h ;c303 25 % + call nz,sub_dd25h ;c304 c4 25 dd . % . + dec h ;c307 25 % + or 025h ;c308 f6 25 . % + rrca ;c30a 0f . + ld h,028h ;c30b 26 28 & ( + ld h,040h ;c30d 26 40 & @ + ld h,059h ;c30f 26 59 & Y + ld h,072h ;c311 26 72 & r + ld h,08bh ;c313 26 8b & . + ld h,0a4h ;c315 26 a4 & . + ld h,0bdh ;c317 26 bd & . + ld h,0d6h ;c319 26 d6 & . + ld h,0eeh ;c31b 26 ee & . + ld h,007h ;c31d 26 07 & . + daa ;c31f 27 ' + jr nz,lc349h ;c320 20 27 ' + add hl,sp ;c322 39 9 + daa ;c323 27 ' +lc324h: + ld d,d ;c324 52 R + daa ;c325 27 ' + ld l,e ;c326 6b k + daa ;c327 27 ' + add a,h ;c328 84 . + daa ;c329 27 ' + sbc a,h ;c32a 9c . + daa ;c32b 27 ' + or l ;c32c b5 . + daa ;c32d 27 ' + adc a,027h ;c32e ce 27 . ' + rst 20h ;c330 e7 . + daa ;c331 27 ' + nop ;c332 00 . + jr z,lc34eh ;c333 28 19 ( . + jr z,$+51 ;c335 28 31 ( 1 + jr z,lc383h ;c337 28 4a ( J + jr z,$+101 ;c339 28 63 ( c + jr z,lc3b9h ;c33b 28 7c ( | + jr z,lc2d4h ;c33d 28 95 ( . +lc33fh: + jr z,lc2eeh ;c33f 28 ad ( . + jr z,$-56 ;c341 28 c6 ( . + jr z,lc324h ;c343 28 df ( . + jr z,lc33fh ;c345 28 f8 ( . + jr z,lc35ah ;c347 28 11 ( . +lc349h: + add hl,hl ;c349 29 ) + ld hl,(sub_4227h+2) ;c34a 2a 29 42 * ) B + add hl,hl ;c34d 29 ) +lc34eh: + ld e,e ;c34e 5b [ + add hl,hl ;c34f 29 ) + ld (hl),h ;c350 74 t + add hl,hl ;c351 29 ) + adc a,l ;c352 8d . + add hl,hl ;c353 29 ) + and (hl) ;c354 a6 . + add hl,hl ;c355 29 ) + cp (hl) ;c356 be . + add hl,hl ;c357 29 ) + rst 10h ;c358 d7 . + add hl,hl ;c359 29 ) +lc35ah: + ret p ;c35a f0 . + add hl,hl ;c35b 29 ) + add hl,bc ;c35c 09 . + ld hl,(l2a22h) ;c35d 2a 22 2a * " * + ld a,(l532ah) ;c360 3a 2a 53 : * S + ld hl,(l2a6ch) ;c363 2a 6c 2a * l * + add a,l ;c366 85 . + ld hl,(l2a9eh) ;c367 2a 9e 2a * . * + or (hl) ;c36a b6 . + ld hl,(l2acfh) ;c36b 2a cf 2a * . * + ret pe ;c36e e8 . + ld hl,(02b01h) ;c36f 2a 01 2b * . + + add hl,de ;c372 19 . + dec hl ;c373 2b + + ld (04b2bh),a ;c374 32 2b 4b 2 + K + dec hl ;c377 2b + + ld h,h ;c378 64 d + dec hl ;c379 2b + + ld a,l ;c37a 7d } + dec hl ;c37b 2b + + sub l ;c37c 95 . + dec hl ;c37d 2b + + xor (hl) ;c37e ae . + dec hl ;c37f 2b + +lc380h: + rst 0 ;c380 c7 . + dec hl ;c381 2b + + ret po ;c382 e0 . +lc383h: + dec hl ;c383 2b + + ret m ;c384 f8 . + dec hl ;c385 2b + + ld de,02a2ch ;c386 11 2c 2a . , * + inc l ;c389 2c , +lc38ah: + ld b,e ;c38a 43 C + inc l ;c38b 2c , + ld e,e ;c38c 5b [ + inc l ;c38d 2c , + ld (hl),h ;c38e 74 t + inc l ;c38f 2c , + adc a,l ;c390 8d . + inc l ;c391 2c , + and (hl) ;c392 a6 . + inc l ;c393 2c , + cp (hl) ;c394 be . + inc l ;c395 2c , + rst 10h ;c396 d7 . + inc l ;c397 2c , + ret p ;c398 f0 . + inc l ;c399 2c , + add hl,bc ;c39a 09 . +lc39bh: + dec l ;c39b 2d - + ld hl,l3a2dh ;c39c 21 2d 3a ! - : + dec l ;c39f 2d - + ld d,e ;c3a0 53 S + dec l ;c3a1 2d - + ld l,h ;c3a2 6c l + dec l ;c3a3 2d - + add a,h ;c3a4 84 . + dec l ;c3a5 2d - + sbc a,l ;c3a6 9d . + dec l ;c3a7 2d - + or (hl) ;c3a8 b6 . + dec l ;c3a9 2d - +lc3aah: + rst 8 ;c3aa cf . + dec l ;c3ab 2d - + rst 20h ;c3ac e7 . + dec l ;c3ad 2d - + nop ;c3ae 00 . + ld l,019h ;c3af 2e 19 . . + ld l,032h ;c3b1 2e 32 . 2 + ld l,04ah ;c3b3 2e 4a . J + ld l,063h ;c3b5 2e 63 . c + ld l,07ch ;c3b7 2e 7c . | +lc3b9h: + ld l,094h ;c3b9 2e 94 . . + ld l,0adh ;c3bb 2e ad . . + ld l,0c6h ;c3bd 2e c6 . . + ld l,0dfh ;c3bf 2e df . . + ld l,0f7h ;c3c1 2e f7 . . + ld l,010h ;c3c3 2e 10 . . + cpl ;c3c5 2f / + add hl,hl ;c3c6 29 ) + cpl ;c3c7 2f / + ld b,c ;c3c8 41 A + cpl ;c3c9 2f / + ld e,d ;c3ca 5a Z +lc3cbh: + cpl ;c3cb 2f / + ld (hl),e ;c3cc 73 s + cpl ;c3cd 2f / + adc a,h ;c3ce 8c . + cpl ;c3cf 2f / +lc3d0h: + and h ;c3d0 a4 . + cpl ;c3d1 2f / + cp l ;c3d2 bd . + cpl ;c3d3 2f / + sub 02fh ;c3d4 d6 2f . / + xor 02fh ;c3d6 ee 2f . / + rlca ;c3d8 07 . + jr nc,lc3fbh ;c3d9 30 20 0 + jr nc,lc415h ;c3db 30 38 0 8 + jr nc,lc430h ;c3dd 30 51 0 Q + jr nc,lc44bh ;c3df 30 6a 0 j + jr nc,$-124 ;c3e1 30 82 0 . + jr nc,lc380h ;c3e3 30 9b 0 . + jr nc,lc39bh ;c3e5 30 b4 0 . + jr nc,$-49 ;c3e7 30 cd 0 . + jr nc,lc3d0h ;c3e9 30 e5 0 . +lc3ebh: + jr nc,lc3ebh ;c3eb 30 fe 0 . + jr nc,lc406h ;c3ed 30 17 0 . + ld sp,l312fh ;c3ef 31 2f 31 1 / 1 + ld c,b ;c3f2 48 H + ld sp,03161h ;c3f3 31 61 31 1 a 1 + ld a,c ;c3f6 79 y + ld sp,l3192h ;c3f7 31 92 31 1 . 1 + xor e ;c3fa ab . +lc3fbh: + ld sp,031c3h ;c3fb 31 c3 31 1 . 1 + call c,sub_f531h ;c3fe dc 31 f5 . 1 . + ld sp,l320dh ;c401 31 0d 32 1 . 2 + ld h,032h ;c404 26 32 & 2 +lc406h: + ld a,032h ;c406 3e 32 > 2 + ld d,a ;c408 57 W + ld (l3270h),a ;c409 32 70 32 2 p 2 + adc a,b ;c40c 88 . + ld (032a1h),a ;c40d 32 a1 32 2 . 2 + cp d ;c410 ba . + ld (l32d2h),a ;c411 32 d2 32 2 . 2 + ex de,hl ;c414 eb . +lc415h: + ld (l3304h),a ;c415 32 04 33 2 . 3 + inc e ;c418 1c . + inc sp ;c419 33 3 + dec (hl) ;c41a 35 5 +sub_c41bh: + inc sp ;c41b 33 3 + ld c,(hl) ;c41c 4e N + inc sp ;c41d 33 3 + ld h,(hl) ;c41e 66 f + inc sp ;c41f 33 3 +lc420h: + ld a,a ;c420 7f  + inc sp ;c421 33 3 + sub a ;c422 97 . + inc sp ;c423 33 3 + or b ;c424 b0 . + inc sp ;c425 33 3 + ret ;c426 c9 . + inc sp ;c427 33 3 + pop hl ;c428 e1 . + inc sp ;c429 33 3 + jp m,l1231h+2 ;c42a fa 33 12 . 3 . + inc (hl) ;c42d 34 4 + dec hl ;c42e 2b + + inc (hl) ;c42f 34 4 +lc430h: + ld b,h ;c430 44 D + inc (hl) ;c431 34 4 + ld e,h ;c432 5c \ + inc (hl) ;c433 34 4 + ld (hl),l ;c434 75 u + inc (hl) ;c435 34 4 + adc a,(hl) ;c436 8e . + inc (hl) ;c437 34 4 + and (hl) ;c438 a6 . + inc (hl) ;c439 34 4 + cp a ;c43a bf . +lc43bh: + inc (hl) ;c43b 34 4 +sub_c43ch: + rst 10h ;c43c d7 . + inc (hl) ;c43d 34 4 + ret p ;c43e f0 . + inc (hl) ;c43f 34 4 + add hl,bc ;c440 09 . + dec (hl) ;c441 35 5 + ld hl,sub_3a35h ;c442 21 35 3a ! 5 : + dec (hl) ;c445 35 5 + ld d,d ;c446 52 R + dec (hl) ;c447 35 5 + ld l,e ;c448 6b k + dec (hl) ;c449 35 5 + add a,e ;c44a 83 . +lc44bh: + dec (hl) ;c44b 35 5 + sbc a,h ;c44c 9c . + dec (hl) ;c44d 35 5 + or l ;c44e b5 . + dec (hl) ;c44f 35 5 + call sub_e635h ;c450 cd 35 e6 . 5 . + dec (hl) ;c453 35 5 + cp 035h ;c454 fe 35 . 5 + rla ;c456 17 . + ld (hl),02fh ;c457 36 2f 6 / + ld (hl),048h ;c459 36 48 6 H + ld (hl),061h ;c45b 36 61 6 a + ld (hl),079h ;c45d 36 79 6 y + ld (hl),092h ;c45f 36 92 6 . + ld (hl),0aah ;c461 36 aa 6 . + ld (hl),0c3h ;c463 36 c3 6 . + ld (hl),0dbh ;c465 36 db 6 . + ld (hl),0f4h ;c467 36 f4 6 . + ld (hl),00dh ;c469 36 0d 6 . + scf ;c46b 37 7 + dec h ;c46c 25 % + scf ;c46d 37 7 + ld a,037h ;c46e 3e 37 > 7 +lc470h: + ld d,(hl) ;c470 56 V + scf ;c471 37 7 + ld l,a ;c472 6f o + scf ;c473 37 7 + add a,a ;c474 87 . + scf ;c475 37 7 + and b ;c476 a0 . + scf ;c477 37 7 + cp b ;c478 b8 . + scf ;c479 37 7 + pop de ;c47a d1 . + scf ;c47b 37 7 +sub_c47ch: + jp (hl) ;c47c e9 . + scf ;c47d 37 7 + ld (bc),a ;c47e 02 . + jr c,lc49bh ;c47f 38 1a 8 . + jr c,lc4b6h ;c481 38 33 8 3 + jr c,$+78 ;c483 38 4c 8 L + jr c,lc4ebh ;c485 38 64 8 d + jr c,$+127 ;c487 38 7d 8 } + jr c,lc420h ;c489 38 95 8 . + jr c,lc43bh ;c48b 38 ae 8 . + jr c,$-56 ;c48d 38 c6 8 . + jr c,lc470h ;c48f 38 df 8 . + jr c,$-7 ;c491 38 f7 8 . + jr c,$+18 ;c493 38 10 8 . + add hl,sp ;c495 39 9 + jr z,$+59 ;c496 28 39 ( 9 + ld b,c ;c498 41 A + add hl,sp ;c499 39 9 + ld e,c ;c49a 59 Y +lc49bh: + add hl,sp ;c49b 39 9 + ld (hl),d ;c49c 72 r +sub_c49dh: + add hl,sp ;c49d 39 9 + adc a,d ;c49e 8a . + add hl,sp ;c49f 39 9 + and e ;c4a0 a3 . + add hl,sp ;c4a1 39 9 + cp e ;c4a2 bb . + add hl,sp ;c4a3 39 9 + call nc,sub_ec39h ;c4a4 d4 39 ec . 9 . + add hl,sp ;c4a7 39 9 + dec b ;c4a8 05 . + ld a,(l3a1dh) ;c4a9 3a 1d 3a : . : + ld (hl),03ah ;c4ac 36 3a 6 : + ld c,(hl) ;c4ae 4e N + ld a,(03a67h) ;c4af 3a 67 3a : g : + ld a,a ;c4b2 7f  + ld a,(l3a97h) ;c4b3 3a 97 3a : . : +lc4b6h: + or b ;c4b6 b0 . + ld a,(l3ac8h) ;c4b7 3a c8 3a : . : + pop hl ;c4ba e1 . + ld a,(l3af9h) ;c4bb 3a f9 3a : . : + ld (de),a ;c4be 12 . + dec sp ;c4bf 3b ; + ld hl,(0433bh) ;c4c0 2a 3b 43 * ; C + dec sp ;c4c3 3b ; + ld e,e ;c4c4 5b [ + dec sp ;c4c5 3b ; + ld (hl),h ;c4c6 74 t + dec sp ;c4c7 3b ; + adc a,h ;c4c8 8c . + dec sp ;c4c9 3b ; + and l ;c4ca a5 . + dec sp ;c4cb 3b ; + cp l ;c4cc bd . + dec sp ;c4cd 3b ; + push de ;c4ce d5 . + dec sp ;c4cf 3b ; + xor 03bh ;c4d0 ee 3b . ; + ld b,03ch ;c4d2 06 3c . < + rra ;c4d4 1f . + inc a ;c4d5 3c < + scf ;c4d6 37 7 + inc a ;c4d7 3c < + ld d,b ;c4d8 50 P + inc a ;c4d9 3c < + ld l,b ;c4da 68 h + inc a ;c4db 3c < + add a,b ;c4dc 80 . + inc a ;c4dd 3c < + sbc a,c ;c4de 99 . + inc a ;c4df 3c < + or c ;c4e0 b1 . + inc a ;c4e1 3c < + jp z,le23bh+1 ;c4e2 ca 3c e2 . < . + inc a ;c4e5 3c < + ei ;c4e6 fb . + inc a ;c4e7 3c < + inc de ;c4e8 13 . + dec a ;c4e9 3d = + dec hl ;c4ea 2b + +lc4ebh: + dec a ;c4eb 3d = + ld b,h ;c4ec 44 D +sub_c4edh: + dec a ;c4ed 3d = + ld e,h ;c4ee 5c \ + dec a ;c4ef 3d = + ld (hl),l ;c4f0 75 u + dec a ;c4f1 3d = + adc a,l ;c4f2 8d . + dec a ;c4f3 3d = + and l ;c4f4 a5 . + dec a ;c4f5 3d = + cp (hl) ;c4f6 be . + dec a ;c4f7 3d = + sub 03dh ;c4f8 d6 3d . = + rst 28h ;c4fa ef . +lc4fbh: + dec a ;c4fb 3d = +lc4fch: + rlca ;c4fc 07 . + ld a,01fh ;c4fd 3e 1f > . +lc4ffh: + ld a,038h ;c4ff 3e 38 > 8 + ld a,050h ;c501 3e 50 > P + ld a,069h ;c503 3e 69 > i + ld a,081h ;c505 3e 81 > . + ld a,099h ;c507 3e 99 > . + ld a,0b2h ;c509 3e b2 > . + ld a,0cah ;c50b 3e ca > . + ld a,0e2h ;c50d 3e e2 > . + ld a,0fbh ;c50f 3e fb > . + ld a,013h ;c511 3e 13 > . + ccf ;c513 3f ? + dec hl ;c514 2b + + ccf ;c515 3f ? + ld b,h ;c516 44 D + ccf ;c517 3f ? + ld e,h ;c518 5c \ + ccf ;c519 3f ? + ld (hl),l ;c51a 75 u + ccf ;c51b 3f ? + adc a,l ;c51c 8d . + ccf ;c51d 3f ? + and l ;c51e a5 . + ccf ;c51f 3f ? + cp (hl) ;c520 be . + ccf ;c521 3f ? + sub 03fh ;c522 d6 3f . ? + xor 03fh ;c524 ee 3f . ? + rlca ;c526 07 . + ld b,b ;c527 40 @ + rra ;c528 1f . + ld b,b ;c529 40 @ + scf ;c52a 37 7 + ld b,b ;c52b 40 @ + ld d,b ;c52c 50 P + ld b,b ;c52d 40 @ + ld l,b ;c52e 68 h + ld b,b ;c52f 40 @ + add a,b ;c530 80 . + ld b,b ;c531 40 @ + sbc a,c ;c532 99 . + ld b,b ;c533 40 @ + or c ;c534 b1 . + ld b,b ;c535 40 @ + ret ;c536 c9 . + ld b,b ;c537 40 @ + jp po,lfa40h ;c538 e2 40 fa . @ . + ld b,b ;c53b 40 @ + ld (de),a ;c53c 12 . + ld b,c ;c53d 41 A + dec hl ;c53e 2b + + ld b,c ;c53f 41 A + ld b,e ;c540 43 C + ld b,c ;c541 41 A + ld e,e ;c542 5b [ + ld b,c ;c543 41 A + ld (hl),e ;c544 73 s + ld b,c ;c545 41 A + adc a,h ;c546 8c . + ld b,c ;c547 41 A + and h ;c548 a4 . + ld b,c ;c549 41 A + cp h ;c54a bc . + ld b,c ;c54b 41 A + push de ;c54c d5 . + ld b,c ;c54d 41 A + out (c),b ;c54e ed 41 . A + dec b ;c550 05 . + ld b,d ;c551 42 B + ld e,042h ;c552 1e 42 . B + ld (hl),042h ;c554 36 42 6 B + ld c,(hl) ;c556 4e N + ld b,d ;c557 42 B + ld h,(hl) ;c558 66 f + ld b,d ;c559 42 B + ld a,a ;c55a 7f  + ld b,d ;c55b 42 B + sub a ;c55c 97 . + ld b,d ;c55d 42 B + xor a ;c55e af . + ld b,d ;c55f 42 B + rst 0 ;c560 c7 . + ld b,d ;c561 42 B + ret po ;c562 e0 . + ld b,d ;c563 42 B + ret m ;c564 f8 . + ld b,d ;c565 42 B + djnz lc5abh ;c566 10 43 . C +lc568h: + add hl,hl ;c568 29 ) + ld b,e ;c569 43 C + ld b,c ;c56a 41 A + ld b,e ;c56b 43 C + ld e,c ;c56c 59 Y + ld b,e ;c56d 43 C + ld (hl),c ;c56e 71 q + ld b,e ;c56f 43 C + adc a,d ;c570 8a . + ld b,e ;c571 43 C + and d ;c572 a2 . + ld b,e ;c573 43 C + cp d ;c574 ba . + ld b,e ;c575 43 C + jp nc,leb43h ;c576 d2 43 eb . C . + ld b,e ;c579 43 C + inc bc ;c57a 03 . + ld b,h ;c57b 44 D + dec de ;c57c 1b . + ld b,h ;c57d 44 D + inc sp ;c57e 33 3 + ld b,h ;c57f 44 D + ld c,e ;c580 4b K + ld b,h ;c581 44 D + ld h,h ;c582 64 d + ld b,h ;c583 44 D + ld a,h ;c584 7c | + ld b,h ;c585 44 D + sub h ;c586 94 . + ld b,h ;c587 44 D + xor h ;c588 ac . + ld b,h ;c589 44 D + push bc ;c58a c5 . + ld b,h ;c58b 44 D + defb 0ddh,044h,0f5h ;illegal sequence ;c58c dd 44 f5 . D . + ld b,h ;c58f 44 D + dec c ;c590 0d . + ld b,l ;c591 45 E + dec h ;c592 25 % + ld b,l ;c593 45 E + ld a,045h ;c594 3e 45 > E + ld d,(hl) ;c596 56 V + ld b,l ;c597 45 E + ld l,(hl) ;c598 6e n + ld b,l ;c599 45 E + add a,(hl) ;c59a 86 . + ld b,l ;c59b 45 E + sbc a,(hl) ;c59c 9e . + ld b,l ;c59d 45 E + or a ;c59e b7 . + ld b,l ;c59f 45 E + rst 8 ;c5a0 cf . + ld b,l ;c5a1 45 E + rst 20h ;c5a2 e7 . + ld b,l ;c5a3 45 E + rst 38h ;c5a4 ff . + ld b,l ;c5a5 45 E + rla ;c5a6 17 . + ld b,(hl) ;c5a7 46 F + cpl ;c5a8 2f / + ld b,(hl) ;c5a9 46 F + ld c,b ;c5aa 48 H +lc5abh: + ld b,(hl) ;c5ab 46 F + ld h,b ;c5ac 60 ` + ld b,(hl) ;c5ad 46 F + ld a,b ;c5ae 78 x + ld b,(hl) ;c5af 46 F + sub b ;c5b0 90 . + ld b,(hl) ;c5b1 46 F + xor b ;c5b2 a8 . + ld b,(hl) ;c5b3 46 F + ret nz ;c5b4 c0 . + ld b,(hl) ;c5b5 46 F + exx ;c5b6 d9 . + ld b,(hl) ;c5b7 46 F + pop af ;c5b8 f1 . + ld b,(hl) ;c5b9 46 F + add hl,bc ;c5ba 09 . + ld b,a ;c5bb 47 G + ld hl,03947h ;c5bc 21 47 39 ! G 9 + ld b,a ;c5bf 47 G + ld d,c ;c5c0 51 Q + ld b,a ;c5c1 47 G + ld l,d ;c5c2 6a j + ld b,a ;c5c3 47 G + add a,d ;c5c4 82 . + ld b,a ;c5c5 47 G + sbc a,d ;c5c6 9a . + ld b,a ;c5c7 47 G + or d ;c5c8 b2 . + ld b,a ;c5c9 47 G + jp z,le247h ;c5ca ca 47 e2 . G . + ld b,a ;c5cd 47 G + jp m,01247h ;c5ce fa 47 12 . G . + ld c,b ;c5d1 48 H + dec hl ;c5d2 2b + + ld c,b ;c5d3 48 H + ld b,e ;c5d4 43 C + ld c,b ;c5d5 48 H + ld e,e ;c5d6 5b [ + ld c,b ;c5d7 48 H + ld (hl),e ;c5d8 73 s + ld c,b ;c5d9 48 H + adc a,e ;c5da 8b . + ld c,b ;c5db 48 H + and e ;c5dc a3 . + ld c,b ;c5dd 48 H + cp e ;c5de bb . + ld c,b ;c5df 48 H + out (048h),a ;c5e0 d3 48 . H + ex de,hl ;c5e2 eb . + ld c,b ;c5e3 48 H + inc b ;c5e4 04 . + ld c,c ;c5e5 49 I + inc e ;c5e6 1c . + ld c,c ;c5e7 49 I + inc (hl) ;c5e8 34 4 + ld c,c ;c5e9 49 I + ld c,h ;c5ea 4c L + ld c,c ;c5eb 49 I + ld h,h ;c5ec 64 d + ld c,c ;c5ed 49 I + ld a,h ;c5ee 7c | + ld c,c ;c5ef 49 I + sub h ;c5f0 94 . + ld c,c ;c5f1 49 I + xor h ;c5f2 ac . + ld c,c ;c5f3 49 I + call nz,0dc49h ;c5f4 c4 49 dc . I . + ld c,c ;c5f7 49 I + call p,sub_0c49h ;c5f8 f4 49 0c . I . +lc5fbh: + ld c,d ;c5fb 4a J + inc h ;c5fc 24 $ + ld c,d ;c5fd 4a J + dec a ;c5fe 3d = + ld c,d ;c5ff 4a J + ld d,l ;c600 55 U + ld c,d ;c601 4a J + ld l,l ;c602 6d m + ld c,d ;c603 4a J + add a,l ;c604 85 . + ld c,d ;c605 4a J + sbc a,l ;c606 9d . + ld c,d ;c607 4a J + or l ;c608 b5 . + ld c,d ;c609 4a J + call 0e54ah ;c60a cd 4a e5 . J . + ld c,d ;c60d 4a J + defb 0fdh,04ah,015h ;illegal sequence ;c60e fd 4a 15 . J . + ld c,e ;c611 4b K + dec l ;c612 2d - + ld c,e ;c613 4b K + ld b,l ;c614 45 E + ld c,e ;c615 4b K + ld e,l ;c616 5d ] + ld c,e ;c617 4b K + ld (hl),l ;c618 75 u + ld c,e ;c619 4b K + adc a,l ;c61a 8d . + ld c,e ;c61b 4b K + and l ;c61c a5 . + ld c,e ;c61d 4b K + cp l ;c61e bd . + ld c,e ;c61f 4b K + push de ;c620 d5 . + ld c,e ;c621 4b K + ld bc,(l4c05h) ;c622 ed 4b 05 4c . K . L + dec e ;c626 1d . + ld c,h ;c627 4c L + dec (hl) ;c628 35 5 + ld c,h ;c629 4c L + ld c,l ;c62a 4d M + ld c,h ;c62b 4c L + ld h,l ;c62c 65 e + ld c,h ;c62d 4c L + ld a,l ;c62e 7d } + ld c,h ;c62f 4c L + sub l ;c630 95 . + ld c,h ;c631 4c L + xor l ;c632 ad . + ld c,h ;c633 4c L + push bc ;c634 c5 . + ld c,h ;c635 4c L + defb 0ddh,04ch,0f5h ;illegal sequence ;c636 dd 4c f5 . L . + ld c,h ;c639 4c L + dec c ;c63a 0d . + ld c,l ;c63b 4d M + dec h ;c63c 25 % + ld c,l ;c63d 4d M + dec a ;c63e 3d = + ld c,l ;c63f 4d M + ld d,l ;c640 55 U + ld c,l ;c641 4d M + ld l,l ;c642 6d m + ld c,l ;c643 4d M + add a,l ;c644 85 . + ld c,l ;c645 4d M + sbc a,l ;c646 9d . + ld c,l ;c647 4d M + or l ;c648 b5 . + ld c,l ;c649 4d M + call sub_e54dh ;c64a cd 4d e5 . M . + ld c,l ;c64d 4d M + defb 0fdh,04dh,015h ;illegal sequence ;c64e fd 4d 15 . M . + ld c,(hl) ;c651 4e N + dec l ;c652 2d - + ld c,(hl) ;c653 4e N + ld b,h ;c654 44 D + ld c,(hl) ;c655 4e N + ld e,h ;c656 5c \ + ld c,(hl) ;c657 4e N + ld (hl),h ;c658 74 t + ld c,(hl) ;c659 4e N + adc a,h ;c65a 8c . + ld c,(hl) ;c65b 4e N + and h ;c65c a4 . + ld c,(hl) ;c65d 4e N + cp h ;c65e bc . + ld c,(hl) ;c65f 4e N + call nc,sub_ec4eh ;c660 d4 4e ec . N . + ld c,(hl) ;c663 4e N + inc b ;c664 04 . + ld c,a ;c665 4f O + inc e ;c666 1c . + ld c,a ;c667 4f O + inc (hl) ;c668 34 4 + ld c,a ;c669 4f O + ld c,h ;c66a 4c L + ld c,a ;c66b 4f O + ld h,e ;c66c 63 c + ld c,a ;c66d 4f O + ld a,e ;c66e 7b { + ld c,a ;c66f 4f O + sub e ;c670 93 . + ld c,a ;c671 4f O + xor e ;c672 ab . + ld c,a ;c673 4f O + jp ldb4fh ;c674 c3 4f db . O . + ld c,a ;c677 4f O + di ;c678 f3 . + ld c,a ;c679 4f O + dec bc ;c67a 0b . + ld d,b ;c67b 50 P + inc hl ;c67c 23 # + ld d,b ;c67d 50 P + ld a,(05250h) ;c67e 3a 50 52 : P R + ld d,b ;c681 50 P + ld l,d ;c682 6a j + ld d,b ;c683 50 P + add a,d ;c684 82 . + ld d,b ;c685 50 P + sbc a,d ;c686 9a . + ld d,b ;c687 50 P + or d ;c688 b2 . + ld d,b ;c689 50 P + jp z,le150h ;c68a ca 50 e1 . P . + ld d,b ;c68d 50 P + ld sp,hl ;c68e f9 . + ld d,b ;c68f 50 P + ld de,02951h ;c690 11 51 29 . Q ) + ld d,c ;c693 51 Q + ld b,c ;c694 41 A + ld d,c ;c695 51 Q + ld e,c ;c696 59 Y + ld d,c ;c697 51 Q + ld (hl),c ;c698 71 q + ld d,c ;c699 51 Q + adc a,b ;c69a 88 . + ld d,c ;c69b 51 Q + and b ;c69c a0 . + ld d,c ;c69d 51 Q + cp b ;c69e b8 . + ld d,c ;c69f 51 Q + ret nc ;c6a0 d0 . + ld d,c ;c6a1 51 Q + ret pe ;c6a2 e8 . + ld d,c ;c6a3 51 Q + rst 38h ;c6a4 ff . + ld d,c ;c6a5 51 Q + rla ;c6a6 17 . + ld d,d ;c6a7 52 R + cpl ;c6a8 2f / + ld d,d ;c6a9 52 R + ld b,a ;c6aa 47 G + ld d,d ;c6ab 52 R + ld e,a ;c6ac 5f _ + ld d,d ;c6ad 52 R + halt ;c6ae 76 v + ld d,d ;c6af 52 R + adc a,(hl) ;c6b0 8e . + ld d,d ;c6b1 52 R + and (hl) ;c6b2 a6 . + ld d,d ;c6b3 52 R + cp (hl) ;c6b4 be . + ld d,d ;c6b5 52 R + sub 052h ;c6b6 d6 52 . R + sbc hl,de ;c6b8 ed 52 . R + dec b ;c6ba 05 . + ld d,e ;c6bb 53 S + dec e ;c6bc 1d . + ld d,e ;c6bd 53 S + dec (hl) ;c6be 35 5 + ld d,e ;c6bf 53 S + ld c,l ;c6c0 4d M + ld d,e ;c6c1 53 S + ld h,h ;c6c2 64 d + ld d,e ;c6c3 53 S + ld a,h ;c6c4 7c | + ld d,e ;c6c5 53 S + sub h ;c6c6 94 . + ld d,e ;c6c7 53 S + xor h ;c6c8 ac . + ld d,e ;c6c9 53 S + jp ldb53h ;c6ca c3 53 db . S . + ld d,e ;c6cd 53 S + di ;c6ce f3 . + ld d,e ;c6cf 53 S + dec bc ;c6d0 0b . + ld d,h ;c6d1 54 T + ld (l3a54h),hl ;c6d2 22 54 3a " T : + ld d,h ;c6d5 54 T + ld d,d ;c6d6 52 R + ld d,h ;c6d7 54 T + ld l,d ;c6d8 6a j + ld d,h ;c6d9 54 T + add a,c ;c6da 81 . + ld d,h ;c6db 54 T + sbc a,c ;c6dc 99 . + ld d,h ;c6dd 54 T + or c ;c6de b1 . + ld d,h ;c6df 54 T + ret z ;c6e0 c8 . + ld d,h ;c6e1 54 T + ret po ;c6e2 e0 . + ld d,h ;c6e3 54 T + ret m ;c6e4 f8 . + ld d,h ;c6e5 54 T + djnz lc73dh ;c6e6 10 55 . U + daa ;c6e8 27 ' + ld d,l ;c6e9 55 U + ccf ;c6ea 3f ? + ld d,l ;c6eb 55 U + ld d,a ;c6ec 57 W + ld d,l ;c6ed 55 U + ld l,(hl) ;c6ee 6e n + ld d,l ;c6ef 55 U + add a,(hl) ;c6f0 86 . + ld d,l ;c6f1 55 U + sbc a,(hl) ;c6f2 9e . + ld d,l ;c6f3 55 U + or (hl) ;c6f4 b6 . + ld d,l ;c6f5 55 U + call 0e555h ;c6f6 cd 55 e5 . U . + ld d,l ;c6f9 55 U + defb 0fdh,055h,014h ;illegal sequence ;c6fa fd 55 14 . U . +lc6fdh: + ld d,(hl) ;c6fd 56 V + inc l ;c6fe 2c , + ld d,(hl) ;c6ff 56 V + ld b,h ;c700 44 D + ld d,(hl) ;c701 56 V + ld e,e ;c702 5b [ + ld d,(hl) ;c703 56 V + ld (hl),e ;c704 73 s + ld d,(hl) ;c705 56 V + adc a,e ;c706 8b . + ld d,(hl) ;c707 56 V + and d ;c708 a2 . + ld d,(hl) ;c709 56 V + cp d ;c70a ba . + ld d,(hl) ;c70b 56 V + jp nc,0e956h ;c70c d2 56 e9 . V . + ld d,(hl) ;c70f 56 V + ld bc,01857h ;c710 01 57 18 . W . + ld d,a ;c713 57 W + jr nc,lc76dh ;c714 30 57 0 W + ld c,b ;c716 48 H + ld d,a ;c717 57 W + ld e,a ;c718 5f _ + ld d,a ;c719 57 W + ld (hl),a ;c71a 77 w + ld d,a ;c71b 57 W + adc a,a ;c71c 8f . + ld d,a ;c71d 57 W + and (hl) ;c71e a6 . + ld d,a ;c71f 57 W + cp (hl) ;c720 be . + ld d,a ;c721 57 W + push de ;c722 d5 . + ld d,a ;c723 57 W + ld a,i ;c724 ed 57 . W + dec b ;c726 05 . + ld e,b ;c727 58 X + inc e ;c728 1c . + ld e,b ;c729 58 X + inc (hl) ;c72a 34 4 + ld e,b ;c72b 58 X + ld c,h ;c72c 4c L + ld e,b ;c72d 58 X + ld h,e ;c72e 63 c + ld e,b ;c72f 58 X + ld a,e ;c730 7b { + ld e,b ;c731 58 X + sub d ;c732 92 . + ld e,b ;c733 58 X + xor d ;c734 aa . + ld e,b ;c735 58 X + pop bc ;c736 c1 . + ld e,b ;c737 58 X + exx ;c738 d9 . + ld e,b ;c739 58 X + pop af ;c73a f1 . + ld e,b ;c73b 58 X + ex af,af' ;c73c 08 . +lc73dh: + ld e,c ;c73d 59 Y + jr nz,lc799h ;c73e 20 59 Y + scf ;c740 37 7 + ld e,c ;c741 59 Y + ld c,a ;c742 4f O + ld e,c ;c743 59 Y + ld h,(hl) ;c744 66 f + ld e,c ;c745 59 Y + ld a,(hl) ;c746 7e ~ + ld e,c ;c747 59 Y + sub (hl) ;c748 96 . + ld e,c ;c749 59 Y + xor l ;c74a ad . + ld e,c ;c74b 59 Y + push bc ;c74c c5 . + ld e,c ;c74d 59 Y + call c,lf458h+1 ;c74e dc 59 f4 . Y . + ld e,c ;c751 59 Y + dec bc ;c752 0b . + ld e,d ;c753 5a Z + inc hl ;c754 23 # + ld e,d ;c755 5a Z + ld a,(l525ah) ;c756 3a 5a 52 : Z R + ld e,d ;c759 5a Z + ld l,c ;c75a 69 i + ld e,d ;c75b 5a Z + add a,c ;c75c 81 . + ld e,d ;c75d 5a Z + sbc a,b ;c75e 98 . + ld e,d ;c75f 5a Z + or b ;c760 b0 . + ld e,d ;c761 5a Z + rst 0 ;c762 c7 . + ld e,d ;c763 5a Z + rst 18h ;c764 df . + ld e,d ;c765 5a Z + or 05ah ;c766 f6 5a . Z + ld c,05bh ;c768 0e 5b . [ + dec h ;c76a 25 % + ld e,e ;c76b 5b [ + dec a ;c76c 3d = +lc76dh: + ld e,e ;c76d 5b [ + ld d,h ;c76e 54 T + ld e,e ;c76f 5b [ + ld l,h ;c770 6c l + ld e,e ;c771 5b [ + add a,e ;c772 83 . + ld e,e ;c773 5b [ + sbc a,e ;c774 9b . + ld e,e ;c775 5b [ + or d ;c776 b2 . + ld e,e ;c777 5b [ + jp z,le15bh ;c778 ca 5b e1 . [ . + ld e,e ;c77b 5b [ + ld sp,hl ;c77c f9 . + ld e,e ;c77d 5b [ + djnz lc7dch ;c77e 10 5c . \ + jr z,lc7deh ;c780 28 5c ( \ + ccf ;c782 3f ? + ld e,h ;c783 5c \ + ld d,(hl) ;c784 56 V + ld e,h ;c785 5c \ + ld l,(hl) ;c786 6e n + ld e,h ;c787 5c \ + add a,l ;c788 85 . + ld e,h ;c789 5c \ + sbc a,l ;c78a 9d . + ld e,h ;c78b 5c \ + or h ;c78c b4 . + ld e,h ;c78d 5c \ + call z,0e35ch ;c78e cc 5c e3 . \ . + ld e,h ;c791 5c \ + ei ;c792 fb . + ld e,h ;c793 5c \ + ld (de),a ;c794 12 . + ld e,l ;c795 5d ] + add hl,hl ;c796 29 ) + ld e,l ;c797 5d ] + ld b,c ;c798 41 A +lc799h: + ld e,l ;c799 5d ] + ld e,b ;c79a 58 X + ld e,l ;c79b 5d ] + ld (hl),b ;c79c 70 p + ld e,l ;c79d 5d ] + add a,a ;c79e 87 . + ld e,l ;c79f 5d ] + sbc a,(hl) ;c7a0 9e . + ld e,l ;c7a1 5d ] + or (hl) ;c7a2 b6 . + ld e,l ;c7a3 5d ] + call sub_e55dh ;c7a4 cd 5d e5 . ] . + ld e,l ;c7a7 5d ] + call m,0135dh ;c7a8 fc 5d 13 . ] . + ld e,(hl) ;c7ab 5e ^ + dec hl ;c7ac 2b + + ld e,(hl) ;c7ad 5e ^ + ld b,d ;c7ae 42 B + ld e,(hl) ;c7af 5e ^ + ld e,c ;c7b0 59 Y + ld e,(hl) ;c7b1 5e ^ + ld (hl),c ;c7b2 71 q + ld e,(hl) ;c7b3 5e ^ + adc a,b ;c7b4 88 . + ld e,(hl) ;c7b5 5e ^ + and b ;c7b6 a0 . + ld e,(hl) ;c7b7 5e ^ + or a ;c7b8 b7 . + ld e,(hl) ;c7b9 5e ^ + adc a,05eh ;c7ba ce 5e . ^ + and 05eh ;c7bc e6 5e . ^ + ld e,(iy+014h) ;c7be fd 5e 14 . ^ . + ld e,a ;c7c1 5f _ + inc l ;c7c2 2c , + ld e,a ;c7c3 5f _ + ld b,e ;c7c4 43 C + ld e,a ;c7c5 5f _ + ld e,d ;c7c6 5a Z + ld e,a ;c7c7 5f _ + ld (hl),d ;c7c8 72 r + ld e,a ;c7c9 5f _ + adc a,c ;c7ca 89 . + ld e,a ;c7cb 5f _ + and b ;c7cc a0 . + ld e,a ;c7cd 5f _ + cp b ;c7ce b8 . + ld e,a ;c7cf 5f _ + rst 8 ;c7d0 cf . + ld e,a ;c7d1 5f _ + and 05fh ;c7d2 e6 5f . _ + cp 05fh ;c7d4 fe 5f . _ + dec d ;c7d6 15 . + ld h,b ;c7d7 60 ` + inc l ;c7d8 2c , + ld h,b ;c7d9 60 ` + ld b,e ;c7da 43 C + ld h,b ;c7db 60 ` +lc7dch: + ld e,e ;c7dc 5b [ + ld h,b ;c7dd 60 ` +lc7deh: + ld (hl),d ;c7de 72 r + ld h,b ;c7df 60 ` + adc a,c ;c7e0 89 . + ld h,b ;c7e1 60 ` + and c ;c7e2 a1 . + ld h,b ;c7e3 60 ` + cp b ;c7e4 b8 . + ld h,b ;c7e5 60 ` + rst 8 ;c7e6 cf . + ld h,b ;c7e7 60 ` + and 060h ;c7e8 e6 60 . ` + cp 060h ;c7ea fe 60 . ` + dec d ;c7ec 15 . + ld h,c ;c7ed 61 a + inc l ;c7ee 2c , + ld h,c ;c7ef 61 a + ld b,e ;c7f0 43 C + ld h,c ;c7f1 61 a + ld e,e ;c7f2 5b [ + ld h,c ;c7f3 61 a + ld (hl),d ;c7f4 72 r + ld h,c ;c7f5 61 a + adc a,c ;c7f6 89 . + ld h,c ;c7f7 61 a + and b ;c7f8 a0 . + ld h,c ;c7f9 61 a + cp b ;c7fa b8 . + ld h,c ;c7fb 61 a +lc7fch: + rst 8 ;c7fc cf . + ld h,c ;c7fd 61 a + and 061h ;c7fe e6 61 . a + defb 0fdh,061h,015h ;illegal sequence ;c800 fd 61 15 . a . + ld h,d ;c803 62 b + inc l ;c804 2c , + ld h,d ;c805 62 b + ld b,e ;c806 43 C + ld h,d ;c807 62 b + ld e,d ;c808 5a Z + ld h,d ;c809 62 b + ld (hl),c ;c80a 71 q + ld h,d ;c80b 62 b + adc a,c ;c80c 89 . + ld h,d ;c80d 62 b + and b ;c80e a0 . + ld h,d ;c80f 62 b + or a ;c810 b7 . + ld h,d ;c811 62 b + adc a,062h ;c812 ce 62 . b + push hl ;c814 e5 . + ld h,d ;c815 62 b + defb 0fdh,062h,014h ;illegal sequence ;c816 fd 62 14 . b . + ld h,e ;c819 63 c + dec hl ;c81a 2b + + ld h,e ;c81b 63 c + ld b,d ;c81c 42 B + ld h,e ;c81d 63 c + ld e,c ;c81e 59 Y + ld h,e ;c81f 63 c + ld (hl),b ;c820 70 p + ld h,e ;c821 63 c + adc a,b ;c822 88 . + ld h,e ;c823 63 c + sbc a,a ;c824 9f . + ld h,e ;c825 63 c + or (hl) ;c826 b6 . + ld h,e ;c827 63 c + call 0e463h ;c828 cd 63 e4 . c . + ld h,e ;c82b 63 c + ei ;c82c fb . + ld h,e ;c82d 63 c + inc de ;c82e 13 . + ld h,h ;c82f 64 d + ld hl,(l4164h) ;c830 2a 64 41 * d A + ld h,h ;c833 64 d + ld e,b ;c834 58 X + ld h,h ;c835 64 d + ld l,a ;c836 6f o + ld h,h ;c837 64 d + add a,(hl) ;c838 86 . + ld h,h ;c839 64 d + sbc a,l ;c83a 9d . + ld h,h ;c83b 64 d + or h ;c83c b4 . + ld h,h ;c83d 64 d + call z,sub_e364h ;c83e cc 64 e3 . d . + ld h,h ;c841 64 d + jp m,sub_1163h+1 ;c842 fa 64 11 . d . + ld h,l ;c845 65 e + jr z,lc8adh ;c846 28 65 ( e + ccf ;c848 3f ? + ld h,l ;c849 65 e + ld d,(hl) ;c84a 56 V + ld h,l ;c84b 65 e + ld l,l ;c84c 6d m + ld h,l ;c84d 65 e + add a,h ;c84e 84 . + ld h,l ;c84f 65 e + sbc a,e ;c850 9b . + ld h,l ;c851 65 e + or d ;c852 b2 . + ld h,l ;c853 65 e + ret ;c854 c9 . + ld h,l ;c855 65 e + pop hl ;c856 e1 . + ld h,l ;c857 65 e + ret m ;c858 f8 . + ld h,l ;c859 65 e + rrca ;c85a 0f . + ld h,(hl) ;c85b 66 f + ld h,066h ;c85c 26 66 & f + dec a ;c85e 3d = + ld h,(hl) ;c85f 66 f + ld d,h ;c860 54 T + ld h,(hl) ;c861 66 f + ld l,e ;c862 6b k + ld h,(hl) ;c863 66 f + add a,d ;c864 82 . + ld h,(hl) ;c865 66 f + sbc a,c ;c866 99 . + ld h,(hl) ;c867 66 f + or b ;c868 b0 . + ld h,(hl) ;c869 66 f + rst 0 ;c86a c7 . + ld h,(hl) ;c86b 66 f + sbc a,066h ;c86c de 66 . f + push af ;c86e f5 . + ld h,(hl) ;c86f 66 f + inc c ;c870 0c . + ld h,a ;c871 67 g + inc hl ;c872 23 # + ld h,a ;c873 67 g + ld a,(05167h) ;c874 3a 67 51 : g Q + ld h,a ;c877 67 g + ld l,b ;c878 68 h + ld h,a ;c879 67 g + ld a,a ;c87a 7f  + ld h,a ;c87b 67 g + sub (hl) ;c87c 96 . + ld h,a ;c87d 67 g + xor l ;c87e ad . + ld h,a ;c87f 67 g + call nz,sub_db67h ;c880 c4 67 db . g . + ld h,a ;c883 67 g + jp p,l0967h ;c884 f2 67 09 . g . + ld l,b ;c887 68 h + jr nz,lc8f2h ;c888 20 68 h + scf ;c88a 37 7 + ld l,b ;c88b 68 h + ld c,(hl) ;c88c 4e N + ld l,b ;c88d 68 h + ld h,l ;c88e 65 e + ld l,b ;c88f 68 h + ld a,h ;c890 7c | + ld l,b ;c891 68 h + sub e ;c892 93 . + ld l,b ;c893 68 h + xor d ;c894 aa . + ld l,b ;c895 68 h + pop bc ;c896 c1 . + ld l,b ;c897 68 h + rst 10h ;c898 d7 . + ld l,b ;c899 68 h + xor 068h ;c89a ee 68 . h + dec b ;c89c 05 . + ld l,c ;c89d 69 i + inc e ;c89e 1c . + ld l,c ;c89f 69 i + inc sp ;c8a0 33 3 + ld l,c ;c8a1 69 i + ld c,d ;c8a2 4a J + ld l,c ;c8a3 69 i + ld h,c ;c8a4 61 a + ld l,c ;c8a5 69 i + ld a,b ;c8a6 78 x + ld l,c ;c8a7 69 i + adc a,a ;c8a8 8f . + ld l,c ;c8a9 69 i + and (hl) ;c8aa a6 . + ld l,c ;c8ab 69 i + cp l ;c8ac bd . +lc8adh: + ld l,c ;c8ad 69 i + call nc,sub_ea69h ;c8ae d4 69 ea . i . + ld l,c ;c8b1 69 i + ld bc,0186ah ;c8b2 01 6a 18 . j . + ld l,d ;c8b5 6a j + cpl ;c8b6 2f / + ld l,d ;c8b7 6a j + ld b,(hl) ;c8b8 46 F + ld l,d ;c8b9 6a j + ld e,l ;c8ba 5d ] + ld l,d ;c8bb 6a j + ld (hl),h ;c8bc 74 t + ld l,d ;c8bd 6a j + adc a,e ;c8be 8b . + ld l,d ;c8bf 6a j + and c ;c8c0 a1 . + ld l,d ;c8c1 6a j + cp b ;c8c2 b8 . + ld l,d ;c8c3 6a j + rst 8 ;c8c4 cf . + ld l,d ;c8c5 6a j + and 06ah ;c8c6 e6 6a . j + defb 0fdh,06ah,014h ;illegal sequence ;c8c8 fd 6a 14 . j . + ld l,e ;c8cb 6b k + ld hl,(l416bh) ;c8cc 2a 6b 41 * k A + ld l,e ;c8cf 6b k + ld e,b ;c8d0 58 X + ld l,e ;c8d1 6b k + ld l,a ;c8d2 6f o + ld l,e ;c8d3 6b k + add a,(hl) ;c8d4 86 . + ld l,e ;c8d5 6b k + sbc a,l ;c8d6 9d . + ld l,e ;c8d7 6b k + or e ;c8d8 b3 . + ld l,e ;c8d9 6b k + jp z,le16bh ;c8da ca 6b e1 . k . + ld l,e ;c8dd 6b k + ret m ;c8de f8 . + ld l,e ;c8df 6b k + rrca ;c8e0 0f . + ld l,h ;c8e1 6c l + dec h ;c8e2 25 % + ld l,h ;c8e3 6c l + inc a ;c8e4 3c < + ld l,h ;c8e5 6c l + ld d,e ;c8e6 53 S + ld l,h ;c8e7 6c l + ld l,d ;c8e8 6a j + ld l,h ;c8e9 6c l + add a,b ;c8ea 80 . + ld l,h ;c8eb 6c l + sub a ;c8ec 97 . + ld l,h ;c8ed 6c l + xor (hl) ;c8ee ae . + ld l,h ;c8ef 6c l + push bc ;c8f0 c5 . + ld l,h ;c8f1 6c l +lc8f2h: + in a,(06ch) ;c8f2 db 6c . l + jp p,l096ch ;c8f4 f2 6c 09 . l . + ld l,l ;c8f7 6d m + jr nz,$+111 ;c8f8 20 6d m + ld (hl),06dh ;c8fa 36 6d 6 m + ld c,l ;c8fc 4d M + ld l,l ;c8fd 6d m + ld h,h ;c8fe 64 d + ld l,l ;c8ff 6d m + ld a,e ;c900 7b { + ld l,l ;c901 6d m + sub c ;c902 91 . + ld l,l ;c903 6d m + xor b ;c904 a8 . + ld l,l ;c905 6d m + cp a ;c906 bf . + ld l,l ;c907 6d m + sub 06dh ;c908 d6 6d . m + call pe,sub_036dh ;c90a ec 6d 03 . m . + ld l,(hl) ;c90d 6e n + ld a,(de) ;c90e 1a . + ld l,(hl) ;c90f 6e n + jr nc,lc980h ;c910 30 6e 0 n + ld b,a ;c912 47 G + ld l,(hl) ;c913 6e n + ld e,(hl) ;c914 5e ^ + ld l,(hl) ;c915 6e n + ld (hl),h ;c916 74 t + ld l,(hl) ;c917 6e n + adc a,e ;c918 8b . + ld l,(hl) ;c919 6e n + and d ;c91a a2 . + ld l,(hl) ;c91b 6e n + cp b ;c91c b8 . + ld l,(hl) ;c91d 6e n + rst 8 ;c91e cf . + ld l,(hl) ;c91f 6e n + and 06eh ;c920 e6 6e . n + call m,sub_136eh ;c922 fc 6e 13 . n . + ld l,a ;c925 6f o + ld hl,(0406fh) ;c926 2a 6f 40 * o @ + ld l,a ;c929 6f o + ld d,a ;c92a 57 W + ld l,a ;c92b 6f o + ld l,(hl) ;c92c 6e n + ld l,a ;c92d 6f o + add a,h ;c92e 84 . + ld l,a ;c92f 6f o + sbc a,e ;c930 9b . + ld l,a ;c931 6f o + or c ;c932 b1 . + ld l,a ;c933 6f o + ret z ;c934 c8 . + ld l,a ;c935 6f o + rst 18h ;c936 df . + ld l,a ;c937 6f o + push af ;c938 f5 . + ld l,a ;c939 6f o + inc c ;c93a 0c . + ld (hl),b ;c93b 70 p + ld (03970h),hl ;c93c 22 70 39 " p 9 + ld (hl),b ;c93f 70 p + ld d,b ;c940 50 P + ld (hl),b ;c941 70 p + ld h,(hl) ;c942 66 f + ld (hl),b ;c943 70 p + ld a,l ;c944 7d } + ld (hl),b ;c945 70 p + sub e ;c946 93 . + ld (hl),b ;c947 70 p + xor d ;c948 aa . + ld (hl),b ;c949 70 p + pop bc ;c94a c1 . + ld (hl),b ;c94b 70 p + rst 10h ;c94c d7 . + ld (hl),b ;c94d 70 p + xor 070h ;c94e ee 70 . p + inc b ;c950 04 . + ld (hl),c ;c951 71 q + dec de ;c952 1b . + ld (hl),c ;c953 71 q + ld sp,l4871h ;c954 31 71 48 1 q H + ld (hl),c ;c957 71 q + ld e,(hl) ;c958 5e ^ + ld (hl),c ;c959 71 q + ld (hl),l ;c95a 75 u + ld (hl),c ;c95b 71 q + adc a,h ;c95c 8c . + ld (hl),c ;c95d 71 q + and d ;c95e a2 . + ld (hl),c ;c95f 71 q + cp c ;c960 b9 . + ld (hl),c ;c961 71 q + rst 8 ;c962 cf . + ld (hl),c ;c963 71 q + and 071h ;c964 e6 71 . q + call m,01371h ;c966 fc 71 13 . q . + ld (hl),d ;c969 72 r + add hl,hl ;c96a 29 ) + ld (hl),d ;c96b 72 r + ld b,b ;c96c 40 @ + ld (hl),d ;c96d 72 r + ld d,(hl) ;c96e 56 V + ld (hl),d ;c96f 72 r + ld l,l ;c970 6d m + ld (hl),d ;c971 72 r + add a,e ;c972 83 . + ld (hl),d ;c973 72 r + sbc a,d ;c974 9a . + ld (hl),d ;c975 72 r + or b ;c976 b0 . + ld (hl),d ;c977 72 r + rst 0 ;c978 c7 . + ld (hl),d ;c979 72 r + ld (ix-00dh),d ;c97a dd 72 f3 . r . + ld (hl),d ;c97d 72 r + ld a,(bc) ;c97e 0a . + ld (hl),e ;c97f 73 s +lc980h: + jr nz,lc9f5h ;c980 20 73 s + scf ;c982 37 7 + ld (hl),e ;c983 73 s + ld c,l ;c984 4d M + ld (hl),e ;c985 73 s + ld h,h ;c986 64 d + ld (hl),e ;c987 73 s + ld a,d ;c988 7a z + ld (hl),e ;c989 73 s + sub c ;c98a 91 . + ld (hl),e ;c98b 73 s + and a ;c98c a7 . + ld (hl),e ;c98d 73 s + cp l ;c98e bd . + ld (hl),e ;c98f 73 s + call nc,sub_ea73h ;c990 d4 73 ea . s . + ld (hl),e ;c993 73 s + ld bc,l1774h ;c994 01 74 17 . t . + ld (hl),h ;c997 74 t + ld l,074h ;c998 2e 74 . t + ld b,h ;c99a 44 D + ld (hl),h ;c99b 74 t + ld e,d ;c99c 5a Z + ld (hl),h ;c99d 74 t + ld (hl),c ;c99e 71 q + ld (hl),h ;c99f 74 t + add a,a ;c9a0 87 . + ld (hl),h ;c9a1 74 t + sbc a,l ;c9a2 9d . + ld (hl),h ;c9a3 74 t + or h ;c9a4 b4 . + ld (hl),h ;c9a5 74 t + jp z,le174h ;c9a6 ca 74 e1 . t . + ld (hl),h ;c9a9 74 t + rst 30h ;c9aa f7 . + ld (hl),h ;c9ab 74 t + dec c ;c9ac 0d . + ld (hl),l ;c9ad 75 u + inc h ;c9ae 24 $ + ld (hl),l ;c9af 75 u + ld a,(05075h) ;c9b0 3a 75 50 : u P + ld (hl),l ;c9b3 75 u + ld h,a ;c9b4 67 g + ld (hl),l ;c9b5 75 u + ld a,l ;c9b6 7d } + ld (hl),l ;c9b7 75 u + sub e ;c9b8 93 . + ld (hl),l ;c9b9 75 u + xor d ;c9ba aa . + ld (hl),l ;c9bb 75 u + ret nz ;c9bc c0 . + ld (hl),l ;c9bd 75 u + sub 075h ;c9be d6 75 . u + defb 0edh;next byte illegal after ed ;c9c0 ed . + ld (hl),l ;c9c1 75 u + inc bc ;c9c2 03 . + halt ;c9c3 76 v + add hl,de ;c9c4 19 . + halt ;c9c5 76 v + jr nc,lca3eh ;c9c6 30 76 0 v + ld b,(hl) ;c9c8 46 F + halt ;c9c9 76 v + ld e,h ;c9ca 5c \ + halt ;c9cb 76 v + ld (hl),d ;c9cc 72 r + halt ;c9cd 76 v + adc a,c ;c9ce 89 . + halt ;c9cf 76 v + sbc a,a ;c9d0 9f . + halt ;c9d1 76 v + or l ;c9d2 b5 . + halt ;c9d3 76 v + call z,sub_e276h ;c9d4 cc 76 e2 . v . + halt ;c9d7 76 v + ret m ;c9d8 f8 . + halt ;c9d9 76 v + ld c,077h ;c9da 0e 77 . w + dec h ;c9dc 25 % + ld (hl),a ;c9dd 77 w + dec sp ;c9de 3b ; + ld (hl),a ;c9df 77 w + ld d,c ;c9e0 51 Q + ld (hl),a ;c9e1 77 w + ld h,a ;c9e2 67 g + ld (hl),a ;c9e3 77 w + ld a,(hl) ;c9e4 7e ~ + ld (hl),a ;c9e5 77 w + sub h ;c9e6 94 . + ld (hl),a ;c9e7 77 w + xor d ;c9e8 aa . + ld (hl),a ;c9e9 77 w + ret nz ;c9ea c0 . + ld (hl),a ;c9eb 77 w + sub 077h ;c9ec d6 77 . w + defb 0edh;next byte illegal after ed ;c9ee ed . + ld (hl),a ;c9ef 77 w + inc bc ;c9f0 03 . + ld a,b ;c9f1 78 x + add hl,de ;c9f2 19 . + ld a,b ;c9f3 78 x + cpl ;c9f4 2f / +lc9f5h: + ld a,b ;c9f5 78 x + ld b,l ;c9f6 45 E + ld a,b ;c9f7 78 x + ld e,h ;c9f8 5c \ + ld a,b ;c9f9 78 x + ld (hl),d ;c9fa 72 r + ld a,b ;c9fb 78 x + adc a,b ;c9fc 88 . + ld a,b ;c9fd 78 x + sbc a,(hl) ;c9fe 9e . + ld a,b ;c9ff 78 x + or h ;ca00 b4 . + ld a,b ;ca01 78 x + bit 7,b ;ca02 cb 78 . x + pop hl ;ca04 e1 . + ld a,b ;ca05 78 x + rst 30h ;ca06 f7 . + ld a,b ;ca07 78 x + dec c ;ca08 0d . + ld a,c ;ca09 79 y + inc hl ;ca0a 23 # + ld a,c ;ca0b 79 y + add hl,sp ;ca0c 39 9 + ld a,c ;ca0d 79 y + ld c,a ;ca0e 4f O + ld a,c ;ca0f 79 y + ld h,(hl) ;ca10 66 f + ld a,c ;ca11 79 y + ld a,h ;ca12 7c | + ld a,c ;ca13 79 y + sub d ;ca14 92 . + ld a,c ;ca15 79 y + xor b ;ca16 a8 . + ld a,c ;ca17 79 y +lca18h: + cp (hl) ;ca18 be . + ld a,c ;ca19 79 y + call nc,sub_ea79h ;ca1a d4 79 ea . y . + ld a,c ;ca1d 79 y + nop ;ca1e 00 . + ld a,d ;ca1f 7a z + rla ;ca20 17 . + ld a,d ;ca21 7a z + dec l ;ca22 2d - + ld a,d ;ca23 7a z + ld b,e ;ca24 43 C + ld a,d ;ca25 7a z + ld e,c ;ca26 59 Y + ld a,d ;ca27 7a z + ld l,a ;ca28 6f o + ld a,d ;ca29 7a z + add a,l ;ca2a 85 . + ld a,d ;ca2b 7a z + sbc a,e ;ca2c 9b . + ld a,d ;ca2d 7a z + or c ;ca2e b1 . + ld a,d ;ca2f 7a z + rst 0 ;ca30 c7 . + ld a,d ;ca31 7a z + defb 0ddh,07ah,0f3h ;illegal sequence ;ca32 dd 7a f3 . z . + ld a,d ;ca35 7a z + add hl,bc ;ca36 09 . +lca37h: + ld a,e ;ca37 7b { + rra ;ca38 1f . + ld a,e ;ca39 7b { + dec (hl) ;ca3a 35 5 + ld a,e ;ca3b 7b { + ld c,e ;ca3c 4b K + ld a,e ;ca3d 7b { +lca3eh: + ld h,c ;ca3e 61 a + ld a,e ;ca3f 7b { + ld (hl),a ;ca40 77 w + ld a,e ;ca41 7b { + adc a,l ;ca42 8d . + ld a,e ;ca43 7b { + and e ;ca44 a3 . + ld a,e ;ca45 7b { + cp c ;ca46 b9 . + ld a,e ;ca47 7b { + ret nc ;ca48 d0 . +lca49h: + ld a,e ;ca49 7b { + and 07bh ;ca4a e6 7b . { + ei ;ca4c fb . + ld a,e ;ca4d 7b { + ld de,l277ch ;ca4e 11 7c 27 . | ' + ld a,h ;ca51 7c | + dec a ;ca52 3d = + ld a,h ;ca53 7c | + ld d,e ;ca54 53 S +lca55h: + ld a,h ;ca55 7c | + ld l,c ;ca56 69 i + ld a,h ;ca57 7c | + ld a,a ;ca58 7f  + ld a,h ;ca59 7c | + sub l ;ca5a 95 . + ld a,h ;ca5b 7c | + xor e ;ca5c ab . + ld a,h ;ca5d 7c | + pop bc ;ca5e c1 . + ld a,h ;ca5f 7c | + rst 10h ;ca60 d7 . + ld a,h ;ca61 7c | + defb 0edh;next byte illegal after ed ;ca62 ed . + ld a,h ;ca63 7c | + inc bc ;ca64 03 . + ld a,l ;ca65 7d } + add hl,de ;ca66 19 . + ld a,l ;ca67 7d } + cpl ;ca68 2f / + ld a,l ;ca69 7d } + ld b,l ;ca6a 45 E + ld a,l ;ca6b 7d } + ld e,e ;ca6c 5b [ + ld a,l ;ca6d 7d } + ld (hl),c ;ca6e 71 q + ld a,l ;ca6f 7d } + add a,a ;ca70 87 . + ld a,l ;ca71 7d } + sbc a,l ;ca72 9d . + ld a,l ;ca73 7d } +lca74h: + or d ;ca74 b2 . + ld a,l ;ca75 7d } + ret z ;ca76 c8 . + ld a,l ;ca77 7d } + sbc a,07dh ;ca78 de 7d . } + call p,00a7dh ;ca7a f4 7d 0a . } . + ld a,(hl) ;ca7d 7e ~ + jr nz,lcafeh ;ca7e 20 7e ~ + ld (hl),07eh ;ca80 36 7e 6 ~ + ld c,h ;ca82 4c L + ld a,(hl) ;ca83 7e ~ + ld h,c ;ca84 61 a + ld a,(hl) ;ca85 7e ~ + ld (hl),a ;ca86 77 w + ld a,(hl) ;ca87 7e ~ + adc a,l ;ca88 8d . + ld a,(hl) ;ca89 7e ~ + and e ;ca8a a3 . + ld a,(hl) ;ca8b 7e ~ + cp c ;ca8c b9 . + ld a,(hl) ;ca8d 7e ~ + rst 8 ;ca8e cf . + ld a,(hl) ;ca8f 7e ~ + push hl ;ca90 e5 . + ld a,(hl) ;ca91 7e ~ + jp m,l107eh ;ca92 fa 7e 10 . ~ . + ld a,a ;ca95 7f  + ld h,07fh ;ca96 26 7f &  + inc a ;ca98 3c < + ld a,a ;ca99 7f  + ld d,d ;ca9a 52 R + ld a,a ;ca9b 7f  + ld h,a ;ca9c 67 g + ld a,a ;ca9d 7f  + ld a,l ;ca9e 7d } + ld a,a ;ca9f 7f  + sub e ;caa0 93 . + ld a,a ;caa1 7f  + xor c ;caa2 a9 . + ld a,a ;caa3 7f  + cp a ;caa4 bf . + ld a,a ;caa5 7f  + call nc,sub_ea7fh ;caa6 d4 7f ea .  . + ld a,a ;caa9 7f  + nop ;caaa 00 . + add a,b ;caab 80 . + ld d,080h ;caac 16 80 . . + inc l ;caae 2c , + add a,b ;caaf 80 . + ld b,c ;cab0 41 A + add a,b ;cab1 80 . +lcab2h: + ld d,a ;cab2 57 W + add a,b ;cab3 80 . + ld l,l ;cab4 6d m + add a,b ;cab5 80 . + add a,e ;cab6 83 . + add a,b ;cab7 80 . + sbc a,b ;cab8 98 . + add a,b ;cab9 80 . + xor (hl) ;caba ae . + add a,b ;cabb 80 . + call nz,sub_d980h ;cabc c4 80 d9 . . . + add a,b ;cabf 80 . + rst 28h ;cac0 ef . + add a,b ;cac1 80 . + dec b ;cac2 05 . + add a,c ;cac3 81 . +lcac4h: + dec de ;cac4 1b . + add a,c ;cac5 81 . + jr nc,lca49h ;cac6 30 81 0 . + ld b,(hl) ;cac8 46 F + add a,c ;cac9 81 . + ld e,h ;caca 5c \ + add a,c ;cacb 81 . + ld (hl),c ;cacc 71 q + add a,c ;cacd 81 . + add a,a ;cace 87 . + add a,c ;cacf 81 . +lcad0h: + sbc a,l ;cad0 9d . + add a,c ;cad1 81 . + or d ;cad2 b2 . + add a,c ;cad3 81 . + ret z ;cad4 c8 . + add a,c ;cad5 81 . + sbc a,081h ;cad6 de 81 . . + di ;cad8 f3 . + add a,c ;cad9 81 . + add hl,bc ;cada 09 . + add a,d ;cadb 82 . + rra ;cadc 1f . + add a,d ;cadd 82 . + inc (hl) ;cade 34 4 + add a,d ;cadf 82 . + ld c,d ;cae0 4a J + add a,d ;cae1 82 . + ld h,b ;cae2 60 ` + add a,d ;cae3 82 . + ld (hl),l ;cae4 75 u + add a,d ;cae5 82 . + adc a,e ;cae6 8b . + add a,d ;cae7 82 . + and c ;cae8 a1 . + add a,d ;cae9 82 . + or (hl) ;caea b6 . + add a,d ;caeb 82 . + call z,sub_e182h ;caec cc 82 e1 . . . +lcaefh: + add a,d ;caef 82 . + rst 30h ;caf0 f7 . + add a,d ;caf1 82 . + dec c ;caf2 0d . + add a,e ;caf3 83 . + ld (03883h),hl ;caf4 22 83 38 " . 8 +sub_caf7h: + add a,e ;caf7 83 . + ld c,l ;caf8 4d M + add a,e ;caf9 83 . + ld h,e ;cafa 63 c + add a,e ;cafb 83 . + ld a,c ;cafc 79 y + add a,e ;cafd 83 . +lcafeh: + adc a,(hl) ;cafe 8e . + add a,e ;caff 83 . + and h ;cb00 a4 . + add a,e ;cb01 83 . + cp c ;cb02 b9 . + add a,e ;cb03 83 . + rst 8 ;cb04 cf . + add a,e ;cb05 83 . + call po,lfa83h ;cb06 e4 83 fa . . . + add a,e ;cb09 83 . + rrca ;cb0a 0f . + add a,h ;cb0b 84 . + dec h ;cb0c 25 % + add a,h ;cb0d 84 . + ld a,(05084h) ;cb0e 3a 84 50 : . P + add a,h ;cb11 84 . + ld h,l ;cb12 65 e + add a,h ;cb13 84 . + ld a,e ;cb14 7b { + add a,h ;cb15 84 . + sub c ;cb16 91 . + add a,h ;cb17 84 . + and (hl) ;cb18 a6 . + add a,h ;cb19 84 . + cp h ;cb1a bc . + add a,h ;cb1b 84 . + pop de ;cb1c d1 . + add a,h ;cb1d 84 . + and 084h ;cb1e e6 84 . . + call m,l1184h ;cb20 fc 84 11 . . . + add a,l ;cb23 85 . + daa ;cb24 27 ' + add a,l ;cb25 85 . + inc a ;cb26 3c < + add a,l ;cb27 85 . + ld d,d ;cb28 52 R + add a,l ;cb29 85 . + ld h,a ;cb2a 67 g + add a,l ;cb2b 85 . + ld a,l ;cb2c 7d } + add a,l ;cb2d 85 . + sub d ;cb2e 92 . + add a,l ;cb2f 85 . + xor b ;cb30 a8 . + add a,l ;cb31 85 . + cp l ;cb32 bd . + add a,l ;cb33 85 . + out (085h),a ;cb34 d3 85 . . + ret pe ;cb36 e8 . + add a,l ;cb37 85 . + defb 0fdh,085h,013h ;illegal sequence ;cb38 fd 85 13 . . . + add a,(hl) ;cb3b 86 . + jr z,lcac4h ;cb3c 28 86 ( . + ld a,086h ;cb3e 3e 86 > . + ld d,e ;cb40 53 S + add a,(hl) ;cb41 86 . + ld l,b ;cb42 68 h + add a,(hl) ;cb43 86 . + ld a,(hl) ;cb44 7e ~ + add a,(hl) ;cb45 86 . + sub e ;cb46 93 . + add a,(hl) ;cb47 86 . + xor c ;cb48 a9 . + add a,(hl) ;cb49 86 . + cp (hl) ;cb4a be . + add a,(hl) ;cb4b 86 . + out (086h),a ;cb4c d3 86 . . + jp (hl) ;cb4e e9 . + add a,(hl) ;cb4f 86 . + cp 086h ;cb50 fe 86 . . + inc de ;cb52 13 . + add a,a ;cb53 87 . + add hl,hl ;cb54 29 ) + add a,a ;cb55 87 . + ld a,087h ;cb56 3e 87 > . + ld d,e ;cb58 53 S + add a,a ;cb59 87 . +lcb5ah: + ld l,c ;cb5a 69 i + add a,a ;cb5b 87 . + ld a,(hl) ;cb5c 7e ~ + add a,a ;cb5d 87 . + sub e ;cb5e 93 . + add a,a ;cb5f 87 . + xor c ;cb60 a9 . + add a,a ;cb61 87 . + cp (hl) ;cb62 be . + add a,a ;cb63 87 . + out (087h),a ;cb64 d3 87 . . + jp (hl) ;cb66 e9 . + add a,a ;cb67 87 . + cp 087h ;cb68 fe 87 . . + inc de ;cb6a 13 . + adc a,b ;cb6b 88 . + add hl,hl ;cb6c 29 ) + adc a,b ;cb6d 88 . + ld a,088h ;cb6e 3e 88 > . + ld d,e ;cb70 53 S + adc a,b ;cb71 88 . + ld l,b ;cb72 68 h + adc a,b ;cb73 88 . + ld a,(hl) ;cb74 7e ~ + adc a,b ;cb75 88 . + sub e ;cb76 93 . + adc a,b ;cb77 88 . + xor b ;cb78 a8 . + adc a,b ;cb79 88 . + cp (hl) ;cb7a be . + adc a,b ;cb7b 88 . + out (088h),a ;cb7c d3 88 . . + ret pe ;cb7e e8 . + adc a,b ;cb7f 88 . + defb 0fdh,088h,012h ;illegal sequence ;cb80 fd 88 12 . . . + adc a,c ;cb83 89 . + jr z,$-117 ;cb84 28 89 ( . + dec a ;cb86 3d = + adc a,c ;cb87 89 . + ld d,d ;cb88 52 R + adc a,c ;cb89 89 . + ld h,a ;cb8a 67 g + adc a,c ;cb8b 89 . +lcb8ch: + ld a,l ;cb8c 7d } + adc a,c ;cb8d 89 . + sub d ;cb8e 92 . + adc a,c ;cb8f 89 . + and a ;cb90 a7 . + adc a,c ;cb91 89 . + cp h ;cb92 bc . + adc a,c ;cb93 89 . + pop de ;cb94 d1 . + adc a,c ;cb95 89 . + rst 20h ;cb96 e7 . + adc a,c ;cb97 89 . + call m,sub_1189h ;cb98 fc 89 11 . . . + adc a,d ;cb9b 8a . + ld h,08ah ;cb9c 26 8a & . + dec sp ;cb9e 3b ; + adc a,d ;cb9f 8a . + ld d,b ;cba0 50 P + adc a,d ;cba1 8a . + ld h,(hl) ;cba2 66 f + adc a,d ;cba3 8a . + ld a,e ;cba4 7b { + adc a,d ;cba5 8a . + sub b ;cba6 90 . + adc a,d ;cba7 8a . + and l ;cba8 a5 . + adc a,d ;cba9 8a . + cp d ;cbaa ba . + adc a,d ;cbab 8a . + rst 8 ;cbac cf . + adc a,d ;cbad 8a . + call po,sub_f98ah ;cbae e4 8a f9 . . . + adc a,d ;cbb1 8a . + rrca ;cbb2 0f . + adc a,e ;cbb3 8b . + inc h ;cbb4 24 $ + adc a,e ;cbb5 8b . + add hl,sp ;cbb6 39 9 + adc a,e ;cbb7 8b . + ld c,(hl) ;cbb8 4e N + adc a,e ;cbb9 8b . + ld h,e ;cbba 63 c + adc a,e ;cbbb 8b . + ld a,b ;cbbc 78 x + adc a,e ;cbbd 8b . + adc a,l ;cbbe 8d . + adc a,e ;cbbf 8b . + and d ;cbc0 a2 . + adc a,e ;cbc1 8b . + or a ;cbc2 b7 . + adc a,e ;cbc3 8b . + call z,sub_e18bh ;cbc4 cc 8b e1 . . . + adc a,e ;cbc7 8b . + or 08bh ;cbc8 f6 8b . . + dec bc ;cbca 0b . + adc a,h ;cbcb 8c . + jr nz,lcb5ah ;cbcc 20 8c . + ld (hl),08ch ;cbce 36 8c 6 . + ld c,e ;cbd0 4b K + adc a,h ;cbd1 8c . + ld h,b ;cbd2 60 ` + adc a,h ;cbd3 8c . + ld (hl),l ;cbd4 75 u + adc a,h ;cbd5 8c . + adc a,d ;cbd6 8a . + adc a,h ;cbd7 8c . + sbc a,a ;cbd8 9f . + adc a,h ;cbd9 8c . + or h ;cbda b4 . + adc a,h ;cbdb 8c . + ret ;cbdc c9 . + adc a,h ;cbdd 8c . + sbc a,08ch ;cbde de 8c . . + di ;cbe0 f3 . + adc a,h ;cbe1 8c . + ex af,af' ;cbe2 08 . + adc a,l ;cbe3 8d . + dec e ;cbe4 1d . + adc a,l ;cbe5 8d . + ld (0478dh),a ;cbe6 32 8d 47 2 . G + adc a,l ;cbe9 8d . + ld e,e ;cbea 5b [ + adc a,l ;cbeb 8d . + ld (hl),b ;cbec 70 p + adc a,l ;cbed 8d . + add a,l ;cbee 85 . + adc a,l ;cbef 8d . + sbc a,d ;cbf0 9a . + adc a,l ;cbf1 8d . +lcbf2h: + xor a ;cbf2 af . + adc a,l ;cbf3 8d . + call nz,sub_d98dh ;cbf4 c4 8d d9 . . . + adc a,l ;cbf7 8d . + xor 08dh ;cbf8 ee 8d . . + inc bc ;cbfa 03 . + adc a,(hl) ;cbfb 8e . +lcbfch: + jr lcb8ch ;cbfc 18 8e . . + dec l ;cbfe 2d - +lcbffh: + adc a,(hl) ;cbff 8e . + ld b,d ;cc00 42 B + adc a,(hl) ;cc01 8e . + ld d,a ;cc02 57 W + adc a,(hl) ;cc03 8e . + ld l,e ;cc04 6b k + adc a,(hl) ;cc05 8e . + add a,b ;cc06 80 . + adc a,(hl) ;cc07 8e . + sub l ;cc08 95 . + adc a,(hl) ;cc09 8e . + xor d ;cc0a aa . + adc a,(hl) ;cc0b 8e . + cp a ;cc0c bf . + adc a,(hl) ;cc0d 8e . + call nc,0e98eh ;cc0e d4 8e e9 . . . +sub_cc11h: + adc a,(hl) ;cc11 8e . + cp 08eh ;cc12 fe 8e . . + ld (de),a ;cc14 12 . + adc a,a ;cc15 8f . + daa ;cc16 27 ' + adc a,a ;cc17 8f . + inc a ;cc18 3c < + adc a,a ;cc19 8f . + ld d,c ;cc1a 51 Q + adc a,a ;cc1b 8f . + ld h,(hl) ;cc1c 66 f + adc a,a ;cc1d 8f . + ld a,e ;cc1e 7b { + adc a,a ;cc1f 8f . + adc a,a ;cc20 8f . + adc a,a ;cc21 8f . + and h ;cc22 a4 . + adc a,a ;cc23 8f . + cp c ;cc24 b9 . + adc a,a ;cc25 8f . + adc a,08fh ;cc26 ce 8f . . + ex (sp),hl ;cc28 e3 . + adc a,a ;cc29 8f . + rst 30h ;cc2a f7 . + adc a,a ;cc2b 8f . + inc c ;cc2c 0c . + sub b ;cc2d 90 . + ld hl,03690h ;cc2e 21 90 36 ! . 6 + sub b ;cc31 90 . + ld c,e ;cc32 4b K + sub b ;cc33 90 . + ld e,a ;cc34 5f _ + sub b ;cc35 90 . + ld (hl),h ;cc36 74 t + sub b ;cc37 90 . + adc a,c ;cc38 89 . + sub b ;cc39 90 . + sbc a,(hl) ;cc3a 9e . + sub b ;cc3b 90 . + or d ;cc3c b2 . + sub b ;cc3d 90 . +sub_cc3eh: + rst 0 ;cc3e c7 . + sub b ;cc3f 90 . + call c,0f090h ;cc40 dc 90 f0 . . . + sub b ;cc43 90 . + dec b ;cc44 05 . + sub c ;cc45 91 . + ld a,(de) ;cc46 1a . + sub c ;cc47 91 . + cpl ;cc48 2f / + sub c ;cc49 91 . + ld b,e ;cc4a 43 C + sub c ;cc4b 91 . + ld e,b ;cc4c 58 X + sub c ;cc4d 91 . + ld l,l ;cc4e 6d m + sub c ;cc4f 91 . + add a,c ;cc50 81 . + sub c ;cc51 91 . + sub (hl) ;cc52 96 . + sub c ;cc53 91 . + xor e ;cc54 ab . + sub c ;cc55 91 . + cp a ;cc56 bf . + sub c ;cc57 91 . + call nc,0e991h ;cc58 d4 91 e9 . . . + sub c ;cc5b 91 . +lcc5ch: + defb 0fdh,091h,012h ;illegal sequence ;cc5c fd 91 12 . . . + sub d ;cc5f 92 . + daa ;cc60 27 ' + sub d ;cc61 92 . + dec sp ;cc62 3b ; + sub d ;cc63 92 . + ld d,b ;cc64 50 P + sub d ;cc65 92 . + ld h,l ;cc66 65 e + sub d ;cc67 92 . + ld a,c ;cc68 79 y + sub d ;cc69 92 . + adc a,(hl) ;cc6a 8e . + sub d ;cc6b 92 . + and d ;cc6c a2 . + sub d ;cc6d 92 . + or a ;cc6e b7 . + sub d ;cc6f 92 . + call z,0e092h ;cc70 cc 92 e0 . . . + sub d ;cc73 92 . + push af ;cc74 f5 . + sub d ;cc75 92 . + add hl,bc ;cc76 09 . +lcc77h: + sub e ;cc77 93 . + ld e,093h ;cc78 1e 93 . . + inc sp ;cc7a 33 3 +sub_cc7bh: + sub e ;cc7b 93 . + ld b,a ;cc7c 47 G + sub e ;cc7d 93 . + ld e,h ;cc7e 5c \ + sub e ;cc7f 93 . + ld (hl),b ;cc80 70 p + sub e ;cc81 93 . + add a,l ;cc82 85 . + sub e ;cc83 93 . + sbc a,c ;cc84 99 . + sub e ;cc85 93 . + xor (hl) ;cc86 ae . + sub e ;cc87 93 . + jp nz,ld793h ;cc88 c2 93 d7 . . . + sub e ;cc8b 93 . + ex de,hl ;cc8c eb . + sub e ;cc8d 93 . + nop ;cc8e 00 . + sub h ;cc8f 94 . + inc d ;cc90 14 . + sub h ;cc91 94 . + add hl,hl ;cc92 29 ) + sub h ;cc93 94 . + dec a ;cc94 3d = + sub h ;cc95 94 . + ld d,d ;cc96 52 R + sub h ;cc97 94 . + ld h,(hl) ;cc98 66 f +sub_cc99h: + sub h ;cc99 94 . + ld a,e ;cc9a 7b { + sub h ;cc9b 94 . + adc a,a ;cc9c 8f . + sub h ;cc9d 94 . + and h ;cc9e a4 . + sub h ;cc9f 94 . + cp b ;cca0 b8 . + sub h ;cca1 94 . + call sub_e194h ;cca2 cd 94 e1 . . . + sub h ;cca5 94 . + or 094h ;cca6 f6 94 . . + ld a,(bc) ;cca8 0a . + sub l ;cca9 95 . + rra ;ccaa 1f . + sub l ;ccab 95 . + inc sp ;ccac 33 3 + sub l ;ccad 95 . + ld b,a ;ccae 47 G + sub l ;ccaf 95 . + ld e,h ;ccb0 5c \ + sub l ;ccb1 95 . + ld (hl),b ;ccb2 70 p + sub l ;ccb3 95 . + add a,l ;ccb4 85 . + sub l ;ccb5 95 . + sbc a,c ;ccb6 99 . +sub_ccb7h: + sub l ;ccb7 95 . + xor l ;ccb8 ad . + sub l ;ccb9 95 . + jp nz,ld695h ;ccba c2 95 d6 . . . + sub l ;ccbd 95 . + ex de,hl ;ccbe eb . + sub l ;ccbf 95 . + rst 38h ;ccc0 ff . + sub l ;ccc1 95 . + inc de ;ccc2 13 . + sub (hl) ;ccc3 96 . + jr z,lcc5ch ;ccc4 28 96 ( . + inc a ;ccc6 3c < + sub (hl) ;ccc7 96 . + ld d,b ;ccc8 50 P + sub (hl) ;ccc9 96 . + ld h,l ;ccca 65 e + sub (hl) ;cccb 96 . + ld a,c ;cccc 79 y + sub (hl) ;cccd 96 . + adc a,l ;ccce 8d . + sub (hl) ;cccf 96 . + and d ;ccd0 a2 . + sub (hl) ;ccd1 96 . + or (hl) ;ccd2 b6 . + sub (hl) ;ccd3 96 . + jp z,ldf96h ;ccd4 ca 96 df . . . + sub (hl) ;ccd7 96 . + di ;ccd8 f3 . + sub (hl) ;ccd9 96 . + rlca ;ccda 07 . + sub a ;ccdb 97 . + inc e ;ccdc 1c . + sub a ;ccdd 97 . + jr nc,lcc77h ;ccde 30 97 0 . + ld b,h ;cce0 44 D + sub a ;cce1 97 . + ld e,b ;cce2 58 X + sub a ;cce3 97 . + ld l,l ;cce4 6d m + sub a ;cce5 97 . + add a,c ;cce6 81 . + sub a ;cce7 97 . + sub l ;cce8 95 . + sub a ;cce9 97 . + xor d ;ccea aa . + sub a ;cceb 97 . + cp (hl) ;ccec be . +lccedh: + sub a ;cced 97 . + jp nc,le697h ;ccee d2 97 e6 . . . + sub a ;ccf1 97 . + jp m,00f97h ;ccf2 fa 97 0f . . . + sbc a,b ;ccf5 98 . + inc hl ;ccf6 23 # + sbc a,b ;ccf7 98 . + scf ;ccf8 37 7 + sbc a,b ;ccf9 98 . + ld c,e ;ccfa 4b K +lccfbh: + sbc a,b ;ccfb 98 . +sub_ccfch: + ld h,b ;ccfc 60 ` + sbc a,b ;ccfd 98 . + ld (hl),h ;ccfe 74 t + sbc a,b ;ccff 98 . + adc a,b ;cd00 88 . + sbc a,b ;cd01 98 . + sbc a,h ;cd02 9c . + sbc a,b ;cd03 98 . + or b ;cd04 b0 . + sbc a,b ;cd05 98 . + call nz,sub_d998h ;cd06 c4 98 d9 . . . + sbc a,b ;cd09 98 . + defb 0edh;next byte illegal after ed ;cd0a ed . + sbc a,b ;cd0b 98 . + ld bc,01599h ;cd0c 01 99 15 . . . + sbc a,c ;cd0f 99 . + add hl,hl ;cd10 29 ) + sbc a,c ;cd11 99 . +sub_cd12h: + dec a ;cd12 3d = + sbc a,c ;cd13 99 . + ld d,d ;cd14 52 R + sbc a,c ;cd15 99 . + ld h,(hl) ;cd16 66 f + sbc a,c ;cd17 99 . + ld a,d ;cd18 7a z + sbc a,c ;cd19 99 . + adc a,(hl) ;cd1a 8e . +lcd1bh: + sbc a,c ;cd1b 99 . + and d ;cd1c a2 . + sbc a,c ;cd1d 99 . + or (hl) ;cd1e b6 . + sbc a,c ;cd1f 99 . + jp z,lde99h ;cd20 ca 99 de . . . + sbc a,c ;cd23 99 . + jp p,l0799h ;cd24 f2 99 07 . . . + sbc a,d ;cd27 9a . + dec de ;cd28 1b . + sbc a,d ;cd29 9a . + cpl ;cd2a 2f / + sbc a,d ;cd2b 9a . + ld b,e ;cd2c 43 C + sbc a,d ;cd2d 9a . + ld d,a ;cd2e 57 W + sbc a,d ;cd2f 9a . + ld l,e ;cd30 6b k + sbc a,d ;cd31 9a . + ld a,a ;cd32 7f  + sbc a,d ;cd33 9a . + sub e ;cd34 93 . + sbc a,d ;cd35 9a . + and a ;cd36 a7 . + sbc a,d ;cd37 9a . + cp e ;cd38 bb . + sbc a,d ;cd39 9a . + rst 8 ;cd3a cf . + sbc a,d ;cd3b 9a . + ex (sp),hl ;cd3c e3 . + sbc a,d ;cd3d 9a . + rst 30h ;cd3e f7 . +sub_cd3fh: + sbc a,d ;cd3f 9a . + dec bc ;cd40 0b . + sbc a,e ;cd41 9b . + rra ;cd42 1f . + sbc a,e ;cd43 9b . + inc sp ;cd44 33 3 + sbc a,e ;cd45 9b . + ld b,a ;cd46 47 G + sbc a,e ;cd47 9b . + ld e,e ;cd48 5b [ + sbc a,e ;cd49 9b . + ld l,a ;cd4a 6f o + sbc a,e ;cd4b 9b . + add a,e ;cd4c 83 . + sbc a,e ;cd4d 9b . + sub a ;cd4e 97 . + sbc a,e ;cd4f 9b . + xor e ;cd50 ab . + sbc a,e ;cd51 9b . + cp a ;cd52 bf . + sbc a,e ;cd53 9b . + out (09bh),a ;cd54 d3 9b . . + rst 20h ;cd56 e7 . + sbc a,e ;cd57 9b . + ei ;cd58 fb . + sbc a,e ;cd59 9b . + rrca ;cd5a 0f . + sbc a,h ;cd5b 9c . + inc hl ;cd5c 23 # +sub_cd5dh: + sbc a,h ;cd5d 9c . + ld (hl),09ch ;cd5e 36 9c 6 . + ld c,d ;cd60 4a J + sbc a,h ;cd61 9c . + ld e,(hl) ;cd62 5e ^ + sbc a,h ;cd63 9c . + ld (hl),d ;cd64 72 r + sbc a,h ;cd65 9c . + add a,(hl) ;cd66 86 . + sbc a,h ;cd67 9c . + sbc a,d ;cd68 9a . + sbc a,h ;cd69 9c . + xor (hl) ;cd6a ae . + sbc a,h ;cd6b 9c . + jp nz,ld69ch ;cd6c c2 9c d6 . . . + sbc a,h ;cd6f 9c . + jp (hl) ;cd70 e9 . + sbc a,h ;cd71 9c . + defb 0fdh,09ch,011h ;illegal sequence ;cd72 fd 9c 11 . . . + sbc a,l ;cd75 9d . + dec h ;cd76 25 % + sbc a,l ;cd77 9d . + add hl,sp ;cd78 39 9 + sbc a,l ;cd79 9d . + ld c,l ;cd7a 4d M +sub_cd7bh: + sbc a,l ;cd7b 9d . + ld h,c ;cd7c 61 a + sbc a,l ;cd7d 9d . + ld (hl),h ;cd7e 74 t + sbc a,l ;cd7f 9d . +lcd80h: + adc a,b ;cd80 88 . + sbc a,l ;cd81 9d . + sbc a,h ;cd82 9c . +lcd83h: + sbc a,l ;cd83 9d . + or b ;cd84 b0 . + sbc a,l ;cd85 9d . + call nz,0d79dh ;cd86 c4 9d d7 . . . + sbc a,l ;cd89 9d . + ex de,hl ;cd8a eb . + sbc a,l ;cd8b 9d . + rst 38h ;cd8c ff . + sbc a,l ;cd8d 9d . + inc de ;cd8e 13 . + sbc a,(hl) ;cd8f 9e . + daa ;cd90 27 ' + sbc a,(hl) ;cd91 9e . + ld a,(04e9eh) ;cd92 3a 9e 4e : . N + sbc a,(hl) ;cd95 9e . + ld h,d ;cd96 62 b + sbc a,(hl) ;cd97 9e . + halt ;cd98 76 v +sub_cd99h: + sbc a,(hl) ;cd99 9e . + adc a,c ;cd9a 89 . + sbc a,(hl) ;cd9b 9e . + sbc a,l ;cd9c 9d . + sbc a,(hl) ;cd9d 9e . + or c ;cd9e b1 . + sbc a,(hl) ;cd9f 9e . + call nz,sub_d89eh ;cda0 c4 9e d8 . . . + sbc a,(hl) ;cda3 9e . + call pe,sub_009eh ;cda4 ec 9e 00 . . . + sbc a,a ;cda7 9f . + inc de ;cda8 13 . + sbc a,a ;cda9 9f . + daa ;cdaa 27 ' + sbc a,a ;cdab 9f . + dec sp ;cdac 3b ; + sbc a,a ;cdad 9f . + ld c,(hl) ;cdae 4e N + sbc a,a ;cdaf 9f . + ld h,d ;cdb0 62 b + sbc a,a ;cdb1 9f . + halt ;cdb2 76 v + sbc a,a ;cdb3 9f . + adc a,c ;cdb4 89 . + sbc a,a ;cdb5 9f . + sbc a,l ;cdb6 9d . +sub_cdb7h: + sbc a,a ;cdb7 9f . + or c ;cdb8 b1 . + sbc a,a ;cdb9 9f . + call nz,sub_d89fh ;cdba c4 9f d8 . . . + sbc a,a ;cdbd 9f . + call pe,sub_ff9fh ;cdbe ec 9f ff . . . + sbc a,a ;cdc1 9f . + inc de ;cdc2 13 . + and b ;cdc3 a0 . + ld h,0a0h ;cdc4 26 a0 & . + ld a,(l4ea0h) ;cdc6 3a a0 4e : . N + and b ;cdc9 a0 . + ld h,c ;cdca 61 a + and b ;cdcb a0 . + ld (hl),l ;cdcc 75 u + and b ;cdcd a0 . + adc a,b ;cdce 88 . + and b ;cdcf a0 . + sbc a,h ;cdd0 9c . + and b ;cdd1 a0 . + or b ;cdd2 b0 . + and b ;cdd3 a0 . + jp 0d7a0h ;cdd4 c3 a0 d7 . . . + and b ;cdd7 a0 . + jp pe,lfea0h ;cdd8 ea a0 fe . . . + and b ;cddb a0 . + ld de,l25a1h ;cddc 11 a1 25 . . % + and c ;cddf a1 . + jr c,lcd83h ;cde0 38 a1 8 . + ld c,h ;cde2 4c L + and c ;cde3 a1 . +sub_cde4h: + ld e,a ;cde4 5f _ + and c ;cde5 a1 . + ld (hl),e ;cde6 73 s + and c ;cde7 a1 . + add a,a ;cde8 87 . + and c ;cde9 a1 . + sbc a,d ;cdea 9a . + and c ;cdeb a1 . + xor l ;cdec ad . + and c ;cded a1 . + pop bc ;cdee c1 . +lcdefh: + and c ;cdef a1 . + call nc,0e8a1h ;cdf0 d4 a1 e8 . . . + and c ;cdf3 a1 . + ei ;cdf4 fb . + and c ;cdf5 a1 . + rrca ;cdf6 0f . + and d ;cdf7 a2 . + ld (l36a2h),hl ;cdf8 22 a2 36 " . 6 + and d ;cdfb a2 . +sub_cdfch: + ld c,c ;cdfc 49 I + and d ;cdfd a2 . + ld e,l ;cdfe 5d ] +sub_cdffh: + and d ;cdff a2 . + ld (hl),b ;ce00 70 p + and d ;ce01 a2 . +sub_ce02h: + add a,h ;ce02 84 . + and d ;ce03 a2 . + sub a ;ce04 97 . + and d ;ce05 a2 . + xor d ;ce06 aa . + and d ;ce07 a2 . + cp (hl) ;ce08 be . + and d ;ce09 a2 . + pop de ;ce0a d1 . + and d ;ce0b a2 . + push hl ;ce0c e5 . + and d ;ce0d a2 . + ret m ;ce0e f8 . + and d ;ce0f a2 . + dec bc ;ce10 0b . + and e ;ce11 a3 . + rra ;ce12 1f . + and e ;ce13 a3 . + ld (045a3h),a ;ce14 32 a3 45 2 . E + and e ;ce17 a3 . + ld e,c ;ce18 59 Y + and e ;ce19 a3 . + ld l,h ;ce1a 6c l + and e ;ce1b a3 . + add a,b ;ce1c 80 . + and e ;ce1d a3 . + sub e ;ce1e 93 . + and e ;ce1f a3 . + and (hl) ;ce20 a6 . + and e ;ce21 a3 . + cp d ;ce22 ba . + and e ;ce23 a3 . + call sub_e0a3h ;ce24 cd a3 e0 . . . + and e ;ce27 a3 . + di ;ce28 f3 . + and e ;ce29 a3 . + rlca ;ce2a 07 . + and h ;ce2b a4 . + ld a,(de) ;ce2c 1a . + and h ;ce2d a4 . + dec l ;ce2e 2d - + and h ;ce2f a4 . + ld b,c ;ce30 41 A + and h ;ce31 a4 . + ld d,h ;ce32 54 T + and h ;ce33 a4 . + ld h,a ;ce34 67 g + and h ;ce35 a4 . + ld a,d ;ce36 7a z + and h ;ce37 a4 . + adc a,(hl) ;ce38 8e . + and h ;ce39 a4 . + and c ;ce3a a1 . + and h ;ce3b a4 . + or h ;ce3c b4 . + and h ;ce3d a4 . + rst 0 ;ce3e c7 . + and h ;ce3f a4 . +lce40h: + in a,(0a4h) ;ce40 db a4 . . + xor 0a4h ;ce42 ee a4 . . + ld bc,l14a5h ;ce44 01 a5 14 . . . + and l ;ce47 a5 . + jr z,lcdefh ;ce48 28 a5 ( . + dec sp ;ce4a 3b ; + and l ;ce4b a5 . + ld c,(hl) ;ce4c 4e N + and l ;ce4d a5 . + ld h,c ;ce4e 61 a + and l ;ce4f a5 . + ld (hl),h ;ce50 74 t + and l ;ce51 a5 . + adc a,b ;ce52 88 . + and l ;ce53 a5 . + sbc a,e ;ce54 9b . + and l ;ce55 a5 . + xor (hl) ;ce56 ae . + and l ;ce57 a5 . + pop bc ;ce58 c1 . + and l ;ce59 a5 . + call nc,sub_e7a5h ;ce5a d4 a5 e7 . . . + and l ;ce5d a5 . + jp m,l0ea5h ;ce5e fa a5 0e . . . + and (hl) ;ce61 a6 . + ld hl,l34a6h ;ce62 21 a6 34 ! . 4 + and (hl) ;ce65 a6 . + ld b,a ;ce66 47 G + and (hl) ;ce67 a6 . + ld e,d ;ce68 5a Z + and (hl) ;ce69 a6 . + ld l,l ;ce6a 6d m + and (hl) ;ce6b a6 . + add a,b ;ce6c 80 . + and (hl) ;ce6d a6 . + sub e ;ce6e 93 . + and (hl) ;ce6f a6 . + and (hl) ;ce70 a6 . + and (hl) ;ce71 a6 . + cp d ;ce72 ba . + and (hl) ;ce73 a6 . + call sub_e0a6h ;ce74 cd a6 e0 . . . + and (hl) ;ce77 a6 . + di ;ce78 f3 . + and (hl) ;ce79 a6 . +lce7ah: + ld b,0a7h ;ce7a 06 a7 . . + add hl,de ;ce7c 19 . + and a ;ce7d a7 . + inc l ;ce7e 2c , + and a ;ce7f a7 . + ccf ;ce80 3f ? + and a ;ce81 a7 . + ld d,d ;ce82 52 R + and a ;ce83 a7 . + ld h,l ;ce84 65 e + and a ;ce85 a7 . + ld a,b ;ce86 78 x + and a ;ce87 a7 . + adc a,e ;ce88 8b . + and a ;ce89 a7 . + sbc a,(hl) ;ce8a 9e . + and a ;ce8b a7 . + or c ;ce8c b1 . + and a ;ce8d a7 . + call nz,sub_d7a7h ;ce8e c4 a7 d7 . . . + and a ;ce91 a7 . + jp pe,lfda7h ;ce92 ea a7 fd . . . + and a ;ce95 a7 . + djnz lce40h ;ce96 10 a8 . . + inc hl ;ce98 23 # + xor b ;ce99 a8 . + ld (hl),0a8h ;ce9a 36 a8 6 . + ld c,c ;ce9c 49 I + xor b ;ce9d a8 . + ld e,h ;ce9e 5c \ + xor b ;ce9f a8 . + ld l,a ;cea0 6f o + xor b ;cea1 a8 . + add a,d ;cea2 82 . + xor b ;cea3 a8 . + sub l ;cea4 95 . + xor b ;cea5 a8 . + and a ;cea6 a7 . + xor b ;cea7 a8 . + cp d ;cea8 ba . + xor b ;cea9 a8 . + call 0e0a8h ;ceaa cd a8 e0 . . . + xor b ;cead a8 . + di ;ceae f3 . + xor b ;ceaf a8 . + ld b,0a9h ;ceb0 06 a9 . . + add hl,de ;ceb2 19 . + xor c ;ceb3 a9 . + inc l ;ceb4 2c , + xor c ;ceb5 a9 . + ccf ;ceb6 3f ? + xor c ;ceb7 a9 . + ld d,c ;ceb8 51 Q + xor c ;ceb9 a9 . + ld h,h ;ceba 64 d + xor c ;cebb a9 . + ld (hl),a ;cebc 77 w + xor c ;cebd a9 . + adc a,d ;cebe 8a . + xor c ;cebf a9 . + sbc a,l ;cec0 9d . + xor c ;cec1 a9 . + or b ;cec2 b0 . + xor c ;cec3 a9 . + jp nz,ld5a9h ;cec4 c2 a9 d5 . . . + xor c ;cec7 a9 . + ret pe ;cec8 e8 . + xor c ;cec9 a9 . + ei ;ceca fb . + xor c ;cecb a9 . + ld c,0aah ;cecc 0e aa . . + jr nz,lce7ah ;cece 20 aa . + inc sp ;ced0 33 3 +lced1h: + xor d ;ced1 aa . + ld b,(hl) ;ced2 46 F + xor d ;ced3 aa . + ld e,c ;ced4 59 Y + xor d ;ced5 aa . + ld l,e ;ced6 6b k + xor d ;ced7 aa . + ld a,(hl) ;ced8 7e ~ + xor d ;ced9 aa . + sub c ;ceda 91 . + xor d ;cedb aa . + and h ;cedc a4 . + xor d ;cedd aa . + or (hl) ;cede b6 . + xor d ;cedf aa . + ret ;cee0 c9 . +lcee1h: + xor d ;cee1 aa . + call c,sub_efaah ;cee2 dc aa ef . . . + xor d ;cee5 aa . + ld bc,l14abh ;cee6 01 ab 14 . . . + xor e ;cee9 ab . + daa ;ceea 27 ' + xor e ;ceeb ab . +lceech: + add hl,sp ;ceec 39 9 + xor e ;ceed ab . + ld c,h ;ceee 4c L + xor e ;ceef ab . + ld e,a ;cef0 5f _ + xor e ;cef1 ab . + ld (hl),c ;cef2 71 q + xor e ;cef3 ab . + add a,h ;cef4 84 . + xor e ;cef5 ab . + sub a ;cef6 97 . + xor e ;cef7 ab . + xor c ;cef8 a9 . + xor e ;cef9 ab . + cp h ;cefa bc . + xor e ;cefb ab . + rst 8 ;cefc cf . + xor e ;cefd ab . + pop hl ;cefe e1 . + xor e ;ceff ab . + call p,sub_07abh ;cf00 f4 ab 07 . . . + xor h ;cf03 ac . + add hl,de ;cf04 19 . + xor h ;cf05 ac . + inc l ;cf06 2c , + xor h ;cf07 ac . + ld a,0ach ;cf08 3e ac > . + ld d,c ;cf0a 51 Q + xor h ;cf0b ac . + ld h,h ;cf0c 64 d + xor h ;cf0d ac . + halt ;cf0e 76 v + xor h ;cf0f ac . + adc a,c ;cf10 89 . + xor h ;cf11 ac . + sbc a,e ;cf12 9b . + xor h ;cf13 ac . + xor (hl) ;cf14 ae . + xor h ;cf15 ac . + ret nz ;cf16 c0 . + xor h ;cf17 ac . + out (0ach),a ;cf18 d3 ac . . + and 0ach ;cf1a e6 ac . . + ret m ;cf1c f8 . + xor h ;cf1d ac . + dec bc ;cf1e 0b . + xor l ;cf1f ad . + dec e ;cf20 1d . + xor l ;cf21 ad . + jr nc,lced1h ;cf22 30 ad 0 . + ld b,d ;cf24 42 B + xor l ;cf25 ad . + ld d,l ;cf26 55 U + xor l ;cf27 ad . + ld h,a ;cf28 67 g + xor l ;cf29 ad . + ld a,d ;cf2a 7a z + xor l ;cf2b ad . + adc a,h ;cf2c 8c . + xor l ;cf2d ad . + sbc a,a ;cf2e 9f . + xor l ;cf2f ad . + or c ;cf30 b1 . + xor l ;cf31 ad . + call nz,sub_d6adh ;cf32 c4 ad d6 . . . + xor l ;cf35 ad . + ret pe ;cf36 e8 . + xor l ;cf37 ad . + ei ;cf38 fb . + xor l ;cf39 ad . + dec c ;cf3a 0d . + xor (hl) ;cf3b ae . + jr nz,lceech ;cf3c 20 ae . + ld (l45aeh),a ;cf3e 32 ae 45 2 . E + xor (hl) ;cf41 ae . + ld d,a ;cf42 57 W +lcf43h: + xor (hl) ;cf43 ae . + ld l,c ;cf44 69 i + xor (hl) ;cf45 ae . + ld a,h ;cf46 7c | + xor (hl) ;cf47 ae . + adc a,(hl) ;cf48 8e . + xor (hl) ;cf49 ae . + and c ;cf4a a1 . + xor (hl) ;cf4b ae . + or e ;cf4c b3 . + xor (hl) ;cf4d ae . + push bc ;cf4e c5 . + xor (hl) ;cf4f ae . + ret c ;cf50 d8 . + xor (hl) ;cf51 ae . + jp pe,sub_fcaeh ;cf52 ea ae fc . . . + xor (hl) ;cf55 ae . + rrca ;cf56 0f . + xor a ;cf57 af . + ld hl,l33afh ;cf58 21 af 33 ! . 3 + xor a ;cf5b af . + ld b,(hl) ;cf5c 46 F + xor a ;cf5d af . + ld e,b ;cf5e 58 X + xor a ;cf5f af . + ld l,d ;cf60 6a j + xor a ;cf61 af . + ld a,l ;cf62 7d } + xor a ;cf63 af . + adc a,a ;cf64 8f . + xor a ;cf65 af . + and c ;cf66 a1 . + xor a ;cf67 af . + or h ;cf68 b4 . + xor a ;cf69 af . + add a,0afh ;cf6a c6 af . . + ret c ;cf6c d8 . + xor a ;cf6d af . + jp pe,lfdafh ;cf6e ea af fd . . . + xor a ;cf71 af . + rrca ;cf72 0f . + or b ;cf73 b0 . + ld hl,l33b0h ;cf74 21 b0 33 ! . 3 + or b ;cf77 b0 . + ld b,(hl) ;cf78 46 F + or b ;cf79 b0 . + ld e,b ;cf7a 58 X + or b ;cf7b b0 . + ld l,d ;cf7c 6a j + or b ;cf7d b0 . + ld a,h ;cf7e 7c | + or b ;cf7f b0 . + adc a,a ;cf80 8f . + or b ;cf81 b0 . + and c ;cf82 a1 . + or b ;cf83 b0 . + or e ;cf84 b3 . + or b ;cf85 b0 . + push bc ;cf86 c5 . + or b ;cf87 b0 . + rst 10h ;cf88 d7 . + or b ;cf89 b0 . + jp (hl) ;cf8a e9 . + or b ;cf8b b0 . + call m,00eb0h ;cf8c fc b0 0e . . . + or c ;cf8f b1 . + jr nz,lcf43h ;cf90 20 b1 . + ld (l44b1h),a ;cf92 32 b1 44 2 . D + or c ;cf95 b1 . + ld d,(hl) ;cf96 56 V + or c ;cf97 b1 . + ld l,c ;cf98 69 i + or c ;cf99 b1 . + ld a,e ;cf9a 7b { + or c ;cf9b b1 . + adc a,l ;cf9c 8d . + or c ;cf9d b1 . +lcf9eh: + sbc a,a ;cf9e 9f . + or c ;cf9f b1 . + or c ;cfa0 b1 . + or c ;cfa1 b1 . + jp ld5b1h ;cfa2 c3 b1 d5 . . . + or c ;cfa5 b1 . + rst 20h ;cfa6 e7 . + or c ;cfa7 b1 . + ld sp,hl ;cfa8 f9 . + or c ;cfa9 b1 . + dec bc ;cfaa 0b . + or d ;cfab b2 . + dec e ;cfac 1d . + or d ;cfad b2 . + cpl ;cfae 2f / + or d ;cfaf b2 . + ld b,d ;cfb0 42 B + or d ;cfb1 b2 . + ld d,h ;cfb2 54 T + or d ;cfb3 b2 . + ld h,(hl) ;cfb4 66 f + or d ;cfb5 b2 . + ld a,b ;cfb6 78 x + or d ;cfb7 b2 . + adc a,d ;cfb8 8a . +lcfb9h: + or d ;cfb9 b2 . + sbc a,h ;cfba 9c . + or d ;cfbb b2 . + xor (hl) ;cfbc ae . + or d ;cfbd b2 . + ret nz ;cfbe c0 . + or d ;cfbf b2 . + jp nc,0e4b2h ;cfc0 d2 b2 e4 . . . + or d ;cfc3 b2 . + or 0b2h ;cfc4 f6 b2 . . + ex af,af' ;cfc6 08 . + or e ;cfc7 b3 . + ld a,(de) ;cfc8 1a . + or e ;cfc9 b3 . + inc l ;cfca 2c , + or e ;cfcb b3 . + dec a ;cfcc 3d = + or e ;cfcd b3 . + ld c,a ;cfce 4f O + or e ;cfcf b3 . + ld h,c ;cfd0 61 a + or e ;cfd1 b3 . + ld (hl),e ;cfd2 73 s + or e ;cfd3 b3 . + add a,l ;cfd4 85 . + or e ;cfd5 b3 . +lcfd6h: + sub a ;cfd6 97 . + or e ;cfd7 b3 . + xor c ;cfd8 a9 . + or e ;cfd9 b3 . + cp e ;cfda bb . + or e ;cfdb b3 . + call sub_dfb3h ;cfdc cd b3 df . . . + or e ;cfdf b3 . + pop af ;cfe0 f1 . + or e ;cfe1 b3 . + ld (bc),a ;cfe2 02 . +lcfe3h: + or h ;cfe3 b4 . + inc d ;cfe4 14 . + or h ;cfe5 b4 . + ld h,0b4h ;cfe6 26 b4 & . + jr c,lcf9eh ;cfe8 38 b4 8 . + ld c,d ;cfea 4a J + or h ;cfeb b4 . + ld e,h ;cfec 5c \ + or h ;cfed b4 . + ld l,(hl) ;cfee 6e n + or h ;cfef b4 . + ld a,a ;cff0 7f  + or h ;cff1 b4 . + sub c ;cff2 91 . + or h ;cff3 b4 . + and e ;cff4 a3 . +lcff5h: + or h ;cff5 b4 . + or l ;cff6 b5 . + or h ;cff7 b4 . + rst 0 ;cff8 c7 . +lcff9h: + or h ;cff9 b4 . +sub_cffah: + ret c ;cffa d8 . +sub_cffbh: + or h ;cffb b4 . + jp pe,sub_fcb4h ;cffc ea b4 fc . . . + or h ;cfff b4 . + ld c,0b5h ;d000 0e b5 . . + jr nz,lcfb9h ;d002 20 b5 . + ld sp,043b5h ;d004 31 b5 43 1 . C + or l ;d007 b5 . + ld d,l ;d008 55 U + or l ;d009 b5 . + ld h,a ;d00a 67 g + or l ;d00b b5 . + ld a,b ;d00c 78 x + or l ;d00d b5 . + adc a,d ;d00e 8a . + or l ;d00f b5 . + sbc a,h ;d010 9c . + or l ;d011 b5 . + xor (hl) ;d012 ae . + or l ;d013 b5 . + cp a ;d014 bf . + or l ;d015 b5 . +ld016h: + pop de ;d016 d1 . + or l ;d017 b5 . + ex (sp),hl ;d018 e3 . + or l ;d019 b5 . + call p,006b5h ;d01a f4 b5 06 . . . + or (hl) ;d01d b6 . + jr lcfd6h ;d01e 18 b6 . . + add hl,hl ;d020 29 ) + or (hl) ;d021 b6 . + dec sp ;d022 3b ; + or (hl) ;d023 b6 . + ld c,l ;d024 4d M + or (hl) ;d025 b6 . + ld e,(hl) ;d026 5e ^ + or (hl) ;d027 b6 . + ld (hl),b ;d028 70 p + or (hl) ;d029 b6 . + add a,d ;d02a 82 . + or (hl) ;d02b b6 . + sub e ;d02c 93 . + or (hl) ;d02d b6 . + and l ;d02e a5 . + or (hl) ;d02f b6 . + or (hl) ;d030 b6 . + or (hl) ;d031 b6 . + ret z ;d032 c8 . + or (hl) ;d033 b6 . + jp c,lebb6h ;d034 da b6 eb . . . + or (hl) ;d037 b6 . + or (iy+00eh) ;d038 fd b6 0e . . . + or a ;d03b b7 . + jr nz,lcff5h ;d03c 20 b7 . + ld sp,l43b7h ;d03e 31 b7 43 1 . C + or a ;d041 b7 . + ld d,l ;d042 55 U + or a ;d043 b7 . + ld h,(hl) ;d044 66 f + or a ;d045 b7 . + ld a,b ;d046 78 x + or a ;d047 b7 . + adc a,c ;d048 89 . + or a ;d049 b7 . + sbc a,e ;d04a 9b . + or a ;d04b b7 . + xor h ;d04c ac . + or a ;d04d b7 . + cp (hl) ;d04e be . + or a ;d04f b7 . + rst 8 ;d050 cf . + or a ;d051 b7 . + pop hl ;d052 e1 . + or a ;d053 b7 . + jp p,004b7h ;d054 f2 b7 04 . . . + cp b ;d057 b8 . + dec d ;d058 15 . + cp b ;d059 b8 . + daa ;d05a 27 ' + cp b ;d05b b8 . + jr c,ld016h ;d05c 38 b8 8 . + ld c,d ;d05e 4a J + cp b ;d05f b8 . + ld e,e ;d060 5b [ + cp b ;d061 b8 . + ld l,h ;d062 6c l + cp b ;d063 b8 . + ld a,(hl) ;d064 7e ~ + cp b ;d065 b8 . + adc a,a ;d066 8f . + cp b ;d067 b8 . + and c ;d068 a1 . + cp b ;d069 b8 . + or d ;d06a b2 . + cp b ;d06b b8 . + call nz,sub_d5b8h ;d06c c4 b8 d5 . . . +ld06fh: + cp b ;d06f b8 . + and 0b8h ;d070 e6 b8 . . + ret m ;d072 f8 . + cp b ;d073 b8 . + add hl,bc ;d074 09 . + cp c ;d075 b9 . + ld a,(de) ;d076 1a . + cp c ;d077 b9 . + inc l ;d078 2c , + cp c ;d079 b9 . + dec a ;d07a 3d = + cp c ;d07b b9 . + ld c,a ;d07c 4f O + cp c ;d07d b9 . + ld h,b ;d07e 60 ` + cp c ;d07f b9 . + ld (hl),c ;d080 71 q + cp c ;d081 b9 . + add a,e ;d082 83 . + cp c ;d083 b9 . + sub h ;d084 94 . + cp c ;d085 b9 . + and l ;d086 a5 . + cp c ;d087 b9 . + or (hl) ;d088 b6 . + cp c ;d089 b9 . + ret z ;d08a c8 . + cp c ;d08b b9 . +ld08ch: + exx ;d08c d9 . + cp c ;d08d b9 . + jp pe,sub_fcb9h ;d08e ea b9 fc . . . + cp c ;d091 b9 . + dec c ;d092 0d . + cp d ;d093 ba . + ld e,0bah ;d094 1e ba . . + cpl ;d096 2f / + cp d ;d097 ba . + ld b,c ;d098 41 A + cp d ;d099 ba . + ld d,d ;d09a 52 R + cp d ;d09b ba . + ld h,e ;d09c 63 c + cp d ;d09d ba . + ld (hl),h ;d09e 74 t + cp d ;d09f ba . + add a,(hl) ;d0a0 86 . + cp d ;d0a1 ba . + sub a ;d0a2 97 . + cp d ;d0a3 ba . + xor b ;d0a4 a8 . + cp d ;d0a5 ba . + cp c ;d0a6 b9 . + cp d ;d0a7 ba . + jp z,0dcbah ;d0a8 ca ba dc . . . + cp d ;d0ab ba . + indr ;d0ac ed ba . . + cp 0bah ;d0ae fe ba . . + rrca ;d0b0 0f . + cp e ;d0b1 bb . + jr nz,ld06fh ;d0b2 20 bb . + ld sp,043bbh ;d0b4 31 bb 43 1 . C + cp e ;d0b7 bb . + ld d,h ;d0b8 54 T + cp e ;d0b9 bb . + ld h,l ;d0ba 65 e + cp e ;d0bb bb . + halt ;d0bc 76 v + cp e ;d0bd bb . + add a,a ;d0be 87 . + cp e ;d0bf bb . + sbc a,b ;d0c0 98 . + cp e ;d0c1 bb . + xor c ;d0c2 a9 . + cp e ;d0c3 bb . + cp d ;d0c4 ba . + cp e ;d0c5 bb . + res 7,e ;d0c6 cb bb . . + defb 0ddh,0bbh,0eeh ;illegal sequence ;d0c8 dd bb ee . . . + cp e ;d0cb bb . + rst 38h ;d0cc ff . + cp e ;d0cd bb . + djnz ld08ch ;d0ce 10 bc . . + ld hl,l32bch ;d0d0 21 bc 32 ! . 2 + cp h ;d0d3 bc . + ld b,e ;d0d4 43 C +ld0d5h: + cp h ;d0d5 bc . + ld d,h ;d0d6 54 T + cp h ;d0d7 bc . + ld h,l ;d0d8 65 e + cp h ;d0d9 bc . + halt ;d0da 76 v + cp h ;d0db bc . + add a,a ;d0dc 87 . + cp h ;d0dd bc . + sbc a,b ;d0de 98 . + cp h ;d0df bc . + xor c ;d0e0 a9 . + cp h ;d0e1 bc . + cp d ;d0e2 ba . + cp h ;d0e3 bc . + res 7,h ;d0e4 cb bc . . + call c,0edbch ;d0e6 dc bc ed . . . + cp h ;d0e9 bc . + cp 0bch ;d0ea fe bc . . + rrca ;d0ec 0f . + cp l ;d0ed bd . + jr nz,$-65 ;d0ee 20 bd . + ld sp,042bdh ;d0f0 31 bd 42 1 . B + cp l ;d0f3 bd . + ld d,e ;d0f4 53 S + cp l ;d0f5 bd . + ld h,e ;d0f6 63 c + cp l ;d0f7 bd . + ld (hl),h ;d0f8 74 t + cp l ;d0f9 bd . + add a,l ;d0fa 85 . +sub_d0fbh: + cp l ;d0fb bd . + sub (hl) ;d0fc 96 . +sub_d0fdh: + cp l ;d0fd bd . + and a ;d0fe a7 . + cp l ;d0ff bd . + cp b ;d100 b8 . + cp l ;d101 bd . + ret ;d102 c9 . + cp l ;d103 bd . + jp c,lebbbh+2 ;d104 da bd eb . . . + cp l ;d107 bd . + ei ;d108 fb . + cp l ;d109 bd . + inc c ;d10a 0c . + cp (hl) ;d10b be . + dec e ;d10c 1d . + cp (hl) ;d10d be . + ld l,0beh ;d10e 2e be . . + ccf ;d110 3f ? + cp (hl) ;d111 be . + ld d,b ;d112 50 P + cp (hl) ;d113 be . + ld h,b ;d114 60 ` + cp (hl) ;d115 be . + ld (hl),c ;d116 71 q + cp (hl) ;d117 be . + add a,d ;d118 82 . + cp (hl) ;d119 be . + sub e ;d11a 93 . + cp (hl) ;d11b be . + and h ;d11c a4 . + cp (hl) ;d11d be . + or h ;d11e b4 . + cp (hl) ;d11f be . + push bc ;d120 c5 . + cp (hl) ;d121 be . + sub 0beh ;d122 d6 be . . + rst 20h ;d124 e7 . + cp (hl) ;d125 be . + rst 30h ;d126 f7 . + cp (hl) ;d127 be . + ex af,af' ;d128 08 . + cp a ;d129 bf . + add hl,de ;d12a 19 . + cp a ;d12b bf . + ld hl,(03abfh) ;d12c 2a bf 3a * . : + cp a ;d12f bf . + ld c,e ;d130 4b K + cp a ;d131 bf . + ld e,h ;d132 5c \ + cp a ;d133 bf . + ld l,h ;d134 6c l + cp a ;d135 bf . + ld a,l ;d136 7d } + cp a ;d137 bf . + adc a,(hl) ;d138 8e . + cp a ;d139 bf . + sbc a,(hl) ;d13a 9e . + cp a ;d13b bf . + xor a ;d13c af . + cp a ;d13d bf . + ret nz ;d13e c0 . + cp a ;d13f bf . + ret nc ;d140 d0 . + cp a ;d141 bf . + pop hl ;d142 e1 . + cp a ;d143 bf . + jp p,002bfh ;d144 f2 bf 02 . . . + ret nz ;d147 c0 . + inc de ;d148 13 . + ret nz ;d149 c0 . + inc h ;d14a 24 $ + ret nz ;d14b c0 . + inc (hl) ;d14c 34 4 + ret nz ;d14d c0 . + ld b,l ;d14e 45 E + ret nz ;d14f c0 . + ld d,l ;d150 55 U + ret nz ;d151 c0 . + ld h,(hl) ;d152 66 f + ret nz ;d153 c0 . + ld (hl),a ;d154 77 w + ret nz ;d155 c0 . + add a,a ;d156 87 . + ret nz ;d157 c0 . + sbc a,b ;d158 98 . + ret nz ;d159 c0 . + xor b ;d15a a8 . + ret nz ;d15b c0 . + cp c ;d15c b9 . + ret nz ;d15d c0 . + ret ;d15e c9 . + ret nz ;d15f c0 . + jp c,leac0h ;d160 da c0 ea . . . + ret nz ;d163 c0 . + ei ;d164 fb . + ret nz ;d165 c0 . + dec bc ;d166 0b . + pop bc ;d167 c1 . + inc e ;d168 1c . + pop bc ;d169 c1 . + inc l ;d16a 2c , + pop bc ;d16b c1 . + dec a ;d16c 3d = +ld16dh: + pop bc ;d16d c1 . + ld c,l ;d16e 4d M + pop bc ;d16f c1 . + ld e,(hl) ;d170 5e ^ + pop bc ;d171 c1 . + ld l,(hl) ;d172 6e n + pop bc ;d173 c1 . + ld a,a ;d174 7f  + pop bc ;d175 c1 . + adc a,a ;d176 8f . + pop bc ;d177 c1 . + and b ;d178 a0 . + pop bc ;d179 c1 . + or b ;d17a b0 . + pop bc ;d17b c1 . + pop bc ;d17c c1 . + pop bc ;d17d c1 . + pop de ;d17e d1 . + pop bc ;d17f c1 . + pop hl ;d180 e1 . + pop bc ;d181 c1 . + jp p,l02c1h ;d182 f2 c1 02 . . . + jp nz,0c213h ;d185 c2 13 c2 . . . + inc hl ;d188 23 # + jp nz,lc233h ;d189 c2 33 c2 . 3 . + ld b,h ;d18c 44 D + jp nz,lc254h ;d18d c2 54 c2 . T . + ld h,l ;d190 65 e + jp nz,lc275h ;d191 c2 75 c2 . u . + add a,l ;d194 85 . + jp nz,0c296h ;d195 c2 96 c2 . . . + and (hl) ;d198 a6 . + jp nz,0c2b6h ;d199 c2 b6 c2 . . . + rst 0 ;d19c c7 . + jp nz,lc2d7h ;d19d c2 d7 c2 . . . + rst 20h ;d1a0 e7 . + jp nz,0c2f7h ;d1a1 c2 f7 c2 . . . + ex af,af' ;d1a4 08 . + jp 0c318h ;d1a5 c3 18 c3 . . . + jr z,ld16dh ;d1a8 28 c3 ( . + add hl,sp ;d1aa 39 9 + jp lc349h ;d1ab c3 49 c3 . I . + ld e,c ;d1ae 59 Y + jp 0c369h ;d1af c3 69 c3 . i . + ld a,d ;d1b2 7a z + jp lc38ah ;d1b3 c3 8a c3 . . . + sbc a,d ;d1b6 9a . + jp lc3aah ;d1b7 c3 aa c3 . . . + cp d ;d1ba ba . + jp lc3cbh ;d1bb c3 cb c3 . . . + in a,(0c3h) ;d1be db c3 . . + ex de,hl ;d1c0 eb . + jp lc3fbh ;d1c1 c3 fb c3 . . . + dec bc ;d1c4 0b . + call nz,sub_c41bh ;d1c5 c4 1b c4 . . . + inc l ;d1c8 2c , + call nz,sub_c43ch ;d1c9 c4 3c c4 . < . + ld c,h ;d1cc 4c L + call nz,0c45ch ;d1cd c4 5c c4 . \ . + ld l,h ;d1d0 6c l + call nz,sub_c47ch ;d1d1 c4 7c c4 . | . + adc a,h ;d1d4 8c . + call nz,sub_c49dh ;d1d5 c4 9d c4 . . . + xor l ;d1d8 ad . + call nz,0c4bdh ;d1d9 c4 bd c4 . . . + call 0ddc4h ;d1dc cd c4 dd . . . + call nz,sub_c4edh ;d1df c4 ed c4 . . . + defb 0fdh,0c4h,00dh ;illegal sequence ;d1e2 fd c4 0d . . . + push bc ;d1e5 c5 . + dec e ;d1e6 1d . + push bc ;d1e7 c5 . + dec l ;d1e8 2d - + push bc ;d1e9 c5 . + dec a ;d1ea 3d = + push bc ;d1eb c5 . + ld c,l ;d1ec 4d M + push bc ;d1ed c5 . + ld e,l ;d1ee 5d ] + push bc ;d1ef c5 . + ld l,l ;d1f0 6d m + push bc ;d1f1 c5 . + ld a,l ;d1f2 7d } + push bc ;d1f3 c5 . + adc a,l ;d1f4 8d . + push bc ;d1f5 c5 . + sbc a,l ;d1f6 9d . + push bc ;d1f7 c5 . +ld1f8h: + xor l ;d1f8 ad . + push bc ;d1f9 c5 . + cp l ;d1fa bd . +sub_d1fbh: + push bc ;d1fb c5 . + call sub_ddc5h ;d1fc cd c5 dd . . . + push bc ;d1ff c5 . + defb 0edh;next byte illegal after ed ;d200 ed . + push bc ;d201 c5 . + defb 0fdh,0c5h,00dh ;illegal sequence ;d202 fd c5 0d . . . + add a,01dh ;d205 c6 1d . . + add a,02dh ;d207 c6 2d . - + add a,03dh ;d209 c6 3d . = + add a,04dh ;d20b c6 4d . M + add a,05ch ;d20d c6 5c . \ + add a,06ch ;d20f c6 6c . l + add a,07ch ;d211 c6 7c . | + add a,08ch ;d213 c6 8c . . + add a,09ch ;d215 c6 9c . . + add a,0ach ;d217 c6 ac . . + add a,0bch ;d219 c6 bc . . + add a,0cbh ;d21b c6 cb . . + add a,0dbh ;d21d c6 db . . + add a,0ebh ;d21f c6 eb . . + add a,0fbh ;d221 c6 fb . . + add a,00bh ;d223 c6 0b . . + rst 0 ;d225 c7 . + dec de ;d226 1b . + rst 0 ;d227 c7 . + ld hl,(03ac7h) ;d228 2a c7 3a * . : + rst 0 ;d22b c7 . + ld c,d ;d22c 4a J + rst 0 ;d22d c7 . + ld e,d ;d22e 5a Z + rst 0 ;d22f c7 . + ld l,c ;d230 69 i + rst 0 ;d231 c7 . + ld a,c ;d232 79 y +ld233h: + rst 0 ;d233 c7 . + adc a,c ;d234 89 . + rst 0 ;d235 c7 . + sbc a,c ;d236 99 . + rst 0 ;d237 c7 . + xor b ;d238 a8 . + rst 0 ;d239 c7 . + cp b ;d23a b8 . + rst 0 ;d23b c7 . + ret z ;d23c c8 . + rst 0 ;d23d c7 . + ret c ;d23e d8 . + rst 0 ;d23f c7 . + rst 20h ;d240 e7 . + rst 0 ;d241 c7 . + rst 30h ;d242 f7 . + rst 0 ;d243 c7 . + rlca ;d244 07 . + ret z ;d245 c8 . + ld d,0c8h ;d246 16 c8 . . + ld h,0c8h ;d248 26 c8 & . + ld (hl),0c8h ;d24a 36 c8 6 . + ld b,l ;d24c 45 E + ret z ;d24d c8 . + ld d,l ;d24e 55 U + ret z ;d24f c8 . + ld h,l ;d250 65 e + ret z ;d251 c8 . + ld (hl),h ;d252 74 t + ret z ;d253 c8 . + add a,h ;d254 84 . + ret z ;d255 c8 . + sub h ;d256 94 . + ret z ;d257 c8 . + and e ;d258 a3 . + ret z ;d259 c8 . + or e ;d25a b3 . + ret z ;d25b c8 . + jp nz,0d2c8h ;d25c c2 c8 d2 . . . + ret z ;d25f c8 . + jp po,0f1c8h ;d260 e2 c8 f1 . . . + ret z ;d263 c8 . + ld bc,l10c9h ;d264 01 c9 10 . . . + ret ;d267 c9 . +ld268h: + jr nz,ld233h ;d268 20 c9 . + cpl ;d26a 2f / + ret ;d26b c9 . + ccf ;d26c 3f ? + ret ;d26d c9 . + ld c,a ;d26e 4f O + ret ;d26f c9 . + ld e,(hl) ;d270 5e ^ + ret ;d271 c9 . + ld l,(hl) ;d272 6e n + ret ;d273 c9 . + ld a,l ;d274 7d } + ret ;d275 c9 . + adc a,l ;d276 8d . + ret ;d277 c9 . + sbc a,h ;d278 9c . + ret ;d279 c9 . + xor h ;d27a ac . + ret ;d27b c9 . + cp e ;d27c bb . + ret ;d27d c9 . + set 1,c ;d27e cb c9 . . + jp c,le9c9h ;d280 da c9 e9 . . . + ret ;d283 c9 . +ld284h: + ld sp,hl ;d284 f9 . + ret ;d285 c9 . + ex af,af' ;d286 08 . + jp z,lca18h ;d287 ca 18 ca . . . + daa ;d28a 27 ' + jp z,lca37h ;d28b ca 37 ca . 7 . + ld b,(hl) ;d28e 46 F + jp z,lca55h ;d28f ca 55 ca . U . + ld h,l ;d292 65 e + jp z,lca74h ;d293 ca 74 ca . t . + add a,h ;d296 84 . + jp z,0ca93h ;d297 ca 93 ca . . . +ld29ah: + and d ;d29a a2 . + jp z,lcab2h ;d29b ca b2 ca . . . + pop bc ;d29e c1 . + jp z,lcad0h ;d29f ca d0 ca . . . + ret po ;d2a2 e0 . + jp z,lcaefh ;d2a3 ca ef ca . . . + cp 0cah ;d2a6 fe ca . . + ld c,0cbh ;d2a8 0e cb . . + dec e ;d2aa 1d . + sra h ;d2ab cb 2c . , + srl h ;d2ad cb 3c . < + bit 1,e ;d2af cb 4b . K + bit 3,d ;d2b1 cb 5a . Z + bit 5,c ;d2b3 cb 69 . i + bit 7,c ;d2b5 cb 79 . y + res 1,b ;d2b7 cb 88 . . + res 2,a ;d2b9 cb 97 . . + res 4,(hl) ;d2bb cb a6 . . +ld2bdh: + res 6,(hl) ;d2bd cb b6 . . + set 0,l ;d2bf cb c5 . . + set 2,h ;d2c1 cb d4 . . + set 4,e ;d2c3 cb e3 . . + set 6,e ;d2c5 cb f3 . . + rlc d ;d2c7 cb 02 . . + call z,sub_cc11h ;d2c9 cc 11 cc . . . + jr nz,ld29ah ;d2cc 20 cc . + cpl ;d2ce 2f / + call z,sub_cc3eh ;d2cf cc 3e cc . > . + ld c,(hl) ;d2d2 4e N + call z,lcc5ch+1 ;d2d3 cc 5d cc . ] . + ld l,h ;d2d6 6c l + call z,sub_cc7bh ;d2d7 cc 7b cc . { . + adc a,d ;d2da 8a . + call z,sub_cc99h ;d2db cc 99 cc . . . + xor b ;d2de a8 . + call z,sub_ccb7h ;d2df cc b7 cc . . . + add a,0cch ;d2e2 c6 cc . . + sub 0cch ;d2e4 d6 cc . . + push hl ;d2e6 e5 . + call z,0ccf4h ;d2e7 cc f4 cc . . . + inc bc ;d2ea 03 . + call sub_cd12h ;d2eb cd 12 cd . . . + ld hl,030cdh ;d2ee 21 cd 30 ! . 0 + call sub_cd3fh ;d2f1 cd 3f cd . ? . + ld c,(hl) ;d2f4 4e N + call sub_cd5dh ;d2f5 cd 5d cd . ] . + ld l,h ;d2f8 6c l +sub_d2f9h: + call sub_cd7bh ;d2f9 cd 7b cd . { . +ld2fch: + adc a,d ;d2fc 8a . + call sub_cd99h ;d2fd cd 99 cd . . . + xor b ;d300 a8 . + call sub_cdb7h ;d301 cd b7 cd . . . + add a,0cdh ;d304 c6 cd . . + push de ;d306 d5 . + call sub_cde4h ;d307 cd e4 cd . . . + di ;d30a f3 . + call sub_ce02h ;d30b cd 02 ce . . . + ld de,01fceh ;d30e 11 ce 1f . . . + adc a,02eh ;d311 ce 2e . . + adc a,03dh ;d313 ce 3d . = + adc a,04ch ;d315 ce 4c . L + adc a,05bh ;d317 ce 5b . [ + adc a,06ah ;d319 ce 6a . j + adc a,079h ;d31b ce 79 . y + adc a,088h ;d31d ce 88 . . + adc a,096h ;d31f ce 96 . . + adc a,0a5h ;d321 ce a5 . . + adc a,0b4h ;d323 ce b4 . . + adc a,0c3h ;d325 ce c3 . . + adc a,0d2h ;d327 ce d2 . . + adc a,0e1h ;d329 ce e1 . . + adc a,0efh ;d32b ce ef . . + adc a,0feh ;d32d ce fe . . + adc a,00dh ;d32f ce 0d . . + rst 8 ;d331 cf . + inc e ;d332 1c . + rst 8 ;d333 cf . + dec hl ;d334 2b + + rst 8 ;d335 cf . + add hl,sp ;d336 39 9 + rst 8 ;d337 cf . + ld c,b ;d338 48 H + rst 8 ;d339 cf . + ld d,a ;d33a 57 W + rst 8 ;d33b cf . + ld h,(hl) ;d33c 66 f + rst 8 ;d33d cf . + ld (hl),h ;d33e 74 t + rst 8 ;d33f cf . + add a,e ;d340 83 . + rst 8 ;d341 cf . + sub d ;d342 92 . + rst 8 ;d343 cf . + and b ;d344 a0 . + rst 8 ;d345 cf . + xor a ;d346 af . + rst 8 ;d347 cf . + cp (hl) ;d348 be . + rst 8 ;d349 cf . + call z,0dbcfh ;d34a cc cf db . . . + rst 8 ;d34d cf . + jp pe,lf9cfh ;d34e ea cf f9 . . . + rst 8 ;d351 cf . + rlca ;d352 07 . + ret nc ;d353 d0 . + ld d,0d0h ;d354 16 d0 . . + inc h ;d356 24 $ + ret nc ;d357 d0 . + inc sp ;d358 33 3 + ret nc ;d359 d0 . + ld b,d ;d35a 42 B + ret nc ;d35b d0 . + ld d,b ;d35c 50 P + ret nc ;d35d d0 . + ld e,a ;d35e 5f _ + ret nc ;d35f d0 . + ld l,(hl) ;d360 6e n + ret nc ;d361 d0 . + ld a,h ;d362 7c | + ret nc ;d363 d0 . + adc a,e ;d364 8b . + ret nc ;d365 d0 . + sbc a,c ;d366 99 . + ret nc ;d367 d0 . + xor b ;d368 a8 . + ret nc ;d369 d0 . + or (hl) ;d36a b6 . + ret nc ;d36b d0 . + push bc ;d36c c5 . + ret nc ;d36d d0 . + call nc,sub_e2d0h ;d36e d4 d0 e2 . . . + ret nc ;d371 d0 . + pop af ;d372 f1 . + ret nc ;d373 d0 . + rst 38h ;d374 ff . + ret nc ;d375 d0 . + ld c,0d1h ;d376 0e d1 . . + inc e ;d378 1c . + pop de ;d379 d1 . + dec hl ;d37a 2b + + pop de ;d37b d1 . + add hl,sp ;d37c 39 9 + pop de ;d37d d1 . + ld c,b ;d37e 48 H + pop de ;d37f d1 . + ld d,(hl) ;d380 56 V + pop de ;d381 d1 . + ld h,l ;d382 65 e + pop de ;d383 d1 . + ld (hl),e ;d384 73 s + pop de ;d385 d1 . + add a,c ;d386 81 . + pop de ;d387 d1 . + sub b ;d388 90 . + pop de ;d389 d1 . + sbc a,(hl) ;d38a 9e . + pop de ;d38b d1 . + xor l ;d38c ad . + pop de ;d38d d1 . + cp e ;d38e bb . + pop de ;d38f d1 . + jp z,ld8d1h ;d390 ca d1 d8 . . . + pop de ;d393 d1 . + and 0d1h ;d394 e6 d1 . . + push af ;d396 f5 . + pop de ;d397 d1 . + inc bc ;d398 03 . + jp nc,0d212h ;d399 d2 12 d2 . . . + jr nz,$-44 ;d39c 20 d2 . + ld l,0d2h ;d39e 2e d2 . . + dec a ;d3a0 3d = + jp nc,0d24bh ;d3a1 d2 4b d2 . K . + ld e,c ;d3a4 59 Y + jp nc,ld268h ;d3a5 d2 68 d2 . h . + halt ;d3a8 76 v + jp nc,ld284h ;d3a9 d2 84 d2 . . . + sub d ;d3ac 92 . + jp nc,0d2a1h ;d3ad d2 a1 d2 . . . + xor a ;d3b0 af . + jp nc,ld2bdh ;d3b1 d2 bd d2 . . . + call z,0dad2h ;d3b4 cc d2 da . . . + jp nc,0d2e8h ;d3b7 d2 e8 d2 . . . +ld3bah: + or 0d2h ;d3ba f6 d2 . . + dec b ;d3bc 05 . + out (013h),a ;d3bd d3 13 . . + out (021h),a ;d3bf d3 21 . ! + out (02fh),a ;d3c1 d3 2f . / + out (03dh),a ;d3c3 d3 3d . = + out (04ch),a ;d3c5 d3 4c . L + out (05ah),a ;d3c7 d3 5a . Z + out (068h),a ;d3c9 d3 68 . h + out (076h),a ;d3cb d3 76 . v + out (084h),a ;d3cd d3 84 . . + out (093h),a ;d3cf d3 93 . . + out (0a1h),a ;d3d1 d3 a1 . . + out (0afh),a ;d3d3 d3 af . . + out (0bdh),a ;d3d5 d3 bd . . + out (0cbh),a ;d3d7 d3 cb . . + out (0d9h),a ;d3d9 d3 d9 . . + out (0e7h),a ;d3db d3 e7 . . + out (0f5h),a ;d3dd d3 f5 . . + out (004h),a ;d3df d3 04 . . + call nc,sub_d412h ;d3e1 d4 12 d4 . . . + jr nz,ld3bah ;d3e4 20 d4 . + ld l,0d4h ;d3e6 2e d4 . . + inc a ;d3e8 3c < + call nc,0d44ah ;d3e9 d4 4a d4 . J . + ld e,b ;d3ec 58 X + call nc,sub_d466h ;d3ed d4 66 d4 . f . + ld (hl),h ;d3f0 74 t + call nc,sub_d482h ;d3f1 d4 82 d4 . . . + sub b ;d3f4 90 . + call nc,sub_d49eh ;d3f5 d4 9e d4 . . . + xor h ;d3f8 ac . + call nc,sub_d4bah ;d3f9 d4 ba d4 . . . +ld3fch: + ret z ;d3fc c8 . + call nc,0d4d6h ;d3fd d4 d6 d4 . . . + call po,0f2d4h ;d400 e4 d4 f2 . . . + call nc,sub_d4ffh+1 ;d403 d4 00 d5 . . . + ld c,0d5h ;d406 0e d5 . . + inc e ;d408 1c . + push de ;d409 d5 . + ld hl,(l38d5h) ;d40a 2a d5 38 * . 8 + push de ;d40d d5 . + ld b,l ;d40e 45 E + push de ;d40f d5 . + ld d,e ;d410 53 S + push de ;d411 d5 . +sub_d412h: + ld h,c ;d412 61 a + push de ;d413 d5 . + ld l,a ;d414 6f o + push de ;d415 d5 . + ld a,l ;d416 7d } + push de ;d417 d5 . + adc a,e ;d418 8b . + push de ;d419 d5 . + sbc a,c ;d41a 99 . + push de ;d41b d5 . + and a ;d41c a7 . + push de ;d41d d5 . + or h ;d41e b4 . + push de ;d41f d5 . + jp nz,ld0d5h ;d420 c2 d5 d0 . . . + push de ;d423 d5 . + sbc a,0d5h ;d424 de d5 . . + call pe,lfad5h ;d426 ec d5 fa . . . + push de ;d429 d5 . + rlca ;d42a 07 . + sub 015h ;d42b d6 15 . . + sub 023h ;d42d d6 23 . # + sub 031h ;d42f d6 31 . 1 + sub 03eh ;d431 d6 3e . > + sub 04ch ;d433 d6 4c . L + sub 05ah ;d435 d6 5a . Z + sub 068h ;d437 d6 68 . h + sub 075h ;d439 d6 75 . u + sub 083h ;d43b d6 83 . . + sub 091h ;d43d d6 91 . . + sub 09fh ;d43f d6 9f . . + sub 0ach ;d441 d6 ac . . + sub 0bah ;d443 d6 ba . . + sub 0c8h ;d445 d6 c8 . . + sub 0d5h ;d447 d6 d5 . . + sub 0e3h ;d449 d6 e3 . . + sub 0f1h ;d44b d6 f1 . . + sub 0feh ;d44d d6 fe . . + sub 00ch ;d44f d6 0c . . + rst 10h ;d451 d7 . + ld a,(de) ;d452 1a . + rst 10h ;d453 d7 . + daa ;d454 27 ' + rst 10h ;d455 d7 . + dec (hl) ;d456 35 5 + rst 10h ;d457 d7 . + ld b,d ;d458 42 B + rst 10h ;d459 d7 . + ld d,b ;d45a 50 P + rst 10h ;d45b d7 . + ld e,(hl) ;d45c 5e ^ + rst 10h ;d45d d7 . + ld l,e ;d45e 6b k + rst 10h ;d45f d7 . + ld a,c ;d460 79 y + rst 10h ;d461 d7 . + add a,(hl) ;d462 86 . + rst 10h ;d463 d7 . + sub h ;d464 94 . + rst 10h ;d465 d7 . +sub_d466h: + and c ;d466 a1 . + rst 10h ;d467 d7 . + xor a ;d468 af . + rst 10h ;d469 d7 . + cp l ;d46a bd . + rst 10h ;d46b d7 . + jp z,ld8d7h ;d46c ca d7 d8 . . . + rst 10h ;d46f d7 . + push hl ;d470 e5 . + rst 10h ;d471 d7 . + di ;d472 f3 . + rst 10h ;d473 d7 . + nop ;d474 00 . + ret c ;d475 d8 . + ld c,0d8h ;d476 0e d8 . . + dec de ;d478 1b . + ret c ;d479 d8 . + add hl,hl ;d47a 29 ) + ret c ;d47b d8 . + ld (hl),0d8h ;d47c 36 d8 6 . + ld b,e ;d47e 43 C + ret c ;d47f d8 . + ld d,c ;d480 51 Q + ret c ;d481 d8 . +sub_d482h: + ld e,(hl) ;d482 5e ^ + ret c ;d483 d8 . + ld l,h ;d484 6c l + ret c ;d485 d8 . + ld a,c ;d486 79 y + ret c ;d487 d8 . + add a,a ;d488 87 . + ret c ;d489 d8 . + sub h ;d48a 94 . + ret c ;d48b d8 . + and c ;d48c a1 . + ret c ;d48d d8 . + xor a ;d48e af . + ret c ;d48f d8 . + cp h ;d490 bc . + ret c ;d491 d8 . + jp z,ld7d8h ;d492 ca d8 d7 . . . + ret c ;d495 d8 . + call po,sub_f2d8h ;d496 e4 d8 f2 . . . + ret c ;d499 d8 . + rst 38h ;d49a ff . + ret c ;d49b d8 . + inc c ;d49c 0c . + exx ;d49d d9 . +sub_d49eh: + ld a,(de) ;d49e 1a . + exx ;d49f d9 . + daa ;d4a0 27 ' + exx ;d4a1 d9 . + inc (hl) ;d4a2 34 4 + exx ;d4a3 d9 . + ld b,d ;d4a4 42 B + exx ;d4a5 d9 . + ld c,a ;d4a6 4f O + exx ;d4a7 d9 . + ld e,h ;d4a8 5c \ + exx ;d4a9 d9 . + ld l,c ;d4aa 69 i + exx ;d4ab d9 . + ld (hl),a ;d4ac 77 w + exx ;d4ad d9 . + add a,h ;d4ae 84 . + exx ;d4af d9 . + sub c ;d4b0 91 . + exx ;d4b1 d9 . + sbc a,(hl) ;d4b2 9e . + exx ;d4b3 d9 . + xor h ;d4b4 ac . + exx ;d4b5 d9 . + cp c ;d4b6 b9 . + exx ;d4b7 d9 . + add a,0d9h ;d4b8 c6 d9 . . +sub_d4bah: + out (0d9h),a ;d4ba d3 d9 . . + pop hl ;d4bc e1 . + exx ;d4bd d9 . + xor 0d9h ;d4be ee d9 . . + ei ;d4c0 fb . + exx ;d4c1 d9 . + ex af,af' ;d4c2 08 . + jp c,lda15h ;d4c3 da 15 da . . . + ld (030dah),hl ;d4c6 22 da 30 " . 0 + jp c,lda3dh ;d4c9 da 3d da . = . + ld c,d ;d4cc 4a J + jp c,lda57h ;d4cd da 57 da . W . + ld h,h ;d4d0 64 d + jp c,lda71h ;d4d1 da 71 da . q . + ld a,(hl) ;d4d4 7e ~ + jp c,lda8bh ;d4d5 da 8b da . . . + sbc a,c ;d4d8 99 . + jp c,ldaa6h ;d4d9 da a6 da . . . + or e ;d4dc b3 . + jp c,ldac0h ;d4dd da c0 da . . . + call 0dadah ;d4e0 cd da da . . . + jp c,ldae7h ;d4e3 da e7 da . . . + call p,sub_01dah ;d4e6 f4 da 01 . . . +ld4e9h: + in a,(00eh) ;d4e9 db 0e . . + in a,(01bh) ;d4eb db 1b . . + in a,(028h) ;d4ed db 28 . ( + in a,(035h) ;d4ef db 35 . 5 + in a,(042h) ;d4f1 db 42 . B + in a,(04fh) ;d4f3 db 4f . O + in a,(05ch) ;d4f5 db 5c . \ + in a,(069h) ;d4f7 db 69 . i + in a,(076h) ;d4f9 db 76 . v +ld4fbh: + in a,(083h) ;d4fb db 83 . . + in a,(090h) ;d4fd db 90 . . +sub_d4ffh: + in a,(09dh) ;d4ff db 9d . . + in a,(0a9h) ;d501 db a9 . . + in a,(0b6h) ;d503 db b6 . . + in a,(0c3h) ;d505 db c3 . . + in a,(0d0h) ;d507 db d0 . . + in a,(0ddh) ;d509 db dd . . + in a,(0eah) ;d50b db ea . . + in a,(0f7h) ;d50d db f7 . . + in a,(004h) ;d50f db 04 . . + call c,sub_dc11h ;d511 dc 11 dc . . . + dec e ;d514 1d . + call c,sub_dc2ah ;d515 dc 2a dc . * . + scf ;d518 37 7 +ld519h: + call c,sub_dc44h ;d519 dc 44 dc . D . + ld d,c ;d51c 51 Q + call c,sub_dc5dh ;d51d dc 5d dc . ] . + ld l,d ;d520 6a j + call c,0dc77h ;d521 dc 77 dc . w . + add a,h ;d524 84 . + call c,sub_dc91h ;d525 dc 91 dc . . . + sbc a,l ;d528 9d . + call c,0dcaah ;d529 dc aa dc . . . + or a ;d52c b7 . + call c,0dcc4h ;d52d dc c4 dc . . . + ret nc ;d530 d0 . + call c,0dcddh ;d531 dc dd dc . . . + jp pe,0f6dch ;d534 ea dc f6 . . . + call c,0dd03h ;d537 dc 03 dd . . . + djnz ld519h ;d53a 10 dd . . + inc e ;d53c 1c . + add ix,ix ;d53d dd 29 . ) + ld (ix-023h),042h ;d53f dd 36 dd 42 . 6 . B + defb 0ddh,04fh,0ddh ;illegal sequence ;d543 dd 4f dd . O . + ld e,h ;d546 5c \ + defb 0ddh,068h,0ddh ;illegal sequence ;d547 dd 68 dd . h . + ld (hl),l ;d54a 75 u + defb 0ddh,081h,0ddh ;illegal sequence ;d54b dd 81 dd . . . + adc a,(hl) ;d54e 8e . + defb 0ddh,09bh,0ddh ;illegal sequence ;d54f dd 9b dd . . . + and a ;d552 a7 . + defb 0ddh,0b4h,0ddh ;illegal sequence ;d553 dd b4 dd . . . + ret nz ;d556 c0 . + defb 0ddh,0cdh,0ddh ;illegal sequence ;d557 dd cd dd . . . + jp c,0e6ddh ;d55a da dd e6 . . . + defb 0ddh,0f3h,0ddh ;illegal sequence ;d55d dd f3 dd . . . + rst 38h ;d560 ff . + defb 0ddh,00ch,0deh ;illegal sequence ;d561 dd 0c de . . . + jr $-32 ;d564 18 de . . + dec h ;d566 25 % + sbc a,031h ;d567 de 31 . 1 + sbc a,03eh ;d569 de 3e . > + sbc a,04ah ;d56b de 4a . J + sbc a,057h ;d56d de 57 . W + sbc a,063h ;d56f de 63 . c + sbc a,06fh ;d571 de 6f . o + sbc a,07ch ;d573 de 7c . | + sbc a,088h ;d575 de 88 . . + sbc a,095h ;d577 de 95 . . + sbc a,0a1h ;d579 de a1 . . + sbc a,0aeh ;d57b de ae . . + sbc a,0bah ;d57d de ba . . + sbc a,0c6h ;d57f de c6 . . + sbc a,0d3h ;d581 de d3 . . + sbc a,0dfh ;d583 de df . . + sbc a,0ebh ;d585 de eb . . + sbc a,0f8h ;d587 de f8 . . + sbc a,004h ;d589 de 04 . . + rst 18h ;d58b df . + ld de,01ddfh ;d58c 11 df 1d . . . + rst 18h ;d58f df . + add hl,hl ;d590 29 ) + rst 18h ;d591 df . + dec (hl) ;d592 35 5 + rst 18h ;d593 df . + ld b,d ;d594 42 B + rst 18h ;d595 df . + ld c,(hl) ;d596 4e N + rst 18h ;d597 df . + ld e,d ;d598 5a Z + rst 18h ;d599 df . + ld h,a ;d59a 67 g + rst 18h ;d59b df . + ld (hl),e ;d59c 73 s + rst 18h ;d59d df . + ld a,a ;d59e 7f  + rst 18h ;d59f df . + adc a,e ;d5a0 8b . + rst 18h ;d5a1 df . + sbc a,b ;d5a2 98 . + rst 18h ;d5a3 df . + and h ;d5a4 a4 . + rst 18h ;d5a5 df . + or b ;d5a6 b0 . + rst 18h ;d5a7 df . + cp h ;d5a8 bc . +ld5a9h: + rst 18h ;d5a9 df . + ret ;d5aa c9 . + rst 18h ;d5ab df . + push de ;d5ac d5 . + rst 18h ;d5ad df . + pop hl ;d5ae e1 . + rst 18h ;d5af df . + defb 0edh;next byte illegal after ed ;d5b0 ed . +ld5b1h: + rst 18h ;d5b1 df . + ld sp,hl ;d5b2 f9 . + rst 18h ;d5b3 df . + ld b,0e0h ;d5b4 06 e0 . . + ld (de),a ;d5b6 12 . + ret po ;d5b7 e0 . +sub_d5b8h: + ld e,0e0h ;d5b8 1e e0 . . + ld hl,(036e0h) ;d5ba 2a e0 36 * . 6 + ret po ;d5bd e0 . + ld b,d ;d5be 42 B + ret po ;d5bf e0 . + ld c,(hl) ;d5c0 4e N + ret po ;d5c1 e0 . + ld e,d ;d5c2 5a Z + ret po ;d5c3 e0 . + ld h,a ;d5c4 67 g + ret po ;d5c5 e0 . + ld (hl),e ;d5c6 73 s + ret po ;d5c7 e0 . + ld a,a ;d5c8 7f  + ret po ;d5c9 e0 . + adc a,e ;d5ca 8b . + ret po ;d5cb e0 . + sub a ;d5cc 97 . + ret po ;d5cd e0 . + and e ;d5ce a3 . + ret po ;d5cf e0 . + xor a ;d5d0 af . + ret po ;d5d1 e0 . + cp e ;d5d2 bb . + ret po ;d5d3 e0 . + rst 0 ;d5d4 c7 . + ret po ;d5d5 e0 . + out (0e0h),a ;d5d6 d3 e0 . . + rst 18h ;d5d8 df . + ret po ;d5d9 e0 . + ex de,hl ;d5da eb . + ret po ;d5db e0 . + rst 30h ;d5dc f7 . + ret po ;d5dd e0 . + inc bc ;d5de 03 . + pop hl ;d5df e1 . + rrca ;d5e0 0f . + pop hl ;d5e1 e1 . + dec de ;d5e2 1b . + pop hl ;d5e3 e1 . + daa ;d5e4 27 ' +ld5e5h: + pop hl ;d5e5 e1 . + inc sp ;d5e6 33 3 + pop hl ;d5e7 e1 . + ccf ;d5e8 3f ? + pop hl ;d5e9 e1 . + ld c,e ;d5ea 4b K + pop hl ;d5eb e1 . + ld d,a ;d5ec 57 W + pop hl ;d5ed e1 . + ld h,e ;d5ee 63 c + pop hl ;d5ef e1 . + ld l,a ;d5f0 6f o + pop hl ;d5f1 e1 . +ld5f2h: + ld a,e ;d5f2 7b { +sub_d5f3h: + pop hl ;d5f3 e1 . + add a,a ;d5f4 87 . + pop hl ;d5f5 e1 . + sub d ;d5f6 92 . + pop hl ;d5f7 e1 . + sbc a,(hl) ;d5f8 9e . + pop hl ;d5f9 e1 . + xor d ;d5fa aa . + pop hl ;d5fb e1 . +sub_d5fch: + or (hl) ;d5fc b6 . + pop hl ;d5fd e1 . + jp nz,lcee1h ;d5fe c2 e1 ce . . . + pop hl ;d601 e1 . + jp c,0e5e1h ;d602 da e1 e5 . . . + pop hl ;d605 e1 . + pop af ;d606 f1 . + pop hl ;d607 e1 . + pop iy ;d608 fd e1 . . + add hl,bc ;d60a 09 . + jp po,le215h ;d60b e2 15 e2 . . . + jr nz,ld5f2h ;d60e 20 e2 . + inc l ;d610 2c , + jp po,le238h ;d611 e2 38 e2 . 8 . + ld b,h ;d614 44 D + jp po,le250h ;d615 e2 50 e2 . P . + ld e,e ;d618 5b [ + jp po,0e267h ;d619 e2 67 e2 . g . + ld (hl),e ;d61c 73 s + jp po,le27eh ;d61d e2 7e e2 . ~ . + adc a,d ;d620 8a . + jp po,le296h ;d621 e2 96 e2 . . . + and d ;d624 a2 . + jp po,0e2adh ;d625 e2 ad e2 . . . + cp c ;d628 b9 . + jp po,le2c5h ;d629 e2 c5 e2 . . . + ret nc ;d62c d0 . + jp po,le2dch ;d62d e2 dc e2 . . . + ret pe ;d630 e8 . + jp po,le2f3h ;d631 e2 f3 e2 . . . + rst 38h ;d634 ff . + jp po,le30ah ;d635 e2 0a e3 . . . + ld d,0e3h ;d638 16 e3 . . + ld (l2de3h),hl ;d63a 22 e3 2d " . - + ex (sp),hl ;d63d e3 . + add hl,sp ;d63e 39 9 + ex (sp),hl ;d63f e3 . + ld b,h ;d640 44 D + ex (sp),hl ;d641 e3 . + ld d,b ;d642 50 P + ex (sp),hl ;d643 e3 . + ld e,h ;d644 5c \ + ex (sp),hl ;d645 e3 . + ld h,a ;d646 67 g + ex (sp),hl ;d647 e3 . + ld (hl),e ;d648 73 s + ex (sp),hl ;d649 e3 . + ld a,(hl) ;d64a 7e ~ + ex (sp),hl ;d64b e3 . + adc a,d ;d64c 8a . + ex (sp),hl ;d64d e3 . + sub l ;d64e 95 . + ex (sp),hl ;d64f e3 . + and c ;d650 a1 . + ex (sp),hl ;d651 e3 . + xor h ;d652 ac . + ex (sp),hl ;d653 e3 . + cp b ;d654 b8 . + ex (sp),hl ;d655 e3 . + jp lcfe3h ;d656 c3 e3 cf . . . + ex (sp),hl ;d659 e3 . + jp c,0e6e3h ;d65a da e3 e6 . . . + ex (sp),hl ;d65d e3 . + pop af ;d65e f1 . + ex (sp),hl ;d65f e3 . + call m,008e3h ;d660 fc e3 08 . . . + call po,sub_e413h ;d663 e4 13 e4 . . . + rra ;d666 1f . + call po,sub_e42ah ;d667 e4 2a e4 . * . + ld (hl),0e4h ;d66a 36 e4 6 . + ld b,c ;d66c 41 A + call po,sub_e44ch ;d66d e4 4c e4 . L . + ld e,b ;d670 58 X + call po,0e463h ;d671 e4 63 e4 . c . + ld l,(hl) ;d674 6e n + call po,sub_e47ah ;d675 e4 7a e4 . z . + add a,l ;d678 85 . +ld679h: + call po,sub_e490h ;d679 e4 90 e4 . . . + sbc a,h ;d67c 9c . + call po,sub_e4a7h ;d67d e4 a7 e4 . . . + or d ;d680 b2 . + call po,sub_e4beh ;d681 e4 be e4 . . . + ret ;d684 c9 . + call po,sub_e4d4h ;d685 e4 d4 e4 . . . + rst 18h ;d688 df . + call po,sub_e4ebh ;d689 e4 eb e4 . . . + or 0e4h ;d68c f6 e4 . . + ld bc,00ce5h ;d68e 01 e5 0c . . . + push hl ;d691 e5 . + jr ld679h ;d692 18 e5 . . + inc hl ;d694 23 # +ld695h: + push hl ;d695 e5 . + ld l,0e5h ;d696 2e e5 . . + add hl,sp ;d698 39 9 + push hl ;d699 e5 . + ld b,h ;d69a 44 D + push hl ;d69b e5 . +ld69ch: + ld d,b ;d69c 50 P + push hl ;d69d e5 . + ld e,e ;d69e 5b [ + push hl ;d69f e5 . + ld h,(hl) ;d6a0 66 f + push hl ;d6a1 e5 . + ld (hl),c ;d6a2 71 q + push hl ;d6a3 e5 . + ld a,h ;d6a4 7c | + push hl ;d6a5 e5 . + add a,a ;d6a6 87 . + push hl ;d6a7 e5 . + sub e ;d6a8 93 . + push hl ;d6a9 e5 . + sbc a,(hl) ;d6aa 9e . + push hl ;d6ab e5 . + xor c ;d6ac a9 . +sub_d6adh: + push hl ;d6ad e5 . + or h ;d6ae b4 . + push hl ;d6af e5 . + cp a ;d6b0 bf . + push hl ;d6b1 e5 . + jp z,ld5e5h ;d6b2 ca e5 d5 . . . + push hl ;d6b5 e5 . + ret po ;d6b6 e0 . + push hl ;d6b7 e5 . + ex de,hl ;d6b8 eb . + push hl ;d6b9 e5 . + or 0e5h ;d6ba f6 e5 . . + ld bc,00ce6h ;d6bc 01 e6 0c . . . + and 017h ;d6bf e6 17 . . + and 022h ;d6c1 e6 22 . " + and 02dh ;d6c3 e6 2d . - + and 038h ;d6c5 e6 38 . 8 + and 043h ;d6c7 e6 43 . C + and 04eh ;d6c9 e6 4e . N + and 059h ;d6cb e6 59 . Y + and 064h ;d6cd e6 64 . d + and 06fh ;d6cf e6 6f . o + and 07ah ;d6d1 e6 7a . z + and 085h ;d6d3 e6 85 . . + and 090h ;d6d5 e6 90 . . + and 09bh ;d6d7 e6 9b . . + and 0a6h ;d6d9 e6 a6 . . +ld6dbh: + and 0b1h ;d6db e6 b1 . . + and 0bch ;d6dd e6 bc . . + and 0c7h ;d6df e6 c7 . . + and 0d1h ;d6e1 e6 d1 . . + and 0dch ;d6e3 e6 dc . . + and 0e7h ;d6e5 e6 e7 . . + and 0f2h ;d6e7 e6 f2 . . + and 0fdh ;d6e9 e6 fd . . + and 008h ;d6eb e6 08 . . + rst 20h ;d6ed e7 . + inc de ;d6ee 13 . + rst 20h ;d6ef e7 . + dec e ;d6f0 1d . + rst 20h ;d6f1 e7 . + jr z,ld6dbh ;d6f2 28 e7 ( . + inc sp ;d6f4 33 3 + rst 20h ;d6f5 e7 . + ld a,0e7h ;d6f6 3e e7 > . + ld c,c ;d6f8 49 I +sub_d6f9h: + rst 20h ;d6f9 e7 . + ld d,e ;d6fa 53 S + rst 20h ;d6fb e7 . + ld e,(hl) ;d6fc 5e ^ + rst 20h ;d6fd e7 . + ld l,c ;d6fe 69 i + rst 20h ;d6ff e7 . + ld (hl),h ;d700 74 t + rst 20h ;d701 e7 . + ld a,(hl) ;d702 7e ~ + rst 20h ;d703 e7 . + adc a,c ;d704 89 . + rst 20h ;d705 e7 . + sub h ;d706 94 . + rst 20h ;d707 e7 . + sbc a,(hl) ;d708 9e . + rst 20h ;d709 e7 . + xor c ;d70a a9 . + rst 20h ;d70b e7 . + or h ;d70c b4 . + rst 20h ;d70d e7 . + cp a ;d70e bf . + rst 20h ;d70f e7 . + ret ;d710 c9 . + rst 20h ;d711 e7 . + call nc,sub_dfe7h ;d712 d4 e7 df . . . + rst 20h ;d715 e7 . + jp (hl) ;d716 e9 . + rst 20h ;d717 e7 . + call p,sub_fee7h ;d718 f4 e7 fe . . . + rst 20h ;d71b e7 . + add hl,bc ;d71c 09 . + ret pe ;d71d e8 . + inc d ;d71e 14 . + ret pe ;d71f e8 . + ld e,0e8h ;d720 1e e8 . . + add hl,hl ;d722 29 ) + ret pe ;d723 e8 . + inc (hl) ;d724 34 4 + ret pe ;d725 e8 . + ld a,0e8h ;d726 3e e8 > . + ld c,c ;d728 49 I + ret pe ;d729 e8 . + ld d,e ;d72a 53 S + ret pe ;d72b e8 . + ld e,(hl) ;d72c 5e ^ + ret pe ;d72d e8 . + ld l,b ;d72e 68 h + ret pe ;d72f e8 . + ld (hl),e ;d730 73 s + ret pe ;d731 e8 . + ld a,l ;d732 7d } + ret pe ;d733 e8 . + adc a,b ;d734 88 . + ret pe ;d735 e8 . + sub d ;d736 92 . + ret pe ;d737 e8 . + sbc a,l ;d738 9d . +ld739h: + ret pe ;d739 e8 . + and a ;d73a a7 . + ret pe ;d73b e8 . + or d ;d73c b2 . + ret pe ;d73d e8 . + cp h ;d73e bc . + ret pe ;d73f e8 . + rst 0 ;d740 c7 . + ret pe ;d741 e8 . + pop de ;d742 d1 . + ret pe ;d743 e8 . + call c,sub_e6e8h ;d744 dc e8 e6 . . . + ret pe ;d747 e8 . + pop af ;d748 f1 . + ret pe ;d749 e8 . + ei ;d74a fb . + ret pe ;d74b e8 . +sub_d74ch: + dec b ;d74c 05 . + jp (hl) ;d74d e9 . + djnz ld739h ;d74e 10 e9 . . + ld a,(de) ;d750 1a . + jp (hl) ;d751 e9 . + dec h ;d752 25 % + jp (hl) ;d753 e9 . + cpl ;d754 2f / + jp (hl) ;d755 e9 . + add hl,sp ;d756 39 9 + jp (hl) ;d757 e9 . + ld b,h ;d758 44 D + jp (hl) ;d759 e9 . + ld c,(hl) ;d75a 4e N + jp (hl) ;d75b e9 . + ld e,b ;d75c 58 X + jp (hl) ;d75d e9 . + ld h,e ;d75e 63 c + jp (hl) ;d75f e9 . + ld l,l ;d760 6d m + jp (hl) ;d761 e9 . + ld (hl),a ;d762 77 w + jp (hl) ;d763 e9 . + add a,d ;d764 82 . + jp (hl) ;d765 e9 . + adc a,h ;d766 8c . + jp (hl) ;d767 e9 . + sub (hl) ;d768 96 . + jp (hl) ;d769 e9 . + and c ;d76a a1 . + jp (hl) ;d76b e9 . + xor e ;d76c ab . + jp (hl) ;d76d e9 . + or l ;d76e b5 . + jp (hl) ;d76f e9 . + cp a ;d770 bf . + jp (hl) ;d771 e9 . +ld772h: + jp z,ld4e9h ;d772 ca e9 d4 . . . + jp (hl) ;d775 e9 . + sbc a,0e9h ;d776 de e9 . . + ret pe ;d778 e8 . + jp (hl) ;d779 e9 . + di ;d77a f3 . + jp (hl) ;d77b e9 . + jp (iy) ;d77c fd e9 . . + rlca ;d77e 07 . + jp pe,lea11h ;d77f ea 11 ea . . . + dec de ;d782 1b . + jp pe,0ea25h ;d783 ea 25 ea . % . + jr nc,ld772h ;d786 30 ea 0 . + ld a,(044eah) ;d788 3a ea 44 : . D + jp pe,lea4eh ;d78b ea 4e ea . N . + ld e,b ;d78e 58 X + jp pe,lea62h ;d78f ea 62 ea . b . + ld l,h ;d792 6c l +ld793h: + jp pe,0ea76h ;d793 ea 76 ea . v . + add a,c ;d796 81 . + jp pe,lea89h+2 ;d797 ea 8b ea . . . + sub l ;d79a 95 . + jp pe,0ea9fh ;d79b ea 9f ea . . . + xor c ;d79e a9 . + jp pe,leab3h ;d79f ea b3 ea . . . + cp l ;d7a2 bd . + jp pe,0eac7h ;d7a3 ea c7 ea . . . + pop de ;d7a6 d1 . +sub_d7a7h: + jp pe,0eadbh ;d7a7 ea db ea . . . + push hl ;d7aa e5 . + jp pe,0eaefh ;d7ab ea ef ea . . . + ld sp,hl ;d7ae f9 . + jp pe,0eb03h ;d7af ea 03 eb . . . + dec c ;d7b2 0d . + ex de,hl ;d7b3 eb . + rla ;d7b4 17 . + ex de,hl ;d7b5 eb . + ld hl,l2bebh ;d7b6 21 eb 2b ! . + + ex de,hl ;d7b9 eb . + dec (hl) ;d7ba 35 5 + ex de,hl ;d7bb eb . + ccf ;d7bc 3f ? + ex de,hl ;d7bd eb . + ld c,b ;d7be 48 H + ex de,hl ;d7bf eb . + ld d,d ;d7c0 52 R + ex de,hl ;d7c1 eb . + ld e,h ;d7c2 5c \ + ex de,hl ;d7c3 eb . + ld h,(hl) ;d7c4 66 f + ex de,hl ;d7c5 eb . + ld (hl),b ;d7c6 70 p + ex de,hl ;d7c7 eb . + ld a,d ;d7c8 7a z + ex de,hl ;d7c9 eb . + add a,h ;d7ca 84 . + ex de,hl ;d7cb eb . + adc a,(hl) ;d7cc 8e . + ex de,hl ;d7cd eb . + sub a ;d7ce 97 . + ex de,hl ;d7cf eb . + and c ;d7d0 a1 . + ex de,hl ;d7d1 eb . + xor e ;d7d2 ab . + ex de,hl ;d7d3 eb . + or l ;d7d4 b5 . + ex de,hl ;d7d5 eb . + cp a ;d7d6 bf . + ex de,hl ;d7d7 eb . +ld7d8h: + ret ;d7d8 c9 . + ex de,hl ;d7d9 eb . + jp nc,ldcebh ;d7da d2 eb dc . . . + ex de,hl ;d7dd eb . + and 0ebh ;d7de e6 eb . . + ret p ;d7e0 f0 . + ex de,hl ;d7e1 eb . + ld sp,hl ;d7e2 f9 . + ex de,hl ;d7e3 eb . + inc bc ;d7e4 03 . + call pe,sub_ec0dh ;d7e5 ec 0d ec . . . + rla ;d7e8 17 . + call pe,0ec20h ;d7e9 ec 20 ec . . + ld hl,(l34ech) ;d7ec 2a ec 34 * . 4 + call pe,sub_ec3dh ;d7ef ec 3d ec . = . + ld b,a ;d7f2 47 G + call pe,sub_ec51h ;d7f3 ec 51 ec . Q . + ld e,d ;d7f6 5a Z + call pe,sub_ec64h ;d7f7 ec 64 ec . d . +ld7fah: + ld l,(hl) ;d7fa 6e n + call pe,0ec77h ;d7fb ec 77 ec . w . + add a,c ;d7fe 81 . + call pe,0ec8bh ;d7ff ec 8b ec . . . + sub h ;d802 94 . + call pe,sub_ec9eh ;d803 ec 9e ec . . . + and a ;d806 a7 . + call pe,0ecb1h ;d807 ec b1 ec . . . + cp e ;d80a bb . +ld80bh: + call pe,0ecc4h ;d80b ec c4 ec . . . + adc a,0ech ;d80e ce ec . . + rst 10h ;d810 d7 . + call pe,sub_ece1h ;d811 ec e1 ec . . . + jp pe,lf4ech ;d814 ea ec f4 . . . + call pe,0ecfdh ;d817 ec fd ec . . . + rlca ;d81a 07 . + defb 0edh;next byte illegal after ed ;d81b ed . + djnz ld80bh ;d81c 10 ed . . + ld a,(de) ;d81e 1a . + defb 0edh;next byte illegal after ed ;d81f ed . + inc hl ;d820 23 # + defb 0edh;next byte illegal after ed ;d821 ed . + dec l ;d822 2d - + defb 0edh;next byte illegal after ed ;d823 ed . + ld (hl),0edh ;d824 36 ed 6 . + ld b,b ;d826 40 @ + out (c),c ;d827 ed 49 . I + sbc hl,de ;d829 ed 52 . R + defb 0edh;next byte illegal after ed ;d82b ed . + ld e,h ;d82c 5c \ + defb 0edh;next byte illegal after ed ;d82d ed . + ld h,l ;d82e 65 e + rld ;d82f ed 6f . o + in a,(c) ;d831 ed 78 . x + defb 0edh;next byte illegal after ed ;d833 ed . + add a,d ;d834 82 . + defb 0edh;next byte illegal after ed ;d835 ed . + adc a,e ;d836 8b . + defb 0edh;next byte illegal after ed ;d837 ed . + sub h ;d838 94 . + defb 0edh;next byte illegal after ed ;d839 ed . + sbc a,(hl) ;d83a 9e . + defb 0edh;next byte illegal after ed ;d83b ed . + and a ;d83c a7 . + ldir ;d83d ed b0 . . + indr ;d83f ed ba . . + defb 0edh;next byte illegal after ed ;d841 ed . + jp lccedh ;d842 c3 ed cc . . . + defb 0edh;next byte illegal after ed ;d845 ed . + sub 0edh ;d846 d6 ed . . + rst 18h ;d848 df . + defb 0edh;next byte illegal after ed ;d849 ed . + ret pe ;d84a e8 . + defb 0edh;next byte illegal after ed ;d84b ed . + pop af ;d84c f1 . + defb 0edh;next byte illegal after ed ;d84d ed . + ei ;d84e fb . + defb 0edh;next byte illegal after ed ;d84f ed . + inc b ;d850 04 . + xor 00dh ;d851 ee 0d . . + xor 016h ;d853 ee 16 . . + xor 020h ;d855 ee 20 . + xor 029h ;d857 ee 29 . ) + xor 032h ;d859 ee 32 . 2 + xor 03bh ;d85b ee 3b . ; + xor 045h ;d85d ee 45 . E + xor 04eh ;d85f ee 4e . N + xor 057h ;d861 ee 57 . W + xor 060h ;d863 ee 60 . ` + xor 069h ;d865 ee 69 . i + xor 072h ;d867 ee 72 . r + xor 07ch ;d869 ee 7c . | + xor 085h ;d86b ee 85 . . + xor 08eh ;d86d ee 8e . . + xor 097h ;d86f ee 97 . . + xor 0a0h ;d871 ee a0 . . + xor 0a9h ;d873 ee a9 . . + xor 0b2h ;d875 ee b2 . . + xor 0bbh ;d877 ee bb . . + xor 0c4h ;d879 ee c4 . . + xor 0cdh ;d87b ee cd . . + xor 0d6h ;d87d ee d6 . . + xor 0e0h ;d87f ee e0 . . +ld881h: + xor 0e9h ;d881 ee e9 . . + xor 0f2h ;d883 ee f2 . . + xor 0fbh ;d885 ee fb . . + xor 004h ;d887 ee 04 . . + rst 28h ;d889 ef . + dec c ;d88a 0d . + rst 28h ;d88b ef . + ld d,0efh ;d88c 16 ef . . + rra ;d88e 1f . + rst 28h ;d88f ef . + jr z,ld881h ;d890 28 ef ( . + ld sp,l39efh ;d892 31 ef 39 1 . 9 + rst 28h ;d895 ef . + ld b,d ;d896 42 B + rst 28h ;d897 ef . + ld c,e ;d898 4b K + rst 28h ;d899 ef . + ld d,h ;d89a 54 T + rst 28h ;d89b ef . + ld e,l ;d89c 5d ] + rst 28h ;d89d ef . +sub_d89eh: + ld h,(hl) ;d89e 66 f +sub_d89fh: + rst 28h ;d89f ef . + ld l,a ;d8a0 6f o + rst 28h ;d8a1 ef . + ld a,b ;d8a2 78 x + rst 28h ;d8a3 ef . + add a,c ;d8a4 81 . + rst 28h ;d8a5 ef . + adc a,d ;d8a6 8a . + rst 28h ;d8a7 ef . + sub e ;d8a8 93 . + rst 28h ;d8a9 ef . + sbc a,e ;d8aa 9b . + rst 28h ;d8ab ef . + and h ;d8ac a4 . + rst 28h ;d8ad ef . + xor l ;d8ae ad . + rst 28h ;d8af ef . + or (hl) ;d8b0 b6 . + rst 28h ;d8b1 ef . + cp a ;d8b2 bf . + rst 28h ;d8b3 ef . + ret z ;d8b4 c8 . + rst 28h ;d8b5 ef . + ret nc ;d8b6 d0 . + rst 28h ;d8b7 ef . + exx ;d8b8 d9 . + rst 28h ;d8b9 ef . + jp po,lebefh ;d8ba e2 ef eb . . . + rst 28h ;d8bd ef . + di ;d8be f3 . + rst 28h ;d8bf ef . + call m,l05eeh+1 ;d8c0 fc ef 05 . . . + ret p ;d8c3 f0 . + ld c,0f0h ;d8c4 0e f0 . . + ld d,0f0h ;d8c6 16 f0 . . + rra ;d8c8 1f . + ret p ;d8c9 f0 . + jr z,$-14 ;d8ca 28 f0 ( . + ld sp,l39f0h ;d8cc 31 f0 39 1 . 9 + ret p ;d8cf f0 . + ld b,d ;d8d0 42 B +ld8d1h: + ret p ;d8d1 f0 . + ld c,e ;d8d2 4b K + ret p ;d8d3 f0 . + ld d,e ;d8d4 53 S + ret p ;d8d5 f0 . + ld e,h ;d8d6 5c \ +ld8d7h: + ret p ;d8d7 f0 . + ld h,l ;d8d8 65 e + ret p ;d8d9 f0 . + ld l,l ;d8da 6d m + ret p ;d8db f0 . + halt ;d8dc 76 v + ret p ;d8dd f0 . + ld a,(hl) ;d8de 7e ~ + ret p ;d8df f0 . + add a,a ;d8e0 87 . + ret p ;d8e1 f0 . + sub b ;d8e2 90 . + ret p ;d8e3 f0 . + sbc a,b ;d8e4 98 . + ret p ;d8e5 f0 . + and c ;d8e6 a1 . + ret p ;d8e7 f0 . + xor c ;d8e8 a9 . + ret p ;d8e9 f0 . + or d ;d8ea b2 . + ret p ;d8eb f0 . + cp e ;d8ec bb . + ret p ;d8ed f0 . + jp 0ccf0h ;d8ee c3 f0 cc . . . + ret p ;d8f1 f0 . + call nc,0ddf0h ;d8f2 d4 f0 dd . . . +ld8f5h: + ret p ;d8f5 f0 . + push hl ;d8f6 e5 . + ret p ;d8f7 f0 . + xor 0f0h ;d8f8 ee f0 . . + or 0f0h ;d8fa f6 f0 . . + rst 38h ;d8fc ff . + ret p ;d8fd f0 . + rlca ;d8fe 07 . + pop af ;d8ff f1 . + djnz $-13 ;d900 10 f1 . . + jr ld8f5h ;d902 18 f1 . . + ld hl,l29f1h ;d904 21 f1 29 ! . ) + pop af ;d907 f1 . + ld sp,l3af1h ;d908 31 f1 3a 1 . : + pop af ;d90b f1 . + ld b,d ;d90c 42 B + pop af ;d90d f1 . + ld c,e ;d90e 4b K + pop af ;d90f f1 . + ld d,e ;d910 53 S + pop af ;d911 f1 . + ld e,e ;d912 5b [ + pop af ;d913 f1 . + ld h,h ;d914 64 d + pop af ;d915 f1 . + ld l,h ;d916 6c l + pop af ;d917 f1 . + ld (hl),l ;d918 75 u + pop af ;d919 f1 . + ld a,l ;d91a 7d } + pop af ;d91b f1 . + add a,l ;d91c 85 . + pop af ;d91d f1 . + adc a,(hl) ;d91e 8e . + pop af ;d91f f1 . + sub (hl) ;d920 96 . + pop af ;d921 f1 . + sbc a,(hl) ;d922 9e . + pop af ;d923 f1 . + and (hl) ;d924 a6 . + pop af ;d925 f1 . + xor a ;d926 af . + pop af ;d927 f1 . + or a ;d928 b7 . + pop af ;d929 f1 . + cp a ;d92a bf . + pop af ;d92b f1 . + ret z ;d92c c8 . + pop af ;d92d f1 . + ret nc ;d92e d0 . + pop af ;d92f f1 . + ret c ;d930 d8 . + pop af ;d931 f1 . + ret po ;d932 e0 . + pop af ;d933 f1 . + jp (hl) ;d934 e9 . + pop af ;d935 f1 . + pop af ;d936 f1 . + pop af ;d937 f1 . + ld sp,hl ;d938 f9 . + pop af ;d939 f1 . + ld bc,009f2h ;d93a 01 f2 09 . . . + jp p,lf212h ;d93d f2 12 f2 . . . + ld a,(de) ;d940 1a . + jp p,0f222h ;d941 f2 22 f2 . " . + ld hl,(032f2h) ;d944 2a f2 32 * . 2 + jp p,lf23ah ;d947 f2 3a f2 . : . + ld b,e ;d94a 43 C + jp p,lf24bh ;d94b f2 4b f2 . K . + ld d,e ;d94e 53 S + jp p,lf25bh ;d94f f2 5b f2 . [ . + ld h,e ;d952 63 c + jp p,0f26bh ;d953 f2 6b f2 . k . + ld (hl),e ;d956 73 s + jp p,lf27bh ;d957 f2 7b f2 . { . + add a,e ;d95a 83 . + jp p,lf28bh ;d95b f2 8b f2 . . . + sub e ;d95e 93 . + jp p,0f29bh ;d95f f2 9b f2 . . . + and e ;d962 a3 . + jp p,lf2abh ;d963 f2 ab f2 . . . + or e ;d966 b3 . + jp p,0f2bbh ;d967 f2 bb f2 . . . + jp lcbf2h ;d96a c3 f2 cb . . . + jp p,0f2d3h ;d96d f2 d3 f2 . . . + in a,(0f2h) ;d970 db f2 . . + ex (sp),hl ;d972 e3 . + jp p,0f2ebh ;d973 f2 eb f2 . . . + di ;d976 f3 . + jp p,0f2fbh ;d977 f2 fb f2 . . . + inc bc ;d97a 03 . + di ;d97b f3 . + dec bc ;d97c 0b . + di ;d97d f3 . + inc de ;d97e 13 . + di ;d97f f3 . +sub_d980h: + dec de ;d980 1b . + di ;d981 f3 . + ld (l2af3h),hl ;d982 22 f3 2a " . * + di ;d985 f3 . +ld986h: + ld (l3af3h),a ;d986 32 f3 3a 2 . : + di ;d989 f3 . + ld b,d ;d98a 42 B + di ;d98b f3 . + ld c,d ;d98c 4a J +sub_d98dh: + di ;d98d f3 . + ld d,c ;d98e 51 Q + di ;d98f f3 . + ld e,c ;d990 59 Y + di ;d991 f3 . + ld h,c ;d992 61 a + di ;d993 f3 . + ld l,c ;d994 69 i + di ;d995 f3 . + ld (hl),c ;d996 71 q + di ;d997 f3 . +sub_d998h: + ld a,b ;d998 78 x + di ;d999 f3 . + add a,b ;d99a 80 . + di ;d99b f3 . + adc a,b ;d99c 88 . + di ;d99d f3 . + sub b ;d99e 90 . + di ;d99f f3 . + sub a ;d9a0 97 . + di ;d9a1 f3 . + sbc a,a ;d9a2 9f . + di ;d9a3 f3 . + and a ;d9a4 a7 . + di ;d9a5 f3 . + xor a ;d9a6 af . + di ;d9a7 f3 . + or (hl) ;d9a8 b6 . + di ;d9a9 f3 . + cp (hl) ;d9aa be . + di ;d9ab f3 . + add a,0f3h ;d9ac c6 f3 . . + call sub_d5f3h ;d9ae cd f3 d5 . . . + di ;d9b1 f3 . + defb 0ddh,0f3h,0e4h ;illegal sequence ;d9b2 dd f3 e4 . . . + di ;d9b5 f3 . + call pe,0f4f3h ;d9b6 ec f3 f4 . . . + di ;d9b9 f3 . + ei ;d9ba fb . + di ;d9bb f3 . + inc bc ;d9bc 03 . + call p,0f40ah ;d9bd f4 0a f4 . . . +ld9c0h: + ld (de),a ;d9c0 12 . + call p,0f41ah ;d9c1 f4 1a f4 . . . + ld hl,l29f4h ;d9c4 21 f4 29 ! . ) + call p,lf430h ;d9c7 f4 30 f4 . 0 . + jr c,ld9c0h ;d9ca 38 f4 8 . + ccf ;d9cc 3f ? + call p,0f447h ;d9cd f4 47 f4 . G . + ld c,(hl) ;d9d0 4e N + call p,lf455h+1 ;d9d1 f4 56 f4 . V . + ld e,l ;d9d4 5d ] + call p,sub_f465h ;d9d5 f4 65 f4 . e . + ld l,h ;d9d8 6c l + call p,lf474h ;d9d9 f4 74 f4 . t . + ld a,e ;d9dc 7b { + call p,sub_f483h ;d9dd f4 83 f4 . . . + adc a,d ;d9e0 8a . + call p,sub_f492h ;d9e1 f4 92 f4 . . . + sbc a,c ;d9e4 99 . + call p,sub_f4a0h ;d9e5 f4 a0 f4 . . . + xor b ;d9e8 a8 . + call p,sub_f4afh ;d9e9 f4 af f4 . . . + or a ;d9ec b7 . + call p,sub_f4beh ;d9ed f4 be f4 . . . + push bc ;d9f0 c5 . + call p,lf4cch+1 ;d9f1 f4 cd f4 . . . + call nc,0dbf4h ;d9f4 d4 f4 db . . . + call p,lf4e3h ;d9f7 f4 e3 f4 . . . +sub_d9fah: + jp pe,lf1f4h ;d9fa ea f4 f1 . . . + call p,sub_f4f9h ;d9fd f4 f9 f4 . . . +lda00h: + nop ;da00 00 . + push af ;da01 f5 . + rlca ;da02 07 . + push af ;da03 f5 . + rrca ;da04 0f . + push af ;da05 f5 . + ld d,0f5h ;da06 16 f5 . . + dec e ;da08 1d . + push af ;da09 f5 . + inc h ;da0a 24 $ + push af ;da0b f5 . + inc l ;da0c 2c , + push af ;da0d f5 . + inc sp ;da0e 33 3 + push af ;da0f f5 . + ld a,(041f5h) ;da10 3a f5 41 : . A + push af ;da13 f5 . + ld c,b ;da14 48 H +lda15h: + push af ;da15 f5 . + ld d,b ;da16 50 P + push af ;da17 f5 . + ld d,a ;da18 57 W + push af ;da19 f5 . + ld e,(hl) ;da1a 5e ^ + push af ;da1b f5 . + ld h,l ;da1c 65 e + push af ;da1d f5 . + ld l,h ;da1e 6c l + push af ;da1f f5 . + ld (hl),e ;da20 73 s + push af ;da21 f5 . + ld a,e ;da22 7b { + push af ;da23 f5 . + add a,d ;da24 82 . + push af ;da25 f5 . + adc a,c ;da26 89 . + push af ;da27 f5 . + sub b ;da28 90 . + push af ;da29 f5 . + sub a ;da2a 97 . + push af ;da2b f5 . + sbc a,(hl) ;da2c 9e . + push af ;da2d f5 . + and l ;da2e a5 . + push af ;da2f f5 . + xor h ;da30 ac . + push af ;da31 f5 . + or e ;da32 b3 . + push af ;da33 f5 . + cp d ;da34 ba . + push af ;da35 f5 . + pop bc ;da36 c1 . + push af ;da37 f5 . + ret z ;da38 c8 . + push af ;da39 f5 . + rst 8 ;da3a cf . + push af ;da3b f5 . + rst 10h ;da3c d7 . +lda3dh: + push af ;da3d f5 . + sbc a,0f5h ;da3e de f5 . . + push hl ;da40 e5 . + push af ;da41 f5 . + call pe,sub_f2f5h ;da42 ec f5 f2 . . . + push af ;da45 f5 . + ld sp,hl ;da46 f9 . + push af ;da47 f5 . +lda48h: + nop ;da48 00 . + or 007h ;da49 f6 07 . . + or 00eh ;da4b f6 0e . . + or 015h ;da4d f6 15 . . + or 01ch ;da4f f6 1c . . + or 023h ;da51 f6 23 . # + or 02ah ;da53 f6 2a . * + or 031h ;da55 f6 31 . 1 +lda57h: + or 038h ;da57 f6 38 . 8 + or 03fh ;da59 f6 3f . ? + or 046h ;da5b f6 46 . F + or 04ch ;da5d f6 4c . L + or 053h ;da5f f6 53 . S + or 05ah ;da61 f6 5a . Z + or 061h ;da63 f6 61 . a + or 068h ;da65 f6 68 . h + or 06fh ;da67 f6 6f . o + or 075h ;da69 f6 75 . u + or 07ch ;da6b f6 7c . | + or 083h ;da6d f6 83 . . + or 08ah ;da6f f6 8a . . +lda71h: + or 090h ;da71 f6 90 . . + or 097h ;da73 f6 97 . . + or 09eh ;da75 f6 9e . . + or 0a5h ;da77 f6 a5 . . + or 0abh ;da79 f6 ab . . + or 0b2h ;da7b f6 b2 . . + or 0b9h ;da7d f6 b9 . . + or 0c0h ;da7f f6 c0 . . + or 0c6h ;da81 f6 c6 . . + or 0cdh ;da83 f6 cd . . + or 0d4h ;da85 f6 d4 . . + or 0dah ;da87 f6 da . . + or 0e1h ;da89 f6 e1 . . +lda8bh: + or 0e8h ;da8b f6 e8 . . + or 0eeh ;da8d f6 ee . . + or 0f5h ;da8f f6 f5 . . + or 0fbh ;da91 f6 fb . . + or 002h ;da93 f6 02 . . + rst 30h ;da95 f7 . + add hl,bc ;da96 09 . + rst 30h ;da97 f7 . + rrca ;da98 0f . + rst 30h ;da99 f7 . + ld d,0f7h ;da9a 16 f7 . . + inc e ;da9c 1c . + rst 30h ;da9d f7 . + inc hl ;da9e 23 # + rst 30h ;da9f f7 . + ld hl,(l30f7h) ;daa0 2a f7 30 * . 0 + rst 30h ;daa3 f7 . + scf ;daa4 37 7 + rst 30h ;daa5 f7 . +ldaa6h: + dec a ;daa6 3d = + rst 30h ;daa7 f7 . + ld b,h ;daa8 44 D + rst 30h ;daa9 f7 . + ld c,d ;daaa 4a J + rst 30h ;daab f7 . + ld d,c ;daac 51 Q + rst 30h ;daad f7 . + ld d,a ;daae 57 W + rst 30h ;daaf f7 . + ld e,(hl) ;dab0 5e ^ + rst 30h ;dab1 f7 . + ld h,h ;dab2 64 d + rst 30h ;dab3 f7 . + ld l,e ;dab4 6b k + rst 30h ;dab5 f7 . + ld (hl),c ;dab6 71 q + rst 30h ;dab7 f7 . + ld (hl),a ;dab8 77 w + rst 30h ;dab9 f7 . + ld a,(hl) ;daba 7e ~ + rst 30h ;dabb f7 . + add a,h ;dabc 84 . + rst 30h ;dabd f7 . + adc a,e ;dabe 8b . + rst 30h ;dabf f7 . +ldac0h: + sub c ;dac0 91 . + rst 30h ;dac1 f7 . + sbc a,b ;dac2 98 . + rst 30h ;dac3 f7 . + sbc a,(hl) ;dac4 9e . + rst 30h ;dac5 f7 . + and h ;dac6 a4 . + rst 30h ;dac7 f7 . + xor e ;dac8 ab . + rst 30h ;dac9 f7 . + or c ;daca b1 . + rst 30h ;dacb f7 . + or a ;dacc b7 . + rst 30h ;dacd f7 . + cp (hl) ;dace be . + rst 30h ;dacf f7 . + call nz,sub_caf7h ;dad0 c4 f7 ca . . . + rst 30h ;dad3 f7 . + pop de ;dad4 d1 . + rst 30h ;dad5 f7 . + rst 10h ;dad6 d7 . + rst 30h ;dad7 f7 . + defb 0ddh,0f7h,0e4h ;illegal sequence ;dad8 dd f7 e4 . . . + rst 30h ;dadb f7 . + jp pe,lf0f7h ;dadc ea f7 f0 . . . + rst 30h ;dadf f7 . + or 0f7h ;dae0 f6 f7 . . + defb 0fdh,0f7h,003h ;illegal sequence ;dae2 fd f7 03 . . . + ret m ;dae5 f8 . + add hl,bc ;dae6 09 . +ldae7h: + ret m ;dae7 f8 . + rrca ;dae8 0f . + ret m ;dae9 f8 . + dec d ;daea 15 . + ret m ;daeb f8 . + inc e ;daec 1c . + ret m ;daed f8 . + ld (l28f8h),hl ;daee 22 f8 28 " . ( + ret m ;daf1 f8 . + ld l,0f8h ;daf2 2e f8 . . + inc (hl) ;daf4 34 4 + ret m ;daf5 f8 . + ld a,(041f8h) ;daf6 3a f8 41 : . A + ret m ;daf9 f8 . + ld b,a ;dafa 47 G + ret m ;dafb f8 . + ld c,l ;dafc 4d M + ret m ;dafd f8 . + ld d,e ;dafe 53 S + ret m ;daff f8 . + ld e,c ;db00 59 Y + ret m ;db01 f8 . + ld e,a ;db02 5f _ + ret m ;db03 f8 . + ld h,l ;db04 65 e + ret m ;db05 f8 . + ld l,e ;db06 6b k +ldb07h: + ret m ;db07 f8 . + ld (hl),c ;db08 71 q + ret m ;db09 f8 . + ld a,b ;db0a 78 x + ret m ;db0b f8 . + ld a,(hl) ;db0c 7e ~ + ret m ;db0d f8 . + add a,h ;db0e 84 . + ret m ;db0f f8 . + adc a,d ;db10 8a . + ret m ;db11 f8 . + sub b ;db12 90 . + ret m ;db13 f8 . + sub (hl) ;db14 96 . + ret m ;db15 f8 . + sbc a,h ;db16 9c . + ret m ;db17 f8 . + and d ;db18 a2 . + ret m ;db19 f8 . +ldb1ah: + xor b ;db1a a8 . + ret m ;db1b f8 . + xor (hl) ;db1c ae . + ret m ;db1d f8 . + or h ;db1e b4 . + ret m ;db1f f8 . + cp d ;db20 ba . + ret m ;db21 f8 . + cp a ;db22 bf . + ret m ;db23 f8 . + push bc ;db24 c5 . + ret m ;db25 f8 . + set 7,b ;db26 cb f8 . . + pop de ;db28 d1 . + ret m ;db29 f8 . + rst 10h ;db2a d7 . + ret m ;db2b f8 . + defb 0ddh,0f8h,0e3h ;illegal sequence ;db2c dd f8 e3 . . . + ret m ;db2f f8 . + jp (hl) ;db30 e9 . + ret m ;db31 f8 . + rst 28h ;db32 ef . + ret m ;db33 f8 . + push af ;db34 f5 . + ret m ;db35 f8 . + jp m,l00f8h ;db36 fa f8 00 . . . + ld sp,hl ;db39 f9 . + ld b,0f9h ;db3a 06 f9 . . + inc c ;db3c 0c . + ld sp,hl ;db3d f9 . + ld (de),a ;db3e 12 . + ld sp,hl ;db3f f9 . + jr $-5 ;db40 18 f9 . . + dec e ;db42 1d . + ld sp,hl ;db43 f9 . + inc hl ;db44 23 # + ld sp,hl ;db45 f9 . + add hl,hl ;db46 29 ) + ld sp,hl ;db47 f9 . + cpl ;db48 2f / + ld sp,hl ;db49 f9 . + inc (hl) ;db4a 34 4 + ld sp,hl ;db4b f9 . + ld a,(sub_40f9h) ;db4c 3a f9 40 : . @ +ldb4fh: + ld sp,hl ;db4f f9 . + ld b,(hl) ;db50 46 F + ld sp,hl ;db51 f9 . + ld c,e ;db52 4b K +ldb53h: + ld sp,hl ;db53 f9 . + ld d,c ;db54 51 Q + ld sp,hl ;db55 f9 . + ld d,a ;db56 57 W + ld sp,hl ;db57 f9 . + ld e,h ;db58 5c \ + ld sp,hl ;db59 f9 . + ld h,d ;db5a 62 b + ld sp,hl ;db5b f9 . + ld l,b ;db5c 68 h + ld sp,hl ;db5d f9 . + ld l,l ;db5e 6d m + ld sp,hl ;db5f f9 . + ld (hl),e ;db60 73 s +ldb61h: + ld sp,hl ;db61 f9 . + ld a,c ;db62 79 y + ld sp,hl ;db63 f9 . + ld a,(hl) ;db64 7e ~ + ld sp,hl ;db65 f9 . + add a,h ;db66 84 . +sub_db67h: + ld sp,hl ;db67 f9 . + adc a,d ;db68 8a . + ld sp,hl ;db69 f9 . + adc a,a ;db6a 8f . + ld sp,hl ;db6b f9 . + sub l ;db6c 95 . + ld sp,hl ;db6d f9 . + sbc a,d ;db6e 9a . + ld sp,hl ;db6f f9 . + and b ;db70 a0 . + ld sp,hl ;db71 f9 . + and (hl) ;db72 a6 . + ld sp,hl ;db73 f9 . + xor e ;db74 ab . + ld sp,hl ;db75 f9 . + or c ;db76 b1 . + ld sp,hl ;db77 f9 . + or (hl) ;db78 b6 . + ld sp,hl ;db79 f9 . + cp h ;db7a bc . + ld sp,hl ;db7b f9 . + pop bc ;db7c c1 . + ld sp,hl ;db7d f9 . + rst 0 ;db7e c7 . + ld sp,hl ;db7f f9 . + call z,sub_d2f9h ;db80 cc f9 d2 . . . + ld sp,hl ;db83 f9 . + rst 10h ;db84 d7 . + ld sp,hl ;db85 f9 . + ld sp,ix ;db86 dd f9 . . + jp po,0e8f9h ;db88 e2 f9 e8 . . . + ld sp,hl ;db8b f9 . + defb 0edh;next byte illegal after ed ;db8c ed . + ld sp,hl ;db8d f9 . + di ;db8e f3 . + ld sp,hl ;db8f f9 . + ret m ;db90 f8 . + ld sp,hl ;db91 f9 . + ld sp,iy ;db92 fd f9 . . + inc bc ;db94 03 . + jp m,lfa08h ;db95 fa 08 fa . . . + ld c,0fah ;db98 0e fa . . + inc de ;db9a 13 . + jp m,lfa18h ;db9b fa 18 fa . . . + ld e,0fah ;db9e 1e fa . . + inc hl ;dba0 23 # + jp m,lfa28h ;dba1 fa 28 fa . ( . + ld l,0fah ;dba4 2e fa . . + inc sp ;dba6 33 3 + jp m,lfa38h ;dba7 fa 38 fa . 8 . + ld a,0fah ;dbaa 3e fa > . + ld b,e ;dbac 43 C + jp m,lfa48h ;dbad fa 48 fa . H . + ld c,(hl) ;dbb0 4e N + jp m,lfa53h ;dbb1 fa 53 fa . S . + ld e,b ;dbb4 58 X + jp m,lfa5dh ;dbb5 fa 5d fa . ] . + ld h,e ;dbb8 63 c + jp m,lfa68h ;dbb9 fa 68 fa . h . + ld l,l ;dbbc 6d m + jp m,lfa72h ;dbbd fa 72 fa . r . + ld a,b ;dbc0 78 x + jp m,lfa7dh ;dbc1 fa 7d fa . } . + add a,d ;dbc4 82 . + jp m,lfa87h ;dbc5 fa 87 fa . . . + adc a,h ;dbc8 8c . + jp m,lfa91h ;dbc9 fa 91 fa . . . + sub a ;dbcc 97 . + jp m,lfa9ch ;dbcd fa 9c fa . . . + and c ;dbd0 a1 . + jp m,lfaa6h ;dbd1 fa a6 fa . . . + xor e ;dbd4 ab . + jp m,lfab0h ;dbd5 fa b0 fa . . . + or l ;dbd8 b5 . + jp m,lfabah ;dbd9 fa ba fa . . . + cp a ;dbdc bf . + jp m,lfac4h ;dbdd fa c4 fa . . . + ret ;dbe0 c9 . + jp m,lfacfh ;dbe1 fa cf fa . . . + call nc,sub_d9fah ;dbe4 d4 fa d9 . . . + jp m,lfadeh ;dbe7 fa de fa . . . + ex (sp),hl ;dbea e3 . + jp m,lfae8h ;dbeb fa e8 fa . . . + defb 0edh;next byte illegal after ed ;dbee ed . + jp m,lfaf2h ;dbef fa f2 fa . . . + rst 30h ;dbf2 f7 . + jp m,lfafbh ;dbf3 fa fb fa . . . + nop ;dbf6 00 . + ei ;dbf7 fb . +sub_dbf8h: + dec b ;dbf8 05 . + ei ;dbf9 fb . + ld a,(bc) ;dbfa 0a . + ei ;dbfb fb . +ldbfch: + rrca ;dbfc 0f . + ei ;dbfd fb . + inc d ;dbfe 14 . +ldbffh: + ei ;dbff fb . + add hl,de ;dc00 19 . + ei ;dc01 fb . + ld e,0fbh ;dc02 1e fb . . + inc hl ;dc04 23 # + ei ;dc05 fb . + jr z,$-3 ;dc06 28 fb ( . + dec l ;dc08 2d - + ei ;dc09 fb . + ld sp,l36fbh ;dc0a 31 fb 36 1 . 6 + ei ;dc0d fb . + dec sp ;dc0e 3b ; + ei ;dc0f fb . + ld b,b ;dc10 40 @ +sub_dc11h: + ei ;dc11 fb . + ld b,l ;dc12 45 E + ei ;dc13 fb . + ld c,d ;dc14 4a J + ei ;dc15 fb . + ld c,(hl) ;dc16 4e N + ei ;dc17 fb . + ld d,e ;dc18 53 S + ei ;dc19 fb . + ld e,b ;dc1a 58 X + ei ;dc1b fb . + ld e,l ;dc1c 5d ] + ei ;dc1d fb . + ld h,c ;dc1e 61 a + ei ;dc1f fb . + ld h,(hl) ;dc20 66 f + ei ;dc21 fb . + ld l,e ;dc22 6b k + ei ;dc23 fb . + ld (hl),b ;dc24 70 p + ei ;dc25 fb . + ld (hl),h ;dc26 74 t + ei ;dc27 fb . + ld a,c ;dc28 79 y + ei ;dc29 fb . +sub_dc2ah: + ld a,(hl) ;dc2a 7e ~ + ei ;dc2b fb . + add a,d ;dc2c 82 . + ei ;dc2d fb . + add a,a ;dc2e 87 . + ei ;dc2f fb . + adc a,h ;dc30 8c . + ei ;dc31 fb . + sub b ;dc32 90 . + ei ;dc33 fb . + sub l ;dc34 95 . + ei ;dc35 fb . + sbc a,d ;dc36 9a . + ei ;dc37 fb . + sbc a,(hl) ;dc38 9e . + ei ;dc39 fb . + and e ;dc3a a3 . + ei ;dc3b fb . + xor b ;dc3c a8 . + ei ;dc3d fb . + xor h ;dc3e ac . + ei ;dc3f fb . + or c ;dc40 b1 . + ei ;dc41 fb . + or l ;dc42 b5 . + ei ;dc43 fb . +sub_dc44h: + cp d ;dc44 ba . + ei ;dc45 fb . + cp a ;dc46 bf . + ei ;dc47 fb . + jp 0c8fbh ;dc48 c3 fb c8 . . . + ei ;dc4b fb . + call z,sub_d1fbh ;dc4c cc fb d1 . . . + ei ;dc4f fb . + push de ;dc50 d5 . + ei ;dc51 fb . + jp c,ldefbh ;dc52 da fb de . . . + ei ;dc55 fb . + ex (sp),hl ;dc56 e3 . + ei ;dc57 fb . + rst 20h ;dc58 e7 . + ei ;dc59 fb . + call pe,sub_f0fbh ;dc5a ec fb f0 . . . +sub_dc5dh: + ei ;dc5d fb . + push af ;dc5e f5 . + ei ;dc5f fb . + ld sp,hl ;dc60 f9 . + ei ;dc61 fb . + cp 0fbh ;dc62 fe fb . . + ld (bc),a ;dc64 02 . + call m,sub_fc06h ;dc65 fc 06 fc . . . + dec bc ;dc68 0b . + call m,sub_fc0fh ;dc69 fc 0f fc . . . + inc d ;dc6c 14 . + call m,sub_fc18h ;dc6d fc 18 fc . . . + inc e ;dc70 1c . + call m,sub_fc21h ;dc71 fc 21 fc . ! . + dec h ;dc74 25 % + call m,sub_fc29h ;dc75 fc 29 fc . ) . + ld l,0fch ;dc78 2e fc . . + ld (l36fch),a ;dc7a 32 fc 36 2 . 6 + call m,sub_fc3bh ;dc7d fc 3b fc . ; . + ccf ;dc80 3f ? + call m,sub_fc43h ;dc81 fc 43 fc . C . + ld c,b ;dc84 48 H + call m,sub_fc4ch ;dc85 fc 4c fc . L . + ld d,b ;dc88 50 P + call m,sub_fc54h ;dc89 fc 54 fc . T . + ld e,c ;dc8c 59 Y + call m,sub_fc5dh ;dc8d fc 5d fc . ] . + ld h,c ;dc90 61 a +sub_dc91h: + call m,sub_fc65h ;dc91 fc 65 fc . e . + ld l,c ;dc94 69 i + call m,sub_fc6eh ;dc95 fc 6e fc . n . + ld (hl),d ;dc98 72 r + call m,sub_fc76h ;dc99 fc 76 fc . v . + ld a,d ;dc9c 7a z + call m,sub_fc7eh ;dc9d fc 7e fc . ~ . + add a,d ;dca0 82 . + call m,sub_fc87h ;dca1 fc 87 fc . . . + adc a,e ;dca4 8b . + call m,sub_fc8fh ;dca5 fc 8f fc . . . + sub e ;dca8 93 . + call m,sub_fc97h ;dca9 fc 97 fc . . . + sbc a,e ;dcac 9b . + call m,sub_fc9fh ;dcad fc 9f fc . . . + and e ;dcb0 a3 . + call m,sub_fca7h ;dcb1 fc a7 fc . . . + xor e ;dcb4 ab . + call m,sub_fcafh ;dcb5 fc af fc . . . + or e ;dcb8 b3 . + call m,sub_fcb7h ;dcb9 fc b7 fc . . . + cp e ;dcbc bb . + call m,sub_fcbfh ;dcbd fc bf fc . . . + jp lc7fch ;dcc0 c3 fc c7 . . . + call m,sub_fccbh ;dcc3 fc cb fc . . . + rst 8 ;dcc6 cf . + call m,sub_fcd3h ;dcc7 fc d3 fc . . . + rst 10h ;dcca d7 . + call m,sub_fcdbh ;dccb fc db fc . . . + rst 18h ;dcce df . + call m,sub_fce3h ;dccf fc e3 fc . . . + rst 20h ;dcd2 e7 . + call m,sub_fcebh ;dcd3 fc eb fc . . . + rst 28h ;dcd6 ef . + call m,sub_fcf3h ;dcd7 fc f3 fc . . . + or 0fch ;dcda f6 fc . . + jp m,lfefch ;dcdc fa fc fe . . . + call m,sub_fd02h ;dcdf fc 02 fd . . . + ld b,0fdh ;dce2 06 fd . . + ld a,(bc) ;dce4 0a . + defb 0fdh,00dh,0fdh ;illegal sequence ;dce5 fd 0d fd . . . + ld de,l15fdh ;dce8 11 fd 15 . . . +ldcebh: + add iy,de ;dceb fd 19 . . + defb 0fdh,01dh,0fdh ;illegal sequence ;dced fd 1d fd . . . + jr nz,$-1 ;dcf0 20 fd . + inc h ;dcf2 24 $ + defb 0fdh,028h,0fdh ;illegal sequence ;dcf3 fd 28 fd . ( . + dec hl ;dcf6 2b + +ldcf7h: + defb 0fdh,02fh,0fdh ;illegal sequence ;dcf7 fd 2f fd . / . + inc sp ;dcfa 33 3 +ldcfbh: + defb 0fdh,037h,0fdh ;illegal sequence ;dcfb fd 37 fd . 7 . + ld a,(03efdh) ;dcfe 3a fd 3e : . > + defb 0fdh,042h,0fdh ;illegal sequence ;dd01 fd 42 fd . B . + ld b,l ;dd04 45 E + defb 0fdh,049h,0fdh ;illegal sequence ;dd05 fd 49 fd . I . + ld c,l ;dd08 4d M + defb 0fdh,050h,0fdh ;illegal sequence ;dd09 fd 50 fd . P . + ld d,h ;dd0c 54 T + defb 0fdh,058h,0fdh ;illegal sequence ;dd0d fd 58 fd . X . + ld e,e ;dd10 5b [ + defb 0fdh,05fh,0fdh ;illegal sequence ;dd11 fd 5f fd . _ . + ld h,d ;dd14 62 b + ld h,(iy-003h) ;dd15 fd 66 fd . f . + ld l,c ;dd18 69 i + defb 0fdh,06dh,0fdh ;illegal sequence ;dd19 fd 6d fd . m . + ld (hl),c ;dd1c 71 q + ld (iy-003h),h ;dd1d fd 74 fd . t . + ld a,b ;dd20 78 x + defb 0fdh,07bh,0fdh ;illegal sequence ;dd21 fd 7b fd . { . + ld a,a ;dd24 7f  +sub_dd25h: + defb 0fdh,082h,0fdh ;illegal sequence ;dd25 fd 82 fd . . . + add a,(hl) ;dd28 86 . + defb 0fdh,089h,0fdh ;illegal sequence ;dd29 fd 89 fd . . . + adc a,l ;dd2c 8d . + defb 0fdh,090h,0fdh ;illegal sequence ;dd2d fd 90 fd . . . + sub h ;dd30 94 . + defb 0fdh,097h,0fdh ;illegal sequence ;dd31 fd 97 fd . . . + sbc a,d ;dd34 9a . + sbc a,(iy-003h) ;dd35 fd 9e fd . . . + and c ;dd38 a1 . + defb 0fdh,0a5h,0fdh ;illegal sequence ;dd39 fd a5 fd . . . + xor b ;dd3c a8 . + defb 0fdh,0ach,0fdh ;illegal sequence ;dd3d fd ac fd . . . + xor a ;dd40 af . + defb 0fdh,0b2h,0fdh ;illegal sequence ;dd41 fd b2 fd . . . + or (hl) ;dd44 b6 . + defb 0fdh,0b9h,0fdh ;illegal sequence ;dd45 fd b9 fd . . . + cp h ;dd48 bc . + defb 0fdh,0c0h,0fdh ;illegal sequence ;dd49 fd c0 fd . . . + jp lc6fdh ;dd4c c3 fd c6 . . . + defb 0fdh,0cah,0fdh ;illegal sequence ;dd4f fd ca fd . . . + call sub_d0fdh ;dd52 cd fd d0 . . . + defb 0fdh,0d3h,0fdh ;illegal sequence ;dd55 fd d3 fd . . . + rst 10h ;dd58 d7 . + defb 0fdh,0dah,0fdh ;illegal sequence ;dd59 fd da fd . . . + defb 0ddh,0fdh,0e0h ;illegal sequence ;dd5c dd fd e0 . . . + defb 0fdh,0e4h,0fdh ;illegal sequence ;dd5f fd e4 fd . . . + rst 20h ;dd62 e7 . + defb 0fdh,0eah,0fdh ;illegal sequence ;dd63 fd ea fd . . . + defb 0edh;next byte illegal after ed ;dd66 ed . + defb 0fdh,0f0h,0fdh ;illegal sequence ;dd67 fd f0 fd . . . + call p,lf7fdh ;dd6a f4 fd f7 . . . + defb 0fdh,0fah,0fdh ;illegal sequence ;dd6d fd fa fd . . . + defb 0fdh,0fdh,000h ;illegal sequence ;dd70 fd fd 00 . . . + cp 003h ;dd73 fe 03 . . + cp 007h ;dd75 fe 07 . . + cp 00ah ;dd77 fe 0a . . + cp 00dh ;dd79 fe 0d . . + cp 010h ;dd7b fe 10 . . + cp 013h ;dd7d fe 13 . . + cp 016h ;dd7f fe 16 . . + cp 019h ;dd81 fe 19 . . + cp 01ch ;dd83 fe 1c . . + cp 01fh ;dd85 fe 1f . . + cp 022h ;dd87 fe 22 . " +sub_dd89h: + cp 025h ;dd89 fe 25 . % + cp 028h ;dd8b fe 28 . ( + cp 02bh ;dd8d fe 2b . + + cp 02eh ;dd8f fe 2e . . + cp 031h ;dd91 fe 31 . 1 + cp 034h ;dd93 fe 34 . 4 + cp 037h ;dd95 fe 37 . 7 + cp 03ah ;dd97 fe 3a . : + cp 03dh ;dd99 fe 3d . = + cp 040h ;dd9b fe 40 . @ + cp 043h ;dd9d fe 43 . C + cp 046h ;dd9f fe 46 . F + cp 049h ;dda1 fe 49 . I + cp 04ch ;dda3 fe 4c . L + cp 04fh ;dda5 fe 4f . O + cp 051h ;dda7 fe 51 . Q + cp 054h ;dda9 fe 54 . T + cp 057h ;ddab fe 57 . W + cp 05ah ;ddad fe 5a . Z + cp 05dh ;ddaf fe 5d . ] + cp 060h ;ddb1 fe 60 . ` + cp 063h ;ddb3 fe 63 . c + cp 065h ;ddb5 fe 65 . e + cp 068h ;ddb7 fe 68 . h + cp 06bh ;ddb9 fe 6b . k + cp 06eh ;ddbb fe 6e . n + cp 070h ;ddbd fe 70 . p + cp 073h ;ddbf fe 73 . s + cp 076h ;ddc1 fe 76 . v + cp 079h ;ddc3 fe 79 . y +sub_ddc5h: + cp 07ch ;ddc5 fe 7c . | + cp 07eh ;ddc7 fe 7e . ~ + cp 081h ;ddc9 fe 81 . . + cp 084h ;ddcb fe 84 . . + cp 086h ;ddcd fe 86 . . + cp 089h ;ddcf fe 89 . . + cp 08ch ;ddd1 fe 8c . . + cp 08eh ;ddd3 fe 8e . . + cp 091h ;ddd5 fe 91 . . + cp 094h ;ddd7 fe 94 . . + cp 096h ;ddd9 fe 96 . . + cp 099h ;dddb fe 99 . . + cp 09ch ;dddd fe 9c . . + cp 09eh ;dddf fe 9e . . + cp 0a1h ;dde1 fe a1 . . + cp 0a3h ;dde3 fe a3 . . + cp 0a6h ;dde5 fe a6 . . + cp 0a9h ;dde7 fe a9 . . + cp 0abh ;dde9 fe ab . . + cp 0aeh ;ddeb fe ae . . + cp 0b0h ;dded fe b0 . . + cp 0b3h ;ddef fe b3 . . + cp 0b5h ;ddf1 fe b5 . . + cp 0b8h ;ddf3 fe b8 . . + cp 0bah ;ddf5 fe ba . . + cp 0bdh ;ddf7 fe bd . . +lddf9h: + cp 0bfh ;ddf9 fe bf . . + cp 0c2h ;ddfb fe c2 . . + cp 0c4h ;ddfd fe c4 . . + cp 0c7h ;ddff fe c7 . . + cp 0c9h ;de01 fe c9 . . + cp 0cch ;de03 fe cc . . + cp 0ceh ;de05 fe ce . . + cp 0d0h ;de07 fe d0 . . + cp 0d3h ;de09 fe d3 . . + cp 0d5h ;de0b fe d5 . . + cp 0d8h ;de0d fe d8 . . + cp 0dah ;de0f fe da . . + cp 0dch ;de11 fe dc . . + cp 0dfh ;de13 fe df . . + cp 0e1h ;de15 fe e1 . . + cp 0e4h ;de17 fe e4 . . + cp 0e6h ;de19 fe e6 . . + cp 0e8h ;de1b fe e8 . . + cp 0eah ;de1d fe ea . . + cp 0edh ;de1f fe ed . . + cp 0efh ;de21 fe ef . . + cp 0f1h ;de23 fe f1 . . + cp 0f4h ;de25 fe f4 . . + cp 0f6h ;de27 fe f6 . . + cp 0f8h ;de29 fe f8 . . + cp 0fah ;de2b fe fa . . + cp 0fdh ;de2d fe fd . . + cp 0ffh ;de2f fe ff . . + cp 001h ;de31 fe 01 . . + rst 38h ;de33 ff . + inc bc ;de34 03 . + rst 38h ;de35 ff . + ld b,0ffh ;de36 06 ff . . + ex af,af' ;de38 08 . + rst 38h ;de39 ff . + ld a,(bc) ;de3a 0a . + rst 38h ;de3b ff . + inc c ;de3c 0c . + rst 38h ;de3d ff . + ld c,0ffh ;de3e 0e ff . . + djnz $+1 ;de40 10 ff . . + inc de ;de42 13 . + rst 38h ;de43 ff . + dec d ;de44 15 . + rst 38h ;de45 ff . + rla ;de46 17 . + rst 38h ;de47 ff . + add hl,de ;de48 19 . + rst 38h ;de49 ff . + dec de ;de4a 1b . + rst 38h ;de4b ff . + dec e ;de4c 1d . + rst 38h ;de4d ff . + rra ;de4e 1f . + rst 38h ;de4f ff . + ld hl,l23ffh ;de50 21 ff 23 ! . # + rst 38h ;de53 ff . + dec h ;de54 25 % + rst 38h ;de55 ff . + daa ;de56 27 ' + rst 38h ;de57 ff . + add hl,hl ;de58 29 ) + rst 38h ;de59 ff . + dec hl ;de5a 2b + + rst 38h ;de5b ff . + ld l,0ffh ;de5c 2e ff . . + jr nc,$+1 ;de5e 30 ff 0 . + ld (034ffh),a ;de60 32 ff 34 2 . 4 + rst 38h ;de63 ff . + dec (hl) ;de64 35 5 + rst 38h ;de65 ff . + scf ;de66 37 7 + rst 38h ;de67 ff . + add hl,sp ;de68 39 9 + rst 38h ;de69 ff . + dec sp ;de6a 3b ; + rst 38h ;de6b ff . + dec a ;de6c 3d = + rst 38h ;de6d ff . + ccf ;de6e 3f ? + rst 38h ;de6f ff . + ld b,c ;de70 41 A + rst 38h ;de71 ff . + ld b,e ;de72 43 C + rst 38h ;de73 ff . + ld b,l ;de74 45 E + rst 38h ;de75 ff . + ld b,a ;de76 47 G + rst 38h ;de77 ff . + ld c,c ;de78 49 I + rst 38h ;de79 ff . + ld c,e ;de7a 4b K + rst 38h ;de7b ff . + ld c,h ;de7c 4c L + rst 38h ;de7d ff . + ld c,(hl) ;de7e 4e N + rst 38h ;de7f ff . + ld d,b ;de80 50 P + rst 38h ;de81 ff . + ld d,d ;de82 52 R + rst 38h ;de83 ff . + ld d,h ;de84 54 T + rst 38h ;de85 ff . + ld d,(hl) ;de86 56 V + rst 38h ;de87 ff . + ld d,a ;de88 57 W + rst 38h ;de89 ff . + ld e,c ;de8a 59 Y + rst 38h ;de8b ff . + ld e,e ;de8c 5b [ + rst 38h ;de8d ff . + ld e,l ;de8e 5d ] + rst 38h ;de8f ff . + ld e,a ;de90 5f _ + rst 38h ;de91 ff . + ld h,b ;de92 60 ` + rst 38h ;de93 ff . + ld h,d ;de94 62 b + rst 38h ;de95 ff . + ld h,h ;de96 64 d + rst 38h ;de97 ff . + ld h,(hl) ;de98 66 f +lde99h: + rst 38h ;de99 ff . + ld h,a ;de9a 67 g + rst 38h ;de9b ff . + ld l,c ;de9c 69 i + rst 38h ;de9d ff . + ld l,e ;de9e 6b k + rst 38h ;de9f ff . + ld l,h ;dea0 6c l + rst 38h ;dea1 ff . + ld l,(hl) ;dea2 6e n + rst 38h ;dea3 ff . + ld (hl),b ;dea4 70 p + rst 38h ;dea5 ff . + ld (hl),c ;dea6 71 q + rst 38h ;dea7 ff . + ld (hl),e ;dea8 73 s + rst 38h ;dea9 ff . + ld (hl),l ;deaa 75 u + rst 38h ;deab ff . + halt ;deac 76 v + rst 38h ;dead ff . + ld a,b ;deae 78 x + rst 38h ;deaf ff . + ld a,d ;deb0 7a z + rst 38h ;deb1 ff . + ld a,e ;deb2 7b { + rst 38h ;deb3 ff . + ld a,l ;deb4 7d } + rst 38h ;deb5 ff . + ld a,(hl) ;deb6 7e ~ + rst 38h ;deb7 ff . + add a,b ;deb8 80 . + rst 38h ;deb9 ff . + add a,d ;deba 82 . + rst 38h ;debb ff . + add a,e ;debc 83 . + rst 38h ;debd ff . + add a,l ;debe 85 . + rst 38h ;debf ff . + add a,(hl) ;dec0 86 . + rst 38h ;dec1 ff . + adc a,b ;dec2 88 . + rst 38h ;dec3 ff . + adc a,c ;dec4 89 . + rst 38h ;dec5 ff . + adc a,e ;dec6 8b . + rst 38h ;dec7 ff . + adc a,h ;dec8 8c . + rst 38h ;dec9 ff . + adc a,(hl) ;deca 8e . + rst 38h ;decb ff . + adc a,a ;decc 8f . + rst 38h ;decd ff . + sub c ;dece 91 . + rst 38h ;decf ff . + sub d ;ded0 92 . + rst 38h ;ded1 ff . + sub h ;ded2 94 . + rst 38h ;ded3 ff . + sub l ;ded4 95 . + rst 38h ;ded5 ff . + sub (hl) ;ded6 96 . + rst 38h ;ded7 ff . + sbc a,b ;ded8 98 . + rst 38h ;ded9 ff . + sbc a,c ;deda 99 . + rst 38h ;dedb ff . + sbc a,e ;dedc 9b . + rst 38h ;dedd ff . + sbc a,h ;dede 9c . + rst 38h ;dedf ff . + sbc a,l ;dee0 9d . + rst 38h ;dee1 ff . + sbc a,a ;dee2 9f . + rst 38h ;dee3 ff . + and b ;dee4 a0 . + rst 38h ;dee5 ff . + and d ;dee6 a2 . + rst 38h ;dee7 ff . + and e ;dee8 a3 . + rst 38h ;dee9 ff . + and h ;deea a4 . + rst 38h ;deeb ff . + and (hl) ;deec a6 . + rst 38h ;deed ff . + and a ;deee a7 . + rst 38h ;deef ff . + xor b ;def0 a8 . + rst 38h ;def1 ff . + xor c ;def2 a9 . + rst 38h ;def3 ff . + xor e ;def4 ab . + rst 38h ;def5 ff . + xor h ;def6 ac . + rst 38h ;def7 ff . + xor l ;def8 ad . + rst 38h ;def9 ff . +ldefah: + xor a ;defa af . +ldefbh: + rst 38h ;defb ff . + or b ;defc b0 . + rst 38h ;defd ff . + or c ;defe b1 . + rst 38h ;deff ff . + or d ;df00 b2 . + rst 38h ;df01 ff . + or e ;df02 b3 . + rst 38h ;df03 ff . + or l ;df04 b5 . + rst 38h ;df05 ff . + or (hl) ;df06 b6 . + rst 38h ;df07 ff . + or a ;df08 b7 . + rst 38h ;df09 ff . + cp b ;df0a b8 . + rst 38h ;df0b ff . + cp c ;df0c b9 . + rst 38h ;df0d ff . + cp e ;df0e bb . + rst 38h ;df0f ff . + cp h ;df10 bc . + rst 38h ;df11 ff . + cp l ;df12 bd . + rst 38h ;df13 ff . + cp (hl) ;df14 be . + rst 38h ;df15 ff . + cp a ;df16 bf . + rst 38h ;df17 ff . + ret nz ;df18 c0 . + rst 38h ;df19 ff . + pop bc ;df1a c1 . + rst 38h ;df1b ff . + jp nz,lc4ffh ;df1c c2 ff c4 . . . + rst 38h ;df1f ff . + push bc ;df20 c5 . + rst 38h ;df21 ff . + add a,0ffh ;df22 c6 ff . . + rst 0 ;df24 c7 . + rst 38h ;df25 ff . + ret z ;df26 c8 . + rst 38h ;df27 ff . + ret ;df28 c9 . + rst 38h ;df29 ff . + jp z,lcbffh ;df2a ca ff cb . . . + rst 38h ;df2d ff . + call z,sub_cdffh ;df2e cc ff cd . . . + rst 38h ;df31 ff . + adc a,0ffh ;df32 ce ff . . + rst 8 ;df34 cf . + rst 38h ;df35 ff . + ret nc ;df36 d0 . + rst 38h ;df37 ff . + pop de ;df38 d1 . + rst 38h ;df39 ff . + jp nc,0d3ffh ;df3a d2 ff d3 . . . + rst 38h ;df3d ff . + call nc,sub_d4ffh ;df3e d4 ff d4 . . . + rst 38h ;df41 ff . + push de ;df42 d5 . + rst 38h ;df43 ff . + sub 0ffh ;df44 d6 ff . . + rst 10h ;df46 d7 . + rst 38h ;df47 ff . + ret c ;df48 d8 . + rst 38h ;df49 ff . + exx ;df4a d9 . + rst 38h ;df4b ff . + jp c,ldbffh ;df4c da ff db . . . + rst 38h ;df4f ff . + call c,0dcffh ;df50 dc ff dc . . . + rst 38h ;df53 ff . + defb 0ddh,0ffh,0deh ;illegal sequence ;df54 dd ff de . . . + rst 38h ;df57 ff . + rst 18h ;df58 df . + rst 38h ;df59 ff . + ret po ;df5a e0 . + rst 38h ;df5b ff . + ret po ;df5c e0 . + rst 38h ;df5d ff . + pop hl ;df5e e1 . + rst 38h ;df5f ff . + jp po,le3ffh ;df60 e2 ff e3 . . . + rst 38h ;df63 ff . + ex (sp),hl ;df64 e3 . + rst 38h ;df65 ff . + call po,0e5ffh ;df66 e4 ff e5 . . . + rst 38h ;df69 ff . + and 0ffh ;df6a e6 ff . . + and 0ffh ;df6c e6 ff . . + rst 20h ;df6e e7 . + rst 38h ;df6f ff . + ret pe ;df70 e8 . + rst 38h ;df71 ff . + ret pe ;df72 e8 . + rst 38h ;df73 ff . + jp (hl) ;df74 e9 . + rst 38h ;df75 ff . + jp pe,0eaffh ;df76 ea ff ea . . . + rst 38h ;df79 ff . + ex de,hl ;df7a eb . + rst 38h ;df7b ff . +ldf7ch: + call pe,sub_ecffh ;df7c ec ff ec . . . + rst 38h ;df7f ff . + defb 0edh;next byte illegal after ed ;df80 ed . + rst 38h ;df81 ff . + defb 0edh;next byte illegal after ed ;df82 ed . + rst 38h ;df83 ff . + xor 0ffh ;df84 ee ff . . + rst 28h ;df86 ef . + rst 38h ;df87 ff . + rst 28h ;df88 ef . + rst 38h ;df89 ff . + ret p ;df8a f0 . + rst 38h ;df8b ff . + ret p ;df8c f0 . + rst 38h ;df8d ff . + pop af ;df8e f1 . + rst 38h ;df8f ff . + pop af ;df90 f1 . + rst 38h ;df91 ff . + jp p,0f2ffh ;df92 f2 ff f2 . . . + rst 38h ;df95 ff . +ldf96h: + di ;df96 f3 . + rst 38h ;df97 ff . + di ;df98 f3 . + rst 38h ;df99 ff . + call p,sub_f4ffh ;df9a f4 ff f4 . . . + rst 38h ;df9d ff . + push af ;df9e f5 . + rst 38h ;df9f ff . + push af ;dfa0 f5 . + rst 38h ;dfa1 ff . + or 0ffh ;dfa2 f6 ff . . + or 0ffh ;dfa4 f6 ff . . + rst 30h ;dfa6 f7 . + rst 38h ;dfa7 ff . + rst 30h ;dfa8 f7 . + rst 38h ;dfa9 ff . + rst 30h ;dfaa f7 . + rst 38h ;dfab ff . + ret m ;dfac f8 . + rst 38h ;dfad ff . + ret m ;dfae f8 . + rst 38h ;dfaf ff . + ld sp,hl ;dfb0 f9 . + rst 38h ;dfb1 ff . +ldfb2h: + ld sp,hl ;dfb2 f9 . +sub_dfb3h: + rst 38h ;dfb3 ff . + ld sp,hl ;dfb4 f9 . + rst 38h ;dfb5 ff . + jp m,lfaffh ;dfb6 fa ff fa . . . + rst 38h ;dfb9 ff . + jp m,lfbffh ;dfba fa ff fb . . . + rst 38h ;dfbd ff . + ei ;dfbe fb . + rst 38h ;dfbf ff . + ei ;dfc0 fb . + rst 38h ;dfc1 ff . + call m,sub_fcffh ;dfc2 fc ff fc . . . + rst 38h ;dfc5 ff . + call m,sub_fcffh ;dfc6 fc ff fc . . . + rst 38h ;dfc9 ff . + defb 0fdh,0ffh,0fdh ;illegal sequence ;dfca fd ff fd . . . + rst 38h ;dfcd ff . + defb 0fdh,0ffh,0fdh ;illegal sequence ;dfce fd ff fd . . . + rst 38h ;dfd1 ff . + cp 0ffh ;dfd2 fe ff . . + cp 0ffh ;dfd4 fe ff . . + cp 0ffh ;dfd6 fe ff . . + cp 0ffh ;dfd8 fe ff . . + cp 0ffh ;dfda fe ff . . +ldfdch: + rst 38h ;dfdc ff . + rst 38h ;dfdd ff . + rst 38h ;dfde ff . + rst 38h ;dfdf ff . + rst 38h ;dfe0 ff . + rst 38h ;dfe1 ff . + rst 38h ;dfe2 ff . + rst 38h ;dfe3 ff . + rst 38h ;dfe4 ff . + rst 38h ;dfe5 ff . + rst 38h ;dfe6 ff . +sub_dfe7h: + rst 38h ;dfe7 ff . + rst 38h ;dfe8 ff . + rst 38h ;dfe9 ff . + rst 38h ;dfea ff . + rst 38h ;dfeb ff . + nop ;dfec 00 . + nop ;dfed 00 . + nop ;dfee 00 . + nop ;dfef 00 . + nop ;dff0 00 . + nop ;dff1 00 . + nop ;dff2 00 . + nop ;dff3 00 . + nop ;dff4 00 . + nop ;dff5 00 . + nop ;dff6 00 . + nop ;dff7 00 . + nop ;dff8 00 . + nop ;dff9 00 . +ldffah: + nop ;dffa 00 . + nop ;dffb 00 . + nop ;dffc 00 . +ldffdh: + nop ;dffd 00 . + nop ;dffe 00 . + nop ;dfff 00 . +le000h: + ld b,h ;e000 44 D +le001h: + ld e,b ;e001 58 X +le002h: + ld e,c ;e002 59 Y +le003h: + dec l ;e003 2d - +le004h: + ld sp,03031h ;e004 31 31 30 1 1 0 + jr nc,le009h ;e007 30 00 0 . +le009h: + ld b,h ;e009 44 D +le00ah: + ld e,b ;e00a 58 X + ld e,c ;e00b 59 Y +le00ch: + dec l ;e00c 2d - + ld sp,l3032h ;e00d 31 32 30 1 2 0 + jr nc,le012h ;e010 30 00 0 . +le012h: + ld b,h ;e012 44 D + ld e,b ;e013 58 X +le014h: + ld e,c ;e014 59 Y +le015h: + dec l ;e015 2d - +le016h: + ld sp,l3033h ;e016 31 33 30 1 3 0 + jr nc,le01bh ;e019 30 00 0 . +le01bh: + scf ;e01b 37 7 +le01ch: + inc (hl) ;e01c 34 4 +le01dh: + scf ;e01d 37 7 +le01eh: + dec (hl) ;e01e 35 5 + ld b,c ;e01f 41 A +le020h: + nop ;e020 00 . +le021h: + ld a,l ;e021 7d } + or a ;e022 b7 . +le023h: + ld hl,0a01bh ;e023 21 1b a0 ! . . +le026h: + jr z,le037h ;e026 28 0f ( . + dec a ;e028 3d = +le029h: + ld hl,l9fffh+1 ;e029 21 00 a0 ! . . +le02ch: + jr z,le037h ;e02c 28 09 ( . + dec a ;e02e 3d = + ld hl,0a009h ;e02f 21 09 a0 ! . . + jr z,le037h ;e032 28 03 ( . + ld hl,la012h ;e034 21 12 a0 ! . . +le037h: + dec b ;e037 05 . + jr z,le043h ;e038 28 09 ( . + ld a,(hl) ;e03a 7e ~ + and a ;e03b a7 . + jr z,le043h ;e03c 28 05 ( . + ld (de),a ;e03e 12 . + inc de ;e03f 13 . + inc hl ;e040 23 # + jr le037h ;e041 18 f4 . . +le043h: + ld a,000h ;e043 3e 00 > . + ld (de),a ;e045 12 . + ret ;e046 c9 . + call sub_1c97h ;e047 cd 97 1c . . . + call 0a054h ;e04a cd 54 a0 . T . + call sub_a090h ;e04d cd 90 a0 . . . + call 0a0a7h ;e050 cd a7 a0 . . . + ret ;e053 c9 . + push af ;e054 f5 . + ld d,c ;e055 51 Q + ld e,008h ;e056 1e 08 . . + ld hl,lf4e3h+1 ;e058 21 e4 f4 ! . . + call sub_a080h ;e05b cd 80 a0 . . . + pop af ;e05e f1 . + push af ;e05f f5 . + ld d,a ;e060 57 W + ld e,002h ;e061 1e 02 . . + call sub_a080h ;e063 cd 80 a0 . . . + call la08ch ;e066 cd 8c a0 . . . + ld d,b ;e069 50 P + ld e,008h ;e06a 1e 08 . . + call sub_a080h ;e06c cd 80 a0 . . . + pop af ;e06f f1 . + rr a ;e070 cb 1f . . + rr a ;e072 cb 1f . . + ld d,a ;e074 57 W + ld e,002h ;e075 1e 02 . . + call sub_a080h ;e077 cd 80 a0 . . . + ld (hl),000h ;e07a 36 00 6 . + inc hl ;e07c 23 # + ld (hl),002h ;e07d 36 02 6 . + ret ;e07f c9 . +le080h: + ld a,030h ;e080 3e 30 > 0 + rr d ;e082 cb 1a . . + adc a,000h ;e084 ce 00 . . + ld (hl),a ;e086 77 w + inc hl ;e087 23 # + dec e ;e088 1d . + jr nz,le080h ;e089 20 f5 . + ret ;e08b c9 . + ld (hl),02ch ;e08c 36 2c 6 , + inc hl ;e08e 23 # + ret ;e08f c9 . + call sub_03aeh ;e090 cd ae 03 . . . + ld a,031h ;e093 3e 31 > 1 + jr nz,le099h ;e095 20 02 . + ld a,030h ;e097 3e 30 > 0 +le099h: + ld hl,lf504h ;e099 21 04 f5 ! . . + ld (hl),a ;e09c 77 w + inc hl ;e09d 23 # + ld (hl),02ch ;e09e 36 2c 6 , + inc hl ;e0a0 23 # + ld (hl),000h ;e0a1 36 00 6 . +sub_e0a3h: + inc hl ;e0a3 23 # + ld (hl),002h ;e0a4 36 02 6 . +sub_e0a6h: + ret ;e0a6 c9 . + ld hl,l0287h ;e0a7 21 87 02 ! . . + ld de,lf514h ;e0aa 11 14 f5 . . . +le0adh: + ld a,(hl) ;e0ad 7e ~ + ld (de),a ;e0ae 12 . + inc de ;e0af 13 . + inc hl ;e0b0 23 # + and a ;e0b1 a7 . + jr nz,le0adh ;e0b2 20 f9 . + ld a,002h ;e0b4 3e 02 > . + ld (de),a ;e0b6 12 . + ret ;e0b7 c9 . + ld c,l ;e0b8 4d M + inc (hl) ;e0b9 34 4 + jr nc,$+50 ;e0ba 30 30 0 0 + inc l ;e0bc 2c , + ld sp,l3032h ;e0bd 31 32 30 1 2 0 + ld c,d ;e0c0 4a J + ld sp,l1b50h ;e0c1 31 50 1b 1 P . + ld c,e ;e0c4 4b K + ld hl,l1b56h ;e0c5 21 56 1b ! V . + ld c,b ;e0c8 48 H + jr nz,le11dh ;e0c9 20 52 R + ld b,h ;e0cb 44 D + ld b,a ;e0cc 47 G + jr nz,le0cfh ;e0cd 20 00 . +le0cfh: + ld bc,lf514h ;e0cf 01 14 f5 . . . + inc l ;e0d2 2c , + nop ;e0d3 00 . + ld bc,lf504h ;e0d4 01 04 f5 . . . + nop ;e0d7 00 . + ld bc,lf4e3h+1 ;e0d8 01 e4 f4 . . . + dec de ;e0db 1b . + ld c,e ;e0dc 4b K + ld hl,l1b57h ;e0dd 21 57 1b ! W . + ld c,b ;e0e0 48 H + dec c ;e0e1 0d . + ld c,l ;e0e2 4d M + jr nc,le111h ;e0e3 30 2c 0 , + jr nc,le13bh ;e0e5 30 54 0 T + ld (l312ch),a ;e0e7 32 2c 31 2 , 1 + dec (hl) ;e0ea 35 5 + ld (03030h),a ;e0eb 32 30 30 2 0 0 + inc l ;e0ee 2c , + ld sp,03030h ;e0ef 31 30 30 1 0 0 + jr nc,le124h ;e0f2 30 30 0 0 + inc l ;e0f4 2c , + ld (02c30h),a ;e0f5 32 30 2c 2 0 , + ld sp,l314dh ;e0f8 31 4d 31 1 M 1 + inc (hl) ;e0fb 34 4 + jr c,le12eh ;e0fc 38 30 8 0 + inc l ;e0fe 2c , + jr c,le137h ;e0ff 38 36 8 6 + jr nc,le133h ;e101 30 30 0 0 + ld c,d ;e103 4a J + scf ;e104 37 7 + ld e,(hl) ;e105 5e ^ + ld d,e ;e106 53 S + ld c,c ;e107 49 I + ld sp,l352eh ;e108 31 2e 35 1 . 5 + inc l ;e10b 2c , + ld (l352eh),a ;e10c 32 2e 35 2 . 5 + ld d,b ;e10f 50 P + ld b,h ;e110 44 D +le111h: + ld e,b ;e111 58 X + ld e,c ;e112 59 Y + jr nz,$+82 ;e113 20 50 P + ld c,h ;e115 4c L + ld c,a ;e116 4f O + ld d,h ;e117 54 T + ld d,h ;e118 54 T + ld b,l ;e119 45 E + ld d,d ;e11a 52 R + dec c ;e11b 0d . + ld c,l ;e11c 4d M +le11dh: + ld sp,03235h ;e11d 31 35 32 1 5 2 + jr nc,$+46 ;e120 30 2c 0 , + jr c,$+56 ;e122 38 36 8 6 +le124h: + jr nc,$+50 ;e124 30 30 0 0 + ld d,b ;e126 50 P + ld b,h ;e127 44 D + ld e,b ;e128 58 X + ld e,c ;e129 59 Y + jr nz,le17ch ;e12a 20 50 P + ld c,h ;e12c 4c L + ld c,a ;e12d 4f O +le12eh: + ld d,h ;e12e 54 T + ld d,h ;e12f 54 T + ld b,l ;e130 45 E + ld d,d ;e131 52 R + dec c ;e132 0d . +le133h: + ld c,l ;e133 4d M + ld sp,03635h ;e134 31 35 36 1 5 6 +le137h: + jr nc,$+46 ;e137 30 2c 0 , + jr c,le171h ;e139 38 36 8 6 +le13bh: + jr nc,le16dh ;e13b 30 30 0 0 + ld d,b ;e13d 50 P + ld b,h ;e13e 44 D + ld e,b ;e13f 58 X + ld e,c ;e140 59 Y + jr nz,$+82 ;e141 20 50 P + ld c,h ;e143 4c L + ld c,a ;e144 4f O + ld d,h ;e145 54 T + ld d,h ;e146 54 T + ld b,l ;e147 45 E + ld d,d ;e148 52 R + dec c ;e149 0d . + ld e,(hl) ;e14a 5e ^ + ld d,e ;e14b 53 S + ld c,h ;e14c 4c L + jr nc,le17dh ;e14d 30 2e 0 . + inc sp ;e14f 33 3 +le150h: + ld e,(hl) ;e150 5e ^ + ld d,e ;e151 53 S + ld c,c ;e152 49 I + jr nc,$+48 ;e153 30 2e 0 . + ld (hl),035h ;e155 36 35 6 5 + inc l ;e157 2c , + ld sp,0322eh ;e158 31 2e 32 1 . 2 +le15bh: + ld c,l ;e15b 4d M + ld sp,l3434h ;e15c 31 34 34 1 4 4 + jr nc,le18dh ;e15f 30 2c 0 , + scf ;e161 37 7 + jr c,sub_e194h ;e162 38 30 8 0 + jr nc,le1b0h ;e164 30 4a 0 J + jr c,le1b8h ;e166 38 50 8 P + ld d,d ;e168 52 R + ld l,a ;e169 6f o + ld l,h ;e16a 6c l +le16bh: + ld h,c ;e16b 61 a + ld l,(hl) ;e16c 6e n +le16dh: + ld h,h ;e16d 64 d + jr nz,le1b4h ;e16e 20 44 D + ld b,a ;e170 47 G +le171h: + jr nz,le1b6h ;e171 20 43 C + ld l,a ;e173 6f o +le174h: + ld (hl),d ;e174 72 r + ld (hl),b ;e175 70 p + ld l,a ;e176 6f o + ld (hl),d ;e177 72 r + ld h,c ;e178 61 a + ld (hl),h ;e179 74 t + ld l,c ;e17a 69 i + ld l,a ;e17b 6f o +le17ch: + ld l,(hl) ;e17c 6e n +le17dh: + dec c ;e17d 0d . + ld c,l ;e17e 4d M + ld sp,l3834h ;e17f 31 34 38 1 4 8 +sub_e182h: + jr nc,le1b0h ;e182 30 2c 0 , + scf ;e184 37 7 + jr c,le1b7h ;e185 38 30 8 0 + jr nc,$+82 ;e187 30 50 0 P + ld d,d ;e189 52 R + ld l,a ;e18a 6f o +sub_e18bh: + ld l,h ;e18b 6c l + ld h,c ;e18c 61 a +le18dh: + ld l,(hl) ;e18d 6e n + ld h,h ;e18e 64 d + jr nz,le1d5h ;e18f 20 44 D + ld b,a ;e191 47 G + jr nz,$+69 ;e192 20 43 C +sub_e194h: + ld l,a ;e194 6f o + ld (hl),d ;e195 72 r + ld (hl),b ;e196 70 p + ld l,a ;e197 6f o + ld (hl),d ;e198 72 r + ld h,c ;e199 61 a + ld (hl),h ;e19a 74 t + ld l,c ;e19b 69 i + ld l,a ;e19c 6f o + ld l,(hl) ;e19d 6e n + dec c ;e19e 0d . + ld c,d ;e19f 4a J + ld sp,0535eh ;e1a0 31 5e 53 1 ^ S + ld c,h ;e1a3 4c L + dec l ;e1a4 2d - + jr nc,le1d5h ;e1a5 30 2e 0 . + inc sp ;e1a7 33 3 + ld c,l ;e1a8 4d M + ld sp,l3631h ;e1a9 31 31 36 1 1 6 + jr nc,le1deh ;e1ac 30 30 0 0 + inc l ;e1ae 2c , + scf ;e1af 37 7 +le1b0h: + jr c,le1e2h ;e1b0 38 30 8 0 + jr nc,$+82 ;e1b2 30 50 0 P +le1b4h: + jr c,le226h ;e1b4 38 70 8 p +le1b6h: + ld h,l ;e1b6 65 e +le1b7h: + ld l,(hl) ;e1b7 6e n +le1b8h: + ld (hl),e ;e1b8 73 s + dec c ;e1b9 0d . + ld c,l ;e1ba 4d M + ld sp,l3631h ;e1bb 31 31 36 1 1 6 + inc (hl) ;e1be 34 4 + jr nc,$+46 ;e1bf 30 2c 0 , + scf ;e1c1 37 7 + jr c,le1f4h ;e1c2 38 30 8 0 + jr nc,le216h ;e1c4 30 50 0 P + jr c,le238h ;e1c6 38 70 8 p + ld h,l ;e1c8 65 e + ld l,(hl) ;e1c9 6e n + ld (hl),e ;e1ca 73 s + dec c ;e1cb 0d . + ld c,d ;e1cc 4a J + ld (l3143h),a ;e1cd 32 43 31 2 C 1 + inc (hl) ;e1d0 34 4 + dec (hl) ;e1d1 35 5 + ld (02c30h),a ;e1d2 32 30 2c 2 0 , +le1d5h: + add hl,sp ;e1d5 39 9 + jr nc,le208h ;e1d6 30 30 0 0 + jr nc,$+46 ;e1d8 30 2c 0 , + inc sp ;e1da 33 3 + inc (hl) ;e1db 34 4 + jr nc,$+46 ;e1dc 30 2c 0 , +le1deh: + add hl,sp ;e1de 39 9 + jr nc,le20dh ;e1df 30 2c 0 , + inc (hl) ;e1e1 34 4 +le1e2h: + dec (hl) ;e1e2 35 5 + jr nc,le211h ;e1e3 30 2c 0 , + ld sp,l3032h ;e1e5 31 32 30 1 2 0 + ld b,e ;e1e8 43 C + ld sp,l3533h+1 ;e1e9 31 34 35 1 4 5 + ld (02c30h),a ;e1ec 32 30 2c 2 0 , + jr c,$+50 ;e1ef 38 30 8 0 + jr nc,le223h ;e1f1 30 30 0 0 + inc l ;e1f3 2c , +le1f4h: + inc sp ;e1f4 33 3 + inc (hl) ;e1f5 34 4 + jr nc,$+46 ;e1f6 30 2c 0 , + inc (hl) ;e1f8 34 4 + dec (hl) ;e1f9 35 5 + inc l ;e1fa 2c , + inc (hl) ;e1fb 34 4 + jr nc,$+55 ;e1fc 30 35 0 5 + inc l ;e1fe 2c , + add hl,sp ;e1ff 39 9 + jr nc,le245h ;e200 30 43 0 C + ld sp,l3533h+1 ;e202 31 34 35 1 4 5 + ld (02c30h),a ;e205 32 30 2c 2 0 , +le208h: + scf ;e208 37 7 + jr nc,le23bh ;e209 30 30 0 0 + jr nc,$+46 ;e20b 30 2c 0 , +le20dh: + inc sp ;e20d 33 3 + inc (hl) ;e20e 34 4 + jr nc,$+46 ;e20f 30 2c 0 , +le211h: + add hl,sp ;e211 39 9 + jr nc,$+46 ;e212 30 2c 0 , + inc (hl) ;e214 34 4 +le215h: + dec (hl) ;e215 35 5 +le216h: + jr nc,le244h ;e216 30 2c 0 , + scf ;e218 37 7 + ld (0505eh),a ;e219 32 5e 50 2 ^ P + ld d,l ;e21c 55 U + ld c,d ;e21d 4a J + inc (hl) ;e21e 34 4 + ld b,e ;e21f 43 C + ld sp,l3533h+1 ;e220 31 34 35 1 4 5 +le223h: + ld (02c30h),a ;e223 32 30 2c 2 0 , +le226h: + ld (hl),030h ;e226 36 30 6 0 + jr nc,$+50 ;e228 30 30 0 0 + inc l ;e22a 2c , + inc sp ;e22b 33 3 + inc (hl) ;e22c 34 4 + jr nc,le25bh ;e22d 30 2c 0 , + jr nc,le25dh ;e22f 30 2c 0 , + inc sp ;e231 33 3 + ld (hl),030h ;e232 36 30 6 0 + inc l ;e234 2c , + ld (hl),030h ;e235 36 30 6 0 + ld b,e ;e237 43 C +le238h: + ld sp,l3533h+1 ;e238 31 34 35 1 4 5 +le23bh: + ld (02c30h),a ;e23b 32 30 2c 2 0 , + dec (hl) ;e23e 35 5 + jr nc,$+50 ;e23f 30 30 0 0 + jr nc,$+46 ;e241 30 2c 0 , + inc sp ;e243 33 3 +le244h: + inc (hl) ;e244 34 4 +le245h: + jr nc,le273h ;e245 30 2c 0 , +le247h: + jr nc,$+46 ;e247 30 2c 0 , + inc sp ;e249 33 3 + ld (hl),030h ;e24a 36 30 6 0 + inc l ;e24c 2c , + inc (hl) ;e24d 34 4 + dec (hl) ;e24e 35 5 + ld b,e ;e24f 43 C +le250h: + ld sp,l3533h+1 ;e250 31 34 35 1 4 5 + ld (02c30h),a ;e253 32 30 2c 2 0 , + inc (hl) ;e256 34 4 + jr nc,$+50 ;e257 30 30 0 0 + jr nc,$+46 ;e259 30 2c 0 , +le25bh: + inc sp ;e25b 33 3 + inc (hl) ;e25c 34 4 +le25dh: + jr nc,le28bh ;e25d 30 2c 0 , + jr nc,$+46 ;e25f 30 2c 0 , + inc sp ;e261 33 3 + ld (hl),030h ;e262 36 30 6 0 + inc l ;e264 2c , + inc (hl) ;e265 34 4 + jr nc,$+96 ;e266 30 5e 0 ^ + ld d,b ;e268 50 P + ld d,l ;e269 55 U + ld c,d ;e26a 4a J + inc sp ;e26b 33 3 + ld b,e ;e26c 43 C + ld sp,l3533h+1 ;e26d 31 34 35 1 4 5 + ld (02c30h),a ;e270 32 30 2c 2 0 , +le273h: + inc sp ;e273 33 3 + jr nc,$+50 ;e274 30 30 0 0 +sub_e276h: + jr nc,$+46 ;e276 30 2c 0 , + inc sp ;e278 33 3 + inc (hl) ;e279 34 4 + jr nc,le2a8h ;e27a 30 2c 0 , + jr nc,$+46 ;e27c 30 2c 0 , +le27eh: + inc sp ;e27e 33 3 + ld (hl),030h ;e27f 36 30 6 0 + inc l ;e281 2c , + inc sp ;e282 33 3 + ld (hl),043h ;e283 36 43 6 C + ld sp,l3533h+1 ;e285 31 34 35 1 4 5 + ld (02c30h),a ;e288 32 30 2c 2 0 , +le28bh: + ld (03030h),a ;e28b 32 30 30 2 0 0 + jr nc,$+46 ;e28e 30 2c 0 , + inc sp ;e290 33 3 + inc (hl) ;e291 34 4 + jr nc,le2c0h ;e292 30 2c 0 , + jr nc,le2c2h ;e294 30 2c 0 , +le296h: + inc sp ;e296 33 3 + ld (hl),030h ;e297 36 30 6 0 + inc l ;e299 2c , + dec (hl) ;e29a 35 5 + ld b,e ;e29b 43 C + ld sp,l3533h+1 ;e29c 31 34 35 1 4 5 + ld (02c30h),a ;e29f 32 30 2c 2 0 , + ld sp,03030h ;e2a2 31 30 30 1 0 0 + jr nc,le2d3h ;e2a5 30 2c 0 , + inc sp ;e2a7 33 3 +le2a8h: + inc (hl) ;e2a8 34 4 +le2a9h: + jr nc,le2d7h ;e2a9 30 2c 0 , + add hl,sp ;e2ab 39 9 + jr nc,le2dah ;e2ac 30 2c 0 , + jr c,le2e1h ;e2ae 38 31 8 1 + jr nc,le2deh ;e2b0 30 2c 0 , + ld sp,l3434h ;e2b2 31 34 34 1 4 4 + ld e,(hl) ;e2b5 5e ^ + ld c,c ;e2b6 49 I + ld c,(hl) ;e2b7 4e N + ld e,(hl) ;e2b8 5e ^ + ld d,e ;e2b9 53 S + ld c,c ;e2ba 49 I + jr nc,le2ebh ;e2bb 30 2e 0 . + ld (l2c39h),a ;e2bd 32 39 2c 2 9 , +le2c0h: + jr nc,le2f0h ;e2c0 30 2e 0 . +le2c2h: + inc sp ;e2c2 33 3 + jr c,le312h ;e2c3 38 4d 8 M +le2c5h: + ld sp,l3037h+1 ;e2c5 31 38 30 1 8 0 + jr nc,le2f6h ;e2c8 30 2c 0 , + ld (l3036h),a ;e2ca 32 36 30 2 6 0 + jr nc,le319h ;e2cd 30 4a 0 J + inc (hl) ;e2cf 34 4 +sub_e2d0h: + ld e,(hl) ;e2d0 5e ^ + ld c,h ;e2d1 4c L + ld b,d ;e2d2 42 B +le2d3h: + ld b,c ;e2d3 41 A + ld b,d ;e2d4 42 B + ld b,e ;e2d5 43 C + ld b,h ;e2d6 44 D +le2d7h: + ld b,l ;e2d7 45 E + ld b,(hl) ;e2d8 46 F + ld b,a ;e2d9 47 G +le2dah: + ld c,b ;e2da 48 H + ld c,c ;e2db 49 I +le2dch: + ld c,d ;e2dc 4a J + ld c,e ;e2dd 4b K +le2deh: + ld c,h ;e2de 4c L + ld c,l ;e2df 4d M + ld c,(hl) ;e2e0 4e N +le2e1h: + ld c,a ;e2e1 4f O + ld d,b ;e2e2 50 P + ld d,c ;e2e3 51 Q + ld d,d ;e2e4 52 R + ld d,e ;e2e5 53 S + ld d,h ;e2e6 54 T + ld d,l ;e2e7 55 U + ld d,(hl) ;e2e8 56 V + ld d,a ;e2e9 57 W + ld e,b ;e2ea 58 X +le2ebh: + ld e,c ;e2eb 59 Y + ld e,d ;e2ec 5a Z + dec c ;e2ed 0d . + ld a,(bc) ;e2ee 0a . + ld h,c ;e2ef 61 a +le2f0h: + ld h,d ;e2f0 62 b + ld h,e ;e2f1 63 c + ld h,h ;e2f2 64 d +le2f3h: + ld h,l ;e2f3 65 e + ld h,(hl) ;e2f4 66 f + ld h,a ;e2f5 67 g +le2f6h: + ld l,b ;e2f6 68 h + ld l,c ;e2f7 69 i +le2f8h: + ld l,d ;e2f8 6a j +sub_e2f9h: + ld l,e ;e2f9 6b k + ld l,h ;e2fa 6c l + ld l,l ;e2fb 6d m +le2fch: + ld l,(hl) ;e2fc 6e n + ld l,a ;e2fd 6f o + ld (hl),b ;e2fe 70 p + ld (hl),c ;e2ff 71 q + ld (hl),d ;e300 72 r + ld (hl),e ;e301 73 s + ld (hl),h ;e302 74 t + ld (hl),l ;e303 75 u + halt ;e304 76 v + ld (hl),a ;e305 77 w + ld a,b ;e306 78 x + ld a,c ;e307 79 y + ld a,d ;e308 7a z + dec c ;e309 0d . +le30ah: + ld a,(bc) ;e30a 0a . + inc bc ;e30b 03 . + ld c,d ;e30c 4a J + ld (hl),05eh ;e30d 36 5e 6 ^ + ld c,h ;e30f 4c L + ld b,d ;e310 42 B + dec de ;e311 1b . +le312h: + ld c,e ;e312 4b K + inc (hl) ;e313 34 4 + ld b,c ;e314 41 A + dec sp ;e315 3b ; + ld a,d ;e316 7a z + ld b,d ;e317 42 B + ld l,b ;e318 68 h +le319h: + inc hl ;e319 23 # + ld sp,l6842h ;e31a 31 42 68 1 B h + inc hl ;e31d 23 # + ld (l653fh),a ;e31e 32 3f 65 2 ? e + dec a ;e321 3d = + ld h,b ;e322 60 ` + dec de ;e323 1b . + ld c,b ;e324 48 H + inc bc ;e325 03 . + ld c,l ;e326 4d M + ld sp,l3435h+1 ;e327 31 36 34 1 6 4 + jr nc,$+46 ;e32a 30 2c 0 , + ld (hl),031h ;e32c 36 31 6 1 + ld (l4a30h),a ;e32e 32 30 4a 2 0 J + scf ;e331 37 7 + ld b,h ;e332 44 D + ld sp,l3435h+2 ;e333 31 37 34 1 7 4 + jr nc,sub_e364h ;e336 30 2c 0 , + ld (hl),034h ;e338 36 34 6 4 + ld (hl),030h ;e33a 36 30 6 0 + inc l ;e33c 2c , + inc sp ;e33d 33 3 + inc (hl) ;e33e 34 4 + inc (hl) ;e33f 34 4 + jr nc,le36eh ;e340 30 2c 0 , + ld (hl),032h ;e342 36 32 6 2 + ld (hl),030h ;e344 36 30 6 0 + inc l ;e346 2c , + inc (hl) ;e347 34 4 + inc sp ;e348 33 3 + ld (hl),030h ;e349 36 30 6 0 + inc l ;e34b 2c , + dec (hl) ;e34c 35 5 + scf ;e34d 37 7 + ld (hl),030h ;e34e 36 30 6 0 + inc l ;e350 2c , + inc sp ;e351 33 3 + dec (hl) ;e352 35 5 + ld (hl),030h ;e353 36 30 6 0 + inc l ;e355 2c , + dec (hl) ;e356 35 5 + jr c,le38dh ;e357 38 34 8 4 + jr nc,le3a8h ;e359 30 4d 0 M + ld sp,l3435h+2 ;e35b 31 37 34 1 7 4 + jr nc,le38ch ;e35e 30 2c 0 , + ld (hl),034h ;e360 36 34 6 4 + ld (hl),030h ;e362 36 30 6 0 +sub_e364h: + ld b,h ;e364 44 D + ld (03832h),a ;e365 32 32 38 2 2 8 + jr nc,le396h ;e368 30 2c 0 , + ld (hl),031h ;e36a 36 31 6 1 + jr nc,le39eh ;e36c 30 30 0 0 +le36eh: + ld c,l ;e36e 4d M + ld sp,l3036h ;e36f 31 36 30 1 6 0 + jr nc,$+46 ;e372 30 2c 0 , + dec (hl) ;e374 35 5 + add hl,sp ;e375 39 9 + jr nc,le3a8h ;e376 30 30 0 0 + ld b,h ;e378 44 D + ld sp,l3033h+2 ;e379 31 35 30 1 5 0 + jr nc,$+46 ;e37c 30 2c 0 , + dec (hl) ;e37e 35 5 + dec (hl) ;e37f 35 5 + ld (l4d30h),a ;e380 32 30 4d 2 0 M + inc sp ;e383 33 3 + ld (l3037h+1),a ;e384 32 38 30 2 8 0 + inc l ;e387 2c , + ld (hl),032h ;e388 36 32 6 2 + jr c,le3bch ;e38a 38 30 8 0 +le38ch: + ld b,h ;e38c 44 D +le38dh: + inc sp ;e38d 33 3 + ld (hl),030h ;e38e 36 30 6 0 + jr nc,$+46 ;e390 30 2c 0 , + ld (hl),037h ;e392 36 37 6 7 + jr c,le3c6h ;e394 38 30 8 0 +le396h: + inc l ;e396 2c , + inc (hl) ;e397 34 4 + add hl,sp ;e398 39 9 + jr nc,$+50 ;e399 30 30 0 0 + inc l ;e39b 2c , + ld (hl),036h ;e39c 36 36 6 6 +le39eh: + ld (l4d30h),a ;e39e 32 30 4d 2 0 M + dec (hl) ;e3a1 35 5 + inc (hl) ;e3a2 34 4 + jr nc,le3d5h ;e3a3 30 30 0 0 + inc l ;e3a5 2c , + ld (hl),035h ;e3a6 36 35 6 5 +le3a8h: + inc (hl) ;e3a8 34 4 + jr nc,le3efh ;e3a9 30 44 0 D + dec (hl) ;e3ab 35 5 + add hl,sp ;e3ac 39 9 + jr c,$+50 ;e3ad 38 30 8 0 + inc l ;e3af 2c , + ld (hl),034h ;e3b0 36 34 6 4 + jr c,le3e4h ;e3b2 38 30 8 0 + inc l ;e3b4 2c , + ld (hl),034h ;e3b5 36 34 6 4 + jr c,$+50 ;e3b7 38 30 8 0 + inc l ;e3b9 2c , + ld (hl),031h ;e3ba 36 31 6 1 +le3bch: + inc (hl) ;e3bc 34 4 + jr nc,le3ebh ;e3bd 30 2c 0 , + inc (hl) ;e3bf 34 4 + jr nc,le3f2h ;e3c0 30 30 0 0 + jr nc,$+46 ;e3c2 30 2c 0 , + ld (hl),034h ;e3c4 36 34 6 4 +le3c6h: + ld (02c30h),a ;e3c6 32 30 2c 2 0 , + inc sp ;e3c9 33 3 + ld (hl),030h ;e3ca 36 30 6 0 + jr nc,le3fah ;e3cc 30 2c 0 , + ld (hl),037h ;e3ce 36 37 6 7 + jr c,le402h ;e3d0 38 30 8 0 + ld c,l ;e3d2 4d M + inc (hl) ;e3d3 34 4 + add hl,sp ;e3d4 39 9 +le3d5h: + jr nc,$+50 ;e3d5 30 30 0 0 + inc l ;e3d7 2c , + ld (hl),036h ;e3d8 36 36 6 6 + ld (l4430h),a ;e3da 32 30 44 2 0 D + dec (hl) ;e3dd 35 5 + ld (l3036h),a ;e3de 32 36 30 2 6 0 + inc l ;e3e1 2c , + ld (hl),037h ;e3e2 36 37 6 7 +le3e4h: + ld (hl),030h ;e3e4 36 30 6 0 + inc l ;e3e6 2c , + dec (hl) ;e3e7 35 5 + ld sp,03030h ;e3e8 31 30 30 1 0 0 +le3ebh: + inc l ;e3eb 2c , + ld (hl),036h ;e3ec 36 36 6 6 + inc (hl) ;e3ee 34 4 +le3efh: + jr nc,$+46 ;e3ef 30 2c 0 , + inc (hl) ;e3f1 34 4 +le3f2h: + jr c,$+54 ;e3f2 38 34 8 4 + jr nc,$+46 ;e3f4 30 2c 0 , + ld (hl),035h ;e3f6 36 35 6 5 +le3f8h: + ld (hl),030h ;e3f8 36 30 6 0 +le3fah: + inc l ;e3fa 2c , + inc (hl) ;e3fb 34 4 +le3fch: + add hl,sp ;e3fc 39 9 + jr nc,le42fh ;e3fd 30 30 0 0 +le3ffh: + inc l ;e3ff 2c , + ld (hl),036h ;e400 36 36 6 6 +le402h: + ld (l4d30h),a ;e402 32 30 4d 2 0 M + dec (hl) ;e405 35 5 + ld (l3036h),a ;e406 32 36 30 2 6 0 + inc l ;e409 2c , + ld (hl),037h ;e40a 36 37 6 7 + ld (hl),030h ;e40c 36 30 6 0 + ld b,h ;e40e 44 D + dec (hl) ;e40f 35 5 + inc (hl) ;e410 34 4 + jr nc,le443h ;e411 30 30 0 0 +sub_e413h: + inc l ;e413 2c , + ld (hl),036h ;e414 36 36 6 6 + jr nc,le448h ;e416 30 30 0 0 + ld c,l ;e418 4d M + ld sp,l3435h+1 ;e419 31 36 34 1 6 4 + jr nc,le44ah ;e41c 30 2c 0 , + dec (hl) ;e41e 35 5 + add hl,sp ;e41f 39 9 + ld (l4a30h),a ;e420 32 30 4a 2 0 J + ld sp,l3144h ;e423 31 44 31 1 D 1 + scf ;e426 37 7 + ld (hl),030h ;e427 36 30 6 0 + inc l ;e429 2c , +sub_e42ah: + ld (hl),033h ;e42a 36 33 6 3 + ld (hl),030h ;e42c 36 30 6 0 + inc l ;e42e 2c , +le42fh: + ld (03235h),a ;e42f 32 35 32 2 5 2 + jr nc,$+46 ;e432 30 2c 0 , + dec (hl) ;e434 35 5 + jr c,le46bh ;e435 38 34 8 4 + jr nc,$+79 ;e437 30 4d 0 M + ld sp,l3637h+1 ;e439 31 38 36 1 8 6 + jr nc,$+46 ;e43c 30 2c 0 , + ld (hl),032h ;e43e 36 32 6 2 + jr c,le472h ;e440 38 30 8 0 + ld b,h ;e442 44 D +le443h: + ld sp,l3837h ;e443 31 37 38 1 7 8 + jr nc,$+46 ;e446 30 2c 0 , +le448h: + dec (hl) ;e448 35 5 + add hl,sp ;e449 39 9 +le44ah: + ld (hl),030h ;e44a 36 30 6 0 +sub_e44ch: + inc l ;e44c 2c , + ld sp,l3435h+1 ;e44d 31 36 34 1 6 4 + jr c,le47eh ;e450 38 2c 8 , + dec (hl) ;e452 35 5 + add hl,sp ;e453 39 9 + ld (hl),030h ;e454 36 30 6 0 + ld c,l ;e456 4d M + ld sp,l3033h+2 ;e457 31 35 30 1 5 0 + jr nc,$+46 ;e45a 30 2c 0 , + dec (hl) ;e45c 35 5 + dec (hl) ;e45d 35 5 + ld (l4430h),a ;e45e 32 30 44 2 0 D + ld sp,l3036h ;e461 31 36 30 1 6 0 + jr nc,$+46 ;e464 30 2c 0 , + dec (hl) ;e466 35 5 + dec (hl) ;e467 35 5 + ld (l4d30h),a ;e468 32 30 4d 2 0 M +le46bh: + ld sp,03635h ;e46b 31 35 36 1 5 6 + jr nc,$+46 ;e46e 30 2c 0 , + dec (hl) ;e470 35 5 + dec (hl) ;e471 35 5 +le472h: + ld (l4430h),a ;e472 32 30 44 2 0 D + ld sp,l3036h ;e475 31 36 30 1 6 0 + jr nc,$+46 ;e478 30 2c 0 , +sub_e47ah: + dec (hl) ;e47a 35 5 + scf ;e47b 37 7 + jr nc,$+50 ;e47c 30 30 0 0 +le47eh: + ld c,l ;e47e 4d M + ld sp,l3439h ;e47f 31 39 34 1 9 4 + jr nc,$+46 ;e482 30 2c 0 , + dec (hl) ;e484 35 5 + ld (hl),030h ;e485 36 30 6 0 + jr nc,le4cdh ;e487 30 44 0 D + ld sp,l3439h ;e489 31 39 34 1 9 4 + jr nc,$+46 ;e48c 30 2c 0 , + inc (hl) ;e48e 34 4 + add hl,sp ;e48f 39 9 +sub_e490h: + ld (02c30h),a ;e490 32 30 2c 2 0 , + ld (l3432h),a ;e493 32 32 34 2 2 4 + jr nc,$+46 ;e496 30 2c 0 , + dec (hl) ;e498 35 5 + jr nc,$+56 ;e499 30 36 0 6 + jr nc,$+46 ;e49b 30 2c 0 , + ld (l3033h+1),a ;e49d 32 34 30 2 4 0 + jr nc,$+46 ;e4a0 30 2c 0 , + dec (hl) ;e4a2 35 5 + jr nc,$+58 ;e4a3 30 38 0 8 + jr nc,$+79 ;e4a5 30 4d 0 M +sub_e4a7h: + ld (l3033h+1),a ;e4a7 32 34 30 2 4 0 + jr nc,$+46 ;e4aa 30 2c 0 , + dec (hl) ;e4ac 35 5 + jr c,le4dfh ;e4ad 38 30 8 0 + jr nc,$+70 ;e4af 30 44 0 D + ld (l3033h+1),a ;e4b1 32 34 30 2 4 0 + jr nc,$+46 ;e4b4 30 2c 0 , + dec (hl) ;e4b6 35 5 + jr nc,$+58 ;e4b7 30 38 0 8 + jr nc,le508h ;e4b9 30 4d 0 M + ld (03830h),a ;e4bb 32 30 38 2 0 8 +sub_e4beh: + jr nc,$+46 ;e4be 30 2c 0 , + inc (hl) ;e4c0 34 4 + jr c,$+58 ;e4c1 38 38 8 8 + jr nc,$+70 ;e4c3 30 44 0 D + ld (03030h),a ;e4c5 32 30 30 2 0 0 + jr nc,le4f6h ;e4c8 30 2c 0 , + inc (hl) ;e4ca 34 4 + jr c,le503h ;e4cb 38 36 8 6 +le4cdh: + jr nc,$+46 ;e4cd 30 2c 0 , + ld sp,l3439h ;e4cf 31 39 34 1 9 4 + jr nc,le500h ;e4d2 30 2c 0 , +sub_e4d4h: + inc (hl) ;e4d4 34 4 + add hl,sp ;e4d5 39 9 +le4d6h: + ld (l4d30h),a ;e4d6 32 30 4d 2 0 M + ld sp,l3439h ;e4d9 31 39 34 1 9 4 + jr nc,le50ah ;e4dc 30 2c 0 , + dec (hl) ;e4de 35 5 +le4dfh: + jr nc,le517h ;e4df 30 36 0 6 + jr nc,le527h ;e4e1 30 44 0 D + ld sp,l3837h ;e4e3 31 37 38 1 7 8 + jr nc,sub_e514h ;e4e6 30 2c 0 , + dec (hl) ;e4e8 35 5 + jr nc,$+50 ;e4e9 30 30 0 0 +sub_e4ebh: + jr nc,le53ah ;e4eb 30 4d 0 M + inc sp ;e4ed 33 3 + inc sp ;e4ee 33 3 + inc sp ;e4ef 33 3 + ld (0362ch),a ;e4f0 32 2c 36 2 , 6 + ld (l3037h+1),a ;e4f3 32 38 30 2 8 0 +le4f6h: + ld b,h ;e4f6 44 D + inc sp ;e4f7 33 3 + ld (hl),030h ;e4f8 36 30 6 0 + jr nc,$+46 ;e4fa 30 2c 0 , +sub_e4fch: + ld (hl),036h ;e4fc 36 36 6 6 + jr c,le530h ;e4fe 38 30 8 0 +le500h: + inc l ;e500 2c , + inc sp ;e501 33 3 + add hl,sp ;e502 39 9 +le503h: + ld (hl),030h ;e503 36 30 6 0 + inc l ;e505 2c , + ld (hl),033h ;e506 36 33 6 3 +le508h: + jr c,le53ah ;e508 38 30 8 0 +le50ah: + ld c,l ;e50a 4d M + inc sp ;e50b 33 3 + ld (hl),037h ;e50c 36 37 6 7 + ld (0362ch),a ;e50e 32 2c 36 2 , 6 + ld (hl),030h ;e511 36 30 6 0 + inc (hl) ;e513 34 4 +sub_e514h: + ld b,h ;e514 44 D + inc sp ;e515 33 3 + inc (hl) ;e516 34 4 +le517h: + inc (hl) ;e517 34 4 + jr nc,le546h ;e518 30 2c 0 , + ld (hl),032h ;e51a 36 32 6 2 + ld (hl),030h ;e51c 36 30 6 0 + ld c,l ;e51e 4d M + inc sp ;e51f 33 3 + scf ;e520 37 7 + inc (hl) ;e521 34 4 + jr nc,le550h ;e522 30 2c 0 , + ld (hl),032h ;e524 36 32 6 2 + inc (hl) ;e526 34 4 +le527h: + jr nc,$+70 ;e527 30 44 0 D + inc sp ;e529 33 3 + scf ;e52a 37 7 + inc (hl) ;e52b 34 4 + jr nc,le55ah ;e52c 30 2c 0 , + ld (hl),031h ;e52e 36 31 6 1 +le530h: + jr nc,le562h ;e530 30 30 0 0 + ld c,l ;e532 4d M + inc sp ;e533 33 3 + add hl,sp ;e534 39 9 + ld (hl),030h ;e535 36 30 6 0 + inc l ;e537 2c , + ld (hl),033h ;e538 36 33 6 3 +le53ah: + ld (l4430h),a ;e53a 32 30 44 2 0 D + inc sp ;e53d 33 3 + add hl,sp ;e53e 39 9 + ld (hl),030h ;e53f 36 30 6 0 + inc l ;e541 2c , + dec (hl) ;e542 35 5 + add hl,sp ;e543 39 9 + jr c,$+50 ;e544 38 30 8 0 +le546h: + ld c,l ;e546 4d M + inc (hl) ;e547 34 4 + inc sp ;e548 33 3 + ld (hl),030h ;e549 36 30 6 0 + inc l ;e54b 2c , + dec (hl) ;e54c 35 5 +sub_e54dh: + scf ;e54d 37 7 + ld (hl),030h ;e54e 36 30 6 0 +le550h: + ld b,h ;e550 44 D + inc (hl) ;e551 34 4 + inc sp ;e552 33 3 + inc (hl) ;e553 34 4 + jr nc,le582h ;e554 30 2c 0 , +le556h: + dec (hl) ;e556 35 5 + scf ;e557 37 7 + jr nc,$+50 ;e558 30 30 0 0 +le55ah: + inc l ;e55a 2c , + inc sp ;e55b 33 3 + dec (hl) ;e55c 35 5 +sub_e55dh: + ld (hl),030h ;e55d 36 30 6 0 + inc l ;e55f 2c , + dec (hl) ;e560 35 5 + scf ;e561 37 7 +le562h: + jr c,le594h ;e562 38 30 8 0 + ld c,l ;e564 4d M + inc sp ;e565 33 3 + ld (hl),038h ;e566 36 38 6 8 + jr nc,le596h ;e568 30 2c 0 , + dec (hl) ;e56a 35 5 + scf ;e56b 37 7 + ld (hl),030h ;e56c 36 30 6 0 + ld b,h ;e56e 44 D + inc sp ;e56f 33 3 + ld (hl),038h ;e570 36 38 6 8 + jr nc,le5a0h ;e572 30 2c 0 , + dec (hl) ;e574 35 5 + ld sp,03235h ;e575 31 35 32 1 5 2 + ld c,l ;e578 4d M + inc sp ;e579 33 3 + scf ;e57a 37 7 + inc (hl) ;e57b 34 4 + jr nc,le5aah ;e57c 30 2c 0 , + dec (hl) ;e57e 35 5 + scf ;e57f 37 7 + ld (hl),030h ;e580 36 30 6 0 +le582h: + ld b,h ;e582 44 D + inc sp ;e583 33 3 + scf ;e584 37 7 + inc (hl) ;e585 34 4 + jr nc,le5b4h ;e586 30 2c 0 , + dec (hl) ;e588 35 5 + ld sp,l3033h+1 ;e589 31 34 30 1 4 0 + ld c,l ;e58c 4d M + inc (hl) ;e58d 34 4 + ld (03030h),a ;e58e 32 30 30 2 0 0 + inc l ;e591 2c , + dec (hl) ;e592 35 5 + scf ;e593 37 7 +le594h: + jr nc,le5ceh ;e594 30 38 0 8 +le596h: + ld b,h ;e596 44 D + inc (hl) ;e597 34 4 + ld (03030h),a ;e598 32 30 30 2 0 0 + inc l ;e59b 2c , + dec (hl) ;e59c 35 5 + ld sp,l3032h ;e59d 31 32 30 1 2 0 +le5a0h: + ld c,l ;e5a0 4d M + inc (hl) ;e5a1 34 4 + ld (l3037h+1),a ;e5a2 32 38 30 2 8 0 + inc l ;e5a5 2c , + dec (hl) ;e5a6 35 5 + scf ;e5a7 37 7 + jr nc,$+50 ;e5a8 30 30 0 0 +le5aah: + ld b,h ;e5aa 44 D + inc (hl) ;e5ab 34 4 + ld (l3037h+1),a ;e5ac 32 38 30 2 8 0 + inc l ;e5af 2c , + dec (hl) ;e5b0 35 5 + ld sp,l3032h ;e5b1 31 32 30 1 2 0 +le5b4h: + ld c,l ;e5b4 4d M + inc (hl) ;e5b5 34 4 + inc sp ;e5b6 33 3 + ld (hl),030h ;e5b7 36 30 6 0 + inc l ;e5b9 2c , + dec (hl) ;e5ba 35 5 + ld sp,l3231h ;e5bb 31 31 32 1 1 2 + ld b,h ;e5be 44 D + inc (hl) ;e5bf 34 4 + inc sp ;e5c0 33 3 + ld (hl),030h ;e5c1 36 30 6 0 + inc l ;e5c3 2c , + dec (hl) ;e5c4 35 5 + inc sp ;e5c5 33 3 + jr c,$+50 ;e5c6 38 30 8 0 + inc l ;e5c8 2c , + inc (hl) ;e5c9 34 4 + dec (hl) ;e5ca 35 5 + jr c,$+50 ;e5cb 38 30 8 0 + inc l ;e5cd 2c , +le5ceh: + dec (hl) ;e5ce 35 5 +sub_e5cfh: + inc sp ;e5cf 33 3 + ld (hl),038h ;e5d0 36 38 6 8 + inc l ;e5d2 2c , + inc (hl) ;e5d3 34 4 + dec (hl) ;e5d4 35 5 + jr c,le607h ;e5d5 38 30 8 0 + inc l ;e5d7 2c , + dec (hl) ;e5d8 35 5 + ld sp,03030h ;e5d9 31 30 30 1 0 0 + ld c,l ;e5dc 4d M + inc (hl) ;e5dd 34 4 + ld (hl),038h ;e5de 36 38 6 8 + jr nc,$+46 ;e5e0 30 2c 0 , + dec (hl) ;e5e2 35 5 + scf ;e5e3 37 7 + jr nc,le616h ;e5e4 30 30 0 0 + ld b,h ;e5e6 44 D + inc (hl) ;e5e7 34 4 + ld (hl),038h ;e5e8 36 38 6 8 + jr nc,le618h ;e5ea 30 2c 0 , + dec (hl) ;e5ec 35 5 + jr nc,$+58 ;e5ed 30 38 0 8 + jr c,$+79 ;e5ef 38 4d 8 M + inc (hl) ;e5f1 34 4 + ld (hl),038h ;e5f2 36 38 6 8 + jr nc,$+46 ;e5f4 30 2c 0 , + dec (hl) ;e5f6 35 5 +sub_e5f7h: + ld (hl),032h ;e5f7 36 32 6 2 + jr nc,le63fh ;e5f9 30 44 0 D +le5fbh: + dec (hl) ;e5fb 35 5 +sub_e5fch: + jr nc,$+58 ;e5fc 30 38 0 8 + jr nc,$+46 ;e5fe 30 2c 0 , + dec (hl) ;e600 35 5 + inc (hl) ;e601 34 4 + inc (hl) ;e602 34 4 + jr nc,$+46 ;e603 30 2c 0 , + ld (hl),037h ;e605 36 37 6 7 +le607h: + jr nc,$+50 ;e607 30 30 0 0 + inc l ;e609 2c , +sub_e60ah: + dec (hl) ;e60a 35 5 + inc sp ;e60b 33 3 + inc (hl) ;e60c 34 4 + jr nc,$+46 ;e60d 30 2c 0 , +sub_e60fh: + ld (hl),037h ;e60f 36 37 6 7 + ld (02c30h),a ;e611 32 30 2c 2 0 , + dec (hl) ;e614 35 5 + inc (hl) ;e615 34 4 +le616h: + jr nc,$+50 ;e616 30 30 0 0 +le618h: + ld c,l ;e618 4d M + dec (hl) ;e619 35 5 + ld sp,l3032h ;e61a 31 32 30 1 2 0 + inc l ;e61d 2c , + dec (hl) ;e61e 35 5 + dec (hl) ;e61f 35 5 + ld (l4430h),a ;e620 32 30 44 2 0 D + dec (hl) ;e623 35 5 + jr nc,$+58 ;e624 30 38 0 8 + jr nc,$+46 ;e626 30 2c 0 , + dec (hl) ;e628 35 5 + inc (hl) ;e629 34 4 + inc (hl) ;e62a 34 4 + jr nc,$+79 ;e62b 30 4d 0 M + dec (hl) ;e62d 35 5 + jr nc,le666h ;e62e 30 36 0 6 + jr nc,$+46 ;e630 30 2c 0 , + dec (hl) ;e632 35 5 + inc (hl) ;e633 34 4 + inc (hl) ;e634 34 4 +sub_e635h: + jr c,le67bh ;e635 38 44 8 D + dec (hl) ;e637 35 5 + jr nc,le670h ;e638 30 36 0 6 + jr nc,le668h ;e63a 30 2c 0 , + dec (hl) ;e63c 35 5 + jr nc,le675h ;e63d 30 36 0 6 +le63fh: + jr nc,le68eh ;e63f 30 4d 0 M + dec (hl) ;e641 35 5 + ld sp,l3032h ;e642 31 32 30 1 2 0 + inc l ;e645 2c , + inc (hl) ;e646 34 4 + jr c,le681h ;e647 38 38 8 8 + jr nc,le68fh ;e649 30 44 0 D + dec (hl) ;e64b 35 5 + inc sp ;e64c 33 3 + ld (hl),030h ;e64d 36 30 6 0 + inc l ;e64f 2c , + inc (hl) ;e650 34 4 + jr c,$+58 ;e651 38 38 8 8 + jr nc,le681h ;e653 30 2c 0 , + dec (hl) ;e655 35 5 + inc sp ;e656 33 3 + ld (hl),030h ;e657 36 30 6 0 + inc l ;e659 2c , + dec (hl) ;e65a 35 5 + inc (hl) ;e65b 34 4 + ld (l4d30h),a ;e65c 32 30 4d 2 0 M + dec (hl) ;e65f 35 5 + inc (hl) ;e660 34 4 + ld (hl),030h ;e661 36 30 6 0 + inc l ;e663 2c , + inc (hl) ;e664 34 4 + scf ;e665 37 7 +le666h: + jr c,$+50 ;e666 38 30 8 0 +le668h: + ld b,h ;e668 44 D + dec (hl) ;e669 35 5 + inc (hl) ;e66a 34 4 + jr c,le69dh ;e66b 38 30 8 0 + inc l ;e66d 2c , + inc (hl) ;e66e 34 4 + add hl,sp ;e66f 39 9 +le670h: + jr nc,le6a2h ;e670 30 30 0 0 + inc l ;e672 2c , + dec (hl) ;e673 35 5 + inc sp ;e674 33 3 +le675h: + ld (hl),030h ;e675 36 30 6 0 + inc l ;e677 2c , + inc (hl) ;e678 34 4 + jr c,$+58 ;e679 38 38 8 8 +le67bh: + jr nc,$+46 ;e67b 30 2c 0 , + dec (hl) ;e67d 35 5 + inc (hl) ;e67e 34 4 + ld (hl),030h ;e67f 36 30 6 0 +le681h: + inc l ;e681 2c , + inc (hl) ;e682 34 4 + scf ;e683 37 7 + jr c,le6b6h ;e684 38 30 8 0 + inc l ;e686 2c , + ld (hl),035h ;e687 36 35 6 5 + inc (hl) ;e689 34 4 + jr nc,$+46 ;e68a 30 2c 0 , + inc (hl) ;e68c 34 4 + scf ;e68d 37 7 +le68eh: + inc (hl) ;e68e 34 4 +le68fh: + jr nc,le6bdh ;e68f 30 2c 0 , + ld (hl),036h ;e691 36 36 6 6 + inc (hl) ;e693 34 4 + jr nc,le6c2h ;e694 30 2c 0 , + inc (hl) ;e696 34 4 +le697h: + jr c,$+56 ;e697 38 36 8 6 + jr nc,sub_e6e8h ;e699 30 4d 0 M + ld (hl),034h ;e69b 36 34 6 4 +le69dh: + ld (02c30h),a ;e69d 32 30 2c 2 0 , + ld (hl),030h ;e6a0 36 30 6 0 +le6a2h: + ld (hl),030h ;e6a2 36 30 6 0 + ld b,h ;e6a4 44 D + ld (hl),033h ;e6a5 36 33 6 3 + ld (02c30h),a ;e6a7 32 30 2c 2 0 , + ld (hl),030h ;e6aa 36 30 6 0 + ld (02c30h),a ;e6ac 32 30 2c 2 0 , + ld (hl),033h ;e6af 36 33 6 3 + ld (02c30h),a ;e6b1 32 30 2c 2 0 , + dec (hl) ;e6b4 35 5 + dec (hl) ;e6b5 35 5 +le6b6h: + inc (hl) ;e6b6 34 4 + jr nc,le706h ;e6b7 30 4d 0 M + dec (hl) ;e6b9 35 5 + inc (hl) ;e6ba 34 4 + jr nc,$+50 ;e6bb 30 30 0 0 +le6bdh: + inc l ;e6bd 2c , + ld (hl),036h ;e6be 36 36 6 6 + jr nc,le6f2h ;e6c0 30 30 0 0 +le6c2h: + ld b,h ;e6c2 44 D + dec (hl) ;e6c3 35 5 + inc (hl) ;e6c4 34 4 + jr nc,le6f7h ;e6c5 30 30 0 0 + inc l ;e6c7 2c , + ld (hl),033h ;e6c8 36 33 6 3 + inc (hl) ;e6ca 34 4 + jr c,$+46 ;e6cb 38 2c 8 , + dec (hl) ;e6cd 35 5 + ld sp,03030h ;e6ce 31 30 30 1 0 0 + inc l ;e6d1 2c , + ld (hl),033h ;e6d2 36 33 6 3 + jr c,le706h ;e6d4 38 30 8 0 +sub_e6d6h: + inc l ;e6d6 2c , + dec (hl) ;e6d7 35 5 + ld sp,03030h ;e6d8 31 30 30 1 0 0 + inc l ;e6db 2c , + ld (hl),036h ;e6dc 36 36 6 6 + inc (hl) ;e6de 34 4 + jr nc,le72eh ;e6df 30 4d 0 M + dec (hl) ;e6e1 35 5 + ld sp,03030h ;e6e2 31 30 30 1 0 0 + inc l ;e6e5 2c , + ld (hl),033h ;e6e6 36 33 6 3 +sub_e6e8h: + jr c,le71ah ;e6e8 38 30 8 0 + ld b,h ;e6ea 44 D + inc (hl) ;e6eb 34 4 + jr c,le722h ;e6ec 38 34 8 4 + jr nc,le71ch ;e6ee 30 2c 0 , + ld (hl),035h ;e6f0 36 35 6 5 +le6f2h: + ld (hl),030h ;e6f2 36 30 6 0 + ld c,l ;e6f4 4d M + ld (hl),035h ;e6f5 36 35 6 5 +le6f7h: + inc (hl) ;e6f7 34 4 + jr nc,le726h ;e6f8 30 2c 0 , + inc (hl) ;e6fa 34 4 + scf ;e6fb 37 7 + inc (hl) ;e6fc 34 4 + jr nc,le743h ;e6fd 30 44 0 D + ld (hl),035h ;e6ff 36 35 6 5 + inc (hl) ;e701 34 4 + jr nc,le730h ;e702 30 2c 0 , + inc (hl) ;e704 34 4 + inc sp ;e705 33 3 +le706h: + jr c,le738h ;e706 38 30 8 0 + ld c,l ;e708 4d M + ld sp,l3439h ;e709 31 39 34 1 9 4 + jr nc,$+46 ;e70c 30 2c 0 , + dec (hl) ;e70e 35 5 + dec (hl) ;e70f 35 5 + inc (hl) ;e710 34 4 + jr nc,$+76 ;e711 30 4a 0 J + ld (l3244h),a ;e713 32 44 32 2 D 2 + ld (l3033h+1),a ;e716 32 34 30 2 4 0 + inc l ;e719 2c , +le71ah: + dec (hl) ;e71a 35 5 + scf ;e71b 37 7 +le71ch: + ld (02c30h),a ;e71c 32 30 2c 2 0 , + ld (l3033h+1),a ;e71f 32 34 30 2 4 0 +le722h: + jr nc,$+46 ;e722 30 2c 0 , + dec (hl) ;e724 35 5 + scf ;e725 37 7 +le726h: + inc (hl) ;e726 34 4 + jr nc,$+79 ;e727 30 4d 0 M + ld sp,l3439h ;e729 31 39 34 1 9 4 + jr nc,$+46 ;e72c 30 2c 0 , +le72eh: + inc (hl) ;e72e 34 4 + add hl,sp ;e72f 39 9 +le730h: + jr c,le762h ;e730 38 30 8 0 + ld b,h ;e732 44 D + ld (l3432h),a ;e733 32 32 34 2 2 4 + jr nc,$+46 ;e736 30 2c 0 , +le738h: + dec (hl) ;e738 35 5 + ld sp,l3032h ;e739 31 32 30 1 2 0 + inc l ;e73c 2c , + ld (l3033h+1),a ;e73d 32 34 30 2 4 0 + jr nc,le76eh ;e740 30 2c 0 , + dec (hl) ;e742 35 5 +le743h: + ld sp,l3033h+1 ;e743 31 34 30 1 4 0 + ld c,l ;e746 4d M + ld (03830h),a ;e747 32 30 38 2 0 8 + jr nc,le778h ;e74a 30 2c 0 , + dec (hl) ;e74c 35 5 + ld (hl),032h ;e74d 36 32 6 2 + jr nc,$+70 ;e74f 30 44 0 D + ld (03830h),a ;e751 32 30 38 2 0 8 + jr nc,$+46 ;e754 30 2c 0 , + dec (hl) ;e756 35 5 + jr nc,le78dh ;e757 30 34 0 4 + jr c,$+79 ;e759 38 4d 8 M + ld (l3432h),a ;e75b 32 32 34 2 2 4 + jr nc,le78ch ;e75e 30 2c 0 , + dec (hl) ;e760 35 5 + scf ;e761 37 7 +le762h: + ld (l4430h),a ;e762 32 30 44 2 0 D + ld (l3432h),a ;e765 32 32 34 2 2 4 + jr nc,le796h ;e768 30 2c 0 , + dec (hl) ;e76a 35 5 + ld sp,l3032h ;e76b 31 32 30 1 2 0 +le76eh: + ld c,l ;e76e 4d M + ld (03235h),a ;e76f 32 35 32 2 5 2 + jr nc,$+46 ;e772 30 2c 0 , + dec (hl) ;e774 35 5 + ld sp,l3233h ;e775 31 33 32 1 3 2 +le778h: + ld b,h ;e778 44 D + ld (03235h),a ;e779 32 35 32 2 5 2 + jr nc,le7aah ;e77c 30 2c 0 , + dec (hl) ;e77e 35 5 + add hl,sp ;e77f 39 9 + inc (hl) ;e780 34 4 + jr nc,$+46 ;e781 30 2c 0 , + ld (03832h),a ;e783 32 32 38 2 2 8 + jr nc,$+46 ;e786 30 2c 0 , + ld (hl),031h ;e788 36 31 6 1 + jr nc,$+50 ;e78a 30 30 0 0 +le78ch: + inc l ;e78c 2c , +le78dh: + inc sp ;e78d 33 3 + ld (l3037h+1),a ;e78e 32 38 30 2 8 0 + inc l ;e791 2c , + ld (hl),030h ;e792 36 30 6 0 + jr nc,le7c6h ;e794 30 30 0 0 +le796h: + inc l ;e796 2c , + inc sp ;e797 33 3 + dec (hl) ;e798 35 5 + ld (hl),030h ;e799 36 30 6 0 + inc l ;e79b 2c , + dec (hl) ;e79c 35 5 + jr c,le7d3h ;e79d 38 34 8 4 + jr nc,le7cdh ;e79f 30 2c 0 , + inc sp ;e7a1 33 3 + dec (hl) ;e7a2 35 5 + ld (hl),030h ;e7a3 36 30 6 0 +sub_e7a5h: + inc l ;e7a5 2c , + dec (hl) ;e7a6 35 5 + ld sp,03635h ;e7a7 31 35 36 1 5 6 +le7aah: + ld c,l ;e7aa 4d M + ld (03235h),a ;e7ab 32 35 32 2 5 2 + jr nc,le7dch ;e7ae 30 2c 0 , + dec (hl) ;e7b0 35 5 + add hl,sp ;e7b1 39 9 + inc (hl) ;e7b2 34 4 + jr nc,$+70 ;e7b3 30 44 0 D + inc sp ;e7b5 33 3 + dec (hl) ;e7b6 35 5 + ld (hl),030h ;e7b7 36 30 6 0 + inc l ;e7b9 2c , + dec (hl) ;e7ba 35 5 + jr c,le7f1h ;e7bb 38 34 8 4 + jr nc,$+79 ;e7bd 30 4d 0 M + ld (03235h),a ;e7bf 32 35 32 2 5 2 + jr nc,le7f0h ;e7c2 30 2c 0 , + dec (hl) ;e7c4 35 5 + scf ;e7c5 37 7 +le7c6h: + ld (l4430h),a ;e7c6 32 30 44 2 0 D + inc sp ;e7c9 33 3 + dec (hl) ;e7ca 35 5 + ld (hl),030h ;e7cb 36 30 6 0 +le7cdh: + inc l ;e7cd 2c , + dec (hl) ;e7ce 35 5 + ld (hl),034h ;e7cf 36 34 6 4 + jr nc,le820h ;e7d1 30 4d 0 M +le7d3h: + ld (l3435h+1),a ;e7d3 32 36 34 2 6 4 + jr nc,$+46 ;e7d6 30 2c 0 , + ld (hl),030h ;e7d8 36 30 6 0 + ld (hl),030h ;e7da 36 30 6 0 +le7dch: + ld b,h ;e7dc 44 D + ld (l3837h+1),a ;e7dd 32 38 38 2 8 8 + jr nc,le80eh ;e7e0 30 2c 0 , + dec (hl) ;e7e2 35 5 + add hl,sp ;e7e3 39 9 + jr nc,le816h ;e7e4 30 30 0 0 + inc l ;e7e6 2c , + ld (l3837h+1),a ;e7e7 32 38 38 2 8 8 + jr nc,$+46 ;e7ea 30 2c 0 , + dec (hl) ;e7ec 35 5 + ld sp,l3637h+2 ;e7ed 31 39 36 1 9 6 +le7f0h: + ld c,l ;e7f0 4d M +le7f1h: + inc sp ;e7f1 33 3 + jr nc,le824h ;e7f2 30 30 0 0 + jr nc,$+46 ;e7f4 30 2c 0 , + ld (hl),030h ;e7f6 36 30 6 0 + ld (l4430h),a ;e7f8 32 30 44 2 0 D + inc sp ;e7fb 33 3 + ld (l3036h),a ;e7fc 32 36 30 2 6 0 + inc l ;e7ff 2c , + dec (hl) ;e800 35 5 + jr c,le839h ;e801 38 36 8 6 + jr nc,$+46 ;e803 30 2c 0 , + inc sp ;e805 33 3 + ld (l3036h),a ;e806 32 36 30 2 6 0 + inc l ;e809 2c , + dec (hl) ;e80a 35 5 + ld sp,l3637h ;e80b 31 37 36 1 7 6 +le80eh: + ld c,l ;e80e 4d M + inc (hl) ;e80f 34 4 + dec (hl) ;e810 35 5 + jr nc,le843h ;e811 30 30 0 0 + inc l ;e813 2c , + ld (hl),032h ;e814 36 32 6 2 +le816h: + ld (l4434h),a ;e816 32 34 44 2 4 D + inc (hl) ;e819 34 4 + dec (hl) ;e81a 35 5 + jr nc,le84dh ;e81b 30 30 0 0 + inc l ;e81d 2c , + dec (hl) ;e81e 35 5 + scf ;e81f 37 7 +le820h: + ld (02c30h),a ;e820 32 30 2c 2 0 , + inc (hl) ;e823 34 4 +le824h: + scf ;e824 37 7 + inc (hl) ;e825 34 4 + jr nc,$+46 ;e826 30 2c 0 , + dec (hl) ;e828 35 5 + scf ;e829 37 7 + jr nc,$+50 ;e82a 30 30 0 0 + inc l ;e82c 2c , + inc (hl) ;e82d 34 4 + scf ;e82e 37 7 + inc (hl) ;e82f 34 4 + jr nc,le85eh ;e830 30 2c 0 , + ld (hl),031h ;e832 36 31 6 1 + add hl,sp ;e834 39 9 + ld (hl),02ch ;e835 36 2c 6 , + inc (hl) ;e837 34 4 + dec (hl) ;e838 35 5 +le839h: + jr nc,$+50 ;e839 30 30 0 0 + inc l ;e83b 2c , + ld (hl),032h ;e83c 36 32 6 2 + ld (l4d32h+2),a ;e83e 32 34 4d 2 4 M + inc (hl) ;e841 34 4 + dec (hl) ;e842 35 5 +le843h: + jr nc,$+50 ;e843 30 30 0 0 + inc l ;e845 2c , + ld (hl),030h ;e846 36 30 6 0 + inc (hl) ;e848 34 4 + inc (hl) ;e849 34 4 + ld b,h ;e84a 44 D + inc (hl) ;e84b 34 4 + scf ;e84c 37 7 +le84dh: + inc (hl) ;e84d 34 4 + jr nc,$+46 ;e84e 30 2c 0 , + ld (hl),030h ;e850 36 30 6 0 + ld (l4d30h),a ;e852 32 30 4d 2 0 M + inc (hl) ;e855 34 4 + dec (hl) ;e856 35 5 + jr nc,$+50 ;e857 30 30 0 0 + inc l ;e859 2c , + dec (hl) ;e85a 35 5 + jr c,le88fh ;e85b 38 32 8 2 + inc (hl) ;e85d 34 4 +le85eh: + ld b,h ;e85e 44 D + inc (hl) ;e85f 34 4 + scf ;e860 37 7 + inc (hl) ;e861 34 4 + jr nc,$+46 ;e862 30 2c 0 , + dec (hl) ;e864 35 5 + jr c,le897h ;e865 38 30 8 0 + jr nc,le8b6h ;e867 30 4d 0 M + inc (hl) ;e869 34 4 + ld (hl),032h ;e86a 36 32 6 2 + jr nc,$+46 ;e86c 30 2c 0 , + ld (hl),032h ;e86e 36 32 6 2 + jr nc,le8a2h ;e870 30 30 0 0 + ld b,h ;e872 44 D + inc (hl) ;e873 34 4 + ld (hl),032h ;e874 36 32 6 2 + jr nc,$+46 ;e876 30 2c 0 , + dec (hl) ;e878 35 5 + jr c,le8adh ;e879 38 32 8 2 + jr nc,le8cah ;e87b 30 4d 0 M + dec (hl) ;e87d 35 5 + ld (03030h),a ;e87e 32 30 30 2 0 0 + inc l ;e881 2c , + ld (hl),031h ;e882 36 31 6 1 + inc (hl) ;e884 34 4 + inc (hl) ;e885 34 4 + ld b,h ;e886 44 D + dec (hl) ;e887 35 5 + ld (03030h),a ;e888 32 30 30 2 0 0 + inc l ;e88b 2c , + dec (hl) ;e88c 35 5 + ld (hl),035h ;e88d 36 35 6 5 +le88fh: + ld (0352ch),a ;e88f 32 2c 35 2 , 5 + inc (hl) ;e892 34 4 + jr nc,$+50 ;e893 30 30 0 0 + inc l ;e895 2c , + dec (hl) ;e896 35 5 +le897h: + ld (hl),033h ;e897 36 33 6 3 + ld (0352ch),a ;e899 32 2c 35 2 , 5 + inc (hl) ;e89c 34 4 + jr nc,le8cfh ;e89d 30 30 0 0 + inc l ;e89f 2c , + ld (hl),031h ;e8a0 36 31 6 1 +le8a2h: + ld (l2c34h),a ;e8a2 32 34 2c 2 4 , + dec (hl) ;e8a5 35 5 + ld (03030h),a ;e8a6 32 30 30 2 0 0 + inc l ;e8a9 2c , + ld (hl),031h ;e8aa 36 31 6 1 + inc (hl) ;e8ac 34 4 +le8adh: + inc (hl) ;e8ad 34 4 + ld c,l ;e8ae 4d M + dec (hl) ;e8af 35 5 + ld (03030h),a ;e8b0 32 30 30 2 0 0 + inc l ;e8b3 2c , + dec (hl) ;e8b4 35 5 + add hl,sp ;e8b5 39 9 +le8b6h: + jr c,le8e8h ;e8b6 38 30 8 0 + ld b,h ;e8b8 44 D + dec (hl) ;e8b9 35 5 + inc (hl) ;e8ba 34 4 + jr nc,$+50 ;e8bb 30 30 0 0 + inc l ;e8bd 2c , + dec (hl) ;e8be 35 5 + add hl,sp ;e8bf 39 9 + ld (hl),030h ;e8c0 36 30 6 0 + ld c,l ;e8c2 4d M + dec (hl) ;e8c3 35 5 + ld (03030h),a ;e8c4 32 30 30 2 0 0 + inc l ;e8c7 2c , + dec (hl) ;e8c8 35 5 + scf ;e8c9 37 7 +le8cah: + ld (hl),030h ;e8ca 36 30 6 0 + ld b,h ;e8cc 44 D + dec (hl) ;e8cd 35 5 + inc (hl) ;e8ce 34 4 +le8cfh: + jr nc,le901h ;e8cf 30 30 0 0 + inc l ;e8d1 2c , + dec (hl) ;e8d2 35 5 + scf ;e8d3 37 7 + inc (hl) ;e8d4 34 4 + jr nc,le924h ;e8d5 30 4d 0 M + dec (hl) ;e8d7 35 5 + inc sp ;e8d8 33 3 + jr nc,le90bh ;e8d9 30 30 0 0 + inc l ;e8db 2c , + ld (hl),031h ;e8dc 36 31 6 1 + ld (l4438h),a ;e8de 32 38 44 2 8 D + dec (hl) ;e8e1 35 5 + inc sp ;e8e2 33 3 + jr nc,$+50 ;e8e3 30 30 0 0 + inc l ;e8e5 2c , + dec (hl) ;e8e6 35 5 + scf ;e8e7 37 7 +le8e8h: + dec (hl) ;e8e8 35 5 + ld (0354dh),a ;e8e9 32 4d 35 2 M 5 + jr c,le91eh ;e8ec 38 30 8 0 + jr nc,le91ch ;e8ee 30 2c 0 , + ld (hl),030h ;e8f0 36 30 6 0 + jr c,le92ch ;e8f2 38 38 8 8 + ld b,h ;e8f4 44 D + dec (hl) ;e8f5 35 5 + jr c,le928h ;e8f6 38 30 8 0 + jr nc,$+46 ;e8f8 30 2c 0 , + dec (hl) ;e8fa 35 5 + dec (hl) ;e8fb 35 5 + add hl,sp ;e8fc 39 9 + ld (hl),02ch ;e8fd 36 2c 6 , + dec (hl) ;e8ff 35 5 + add hl,sp ;e900 39 9 +le901h: + jr c,$+50 ;e901 38 30 8 0 + inc l ;e903 2c , + dec (hl) ;e904 35 5 + dec (hl) ;e905 35 5 + scf ;e906 37 7 + ld (hl),02ch ;e907 36 2c 6 , + dec (hl) ;e909 35 5 + add hl,sp ;e90a 39 9 +le90bh: + jr c,le93dh ;e90b 38 30 8 0 + inc l ;e90d 2c , + ld (hl),030h ;e90e 36 30 6 0 + ld (hl),038h ;e910 36 38 6 8 + inc l ;e912 2c , + dec (hl) ;e913 35 5 + jr c,le946h ;e914 38 30 8 0 + jr nc,$+46 ;e916 30 2c 0 , + ld (hl),030h ;e918 36 30 6 0 + jr c,$+58 ;e91a 38 38 8 8 +le91ch: + ld c,l ;e91c 4d M + dec (hl) ;e91d 35 5 +le91eh: + jr c,le950h ;e91e 38 30 8 0 + jr nc,$+46 ;e920 30 2c 0 , + dec (hl) ;e922 35 5 + add hl,sp ;e923 39 9 +le924h: + ld (l4430h),a ;e924 32 30 44 2 0 D + dec (hl) ;e927 35 5 +le928h: + add hl,sp ;e928 39 9 + jr c,$+50 ;e929 38 30 8 0 + inc l ;e92b 2c , +le92ch: + dec (hl) ;e92c 35 5 + add hl,sp ;e92d 39 9 + jr nc,le960h ;e92e 30 30 0 0 + ld c,l ;e930 4d M + dec (hl) ;e931 35 5 + jr c,le964h ;e932 38 30 8 0 + jr nc,$+46 ;e934 30 2c 0 , + dec (hl) ;e936 35 5 + scf ;e937 37 7 + jr nc,le96ah ;e938 30 30 0 0 + ld b,h ;e93a 44 D + dec (hl) ;e93b 35 5 + add hl,sp ;e93c 39 9 +le93dh: + jr c,$+50 ;e93d 38 30 8 0 + inc l ;e93f 2c , + dec (hl) ;e940 35 5 + ld (hl),038h ;e941 36 38 6 8 + jr nc,le992h ;e943 30 4d 0 M + dec (hl) ;e945 35 5 +le946h: + jr c,le981h ;e946 38 39 8 9 + ld (0362ch),a ;e948 32 2c 36 2 , 6 + jr nc,$+56 ;e94b 30 36 0 6 + jr c,le993h ;e94d 38 44 8 D + dec (hl) ;e94f 35 5 +le950h: + jr c,le98bh ;e950 38 39 8 9 + ld (0352ch),a ;e952 32 2c 35 2 , 5 + ld (hl),039h ;e955 36 39 6 9 + ld (0354dh),a ;e957 32 4d 35 2 M 5 + ld sp,03030h ;e95a 31 30 30 1 0 0 + inc l ;e95d 2c , + ld (hl),036h ;e95e 36 36 6 6 +le960h: + inc (hl) ;e960 34 4 + jr nc,$+70 ;e961 30 44 0 D + dec (hl) ;e963 35 5 +le964h: + inc (hl) ;e964 34 4 + jr nc,le997h ;e965 30 30 0 0 + inc l ;e967 2c , + ld (hl),036h ;e968 36 36 6 6 +le96ah: + jr nc,le99ch ;e96a 30 30 0 0 + ld c,l ;e96c 4d M + dec (hl) ;e96d 35 5 + ld (l3036h),a ;e96e 32 36 30 2 6 0 + inc l ;e971 2c , + ld (hl),036h ;e972 36 36 6 6 + ld (l4430h),a ;e974 32 30 44 2 0 D + dec (hl) ;e977 35 5 + ld (l3036h),a ;e978 32 36 30 2 6 0 + inc l ;e97b 2c , + ld (hl),033h ;e97c 36 33 6 3 + ld (hl),030h ;e97e 36 30 6 0 + ld c,l ;e980 4d M +le981h: + ld sp,l3438h ;e981 31 38 34 1 8 4 + jr nc,le9b2h ;e984 30 2c 0 , + ld (hl),031h ;e986 36 31 6 1 + ld (l4a30h),a ;e988 32 30 4a 2 0 J +le98bh: + inc (hl) ;e98b 34 4 + ld b,h ;e98c 44 D + ld sp,l3438h ;e98d 31 38 34 1 8 4 + jr nc,le9beh ;e990 30 2c 0 , +le992h: + dec (hl) ;e992 35 5 +le993h: + jr c,le9c9h ;e993 38 34 8 4 + jr nc,$+46 ;e995 30 2c 0 , +le997h: + ld sp,l3239h ;e997 31 39 32 1 9 2 + jr nc,$+46 ;e99a 30 2c 0 , +le99ch: + dec (hl) ;e99c 35 5 + jr c,le9d7h ;e99d 38 38 8 8 + jr nc,le9cdh ;e99f 30 2c 0 , + ld sp,l3239h ;e9a1 31 39 32 1 9 2 + jr nc,le9d2h ;e9a4 30 2c 0 , + ld (hl),031h ;e9a6 36 31 6 1 + ld (hl),030h ;e9a8 36 30 6 0 + inc l ;e9aa 2c , + ld sp,l3438h ;e9ab 31 38 34 1 8 4 + jr nc,le9dch ;e9ae 30 2c 0 , + ld (hl),031h ;e9b0 36 31 6 1 +le9b2h: + ld (l4d30h),a ;e9b2 32 30 4d 2 0 M + inc sp ;e9b5 33 3 + jr c,le9e8h ;e9b6 38 30 8 0 + jr nc,le9e6h ;e9b8 30 2c 0 , + dec (hl) ;e9ba 35 5 + ld sp,l3033h+1 ;e9bb 31 34 30 1 4 0 +le9beh: + ld b,h ;e9be 44 D + inc sp ;e9bf 33 3 + jr c,le9f2h ;e9c0 38 30 8 0 + jr nc,$+46 ;e9c2 30 2c 0 , + dec (hl) ;e9c4 35 5 + ld (hl),038h ;e9c5 36 38 6 8 + jr nc,le9f5h ;e9c7 30 2c 0 , +le9c9h: + inc sp ;e9c9 33 3 + add hl,sp ;e9ca 39 9 + ld (hl),030h ;e9cb 36 30 6 0 +le9cdh: + inc l ;e9cd 2c , + dec (hl) ;e9ce 35 5 + ld (hl),036h ;e9cf 36 36 6 6 + inc (hl) ;e9d1 34 4 +le9d2h: + inc l ;e9d2 2c , + inc sp ;e9d3 33 3 + add hl,sp ;e9d4 39 9 + ld (hl),030h ;e9d5 36 30 6 0 +le9d7h: + inc l ;e9d7 2c , + dec (hl) ;e9d8 35 5 + ld sp,l3233h ;e9d9 31 33 32 1 3 2 +le9dch: + ld c,l ;e9dc 4d M + inc (hl) ;e9dd 34 4 + jr nc,lea10h ;e9de 30 30 0 0 + jr nc,$+46 ;e9e0 30 2c 0 , + dec (hl) ;e9e2 35 5 + ld sp,l3233h ;e9e3 31 33 32 1 3 2 +le9e6h: + ld b,h ;e9e6 44 D + inc (hl) ;e9e7 34 4 +le9e8h: + jr nc,lea1ah ;e9e8 30 30 0 0 + jr nc,lea18h ;e9ea 30 2c 0 , + dec (hl) ;e9ec 35 5 + ld (hl),035h ;e9ed 36 35 6 5 + ld (hl),02ch ;e9ef 36 2c 6 , + inc (hl) ;e9f1 34 4 +le9f2h: + ld sp,l3036h ;e9f2 31 36 30 1 6 0 +le9f5h: + inc l ;e9f5 2c , + dec (hl) ;e9f6 35 5 + ld (hl),034h ;e9f7 36 34 6 4 + jr nc,lea27h ;e9f9 30 2c 0 , + inc (hl) ;e9fb 34 4 + ld sp,l3036h ;e9fc 31 36 30 1 6 0 + inc l ;e9ff 2c , + dec (hl) ;ea00 35 5 + ld sp,l3032h ;ea01 31 32 30 1 2 0 + ld c,l ;ea04 4d M + inc sp ;ea05 33 3 + jr c,lea38h ;ea06 38 30 8 0 + jr nc,lea36h ;ea08 30 2c 0 , + dec (hl) ;ea0a 35 5 + inc (hl) ;ea0b 34 4 + ld sp,l4434h+2 ;ea0c 31 36 44 1 6 D + inc sp ;ea0f 33 3 +lea10h: + add hl,sp ;ea10 39 9 +lea11h: + ld (hl),030h ;ea11 36 30 6 0 + inc l ;ea13 2c , + dec (hl) ;ea14 35 5 + inc (hl) ;ea15 34 4 + jr nc,lea4ch ;ea16 30 34 0 4 +lea18h: + ld c,l ;ea18 4d M + inc (hl) ;ea19 34 4 +lea1ah: + jr nc,lea4ch ;ea1a 30 30 0 0 + jr nc,$+46 ;ea1c 30 2c 0 , + dec (hl) ;ea1e 35 5 + inc sp ;ea1f 33 3 + add hl,sp ;ea20 39 9 + ld (hl),044h ;ea21 36 44 6 D + inc (hl) ;ea23 34 4 + ld sp,l3036h ;ea24 31 36 30 1 6 0 +lea27h: + inc l ;ea27 2c , + dec (hl) ;ea28 35 5 + inc sp ;ea29 33 3 + jr c,$+54 ;ea2a 38 34 8 4 + ld c,l ;ea2c 4d M + inc (hl) ;ea2d 34 4 + inc (hl) ;ea2e 34 4 + jr nc,lea61h ;ea2f 30 30 0 0 + inc l ;ea31 2c , + dec (hl) ;ea32 35 5 + ld sp,03830h ;ea33 31 30 38 1 0 8 +lea36h: + ld b,h ;ea36 44 D + inc (hl) ;ea37 34 4 +lea38h: + inc (hl) ;ea38 34 4 + jr nc,lea6bh ;ea39 30 30 0 0 + inc l ;ea3b 2c , + dec (hl) ;ea3c 35 5 + inc sp ;ea3d 33 3 + inc (hl) ;ea3e 34 4 + jr nc,$+46 ;ea3f 30 2c 0 , + inc (hl) ;ea41 34 4 + dec (hl) ;ea42 35 5 + inc (hl) ;ea43 34 4 + jr nc,$+46 ;ea44 30 2c 0 , + dec (hl) ;ea46 35 5 + inc sp ;ea47 33 3 + inc sp ;ea48 33 3 + ld (l342ch),a ;ea49 32 2c 34 2 , 4 +lea4ch: + dec (hl) ;ea4c 35 5 + inc (hl) ;ea4d 34 4 +lea4eh: + jr nc,lea7ch ;ea4e 30 2c 0 , + dec (hl) ;ea50 35 5 + ld sp,03030h ;ea51 31 30 30 1 0 0 + ld c,l ;ea54 4d M + dec (hl) ;ea55 35 5 + inc (hl) ;ea56 34 4 + jr c,lea89h ;ea57 38 30 8 0 + inc l ;ea59 2c , + inc (hl) ;ea5a 34 4 + add hl,sp ;ea5b 39 9 + jr nc,$+50 ;ea5c 30 30 0 0 + ld b,h ;ea5e 44 D + ld (hl),036h ;ea5f 36 36 6 6 +lea61h: + inc (hl) ;ea61 34 4 +lea62h: + jr nc,$+46 ;ea62 30 2c 0 , + inc (hl) ;ea64 34 4 + jr c,$+56 ;ea65 38 36 8 6 + jr nc,$+46 ;ea67 30 2c 0 , +sub_ea69h: + ld (hl),036h ;ea69 36 36 6 6 +lea6bh: + inc (hl) ;ea6b 34 4 + jr nc,$+46 ;ea6c 30 2c 0 , + dec (hl) ;ea6e 35 5 + inc sp ;ea6f 33 3 + inc (hl) ;ea70 34 4 + jr nc,leac0h ;ea71 30 4d 0 M +sub_ea73h: + ld (hl),034h ;ea73 36 34 6 4 + jr nc,$+50 ;ea75 30 30 0 0 + inc l ;ea77 2c , + dec (hl) ;ea78 35 5 +sub_ea79h: + inc sp ;ea79 33 3 + ld (hl),030h ;ea7a 36 30 6 0 +lea7ch: + ld b,h ;ea7c 44 D + ld (hl),034h ;ea7d 36 34 6 4 +sub_ea7fh: + jr nc,leab1h ;ea7f 30 30 0 0 + inc l ;ea81 2c , + inc (hl) ;ea82 34 4 + jr c,leabbh ;ea83 38 36 8 6 + jr c,lead4h ;ea85 38 4d 8 M + ld (hl),031h ;ea87 36 31 6 1 +lea89h: + ld (02c30h),a ;ea89 32 30 2c 2 0 , + inc (hl) ;ea8c 34 4 + jr c,$+58 ;ea8d 38 38 8 8 + jr nc,lead5h ;ea8f 30 44 0 D + ld (hl),031h ;ea91 36 31 6 1 + ld (02c30h),a ;ea93 32 30 2c 2 0 , + dec (hl) ;ea96 35 5 + inc sp ;ea97 33 3 + scf ;ea98 37 7 + ld (hl),04dh ;ea99 36 4d 6 M + dec (hl) ;ea9b 35 5 + jr c,$+52 ;ea9c 38 32 8 2 + jr nc,$+46 ;ea9e 30 2c 0 , + dec (hl) ;eaa0 35 5 + inc sp ;eaa1 33 3 + jr c,leadch ;eaa2 38 38 8 8 + ld b,h ;eaa4 44 D + dec (hl) ;eaa5 35 5 + jr c,$+52 ;eaa6 38 32 8 2 + jr nc,lead6h ;eaa8 30 2c 0 , + inc (hl) ;eaaa 34 4 + jr c,$+59 ;eaab 38 39 8 9 + ld (0354dh),a ;eaad 32 4d 35 2 M 5 + inc (hl) ;eab0 34 4 +leab1h: + jr c,leae3h ;eab1 38 30 8 0 +leab3h: + inc l ;eab3 2c , + inc (hl) ;eab4 34 4 + add hl,sp ;eab5 39 9 + jr nc,leae8h ;eab6 30 30 0 0 + ld b,h ;eab8 44 D + dec (hl) ;eab9 35 5 + inc (hl) ;eaba 34 4 +leabbh: + jr c,leaedh ;eabb 38 30 8 0 + inc l ;eabd 2c , + dec (hl) ;eabe 35 5 + inc (hl) ;eabf 34 4 +leac0h: + ld sp,l4d32h ;eac0 31 32 4d 1 2 M + ld (03830h),a ;eac3 32 30 38 2 0 8 + jr nc,leaf4h ;eac6 30 2c 0 , + inc (hl) ;eac8 34 4 + ld (hl),037h ;eac9 36 37 6 7 + ld (hl),04ah ;eacb 36 4a 6 J + dec (hl) ;eacd 35 5 + ld b,h ;eace 44 D + ld (03830h),a ;eacf 32 30 38 2 0 8 + jr nc,leb00h ;ead2 30 2c 0 , +lead4h: + inc (hl) ;ead4 34 4 +lead5h: + add hl,sp ;ead5 39 9 +lead6h: + ld (02c30h),a ;ead6 32 30 2c 2 0 , + ld (l3834h+2),a ;ead9 32 36 38 2 6 8 +leadch: + jr nc,$+46 ;eadc 30 2c 0 , + dec (hl) ;eade 35 5 + ld (03030h),a ;eadf 32 30 30 2 0 0 + inc l ;eae2 2c , +leae3h: + dec (hl) ;eae3 35 5 + ld sp,l3032h ;eae4 31 32 30 1 2 0 + inc l ;eae7 2c , +leae8h: + dec (hl) ;eae8 35 5 +leae9h: + jr nc,$+56 ;eae9 30 36 0 6 + jr nc,$+46 ;eaeb 30 2c 0 , +leaedh: + dec (hl) ;eaed 35 5 + ld sp,l3032h ;eaee 31 32 30 1 2 0 + inc l ;eaf1 2c , + inc (hl) ;eaf2 34 4 + inc sp ;eaf3 33 3 +leaf4h: + ld (hl),030h ;eaf4 36 30 6 0 + ld c,l ;eaf6 4d M + ld (l3834h+2),a ;eaf7 32 36 38 2 6 8 + jr nc,$+46 ;eafa 30 2c 0 , +leafch: + dec (hl) ;eafc 35 5 + ld (03030h),a ;eafd 32 30 30 2 0 0 +leb00h: + ld b,h ;eb00 44 D + ld (l3834h+2),a ;eb01 32 36 38 2 6 8 + jr nc,$+46 ;eb04 30 2c 0 , + inc (hl) ;eb06 34 4 + inc (hl) ;eb07 34 4 + ld (04d38h),a ;eb08 32 38 4d 2 8 M + ld (l3231h),a ;eb0b 32 31 32 2 1 2 + jr nc,$+46 ;eb0e 30 2c 0 , + inc (hl) ;eb10 34 4 + jr c,leb43h ;eb11 38 30 8 0 + jr nc,leb59h ;eb13 30 44 0 D + ld (l3231h),a ;eb15 32 31 32 2 1 2 + jr nc,$+46 ;eb18 30 2c 0 , + inc (hl) ;eb1a 34 4 + jr c,leb54h ;eb1b 38 37 8 7 + ld (l322ch),a ;eb1d 32 2c 32 2 , 2 + ld (l3032h),a ;eb20 32 32 30 2 2 0 + inc l ;eb23 2c , + inc (hl) ;eb24 34 4 + add hl,sp ;eb25 39 9 + ld (02c30h),a ;eb26 32 30 2c 2 0 , + ld (l3232h),a ;eb29 32 32 32 2 2 2 + jr nc,$+46 ;eb2c 30 2c 0 , + inc (hl) ;eb2e 34 4 + jr c,leb65h ;eb2f 38 34 8 4 + jr nc,$+46 ;eb31 30 2c 0 , + ld (l3231h),a ;eb33 32 31 32 2 1 2 + jr nc,leb64h ;eb36 30 2c 0 , + inc (hl) ;eb38 34 4 + jr c,leb6bh ;eb39 38 30 8 0 + jr nc,$+79 ;eb3b 30 4d 0 M + ld (03832h),a ;eb3d 32 32 38 2 2 8 + jr nc,$+46 ;eb40 30 2c 0 , + inc (hl) ;eb42 34 4 +leb43h: + jr c,$+56 ;eb43 38 36 8 6 + jr nc,$+70 ;eb45 30 44 0 D + ld (03832h),a ;eb47 32 32 38 2 2 8 + jr nc,$+46 ;eb4a 30 2c 0 , + inc (hl) ;eb4c 34 4 + add hl,sp ;eb4d 39 9 + inc (hl) ;eb4e 34 4 + inc (hl) ;eb4f 34 4 + inc l ;eb50 2c , + ld (03833h),a ;eb51 32 33 38 2 3 8 +leb54h: + jr nc,$+46 ;eb54 30 2c 0 , + dec (hl) ;eb56 35 5 + jr nc,leb89h ;eb57 30 30 0 0 +leb59h: + jr nc,$+46 ;eb59 30 2c 0 , + ld (03833h),a ;eb5b 32 33 38 2 3 8 + jr nc,leb8ch ;eb5e 30 2c 0 , + inc (hl) ;eb60 34 4 + add hl,sp ;eb61 39 9 + jr nc,$+50 ;eb62 30 30 0 0 +leb64h: + inc l ;eb64 2c , +leb65h: + ld (03832h),a ;eb65 32 32 38 2 2 8 + jr nc,$+46 ;eb68 30 2c 0 , + inc (hl) ;eb6a 34 4 +leb6bh: + jr c,$+56 ;eb6b 38 36 8 6 + jr nc,$+79 ;eb6d 30 4d 0 M + ld (l3434h),a ;eb6f 32 34 34 2 4 4 + jr nc,$+46 ;eb72 30 2c 0 , + inc (hl) ;eb74 34 4 + add hl,sp ;eb75 39 9 + ld (l4430h),a ;eb76 32 30 44 2 0 D + ld (l3434h),a ;eb79 32 34 34 2 4 4 + jr nc,$+46 ;eb7c 30 2c 0 , + dec (hl) ;eb7e 35 5 + jr nc,$+52 ;eb7f 30 32 0 2 + jr nc,$+46 ;eb81 30 2c 0 , + ld (l3435h+1),a ;eb83 32 36 34 2 6 4 + jr nc,lebb4h ;eb86 30 2c 0 , +leb88h: + dec (hl) ;eb88 35 5 +leb89h: + ld sp,l3032h ;eb89 31 32 30 1 2 0 +leb8ch: + inc l ;eb8c 2c , + ld (l3435h+1),a ;eb8d 32 36 34 2 6 4 + jr nc,lebbeh ;eb90 30 2c 0 , + dec (hl) ;eb92 35 5 + jr nc,lebc5h ;eb93 30 30 0 0 + jr nc,lebc3h ;eb95 30 2c 0 , + ld (l3434h),a ;eb97 32 34 34 2 4 4 + jr nc,$+46 ;eb9a 30 2c 0 , + inc (hl) ;eb9c 34 4 + add hl,sp ;eb9d 39 9 + ld (l4d30h),a ;eb9e 32 30 4d 2 0 M + ld (l3435h+2),a ;eba1 32 37 34 2 7 4 + jr nc,$+46 ;eba4 30 2c 0 , + dec (hl) ;eba6 35 5 + jr nc,lebd9h ;eba7 30 30 0 0 + jr nc,lebefh ;eba9 30 44 0 D + ld (l3435h+2),a ;ebab 32 37 34 2 7 4 + jr nc,$+46 ;ebae 30 2c 0 , + dec (hl) ;ebb0 35 5 + ld sp,l3033h+1 ;ebb1 31 34 30 1 4 0 +lebb4h: + inc l ;ebb4 2c , + inc sp ;ebb5 33 3 +lebb6h: + ld (l3036h),a ;ebb6 32 36 30 2 6 0 + inc l ;ebb9 2c , + dec (hl) ;ebba 35 5 +lebbbh: + ld sp,03830h ;ebbb 31 30 38 1 0 8 +lebbeh: + inc l ;ebbe 2c , + inc sp ;ebbf 33 3 + ld (l3036h),a ;ebc0 32 36 30 2 6 0 +lebc3h: + inc l ;ebc3 2c , + inc (hl) ;ebc4 34 4 +lebc5h: + add hl,sp ;ebc5 39 9 + scf ;ebc6 37 7 + ld (l322ch),a ;ebc7 32 2c 32 2 , 2 + scf ;ebca 37 7 + inc (hl) ;ebcb 34 4 + jr nc,$+46 ;ebcc 30 2c 0 , + dec (hl) ;ebce 35 5 + jr nc,lec01h ;ebcf 30 30 0 0 + jr nc,$+79 ;ebd1 30 4d 0 M + inc sp ;ebd3 33 3 + inc sp ;ebd4 33 3 + inc (hl) ;ebd5 34 4 + jr nc,$+46 ;ebd6 30 2c 0 , + inc (hl) ;ebd8 34 4 +lebd9h: + add hl,sp ;ebd9 39 9 + scf ;ebda 37 7 + ld (l3344h),a ;ebdb 32 44 33 2 D 3 +lebdeh: + inc sp ;ebde 33 3 + inc (hl) ;ebdf 34 4 + jr nc,$+46 ;ebe0 30 2c 0 , + dec (hl) ;ebe2 35 5 + ld sp,03830h ;ebe3 31 30 38 1 0 8 + inc l ;ebe6 2c , + inc sp ;ebe7 33 3 + jr c,$+56 ;ebe8 38 36 8 6 + jr nc,$+46 ;ebea 30 2c 0 , + dec (hl) ;ebec 35 5 + jr nc,lec27h ;ebed 30 38 0 8 +lebefh: + jr nc,lec1dh ;ebef 30 2c 0 , + inc sp ;ebf1 33 3 + jr c,lec2ah ;ebf2 38 36 8 6 + jr nc,$+46 ;ebf4 30 2c 0 , + inc (hl) ;ebf6 34 4 +sub_ebf7h: + add hl,sp ;ebf7 39 9 + inc (hl) ;ebf8 34 4 +lebf9h: + jr c,lec27h ;ebf9 38 2c 8 , +lebfbh: + inc sp ;ebfb 33 3 +lebfch: + inc sp ;ebfc 33 3 + inc (hl) ;ebfd 34 4 + jr nc,$+46 ;ebfe 30 2c 0 , + inc (hl) ;ec00 34 4 +lec01h: + add hl,sp ;ec01 39 9 + scf ;ec02 37 7 + ld (l334dh),a ;ec03 32 4d 33 2 M 3 + add hl,sp ;ec06 39 9 + ld (02c30h),a ;ec07 32 30 2c 2 0 , + inc (hl) ;ec0a 34 4 + add hl,sp ;ec0b 39 9 + inc (hl) ;ec0c 34 4 +sub_ec0dh: + jr c,lec53h ;ec0d 38 44 8 D + inc sp ;ec0f 33 3 + add hl,sp ;ec10 39 9 + ld (02c30h),a ;ec11 32 30 2c 2 0 , + dec (hl) ;ec14 35 5 +lec15h: + jr nc,$+58 ;ec15 30 38 0 8 + jr nc,$+46 ;ec17 30 2c 0 , + inc (hl) ;ec19 34 4 + inc (hl) ;ec1a 34 4 + ld (hl),030h ;ec1b 36 30 6 0 +lec1dh: + inc l ;ec1d 2c , + dec (hl) ;ec1e 35 5 + jr nc,lec55h ;ec1f 30 34 0 4 + jr c,$+46 ;ec21 38 2c 8 , + inc (hl) ;ec23 34 4 + inc (hl) ;ec24 34 4 + ld (hl),030h ;ec25 36 30 6 0 +lec27h: + inc l ;ec27 2c , + inc (hl) ;ec28 34 4 + add hl,sp ;ec29 39 9 +lec2ah: + ld (l2c34h),a ;ec2a 32 34 2c 2 4 , + inc sp ;ec2d 33 3 + add hl,sp ;ec2e 39 9 + ld (02c30h),a ;ec2f 32 30 2c 2 0 , + inc (hl) ;ec32 34 4 + add hl,sp ;ec33 39 9 + inc (hl) ;ec34 34 4 + jr c,lec84h ;ec35 38 4d 8 M + inc (hl) ;ec37 34 4 + dec (hl) ;ec38 35 5 +sub_ec39h: + ld (02c30h),a ;ec39 32 30 2c 2 0 , + inc (hl) ;ec3c 34 4 +sub_ec3dh: + add hl,sp ;ec3d 39 9 + ld (l4434h),a ;ec3e 32 34 44 2 4 D + inc (hl) ;ec41 34 4 + dec (hl) ;ec42 35 5 + ld (02c30h),a ;ec43 32 30 2c 2 0 , + dec (hl) ;ec46 35 5 + jr nc,lec7dh ;ec47 30 34 0 4 + jr c,$+46 ;ec49 38 2c 8 , + dec (hl) ;ec4b 35 5 + jr nc,lec84h ;ec4c 30 36 0 6 +sub_ec4eh: + jr nc,$+46 ;ec4e 30 2c 0 , + dec (hl) ;ec50 35 5 +sub_ec51h: + jr nc,$+52 ;ec51 30 32 0 2 +lec53h: + jr nc,$+46 ;ec53 30 2c 0 , +lec55h: + dec (hl) ;ec55 35 5 + jr nc,lec8eh ;ec56 30 36 0 6 + jr nc,lec86h ;ec58 30 2c 0 , + inc (hl) ;ec5a 34 4 + add hl,sp ;ec5b 39 9 + jr nc,lec8eh ;ec5c 30 30 0 0 + inc l ;ec5e 2c , + inc (hl) ;ec5f 34 4 + dec (hl) ;ec60 35 5 + ld (02c30h),a ;ec61 32 30 2c 2 0 , +sub_ec64h: + inc (hl) ;ec64 34 4 + add hl,sp ;ec65 39 9 + ld (l4d32h+2),a ;ec66 32 34 4d 2 4 M + ld (l3231h),a ;ec69 32 31 32 2 1 2 + jr nc,$+46 ;ec6c 30 2c 0 , + inc (hl) ;ec6e 34 4 + ld (hl),032h ;ec6f 36 32 6 2 + jr c,lecb7h ;ec71 38 44 8 D + ld (l3231h),a ;ec73 32 31 32 2 1 2 + jr nc,leca4h ;ec76 30 2c 0 , + inc (hl) ;ec78 34 4 + scf ;ec79 37 7 + inc (hl) ;ec7a 34 4 + jr nc,$+46 ;ec7b 30 2c 0 , +lec7dh: + ld (l3232h),a ;ec7d 32 32 32 2 2 2 + jr nc,$+46 ;ec80 30 2c 0 , + inc (hl) ;ec82 34 4 + scf ;ec83 37 7 +lec84h: + jr c,lecb6h ;ec84 38 30 8 0 +lec86h: + inc l ;ec86 2c , + ld (l3232h),a ;ec87 32 32 32 2 2 2 + jr nc,$+46 ;ec8a 30 2c 0 , + inc (hl) ;ec8c 34 4 + dec (hl) ;ec8d 35 5 +lec8eh: + inc (hl) ;ec8e 34 4 + jr c,lecdeh ;ec8f 38 4d 8 M + ld (l3631h),a ;ec91 32 31 36 2 1 6 + jr nc,$+46 ;ec94 30 2c 0 , + inc (hl) ;ec96 34 4 + scf ;ec97 37 7 + inc (hl) ;ec98 34 4 + jr c,$+70 ;ec99 38 44 8 D + ld (l3631h),a ;ec9b 32 31 36 2 1 6 +sub_ec9eh: + jr nc,$+46 ;ec9e 30 2c 0 , + inc (hl) ;eca0 34 4 + dec (hl) ;eca1 35 5 + jr c,lecdch ;eca2 38 38 8 8 +leca4h: + ld c,l ;eca4 4d M + ld (03832h),a ;eca5 32 32 38 2 2 8 + jr nc,$+46 ;eca8 30 2c 0 , + inc (hl) ;ecaa 34 4 + dec (hl) ;ecab 35 5 + ld (l4434h),a ;ecac 32 34 44 2 4 D + ld (03832h),a ;ecaf 32 32 38 2 2 8 + jr nc,$+46 ;ecb2 30 2c 0 , + inc (hl) ;ecb4 34 4 + scf ;ecb5 37 7 +lecb6h: + add hl,sp ;ecb6 39 9 +lecb7h: + ld (l322ch),a ;ecb7 32 2c 32 2 , 2 + inc sp ;ecba 33 3 + jr c,$+50 ;ecbb 38 30 8 0 + inc l ;ecbd 2c , + inc (hl) ;ecbe 34 4 + jr c,lecf3h ;ecbf 38 32 8 2 + jr c,$+46 ;ecc1 38 2c 8 , + ld (03833h),a ;ecc3 32 33 38 2 3 8 + jr nc,$+46 ;ecc6 30 2c 0 , + inc (hl) ;ecc8 34 4 + dec (hl) ;ecc9 35 5 + ld sp,l4d32h ;ecca 31 32 4d 1 2 M + ld (l3233h),a ;eccd 32 33 32 2 3 2 + jr nc,$+46 ;ecd0 30 2c 0 , + inc (hl) ;ecd2 34 4 + jr c,led05h ;ecd3 38 30 8 0 + jr nc,led1bh ;ecd5 30 44 0 D + ld (l3233h),a ;ecd7 32 33 32 2 3 2 + jr nc,led08h ;ecda 30 2c 0 , +lecdch: + inc (hl) ;ecdc 34 4 + dec (hl) ;ecdd 35 5 +lecdeh: + ld sp,l4d32h ;ecde 31 32 4d 1 2 M +sub_ece1h: + ld (l3434h),a ;ece1 32 34 34 2 4 4 + jr nc,$+46 ;ece4 30 2c 0 , + inc (hl) ;ece6 34 4 + dec (hl) ;ece7 35 5 + jr nc,led1ah ;ece8 30 30 0 0 + ld b,h ;ecea 44 D + ld (l3434h),a ;eceb 32 34 34 2 4 4 + jr nc,$+46 ;ecee 30 2c 0 , + inc (hl) ;ecf0 34 4 + jr c,led27h ;ecf1 38 34 8 4 +lecf3h: + jr nc,$+46 ;ecf3 30 2c 0 , + ld (l3435h+1),a ;ecf5 32 36 34 2 6 4 + jr nc,led26h ;ecf8 30 2c 0 , + inc (hl) ;ecfa 34 4 + add hl,sp ;ecfb 39 9 + ld (02c30h),a ;ecfc 32 30 2c 2 0 , +sub_ecffh: + ld (l3435h+1),a ;ecff 32 36 34 2 6 4 + jr nc,$+46 ;ed02 30 2c 0 , + inc (hl) ;ed04 34 4 +led05h: + inc (hl) ;ed05 34 4 + inc (hl) ;ed06 34 4 + inc (hl) ;ed07 34 4 +led08h: + ld c,l ;ed08 4d M + ld (l3834h),a ;ed09 32 34 38 2 4 8 + jr nc,$+46 ;ed0c 30 2c 0 , + inc (hl) ;ed0e 34 4 + jr c,led46h ;ed0f 38 35 8 5 + ld (l3244h),a ;ed11 32 44 32 2 D 2 + inc (hl) ;ed14 34 4 + jr c,$+50 ;ed15 38 30 8 0 +sub_ed17h: + inc l ;ed17 2c , + inc (hl) ;ed18 34 4 + inc (hl) ;ed19 34 4 +led1ah: + add hl,sp ;ed1a 39 9 +led1bh: + ld (hl),04dh ;ed1b 36 4d 6 M + ld (l3435h+2),a ;ed1d 32 37 34 2 7 4 + jr nc,$+46 ;ed20 30 2c 0 , + inc (hl) ;ed22 34 4 + inc (hl) ;ed23 34 4 + jr nc,led56h ;ed24 30 30 0 0 +led26h: + ld b,h ;ed26 44 D +led27h: + ld (l3435h+2),a ;ed27 32 37 34 2 7 4 + jr nc,led58h ;ed2a 30 2c 0 , + inc (hl) ;ed2c 34 4 + add hl,sp ;ed2d 39 9 + ld (02c30h),a ;ed2e 32 30 2c 2 0 , + inc sp ;ed31 33 3 + ld (l3037h+1),a ;ed32 32 38 30 2 8 0 + inc l ;ed35 2c , + inc (hl) ;ed36 34 4 + jr c,led72h ;ed37 38 39 8 9 + ld (0332ch),a ;ed39 32 2c 33 2 , 3 + ld (l3037h+1),a ;ed3c 32 38 30 2 8 0 + inc l ;ed3f 2c , + inc (hl) ;ed40 34 4 + inc sp ;ed41 33 3 + ld (l4d30h),a ;ed42 32 30 4d 2 0 M + inc sp ;ed45 33 3 +led46h: + ld (l3033h+1),a ;ed46 32 34 30 2 4 0 + inc l ;ed49 2c , + inc (hl) ;ed4a 34 4 + jr c,led86h ;ed4b 38 39 8 9 + ld (l3344h),a ;ed4d 32 44 33 2 D 3 + ld (l3033h+1),a ;ed50 32 34 30 2 4 0 + inc l ;ed53 2c , + inc (hl) ;ed54 34 4 + inc sp ;ed55 33 3 +led56h: + ld (hl),030h ;ed56 36 30 6 0 +led58h: + inc l ;ed58 2c , + inc sp ;ed59 33 3 + ld (l3037h+1),a ;ed5a 32 38 30 2 8 0 + inc l ;ed5d 2c , + inc (hl) ;ed5e 34 4 + inc sp ;ed5f 33 3 + ld (02c30h),a ;ed60 32 30 2c 2 0 , + inc sp ;ed63 33 3 + inc sp ;ed64 33 3 + inc (hl) ;ed65 34 4 + jr nc,$+46 ;ed66 30 2c 0 , + inc (hl) ;ed68 34 4 + inc sp ;ed69 33 3 + ld (02c30h),a ;ed6a 32 30 2c 2 0 , + inc sp ;ed6d 33 3 + inc sp ;ed6e 33 3 + inc (hl) ;ed6f 34 4 + jr nc,led9eh ;ed70 30 2c 0 , +led72h: + inc (hl) ;ed72 34 4 + jr c,ledaeh ;ed73 38 39 8 9 + ld (0332ch),a ;ed75 32 2c 33 2 , 3 + jr c,ledb0h ;ed78 38 36 8 6 + jr nc,$+46 ;ed7a 30 2c 0 , + inc (hl) ;ed7c 34 4 + jr c,ledb5h ;ed7d 38 36 8 6 + jr c,$+46 ;ed7f 38 2c 8 , + inc sp ;ed81 33 3 + jr c,$+56 ;ed82 38 36 8 6 + jr nc,$+46 ;ed84 30 2c 0 , +led86h: + inc (hl) ;ed86 34 4 + inc sp ;ed87 33 3 + ld (l4d30h),a ;ed88 32 30 4d 2 0 M + inc sp ;ed8b 33 3 + jr c,$+52 ;ed8c 38 32 8 2 + jr nc,$+46 ;ed8e 30 2c 0 , + inc (hl) ;ed90 34 4 + jr c,ledc9h ;ed91 38 36 8 6 + jr c,ledd9h ;ed93 38 44 8 D + inc sp ;ed95 33 3 + jr c,$+52 ;ed96 38 32 8 2 + jr nc,ledc6h ;ed98 30 2c 0 , + inc (hl) ;ed9a 34 4 + inc sp ;ed9b 33 3 + ld (hl),030h ;ed9c 36 30 6 0 +led9eh: + inc l ;ed9e 2c , + inc sp ;ed9f 33 3 + jr c,$+56 ;eda0 38 36 8 6 + jr nc,$+46 ;eda2 30 2c 0 , + inc (hl) ;eda4 34 4 + inc sp ;eda5 33 3 + ld (02c30h),a ;eda6 32 30 2c 2 0 , + inc sp ;eda9 33 3 + add hl,sp ;edaa 39 9 + ld (02c30h),a ;edab 32 30 2c 2 0 , +ledaeh: + inc (hl) ;edae 34 4 + inc sp ;edaf 33 3 +ledb0h: + ld (02c30h),a ;edb0 32 30 2c 2 0 , + inc sp ;edb3 33 3 + add hl,sp ;edb4 39 9 +ledb5h: + ld (02c30h),a ;edb5 32 30 2c 2 0 , + inc (hl) ;edb8 34 4 + jr c,ledf1h ;edb9 38 36 8 6 + jr c,sub_ede9h ;edbb 38 2c 8 , + inc (hl) ;edbd 34 4 + inc (hl) ;edbe 34 4 + ld (hl),030h ;edbf 36 30 6 0 + inc l ;edc1 2c , + inc (hl) ;edc2 34 4 + jr c,ledf9h ;edc3 38 34 8 4 + inc (hl) ;edc5 34 4 +ledc6h: + inc l ;edc6 2c , + inc (hl) ;edc7 34 4 + inc (hl) ;edc8 34 4 +ledc9h: + ld (hl),030h ;edc9 36 30 6 0 + inc l ;edcb 2c , + inc (hl) ;edcc 34 4 + inc sp ;edcd 33 3 + ld (l4d30h),a ;edce 32 30 4d 2 0 M + inc (hl) ;edd1 34 4 + inc (hl) ;edd2 34 4 + ld (02c30h),a ;edd3 32 30 2c 2 0 , + inc (hl) ;edd6 34 4 + jr c,lee0dh ;edd7 38 34 8 4 +ledd9h: + inc (hl) ;edd9 34 4 + ld b,h ;edda 44 D + inc (hl) ;eddb 34 4 + inc (hl) ;eddc 34 4 + ld (02c30h),a ;eddd 32 30 2c 2 0 , + inc (hl) ;ede0 34 4 + inc sp ;ede1 33 3 + ld (hl),030h ;ede2 36 30 6 0 + inc l ;ede4 2c , + inc (hl) ;ede5 34 4 + inc (hl) ;ede6 34 4 + ld (hl),030h ;ede7 36 30 6 0 +sub_ede9h: + inc l ;ede9 2c , + inc (hl) ;edea 34 4 + inc sp ;edeb 33 3 + ld (02c30h),a ;edec 32 30 2c 2 0 , + inc (hl) ;edef 34 4 + dec (hl) ;edf0 35 5 +ledf1h: + ld (02c30h),a ;edf1 32 30 2c 2 0 , + inc (hl) ;edf4 34 4 + inc sp ;edf5 33 3 + ld (02c30h),a ;edf6 32 30 2c 2 0 , +ledf9h: + inc (hl) ;edf9 34 4 + dec (hl) ;edfa 35 5 + ld (02c30h),a ;edfb 32 30 2c 2 0 , + inc (hl) ;edfe 34 4 + jr c,lee35h ;edff 38 34 8 4 + inc (hl) ;ee01 34 4 + inc l ;ee02 2c , +sub_ee03h: + dec (hl) ;ee03 35 5 + jr nc,lee3eh ;ee04 30 38 0 8 + jr nc,lee34h ;ee06 30 2c 0 , + inc (hl) ;ee08 34 4 + jr c,$+52 ;ee09 38 32 8 2 + jr nc,lee39h ;ee0b 30 2c 0 , +lee0dh: + dec (hl) ;ee0d 35 5 + jr nc,lee48h ;ee0e 30 38 0 8 + jr nc,lee3eh ;ee10 30 2c 0 , + inc (hl) ;ee12 34 4 + inc sp ;ee13 33 3 + ld (hl),030h ;ee14 36 30 6 0 + ld c,l ;ee16 4d M + dec (hl) ;ee17 35 5 + jr nc,lee4eh ;ee18 30 34 0 4 + jr nc,lee48h ;ee1a 30 2c 0 , + inc (hl) ;ee1c 34 4 + jr c,$+52 ;ee1d 38 32 8 2 + jr nc,$+70 ;ee1f 30 44 0 D + dec (hl) ;ee21 35 5 + jr nc,lee58h ;ee22 30 34 0 4 + jr nc,lee52h ;ee24 30 2c 0 , + inc (hl) ;ee26 34 4 + inc (hl) ;ee27 34 4 + jr nc,lee5ah ;ee28 30 30 0 0 + inc l ;ee2a 2c , + dec (hl) ;ee2b 35 5 + jr nc,$+58 ;ee2c 30 38 0 8 + jr nc,lee5ch ;ee2e 30 2c 0 , + inc (hl) ;ee30 34 4 + inc sp ;ee31 33 3 + ld (hl),030h ;ee32 36 30 6 0 +lee34h: + inc l ;ee34 2c , +lee35h: + dec (hl) ;ee35 35 5 + ld sp,l3032h ;ee36 31 32 30 1 2 0 +lee39h: + inc l ;ee39 2c , + inc (hl) ;ee3a 34 4 + inc sp ;ee3b 33 3 + ld (hl),030h ;ee3c 36 30 6 0 +lee3eh: + ld c,l ;ee3e 4d M + inc (hl) ;ee3f 34 4 + add hl,sp ;ee40 39 9 + ld (02c30h),a ;ee41 32 30 2c 2 0 , + inc (hl) ;ee44 34 4 + jr c,$+52 ;ee45 38 32 8 2 + inc (hl) ;ee47 34 4 +lee48h: + ld b,h ;ee48 44 D + inc (hl) ;ee49 34 4 + ld (hl),038h ;ee4a 36 38 6 8 + jr nc,lee7ah ;ee4c 30 2c 0 , +lee4eh: + inc (hl) ;ee4e 34 4 + scf ;ee4f 37 7 + jr c,lee82h ;ee50 38 30 8 0 +lee52h: + inc l ;ee52 2c , + inc (hl) ;ee53 34 4 + ld (hl),038h ;ee54 36 38 6 8 + jr nc,$+46 ;ee56 30 2c 0 , +lee58h: + inc (hl) ;ee58 34 4 + dec (hl) ;ee59 35 5 +lee5ah: + ld (hl),030h ;ee5a 36 30 6 0 +lee5ch: + ld c,l ;ee5c 4d M + ld sp,l3036h ;ee5d 31 36 30 1 6 0 + jr nc,$+46 ;ee60 30 2c 0 , + inc (hl) ;ee62 34 4 + add hl,sp ;ee63 39 9 + ld (l4430h),a ;ee64 32 30 44 2 0 D + ld sp,l3036h ;ee67 31 36 30 1 6 0 + jr nc,lee98h ;ee6a 30 2c 0 , + ld (hl),037h ;ee6c 36 37 6 7 + ld (02c30h),a ;ee6e 32 30 2c 2 0 , + ld sp,l3435h+1 ;ee71 31 36 34 1 6 4 + jr nc,$+46 ;ee74 30 2c 0 , + ld (hl),037h ;ee76 36 37 6 7 + ld (hl),030h ;ee78 36 30 6 0 +lee7ah: + inc l ;ee7a 2c , + ld sp,l3438h ;ee7b 31 38 34 1 8 4 + jr nc,leeach ;ee7e 30 2c 0 , + ld (hl),037h ;ee80 36 37 6 7 +lee82h: + inc (hl) ;ee82 34 4 + jr nc,$+46 ;ee83 30 2c 0 , + ld sp,l3438h ;ee85 31 38 34 1 8 4 + jr nc,leeb6h ;ee88 30 2c 0 , + ld (hl),034h ;ee8a 36 34 6 4 + dec (hl) ;ee8c 35 5 + ld (l314dh),a ;ee8d 32 4d 31 2 M 1 + scf ;ee90 37 7 + jr c,$+50 ;ee91 38 30 8 0 + inc l ;ee93 2c , + dec (hl) ;ee94 35 5 + add hl,sp ;ee95 39 9 + ld (hl),030h ;ee96 36 30 6 0 +lee98h: + ld b,h ;ee98 44 D + ld sp,l3837h ;ee99 31 37 38 1 7 8 + jr nc,leecah ;ee9c 30 2c 0 , + inc (hl) ;ee9e 34 4 + jr c,leedah ;ee9f 38 39 8 9 + ld (l314dh),a ;eea1 32 4d 31 2 M 1 + ld (hl),034h ;eea4 36 34 6 4 + jr nc,leed4h ;eea6 30 2c 0 , + inc (hl) ;eea8 34 4 + add hl,sp ;eea9 39 9 + jr nc,$+50 ;eeaa 30 30 0 0 +leeach: + ld b,h ;eeac 44 D + ld sp,l3435h+1 ;eead 31 36 34 1 6 4 + jr nc,$+46 ;eeb0 30 2c 0 , + ld (hl),037h ;eeb2 36 37 6 7 + ld (hl),030h ;eeb4 36 30 6 0 +leeb6h: + ld c,l ;eeb6 4d M + ld sp,l3036h ;eeb7 31 36 30 1 6 0 + jr nc,$+46 ;eeba 30 2c 0 , + ld (hl),036h ;eebc 36 36 6 6 + inc (hl) ;eebe 34 4 + jr nc,$+70 ;eebf 30 44 0 D + ld sp,l3435h+1 ;eec1 31 36 34 1 6 4 + jr nc,$+46 ;eec4 30 2c 0 , + ld (hl),036h ;eec6 36 36 6 6 + jr c,leefah ;eec8 38 30 8 0 +leecah: + inc l ;eeca 2c , + ld sp,l3438h ;eecb 31 38 34 1 8 4 + jr nc,leefch ;eece 30 2c 0 , + ld (hl),036h ;eed0 36 36 6 6 + ld (hl),030h ;eed2 36 30 6 0 +leed4h: + ld c,l ;eed4 4d M + ld sp,l3037h+1 ;eed5 31 38 30 1 8 0 + jr nc,lef06h ;eed8 30 2c 0 , +leedah: + scf ;eeda 37 7 + jr nc,$+58 ;eedb 30 38 0 8 + jr nc,lef23h ;eedd 30 44 0 D + ld sp,l3037h+1 ;eedf 31 38 30 1 8 0 + jr nc,lef10h ;eee2 30 2c 0 , + ld (hl),037h ;eee4 36 37 6 7 + dec (hl) ;eee6 35 5 + ld (l344dh),a ;eee7 32 4d 34 2 M 4 + jr c,$+58 ;eeea 38 38 8 8 + jr nc,$+46 ;eeec 30 2c 0 , + dec (hl) ;eeee 35 5 + ld (hl),038h ;eeef 36 38 6 8 + jr nc,lef3dh ;eef1 30 4a 0 J + ld (hl),044h ;eef3 36 44 6 D + inc (hl) ;eef5 34 4 + inc sp ;eef6 33 3 + ld (hl),030h ;eef7 36 30 6 0 + inc l ;eef9 2c , +leefah: + dec (hl) ;eefa 35 5 +sub_eefbh: + scf ;eefb 37 7 +leefch: + inc (hl) ;eefc 34 4 + jr nc,$+46 ;eefd 30 2c 0 , + inc (hl) ;eeff 34 4 + inc sp ;ef00 33 3 + ld (hl),030h ;ef01 36 30 6 0 + inc l ;ef03 2c , + ld (hl),032h ;ef04 36 32 6 2 +lef06h: + inc (hl) ;ef06 34 4 + jr nc,$+46 ;ef07 30 2c 0 , + inc (hl) ;ef09 34 4 + jr c,$+58 ;ef0a 38 38 8 8 + jr nc,lef3ah ;ef0c 30 2c 0 , + ld (hl),031h ;ef0e 36 31 6 1 +lef10h: + jr c,lef42h ;ef10 38 30 8 0 + inc l ;ef12 2c , + inc (hl) ;ef13 34 4 + jr c,$+58 ;ef14 38 38 8 8 + jr nc,$+46 ;ef16 30 2c 0 , + dec (hl) ;ef18 35 5 + ld (hl),038h ;ef19 36 38 6 8 + jr nc,lef6ah ;ef1b 30 4d 0 M + dec (hl) ;ef1d 35 5 + dec (hl) ;ef1e 35 5 + jr nc,lef51h ;ef1f 30 30 0 0 + inc l ;ef21 2c , + dec (hl) ;ef22 35 5 +lef23h: + ld (hl),032h ;ef23 36 32 6 2 + jr nc,$+70 ;ef25 30 44 0 D + dec (hl) ;ef27 35 5 + jr nc,lef62h ;ef28 30 38 0 8 + jr nc,lef58h ;ef2a 30 2c 0 , + dec (hl) ;ef2c 35 5 + ld (hl),036h ;ef2d 36 36 6 6 + jr nc,$+46 ;ef2f 30 2c 0 , + dec (hl) ;ef31 35 5 + jr nc,lef6ch ;ef32 30 38 0 8 + jr nc,lef62h ;ef34 30 2c 0 , + ld (hl),031h ;ef36 36 31 6 1 + ld (hl),030h ;ef38 36 30 6 0 +lef3ah: + inc l ;ef3a 2c , + dec (hl) ;ef3b 35 5 + dec (hl) ;ef3c 35 5 +lef3dh: + jr nc,lef6fh ;ef3d 30 30 0 0 + inc l ;ef3f 2c , + ld (hl),031h ;ef40 36 31 6 1 +lef42h: + ld sp,l2c32h ;ef42 31 32 2c 1 2 , + dec (hl) ;ef45 35 5 + dec (hl) ;ef46 35 5 + jr nc,lef79h ;ef47 30 30 0 0 + inc l ;ef49 2c , + dec (hl) ;ef4a 35 5 + ld (hl),032h ;ef4b 36 32 6 2 + jr nc,lef9ch ;ef4d 30 4d 0 M + ld (hl),030h ;ef4f 36 30 6 0 +lef51h: + ld (hl),030h ;ef51 36 30 6 0 + inc l ;ef53 2c , + dec (hl) ;ef54 35 5 + dec (hl) ;ef55 35 5 + ld (hl),038h ;ef56 36 38 6 8 +lef58h: + ld b,h ;ef58 44 D + dec (hl) ;ef59 35 5 + ld (hl),038h ;ef5a 36 38 6 8 + jr nc,$+46 ;ef5c 30 2c 0 , + dec (hl) ;ef5e 35 5 + ld (hl),030h ;ef5f 36 30 6 0 + inc (hl) ;ef61 34 4 +lef62h: + inc l ;ef62 2c , + dec (hl) ;ef63 35 5 + ld (hl),038h ;ef64 36 38 6 8 + jr nc,lef94h ;ef66 30 2c 0 , + ld (hl),031h ;ef68 36 31 6 1 +lef6ah: + jr nc,lef9ch ;ef6a 30 30 0 0 +lef6ch: + inc l ;ef6c 2c , + ld (hl),030h ;ef6d 36 30 6 0 +lef6fh: + ld (hl),030h ;ef6f 36 30 6 0 + inc l ;ef71 2c , + ld (hl),030h ;ef72 36 30 6 0 + ld (hl),030h ;ef74 36 30 6 0 + inc l ;ef76 2c , + ld (hl),030h ;ef77 36 30 6 0 +lef79h: + ld (hl),030h ;ef79 36 30 6 0 + inc l ;ef7b 2c , + dec (hl) ;ef7c 35 5 + dec (hl) ;ef7d 35 5 + ld (hl),038h ;ef7e 36 38 6 8 + ld c,l ;ef80 4d M + ld (hl),034h ;ef81 36 34 6 4 + jr c,lefb5h ;ef83 38 30 8 0 + inc l ;ef85 2c , + ld (hl),031h ;ef86 36 31 6 1 + inc (hl) ;ef88 34 4 + jr nc,$+70 ;ef89 30 44 0 D + ld (hl),034h ;ef8b 36 34 6 4 + ld (02c30h),a ;ef8d 32 30 2c 2 0 , + ld (hl),030h ;ef90 36 30 6 0 + ld (hl),030h ;ef92 36 30 6 0 +lef94h: + inc l ;ef94 2c , + inc sp ;ef95 33 3 + add hl,sp ;ef96 39 9 + ld (hl),030h ;ef97 36 30 6 0 + inc l ;ef99 2c , + ld (hl),033h ;ef9a 36 33 6 3 +lef9ch: + ld (02c30h),a ;ef9c 32 30 2c 2 0 , + inc sp ;ef9f 33 3 + scf ;efa0 37 7 + inc (hl) ;efa1 34 4 + jr nc,lefd0h ;efa2 30 2c 0 , + ld (hl),032h ;efa4 36 32 6 2 + inc (hl) ;efa6 34 4 + jr nc,lefd5h ;efa7 30 2c 0 , + inc sp ;efa9 33 3 +sub_efaah: + scf ;efaa 37 7 + ld (02c30h),a ;efab 32 30 2c 2 0 , + ld (hl),032h ;efae 36 32 6 2 + jr c,lefe2h ;efb0 38 30 8 0 + inc l ;efb2 2c , + inc sp ;efb3 33 3 + add hl,sp ;efb4 39 9 +lefb5h: + ld (hl),030h ;efb5 36 30 6 0 + inc l ;efb7 2c , + ld (hl),033h ;efb8 36 33 6 3 + jr c,lefech ;efba 38 30 8 0 + inc l ;efbc 2c , + ld (hl),034h ;efbd 36 34 6 4 + inc (hl) ;efbf 34 4 + jr nc,lefeeh ;efc0 30 2c 0 , + ld (hl),031h ;efc2 36 31 6 1 + jr nc,leff6h ;efc4 30 30 0 0 + ld c,l ;efc6 4d M + inc (hl) ;efc7 34 4 + ld (hl),038h ;efc8 36 38 6 8 + jr nc,leff8h ;efca 30 2c 0 , + dec (hl) ;efcc 35 5 + scf ;efcd 37 7 + jr nc,lf000h ;efce 30 30 0 0 +lefd0h: + ld c,d ;efd0 4a J + jr c,$+70 ;efd1 38 44 8 D + ld (hl),033h ;efd3 36 33 6 3 +lefd5h: + ld (02c30h),a ;efd5 32 30 2c 2 0 , + dec (hl) ;efd8 35 5 + dec (hl) ;efd9 35 5 + inc (hl) ;efda 34 4 + jr nc,$+46 ;efdb 30 2c 0 , + ld (hl),037h ;efdd 36 37 6 7 + ld (02c30h),a ;efdf 32 30 2c 2 0 , +lefe2h: + dec (hl) ;efe2 35 5 + inc (hl) ;efe3 34 4 + jr nc,lf016h ;efe4 30 30 0 0 + inc l ;efe6 2c , + dec (hl) ;efe7 35 5 + ld sp,l3032h ;efe8 31 32 30 1 2 0 + inc l ;efeb 2c , +lefech: + dec (hl) ;efec 35 5 + dec (hl) ;efed 35 5 +lefeeh: + ld (02c30h),a ;efee 32 30 2c 2 0 , + inc (hl) ;eff1 34 4 + ld (hl),038h ;eff2 36 38 6 8 + jr nc,lf022h ;eff4 30 2c 0 , +leff6h: + dec (hl) ;eff6 35 5 + scf ;eff7 37 7 +leff8h: + jr nc,$+50 ;eff8 30 30 0 0 + ld c,l ;effa 4d M + ld (l3432h),a ;effb 32 32 34 2 2 4 + jr nc,$+46 ;effe 30 2c 0 , +lf000h: + dec (hl) ;f000 35 5 + scf ;f001 37 7 + ld (hl),030h ;f002 36 30 6 0 + ld b,h ;f004 44 D + ld sp,l3439h ;f005 31 39 34 1 9 4 + jr nc,lf036h ;f008 30 2c 0 , + dec (hl) ;f00a 35 5 + ld (hl),030h ;f00b 36 30 6 0 + jr nc,$+46 ;f00d 30 2c 0 , + ld (03431h),a ;f00f 32 31 34 2 1 4 + jr nc,lf040h ;f012 30 2c 0 , + dec (hl) ;f014 35 5 + add hl,sp ;f015 39 9 +lf016h: + jr nc,lf048h ;f016 30 30 0 0 + inc l ;f018 2c , + ld (l3631h+1),a ;f019 32 32 36 2 2 6 + jr nc,lf04ah ;f01c 30 2c 0 , + dec (hl) ;f01e 35 5 + add hl,sp ;f01f 39 9 + ld (hl),030h ;f020 36 30 6 0 +lf022h: + inc l ;f022 2c , + ld (l3033h+1),a ;f023 32 34 30 2 4 0 + jr nc,lf054h ;f026 30 2c 0 , + dec (hl) ;f028 35 5 + jr c,$+50 ;f029 38 30 8 0 + jr nc,$+46 ;f02b 30 2c 0 , + ld (l3432h),a ;f02d 32 32 34 2 2 4 + jr nc,lf05eh ;f030 30 2c 0 , + dec (hl) ;f032 35 5 + scf ;f033 37 7 + ld (hl),030h ;f034 36 30 6 0 +lf036h: + inc l ;f036 2c , + ld (l3631h+1),a ;f037 32 32 36 2 2 6 + jr nc,$+46 ;f03a 30 2c 0 , + dec (hl) ;f03c 35 5 + add hl,sp ;f03d 39 9 + ld (hl),030h ;f03e 36 30 6 0 +lf040h: + ld c,l ;f040 4d M + inc sp ;f041 33 3 + scf ;f042 37 7 + ld (02c30h),a ;f043 32 30 2c 2 0 , + ld (hl),032h ;f046 36 32 6 2 +lf048h: + jr c,lf07ah ;f048 38 30 8 0 +lf04ah: + ld b,h ;f04a 44 D + inc sp ;f04b 33 3 + add hl,sp ;f04c 39 9 + ld (hl),030h ;f04d 36 30 6 0 + inc l ;f04f 2c , + ld (hl),033h ;f050 36 33 6 3 + jr c,lf084h ;f052 38 30 8 0 +lf054h: + inc l ;f054 2c , + inc sp ;f055 33 3 + add hl,sp ;f056 39 9 + ld (02c30h),a ;f057 32 30 2c 2 0 , + ld (hl),034h ;f05a 36 34 6 4 + jr nc,lf08eh ;f05c 30 30 0 0 +lf05eh: + inc l ;f05e 2c , + inc sp ;f05f 33 3 + scf ;f060 37 7 + ld (hl),030h ;f061 36 30 6 0 + inc l ;f063 2c , + ld (hl),033h ;f064 36 33 6 3 + ld (02c30h),a ;f066 32 30 2c 2 0 , + inc sp ;f069 33 3 + scf ;f06a 37 7 + ld (02c30h),a ;f06b 32 30 2c 2 0 , + ld (hl),032h ;f06e 36 32 6 2 + jr c,lf0a2h ;f070 38 30 8 0 + ld c,l ;f072 4d M + scf ;f073 37 7 + inc (hl) ;f074 34 4 + jr nc,$+46 ;f075 30 2c 0 , + inc (hl) ;f077 34 4 + add hl,sp ;f078 39 9 + scf ;f079 37 7 +lf07ah: + ld (l334ah),a ;f07a 32 4a 33 2 J 3 + ld b,h ;f07d 44 D + ld sp,l3036h ;f07e 31 36 30 1 6 0 + jr nc,lf0afh ;f081 30 2c 0 , + inc (hl) ;f083 34 4 +lf084h: + add hl,sp ;f084 39 9 + ld (02c30h),a ;f085 32 30 2c 2 0 , + ld sp,l3435h+1 ;f088 31 36 34 1 6 4 + jr nc,lf0b9h ;f08b 30 2c 0 , + inc (hl) ;f08d 34 4 +lf08eh: + add hl,sp ;f08e 39 9 + jr nc,lf0c1h ;f08f 30 30 0 0 + inc l ;f091 2c , + ld sp,l3637h ;f092 31 37 36 1 7 6 + jr nc,lf0c3h ;f095 30 2c 0 , + inc (hl) ;f097 34 4 + add hl,sp ;f098 39 9 + jr nc,$+50 ;f099 30 30 0 0 + inc l ;f09b 2c , + ld sp,l3037h+1 ;f09c 31 38 30 1 8 0 + jr nc,$+46 ;f09f 30 2c 0 , + inc (hl) ;f0a1 34 4 +lf0a2h: + jr c,lf0dch ;f0a2 38 38 8 8 + jr nc,$+61 ;f0a4 30 3b 0 ; + ld b,l ;f0a6 45 E + jr c,lf0d9h ;f0a7 38 30 8 0 + jr nc,$+46 ;f0a9 30 2c 0 , + ld (hl),036h ;f0ab 36 36 6 6 + inc l ;f0ad 2c , + inc (hl) ;f0ae 34 4 +lf0afh: + ld sp,sub_4539h+2 ;f0af 31 3b 45 1 ; E + inc (hl) ;f0b2 34 4 + jr nc,$+50 ;f0b3 30 30 0 0 + inc l ;f0b5 2c , + ld (03531h),a ;f0b6 32 31 35 2 1 5 +lf0b9h: + inc l ;f0b9 2c , + ld (l3834h+2),a ;f0ba 32 36 38 2 6 8 + dec sp ;f0bd 3b ; + ld b,l ;f0be 45 E + jr c,lf0f1h ;f0bf 38 30 8 0 +lf0c1h: + jr nc,$+46 ;f0c1 30 2c 0 , +lf0c3h: + jr c,sub_f0fbh ;f0c3 38 36 8 6 + inc l ;f0c5 2c , + dec (hl) ;f0c6 35 5 + add hl,sp ;f0c7 39 9 + ld c,l ;f0c8 4d M + ld (l3435h+2),a ;f0c9 32 37 34 2 7 4 + jr nc,lf0fah ;f0cc 30 2c 0 , + inc (hl) ;f0ce 34 4 + inc (hl) ;f0cf 34 4 + jr c,lf102h ;f0d0 38 30 8 0 + ld b,h ;f0d2 44 D + ld (l3637h+2),a ;f0d3 32 39 36 2 9 6 + jr nc,$+46 ;f0d6 30 2c 0 , + inc (hl) ;f0d8 34 4 +lf0d9h: + inc (hl) ;f0d9 34 4 + ld (hl),030h ;f0da 36 30 6 0 +lf0dch: + inc l ;f0dc 2c , + inc sp ;f0dd 33 3 + jr nc,$+58 ;f0de 30 38 0 8 + jr nc,$+46 ;f0e0 30 2c 0 , + inc (hl) ;f0e2 34 4 + inc (hl) ;f0e3 34 4 + jr c,lf116h ;f0e4 38 30 8 0 + inc l ;f0e6 2c , + inc sp ;f0e7 33 3 + ld (l3033h+1),a ;f0e8 32 34 30 2 4 0 + inc l ;f0eb 2c , + inc (hl) ;f0ec 34 4 + inc (hl) ;f0ed 34 4 + jr c,lf120h ;f0ee 38 30 8 0 + ld c,l ;f0f0 4d M +lf0f1h: + inc sp ;f0f1 33 3 + inc sp ;f0f2 33 3 + inc (hl) ;f0f3 34 4 + jr nc,lf122h ;f0f4 30 2c 0 , + inc (hl) ;f0f6 34 4 +lf0f7h: + inc (hl) ;f0f7 34 4 + jr c,lf12ah ;f0f8 38 30 8 0 +lf0fah: + ld b,h ;f0fa 44 D +sub_f0fbh: + inc sp ;f0fb 33 3 + ld (hl),038h ;f0fc 36 38 6 8 + jr nc,lf12ch ;f0fe 30 2c 0 , + inc (hl) ;f100 34 4 + dec (hl) ;f101 35 5 +lf102h: + ld (02c30h),a ;f102 32 30 2c 2 0 , + inc sp ;f105 33 3 + jr c,lf13ah ;f106 38 32 8 2 + jr nc,lf136h ;f108 30 2c 0 , + inc (hl) ;f10a 34 4 + dec (hl) ;f10b 35 5 + ld (l4d30h),a ;f10c 32 30 4d 2 0 M + inc sp ;f10f 33 3 + add hl,sp ;f110 39 9 + ld (02c30h),a ;f111 32 30 2c 2 0 , + inc (hl) ;f114 34 4 + dec (hl) ;f115 35 5 +lf116h: + inc (hl) ;f116 34 4 + jr nc,$+70 ;f117 30 44 0 D + inc (hl) ;f119 34 4 + inc (hl) ;f11a 34 4 + ld (02c30h),a ;f11b 32 30 2c 2 0 , + inc (hl) ;f11e 34 4 + dec (hl) ;f11f 35 5 +lf120h: + ld (hl),030h ;f120 36 30 6 0 +lf122h: + ld c,l ;f122 4d M + inc (hl) ;f123 34 4 + dec (hl) ;f124 35 5 + ld (02c30h),a ;f125 32 30 2c 2 0 , + inc (hl) ;f128 34 4 + dec (hl) ;f129 35 5 +lf12ah: + ld (hl),030h ;f12a 36 30 6 0 +lf12ch: + ld b,h ;f12c 44 D + inc (hl) ;f12d 34 4 + ld (hl),038h ;f12e 36 38 6 8 + jr nc,$+46 ;f130 30 2c 0 , + inc (hl) ;f132 34 4 + dec (hl) ;f133 35 5 + ld (hl),030h ;f134 36 30 6 0 +lf136h: + inc l ;f136 2c , + inc (hl) ;f137 34 4 + jr c,lf16eh ;f138 38 34 8 4 +lf13ah: + jr nc,$+46 ;f13a 30 2c 0 , + inc (hl) ;f13c 34 4 + dec (hl) ;f13d 35 5 + inc (hl) ;f13e 34 4 + jr nc,$+46 ;f13f 30 2c 0 , + inc (hl) ;f141 34 4 + add hl,sp ;f142 39 9 + ld (hl),030h ;f143 36 30 6 0 + inc l ;f145 2c , + inc (hl) ;f146 34 4 + dec (hl) ;f147 35 5 + ld (02c30h),a ;f148 32 30 2c 2 0 , + dec (hl) ;f14b 35 5 + jr nc,lf182h ;f14c 30 34 0 4 + jr nc,$+46 ;f14e 30 2c 0 , + inc (hl) ;f150 34 4 + dec (hl) ;f151 35 5 + ld (l4d30h),a ;f152 32 30 4d 2 0 M + dec (hl) ;f155 35 5 + ld sp,l3032h ;f156 31 32 30 1 2 0 + inc l ;f159 2c , + inc (hl) ;f15a 34 4 + dec (hl) ;f15b 35 5 + ld (l4430h),a ;f15c 32 30 44 2 0 D + dec (hl) ;f15f 35 5 + ld (l3037h+1),a ;f160 32 38 30 2 8 0 + inc l ;f163 2c , + inc (hl) ;f164 34 4 + dec (hl) ;f165 35 5 + inc (hl) ;f166 34 4 + jr nc,$+46 ;f167 30 2c 0 , + dec (hl) ;f169 35 5 + dec (hl) ;f16a 35 5 + ld (02c30h),a ;f16b 32 30 2c 2 0 , +lf16eh: + inc (hl) ;f16e 34 4 + dec (hl) ;f16f 35 5 + inc (hl) ;f170 34 4 + jr nc,lf19fh ;f171 30 2c 0 , + dec (hl) ;f173 35 5 + jr c,lf1aah ;f174 38 34 8 4 + jr nc,$+46 ;f176 30 2c 0 , + inc (hl) ;f178 34 4 + dec (hl) ;f179 35 5 + ld (02c30h),a ;f17a 32 30 2c 2 0 , + ld (hl),030h ;f17d 36 30 6 0 + jr c,$+50 ;f17f 38 30 8 0 + inc l ;f181 2c , +lf182h: + inc (hl) ;f182 34 4 + inc (hl) ;f183 34 4 + jr c,$+50 ;f184 38 30 8 0 + inc l ;f186 2c , + ld (hl),035h ;f187 36 35 6 5 + inc (hl) ;f189 34 4 + jr nc,lf1b8h ;f18a 30 2c 0 , + inc (hl) ;f18c 34 4 + inc sp ;f18d 33 3 + jr c,$+50 ;f18e 38 30 8 0 + ld c,l ;f190 4d M + ld (hl),035h ;f191 36 35 6 5 + inc (hl) ;f193 34 4 + jr nc,lf1c2h ;f194 30 2c 0 , + inc (hl) ;f196 34 4 + dec (hl) ;f197 35 5 + ld (hl),030h ;f198 36 30 6 0 + ld b,h ;f19a 44 D + scf ;f19b 37 7 + ld (hl),030h ;f19c 36 30 6 0 + inc (hl) ;f19e 34 4 +lf19fh: + inc l ;f19f 2c , + inc (hl) ;f1a0 34 4 + inc (hl) ;f1a1 34 4 + add hl,sp ;f1a2 39 9 + ld (hl),043h ;f1a3 36 43 6 C + ld (hl),038h ;f1a5 36 38 6 8 + ld (02c30h),a ;f1a7 32 30 2c 2 0 , +lf1aah: + inc (hl) ;f1aa 34 4 + jr c,$+56 ;f1ab 38 36 8 6 + jr nc,$+46 ;f1ad 30 2c 0 , + inc sp ;f1af 33 3 + ld (02c30h),a ;f1b0 32 30 2c 2 0 , + dec l ;f1b3 2d - + ld sp,l3033h+2 ;f1b4 31 35 30 1 5 0 + inc l ;f1b7 2c , +lf1b8h: + ld sp,l3232h ;f1b8 31 32 32 1 2 2 + ld b,e ;f1bb 43 C + ld sp,03832h ;f1bc 31 32 38 1 2 8 + jr nc,lf1edh ;f1bf 30 2c 0 , + dec (hl) ;f1c1 35 5 +lf1c2h: + ld sp,l3037h+1 ;f1c2 31 38 30 1 8 0 + inc l ;f1c5 2c , + ld (l3037h+1),a ;f1c6 32 38 30 2 8 0 + inc l ;f1c9 2c , + dec l ;f1ca 2d - + ld (hl),033h ;f1cb 36 33 6 3 + inc l ;f1cd 2c , + ld (l3533h),a ;f1ce 32 33 35 2 3 5 + ld b,e ;f1d1 43 C + inc (hl) ;f1d2 34 4 + dec (hl) ;f1d3 35 5 + ld (02c30h),a ;f1d4 32 30 2c 2 0 , + add hl,sp ;f1d7 39 9 + ld (hl),034h ;f1d8 36 34 6 4 + jr nc,$+46 ;f1da 30 2c 0 , + ld (hl),030h ;f1dc 36 30 6 0 + jr nc,$+50 ;f1de 30 30 0 0 + inc l ;f1e0 2c , + ld (l3133h),a ;f1e1 32 33 31 2 3 1 + inc l ;f1e4 2c , + inc sp ;f1e5 33 3 + jr nc,$+51 ;f1e6 30 31 0 1 + inc l ;f1e8 2c , + ld sp,0505eh ;f1e9 31 5e 50 1 ^ P + ld d,l ;f1ec 55 U +lf1edh: + ld c,d ;f1ed 4a J + ld (hl),043h ;f1ee 36 43 6 C + scf ;f1f0 37 7 + ld (l3037h+1),a ;f1f1 32 38 30 2 8 0 +lf1f4h: + inc l ;f1f4 2c , + inc (hl) ;f1f5 34 4 + ld (hl),038h ;f1f6 36 38 6 8 + jr nc,$+46 ;f1f8 30 2c 0 , + ld (l3036h),a ;f1fa 32 36 30 2 6 0 + inc l ;f1fd 2c , + dec l ;f1fe 2d - + inc (hl) ;f1ff 34 4 + jr nc,$+46 ;f200 30 2c 0 , + ld (03531h),a ;f202 32 31 35 2 1 5 + ld c,l ;f205 4d M + add hl,sp ;f206 39 9 + ld (hl),030h ;f207 36 30 6 0 + inc l ;f209 2c , + dec (hl) ;f20a 35 5 + jr nc,lf243h ;f20b 30 36 0 6 + jr nc,lf259h ;f20d 30 4a 0 J + jr c,$+96 ;f20f 38 5e 8 ^ + ld b,e ;f211 43 C +lf212h: + ld c,c ;f212 49 I + ld (03030h),a ;f213 32 30 30 2 0 0 + ld c,d ;f216 4a J + ld sp,l384dh ;f217 31 4d 38 1 M 8 + ld (03030h),a ;f21a 32 30 30 2 0 0 + inc l ;f21d 2c , + ld sp,l3237h ;f21e 31 37 32 1 7 2 + jr nc,lf26ch ;f221 30 49 0 I + dec (hl) ;f223 35 5 + ld sp,l3231h ;f224 31 31 32 1 1 2 + inc l ;f227 2c , + jr nc,$+79 ;f228 30 4d 0 M + ld sp,l3433h ;f22a 31 33 34 1 3 4 + jr c,$+50 ;f22d 38 30 8 0 + inc l ;f22f 2c , + ld sp,03235h ;f230 31 35 32 1 5 2 + jr nc,$+96 ;f233 30 5e 0 ^ + ld c,h ;f235 4c L + ld d,h ;f236 54 T + ld sp,l342ch ;f237 31 2c 34 1 , 4 +lf23ah: + ld l,032h ;f23a 2e 32 . 2 + ld c,c ;f23c 49 I + dec l ;f23d 2d - + dec (hl) ;f23e 35 5 + inc (hl) ;f23f 34 4 + jr nc,lf272h ;f240 30 30 0 0 + inc l ;f242 2c , +lf243h: + jr nc,lf2b7h ;f243 30 72 0 r + dec l ;f245 2d - + ld sp,l3032h ;f246 31 32 30 1 2 0 + inc l ;f249 2c , + dec l ;f24a 2d - +lf24bh: + ld (03030h),a ;f24b 32 30 30 2 0 0 + ld c,h ;f24e 4c L + dec l ;f24f 2d - + ld sp,03742h ;f250 31 42 37 1 B 7 + ld (hl),030h ;f253 36 30 6 0 + ld c,c ;f255 49 I +lf256h: + dec (hl) ;f256 35 5 + ld (hl),038h ;f257 36 38 6 8 +lf259h: + jr nc,$+46 ;f259 30 2c 0 , +lf25bh: + jr nc,lf2cfh ;f25b 30 72 0 r + ld sp,l3036h ;f25d 31 36 30 1 6 0 + inc l ;f260 2c , + dec l ;f261 2d - + ld (03030h),a ;f262 32 30 30 2 0 0 + ld c,h ;f265 4c L + dec l ;f266 2d - + ld (sub_3842h),a ;f267 32 42 38 2 B 8 + jr c,lf29ch ;f26a 38 30 8 0 +lf26ch: + ld c,c ;f26c 49 I + dec l ;f26d 2d - + ld (hl),030h ;f26e 36 30 6 0 + jr nc,$+50 ;f270 30 30 0 0 +lf272h: + inc l ;f272 2c , + jr nc,lf2e7h ;f273 30 72 0 r + dec l ;f275 2d - + ld sp,l3032h ;f276 31 32 30 1 2 0 +lf279h: + inc l ;f279 2c , + dec l ;f27a 2d - +lf27bh: + ld (03030h),a ;f27b 32 30 30 2 0 0 + ld c,h ;f27e 4c L + dec l ;f27f 2d - + inc sp ;f280 33 3 + ld b,d ;f281 42 B + add hl,sp ;f282 39 9 + ld (l4930h),a ;f283 32 30 49 2 0 I + ld (hl),032h ;f286 36 32 6 2 + inc (hl) ;f288 34 4 +lf289h: + jr nc,lf2b7h ;f289 30 2c 0 , +lf28bh: + jr nc,$+116 ;f28b 30 72 0 r + ld sp,l3032h ;f28d 31 32 30 1 2 0 + inc l ;f290 2c , +lf291h: + dec l ;f291 2d - + ld (03030h),a ;f292 32 30 30 2 0 0 + ld c,h ;f295 4c L + dec l ;f296 2d - + inc (hl) ;f297 34 4 + ld b,d ;f298 42 B + ld sp,03430h ;f299 31 30 34 1 0 4 +lf29ch: + jr nc,lf2e7h ;f29c 30 49 0 I + dec l ;f29e 2d - + ld (hl),035h ;f29f 36 35 6 5 + ld (02c30h),a ;f2a1 32 30 2c 2 0 , + jr nc,lf318h ;f2a4 30 72 0 r + dec l ;f2a6 2d - + ld sp,l3032h ;f2a7 31 32 30 1 2 0 + inc l ;f2aa 2c , +lf2abh: + dec l ;f2ab 2d - + ld (03030h),a ;f2ac 32 30 30 2 0 0 + ld c,h ;f2af 4c L + dec l ;f2b0 2d - + dec (hl) ;f2b1 35 5 +lf2b2h: + ld c,c ;f2b2 49 I + ld (hl),038h ;f2b3 36 38 6 8 + jr nc,lf2e7h ;f2b5 30 30 0 0 +lf2b7h: + inc l ;f2b7 2c , + jr nc,$+116 ;f2b8 30 72 0 r + ld sp,l3032h ;f2ba 31 32 30 1 2 0 + inc l ;f2bd 2c , + dec l ;f2be 2d - + ld (03030h),a ;f2bf 32 30 30 2 0 0 + ld c,h ;f2c2 4c L + jr nc,lf30eh ;f2c3 30 49 0 I + dec l ;f2c5 2d - + scf ;f2c6 37 7 + jr nc,lf301h ;f2c7 30 38 0 8 + jr nc,$+46 ;f2c9 30 2c 0 , + jr nc,lf31ah ;f2cb 30 4d 0 M + jr c,lf301h ;f2cd 38 32 8 2 +lf2cfh: + jr nc,lf301h ;f2cf 30 30 0 0 + inc l ;f2d1 2c , + ld sp,l3237h ;f2d2 31 37 32 1 7 2 + jr nc,$+76 ;f2d5 30 4a 0 J + inc sp ;f2d7 33 3 +sub_f2d8h: + ld e,(hl) ;f2d8 5e ^ +lf2d9h: + ld h,(hl) ;f2d9 66 f + ld (hl),h ;f2da 74 t + ld sp,l302ch ;f2db 31 2c 30 1 , 0 + inc l ;f2de 2c , + add hl,sp ;f2df 39 9 + jr nc,lf340h ;f2e0 30 5e 0 ^ + ld (hl),b ;f2e2 70 p + ld (hl),h ;f2e3 74 t + jr nc,lf314h ;f2e4 30 2e 0 . + inc (hl) ;f2e6 34 4 +lf2e7h: + ld e,(hl) ;f2e7 5e ^ +lf2e8h: + ld (hl),d ;f2e8 72 r + ld (hl),d ;f2e9 72 r + ld sp,l3032h ;f2ea 31 32 30 1 2 0 + inc l ;f2ed 2c , + ld (l3435h+1),a ;f2ee 32 36 34 2 6 4 +lf2f1h: + jr nc,lf351h ;f2f1 30 5e 0 ^ + ld h,l ;f2f3 65 e + ld (hl),d ;f2f4 72 r +sub_f2f5h: + ld sp,l3032h ;f2f5 31 32 30 1 2 0 + inc l ;f2f8 2c , + ld (l3435h+1),a ;f2f9 32 36 34 2 6 4 + jr nc,$+116 ;f2fc 30 72 0 r + ld sp,l3032h ;f2fe 31 32 30 1 2 0 +lf301h: + inc l ;f301 2c , + jr nc,$+68 ;f302 30 42 0 B + jr c,$+50 ;f304 38 30 8 0 + jr nc,lf354h ;f306 30 4c 0 L + dec l ;f308 2d - + inc sp ;f309 33 3 + ld d,h ;f30a 54 T + ld sp,0362ch ;f30b 31 2c 36 1 , 6 +lf30eh: + jr c,lf340h ;f30e 38 30 8 0 + inc l ;f310 2c , + ld (l3435h+1),a ;f311 32 36 34 2 6 4 +lf314h: + jr nc,lf342h ;f314 30 2c 0 , + ld (hl),038h ;f316 36 38 6 8 +lf318h: + inc l ;f318 2c , + inc sp ;f319 33 3 +lf31ah: + ld c,h ;f31a 4c L + jr nc,lf371h ;f31b 30 54 0 T + ld (0362ch),a ;f31d 32 2c 36 2 , 6 + jr c,lf352h ;f320 38 30 8 0 +lf322h: + inc l ;f322 2c , + ld (l3435h+1),a ;f323 32 36 34 2 6 4 + jr nc,lf354h ;f326 30 2c 0 , + inc (hl) ;f328 34 4 + inc l ;f329 2c , + ld sp,03072h ;f32a 31 72 30 1 r 0 + inc l ;f32d 2c , + ld (l3435h+1),a ;f32e 32 36 34 2 6 4 + jr nc,$+96 ;f331 30 5e 0 ^ + ld h,(hl) ;f333 66 f + ld (hl),h ;f334 74 t + ld sp,l302ch ;f335 31 2c 30 1 , 0 + inc l ;f338 2c , + add hl,sp ;f339 39 9 + jr nc,lf39ah ;f33a 30 5e 0 ^ + ld (hl),b ;f33c 70 p + ld (hl),h ;f33d 74 t + jr nc,$+48 ;f33e 30 2e 0 . +lf340h: + inc (hl) ;f340 34 4 +lf341h: + ld e,(hl) ;f341 5e ^ +lf342h: + ld (hl),d ;f342 72 r + ld (hl),d ;f343 72 r + ld sp,l3032h ;f344 31 32 30 1 2 0 + inc l ;f347 2c , + jr c,lf37ah ;f348 38 30 8 0 + jr nc,lf3aah ;f34a 30 5e 0 ^ + ld h,l ;f34c 65 e + ld (hl),d ;f34d 72 r + ld sp,l3032h ;f34e 31 32 30 1 2 0 +lf351h: + inc l ;f351 2c , +lf352h: + jr c,$+50 ;f352 38 30 8 0 +lf354h: + jr nc,$+116 ;f354 30 72 0 r + ld sp,l3837h+1 ;f356 31 38 38 1 8 8 + inc l ;f359 2c , + jr nc,lf3a5h ;f35a 30 49 0 I + jr nc,lf38ah ;f35c 30 2c 0 , + jr c,lf390h ;f35e 38 30 8 0 + jr nc,lf3b4h ;f360 30 52 0 R + ld (hl),038h ;f362 36 38 6 8 + inc l ;f364 2c , + dec l ;f365 2d - + jr c,$+50 ;f366 38 30 8 0 + jr nc,lf3b3h ;f368 30 49 0 I + jr nc,$+46 ;f36a 30 2c 0 , + ld sp,l3037h+1 ;f36c 31 38 30 1 8 0 + jr nc,lf3c3h ;f36f 30 52 0 R +lf371h: + ld (hl),038h ;f371 36 38 6 8 + inc l ;f373 2c , + jr c,lf3aeh ;f374 38 38 8 8 + jr nc,lf3c1h ;f376 30 49 0 I + jr nc,$+46 ;f378 30 2c 0 , +lf37ah: + dec l ;f37a 2d - + ld (l3834h+2),a ;f37b 32 36 38 2 6 8 + jr nc,$+84 ;f37e 30 52 0 R + ld (hl),038h ;f380 36 38 6 8 + inc l ;f382 2c , + jr nc,lf3ceh ;f383 30 49 0 I + jr nc,lf3b3h ;f385 30 2c 0 , + ld (l3834h+2),a ;f387 32 36 38 2 6 8 +lf38ah: + jr nc,$+84 ;f38a 30 52 0 R + ld (hl),038h ;f38c 36 38 6 8 + inc l ;f38e 2c , + dec l ;f38f 2d - +lf390h: + jr c,$+58 ;f390 38 38 8 8 + jr nc,lf3ddh ;f392 30 49 0 I + jr nc,lf3c2h ;f394 30 2c 0 , + dec l ;f396 2d - + ld sp,l3037h+1 ;f397 31 38 30 1 8 0 +lf39ah: + jr nc,$+84 ;f39a 30 52 0 R + ld (hl),038h ;f39c 36 38 6 8 + inc l ;f39e 2c , + jr nc,lf3eah ;f39f 30 49 0 I + jr nc,$+46 ;f3a1 30 2c 0 , + jr c,lf3d5h ;f3a3 38 30 8 0 +lf3a5h: + jr nc,lf3f1h ;f3a5 30 4a 0 J + ld (l394dh),a ;f3a7 32 4d 39 2 M 9 +lf3aah: + jr nc,lf3dch ;f3aa 30 30 0 0 + jr nc,$+46 ;f3ac 30 2c 0 , +lf3aeh: + ld sp,l3237h ;f3ae 31 37 32 1 7 2 + jr nc,$+86 ;f3b1 30 54 0 T +lf3b3h: + inc sp ;f3b3 33 3 +lf3b4h: + inc l ;f3b4 2c , + scf ;f3b5 37 7 + ld (02c30h),a ;f3b6 32 30 2c 2 0 , + ld (l3631h),a ;f3b9 32 31 36 2 1 6 + jr nc,lf3eah ;f3bc 30 2c 0 , + jr c,lf3f0h ;f3be 38 30 8 0 + inc l ;f3c0 2c , +lf3c1h: + inc sp ;f3c1 33 3 +lf3c2h: + ld d,h ;f3c2 54 T +lf3c3h: + ld sp,l372ch ;f3c3 31 2c 37 1 , 7 + ld (02c30h),a ;f3c6 32 30 2c 2 0 , + ld (l3631h),a ;f3c9 32 31 36 2 1 6 + jr nc,lf3fah ;f3cc 30 2c 0 , +lf3ceh: + jr c,lf400h ;f3ce 38 30 8 0 + inc l ;f3d0 2c , + ld sp,0344ah ;f3d1 31 4a 34 1 J 4 + ld d,d ;f3d4 52 R +lf3d5h: + scf ;f3d5 37 7 + ld (02c30h),a ;f3d6 32 30 2c 2 0 , + jr nc,$+96 ;f3d9 30 5e 0 ^ + ld h,(hl) ;f3db 66 f +lf3dch: + ld (hl),h ;f3dc 74 t +lf3ddh: + ld sp,l302ch ;f3dd 31 2c 30 1 , 0 + inc l ;f3e0 2c , + add hl,sp ;f3e1 39 9 + jr nc,sub_f442h ;f3e2 30 5e 0 ^ + ld (hl),b ;f3e4 70 p + ld (hl),h ;f3e5 74 t + jr nc,lf416h ;f3e6 30 2e 0 . + inc (hl) ;f3e8 34 4 + ld e,(hl) ;f3e9 5e ^ +lf3eah: + ld (hl),d ;f3ea 72 r + ld (hl),d ;f3eb 72 r + ld sp,l3032h ;f3ec 31 32 30 1 2 0 + inc l ;f3ef 2c , +lf3f0h: + inc sp ;f3f0 33 3 +lf3f1h: + dec (hl) ;f3f1 35 5 + ld (l5e30h),a ;f3f2 32 30 5e 2 0 ^ + ld h,l ;f3f5 65 e + ld (hl),d ;f3f6 72 r + ld sp,l3032h ;f3f7 31 32 30 1 2 0 +lf3fah: + inc l ;f3fa 2c , +lf3fbh: + inc sp ;f3fb 33 3 +lf3fch: + dec (hl) ;f3fc 35 5 + ld (07230h),a ;f3fd 32 30 72 2 0 r +lf400h: + ld sp,l3032h ;f400 31 32 30 1 2 0 + inc l ;f403 2c , + jr nc,lf45ah ;f404 30 54 0 T + ld sp,0362ch ;f406 31 2c 36 1 , 6 + jr nc,lf443h ;f409 30 38 0 8 + inc l ;f40b 2c , + inc sp ;f40c 33 3 + dec (hl) ;f40d 35 5 + ld (02c30h),a ;f40e 32 30 2c 2 0 , + scf ;f411 37 7 + ld (hl),02ch ;f412 36 2c 6 , + inc sp ;f414 33 3 + ld c,d ;f415 4a J +lf416h: + ld (hl),04dh ;f416 36 4d 6 M + ld sp,l3330h ;f418 31 30 33 1 0 3 + scf ;f41b 37 7 + ld (l312ch),a ;f41c 32 2c 31 2 , 1 + scf ;f41f 37 7 + ld (l5e30h),a ;f420 32 30 5e 2 0 ^ + ld h,(hl) ;f423 66 f + ld (hl),h ;f424 74 t + ld sp,l302ch ;f425 31 2c 30 1 , 0 + inc l ;f428 2c , + add hl,sp ;f429 39 9 + jr nc,lf48ah ;f42a 30 5e 0 ^ +lf42ch: + ld (hl),b ;f42c 70 p + ld (hl),h ;f42d 74 t +lf42eh: + jr nc,lf45eh ;f42e 30 2e 0 . +lf430h: + inc (hl) ;f430 34 4 + ld e,(hl) ;f431 5e ^ +lf432h: + ld (hl),d ;f432 72 r + ld (hl),d ;f433 72 r + ld sp,l3032h ;f434 31 32 30 1 2 0 + inc l ;f437 2c , + ld (l3033h+1),a ;f438 32 34 30 2 4 0 + jr nc,$+96 ;f43b 30 5e 0 ^ + ld h,l ;f43d 65 e + ld (hl),d ;f43e 72 r + ld sp,l3032h ;f43f 31 32 30 1 2 0 +sub_f442h: + inc l ;f442 2c , +lf443h: + ld (l3033h+1),a ;f443 32 34 30 2 4 0 + jr nc,lf4bah ;f446 30 72 0 r +sub_f448h: + ld sp,l3032h ;f448 31 32 30 1 2 0 + inc l ;f44b 2c , + jr nc,$+86 ;f44c 30 54 0 T + inc sp ;f44e 33 3 + inc l ;f44f 2c , + ld sp,03832h ;f450 31 32 38 1 2 8 +lf453h: + jr nc,lf481h ;f453 30 2c 0 , +lf455h: + ld (l3033h+1),a ;f455 32 34 30 2 4 0 +lf458h: + jr nc,lf486h ;f458 30 2c 0 , +lf45ah: + ld sp,l3036h ;f45a 31 36 30 1 6 0 +sub_f45dh: + inc l ;f45d 2c , +lf45eh: + inc sp ;f45e 33 3 +lf45fh: + ld (hl),d ;f45f 72 r + ld sp,l2c32h ;f460 31 32 2c 1 2 , + jr nc,$+86 ;f463 30 54 0 T +sub_f465h: + ld sp,l312ch ;f465 31 2c 31 1 , 1 + ld (l3037h+1),a ;f468 32 38 30 2 8 0 + inc l ;f46b 2c , +lf46ch: + ld (l3033h+1),a ;f46c 32 34 30 2 4 0 + jr nc,$+46 ;f46f 30 2c 0 , +lf471h: + ld sp,l3036h ;f471 31 36 30 1 6 0 +lf474h: + inc l ;f474 2c , + inc sp ;f475 33 3 + ld c,l ;f476 4d M + ld sp,03830h ;f477 31 30 38 1 0 8 +sub_f47ah: + scf ;f47a 37 7 + ld (l342ch),a ;f47b 32 2c 34 2 , 4 +lf47eh: + ld sp,l3032h ;f47e 31 32 30 1 2 0 +lf481h: + ld c,d ;f481 4a J +lf482h: + scf ;f482 37 7 +sub_f483h: + ld e,(hl) ;f483 5e ^ +lf484h: + ld h,(hl) ;f484 66 f + ld (hl),h ;f485 74 t +lf486h: + ld sp,l302ch ;f486 31 2c 30 1 , 0 +lf489h: + inc l ;f489 2c , +lf48ah: + add hl,sp ;f48a 39 9 +lf48bh: + jr nc,$+96 ;f48b 30 5e 0 ^ + ld (hl),b ;f48d 70 p + ld (hl),h ;f48e 74 t + jr nc,lf4bfh ;f48f 30 2e 0 . + inc (hl) ;f491 34 4 +sub_f492h: + ld e,(hl) ;f492 5e ^ + ld (hl),d ;f493 72 r + ld (hl),d ;f494 72 r + ld sp,l3036h ;f495 31 36 30 1 6 0 + inc l ;f498 2c , + ld sp,l3434h ;f499 31 34 34 1 4 4 + jr nc,$+96 ;f49c 30 5e 0 ^ + ld h,l ;f49e 65 e + ld (hl),d ;f49f 72 r +sub_f4a0h: + ld sp,l3036h ;f4a0 31 36 30 1 6 0 + inc l ;f4a3 2c , + ld sp,l3434h ;f4a4 31 34 34 1 4 4 + jr nc,lf51bh ;f4a7 30 72 0 r + ld sp,l3036h ;f4a9 31 36 30 1 6 0 + inc l ;f4ac 2c , +sub_f4adh: + jr nc,lf503h ;f4ad 30 54 0 T +sub_f4afh: + inc sp ;f4af 33 3 + inc l ;f4b0 2c , + inc sp ;f4b1 33 3 +sub_f4b2h: + ld (02c30h),a ;f4b2 32 30 2c 2 0 , + ld sp,l3434h ;f4b5 31 34 34 1 4 4 + jr nc,lf4e6h ;f4b8 30 2c 0 , +lf4bah: + ld (hl),030h ;f4ba 36 30 6 0 + inc l ;f4bc 2c , + inc sp ;f4bd 33 3 +sub_f4beh: + ld c,l ;f4be 4d M +lf4bfh: + ld sp,l3730h ;f4bf 31 30 37 1 0 7 + scf ;f4c2 37 7 + ld (0352ch),a ;f4c3 32 2c 35 2 , 5 + dec (hl) ;f4c6 35 5 + ld (hl),030h ;f4c7 36 30 6 0 + inc l ;f4c9 2c , + ld c,c ;f4ca 49 I +sub_f4cbh: + scf ;f4cb 37 7 +lf4cch: + ld (02c30h),a ;f4cc 32 30 2c 2 0 , +lf4cfh: + jr nc,lf523h ;f4cf 30 52 0 R +lf4d1h: + jr nc,sub_f4ffh ;f4d1 30 2c 0 , +lf4d3h: + ld (hl),030h ;f4d3 36 30 6 0 +lf4d5h: + ld c,c ;f4d5 49 I + dec l ;f4d6 2d - + scf ;f4d7 37 7 + ld (02c30h),a ;f4d8 32 30 2c 2 0 , +lf4dbh: + jr nc,lf52fh ;f4db 30 52 0 R +lf4ddh: + jr nc,lf50bh ;f4dd 30 2c 0 , + ld (hl),030h ;f4df 36 30 6 0 +lf4e1h: + ld c,c ;f4e1 49 I + scf ;f4e2 37 7 +lf4e3h: + ld (02c30h),a ;f4e3 32 30 2c 2 0 , +lf4e6h: + jr nc,$+84 ;f4e6 30 52 0 R + jr nc,lf516h ;f4e8 30 2c 0 , + ld (hl),030h ;f4ea 36 30 6 0 +lf4ech: + ld c,c ;f4ec 49 I + dec l ;f4ed 2d - + scf ;f4ee 37 7 + ld (02c30h),a ;f4ef 32 30 2c 2 0 , + jr nc,$+84 ;f4f2 30 52 0 R + jr nc,$+46 ;f4f4 30 2c 0 , + ld (hl),030h ;f4f6 36 30 6 0 + ld c,c ;f4f8 49 I +sub_f4f9h: + scf ;f4f9 37 7 + ld (02c30h),a ;f4fa 32 30 2c 2 0 , + jr nc,lf551h ;f4fd 30 52 0 R +sub_f4ffh: + jr nc,$+46 ;f4ff 30 2c 0 , + ld (hl),030h ;f501 36 30 6 0 +lf503h: + ld c,c ;f503 49 I +lf504h: + dec l ;f504 2d - + scf ;f505 37 7 + ld (02c30h),a ;f506 32 30 2c 2 0 , + jr nc,$+79 ;f509 30 4d 0 M +lf50bh: + ld sp,03830h ;f50b 31 30 38 1 0 8 + scf ;f50e 37 7 + ld (0352ch),a ;f50f 32 2c 35 2 , 5 + jr c,$+56 ;f512 38 36 8 6 +lf514h: + jr nc,lf574h ;f514 30 5e 0 ^ +lf516h: + ld h,(hl) ;f516 66 f + ld (hl),h ;f517 74 t + ld sp,l302ch ;f518 31 2c 30 1 , 0 +lf51bh: + inc l ;f51b 2c , + add hl,sp ;f51c 39 9 + jr nc,lf57dh ;f51d 30 5e 0 ^ + ld (hl),b ;f51f 70 p +sub_f520h: + ld (hl),h ;f520 74 t + jr nc,lf551h ;f521 30 2e 0 . +lf523h: + inc (hl) ;f523 34 4 +lf524h: + ld e,(hl) ;f524 5e ^ + ld (hl),d ;f525 72 r +lf526h: + ld (hl),d ;f526 72 r + ld sp,l3036h ;f527 31 36 30 1 6 0 +lf52ah: + inc l ;f52a 2c , + ld sp,l3036h ;f52b 31 36 30 1 6 0 +lf52eh: + ld e,(hl) ;f52e 5e ^ +lf52fh: + ld h,l ;f52f 65 e +lf530h: + ld (hl),d ;f530 72 r +sub_f531h: + ld sp,l3036h ;f531 31 36 30 1 6 0 +lf534h: + inc l ;f534 2c , + ld sp,l3036h ;f535 31 36 30 1 6 0 +lf538h: + ld (hl),d ;f538 72 r + ld sp,l3036h ;f539 31 36 30 1 6 0 +lf53ch: + inc l ;f53c 2c , +lf53dh: + jr nc,lf593h ;f53d 30 54 0 T + inc sp ;f53f 33 3 +lf540h: + inc l ;f540 2c , + inc sp ;f541 33 3 +lf542h: + ld (02c30h),a ;f542 32 30 2c 2 0 , + ld sp,l3036h ;f545 31 36 30 1 6 0 +lf548h: + inc l ;f548 2c , +lf549h: + ld (hl),030h ;f549 36 30 6 0 +lf54bh: + inc l ;f54b 2c , +lf54ch: + inc sp ;f54c 33 3 +lf54dh: + ld c,l ;f54d 4d M +lf54eh: + ld sp,03930h ;f54e 31 30 39 1 0 9 +lf551h: + add hl,sp ;f551 39 9 +lf552h: + ld (0362ch),a ;f552 32 2c 36 2 , 6 +lf555h: + jr nc,lf589h ;f555 30 32 0 2 +lf557h: + jr nc,lf5a2h ;f557 30 49 0 I +lf559h: + jr nc,$+46 ;f559 30 2c 0 , +lf55bh: + ld sp,l3239h ;f55b 31 39 32 1 9 2 + jr nc,$+84 ;f55e 30 52 0 R + jr c,lf592h ;f560 38 30 8 0 + inc l ;f562 2c , + inc (hl) ;f563 34 4 + jr nc,lf596h ;f564 30 30 0 0 + ld c,c ;f566 49 I + jr nc,$+46 ;f567 30 2c 0 , + dec l ;f569 2d - + ld (l3233h),a ;f56a 32 33 32 2 3 2 +lf56dh: + jr nc,lf5c1h ;f56d 30 52 0 R +lf56fh: + jr c,$+50 ;f56f 38 30 8 0 + inc l ;f571 2c , +lf572h: + jr nc,lf5bdh ;f572 30 49 0 I +lf574h: + jr nc,lf5a2h ;f574 30 2c 0 , +lf576h: + ld (l3233h),a ;f576 32 33 32 2 3 2 + jr nc,lf5cdh ;f579 30 52 0 R + jr c,$+50 ;f57b 38 30 8 0 +lf57dh: + inc l ;f57d 2c , +lf57eh: + dec l ;f57e 2d - + inc (hl) ;f57f 34 4 +lf580h: + jr nc,$+50 ;f580 30 30 0 0 +lf582h: + ld c,c ;f582 49 I + jr nc,lf5b1h ;f583 30 2c 0 , + dec l ;f585 2d - +lf586h: + ld sp,l3239h ;f586 31 39 32 1 9 2 +lf589h: + jr nc,lf5d8h ;f589 30 4d 0 M +lf58bh: + ld sp,l3731h ;f58b 31 31 37 1 1 7 +lf58eh: + scf ;f58e 37 7 + ld (l312ch),a ;f58f 32 2c 31 2 , 1 +lf592h: + scf ;f592 37 7 +lf593h: + ld (l4a30h),a ;f593 32 30 4a 2 0 J +lf596h: + jr c,lf5ech ;f596 38 54 8 T +lf598h: + inc sp ;f598 33 3 + inc l ;f599 2c , +lf59ah: + ld sp,l3435h ;f59a 31 35 34 1 5 4 + jr nc,$+46 ;f59d 30 2c 0 , + ld sp,l3037h+1 ;f59f 31 38 30 1 8 0 +lf5a2h: + jr nc,$+46 ;f5a2 30 2c 0 , +lf5a4h: + ld sp,l3231h ;f5a4 31 31 32 1 1 2 + inc l ;f5a7 2c , + ld sp,l314dh ;f5a8 31 4d 31 1 M 1 + ld sp,l3737h ;f5ab 31 37 37 1 7 7 +lf5aeh: + ld (l342ch),a ;f5ae 32 2c 34 2 , 4 +lf5b1h: + ld sp,l3032h ;f5b1 31 32 30 1 2 0 +lf5b4h: + ld c,d ;f5b4 4a J +lf5b5h: + ld sp,l665eh ;f5b5 31 5e 66 1 ^ f + ld (hl),h ;f5b8 74 t + ld sp,l302ch ;f5b9 31 2c 30 1 , 0 + inc l ;f5bc 2c , +lf5bdh: + add hl,sp ;f5bd 39 9 + jr nc,$+96 ;f5be 30 5e 0 ^ + ld (hl),b ;f5c0 70 p +lf5c1h: + ld (hl),h ;f5c1 74 t + jr nc,lf5f2h ;f5c2 30 2e 0 . + inc (hl) ;f5c4 34 4 + ld e,(hl) ;f5c5 5e ^ + ld (hl),d ;f5c6 72 r + ld (hl),d ;f5c7 72 r + dec l ;f5c8 2d - +lf5c9h: + ld sp,l3036h ;f5c9 31 36 30 1 6 0 + inc l ;f5cc 2c , +lf5cdh: + jr c,$+50 ;f5cd 38 30 8 0 +lf5cfh: + jr nc,$+96 ;f5cf 30 5e 0 ^ +lf5d1h: + ld h,l ;f5d1 65 e + ld (hl),d ;f5d2 72 r +lf5d3h: + dec l ;f5d3 2d - + ld sp,l3036h ;f5d4 31 36 30 1 6 0 +lf5d7h: + inc l ;f5d7 2c , +lf5d8h: + jr c,lf60ah ;f5d8 38 30 8 0 + jr nc,$+116 ;f5da 30 72 0 r + jr nc,lf60ah ;f5dc 30 2c 0 , + dec l ;f5de 2d - +lf5dfh: + ld (hl),030h ;f5df 36 30 6 0 + jr nc,$+86 ;f5e1 30 54 0 T + ld sp,l382ch ;f5e3 31 2c 38 1 , 8 + jr c,lf618h ;f5e6 38 30 8 0 + inc l ;f5e8 2c , +lf5e9h: + ld sp,l3033h+1 ;f5e9 31 34 30 1 4 0 +lf5ech: + jr nc,lf61ah ;f5ec 30 2c 0 , + dec (hl) ;f5ee 35 5 + ld (hl),02ch ;f5ef 36 2c 6 , + inc sp ;f5f1 33 3 +lf5f2h: + ld c,d ;f5f2 4a J +lf5f3h: + dec (hl) ;f5f3 35 5 + ld c,l ;f5f4 4d M +lf5f5h: + ld sp,l3631h+1 ;f5f5 31 32 36 1 2 6 + ld sp,l2c32h ;f5f8 31 32 2c 1 2 , +sub_f5fbh: + inc sp ;f5fb 33 3 +sub_f5fch: + dec (hl) ;f5fc 35 5 +lf5fdh: + ld (l5e30h),a ;f5fd 32 30 5e 2 0 ^ + ld h,(hl) ;f600 66 f +lf601h: + ld (hl),h ;f601 74 t + ld sp,l302ch ;f602 31 2c 30 1 , 0 +lf605h: + inc l ;f605 2c , + add hl,sp ;f606 39 9 +lf607h: + jr nc,$+96 ;f607 30 5e 0 ^ +lf609h: + ld (hl),b ;f609 70 p +lf60ah: + ld (hl),h ;f60a 74 t +lf60bh: + jr nc,lf63bh ;f60b 30 2e 0 . +lf60dh: + inc (hl) ;f60d 34 4 + ld e,(hl) ;f60e 5e ^ +lf60fh: + ld (hl),d ;f60f 72 r + ld (hl),d ;f610 72 r +lf611h: + ld sp,l3036h ;f611 31 36 30 1 6 0 + inc l ;f614 2c , +lf615h: + ld sp,l3032h ;f615 31 32 30 1 2 0 +lf618h: + jr nc,lf678h ;f618 30 5e 0 ^ +lf61ah: + ld h,l ;f61a 65 e +lf61bh: + ld (hl),d ;f61b 72 r + ld sp,l3036h ;f61c 31 36 30 1 6 0 +lf61fh: + inc l ;f61f 2c , + ld sp,l3032h ;f620 31 32 30 1 2 0 +lf623h: + jr nc,lf697h ;f623 30 72 0 r +lf625h: + ld (l3432h),a ;f625 32 32 34 2 2 4 + inc l ;f628 2c , +lf629h: + jr nc,lf674h ;f629 30 49 0 I +lf62bh: + jr nc,$+46 ;f62b 30 2c 0 , +lf62dh: + ld sp,l3032h ;f62d 31 32 30 1 2 0 + jr nc,lf684h ;f630 30 52 0 R + ld (hl),038h ;f632 36 38 6 8 + inc l ;f634 2c , +lf635h: + inc (hl) ;f635 34 4 + jr nc,lf668h ;f636 30 30 0 0 + ld c,c ;f638 49 I +lf639h: + jr nc,$+46 ;f639 30 2c 0 , +lf63bh: + dec l ;f63b 2d - + ld sp,l3036h ;f63c 31 36 30 1 6 0 +lf63fh: + jr nc,lf693h ;f63f 30 52 0 R +lf641h: + ld (hl),038h ;f641 36 38 6 8 +lf643h: + inc l ;f643 2c , +lf644h: + jr nc,lf68fh ;f644 30 49 0 I +lf646h: + jr nc,lf674h ;f646 30 2c 0 , +lf648h: + ld (l3033h+1),a ;f648 32 34 30 2 4 0 + jr nc,lf69fh ;f64b 30 52 0 R + ld (hl),038h ;f64d 36 38 6 8 + inc l ;f64f 2c , + jr nc,lf69bh ;f650 30 49 0 I + jr nc,lf680h ;f652 30 2c 0 , +lf654h: + dec l ;f654 2d - +lf655h: + ld (l3033h+1),a ;f655 32 34 30 2 4 0 + jr nc,lf6ach ;f658 30 52 0 R +lf65ah: + ld (hl),038h ;f65a 36 38 6 8 +lf65ch: + inc l ;f65c 2c , + jr nc,lf6a8h ;f65d 30 49 0 I + jr nc,lf68dh ;f65f 30 2c 0 , + ld sp,l3036h ;f661 31 36 30 1 6 0 + jr nc,$+84 ;f664 30 52 0 R + ld (hl),038h ;f666 36 38 6 8 +lf668h: + inc l ;f668 2c , + dec l ;f669 2d - + inc (hl) ;f66a 34 4 + jr nc,$+50 ;f66b 30 30 0 0 + ld c,c ;f66d 49 I + jr nc,lf69ch ;f66e 30 2c 0 , + dec l ;f670 2d - + ld sp,l3032h ;f671 31 32 30 1 2 0 +lf674h: + jr nc,lf6c8h ;f674 30 52 0 R + ld (hl),038h ;f676 36 38 6 8 +lf678h: + inc l ;f678 2c , +lf679h: + jr nc,lf6c4h ;f679 30 49 0 I +lf67bh: + jr nc,lf6a9h ;f67b 30 2c 0 , +lf67dh: + ld sp,l3032h ;f67d 31 32 30 1 2 0 +lf680h: + jr nc,$+84 ;f680 30 52 0 R + ld (hl),038h ;f682 36 38 6 8 +lf684h: + inc l ;f684 2c , +lf685h: + jr nc,$+75 ;f685 30 49 0 I +lf687h: + jr nc,lf6b5h ;f687 30 2c 0 , +lf689h: + dec l ;f689 2d - + ld sp,l3032h ;f68a 31 32 30 1 2 0 +lf68dh: + jr nc,$+79 ;f68d 30 4d 0 M +lf68fh: + jr c,lf6c6h ;f68f 38 35 8 5 +lf691h: + ld (hl),030h ;f691 36 30 6 0 +lf693h: + inc l ;f693 2c , + inc (hl) ;f694 34 4 +lf695h: + inc (hl) ;f695 34 4 + inc (hl) ;f696 34 4 +lf697h: + jr nc,lf6f7h ;f697 30 5e 0 ^ +lf699h: + ld d,b ;f699 50 P + ld d,l ;f69a 55 U +lf69bh: + ld c,d ;f69b 4a J +lf69ch: + ld (sub_3842h+1),a ;f69c 32 43 38 2 C 8 +lf69fh: + dec (hl) ;f69f 35 5 +lf6a0h: + ld (hl),030h ;f6a0 36 30 6 0 +lf6a2h: + inc l ;f6a2 2c , + inc (hl) ;f6a3 34 4 +lf6a4h: + inc (hl) ;f6a4 34 4 + inc (hl) ;f6a5 34 4 +lf6a6h: + jr nc,$+46 ;f6a6 30 2c 0 , +lf6a8h: + scf ;f6a8 37 7 +lf6a9h: + ld (02c30h),a ;f6a9 32 30 2c 2 0 , +lf6ach: + ld (l3033h+1),a ;f6ac 32 34 30 2 4 0 +lf6afh: + inc l ;f6af 2c , + ld sp,l3731h ;f6b0 31 31 37 1 1 7 +lf6b3h: + dec sp ;f6b3 3b ; + ld b,l ;f6b4 45 E +lf6b5h: + ld (hl),034h ;f6b5 36 34 6 4 +lf6b7h: + jr nc,lf6e5h ;f6b7 30 2c 0 , +lf6b9h: + ld (03532h),a ;f6b9 32 32 35 2 2 5 + inc l ;f6bc 2c , +lf6bdh: + ld sp,03030h ;f6bd 31 30 30 1 0 0 + ld b,e ;f6c0 43 C +lf6c1h: + add hl,sp ;f6c1 39 9 + inc (hl) ;f6c2 34 4 +lf6c3h: + inc (hl) ;f6c3 34 4 +lf6c4h: + jr nc,lf6f2h ;f6c4 30 2c 0 , +lf6c6h: + ld (hl),032h ;f6c6 36 32 6 2 +lf6c8h: + jr nc,lf6fah ;f6c8 30 30 0 0 + inc l ;f6ca 2c , +lf6cbh: + ld (hl),034h ;f6cb 36 34 6 4 +lf6cdh: + jr nc,lf6fbh ;f6cd 30 2c 0 , +lf6cfh: + ld sp,l3037h+1 ;f6cf 31 38 30 1 8 0 + inc l ;f6d2 2c , + jr nc,lf710h ;f6d3 30 3b 0 ; +lf6d5h: + ld b,l ;f6d5 45 E + inc (hl) ;f6d6 34 4 +lf6d7h: + jr c,$+50 ;f6d7 38 30 8 0 +lf6d9h: + inc l ;f6d9 2c , + ld sp,03531h ;f6da 31 31 35 1 1 5 +lf6ddh: + inc l ;f6dd 2c , + ld sp,l4330h ;f6de 31 30 43 1 0 C +lf6e1h: + ld sp,03431h ;f6e1 31 31 34 1 1 4 + inc (hl) ;f6e4 34 4 +lf6e5h: + jr nc,lf713h ;f6e5 30 2c 0 , +lf6e7h: + dec (hl) ;f6e7 35 5 + ld (l3037h+1),a ;f6e8 32 38 30 2 8 0 +lf6ebh: + inc l ;f6eb 2c , + scf ;f6ec 37 7 +lf6edh: + ld (02c30h),a ;f6ed 32 30 2c 2 0 , + add hl,sp ;f6f0 39 9 +lf6f1h: + dec (hl) ;f6f1 35 5 +lf6f2h: + inc l ;f6f2 2c , +lf6f3h: + dec l ;f6f3 2d - + inc sp ;f6f4 33 3 +lf6f5h: + jr nc,lf755h ;f6f5 30 5e 0 ^ +lf6f7h: + ld d,b ;f6f7 50 P + ld d,l ;f6f8 55 U +lf6f9h: + ld c,d ;f6f9 4a J +lf6fah: + inc sp ;f6fa 33 3 +lf6fbh: + ld b,c ;f6fb 41 A + ld sp,03830h ;f6fc 31 30 38 1 0 8 +lf6ffh: + jr nc,lf731h ;f6ff 30 30 0 0 +lf701h: + inc l ;f701 2c , + ld (hl),032h ;f702 36 32 6 2 + jr c,lf736h ;f704 38 30 8 0 + ld b,a ;f706 47 G +lf707h: + scf ;f707 37 7 + ld (hl),030h ;f708 36 30 6 0 + inc l ;f70a 2c , +lf70bh: + ld sp,l3037h ;f70b 31 37 30 1 7 0 + inc l ;f70e 2c , +lf70fh: + scf ;f70f 37 7 +lf710h: + scf ;f710 37 7 + ld b,a ;f711 47 G +lf712h: + scf ;f712 37 7 +lf713h: + ld (hl),030h ;f713 36 30 6 0 + inc l ;f715 2c , +lf716h: + dec (hl) ;f716 35 5 + dec (hl) ;f717 35 5 +lf718h: + inc l ;f718 2c , + ld sp,03b35h ;f719 31 35 3b 1 5 ; +lf71ch: + ld b,l ;f71c 45 E + inc (hl) ;f71d 34 4 +lf71eh: + jr nc,lf750h ;f71e 30 30 0 0 +lf720h: + inc l ;f720 2c , + ld sp,l3033h+2 ;f721 31 35 30 1 5 0 +lf724h: + inc l ;f724 2c , + dec l ;f725 2d - +lf726h: + ld sp,l3b30h ;f726 31 30 3b 1 0 ; + ld b,l ;f729 45 E +lf72ah: + scf ;f72a 37 7 + ld (02c30h),a ;f72b 32 30 2c 2 0 , +lf72eh: + ld sp,l3032h ;f72e 31 32 30 1 2 0 +lf731h: + inc l ;f731 2c , + dec l ;f732 2d - +lf733h: + ld (l3b38h),a ;f733 32 38 3b 2 8 ; +lf736h: + ld b,l ;f736 45 E +lf737h: + dec (hl) ;f737 35 5 + ld (hl),030h ;f738 36 30 6 0 +lf73ah: + inc l ;f73a 2c , +lf73bh: + ld (hl),035h ;f73b 36 35 6 5 +lf73dh: + inc l ;f73d 2c , + dec l ;f73e 2d - +lf73fh: + ld (hl),030h ;f73f 36 30 6 0 + ld c,b ;f741 48 H + nop ;f742 00 . + nop ;f743 00 . + rst 38h ;f744 ff . + rst 38h ;f745 ff . + rst 38h ;f746 ff . + rst 38h ;f747 ff . + rst 38h ;f748 ff . +lf749h: + rst 38h ;f749 ff . + rst 38h ;f74a ff . +lf74bh: + rst 38h ;f74b ff . + rst 38h ;f74c ff . +lf74dh: + rst 38h ;f74d ff . + rst 38h ;f74e ff . + rst 38h ;f74f ff . +lf750h: + rst 38h ;f750 ff . +lf751h: + rst 38h ;f751 ff . + rst 38h ;f752 ff . +lf753h: + rst 38h ;f753 ff . + rst 38h ;f754 ff . +lf755h: + rst 38h ;f755 ff . + rst 38h ;f756 ff . +lf757h: + rst 38h ;f757 ff . + rst 38h ;f758 ff . +lf759h: + rst 38h ;f759 ff . + rst 38h ;f75a ff . +lf75bh: + rst 38h ;f75b ff . + rst 38h ;f75c ff . +lf75dh: + rst 38h ;f75d ff . + rst 38h ;f75e ff . +lf75fh: + rst 38h ;f75f ff . + rst 38h ;f760 ff . +lf761h: + rst 38h ;f761 ff . + rst 38h ;f762 ff . +lf763h: + rst 38h ;f763 ff . + rst 38h ;f764 ff . +lf765h: + rst 38h ;f765 ff . + rst 38h ;f766 ff . +lf767h: + rst 38h ;f767 ff . + rst 38h ;f768 ff . +lf769h: + rst 38h ;f769 ff . + rst 38h ;f76a ff . +lf76bh: + rst 38h ;f76b ff . + rst 38h ;f76c ff . +lf76dh: + rst 38h ;f76d ff . + rst 38h ;f76e ff . +lf76fh: + rst 38h ;f76f ff . + rst 38h ;f770 ff . +lf771h: + rst 38h ;f771 ff . + rst 38h ;f772 ff . +lf773h: + rst 38h ;f773 ff . + rst 38h ;f774 ff . +lf775h: + rst 38h ;f775 ff . + rst 38h ;f776 ff . +lf777h: + rst 38h ;f777 ff . + rst 38h ;f778 ff . +lf779h: + rst 38h ;f779 ff . + rst 38h ;f77a ff . +lf77bh: + rst 38h ;f77b ff . + rst 38h ;f77c ff . +lf77dh: + rst 38h ;f77d ff . + rst 38h ;f77e ff . +lf77fh: + rst 38h ;f77f ff . + rst 38h ;f780 ff . +lf781h: + rst 38h ;f781 ff . + rst 38h ;f782 ff . +lf783h: + rst 38h ;f783 ff . + rst 38h ;f784 ff . +lf785h: + rst 38h ;f785 ff . + rst 38h ;f786 ff . +lf787h: + rst 38h ;f787 ff . + rst 38h ;f788 ff . +lf789h: + rst 38h ;f789 ff . + rst 38h ;f78a ff . +lf78bh: + rst 38h ;f78b ff . + rst 38h ;f78c ff . +lf78dh: + rst 38h ;f78d ff . + rst 38h ;f78e ff . +lf78fh: + rst 38h ;f78f ff . + rst 38h ;f790 ff . +lf791h: + rst 38h ;f791 ff . + rst 38h ;f792 ff . +lf793h: + rst 38h ;f793 ff . + rst 38h ;f794 ff . +lf795h: + rst 38h ;f795 ff . +lf796h: + rst 38h ;f796 ff . +lf797h: + rst 38h ;f797 ff . +lf798h: + rst 38h ;f798 ff . +lf799h: + rst 38h ;f799 ff . +lf79ah: + rst 38h ;f79a ff . +lf79bh: + rst 38h ;f79b ff . + rst 38h ;f79c ff . +lf79dh: + rst 38h ;f79d ff . + rst 38h ;f79e ff . +lf79fh: + rst 38h ;f79f ff . + rst 38h ;f7a0 ff . +lf7a1h: + rst 38h ;f7a1 ff . + rst 38h ;f7a2 ff . +lf7a3h: + rst 38h ;f7a3 ff . + rst 38h ;f7a4 ff . +lf7a5h: + rst 38h ;f7a5 ff . + rst 38h ;f7a6 ff . +lf7a7h: + rst 38h ;f7a7 ff . + rst 38h ;f7a8 ff . +lf7a9h: + rst 38h ;f7a9 ff . + rst 38h ;f7aa ff . +lf7abh: + rst 38h ;f7ab ff . + rst 38h ;f7ac ff . +lf7adh: + rst 38h ;f7ad ff . + rst 38h ;f7ae ff . +lf7afh: + rst 38h ;f7af ff . + rst 38h ;f7b0 ff . +lf7b1h: + rst 38h ;f7b1 ff . + rst 38h ;f7b2 ff . +lf7b3h: + rst 38h ;f7b3 ff . + rst 38h ;f7b4 ff . +lf7b5h: + rst 38h ;f7b5 ff . + rst 38h ;f7b6 ff . +lf7b7h: + rst 38h ;f7b7 ff . + rst 38h ;f7b8 ff . +lf7b9h: + rst 38h ;f7b9 ff . + rst 38h ;f7ba ff . +lf7bbh: + rst 38h ;f7bb ff . + rst 38h ;f7bc ff . +lf7bdh: + rst 38h ;f7bd ff . + rst 38h ;f7be ff . +lf7bfh: + rst 38h ;f7bf ff . + rst 38h ;f7c0 ff . +lf7c1h: + rst 38h ;f7c1 ff . + rst 38h ;f7c2 ff . +lf7c3h: + rst 38h ;f7c3 ff . + rst 38h ;f7c4 ff . +lf7c5h: + rst 38h ;f7c5 ff . + rst 38h ;f7c6 ff . +lf7c7h: + rst 38h ;f7c7 ff . + rst 38h ;f7c8 ff . +lf7c9h: + rst 38h ;f7c9 ff . + rst 38h ;f7ca ff . +lf7cbh: + rst 38h ;f7cb ff . + rst 38h ;f7cc ff . +lf7cdh: + rst 38h ;f7cd ff . + rst 38h ;f7ce ff . +lf7cfh: + rst 38h ;f7cf ff . + rst 38h ;f7d0 ff . +lf7d1h: + rst 38h ;f7d1 ff . + rst 38h ;f7d2 ff . +lf7d3h: + rst 38h ;f7d3 ff . + rst 38h ;f7d4 ff . +lf7d5h: + rst 38h ;f7d5 ff . + rst 38h ;f7d6 ff . +lf7d7h: + rst 38h ;f7d7 ff . + rst 38h ;f7d8 ff . +lf7d9h: + rst 38h ;f7d9 ff . + rst 38h ;f7da ff . +lf7dbh: + rst 38h ;f7db ff . + rst 38h ;f7dc ff . +lf7ddh: + rst 38h ;f7dd ff . + rst 38h ;f7de ff . +lf7dfh: + rst 38h ;f7df ff . +lf7e0h: + rst 38h ;f7e0 ff . + rst 38h ;f7e1 ff . +lf7e2h: + rst 38h ;f7e2 ff . + rst 38h ;f7e3 ff . +lf7e4h: + rst 38h ;f7e4 ff . + rst 38h ;f7e5 ff . +lf7e6h: + rst 38h ;f7e6 ff . + rst 38h ;f7e7 ff . +lf7e8h: + rst 38h ;f7e8 ff . + rst 38h ;f7e9 ff . + rst 38h ;f7ea ff . + rst 38h ;f7eb ff . + rst 38h ;f7ec ff . + rst 38h ;f7ed ff . + rst 38h ;f7ee ff . + rst 38h ;f7ef ff . +lf7f0h: + rst 38h ;f7f0 ff . + rst 38h ;f7f1 ff . +lf7f2h: + rst 38h ;f7f2 ff . + rst 38h ;f7f3 ff . +lf7f4h: + rst 38h ;f7f4 ff . + rst 38h ;f7f5 ff . +lf7f6h: + rst 38h ;f7f6 ff . + rst 38h ;f7f7 ff . +lf7f8h: + rst 38h ;f7f8 ff . + rst 38h ;f7f9 ff . +sub_f7fah: + rst 38h ;f7fa ff . + rst 38h ;f7fb ff . +lf7fch: + rst 38h ;f7fc ff . +lf7fdh: + rst 38h ;f7fd ff . +lf7feh: + rst 38h ;f7fe ff . + rst 38h ;f7ff ff . +lf800h: + rst 38h ;f800 ff . + rst 38h ;f801 ff . +lf802h: + rst 38h ;f802 ff . + rst 38h ;f803 ff . +lf804h: + rst 38h ;f804 ff . + rst 38h ;f805 ff . +lf806h: + rst 38h ;f806 ff . +lf807h: + rst 38h ;f807 ff . + rst 38h ;f808 ff . +lf809h: + rst 38h ;f809 ff . + rst 38h ;f80a ff . +lf80bh: + rst 38h ;f80b ff . + rst 38h ;f80c ff . +lf80dh: + rst 38h ;f80d ff . + rst 38h ;f80e ff . +lf80fh: + rst 38h ;f80f ff . + rst 38h ;f810 ff . +lf811h: + rst 38h ;f811 ff . + rst 38h ;f812 ff . +lf813h: + rst 38h ;f813 ff . + rst 38h ;f814 ff . +lf815h: + rst 38h ;f815 ff . + rst 38h ;f816 ff . +lf817h: + rst 38h ;f817 ff . + rst 38h ;f818 ff . +lf819h: + rst 38h ;f819 ff . + rst 38h ;f81a ff . +lf81bh: + rst 38h ;f81b ff . + rst 38h ;f81c ff . +lf81dh: + rst 38h ;f81d ff . + rst 38h ;f81e ff . +lf81fh: + rst 38h ;f81f ff . + rst 38h ;f820 ff . +lf821h: + rst 38h ;f821 ff . + rst 38h ;f822 ff . +lf823h: + rst 38h ;f823 ff . + rst 38h ;f824 ff . +lf825h: + rst 38h ;f825 ff . + rst 38h ;f826 ff . +lf827h: + rst 38h ;f827 ff . +lf828h: + rst 38h ;f828 ff . +lf829h: + rst 38h ;f829 ff . + rst 38h ;f82a ff . + rst 38h ;f82b ff . + rst 38h ;f82c ff . + rst 38h ;f82d ff . + rst 38h ;f82e ff . + rst 38h ;f82f ff . + rst 38h ;f830 ff . + rst 38h ;f831 ff . + rst 38h ;f832 ff . +lf833h: + rst 38h ;f833 ff . + rst 38h ;f834 ff . +lf835h: + rst 38h ;f835 ff . + rst 38h ;f836 ff . +lf837h: + rst 38h ;f837 ff . + rst 38h ;f838 ff . +lf839h: + rst 38h ;f839 ff . + rst 38h ;f83a ff . +lf83bh: + rst 38h ;f83b ff . + rst 38h ;f83c ff . +lf83dh: + rst 38h ;f83d ff . + rst 38h ;f83e ff . +lf83fh: + rst 38h ;f83f ff . + rst 38h ;f840 ff . +lf841h: + rst 38h ;f841 ff . + rst 38h ;f842 ff . +lf843h: + rst 38h ;f843 ff . + rst 38h ;f844 ff . +lf845h: + rst 38h ;f845 ff . + rst 38h ;f846 ff . +lf847h: + rst 38h ;f847 ff . + rst 38h ;f848 ff . +lf849h: + rst 38h ;f849 ff . + rst 38h ;f84a ff . +lf84bh: + rst 38h ;f84b ff . + rst 38h ;f84c ff . +lf84dh: + rst 38h ;f84d ff . + rst 38h ;f84e ff . + rst 38h ;f84f ff . + rst 38h ;f850 ff . + rst 38h ;f851 ff . + rst 38h ;f852 ff . + rst 38h ;f853 ff . + rst 38h ;f854 ff . + rst 38h ;f855 ff . + rst 38h ;f856 ff . +lf857h: + rst 38h ;f857 ff . +lf858h: + rst 38h ;f858 ff . +lf859h: + rst 38h ;f859 ff . + rst 38h ;f85a ff . +lf85bh: + rst 38h ;f85b ff . + rst 38h ;f85c ff . +lf85dh: + rst 38h ;f85d ff . + rst 38h ;f85e ff . +lf85fh: + rst 38h ;f85f ff . + rst 38h ;f860 ff . +lf861h: + rst 38h ;f861 ff . +lf862h: + rst 38h ;f862 ff . +lf863h: + rst 38h ;f863 ff . + rst 38h ;f864 ff . +lf865h: + rst 38h ;f865 ff . + rst 38h ;f866 ff . +lf867h: + rst 38h ;f867 ff . + rst 38h ;f868 ff . +lf869h: + rst 38h ;f869 ff . + rst 38h ;f86a ff . + rst 38h ;f86b ff . + rst 38h ;f86c ff . + rst 38h ;f86d ff . + rst 38h ;f86e ff . + rst 38h ;f86f ff . + rst 38h ;f870 ff . + rst 38h ;f871 ff . + rst 38h ;f872 ff . +lf873h: + rst 38h ;f873 ff . +lf874h: + rst 38h ;f874 ff . + rst 38h ;f875 ff . +lf876h: + rst 38h ;f876 ff . + rst 38h ;f877 ff . +lf878h: + rst 38h ;f878 ff . + rst 38h ;f879 ff . +lf87ah: + rst 38h ;f87a ff . + rst 38h ;f87b ff . +lf87ch: + rst 38h ;f87c ff . + rst 38h ;f87d ff . +lf87eh: + rst 38h ;f87e ff . +lf87fh: + rst 38h ;f87f ff . + rst 38h ;f880 ff . +lf881h: + rst 38h ;f881 ff . + rst 38h ;f882 ff . +lf883h: + rst 38h ;f883 ff . +lf884h: + rst 38h ;f884 ff . + rst 38h ;f885 ff . +lf886h: + rst 38h ;f886 ff . + rst 38h ;f887 ff . +lf888h: + rst 38h ;f888 ff . + rst 38h ;f889 ff . +lf88ah: + rst 38h ;f88a ff . + rst 38h ;f88b ff . +lf88ch: + rst 38h ;f88c ff . + rst 38h ;f88d ff . +lf88eh: + rst 38h ;f88e ff . + rst 38h ;f88f ff . +lf890h: + rst 38h ;f890 ff . + rst 38h ;f891 ff . +lf892h: + rst 38h ;f892 ff . + rst 38h ;f893 ff . +lf894h: + rst 38h ;f894 ff . + rst 38h ;f895 ff . +lf896h: + rst 38h ;f896 ff . + rst 38h ;f897 ff . +lf898h: + rst 38h ;f898 ff . + rst 38h ;f899 ff . +lf89ah: + rst 38h ;f89a ff . + rst 38h ;f89b ff . +lf89ch: + rst 38h ;f89c ff . + rst 38h ;f89d ff . +lf89eh: + rst 38h ;f89e ff . + rst 38h ;f89f ff . +lf8a0h: + rst 38h ;f8a0 ff . +lf8a1h: + rst 38h ;f8a1 ff . + rst 38h ;f8a2 ff . +lf8a3h: + rst 38h ;f8a3 ff . +lf8a4h: + rst 38h ;f8a4 ff . + rst 38h ;f8a5 ff . +lf8a6h: + rst 38h ;f8a6 ff . + rst 38h ;f8a7 ff . +lf8a8h: + rst 38h ;f8a8 ff . + rst 38h ;f8a9 ff . +lf8aah: + rst 38h ;f8aa ff . + rst 38h ;f8ab ff . +lf8ach: + rst 38h ;f8ac ff . + rst 38h ;f8ad ff . +lf8aeh: + rst 38h ;f8ae ff . + rst 38h ;f8af ff . +lf8b0h: + rst 38h ;f8b0 ff . + rst 38h ;f8b1 ff . +lf8b2h: + rst 38h ;f8b2 ff . + rst 38h ;f8b3 ff . +lf8b4h: + rst 38h ;f8b4 ff . + rst 38h ;f8b5 ff . +lf8b6h: + rst 38h ;f8b6 ff . + rst 38h ;f8b7 ff . +lf8b8h: + rst 38h ;f8b8 ff . + rst 38h ;f8b9 ff . +lf8bah: + rst 38h ;f8ba ff . + rst 38h ;f8bb ff . +lf8bch: + rst 38h ;f8bc ff . + rst 38h ;f8bd ff . +lf8beh: + rst 38h ;f8be ff . + rst 38h ;f8bf ff . +lf8c0h: + rst 38h ;f8c0 ff . + rst 38h ;f8c1 ff . +lf8c2h: + rst 38h ;f8c2 ff . + rst 38h ;f8c3 ff . +lf8c4h: + rst 38h ;f8c4 ff . + rst 38h ;f8c5 ff . +lf8c6h: + rst 38h ;f8c6 ff . + rst 38h ;f8c7 ff . +lf8c8h: + rst 38h ;f8c8 ff . + rst 38h ;f8c9 ff . +lf8cah: + rst 38h ;f8ca ff . + rst 38h ;f8cb ff . +lf8cch: + rst 38h ;f8cc ff . + rst 38h ;f8cd ff . +lf8ceh: + rst 38h ;f8ce ff . + rst 38h ;f8cf ff . +lf8d0h: + rst 38h ;f8d0 ff . + rst 38h ;f8d1 ff . +lf8d2h: + rst 38h ;f8d2 ff . + rst 38h ;f8d3 ff . +lf8d4h: + rst 38h ;f8d4 ff . + rst 38h ;f8d5 ff . +lf8d6h: + rst 38h ;f8d6 ff . + rst 38h ;f8d7 ff . +lf8d8h: + rst 38h ;f8d8 ff . + rst 38h ;f8d9 ff . +lf8dah: + rst 38h ;f8da ff . + rst 38h ;f8db ff . +lf8dch: + rst 38h ;f8dc ff . + rst 38h ;f8dd ff . +lf8deh: + rst 38h ;f8de ff . + rst 38h ;f8df ff . +lf8e0h: + rst 38h ;f8e0 ff . + rst 38h ;f8e1 ff . +lf8e2h: + rst 38h ;f8e2 ff . + rst 38h ;f8e3 ff . +lf8e4h: + rst 38h ;f8e4 ff . + rst 38h ;f8e5 ff . +lf8e6h: + rst 38h ;f8e6 ff . + rst 38h ;f8e7 ff . + rst 38h ;f8e8 ff . +lf8e9h: + rst 38h ;f8e9 ff . +lf8eah: + rst 38h ;f8ea ff . + rst 38h ;f8eb ff . + rst 38h ;f8ec ff . +lf8edh: + rst 38h ;f8ed ff . + rst 38h ;f8ee ff . +lf8efh: + rst 38h ;f8ef ff . + rst 38h ;f8f0 ff . +lf8f1h: + rst 38h ;f8f1 ff . + rst 38h ;f8f2 ff . +lf8f3h: + rst 38h ;f8f3 ff . + rst 38h ;f8f4 ff . +lf8f5h: + rst 38h ;f8f5 ff . +lf8f6h: + rst 38h ;f8f6 ff . +lf8f7h: + rst 38h ;f8f7 ff . +lf8f8h: + rst 38h ;f8f8 ff . + rst 38h ;f8f9 ff . +lf8fah: + rst 38h ;f8fa ff . + rst 38h ;f8fb ff . +lf8fch: + rst 38h ;f8fc ff . +lf8fdh: + rst 38h ;f8fd ff . +lf8feh: + rst 38h ;f8fe ff . +lf8ffh: + rst 38h ;f8ff ff . + rst 38h ;f900 ff . +lf901h: + rst 38h ;f901 ff . + rst 38h ;f902 ff . +lf903h: + rst 38h ;f903 ff . + rst 38h ;f904 ff . +lf905h: + rst 38h ;f905 ff . + rst 38h ;f906 ff . +lf907h: + rst 38h ;f907 ff . + rst 38h ;f908 ff . +lf909h: + rst 38h ;f909 ff . + rst 38h ;f90a ff . +lf90bh: + rst 38h ;f90b ff . + rst 38h ;f90c ff . +lf90dh: + rst 38h ;f90d ff . + rst 38h ;f90e ff . +lf90fh: + rst 38h ;f90f ff . + rst 38h ;f910 ff . +lf911h: + rst 38h ;f911 ff . + rst 38h ;f912 ff . +lf913h: + rst 38h ;f913 ff . + rst 38h ;f914 ff . +lf915h: + rst 38h ;f915 ff . + rst 38h ;f916 ff . +lf917h: + rst 38h ;f917 ff . + rst 38h ;f918 ff . +lf919h: + rst 38h ;f919 ff . + rst 38h ;f91a ff . +lf91bh: + rst 38h ;f91b ff . + rst 38h ;f91c ff . +lf91dh: + rst 38h ;f91d ff . + rst 38h ;f91e ff . +lf91fh: + rst 38h ;f91f ff . + rst 38h ;f920 ff . +lf921h: + rst 38h ;f921 ff . + rst 38h ;f922 ff . +lf923h: + rst 38h ;f923 ff . +lf924h: + rst 38h ;f924 ff . + rst 38h ;f925 ff . +lf926h: + rst 38h ;f926 ff . + rst 38h ;f927 ff . +lf928h: + rst 38h ;f928 ff . + rst 38h ;f929 ff . +lf92ah: + rst 38h ;f92a ff . + rst 38h ;f92b ff . +lf92ch: + rst 38h ;f92c ff . +lf92dh: + rst 38h ;f92d ff . + rst 38h ;f92e ff . +lf92fh: + rst 38h ;f92f ff . + rst 38h ;f930 ff . +lf931h: + rst 38h ;f931 ff . + rst 38h ;f932 ff . +lf933h: + rst 38h ;f933 ff . + rst 38h ;f934 ff . +lf935h: + rst 38h ;f935 ff . +lf936h: + rst 38h ;f936 ff . +lf937h: + rst 38h ;f937 ff . +lf938h: + rst 38h ;f938 ff . +lf939h: + rst 38h ;f939 ff . + rst 38h ;f93a ff . +lf93bh: + rst 38h ;f93b ff . + rst 38h ;f93c ff . +lf93dh: + rst 38h ;f93d ff . + rst 38h ;f93e ff . +lf93fh: + rst 38h ;f93f ff . + rst 38h ;f940 ff . +lf941h: + rst 38h ;f941 ff . +lf942h: + rst 38h ;f942 ff . + rst 38h ;f943 ff . +lf944h: + rst 38h ;f944 ff . + rst 38h ;f945 ff . +lf946h: + rst 38h ;f946 ff . + rst 38h ;f947 ff . +lf948h: + rst 38h ;f948 ff . + rst 38h ;f949 ff . +lf94ah: + rst 38h ;f94a ff . + rst 38h ;f94b ff . +lf94ch: + rst 38h ;f94c ff . + rst 38h ;f94d ff . +lf94eh: + rst 38h ;f94e ff . +lf94fh: + rst 38h ;f94f ff . +lf950h: + rst 38h ;f950 ff . +lf951h: + rst 38h ;f951 ff . + rst 38h ;f952 ff . +lf953h: + rst 38h ;f953 ff . + rst 38h ;f954 ff . +lf955h: + rst 38h ;f955 ff . + rst 38h ;f956 ff . +lf957h: + rst 38h ;f957 ff . + rst 38h ;f958 ff . +lf959h: + rst 38h ;f959 ff . + rst 38h ;f95a ff . +lf95bh: + rst 38h ;f95b ff . + rst 38h ;f95c ff . +lf95dh: + rst 38h ;f95d ff . + rst 38h ;f95e ff . +lf95fh: + rst 38h ;f95f ff . + rst 38h ;f960 ff . +lf961h: + rst 38h ;f961 ff . + rst 38h ;f962 ff . +lf963h: + rst 38h ;f963 ff . + rst 38h ;f964 ff . +lf965h: + rst 38h ;f965 ff . + rst 38h ;f966 ff . +lf967h: + rst 38h ;f967 ff . + rst 38h ;f968 ff . +lf969h: + rst 38h ;f969 ff . + rst 38h ;f96a ff . +lf96bh: + rst 38h ;f96b ff . + rst 38h ;f96c ff . +lf96dh: + rst 38h ;f96d ff . + rst 38h ;f96e ff . +lf96fh: + rst 38h ;f96f ff . + rst 38h ;f970 ff . +lf971h: + rst 38h ;f971 ff . + rst 38h ;f972 ff . +lf973h: + rst 38h ;f973 ff . + rst 38h ;f974 ff . +lf975h: + rst 38h ;f975 ff . + rst 38h ;f976 ff . + rst 38h ;f977 ff . + rst 38h ;f978 ff . + rst 38h ;f979 ff . + rst 38h ;f97a ff . + rst 38h ;f97b ff . + rst 38h ;f97c ff . + rst 38h ;f97d ff . + rst 38h ;f97e ff . + rst 38h ;f97f ff . + rst 38h ;f980 ff . + rst 38h ;f981 ff . + rst 38h ;f982 ff . + rst 38h ;f983 ff . + rst 38h ;f984 ff . + rst 38h ;f985 ff . + rst 38h ;f986 ff . + rst 38h ;f987 ff . + rst 38h ;f988 ff . + rst 38h ;f989 ff . +sub_f98ah: + rst 38h ;f98a ff . + rst 38h ;f98b ff . + rst 38h ;f98c ff . + rst 38h ;f98d ff . + rst 38h ;f98e ff . + rst 38h ;f98f ff . + rst 38h ;f990 ff . + rst 38h ;f991 ff . + rst 38h ;f992 ff . + rst 38h ;f993 ff . + rst 38h ;f994 ff . + rst 38h ;f995 ff . + rst 38h ;f996 ff . + rst 38h ;f997 ff . + rst 38h ;f998 ff . + rst 38h ;f999 ff . + rst 38h ;f99a ff . + rst 38h ;f99b ff . + rst 38h ;f99c ff . + rst 38h ;f99d ff . + rst 38h ;f99e ff . + rst 38h ;f99f ff . + rst 38h ;f9a0 ff . + rst 38h ;f9a1 ff . + rst 38h ;f9a2 ff . + rst 38h ;f9a3 ff . + rst 38h ;f9a4 ff . + rst 38h ;f9a5 ff . + rst 38h ;f9a6 ff . + rst 38h ;f9a7 ff . + rst 38h ;f9a8 ff . + rst 38h ;f9a9 ff . + rst 38h ;f9aa ff . + rst 38h ;f9ab ff . + rst 38h ;f9ac ff . + rst 38h ;f9ad ff . + rst 38h ;f9ae ff . + rst 38h ;f9af ff . + rst 38h ;f9b0 ff . + rst 38h ;f9b1 ff . + rst 38h ;f9b2 ff . + rst 38h ;f9b3 ff . + rst 38h ;f9b4 ff . + rst 38h ;f9b5 ff . + rst 38h ;f9b6 ff . + rst 38h ;f9b7 ff . + rst 38h ;f9b8 ff . + rst 38h ;f9b9 ff . + rst 38h ;f9ba ff . + rst 38h ;f9bb ff . + rst 38h ;f9bc ff . + rst 38h ;f9bd ff . + rst 38h ;f9be ff . + rst 38h ;f9bf ff . + rst 38h ;f9c0 ff . + rst 38h ;f9c1 ff . + rst 38h ;f9c2 ff . + rst 38h ;f9c3 ff . + rst 38h ;f9c4 ff . + rst 38h ;f9c5 ff . + rst 38h ;f9c6 ff . + rst 38h ;f9c7 ff . + rst 38h ;f9c8 ff . + rst 38h ;f9c9 ff . + rst 38h ;f9ca ff . + rst 38h ;f9cb ff . + rst 38h ;f9cc ff . + rst 38h ;f9cd ff . + rst 38h ;f9ce ff . +lf9cfh: + rst 38h ;f9cf ff . + rst 38h ;f9d0 ff . + rst 38h ;f9d1 ff . + rst 38h ;f9d2 ff . + rst 38h ;f9d3 ff . + rst 38h ;f9d4 ff . + rst 38h ;f9d5 ff . + rst 38h ;f9d6 ff . + rst 38h ;f9d7 ff . + rst 38h ;f9d8 ff . + rst 38h ;f9d9 ff . + rst 38h ;f9da ff . + rst 38h ;f9db ff . + rst 38h ;f9dc ff . + rst 38h ;f9dd ff . + rst 38h ;f9de ff . + rst 38h ;f9df ff . + rst 38h ;f9e0 ff . + rst 38h ;f9e1 ff . + rst 38h ;f9e2 ff . + rst 38h ;f9e3 ff . + rst 38h ;f9e4 ff . + rst 38h ;f9e5 ff . + rst 38h ;f9e6 ff . + rst 38h ;f9e7 ff . + rst 38h ;f9e8 ff . + rst 38h ;f9e9 ff . + rst 38h ;f9ea ff . + rst 38h ;f9eb ff . + rst 38h ;f9ec ff . + rst 38h ;f9ed ff . + rst 38h ;f9ee ff . + rst 38h ;f9ef ff . + rst 38h ;f9f0 ff . + rst 38h ;f9f1 ff . + rst 38h ;f9f2 ff . + rst 38h ;f9f3 ff . + rst 38h ;f9f4 ff . +lf9f5h: + rst 38h ;f9f5 ff . +lf9f6h: + rst 38h ;f9f6 ff . +lf9f7h: + rst 38h ;f9f7 ff . +lf9f8h: + rst 38h ;f9f8 ff . +lf9f9h: + rst 38h ;f9f9 ff . +lf9fah: + rst 38h ;f9fa ff . + rst 38h ;f9fb ff . +lf9fch: + rst 38h ;f9fc ff . + rst 38h ;f9fd ff . +lf9feh: + rst 38h ;f9fe ff . + rst 38h ;f9ff ff . +lfa00h: + rst 38h ;fa00 ff . + rst 38h ;fa01 ff . +lfa02h: + rst 38h ;fa02 ff . + rst 38h ;fa03 ff . +lfa04h: + rst 38h ;fa04 ff . + rst 38h ;fa05 ff . +lfa06h: + rst 38h ;fa06 ff . +lfa07h: + rst 38h ;fa07 ff . +lfa08h: + rst 38h ;fa08 ff . + rst 38h ;fa09 ff . +lfa0ah: + rst 38h ;fa0a ff . +lfa0bh: + rst 38h ;fa0b ff . +lfa0ch: + rst 38h ;fa0c ff . +lfa0dh: + rst 38h ;fa0d ff . + rst 38h ;fa0e ff . +lfa0fh: + rst 38h ;fa0f ff . +lfa10h: + rst 38h ;fa10 ff . +lfa11h: + rst 38h ;fa11 ff . + rst 38h ;fa12 ff . +lfa13h: + rst 38h ;fa13 ff . + rst 38h ;fa14 ff . +lfa15h: + rst 38h ;fa15 ff . + rst 38h ;fa16 ff . +lfa17h: + rst 38h ;fa17 ff . +lfa18h: + rst 38h ;fa18 ff . +lfa19h: + rst 38h ;fa19 ff . + rst 38h ;fa1a ff . +lfa1bh: + rst 38h ;fa1b ff . + rst 38h ;fa1c ff . +lfa1dh: + rst 38h ;fa1d ff . + rst 38h ;fa1e ff . +lfa1fh: + rst 38h ;fa1f ff . +lfa20h: + rst 38h ;fa20 ff . +lfa21h: + rst 38h ;fa21 ff . + rst 38h ;fa22 ff . +lfa23h: + rst 38h ;fa23 ff . + rst 38h ;fa24 ff . +lfa25h: + rst 38h ;fa25 ff . + rst 38h ;fa26 ff . +lfa27h: + rst 38h ;fa27 ff . +lfa28h: + rst 38h ;fa28 ff . +lfa29h: + rst 38h ;fa29 ff . + rst 38h ;fa2a ff . +lfa2bh: + rst 38h ;fa2b ff . + rst 38h ;fa2c ff . +lfa2dh: + rst 38h ;fa2d ff . + rst 38h ;fa2e ff . +lfa2fh: + rst 38h ;fa2f ff . +lfa30h: + rst 38h ;fa30 ff . +lfa31h: + rst 38h ;fa31 ff . + rst 38h ;fa32 ff . +lfa33h: + rst 38h ;fa33 ff . +lfa34h: + rst 38h ;fa34 ff . +lfa35h: + rst 38h ;fa35 ff . + rst 38h ;fa36 ff . +lfa37h: + rst 38h ;fa37 ff . +lfa38h: + rst 38h ;fa38 ff . +lfa39h: + rst 38h ;fa39 ff . + rst 38h ;fa3a ff . +lfa3bh: + rst 38h ;fa3b ff . + rst 38h ;fa3c ff . +lfa3dh: + rst 38h ;fa3d ff . + rst 38h ;fa3e ff . +lfa3fh: + rst 38h ;fa3f ff . +lfa40h: + rst 38h ;fa40 ff . + rst 38h ;fa41 ff . +lfa42h: + rst 38h ;fa42 ff . +lfa43h: + rst 38h ;fa43 ff . + rst 38h ;fa44 ff . +lfa45h: + rst 38h ;fa45 ff . + rst 38h ;fa46 ff . + rst 38h ;fa47 ff . +lfa48h: + rst 38h ;fa48 ff . + rst 38h ;fa49 ff . + rst 38h ;fa4a ff . +lfa4bh: + rst 38h ;fa4b ff . +lfa4ch: + rst 38h ;fa4c ff . +lfa4dh: + rst 38h ;fa4d ff . +lfa4eh: + rst 38h ;fa4e ff . +lfa4fh: + rst 38h ;fa4f ff . +lfa50h: + rst 38h ;fa50 ff . + rst 38h ;fa51 ff . +lfa52h: + rst 38h ;fa52 ff . +lfa53h: + rst 38h ;fa53 ff . +lfa54h: + rst 38h ;fa54 ff . +lfa55h: + rst 38h ;fa55 ff . +lfa56h: + rst 38h ;fa56 ff . + rst 38h ;fa57 ff . +lfa58h: + rst 38h ;fa58 ff . +lfa59h: + rst 38h ;fa59 ff . +lfa5ah: + rst 38h ;fa5a ff . +lfa5bh: + rst 38h ;fa5b ff . +lfa5ch: + rst 38h ;fa5c ff . +lfa5dh: + rst 38h ;fa5d ff . +lfa5eh: + rst 38h ;fa5e ff . + rst 38h ;fa5f ff . +lfa60h: + rst 38h ;fa60 ff . + rst 38h ;fa61 ff . +lfa62h: + rst 38h ;fa62 ff . + rst 38h ;fa63 ff . +lfa64h: + rst 38h ;fa64 ff . +lfa65h: + rst 38h ;fa65 ff . +lfa66h: + rst 38h ;fa66 ff . +lfa67h: + rst 38h ;fa67 ff . +lfa68h: + rst 38h ;fa68 ff . +lfa69h: + rst 38h ;fa69 ff . + rst 38h ;fa6a ff . +lfa6bh: + rst 38h ;fa6b ff . +lfa6ch: + rst 38h ;fa6c ff . +lfa6dh: + rst 38h ;fa6d ff . +lfa6eh: + rst 38h ;fa6e ff . +lfa6fh: + rst 38h ;fa6f ff . +lfa70h: + rst 38h ;fa70 ff . +lfa71h: + rst 38h ;fa71 ff . +lfa72h: + rst 38h ;fa72 ff . + rst 38h ;fa73 ff . +lfa74h: + rst 38h ;fa74 ff . +lfa75h: + rst 38h ;fa75 ff . +lfa76h: + rst 38h ;fa76 ff . +lfa77h: + rst 38h ;fa77 ff . +lfa78h: + rst 38h ;fa78 ff . +lfa79h: + rst 38h ;fa79 ff . + rst 38h ;fa7a ff . +lfa7bh: + rst 38h ;fa7b ff . + rst 38h ;fa7c ff . +lfa7dh: + rst 38h ;fa7d ff . +lfa7eh: + rst 38h ;fa7e ff . + rst 38h ;fa7f ff . +lfa80h: + rst 38h ;fa80 ff . +lfa81h: + rst 38h ;fa81 ff . +lfa82h: + rst 38h ;fa82 ff . +lfa83h: + rst 38h ;fa83 ff . +lfa84h: + rst 38h ;fa84 ff . +lfa85h: + rst 38h ;fa85 ff . + rst 38h ;fa86 ff . +lfa87h: + rst 38h ;fa87 ff . +lfa88h: + rst 38h ;fa88 ff . +lfa89h: + rst 38h ;fa89 ff . + rst 38h ;fa8a ff . +lfa8bh: + rst 38h ;fa8b ff . + rst 38h ;fa8c ff . +lfa8dh: + rst 38h ;fa8d ff . + rst 38h ;fa8e ff . +lfa8fh: + rst 38h ;fa8f ff . +lfa90h: + rst 38h ;fa90 ff . +lfa91h: + rst 38h ;fa91 ff . +lfa92h: + rst 38h ;fa92 ff . +lfa93h: + rst 38h ;fa93 ff . + rst 38h ;fa94 ff . +lfa95h: + rst 38h ;fa95 ff . + rst 38h ;fa96 ff . +lfa97h: + rst 38h ;fa97 ff . + rst 38h ;fa98 ff . +lfa99h: + rst 38h ;fa99 ff . + rst 38h ;fa9a ff . +lfa9bh: + rst 38h ;fa9b ff . +lfa9ch: + rst 38h ;fa9c ff . +lfa9dh: + rst 38h ;fa9d ff . +lfa9eh: + rst 38h ;fa9e ff . +lfa9fh: + rst 38h ;fa9f ff . +lfaa0h: + rst 38h ;faa0 ff . +lfaa1h: + rst 38h ;faa1 ff . + rst 38h ;faa2 ff . +lfaa3h: + rst 38h ;faa3 ff . +lfaa4h: + rst 38h ;faa4 ff . +lfaa5h: + rst 38h ;faa5 ff . +lfaa6h: + rst 38h ;faa6 ff . +lfaa7h: + rst 38h ;faa7 ff . + rst 38h ;faa8 ff . +lfaa9h: + rst 38h ;faa9 ff . + rst 38h ;faaa ff . +lfaabh: + rst 38h ;faab ff . +lfaach: + rst 38h ;faac ff . +lfaadh: + rst 38h ;faad ff . +lfaaeh: + rst 38h ;faae ff . +lfaafh: + rst 38h ;faaf ff . +lfab0h: + rst 38h ;fab0 ff . +lfab1h: + rst 38h ;fab1 ff . + rst 38h ;fab2 ff . + rst 38h ;fab3 ff . + rst 38h ;fab4 ff . + rst 38h ;fab5 ff . + rst 38h ;fab6 ff . +lfab7h: + rst 38h ;fab7 ff . + rst 38h ;fab8 ff . +lfab9h: + rst 38h ;fab9 ff . +lfabah: + rst 38h ;faba ff . +lfabbh: + rst 38h ;fabb ff . + rst 38h ;fabc ff . +lfabdh: + rst 38h ;fabd ff . +lfabeh: + rst 38h ;fabe ff . +lfabfh: + rst 38h ;fabf ff . + rst 38h ;fac0 ff . +lfac1h: + rst 38h ;fac1 ff . +lfac2h: + rst 38h ;fac2 ff . +lfac3h: + rst 38h ;fac3 ff . +lfac4h: + rst 38h ;fac4 ff . +lfac5h: + rst 38h ;fac5 ff . + rst 38h ;fac6 ff . +lfac7h: + rst 38h ;fac7 ff . + rst 38h ;fac8 ff . +lfac9h: + rst 38h ;fac9 ff . + rst 38h ;faca ff . +lfacbh: + rst 38h ;facb ff . + rst 38h ;facc ff . +lfacdh: + rst 38h ;facd ff . + rst 38h ;face ff . +lfacfh: + rst 38h ;facf ff . + rst 38h ;fad0 ff . +lfad1h: + rst 38h ;fad1 ff . +lfad2h: + rst 38h ;fad2 ff . +lfad3h: + rst 38h ;fad3 ff . + rst 38h ;fad4 ff . +lfad5h: + rst 38h ;fad5 ff . +lfad6h: + rst 38h ;fad6 ff . +lfad7h: + rst 38h ;fad7 ff . +lfad8h: + rst 38h ;fad8 ff . +lfad9h: + rst 38h ;fad9 ff . + rst 38h ;fada ff . +lfadbh: + rst 38h ;fadb ff . +lfadch: + rst 38h ;fadc ff . +lfaddh: + rst 38h ;fadd ff . +lfadeh: + rst 38h ;fade ff . +lfadfh: + rst 38h ;fadf ff . + rst 38h ;fae0 ff . +lfae1h: + rst 38h ;fae1 ff . +lfae2h: + rst 38h ;fae2 ff . +lfae3h: + rst 38h ;fae3 ff . +lfae4h: + rst 38h ;fae4 ff . +lfae5h: + rst 38h ;fae5 ff . + rst 38h ;fae6 ff . + rst 38h ;fae7 ff . +lfae8h: + rst 38h ;fae8 ff . +lfae9h: + rst 38h ;fae9 ff . + rst 38h ;faea ff . +lfaebh: + rst 38h ;faeb ff . + rst 38h ;faec ff . +lfaedh: + rst 38h ;faed ff . +lfaeeh: + rst 38h ;faee ff . +lfaefh: + rst 38h ;faef ff . +lfaf0h: + rst 38h ;faf0 ff . +lfaf1h: + rst 38h ;faf1 ff . +lfaf2h: + rst 38h ;faf2 ff . +lfaf3h: + rst 38h ;faf3 ff . + rst 38h ;faf4 ff . +lfaf5h: + rst 38h ;faf5 ff . + rst 38h ;faf6 ff . +lfaf7h: + rst 38h ;faf7 ff . +lfaf8h: + rst 38h ;faf8 ff . +lfaf9h: + rst 38h ;faf9 ff . +lfafah: + rst 38h ;fafa ff . +lfafbh: + rst 38h ;fafb ff . +lfafch: + rst 38h ;fafc ff . +lfafdh: + rst 38h ;fafd ff . + rst 38h ;fafe ff . +lfaffh: + rst 38h ;faff ff . +lfb00h: + rst 38h ;fb00 ff . +lfb01h: + rst 38h ;fb01 ff . + rst 38h ;fb02 ff . +lfb03h: + rst 38h ;fb03 ff . + rst 38h ;fb04 ff . +lfb05h: + rst 38h ;fb05 ff . + rst 38h ;fb06 ff . +lfb07h: + rst 38h ;fb07 ff . + rst 38h ;fb08 ff . +lfb09h: + rst 38h ;fb09 ff . + rst 38h ;fb0a ff . +lfb0bh: + rst 38h ;fb0b ff . + rst 38h ;fb0c ff . +lfb0dh: + rst 38h ;fb0d ff . + rst 38h ;fb0e ff . +lfb0fh: + rst 38h ;fb0f ff . + rst 38h ;fb10 ff . +lfb11h: + rst 38h ;fb11 ff . + rst 38h ;fb12 ff . +lfb13h: + rst 38h ;fb13 ff . + rst 38h ;fb14 ff . +lfb15h: + rst 38h ;fb15 ff . + rst 38h ;fb16 ff . +lfb17h: + rst 38h ;fb17 ff . + rst 38h ;fb18 ff . +lfb19h: + rst 38h ;fb19 ff . + rst 38h ;fb1a ff . +lfb1bh: + rst 38h ;fb1b ff . + rst 38h ;fb1c ff . +lfb1dh: + rst 38h ;fb1d ff . + rst 38h ;fb1e ff . + rst 38h ;fb1f ff . + rst 38h ;fb20 ff . + rst 38h ;fb21 ff . + rst 38h ;fb22 ff . + rst 38h ;fb23 ff . + rst 38h ;fb24 ff . + rst 38h ;fb25 ff . + rst 38h ;fb26 ff . + rst 38h ;fb27 ff . + rst 38h ;fb28 ff . + rst 38h ;fb29 ff . + rst 38h ;fb2a ff . + rst 38h ;fb2b ff . + rst 38h ;fb2c ff . + rst 38h ;fb2d ff . + rst 38h ;fb2e ff . + rst 38h ;fb2f ff . + rst 38h ;fb30 ff . + rst 38h ;fb31 ff . + rst 38h ;fb32 ff . + rst 38h ;fb33 ff . + rst 38h ;fb34 ff . + rst 38h ;fb35 ff . + rst 38h ;fb36 ff . + rst 38h ;fb37 ff . + rst 38h ;fb38 ff . + rst 38h ;fb39 ff . + rst 38h ;fb3a ff . + rst 38h ;fb3b ff . + rst 38h ;fb3c ff . + rst 38h ;fb3d ff . + rst 38h ;fb3e ff . + rst 38h ;fb3f ff . + rst 38h ;fb40 ff . + rst 38h ;fb41 ff . + rst 38h ;fb42 ff . + rst 38h ;fb43 ff . + rst 38h ;fb44 ff . + rst 38h ;fb45 ff . + rst 38h ;fb46 ff . + rst 38h ;fb47 ff . + rst 38h ;fb48 ff . + rst 38h ;fb49 ff . + rst 38h ;fb4a ff . + rst 38h ;fb4b ff . + rst 38h ;fb4c ff . + rst 38h ;fb4d ff . + rst 38h ;fb4e ff . + rst 38h ;fb4f ff . + rst 38h ;fb50 ff . + rst 38h ;fb51 ff . + rst 38h ;fb52 ff . + rst 38h ;fb53 ff . + rst 38h ;fb54 ff . + rst 38h ;fb55 ff . + rst 38h ;fb56 ff . + rst 38h ;fb57 ff . + rst 38h ;fb58 ff . + rst 38h ;fb59 ff . + rst 38h ;fb5a ff . + rst 38h ;fb5b ff . + rst 38h ;fb5c ff . + rst 38h ;fb5d ff . + rst 38h ;fb5e ff . + rst 38h ;fb5f ff . + rst 38h ;fb60 ff . + rst 38h ;fb61 ff . + rst 38h ;fb62 ff . + rst 38h ;fb63 ff . + rst 38h ;fb64 ff . + rst 38h ;fb65 ff . + rst 38h ;fb66 ff . + rst 38h ;fb67 ff . + rst 38h ;fb68 ff . + rst 38h ;fb69 ff . + rst 38h ;fb6a ff . + rst 38h ;fb6b ff . + rst 38h ;fb6c ff . + rst 38h ;fb6d ff . + rst 38h ;fb6e ff . + rst 38h ;fb6f ff . + rst 38h ;fb70 ff . + rst 38h ;fb71 ff . + rst 38h ;fb72 ff . + rst 38h ;fb73 ff . + rst 38h ;fb74 ff . + rst 38h ;fb75 ff . + rst 38h ;fb76 ff . + rst 38h ;fb77 ff . + rst 38h ;fb78 ff . + rst 38h ;fb79 ff . + rst 38h ;fb7a ff . + rst 38h ;fb7b ff . + rst 38h ;fb7c ff . + rst 38h ;fb7d ff . + rst 38h ;fb7e ff . + rst 38h ;fb7f ff . + rst 38h ;fb80 ff . + rst 38h ;fb81 ff . + rst 38h ;fb82 ff . + rst 38h ;fb83 ff . + rst 38h ;fb84 ff . + rst 38h ;fb85 ff . + rst 38h ;fb86 ff . + rst 38h ;fb87 ff . + rst 38h ;fb88 ff . + rst 38h ;fb89 ff . + rst 38h ;fb8a ff . + rst 38h ;fb8b ff . + rst 38h ;fb8c ff . + rst 38h ;fb8d ff . + rst 38h ;fb8e ff . + rst 38h ;fb8f ff . + rst 38h ;fb90 ff . + rst 38h ;fb91 ff . + rst 38h ;fb92 ff . + rst 38h ;fb93 ff . + rst 38h ;fb94 ff . + rst 38h ;fb95 ff . + rst 38h ;fb96 ff . + rst 38h ;fb97 ff . + rst 38h ;fb98 ff . + rst 38h ;fb99 ff . + rst 38h ;fb9a ff . + rst 38h ;fb9b ff . + rst 38h ;fb9c ff . + rst 38h ;fb9d ff . + rst 38h ;fb9e ff . + rst 38h ;fb9f ff . + rst 38h ;fba0 ff . + rst 38h ;fba1 ff . + rst 38h ;fba2 ff . + rst 38h ;fba3 ff . + rst 38h ;fba4 ff . + rst 38h ;fba5 ff . + rst 38h ;fba6 ff . + rst 38h ;fba7 ff . + rst 38h ;fba8 ff . + rst 38h ;fba9 ff . + rst 38h ;fbaa ff . + rst 38h ;fbab ff . + rst 38h ;fbac ff . + rst 38h ;fbad ff . + rst 38h ;fbae ff . + rst 38h ;fbaf ff . + rst 38h ;fbb0 ff . + rst 38h ;fbb1 ff . + rst 38h ;fbb2 ff . + rst 38h ;fbb3 ff . + rst 38h ;fbb4 ff . + rst 38h ;fbb5 ff . + rst 38h ;fbb6 ff . + rst 38h ;fbb7 ff . + rst 38h ;fbb8 ff . + rst 38h ;fbb9 ff . + rst 38h ;fbba ff . + rst 38h ;fbbb ff . + rst 38h ;fbbc ff . + rst 38h ;fbbd ff . + rst 38h ;fbbe ff . + rst 38h ;fbbf ff . + rst 38h ;fbc0 ff . + rst 38h ;fbc1 ff . + rst 38h ;fbc2 ff . + rst 38h ;fbc3 ff . + rst 38h ;fbc4 ff . + rst 38h ;fbc5 ff . + rst 38h ;fbc6 ff . + rst 38h ;fbc7 ff . + rst 38h ;fbc8 ff . + rst 38h ;fbc9 ff . + rst 38h ;fbca ff . + rst 38h ;fbcb ff . + rst 38h ;fbcc ff . + rst 38h ;fbcd ff . + rst 38h ;fbce ff . + rst 38h ;fbcf ff . + rst 38h ;fbd0 ff . + rst 38h ;fbd1 ff . + rst 38h ;fbd2 ff . + rst 38h ;fbd3 ff . + rst 38h ;fbd4 ff . + rst 38h ;fbd5 ff . + rst 38h ;fbd6 ff . + rst 38h ;fbd7 ff . + rst 38h ;fbd8 ff . + rst 38h ;fbd9 ff . + rst 38h ;fbda ff . + rst 38h ;fbdb ff . + rst 38h ;fbdc ff . + rst 38h ;fbdd ff . + rst 38h ;fbde ff . + rst 38h ;fbdf ff . + rst 38h ;fbe0 ff . +lfbe1h: + rst 38h ;fbe1 ff . + rst 38h ;fbe2 ff . + rst 38h ;fbe3 ff . + rst 38h ;fbe4 ff . + rst 38h ;fbe5 ff . + rst 38h ;fbe6 ff . + rst 38h ;fbe7 ff . + rst 38h ;fbe8 ff . + rst 38h ;fbe9 ff . + rst 38h ;fbea ff . + rst 38h ;fbeb ff . + rst 38h ;fbec ff . + rst 38h ;fbed ff . + rst 38h ;fbee ff . + rst 38h ;fbef ff . + rst 38h ;fbf0 ff . + rst 38h ;fbf1 ff . + rst 38h ;fbf2 ff . + rst 38h ;fbf3 ff . + rst 38h ;fbf4 ff . + rst 38h ;fbf5 ff . + rst 38h ;fbf6 ff . + rst 38h ;fbf7 ff . + rst 38h ;fbf8 ff . + rst 38h ;fbf9 ff . + rst 38h ;fbfa ff . + rst 38h ;fbfb ff . +lfbfch: + rst 38h ;fbfc ff . + rst 38h ;fbfd ff . + rst 38h ;fbfe ff . +lfbffh: + rst 38h ;fbff ff . + rst 38h ;fc00 ff . + rst 38h ;fc01 ff . + rst 38h ;fc02 ff . + rst 38h ;fc03 ff . +sub_fc04h: + rst 38h ;fc04 ff . +sub_fc05h: + rst 38h ;fc05 ff . +sub_fc06h: + rst 38h ;fc06 ff . + rst 38h ;fc07 ff . + rst 38h ;fc08 ff . +sub_fc09h: + rst 38h ;fc09 ff . +sub_fc0ah: + rst 38h ;fc0a ff . + rst 38h ;fc0b ff . +sub_fc0ch: + rst 38h ;fc0c ff . + rst 38h ;fc0d ff . +sub_fc0eh: + rst 38h ;fc0e ff . +sub_fc0fh: + rst 38h ;fc0f ff . + rst 38h ;fc10 ff . +sub_fc11h: + rst 38h ;fc11 ff . + rst 38h ;fc12 ff . +sub_fc13h: + rst 38h ;fc13 ff . +sub_fc14h: + rst 38h ;fc14 ff . +sub_fc15h: + rst 38h ;fc15 ff . + rst 38h ;fc16 ff . +sub_fc17h: + rst 38h ;fc17 ff . +sub_fc18h: + rst 38h ;fc18 ff . + rst 38h ;fc19 ff . +sub_fc1ah: + rst 38h ;fc1a ff . +sub_fc1bh: + rst 38h ;fc1b ff . +sub_fc1ch: + rst 38h ;fc1c ff . + rst 38h ;fc1d ff . + rst 38h ;fc1e ff . +sub_fc1fh: + rst 38h ;fc1f ff . + rst 38h ;fc20 ff . +sub_fc21h: + rst 38h ;fc21 ff . + rst 38h ;fc22 ff . + rst 38h ;fc23 ff . +sub_fc24h: + rst 38h ;fc24 ff . +sub_fc25h: + rst 38h ;fc25 ff . +sub_fc26h: + rst 38h ;fc26 ff . + rst 38h ;fc27 ff . + rst 38h ;fc28 ff . +sub_fc29h: + rst 38h ;fc29 ff . + rst 38h ;fc2a ff . +sub_fc2bh: + rst 38h ;fc2b ff . + rst 38h ;fc2c ff . +sub_fc2dh: + rst 38h ;fc2d ff . +sub_fc2eh: + rst 38h ;fc2e ff . + rst 38h ;fc2f ff . +sub_fc30h: + rst 38h ;fc30 ff . + rst 38h ;fc31 ff . + rst 38h ;fc32 ff . +sub_fc33h: + rst 38h ;fc33 ff . + rst 38h ;fc34 ff . +sub_fc35h: + rst 38h ;fc35 ff . +sub_fc36h: + rst 38h ;fc36 ff . +sub_fc37h: + rst 38h ;fc37 ff . + rst 38h ;fc38 ff . +sub_fc39h: + rst 38h ;fc39 ff . + rst 38h ;fc3a ff . +sub_fc3bh: + rst 38h ;fc3b ff . +sub_fc3ch: + rst 38h ;fc3c ff . +sub_fc3dh: + rst 38h ;fc3d ff . + rst 38h ;fc3e ff . + rst 38h ;fc3f ff . +sub_fc40h: + rst 38h ;fc40 ff . +sub_fc41h: + rst 38h ;fc41 ff . + rst 38h ;fc42 ff . +sub_fc43h: + rst 38h ;fc43 ff . +sub_fc44h: + rst 38h ;fc44 ff . +sub_fc45h: + rst 38h ;fc45 ff . + rst 38h ;fc46 ff . +sub_fc47h: + rst 38h ;fc47 ff . +sub_fc48h: + rst 38h ;fc48 ff . + rst 38h ;fc49 ff . +sub_fc4ah: + rst 38h ;fc4a ff . +sub_fc4bh: + rst 38h ;fc4b ff . +sub_fc4ch: + rst 38h ;fc4c ff . +sub_fc4dh: + rst 38h ;fc4d ff . +sub_fc4eh: + rst 38h ;fc4e ff . +sub_fc4fh: + rst 38h ;fc4f ff . +sub_fc50h: + rst 38h ;fc50 ff . + rst 38h ;fc51 ff . +sub_fc52h: + rst 38h ;fc52 ff . +sub_fc53h: + rst 38h ;fc53 ff . +sub_fc54h: + rst 38h ;fc54 ff . +sub_fc55h: + rst 38h ;fc55 ff . +sub_fc56h: + rst 38h ;fc56 ff . + rst 38h ;fc57 ff . +sub_fc58h: + rst 38h ;fc58 ff . + rst 38h ;fc59 ff . + rst 38h ;fc5a ff . +sub_fc5bh: + rst 38h ;fc5b ff . + rst 38h ;fc5c ff . +sub_fc5dh: + rst 38h ;fc5d ff . +sub_fc5eh: + rst 38h ;fc5e ff . + rst 38h ;fc5f ff . +sub_fc60h: + rst 38h ;fc60 ff . +sub_fc61h: + rst 38h ;fc61 ff . +sub_fc62h: + rst 38h ;fc62 ff . +sub_fc63h: + rst 38h ;fc63 ff . +sub_fc64h: + rst 38h ;fc64 ff . +sub_fc65h: + rst 38h ;fc65 ff . +sub_fc66h: + rst 38h ;fc66 ff . +sub_fc67h: + rst 38h ;fc67 ff . + rst 38h ;fc68 ff . +sub_fc69h: + rst 38h ;fc69 ff . +sub_fc6ah: + rst 38h ;fc6a ff . +sub_fc6bh: + rst 38h ;fc6b ff . +sub_fc6ch: + rst 38h ;fc6c ff . +sub_fc6dh: + rst 38h ;fc6d ff . +sub_fc6eh: + rst 38h ;fc6e ff . +sub_fc6fh: + rst 38h ;fc6f ff . +sub_fc70h: + rst 38h ;fc70 ff . + rst 38h ;fc71 ff . +sub_fc72h: + rst 38h ;fc72 ff . +sub_fc73h: + rst 38h ;fc73 ff . + rst 38h ;fc74 ff . +sub_fc75h: + rst 38h ;fc75 ff . +sub_fc76h: + rst 38h ;fc76 ff . + rst 38h ;fc77 ff . +sub_fc78h: + rst 38h ;fc78 ff . + rst 38h ;fc79 ff . +sub_fc7ah: + rst 38h ;fc7a ff . + rst 38h ;fc7b ff . +sub_fc7ch: + rst 38h ;fc7c ff . +sub_fc7dh: + rst 38h ;fc7d ff . +sub_fc7eh: + rst 38h ;fc7e ff . +sub_fc7fh: + rst 38h ;fc7f ff . +sub_fc80h: + rst 38h ;fc80 ff . + rst 38h ;fc81 ff . +sub_fc82h: + rst 38h ;fc82 ff . +sub_fc83h: + rst 38h ;fc83 ff . +sub_fc84h: + rst 38h ;fc84 ff . +sub_fc85h: + rst 38h ;fc85 ff . +sub_fc86h: + rst 38h ;fc86 ff . +sub_fc87h: + rst 38h ;fc87 ff . + rst 38h ;fc88 ff . +sub_fc89h: + rst 38h ;fc89 ff . +sub_fc8ah: + rst 38h ;fc8a ff . + rst 38h ;fc8b ff . +sub_fc8ch: + rst 38h ;fc8c ff . +sub_fc8dh: + rst 38h ;fc8d ff . +sub_fc8eh: + rst 38h ;fc8e ff . +sub_fc8fh: + rst 38h ;fc8f ff . +sub_fc90h: + rst 38h ;fc90 ff . + rst 38h ;fc91 ff . +sub_fc92h: + rst 38h ;fc92 ff . +sub_fc93h: + rst 38h ;fc93 ff . +sub_fc94h: + rst 38h ;fc94 ff . +sub_fc95h: + rst 38h ;fc95 ff . +sub_fc96h: + rst 38h ;fc96 ff . +sub_fc97h: + rst 38h ;fc97 ff . +sub_fc98h: + rst 38h ;fc98 ff . +sub_fc99h: + rst 38h ;fc99 ff . +sub_fc9ah: + rst 38h ;fc9a ff . + rst 38h ;fc9b ff . +sub_fc9ch: + rst 38h ;fc9c ff . +sub_fc9dh: + rst 38h ;fc9d ff . +sub_fc9eh: + rst 38h ;fc9e ff . +sub_fc9fh: + rst 38h ;fc9f ff . +sub_fca0h: + rst 38h ;fca0 ff . +sub_fca1h: + rst 38h ;fca1 ff . +sub_fca2h: + rst 38h ;fca2 ff . +sub_fca3h: + rst 38h ;fca3 ff . +sub_fca4h: + rst 38h ;fca4 ff . +sub_fca5h: + rst 38h ;fca5 ff . +sub_fca6h: + rst 38h ;fca6 ff . +sub_fca7h: + rst 38h ;fca7 ff . +sub_fca8h: + rst 38h ;fca8 ff . +sub_fca9h: + rst 38h ;fca9 ff . + rst 38h ;fcaa ff . +sub_fcabh: + rst 38h ;fcab ff . + rst 38h ;fcac ff . +sub_fcadh: + rst 38h ;fcad ff . +sub_fcaeh: + rst 38h ;fcae ff . +sub_fcafh: + rst 38h ;fcaf ff . +sub_fcb0h: + rst 38h ;fcb0 ff . +sub_fcb1h: + rst 38h ;fcb1 ff . +sub_fcb2h: + rst 38h ;fcb2 ff . +sub_fcb3h: + rst 38h ;fcb3 ff . +sub_fcb4h: + rst 38h ;fcb4 ff . +sub_fcb5h: + rst 38h ;fcb5 ff . +sub_fcb6h: + rst 38h ;fcb6 ff . +sub_fcb7h: + rst 38h ;fcb7 ff . +sub_fcb8h: + rst 38h ;fcb8 ff . +sub_fcb9h: + rst 38h ;fcb9 ff . +sub_fcbah: + rst 38h ;fcba ff . +sub_fcbbh: + rst 38h ;fcbb ff . +sub_fcbch: + rst 38h ;fcbc ff . +sub_fcbdh: + rst 38h ;fcbd ff . +sub_fcbeh: + rst 38h ;fcbe ff . +sub_fcbfh: + rst 38h ;fcbf ff . +sub_fcc0h: + rst 38h ;fcc0 ff . +sub_fcc1h: + rst 38h ;fcc1 ff . +sub_fcc2h: + rst 38h ;fcc2 ff . + rst 38h ;fcc3 ff . +sub_fcc4h: + rst 38h ;fcc4 ff . +sub_fcc5h: + rst 38h ;fcc5 ff . +sub_fcc6h: + rst 38h ;fcc6 ff . + rst 38h ;fcc7 ff . +sub_fcc8h: + rst 38h ;fcc8 ff . + rst 38h ;fcc9 ff . +sub_fccah: + rst 38h ;fcca ff . +sub_fccbh: + rst 38h ;fccb ff . +sub_fccch: + rst 38h ;fccc ff . +sub_fccdh: + rst 38h ;fccd ff . +sub_fcceh: + rst 38h ;fcce ff . +sub_fccfh: + rst 38h ;fccf ff . +sub_fcd0h: + rst 38h ;fcd0 ff . +sub_fcd1h: + rst 38h ;fcd1 ff . +sub_fcd2h: + rst 38h ;fcd2 ff . +sub_fcd3h: + rst 38h ;fcd3 ff . +sub_fcd4h: + rst 38h ;fcd4 ff . +sub_fcd5h: + rst 38h ;fcd5 ff . +sub_fcd6h: + rst 38h ;fcd6 ff . +sub_fcd7h: + rst 38h ;fcd7 ff . +sub_fcd8h: + rst 38h ;fcd8 ff . +sub_fcd9h: + rst 38h ;fcd9 ff . +sub_fcdah: + rst 38h ;fcda ff . +sub_fcdbh: + rst 38h ;fcdb ff . +sub_fcdch: + rst 38h ;fcdc ff . + rst 38h ;fcdd ff . +sub_fcdeh: + rst 38h ;fcde ff . +sub_fcdfh: + rst 38h ;fcdf ff . +sub_fce0h: + rst 38h ;fce0 ff . +sub_fce1h: + rst 38h ;fce1 ff . + rst 38h ;fce2 ff . +sub_fce3h: + rst 38h ;fce3 ff . + rst 38h ;fce4 ff . +sub_fce5h: + rst 38h ;fce5 ff . +sub_fce6h: + rst 38h ;fce6 ff . +sub_fce7h: + rst 38h ;fce7 ff . +sub_fce8h: + rst 38h ;fce8 ff . +sub_fce9h: + rst 38h ;fce9 ff . + rst 38h ;fcea ff . +sub_fcebh: + rst 38h ;fceb ff . +sub_fcech: + rst 38h ;fcec ff . + rst 38h ;fced ff . +sub_fceeh: + rst 38h ;fcee ff . + rst 38h ;fcef ff . +sub_fcf0h: + rst 38h ;fcf0 ff . +sub_fcf1h: + rst 38h ;fcf1 ff . + rst 38h ;fcf2 ff . +sub_fcf3h: + rst 38h ;fcf3 ff . + rst 38h ;fcf4 ff . +sub_fcf5h: + rst 38h ;fcf5 ff . +sub_fcf6h: + rst 38h ;fcf6 ff . + rst 38h ;fcf7 ff . +sub_fcf8h: + rst 38h ;fcf8 ff . +lfcf9h: + rst 38h ;fcf9 ff . +sub_fcfah: + rst 38h ;fcfa ff . +lfcfbh: + rst 38h ;fcfb ff . +sub_fcfch: + rst 38h ;fcfc ff . +sub_fcfdh: + rst 38h ;fcfd ff . +sub_fcfeh: + rst 38h ;fcfe ff . +sub_fcffh: + rst 38h ;fcff ff . +sub_fd00h: + rst 38h ;fd00 ff . + rst 38h ;fd01 ff . +sub_fd02h: + rst 38h ;fd02 ff . + rst 38h ;fd03 ff . + rst 38h ;fd04 ff . +sub_fd05h: + rst 38h ;fd05 ff . + rst 38h ;fd06 ff . + rst 38h ;fd07 ff . + rst 38h ;fd08 ff . + rst 38h ;fd09 ff . + rst 38h ;fd0a ff . + rst 38h ;fd0b ff . + rst 38h ;fd0c ff . + rst 38h ;fd0d ff . + rst 38h ;fd0e ff . + rst 38h ;fd0f ff . + rst 38h ;fd10 ff . + rst 38h ;fd11 ff . + rst 38h ;fd12 ff . + rst 38h ;fd13 ff . + rst 38h ;fd14 ff . + rst 38h ;fd15 ff . + rst 38h ;fd16 ff . + rst 38h ;fd17 ff . + rst 38h ;fd18 ff . + rst 38h ;fd19 ff . + rst 38h ;fd1a ff . + rst 38h ;fd1b ff . + rst 38h ;fd1c ff . + rst 38h ;fd1d ff . + rst 38h ;fd1e ff . + rst 38h ;fd1f ff . + rst 38h ;fd20 ff . + rst 38h ;fd21 ff . + rst 38h ;fd22 ff . + rst 38h ;fd23 ff . +sub_fd24h: + rst 38h ;fd24 ff . + rst 38h ;fd25 ff . + rst 38h ;fd26 ff . + rst 38h ;fd27 ff . + rst 38h ;fd28 ff . + rst 38h ;fd29 ff . + rst 38h ;fd2a ff . + rst 38h ;fd2b ff . + rst 38h ;fd2c ff . + rst 38h ;fd2d ff . + rst 38h ;fd2e ff . + rst 38h ;fd2f ff . + rst 38h ;fd30 ff . + rst 38h ;fd31 ff . + rst 38h ;fd32 ff . + rst 38h ;fd33 ff . + rst 38h ;fd34 ff . + rst 38h ;fd35 ff . + rst 38h ;fd36 ff . + rst 38h ;fd37 ff . + rst 38h ;fd38 ff . + rst 38h ;fd39 ff . + rst 38h ;fd3a ff . + rst 38h ;fd3b ff . + rst 38h ;fd3c ff . + rst 38h ;fd3d ff . + rst 38h ;fd3e ff . + rst 38h ;fd3f ff . + rst 38h ;fd40 ff . + rst 38h ;fd41 ff . + rst 38h ;fd42 ff . + rst 38h ;fd43 ff . + rst 38h ;fd44 ff . + rst 38h ;fd45 ff . + rst 38h ;fd46 ff . + rst 38h ;fd47 ff . + rst 38h ;fd48 ff . + rst 38h ;fd49 ff . + rst 38h ;fd4a ff . + rst 38h ;fd4b ff . + rst 38h ;fd4c ff . + rst 38h ;fd4d ff . + rst 38h ;fd4e ff . + rst 38h ;fd4f ff . + rst 38h ;fd50 ff . + rst 38h ;fd51 ff . + rst 38h ;fd52 ff . + rst 38h ;fd53 ff . + rst 38h ;fd54 ff . + rst 38h ;fd55 ff . + rst 38h ;fd56 ff . + rst 38h ;fd57 ff . + rst 38h ;fd58 ff . + rst 38h ;fd59 ff . + rst 38h ;fd5a ff . + rst 38h ;fd5b ff . + rst 38h ;fd5c ff . + rst 38h ;fd5d ff . + rst 38h ;fd5e ff . + rst 38h ;fd5f ff . + rst 38h ;fd60 ff . + rst 38h ;fd61 ff . + rst 38h ;fd62 ff . + rst 38h ;fd63 ff . + rst 38h ;fd64 ff . +lfd65h: + rst 38h ;fd65 ff . + rst 38h ;fd66 ff . + rst 38h ;fd67 ff . + rst 38h ;fd68 ff . + rst 38h ;fd69 ff . + rst 38h ;fd6a ff . + rst 38h ;fd6b ff . + rst 38h ;fd6c ff . + rst 38h ;fd6d ff . + rst 38h ;fd6e ff . + rst 38h ;fd6f ff . + rst 38h ;fd70 ff . + rst 38h ;fd71 ff . + rst 38h ;fd72 ff . + rst 38h ;fd73 ff . + rst 38h ;fd74 ff . + rst 38h ;fd75 ff . + rst 38h ;fd76 ff . + rst 38h ;fd77 ff . + rst 38h ;fd78 ff . + rst 38h ;fd79 ff . + rst 38h ;fd7a ff . + rst 38h ;fd7b ff . + rst 38h ;fd7c ff . + rst 38h ;fd7d ff . + rst 38h ;fd7e ff . + rst 38h ;fd7f ff . + rst 38h ;fd80 ff . + rst 38h ;fd81 ff . + rst 38h ;fd82 ff . + rst 38h ;fd83 ff . + rst 38h ;fd84 ff . + rst 38h ;fd85 ff . + rst 38h ;fd86 ff . + rst 38h ;fd87 ff . + rst 38h ;fd88 ff . + rst 38h ;fd89 ff . + rst 38h ;fd8a ff . + rst 38h ;fd8b ff . + rst 38h ;fd8c ff . + rst 38h ;fd8d ff . + rst 38h ;fd8e ff . + rst 38h ;fd8f ff . + rst 38h ;fd90 ff . + rst 38h ;fd91 ff . + rst 38h ;fd92 ff . + rst 38h ;fd93 ff . + rst 38h ;fd94 ff . + rst 38h ;fd95 ff . + rst 38h ;fd96 ff . + rst 38h ;fd97 ff . + rst 38h ;fd98 ff . + rst 38h ;fd99 ff . + rst 38h ;fd9a ff . + rst 38h ;fd9b ff . + rst 38h ;fd9c ff . + rst 38h ;fd9d ff . + rst 38h ;fd9e ff . + rst 38h ;fd9f ff . + rst 38h ;fda0 ff . + rst 38h ;fda1 ff . + rst 38h ;fda2 ff . + rst 38h ;fda3 ff . + rst 38h ;fda4 ff . + rst 38h ;fda5 ff . + rst 38h ;fda6 ff . +lfda7h: + rst 38h ;fda7 ff . + rst 38h ;fda8 ff . + rst 38h ;fda9 ff . + rst 38h ;fdaa ff . + rst 38h ;fdab ff . + rst 38h ;fdac ff . + rst 38h ;fdad ff . + rst 38h ;fdae ff . +lfdafh: + rst 38h ;fdaf ff . + rst 38h ;fdb0 ff . + rst 38h ;fdb1 ff . + rst 38h ;fdb2 ff . + rst 38h ;fdb3 ff . + rst 38h ;fdb4 ff . + rst 38h ;fdb5 ff . + rst 38h ;fdb6 ff . + rst 38h ;fdb7 ff . + rst 38h ;fdb8 ff . + rst 38h ;fdb9 ff . + rst 38h ;fdba ff . + rst 38h ;fdbb ff . + rst 38h ;fdbc ff . + rst 38h ;fdbd ff . + rst 38h ;fdbe ff . + rst 38h ;fdbf ff . + rst 38h ;fdc0 ff . + rst 38h ;fdc1 ff . + rst 38h ;fdc2 ff . + rst 38h ;fdc3 ff . + rst 38h ;fdc4 ff . + rst 38h ;fdc5 ff . + rst 38h ;fdc6 ff . + rst 38h ;fdc7 ff . + rst 38h ;fdc8 ff . + rst 38h ;fdc9 ff . + rst 38h ;fdca ff . + rst 38h ;fdcb ff . + rst 38h ;fdcc ff . + rst 38h ;fdcd ff . + rst 38h ;fdce ff . + rst 38h ;fdcf ff . + rst 38h ;fdd0 ff . + rst 38h ;fdd1 ff . + rst 38h ;fdd2 ff . + rst 38h ;fdd3 ff . + rst 38h ;fdd4 ff . + rst 38h ;fdd5 ff . + rst 38h ;fdd6 ff . + rst 38h ;fdd7 ff . + rst 38h ;fdd8 ff . + rst 38h ;fdd9 ff . + rst 38h ;fdda ff . + rst 38h ;fddb ff . + rst 38h ;fddc ff . + rst 38h ;fddd ff . + rst 38h ;fdde ff . + rst 38h ;fddf ff . + rst 38h ;fde0 ff . + rst 38h ;fde1 ff . + rst 38h ;fde2 ff . + rst 38h ;fde3 ff . + rst 38h ;fde4 ff . + rst 38h ;fde5 ff . + rst 38h ;fde6 ff . + rst 38h ;fde7 ff . + rst 38h ;fde8 ff . + rst 38h ;fde9 ff . + rst 38h ;fdea ff . + rst 38h ;fdeb ff . + rst 38h ;fdec ff . + rst 38h ;fded ff . + rst 38h ;fdee ff . + rst 38h ;fdef ff . + rst 38h ;fdf0 ff . + rst 38h ;fdf1 ff . + rst 38h ;fdf2 ff . + rst 38h ;fdf3 ff . + rst 38h ;fdf4 ff . + rst 38h ;fdf5 ff . + rst 38h ;fdf6 ff . + rst 38h ;fdf7 ff . + rst 38h ;fdf8 ff . + rst 38h ;fdf9 ff . + rst 38h ;fdfa ff . + rst 38h ;fdfb ff . +sub_fdfch: + rst 38h ;fdfc ff . + rst 38h ;fdfd ff . + rst 38h ;fdfe ff . + rst 38h ;fdff ff . + rst 38h ;fe00 ff . + rst 38h ;fe01 ff . + rst 38h ;fe02 ff . + rst 38h ;fe03 ff . + rst 38h ;fe04 ff . + rst 38h ;fe05 ff . + rst 38h ;fe06 ff . + rst 38h ;fe07 ff . + rst 38h ;fe08 ff . + rst 38h ;fe09 ff . + rst 38h ;fe0a ff . + rst 38h ;fe0b ff . + rst 38h ;fe0c ff . + rst 38h ;fe0d ff . + rst 38h ;fe0e ff . + rst 38h ;fe0f ff . + rst 38h ;fe10 ff . + rst 38h ;fe11 ff . + rst 38h ;fe12 ff . + rst 38h ;fe13 ff . + rst 38h ;fe14 ff . + rst 38h ;fe15 ff . + rst 38h ;fe16 ff . + rst 38h ;fe17 ff . + rst 38h ;fe18 ff . + rst 38h ;fe19 ff . + rst 38h ;fe1a ff . + rst 38h ;fe1b ff . + rst 38h ;fe1c ff . + rst 38h ;fe1d ff . + rst 38h ;fe1e ff . + rst 38h ;fe1f ff . + rst 38h ;fe20 ff . + rst 38h ;fe21 ff . + rst 38h ;fe22 ff . + rst 38h ;fe23 ff . + rst 38h ;fe24 ff . + rst 38h ;fe25 ff . + rst 38h ;fe26 ff . + rst 38h ;fe27 ff . + rst 38h ;fe28 ff . + rst 38h ;fe29 ff . + rst 38h ;fe2a ff . + rst 38h ;fe2b ff . + rst 38h ;fe2c ff . + rst 38h ;fe2d ff . + rst 38h ;fe2e ff . + rst 38h ;fe2f ff . + rst 38h ;fe30 ff . + rst 38h ;fe31 ff . + rst 38h ;fe32 ff . + rst 38h ;fe33 ff . + rst 38h ;fe34 ff . + rst 38h ;fe35 ff . + rst 38h ;fe36 ff . + rst 38h ;fe37 ff . + rst 38h ;fe38 ff . + rst 38h ;fe39 ff . + rst 38h ;fe3a ff . + rst 38h ;fe3b ff . + rst 38h ;fe3c ff . + rst 38h ;fe3d ff . + rst 38h ;fe3e ff . + rst 38h ;fe3f ff . + rst 38h ;fe40 ff . + rst 38h ;fe41 ff . + rst 38h ;fe42 ff . + rst 38h ;fe43 ff . + rst 38h ;fe44 ff . + rst 38h ;fe45 ff . + rst 38h ;fe46 ff . + rst 38h ;fe47 ff . + rst 38h ;fe48 ff . + rst 38h ;fe49 ff . + rst 38h ;fe4a ff . + rst 38h ;fe4b ff . + rst 38h ;fe4c ff . + rst 38h ;fe4d ff . + rst 38h ;fe4e ff . + rst 38h ;fe4f ff . + rst 38h ;fe50 ff . + rst 38h ;fe51 ff . + rst 38h ;fe52 ff . + rst 38h ;fe53 ff . + rst 38h ;fe54 ff . + rst 38h ;fe55 ff . + rst 38h ;fe56 ff . + rst 38h ;fe57 ff . + rst 38h ;fe58 ff . + rst 38h ;fe59 ff . + rst 38h ;fe5a ff . + rst 38h ;fe5b ff . + rst 38h ;fe5c ff . + rst 38h ;fe5d ff . + rst 38h ;fe5e ff . + rst 38h ;fe5f ff . + rst 38h ;fe60 ff . + rst 38h ;fe61 ff . + rst 38h ;fe62 ff . + rst 38h ;fe63 ff . + rst 38h ;fe64 ff . + rst 38h ;fe65 ff . + rst 38h ;fe66 ff . + rst 38h ;fe67 ff . + rst 38h ;fe68 ff . + rst 38h ;fe69 ff . + rst 38h ;fe6a ff . + rst 38h ;fe6b ff . + rst 38h ;fe6c ff . + rst 38h ;fe6d ff . + rst 38h ;fe6e ff . + rst 38h ;fe6f ff . + rst 38h ;fe70 ff . + rst 38h ;fe71 ff . + rst 38h ;fe72 ff . + rst 38h ;fe73 ff . + rst 38h ;fe74 ff . + rst 38h ;fe75 ff . + rst 38h ;fe76 ff . + rst 38h ;fe77 ff . + rst 38h ;fe78 ff . + rst 38h ;fe79 ff . + rst 38h ;fe7a ff . + rst 38h ;fe7b ff . + rst 38h ;fe7c ff . + rst 38h ;fe7d ff . + rst 38h ;fe7e ff . + rst 38h ;fe7f ff . + rst 38h ;fe80 ff . + rst 38h ;fe81 ff . + rst 38h ;fe82 ff . + rst 38h ;fe83 ff . + rst 38h ;fe84 ff . + rst 38h ;fe85 ff . + rst 38h ;fe86 ff . + rst 38h ;fe87 ff . + rst 38h ;fe88 ff . + rst 38h ;fe89 ff . + rst 38h ;fe8a ff . + rst 38h ;fe8b ff . + rst 38h ;fe8c ff . + rst 38h ;fe8d ff . + rst 38h ;fe8e ff . + rst 38h ;fe8f ff . + rst 38h ;fe90 ff . + rst 38h ;fe91 ff . + rst 38h ;fe92 ff . + rst 38h ;fe93 ff . + rst 38h ;fe94 ff . + rst 38h ;fe95 ff . + rst 38h ;fe96 ff . + rst 38h ;fe97 ff . + rst 38h ;fe98 ff . + rst 38h ;fe99 ff . + rst 38h ;fe9a ff . + rst 38h ;fe9b ff . + rst 38h ;fe9c ff . + rst 38h ;fe9d ff . + rst 38h ;fe9e ff . + rst 38h ;fe9f ff . +lfea0h: + rst 38h ;fea0 ff . + rst 38h ;fea1 ff . + rst 38h ;fea2 ff . + rst 38h ;fea3 ff . + rst 38h ;fea4 ff . + rst 38h ;fea5 ff . + rst 38h ;fea6 ff . + rst 38h ;fea7 ff . + rst 38h ;fea8 ff . + rst 38h ;fea9 ff . + rst 38h ;feaa ff . + rst 38h ;feab ff . + rst 38h ;feac ff . + rst 38h ;fead ff . + rst 38h ;feae ff . + rst 38h ;feaf ff . + rst 38h ;feb0 ff . + rst 38h ;feb1 ff . + rst 38h ;feb2 ff . + rst 38h ;feb3 ff . + rst 38h ;feb4 ff . + rst 38h ;feb5 ff . + rst 38h ;feb6 ff . + rst 38h ;feb7 ff . + rst 38h ;feb8 ff . + rst 38h ;feb9 ff . + rst 38h ;feba ff . + rst 38h ;febb ff . + rst 38h ;febc ff . + rst 38h ;febd ff . + rst 38h ;febe ff . + rst 38h ;febf ff . + rst 38h ;fec0 ff . + rst 38h ;fec1 ff . + rst 38h ;fec2 ff . + rst 38h ;fec3 ff . + rst 38h ;fec4 ff . + rst 38h ;fec5 ff . + rst 38h ;fec6 ff . + rst 38h ;fec7 ff . + rst 38h ;fec8 ff . + rst 38h ;fec9 ff . + rst 38h ;feca ff . + rst 38h ;fecb ff . + rst 38h ;fecc ff . + rst 38h ;fecd ff . + rst 38h ;fece ff . + rst 38h ;fecf ff . + rst 38h ;fed0 ff . + rst 38h ;fed1 ff . + rst 38h ;fed2 ff . + rst 38h ;fed3 ff . + rst 38h ;fed4 ff . +lfed5h: + rst 38h ;fed5 ff . + rst 38h ;fed6 ff . + rst 38h ;fed7 ff . + rst 38h ;fed8 ff . + rst 38h ;fed9 ff . + rst 38h ;feda ff . + rst 38h ;fedb ff . + rst 38h ;fedc ff . + rst 38h ;fedd ff . + rst 38h ;fede ff . + rst 38h ;fedf ff . + rst 38h ;fee0 ff . + rst 38h ;fee1 ff . + rst 38h ;fee2 ff . + rst 38h ;fee3 ff . + rst 38h ;fee4 ff . + rst 38h ;fee5 ff . + rst 38h ;fee6 ff . +sub_fee7h: + rst 38h ;fee7 ff . + rst 38h ;fee8 ff . + rst 38h ;fee9 ff . + rst 38h ;feea ff . + rst 38h ;feeb ff . + rst 38h ;feec ff . + rst 38h ;feed ff . + rst 38h ;feee ff . + rst 38h ;feef ff . + rst 38h ;fef0 ff . + rst 38h ;fef1 ff . + rst 38h ;fef2 ff . + rst 38h ;fef3 ff . + rst 38h ;fef4 ff . + rst 38h ;fef5 ff . + rst 38h ;fef6 ff . + rst 38h ;fef7 ff . + rst 38h ;fef8 ff . + rst 38h ;fef9 ff . + rst 38h ;fefa ff . + rst 38h ;fefb ff . +lfefch: + rst 38h ;fefc ff . + rst 38h ;fefd ff . + rst 38h ;fefe ff . + rst 38h ;feff ff . + rst 38h ;ff00 ff . + rst 38h ;ff01 ff . + rst 38h ;ff02 ff . + rst 38h ;ff03 ff . + rst 38h ;ff04 ff . + rst 38h ;ff05 ff . + rst 38h ;ff06 ff . + rst 38h ;ff07 ff . + rst 38h ;ff08 ff . + rst 38h ;ff09 ff . + rst 38h ;ff0a ff . + rst 38h ;ff0b ff . + rst 38h ;ff0c ff . + rst 38h ;ff0d ff . + rst 38h ;ff0e ff . + rst 38h ;ff0f ff . + rst 38h ;ff10 ff . + rst 38h ;ff11 ff . + rst 38h ;ff12 ff . + rst 38h ;ff13 ff . + rst 38h ;ff14 ff . +lff15h: + rst 38h ;ff15 ff . +lff16h: + rst 38h ;ff16 ff . + rst 38h ;ff17 ff . +lff18h: + rst 38h ;ff18 ff . + rst 38h ;ff19 ff . +lff1ah: + rst 38h ;ff1a ff . + rst 38h ;ff1b ff . +lff1ch: + rst 38h ;ff1c ff . + rst 38h ;ff1d ff . + rst 38h ;ff1e ff . + rst 38h ;ff1f ff . + rst 38h ;ff20 ff . + rst 38h ;ff21 ff . + rst 38h ;ff22 ff . + rst 38h ;ff23 ff . + rst 38h ;ff24 ff . + rst 38h ;ff25 ff . + rst 38h ;ff26 ff . + rst 38h ;ff27 ff . + rst 38h ;ff28 ff . + rst 38h ;ff29 ff . + rst 38h ;ff2a ff . + rst 38h ;ff2b ff . + rst 38h ;ff2c ff . + rst 38h ;ff2d ff . + rst 38h ;ff2e ff . + rst 38h ;ff2f ff . + rst 38h ;ff30 ff . + rst 38h ;ff31 ff . + rst 38h ;ff32 ff . + rst 38h ;ff33 ff . + rst 38h ;ff34 ff . + rst 38h ;ff35 ff . + rst 38h ;ff36 ff . + rst 38h ;ff37 ff . + rst 38h ;ff38 ff . + rst 38h ;ff39 ff . + rst 38h ;ff3a ff . + rst 38h ;ff3b ff . + rst 38h ;ff3c ff . + rst 38h ;ff3d ff . + rst 38h ;ff3e ff . + rst 38h ;ff3f ff . + rst 38h ;ff40 ff . + rst 38h ;ff41 ff . + rst 38h ;ff42 ff . + rst 38h ;ff43 ff . + rst 38h ;ff44 ff . + rst 38h ;ff45 ff . + rst 38h ;ff46 ff . + rst 38h ;ff47 ff . + rst 38h ;ff48 ff . + rst 38h ;ff49 ff . + rst 38h ;ff4a ff . + rst 38h ;ff4b ff . + rst 38h ;ff4c ff . + rst 38h ;ff4d ff . + rst 38h ;ff4e ff . + rst 38h ;ff4f ff . + rst 38h ;ff50 ff . + rst 38h ;ff51 ff . + rst 38h ;ff52 ff . + rst 38h ;ff53 ff . + rst 38h ;ff54 ff . + rst 38h ;ff55 ff . + rst 38h ;ff56 ff . + rst 38h ;ff57 ff . + rst 38h ;ff58 ff . + rst 38h ;ff59 ff . + rst 38h ;ff5a ff . +lff5bh: + rst 38h ;ff5b ff . + rst 38h ;ff5c ff . + rst 38h ;ff5d ff . + rst 38h ;ff5e ff . + rst 38h ;ff5f ff . + rst 38h ;ff60 ff . + rst 38h ;ff61 ff . + rst 38h ;ff62 ff . + rst 38h ;ff63 ff . + rst 38h ;ff64 ff . + rst 38h ;ff65 ff . + rst 38h ;ff66 ff . + rst 38h ;ff67 ff . + rst 38h ;ff68 ff . + rst 38h ;ff69 ff . + rst 38h ;ff6a ff . + rst 38h ;ff6b ff . + rst 38h ;ff6c ff . + rst 38h ;ff6d ff . + rst 38h ;ff6e ff . + rst 38h ;ff6f ff . + rst 38h ;ff70 ff . + rst 38h ;ff71 ff . + rst 38h ;ff72 ff . + rst 38h ;ff73 ff . + rst 38h ;ff74 ff . + rst 38h ;ff75 ff . + rst 38h ;ff76 ff . + rst 38h ;ff77 ff . + rst 38h ;ff78 ff . + rst 38h ;ff79 ff . + rst 38h ;ff7a ff . + rst 38h ;ff7b ff . + rst 38h ;ff7c ff . + rst 38h ;ff7d ff . + rst 38h ;ff7e ff . + rst 38h ;ff7f ff . + rst 38h ;ff80 ff . + rst 38h ;ff81 ff . + rst 38h ;ff82 ff . + rst 38h ;ff83 ff . + rst 38h ;ff84 ff . + rst 38h ;ff85 ff . + rst 38h ;ff86 ff . + rst 38h ;ff87 ff . + rst 38h ;ff88 ff . + rst 38h ;ff89 ff . + rst 38h ;ff8a ff . + rst 38h ;ff8b ff . + rst 38h ;ff8c ff . + rst 38h ;ff8d ff . + rst 38h ;ff8e ff . + rst 38h ;ff8f ff . + rst 38h ;ff90 ff . + rst 38h ;ff91 ff . + rst 38h ;ff92 ff . + rst 38h ;ff93 ff . + rst 38h ;ff94 ff . + rst 38h ;ff95 ff . + rst 38h ;ff96 ff . + rst 38h ;ff97 ff . + rst 38h ;ff98 ff . + rst 38h ;ff99 ff . + rst 38h ;ff9a ff . + rst 38h ;ff9b ff . + rst 38h ;ff9c ff . + rst 38h ;ff9d ff . + rst 38h ;ff9e ff . +sub_ff9fh: + rst 38h ;ff9f ff . + rst 38h ;ffa0 ff . + rst 38h ;ffa1 ff . + rst 38h ;ffa2 ff . + rst 38h ;ffa3 ff . + rst 38h ;ffa4 ff . + rst 38h ;ffa5 ff . + rst 38h ;ffa6 ff . + rst 38h ;ffa7 ff . + rst 38h ;ffa8 ff . + rst 38h ;ffa9 ff . + rst 38h ;ffaa ff . + rst 38h ;ffab ff . + rst 38h ;ffac ff . + rst 38h ;ffad ff . + rst 38h ;ffae ff . + rst 38h ;ffaf ff . + rst 38h ;ffb0 ff . + rst 38h ;ffb1 ff . + rst 38h ;ffb2 ff . + rst 38h ;ffb3 ff . + rst 38h ;ffb4 ff . + rst 38h ;ffb5 ff . + rst 38h ;ffb6 ff . + rst 38h ;ffb7 ff . + rst 38h ;ffb8 ff . + rst 38h ;ffb9 ff . + rst 38h ;ffba ff . + rst 38h ;ffbb ff . + rst 38h ;ffbc ff . + rst 38h ;ffbd ff . + rst 38h ;ffbe ff . + rst 38h ;ffbf ff . + rst 38h ;ffc0 ff . + rst 38h ;ffc1 ff . + rst 38h ;ffc2 ff . + rst 38h ;ffc3 ff . + rst 38h ;ffc4 ff . + rst 38h ;ffc5 ff . + rst 38h ;ffc6 ff . + rst 38h ;ffc7 ff . + rst 38h ;ffc8 ff . + rst 38h ;ffc9 ff . + rst 38h ;ffca ff . + rst 38h ;ffcb ff . + rst 38h ;ffcc ff . + rst 38h ;ffcd ff . + rst 38h ;ffce ff . + rst 38h ;ffcf ff . + rst 38h ;ffd0 ff . + rst 38h ;ffd1 ff . + rst 38h ;ffd2 ff . + rst 38h ;ffd3 ff . + rst 38h ;ffd4 ff . + rst 38h ;ffd5 ff . + rst 38h ;ffd6 ff . + rst 38h ;ffd7 ff . + rst 38h ;ffd8 ff . + rst 38h ;ffd9 ff . + rst 38h ;ffda ff . + rst 38h ;ffdb ff . + rst 38h ;ffdc ff . + rst 38h ;ffdd ff . + rst 38h ;ffde ff . + rst 38h ;ffdf ff . + rst 38h ;ffe0 ff . + rst 38h ;ffe1 ff . + rst 38h ;ffe2 ff . + rst 38h ;ffe3 ff . + rst 38h ;ffe4 ff . + rst 38h ;ffe5 ff . + rst 38h ;ffe6 ff . + rst 38h ;ffe7 ff . + rst 38h ;ffe8 ff . + rst 38h ;ffe9 ff . + rst 38h ;ffea ff . + rst 38h ;ffeb ff . + rst 38h ;ffec ff . + rst 38h ;ffed ff . + rst 38h ;ffee ff . + rst 38h ;ffef ff . + rst 38h ;fff0 ff . + rst 38h ;fff1 ff . + rst 38h ;fff2 ff . + rst 38h ;fff3 ff . + rst 38h ;fff4 ff . + rst 38h ;fff5 ff . + rst 38h ;fff6 ff . + rst 38h ;fff7 ff . + rst 38h ;fff8 ff . + rst 38h ;fff9 ff . +lfffah: + rst 38h ;fffa ff . + rst 38h ;fffb ff . + rst 38h ;fffc ff . + rst 38h ;fffd ff . + rst 38h ;fffe ff . +lffffh: + rst 38h ;ffff ff .