;============================================================================ ; Faxanadu (U).nes ; ; PRG13 ($8000 - $bfff) ;============================================================================.segment "PRG13" .ORG $8000; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8000]TILE_GLYPH_SPACE:; [$8000] [8000].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8000] byte; ; ....█... ; ...██... ; ...██... ; ...█.... ; ...█.... ; ........ ; ..██.... ; ........ ;[8008]TILE_GLYPH_EXCLAMATION_MARK:; [$8008] [8008].byte $08,$18,$18,$10,$10,$00,$30,$00; [$8008] byte; ; ........ ; ........ ; ..█.█... ; ..█.█... ; ..█.█... ; ........ ; ........ ; ........ ;[8010]TILE_GLYPH_DOUBLE_QUOTES:; [$8010] [8010].byte $00,$00,$28,$28,$28,$00,$00,$00; [$8010] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8018]TILE_GLYPH_EMPTY1:; [$8018] [8018].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8018] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8020]TILE_GLYPH_EMPTY2:; [$8020] [8020].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8020] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8028]TILE_GLYPH_EMPTY3:; [$8028] [8028].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8028] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8030]TILE_GLYPH_EMPTY4:; [$8030] [8030].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8030] byte; ; ....█... ; ...██... ; ...█.... ; ........ ; ........ ; ........ ; ........ ; ........ ;[8038]TILE_GLYPH_SINGLE_QUOTE:; [$8038] [8038].byte $08,$18,$10,$00,$00,$00,$00,$00; [$8038] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8040]TILE_GLYPH_EMPTY5:; [$8040] [8040].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8040] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8048]TILE_GLYPH_EMPTY6:; [$8048] [8048].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8048] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8050]TILE_GLYPH_EMPTY7:; [$8050] [8050].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8050] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8058]TILE_GLYPH_EMPTY8:; [$8058] [8058].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8058] byte; ; ........ ; ........ ; ........ ; .██..... ; .██..... ; ..█..... ; .█...... ; ........ ;[8060]TILE_GLYPH_COMMA:; [$8060] [8060].byte $00,$00,$00,$60,$60,$20,$40,$00; [$8060] byte; ; ........ ; ........ ; ........ ; .██████. ; ........ ; ........ ; ........ ; ........ ;[8068]TILE_GLYPH_DASH:; [$8068] [8068].byte $00,$00,$00,$7e,$00,$00,$00,$00; [$8068] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ..██.... ; ..██.... ; ........ ;[8070]TILE_GLYPH_PERIOD:; [$8070] [8070].byte $00,$00,$00,$00,$00,$30,$30,$00; [$8070] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8078]TILE_GLYPH_EMPTY9:; [$8078] [8078].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8078] byte; ; .█████.. ; ██...██. ; ██...██. ; ██...██. ; ██...██. ; ██...██. ; .█████.. ; ........ ;[8080]TILE_GLYPH_0:; [$8080] [8080].byte $7c,$c6,$c6,$c6,$c6,$c6,$7c,$00; [$8080] byte; ; ...██... ; ..███... ; ...██... ; ...██... ; ...██... ; ...██... ; ..████.. ; ........ ;[8088]TILE_GLYPH_1:; [$8088] [8088].byte $18,$38,$18,$18,$18,$18,$3c,$00; [$8088] byte; ; .█████.. ; ██...██. ; ....███. ; ..████.. ; .███.... ; ███..... ; ███████. ; ........ ;[8090]TILE_GLYPH_2:; [$8090] [8090].byte $7c,$c6,$0e,$3c,$70,$e0,$fe,$00; [$8090] byte; ; .██████. ; ....██.. ; ...██... ; ..████.. ; .....██. ; ██...██. ; .█████.. ; ........ ;[8098]TILE_GLYPH_3:; [$8098] [8098].byte $7e,$0c,$18,$3c,$06,$c6,$7c,$00; [$8098] byte; ; ...███.. ; ..████.. ; .██.██.. ; ██..██.. ; ██..██.. ; ███████. ; ....██.. ; ........ ;[80a0]TILE_GLYPH_4:; [$80a0] [80a0].byte $1c,$3c,$6c,$cc,$cc,$fe,$0c,$00; [$80a0] byte; ; ███████. ; ██...... ; ██████.. ; ....███. ; .....██. ; ██...██. ; .█████.. ; ........ ;[80a8]TILE_GLYPH_5:; [$80a8] [80a8].byte $fe,$c0,$fc,$0e,$06,$c6,$7c,$00; [$80a8] byte; ; ..████.. ; .██..... ; ██...... ; ██████.. ; ██...██. ; ██...██. ; .█████.. ; ........ ;[80b0]TILE_GLYPH_6:; [$80b0] [80b0].byte $3c,$60,$c0,$fc,$c6,$c6,$7c,$00; [$80b0] byte; ; ███████. ; ██...██. ; ....██.. ; ...██... ; ..██.... ; ..██.... ; ..██.... ; ........ ;[80b8]TILE_GLYPH_7:; [$80b8] [80b8].byte $fe,$c6,$0c,$18,$30,$30,$30,$00; [$80b8] byte; ; .█████.. ; ██...██. ; ██...██. ; .█████.. ; ██...██. ; ██...██. ; .█████.. ; ........ ;[80c0]TILE_GLYPH_8:; [$80c0] [80c0].byte $7c,$c6,$c6,$7c,$c6,$c6,$7c,$00; [$80c0] byte; ; .█████.. ; ██...██. ; ██...██. ; .██████. ; .....██. ; ██...██. ; .█████.. ; ........ ;[80c8]TILE_GLYPH_9:; [$80c8] [80c8].byte $7c,$c6,$c6,$7e,$06,$c6,$7c,$00; [$80c8] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[80d0]TILE_GLYPH_EMPTY10:; [$80d0] [80d0].byte $00,$00,$00,$00,$00,$00,$00,$00; [$80d0] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[80d8].byte $00,$00,$00,$00,$00,$00,$00,$00; [$80d8] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[80e0].byte $00,$00,$00,$00,$00,$00,$00,$00; [$80e0] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[80e8].byte $00,$00,$00,$00,$00,$00,$00,$00; [$80e8] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[80f0].byte $00,$00,$00,$00,$00,$00,$00,$00; [$80f0] byte; ; .█████.. ; ██...██. ; █....██. ; ..████.. ; ..██.... ; ........ ; ..██.... ; ........ ;[80f8]TILE_GLYPH_QUESTION_MASK:; [$80f8] [80f8].byte $7c,$c6,$86,$3c,$30,$00,$30,$00; [$80f8] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[8100].byte $00,$00,$00,$00,$00,$00,$00,$00; [$8100] byte; ; ..███... ; ..███... ; ..█.██.. ; .██..█.. ; .██████. ; .█...██. ; ██..███. ; ........ ;[8108]TILE_GLYPH_A:; [$8108] [8108].byte $38,$38,$2c,$64,$7e,$46,$ce,$00; [$8108] byte; ; ██████.. ; .██...█. ; .███.██. ; .██.██.. ; .██...█. ; .██..██. ; ██████.. ; ........ ;[8110]TILE_GLYPH_B:; [$8110] [8110].byte $fc,$62,$76,$6c,$62,$66,$fc,$00; [$8110] byte; ; .█████.. ; ███..██. ; ██....█. ; ██...... ; ██...... ; ███..██. ; .█████.. ; ........ ;[8118]TILE_GLYPH_C:; [$8118] [8118].byte $7c,$e6,$c2,$c0,$c0,$e6,$7c,$00; [$8118] byte; ; █████... ; .█..██.. ; .█...██. ; .█...██. ; .█...██. ; ██..███. ; ██████.. ; ........ ;[8120]TILE_GLYPH_D:; [$8120] [8120].byte $f8,$4c,$46,$46,$46,$ce,$fc,$00; [$8120] byte; ; ███████. ; .██..██. ; .████... ; .█████.. ; .██..... ; .██..██. ; ██████.. ; ........ ;[8128]TILE_GLYPH_E:; [$8128] [8128].byte $fe,$66,$78,$7c,$60,$66,$fc,$00; [$8128] byte; ; ███████. ; .██..██. ; .████... ; .█████.. ; .██..... ; .██..... ; ████.... ; ........ ;[8130]TILE_GLYPH_F:; [$8130] [8130].byte $fe,$66,$78,$7c,$60,$60,$f0,$00; [$8130] byte; ; .█████.. ; ███..██. ; ██...... ; ██..███. ; ██...██. ; ███..██. ; .█████.. ; ........ ;[8138]TILE_GLYPH_G:; [$8138] [8138].byte $7c,$e6,$c0,$ce,$c6,$e6,$7c,$00; [$8138] byte; ; ███.███. ; .██..██. ; .███.██. ; .██.███. ; .██..██. ; .██..██. ; ███.████ ; ........ ;[8140]TILE_GLYPH_H:; [$8140] [8140].byte $ee,$66,$76,$6e,$66,$66,$ef,$00; [$8140] byte; ; ..████.. ; ...██... ; ...██... ; ...██... ; ...██... ; ...██... ; ..████.. ; ........ ;[8148]TILE_GLYPH_I:; [$8148] [8148].byte $3c,$18,$18,$18,$18,$18,$3c,$00; [$8148] byte; ; ....███. ; .....██. ; .....██. ; ██...██. ; ██...██. ; ██..███. ; .█████.. ; ........ ;[8150]TILE_GLYPH_J:; [$8150] [8150].byte $0e,$06,$06,$c6,$c6,$ce,$7c,$00; [$8150] byte; ; ██..███. ; ██.███.. ; █████... ; ████.... ; █████.█. ; ██.████. ; ██..██.. ; ........ ;[8158]TILE_GLYPH_K:; [$8158] [8158].byte $ce,$dc,$f8,$f0,$fa,$de,$cc,$00; [$8158] byte; ; ██...... ; ██...... ; ██...... ; ██...... ; ██....█. ; ██...██. ; ███████. ; ........ ;[8160]TILE_GLYPH_L:; [$8160] [8160].byte $c0,$c0,$c0,$c0,$c2,$c6,$fe,$00; [$8160] byte; ; ██...██. ; ███.███. ; ███████. ; ██.█.██. ; ██...██. ; ██...██. ; ██...██. ; ........ ;[8168]TILE_GLYPH_M:; [$8168] [8168].byte $c6,$ee,$fe,$d6,$c6,$c6,$c6,$00; [$8168] byte; ; ██...██. ; ███..██. ; ████.██. ; ██.████. ; ██..███. ; ██...██. ; ██....█. ; ........ ;[8170]TILE_GLYPH_N:; [$8170] [8170].byte $c6,$e6,$f6,$de,$ce,$c6,$c2,$00; [$8170] byte; ; .█████.. ; ███.███. ; ██...██. ; ██...██. ; ██...██. ; ███.██.. ; .████... ; ........ ;[8178]TILE_GLYPH_O:; [$8178] [8178].byte $7c,$ee,$c6,$c6,$c6,$ec,$78,$00; [$8178] byte; ; ██████.. ; ██...██. ; ███..██. ; ███..██. ; ██.███.. ; ██...... ; ██...... ; ........ ;[8180]TILE_GLYPH_P:; [$8180] [8180].byte $fc,$c6,$e6,$e6,$dc,$c0,$c0,$00; [$8180] byte; ; .█████.. ; ██..███. ; ██...██. ; ██...██. ; ██.████. ; ███.██.. ; .██████. ; ........ ;[8188]TILE_GLYPH_Q:; [$8188] [8188].byte $7c,$ce,$c6,$c6,$de,$ec,$7e,$00; [$8188] byte; ; ██████.. ; .█...██. ; .██..██. ; .█████.. ; .█.██... ; ██..██.. ; ███..██. ; ........ ;[8190]TILE_GLYPH_R:; [$8190] [8190].byte $fc,$46,$66,$7c,$58,$cc,$e6,$00; [$8190] byte; ; .█████.. ; ██...██. ; ██....█. ; .█████.. ; .....██. ; ██...██. ; .█████.. ; ........ ;[8198]TILE_GLYPH_S:; [$8198] [8198].byte $7c,$c6,$c2,$7c,$06,$c6,$7c,$00; [$8198] byte; ; ███████. ; ██.█.██. ; █..█..█. ; ...█.... ; ...█.... ; ...█.... ; ..███... ; ........ ;[81a0]TILE_GLYPH_T:; [$81a0] [81a0].byte $fe,$d6,$92,$10,$10,$10,$38,$00; [$81a0] byte; ; ███..██. ; ███..██. ; ██....█. ; ██....█. ; ██....█. ; ███..██. ; .█████.. ; ........ ;[81a8]TILE_GLYPH_U:; [$81a8] [81a8].byte $e6,$e6,$c2,$c2,$c2,$e6,$7c,$00; [$81a8] byte; ; ██...██. ; ██...██. ; ██...██. ; .██.███. ; .██.██.. ; ..████.. ; ...██... ; ........ ;[81b0]TILE_GLYPH_V:; [$81b0] [81b0].byte $c6,$c6,$c6,$6e,$6c,$3c,$18,$00; [$81b0] byte; ; ██.██.█. ; ██.██.█. ; █..██.█. ; █████.█. ; ███████. ; ███.███. ; .█...█.. ; ........ ;[81b8]TILE_GLYPH_W:; [$81b8] [81b8].byte $da,$da,$9a,$fa,$fe,$ee,$44,$00; [$81b8] byte; ; █....██. ; ██..███. ; .████... ; ..██.... ; .████... ; ██..███. ; █....██. ; ........ ;[81c0]TILE_GLYPH_X:; [$81c0] [81c0].byte $86,$ce,$78,$30,$78,$ce,$86,$00; [$81c0] byte; ; ██...██. ; ██...██. ; ██...██. ; .█████.. ; ..███... ; ...██... ; ..███... ; ........ ;[81c8]TILE_GLYPH_Y:; [$81c8] [81c8].byte $c6,$c6,$c6,$7c,$38,$18,$38,$00; [$81c8] byte; ; .██████. ; ██..███. ; █..██... ; ..██.... ; .██...█. ; ███..██. ; ██████.. ; ........ ;[81d0]TILE_GLYPH_Z:; [$81d0] [81d0].byte $7e,$ce,$98,$30,$62,$e6,$fc,$00; [$81d0] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[81d8].byte $00,$00,$00,$00,$00,$00,$00,$00; [$81d8] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[81e0].byte $00,$00,$00,$00,$00,$00,$00,$00; [$81e0] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[81e8].byte $00,$00,$00,$00,$00,$00,$00,$00; [$81e8] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ;[81f0].byte $00,$00,$00,$00,$00,$00,$00,$00; [$81f0] byte; ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; ........ ; .██████. ;[81f8]TILE_GLYPH_UNDERSCORE:; [$81f8] [81f8].byte $00,$00,$00,$00,$00,$00,$00,$7e; [$81f8] byte; ; ████████ ; ████████ ; ████████ ; ████████ ; ████████ ; ████████ ; ████████ ; ████████ ;[8200]TILE_GLYPH_CURSOR:; [$8200] [8200].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$8200] byte; ; ........ ; ..███... ; ....██.. ; ..████.. ; .██.██.. ; .██.███. ; ..█████. ; ........ ;[8208]TILE_GLYPH_a:; [$8208] [8208].byte $00,$38,$0c,$3c,$6c,$6e,$3e,$00; [$8208] byte; ; .█...... ; .██..... ; .██..... ; .████... ; .██.██.. ; .██.██.. ; ..███... ; ........ ;[8210]TILE_GLYPH_b:; [$8210] [8210].byte $40,$60,$60,$78,$6c,$6c,$38,$00; [$8210] byte; ; ........ ; ........ ; ..███... ; .█████.. ; .██..... ; .██..█.. ; ..███... ; ........ ;[8218]TILE_GLYPH_c:; [$8218] [8218].byte $00,$00,$38,$7c,$60,$64,$38,$00; [$8218] byte; ; .....█.. ; ....██.. ; ....██.. ; ..████.. ; .██.██.. ; .██.██.. ; ..███... ; ........ ;[8220]TILE_GLYPH_d:; [$8220] [8220].byte $04,$0c,$0c,$3c,$6c,$6c,$38,$00; [$8220] byte; ; ........ ; ........ ; ..███... ; .██..█.. ; .█████.. ; .██..... ; ..████.. ; ........ ;[8228]TILE_GLYPH_e:; [$8228] [8228].byte $00,$00,$38,$64,$7c,$60,$3c,$00; [$8228] byte; ; ...███.. ; ...██... ; .██████. ; ...██... ; ...██... ; ...██... ; ...██... ; ........ ;[8230]TILE_GLYPH_f:; [$8230] [8230].byte $1c,$18,$7e,$18,$18,$18,$18,$00; [$8230] byte; ; ........ ; ..███... ; .██.██.. ; .██.██.. ; ..████.. ; ....██.. ; .██.██.. ; ..███... ;[8238]TILE_GLYPH_g:; [$8238] [8238].byte $00,$38,$6c,$6c,$3c,$0c,$6c,$38; [$8238] byte; ; .██..... ; .██..... ; .██..... ; .████... ; .██.██.. ; .██.██.. ; .██.██.. ; ........ ;[8240]TILE_GLYPH_h:; [$8240] [8240].byte $60,$60,$60,$78,$6c,$6c,$6c,$00; [$8240] byte; ; ..██.... ; ..██.... ; ........ ; ..██.... ; ..██.... ; ..██.... ; ..██.... ; ........ ;[8248]TILE_GLYPH_i:; [$8248] [8248].byte $30,$30,$00,$30,$30,$30,$30,$00; [$8248] byte; ; ...██... ; ...██... ; ........ ; ...██... ; ...██... ; .█.██... ; .█.██... ; ..██.... ;[8250]TILE_GLYPH_j:; [$8250] [8250].byte $18,$18,$00,$18,$18,$58,$58,$30; [$8250] byte; ; .██..... ; .██..... ; .██..█.. ; .██.██.. ; .████... ; .████... ; .██.██.. ; ........ ;[8258]TILE_GLYPH_k:; [$8258] [8258].byte $60,$60,$64,$6c,$78,$78,$6c,$00; [$8258] byte; ; ...█.... ; ...██... ; ...██... ; ...██... ; ...██... ; ...██... ; ...██... ; ........ ;[8260]TILE_GLYPH_l:; [$8260] [8260].byte $10,$18,$18,$18,$18,$18,$18,$00; [$8260] byte; ; ........ ; ........ ; .██.██.. ; .█.█.██. ; .█.█.██. ; .█.█.██. ; .█.█.██. ; ........ ;[8268]TILE_GLYPH_m:; [$8268] [8268].byte $00,$00,$6c,$56,$56,$56,$56,$00; [$8268] byte; ; ........ ; ........ ; .████... ; .██.██.. ; .██.██.. ; .██.██.. ; .██.██.. ; ........ ;[8270]TILE_GLYPH_n:; [$8270] [8270].byte $00,$00,$78,$6c,$6c,$6c,$6c,$00; [$8270] byte; ; ........ ; ........ ; ..███... ; .██.██.. ; .██.██.. ; .██.██.. ; ..███... ; ........ ;[8278]TILE_GLYPH_o:; [$8278] [8278].byte $00,$00,$38,$6c,$6c,$6c,$38,$00; [$8278] byte; ; ........ ; ........ ; .████... ; .██.██.. ; .██.██.. ; .████... ; .██..... ; .██..... ;[8280]TILE_GLYPH_p:; [$8280] [8280].byte $00,$00,$78,$6c,$6c,$78,$60,$60; [$8280] byte; ; ........ ; ........ ; ..████.. ; .██.██.. ; .██.██.. ; ..████.. ; ....██.. ; ....██.. ;[8288]TILE_GLYPH_q:; [$8288] [8288].byte $00,$00,$3c,$6c,$6c,$3c,$0c,$0c; [$8288] byte; ; ........ ; ........ ; .██.██.. ; .█████.. ; .███.... ; .██..... ; .██..... ; ........ ;[8290]TILE_GLYPH_r:; [$8290] [8290].byte $00,$00,$6c,$7c,$70,$60,$60,$00; [$8290] byte; ; ........ ; ........ ; ..████.. ; .██..... ; .█████.. ; ....██.. ; .████... ; ........ ;[8298]TILE_GLYPH_s:; [$8298] [8298].byte $00,$00,$3c,$60,$7c,$0c,$78,$00; [$8298] byte; ; ...█.... ; ...██... ; .█████.. ; ...██... ; ...██... ; ...██... ; ....██.. ; ........ ;[82a0]TILE_GLYPH_t:; [$82a0] [82a0].byte $10,$18,$7c,$18,$18,$18,$0c,$00; [$82a0] byte; ; ........ ; ........ ; .█..█... ; .██.██.. ; .██.██.. ; .██.██.. ; ..██.█.. ; ........ ;[82a8]TILE_GLYPH_u:; [$82a8] [82a8].byte $00,$00,$48,$6c,$6c,$6c,$34,$00; [$82a8] byte; ; ........ ; ........ ; .█..█... ; .██.██.. ; .██.██.. ; ..███... ; ...█.... ; ........ ;[82b0]TILE_GLYPH_v:; [$82b0] [82b0].byte $00,$00,$48,$6c,$6c,$38,$10,$00; [$82b0] byte; ; ........ ; ........ ; .█.█..█. ; .█.█.██. ; .█.█.██. ; .█.█.██. ; ..█.██.. ; ........ ;[82b8]TILE_GLYPH_w:; [$82b8] [82b8].byte $00,$00,$52,$56,$56,$56,$2c,$00; [$82b8] byte; ; ........ ; ........ ; .██..██. ; ..████.. ; ...██... ; ..█.██.. ; .█...██. ; ........ ;[82c0]TILE_GLYPH_x:; [$82c0] [82c0].byte $00,$00,$66,$3c,$18,$2c,$46,$00; [$82c0] byte; ; ........ ; ........ ; ..█..█.. ; .██.██.. ; .██.██.. ; ..████.. ; ...██... ; .███.... ;[82c8]TILE_GLYPH_y:; [$82c8] [82c8].byte $00,$00,$24,$6c,$6c,$3c,$18,$70; [$82c8] byte; ; ........ ; ........ ; .█████.. ; ...███.. ; ..███... ; .███.... ; .█████.. ; ........ ;[82d0]TILE_GLYPH_z:; [$82d0] [82d0].byte $00,$00,$7c,$1c,$38,$70,$7c,$00; [$82d0] byte; ; ........ ; ........ ; ...█████ ; ...█████ ; ...█████ ; ........ ; ........ ; ........ ;[82d8]TILE_GLYPH_RIGHT_ARROW_START:; [$82d8] [82d8].byte $00,$00,$1f,$1f,$1f,$00,$00,$00; [$82d8] byte; ; ........ ; ........ ; ████████ ; ████████ ; ████████ ; ........ ; ........ ; ........ ;[82e0]TILE_GLYPH_ARROW_MIDDLE:; [$82e0] [82e0].byte $00,$00,$ff,$ff,$ff,$00,$00,$00; [$82e0] byte; ; █....... ; ██...... ; ███..... ; ████.... ; ███..... ; ██...... ; █....... ; ........ ;[82e8]TILE_GLYPH_RIGHT_ARROW_END:; [$82e8] [82e8].byte $80,$c0,$e0,$f0,$e0,$c0,$80,$00; [$82e8] byte; ; .......█ ; ......██ ; .....███ ; ....████ ; .....███ ; ......██ ; .......█ ; ........ ;[82f0]TILE_GLYPH_LEFT_ARROW_END:; [$82f0] [82f0].byte $01,$03,$07,$0f,$07,$03,$01,$00; [$82f0] byte; ; ........ ; ........ ; █████... ; █████... ; █████... ; ........ ; ........ ; ........ ;[82f8]TILE_GLYPH_LEFT_ARROW_START:; [$82f8] [82f8].byte $00,$00,$f8,$f8,$f8,$00,$00,$00; [$82f8] byte;============================================================================ ; All messages available for display. ; ; Indexes are 1-based. ;============================================================================[8300]MESSAGE_HELP_WITH_ANYTHING:; [$8300] [8300]MESSAGE_STRINGS: [8300].byte "H"; Message 1 [8301].byte "ello.",$fe,"Co"; [$8301] char [8309].byte "uld",$fd,"I",$fd,"he"; [$8309] char [8311].byte "lp",$fd,"youwi"; [$8311] char [8319].byte "th",$fd,"anyth"; [$8319] char [8321].byte "ing.",$fc,"Wha"; [$8321] char [8329].byte "t",$fe,"would",$fd; [$8329] char [8331].byte "you",$fd,"like"; [$8331] char [8339].byte "?",$ff; [$8339] char [833b]MESSAGE_THANK_YOU_FOR_SHOPPING:; [$833b] [833b].byte "T"; Message 2 [833c].byte "hank",$fd,"you"; [$833c] char [8344].byte $fe,"for",$fd,"sho"; [$8344] char [834c].byte "pping.",$ff; [$834c] char [8353]MESSAGE_NOT_ENOUGH_GOLD:; [$8353] [8353].byte "T"; Message 3 [8354].byte "his",$fd,"is",$fd,"n"; [$8354] char [835c].byte "ot",$fe,"enoug"; [$835c] char [8364].byte "h",$fd,"Golds."; [$8364] char [836c].byte $ff; [$836c] char [836d]MESSAGE_ANYTHING_ELSE:; [$836d] [836d].byte "A"; Message 4 [836e].byte "nything",$fd; [$836e] char [8376].byte "else?",$ff; [$8376] char [837c]MESSAGE_COME_BACK_AGAIN:; [$837c] [837c].byte "C"; Message 5 [837d].byte "ome",$fd,"back"; [$837d] char [8385].byte $fd,"again.",$ff; [$8385] char [838d]MESSAGE_CANT_CARRY_MORE:; [$838d] [838d].byte "Y"; Message 6 [838e].byte "ou",$fd,"can't"; [$838e] char [8396].byte $fd,"carry",$fe,"a"; [$8396] char [839e].byte "ny",$fd,"more."; [$839e] char [83a6].byte $ff; [$83a6] char [83a7]MESSAGE_DRIED_MEAT_50G:; [$83a7] [83a7].byte "D"; Message 7 [83a8].byte "ried",$fd,"mea"; [$83a8] char [83b0].byte "t",$fd,"to",$fe,"bri"; [$83b0] char [83b8].byte "ng",$fd,"energ"; [$83b8] char [83c0].byte "y",$fe,"for",$fd,"50"; [$83c0] char [83c8].byte $fd,"Golds.",$ff; [$83c8] char [83d0]MESSAGE_DRIED_MEAT_150G:; [$83d0] [83d0].byte "D"; Message 8 [83d1].byte "ried",$fd,"mea"; [$83d1] char [83d9].byte "t",$fd,"to",$fe,"bri"; [$83d9] char [83e1].byte "ng",$fd,"energ"; [$83e1] char [83e9].byte "y",$fe,"for",$fd,"15"; [$83e9] char [83f1].byte "0",$fd,"Golds."; [$83f1] char [83f9].byte $ff; [$83f9] char [83fa]MESSAGE_DRIED_MEAT_180G:; [$83fa] [83fa].byte "D"; Message 9 [83fb].byte "ried",$fd,"mea"; [$83fb] char [8403].byte "t",$fd,"to",$fe,"bri"; [$8403] char [840b].byte "ng",$fd,"energ"; [$840b] char [8413].byte "y",$fe,"for",$fd,"18"; [$8413] char [841b].byte "0",$fd,"Golds."; [$841b] char [8423].byte $ff; [$8423] char [8424]MESSAGE_DRIED_MEAT_250G:; [$8424] [8424].byte "D"; Message 10 [8425].byte "ried",$fd,"mea"; [$8425] char [842d].byte "t",$fd,"to",$fe,"bri"; [$842d] char [8435].byte "ng",$fd,"energ"; [$8435] char [843d].byte "y",$fe,"for",$fd,"25"; [$843d] char [8445].byte "0",$fd,"Golds."; [$8445] char [844d].byte $ff; [$844d] char [844e]MESSAGE_DRIED_MEAT_350G:; [$844e] [844e].byte "D"; Message 11 [844f].byte "ried",$fd,"mea"; [$844f] char [8457].byte "t",$fd,"to",$fe,"bri"; [$8457] char [845f].byte "ng",$fd,"energ"; [$845f] char [8467].byte "y",$fe,"for",$fd,"35"; [$8467] char [846f].byte "0",$fd,"Golds."; [$846f] char [8477].byte $ff; [$8477] char [8478]MESSAGE_DRIED_MEAT_500G:; [$8478] [8478].byte "D"; Message 12 [8479].byte "ried",$fd,"mea"; [$8479] char [8481].byte "t",$fd,"to",$fe,"bri"; [$8481] char [8489].byte "ng",$fd,"energ"; [$8489] char [8491].byte "y",$fe,"for",$fd,"50"; [$8491] char [8499].byte "0",$fd,"Golds."; [$8499] char [84a1].byte $ff; [$84a1] char [84a2]MESSAGE_DRIED_MEAT_800G:; [$84a2] [84a2].byte "D"; Message 13 [84a3].byte "ried",$fd,"mea"; [$84a3] char [84ab].byte "t",$fd,"to",$fe,"bri"; [$84ab] char [84b3].byte "ng",$fd,"energ"; [$84b3] char [84bb].byte "y",$fe,"for",$fd,"80"; [$84bb] char [84c3].byte "0",$fd,"Golds."; [$84c3] char [84cb].byte $ff; [$84cb] char [84cc]MESSAGE_I_SELL_KEYS:; [$84cc] [84cc].byte "H"; Message 14 [84cd].byte "ello.",$fe,"I",$fd; [$84cd] char [84d5].byte "sell",$fd,"key"; [$84d5] char [84dd].byte "s.",$fe,"What",$fe; [$84dd] char [84e5].byte "would",$fd,"yo"; [$84e5] char [84ed].byte "u",$fd,"like?",$ff; [$84ed] char [84f5]MESSAGE_I_SELL_TOOLS:; [$84f5] [84f5].byte "H"; Message 15 [84f6].byte "ello.",$fe,"I",$fd; [$84f6] char [84fe].byte "sell",$fd,"too"; [$84fe] char [8506].byte "ls.",$fe,"What"; [$8506] char [850e].byte $fe,"would",$fd,"y"; [$850e] char [8516].byte "ou",$fd,"like?"; [$8516] char [851e].byte $ff; [$851e] char [851f]MESSAGE_COME_HERE_TO_BUY_SELL:; [$851f] [851f].byte "C"; Message 16 [8520].byte "ome",$fd,"here"; [$8520] char [8528].byte $fe,"to",$fd,"buy."; [$8528] char [8530].byte $fe,"Come",$fd,"he"; [$8530] char [8538].byte "re",$fe,"to",$fd,"se"; [$8538] char [8540].byte "ll.",$ff; [$8540] char [8544]MESSAGE_NO_KEY:; [$8544] [8544].byte "Y"; Message 17 [8545].byte "ou",$fd,"don't"; [$8545] char [854d].byte $fe,"have",$fd,"a",$fd; [$854d] char [8555].byte "key.",$ff; [$8555] char [855a]MESSAGE_NOTHING_TO_BUY:; [$855a] [855a].byte "Y"; Message 18 [855b].byte "ou",$fd,"have",$fe; [$855b] char [8563].byte "nothing",$fd; [$8563] char [856b].byte "to",$fd,"buy.",$ff; [$856b] char [8573]MESSAGE_WHICH_TO_SELL:; [$8573] [8573].byte "W"; Message 19 [8574].byte "hich",$fd,"one"; [$8574] char [857c].byte $fd,"would",$fe,"l"; [$857c] char [8584].byte "ike",$fd,"to",$fd,"s"; [$8584] char [858c].byte "ell?",$ff; [$858c] char [8591]MESSAGE_WHAT_WOULD_YOU_LIKE:; [$8591] [8591].byte "W"; Message 20 [8592].byte "hat",$fe,"woul"; [$8592] char [859a].byte "d",$fd,"you",$fd,"li"; [$859a] char [85a2].byte "ke?",$ff; [$85a2] char [85a6]MESSAGE_MAGIC_200G:; [$85a6] [85a6].byte "I"; Message 21 [85a7].byte $fd,"shall",$fd,"g"; [$85a7] char [85af].byte "ive",$fe,"magi"; [$85af] char [85b7].byte "c",$fe,"for",$fd,"20"; [$85b7] char [85bf].byte "0",$fd,"Golds."; [$85bf] char [85c7].byte $ff; [$85c7] char [85c8]MESSAGE_WATCH_POWER_LEVEL:; [$85c8] [85c8].byte "W"; Message 22 [85c9].byte "atch",$fd,"you"; [$85c9] char [85d1].byte "r",$fe,"remain"; [$85d1] char [85d9].byte "ing",$fe,"powe"; [$85d9] char [85e1].byte "r",$fd,"level."; [$85e1] char [85e9].byte $ff; [$85e9] char [85ea]MESSAGE_MAGIC_FIRE_3000G:; [$85ea] [85ea].byte "D"; Message 23 [85eb].byte "o",$fd,"you",$fd,"kn"; [$85eb] char [85f3].byte "ow",$fd,"the",$fe,"m"; [$85f3] char [85fb].byte "agic",$fd,"of",$fd; [$85fb] char [8603].byte "fire?",$fe,"I'"; [$8603] char [860b].byte "ll",$fd,"teach"; [$860b] char [8613].byte $fd,"you",$fe,"for"; [$8613] char [861b].byte $fd,"3000",$fd,"Go"; [$861b] char [8623].byte "lds.",$ff; [$8623] char [8628]MESSAGE_DONT_RELY_ON_MAGIC:; [$8628] [8628].byte "D"; Message 24 [8629].byte "on't",$fd,"rel"; [$8629] char [8631].byte "y",$fd,"too",$fe,"mu"; [$8631] char [8639].byte "ch",$fd,"on",$fd,"ma"; [$8639] char [8641].byte "gic.",$ff; [$8641] char [8646]MESSAGE_MARTIAL_ARTS_200G:; [$8646] [8646].byte "D"; Message 25 [8647].byte "o",$fd,"you",$fd,"wa"; [$8647] char [864f].byte "nt",$fe,"a",$fd,"mar"; [$864f] char [8657].byte "tial",$fd,"art"; [$8657] char [865f].byte $fe,"lesson",$fe; [$865f] char [8667].byte "for",$fd,"200",$fd; [$8667] char [866f].byte "Golds?",$ff; [$866f] char [8676]MESSAGE_DO_YOU_WANT_TREATMENT:; [$8676] [8676].byte "D"; Message 26 [8677].byte "o",$fd,"you",$fd,"wa"; [$8677] char [867f].byte "nt",$fe,"a",$fd,"tre"; [$867f] char [8687].byte "atment?",$ff; [$8687] char [868f]MESSAGE_DONT_TRY_TOO_HARD:; [$868f] [868f].byte "D"; Message 27 [8690].byte "on't",$fd,"try"; [$8690] char [8698].byte $fe,"too",$fd,"har"; [$8698] char [86a0].byte "d.",$ff; [$86a0] char [86a3]MESSAGE_250G_PLEASE:; [$86a3] [86a3].byte "I"; Message 28 [86a4].byte "t",$fd,"is",$fd,"250"; [$86a4] char [86ac].byte $fd,"Golds",$fe,","; [$86ac] char [86b4].byte "please.",$ff; [$86b4] char [86bc]MESSAGE_500G_PLEASE:; [$86bc] [86bc].byte "I"; Message 29 [86bd].byte "t",$fd,"is",$fd,"500"; [$86bd] char [86c5].byte $fd,"Golds",$fe,","; [$86c5] char [86cd].byte "please.",$ff; [$86cd] char [86d5]MESSAGE_1000G_PLEASE:; [$86d5] [86d5].byte "I"; Message 30 [86d6].byte "t",$fd,"is",$fd,"100"; [$86d6] char [86de].byte "0",$fd,"Golds,"; [$86de] char [86e6].byte "please.",$ff; [$86e6] char [86ee]MESSAGE_2500G_PLEASE:; [$86ee] [86ee].byte "I"; Message 31 [86ef].byte "t",$fd,"is",$fd,"250"; [$86ef] char [86f7].byte "0",$fd,"Golds,"; [$86f7] char [86ff].byte "please.",$ff; [$86ff] char [8707]MESSAGE_1800G_PLEASE:; [$8707] [8707].byte "I"; Message 32 [8708].byte "t",$fd,"is",$fd,"180"; [$8708] char [8710].byte "0",$fd,"Golds,"; [$8710] char [8718].byte "please.",$ff; [$8718] char [8720]MESSAGE_3000G_PLEASE:; [$8720] [8720].byte "I"; Message 33 [8721].byte "t",$fd,"is",$fd,"300"; [$8721] char [8729].byte "0",$fd,"Golds,"; [$8729] char [8731].byte "please.",$ff; [$8731] char [8739]MESSAGE_MEDITATE_WITH_YOU:; [$8739] [8739].byte "Y"; Message 34 [873a].byte "ou",$fd,"need",$fd; [$873a] char [8742].byte "peace",$fe,"of"; [$8742] char [874a].byte $fd,"mind.",$fe,"I"; [$874a] char [8752].byte $fd,"will",$fd,"me"; [$8752] char [875a].byte "ditate",$fe,"w"; [$875a] char [8762].byte "ith",$fd,"you."; [$8762] char [876a].byte $ff; [$876a] char [876b]MESSAGE_NEW_TITLE:; [$876b] [876b].byte "I"; Message 36 [876c].byte $fd,"shall",$fd,"g"; [$876c] char [8774].byte "ive",$fd,"youa"; [$8774] char [877c].byte $fd,"title.",$fe; [$877c] char [8784].byte "'",$fb,"'",$fc,"Make"; [$8784] char [878c].byte $fd,"sure",$fd,"yo"; [$878c] char [8794].byte "u",$fe,"live",$fd,"u"; [$8794] char [879c].byte "p",$fd,"to",$fd,"it."; [$879c] char [87a4].byte $ff; [$87a4] char [87a5]MESSAGE_REMEMBER_YOUR_MANTRA:; [$87a5] [87a5].byte "D"; Message 36 [87a6].byte "on't",$fd,"hav"; [$87a6] char [87ae].byte "e",$fe,"negati"; [$87ae] char [87b6].byte "ve",$fe,"thoug"; [$87b6] char [87be].byte "hts.",$fc,"Rem"; [$87be] char [87c6].byte "ember",$fe,"yo"; [$87c6] char [87ce].byte "ur",$fd,"mantr"; [$87ce] char [87d6].byte "a.",$ff; [$87d6] char [87d9]MESSAGE_HEAR_AGAIN:; [$87d9] [87d9].byte "D"; Message 37 [87da].byte "o",$fd,"you",$fd,"wa"; [$87da] char [87e2].byte "nt",$fe,"to",$fd,"he"; [$87e2] char [87ea].byte "ar",$fd,"it",$fe,"on"; [$87ea] char [87f2].byte "ce",$fd,"more?"; [$87f2] char [87fa].byte $ff; [$87fa] char [87fb]MESSAGE_INTRO:; [$87fb] [87fb].byte "I"; Message 38 [87fc].byte "'ve",$fd,"been"; [$87fc] char [8804].byte $fd,"on",$fe,"a",$fd,"lo"; [$8804] char [880c].byte "ng",$fd,"journ"; [$880c] char [8814].byte "ey.",$fc,"I",$fd,"ca"; [$8814] char [881c].byte "me",$fd,"back",$fd; [$881c] char [8824].byte "to",$fe,"my",$fd,"ho"; [$8824] char [882c].byte "me",$fd,"town",$fe; [$882c] char [8834].byte "to",$fd,"find",$fd; [$8834] char [883c].byte "it",$fd,"is",$fe,"al"; [$883c] char [8844].byte "most",$fd,"des"; [$8844] char [884c].byte "erted.",$fc,"T"; [$884c] char [8854].byte "he",$fd,"gate",$fd; [$8854] char [885c].byte "is",$fe,"close"; [$885c] char [8864].byte "d,",$fe,"peopl"; [$8864] char [886c].byte "e",$fd,"are",$fd,"go"; [$886c] char [8874].byte "ne,",$fc,"and",$fd; [$8874] char [887c].byte "the",$fd,"wall"; [$887c] char [8884].byte "s",$fe,"are",$fd,"cr"; [$8884] char [888c].byte "umbling."; [$888c] char [8894].byte $fc,"I",$fd,"wonde"; [$8894] char [889c].byte "r",$fe,"what",$fd,"h"; [$889c] char [88a4].byte "appened."; [$88a4] char [88ac].byte $ff; [$88ac] char [88ad]MESSAGE_GO_SEE_KING:; [$88ad] [88ad].byte "I"; Message 39 [88ae].byte $fd,"want",$fd,"yo"; [$88ae] char [88b6].byte "u",$fe,"to",$fd,"see"; [$88b6] char [88be].byte $fd,"the",$fd,"kin"; [$88be] char [88c6].byte "g",$fe,"right",$fd; [$88c6] char [88ce].byte "away",$fc,"alt"; [$88ce] char [88d6].byte "hough",$fd,"yo"; [$88d6] char [88de].byte "u've",$fe,"jus"; [$88de] char [88e6].byte "t",$fd,"arrive"; [$88e6] char [88ee].byte "d.",$ff; [$88ee] char [88f1]MESSAGE_DIRECTIONS_APOLUNE:; [$88f1] [88f1].byte "G"; Message 40 [88f2].byte "o",$fd,"straig"; [$88f2] char [88fa].byte "ht",$fe,"ahead"; [$88fa] char [8902].byte $fd,"and",$fd,"you"; [$8902] char [890a].byte "'llfind",$fd; [$890a] char [8912].byte "the",$fd,"town"; [$8912] char [891a].byte $fd,"ofApolu"; [$891a] char [8922].byte "ne.",$ff; [$8922] char [8926]MESSAGE_MARK_OF_JACK:; [$8926] [8926].byte "T"; Message 41 [8927].byte "here",$fd,"is",$fd; [$8927] char [892f].byte "a",$fd,"mark",$fe,"o"; [$892f] char [8937].byte "f",$fd,"\"Jack\""; [$8937] char [893f].byte $fe,"by",$fd,"the",$fd; [$893f] char [8947].byte "key",$fd,"hole"; [$8947] char [894f].byte ".",$ff; [$894f] char [8951]MESSAGE_THIS_IS_EOLIS:; [$8951] [8951].byte "T"; Message 42 [8952].byte "his",$fd,"is",$fd,"t"; [$8952] char [895a].byte "he",$fd,"Elf",$fe,"t"; [$895a] char [8962].byte "own",$fd,"of",$fd,"E"; [$8962] char [896a].byte "olis.",$fc,"It"; [$896a] char [8972].byte $fd,"is",$fd,"loca"; [$8972] char [897a].byte "ted",$fd,"atth"; [$897a] char [8982].byte "e",$fd,"bottom"; [$8982] char [898a].byte $fd,"of",$fe,"the",$fd; [$898a] char [8992].byte "World",$fd,"Tr"; [$8992] char [899a].byte "ee",$fc,"and",$fd,"t"; [$899a] char [89a2].byte "he",$fd,"Elves"; [$89a2] char [89aa].byte $fe,"live",$fd,"he"; [$89aa] char [89b2].byte "re.",$fc,"Go",$fd,"t"; [$89b2] char [89ba].byte "o",$fd,"see",$fd,"th"; [$89ba] char [89c2].byte "e",$fe,"Guru",$fd,"b"; [$89c2] char [89ca].byte "efore",$fd,"yo"; [$89ca] char [89d2].byte "u",$fe,"see",$fd,"th"; [$89d2] char [89da].byte "e",$fd,"king.",$ff; [$89da] char [89e2]MESSAGE_LOOK_FOR_RINGS:; [$89e2] [89e2].byte "T"; Message 43 [89e3].byte "here",$fd,"are"; [$89e3] char [89eb].byte $fd,"many",$fe,"ri"; [$89eb] char [89f3].byte "ngs",$fd,"with"; [$89f3] char [89fb].byte $fe,"differe"; [$89fb] char [8a03].byte "nt",$fd,"magic"; [$8a03] char [8a0b].byte ".",$fc,"Look",$fd,"f"; [$8a0b] char [8a13].byte "or",$fd,"them",$fe; [$8a13] char [8a1b].byte "one",$fd,"by",$fd,"o"; [$8a1b] char [8a23].byte "ne.",$ff; [$8a23] char [8a27]MESSAGE_TAKE_RING_TO_KING:; [$8a27] [8a27].byte "I"; Message 44 [8a28].byte "f",$fd,"you",$fd,"ar"; [$8a28] char [8a30].byte "e",$fd,"goingt"; [$8a30] char [8a38].byte "o",$fd,"see",$fd,"th"; [$8a38] char [8a40].byte "e",$fd,"king,t"; [$8a40] char [8a48].byte "ake",$fd,"this"; [$8a48] char [8a50].byte $fd,"ring.",$fc,"T"; [$8a50] char [8a58].byte "his",$fd,"ring"; [$8a58] char [8a60].byte $fd,"will",$fe,"id"; [$8a60] char [8a68].byte "entify",$fd,"y"; [$8a68] char [8a70].byte "ou.",$fe,"Don'"; [$8a70] char [8a78].byte "t",$fd,"lose",$fd,"i"; [$8a78] char [8a80].byte "t.",$ff; [$8a80] char [8a83]MESSAGE_VISIT_GURUS_GET_TITLE:; [$8a83] [8a83].byte "V"; Message 45 [8a84].byte "isit",$fd,"all"; [$8a84] char [8a8c].byte $fd,"Gurus",$fe,"o"; [$8a8c] char [8a94].byte "n",$fd,"your",$fd,"w"; [$8a94] char [8a9c].byte "ay.",$fc,"You'"; [$8a9c] char [8aa4].byte "ll",$fd,"get",$fd,"a"; [$8aa4] char [8aac].byte $fe,"title",$fd,"a"; [$8aac] char [8ab4].byte "ccording"; [$8ab4] char [8abc].byte $fe,"to",$fd,"your"; [$8abc] char [8ac4].byte $fe,"experie"; [$8ac4] char [8acc].byte "nce.",$ff; [$8acc] char [8ad1]MESSAGE_LAST_WELL_ALMOST_DRY:; [$8ad1] [8ad1].byte "T"; Message 46 [8ad2].byte "he",$fd,"last",$fd; [$8ad2] char [8ada].byte "well",$fd,"isa"; [$8ada] char [8ae2].byte "lmost",$fd,"dr"; [$8ae2] char [8aea].byte "y.",$ff; [$8aea] char [8aed]MESSAGE_THIS_IS_FOREPAW:; [$8aed] [8aed].byte "T"; Message 47 [8aee].byte "here",$fd,"is",$fe; [$8aee] char [8af6].byte "a",$fd,"founta"; [$8af6] char [8afe].byte "in",$fe,"in",$fd,"th"; [$8afe] char [8b06].byte "e",$fd,"town",$fd,"o"; [$8b06] char [8b0e].byte "f",$fe,"Forepa"; [$8b0e] char [8b16].byte "w.",$ff; [$8b16] char [8b19]MESSAGE_DWARVES_ARE_HERE:; [$8b19] [8b19].byte "T"; Message 48 [8b1a].byte "he",$fd,"Dwarf"; [$8b1a] char [8b22].byte "s",$fd,"are",$fe,"al"; [$8b22] char [8b2a].byte "ready",$fd,"in"; [$8b2a] char [8b32].byte $fd,"town.It"; [$8b32] char [8b3a].byte $fd,"looks",$fd,"l"; [$8b3a] char [8b42].byte "ike",$fe,"the",$fd; [$8b42] char [8b4a].byte "end",$fd,"is",$fd,"n"; [$8b4a] char [8b52].byte "ear.",$ff; [$8b52] char [8b57]MESSAGE_DO_YOU_HAVE_WEAPON:; [$8b57] [8b57].byte "D"; Message 49 [8b58].byte "o",$fd,"you",$fd,"ha"; [$8b58] char [8b60].byte "ve",$fe,"a",$fd,"wea"; [$8b60] char [8b68].byte "pon",$fe,"for",$fd; [$8b68] char [8b70].byte "fighting"; [$8b70] char [8b78].byte "?",$ff; [$8b78] char [8b7a]MESSAGE_CANT_LET_YOU_GO:; [$8b7a] [8b7a].byte "I"; Message 50 [8b7b].byte $fd,"can't",$fe,"l"; [$8b7b] char [8b83].byte "et",$fd,"you",$fd,"g"; [$8b83] char [8b8b].byte "o.",$ff; [$8b8b] char [8b8e]MESSAGE_KING_IS_WAITING:; [$8b8e] [8b8e].byte "T"; Message 51 [8b8f].byte "he",$fd,"King",$fd; [$8b8f] char [8b97].byte "is",$fe,"waiti"; [$8b97] char [8b9f].byte "ng",$fd,"for",$fd,"y"; [$8b9f] char [8ba7].byte "ou.",$ff; [$8ba7] char [8bab]MESSAGE_GOOD_LUCK:; [$8bab] [8bab].byte "G"; Message 52 [8bac].byte "ood",$fd,"luck"; [$8bac] char [8bb4].byte "!",$ff; [$8bb4] char [8bb6]MESSAGE_KING_EXPOSITION:; [$8bb6] [8bb6].byte "G"; Message 53 [8bb7].byte "lad",$fd,"you",$fd; [$8bb7] char [8bbf].byte "could",$fe,"co"; [$8bbf] char [8bc7].byte "me.",$fe,"Disa"; [$8bc7] char [8bcf].byte "ster",$fd,"has"; [$8bcf] char [8bd7].byte $fe,"befalle"; [$8bd7] char [8bdf].byte "n",$fd,"us.",$fc,"Th"; [$8bdf] char [8be7].byte "e",$fd,"Elf",$fe,"fo"; [$8be7] char [8bef].byte "untain",$fd,"w"; [$8bef] char [8bf7].byte "ater,",$fe,"ou"; [$8bf7] char [8bff].byte "r",$fd,"life",$fd,"s"; [$8bff] char [8c07].byte "ource,ha"; [$8c07] char [8c0f].byte "s",$fd,"stoppe"; [$8c0f] char [8c17].byte "d.",$fc,"The",$fd,"w"; [$8c17] char [8c1f].byte "ells",$fd,"are"; [$8c1f] char [8c27].byte $fe,"drying",$fd; [$8c27] char [8c2f].byte "up.",$fc,"Many"; [$8c2f] char [8c37].byte $fd,"men",$fd,"wen"; [$8c37] char [8c3f].byte "t",$fe,"out",$fd,"an"; [$8c3f] char [8c47].byte "d",$fd,"nobody"; [$8c47] char [8c4f].byte $fe,"came",$fd,"ba"; [$8c4f] char [8c57].byte "ck.",$fc,"You",$fd; [$8c57] char [8c5f].byte "are",$fd,"our",$fd; [$8c5f] char [8c67].byte "lasthope"; [$8c67] char [8c6f].byte ".",$fe,"I",$fd,"shal"; [$8c6f] char [8c77].byte "l",$fd,"give",$fd,"y"; [$8c77] char [8c7f].byte "ou1500",$fd,"G"; [$8c7f] char [8c87].byte "olds.",$fc,"Pr"; [$8c87] char [8c8f].byte "epare",$fe,"fo"; [$8c8f] char [8c97].byte "r",$fd,"your",$fd,"j"; [$8c97] char [8c9f].byte "ourneywi"; [$8c9f] char [8ca7].byte "th",$fd,"this",$fd; [$8ca7] char [8caf].byte "money.",$fc,"I"; [$8caf] char [8cb7].byte "t",$fd,"will",$fd,"b"; [$8cb7] char [8cbf].byte "e",$fd,"a",$fe,"dang"; [$8cbf] char [8cc7].byte "erous",$fe,"jo"; [$8cc7] char [8ccf].byte "urney.",$fc,"T"; [$8ccf] char [8cd7].byte "ake",$fd,"care"; [$8cd7] char [8cdf].byte $fe,"of",$fd,"your"; [$8cdf] char [8ce7].byte "self.",$ff; [$8ce7] char [8ced]MESSAGE_NOTHING_MORE_TO_HELP:; [$8ced] [8ced].byte "T"; Message 54 [8cee].byte "here",$fd,"is",$fd; [$8cee] char [8cf6].byte "nothingm"; [$8cf6] char [8cfe].byte "ore",$fd,"I",$fd,"ca"; [$8cfe] char [8d06].byte "n",$fd,"do",$fd,"toh"; [$8d06] char [8d0e].byte "elp",$fd,"you."; [$8d0e] char [8d16].byte $fc,"Looking"; [$8d16] char [8d1e].byte $fd,"forward"; [$8d1e] char [8d26].byte $fe,"to",$fd,"good"; [$8d26] char [8d2e].byte $fd,"news.",$ff; [$8d2e] char [8d35]MESSAGE_DWARVES_ROBBING_ELVES:; [$8d35] [8d35].byte "T"; Message 55 [8d36].byte "he",$fd,"Dwarf"; [$8d36] char [8d3e].byte "s",$fe,"are",$fd,"ro"; [$8d3e] char [8d46].byte "bbing",$fe,"th"; [$8d46] char [8d4e].byte "e",$fd,"Elves'"; [$8d4e] char [8d56].byte $fd,"moneyan"; [$8d56] char [8d5e].byte "d",$fd,"jewelr"; [$8d5e] char [8d66].byte "y.",$ff; [$8d66] char [8d69]MESSAGE_METEORITE_EXPOSITION:; [$8d69] [8d69].byte "A"; Message 56 [8d6a].byte $fd,"meteori"; [$8d6a] char [8d72].byte "te",$fd,"felli"; [$8d72] char [8d7a].byte "nto",$fd,"the",$fd; [$8d7a] char [8d82].byte "World",$fe,"Tr"; [$8d82] char [8d8a].byte "ee",$fd,"and",$fe,"c"; [$8d8a] char [8d92].byte "reated",$fd,"h"; [$8d92] char [8d9a].byte "avoc.",$fc,"At"; [$8d9a] char [8da2].byte $fd,"the",$fd,"end"; [$8da2] char [8daa].byte $fd,"of",$fe,"the",$fd; [$8daa] char [8db2].byte "confusio"; [$8db2] char [8dba].byte "n,",$fc,"the",$fd,"D"; [$8dba] char [8dc2].byte "warfs",$fd,"of"; [$8dc2] char [8dca].byte $fe,"the",$fd,"und"; [$8dca] char [8dd2].byte "erworld",$fe; [$8dd2] char [8dda].byte "came",$fd,"up",$fc; [$8dda] char [8de2].byte "and",$fd,"atta"; [$8de2] char [8dea].byte "cked",$fe,"the"; [$8dea] char [8df2].byte $fd,"Elves.",$fe; [$8df2] char [8dfa].byte "Nobody",$fd,"k"; [$8dfa] char [8e02].byte "nows",$fe,"the"; [$8e02] char [8e0a].byte $fd,"reason."; [$8e0a] char [8e12].byte $ff; [$8e12] char [8e13]MESSAGE_LISTEN_TO_PEOPLE:; [$8e13] [8e13].byte "L"; Message 57 [8e14].byte "isten",$fd,"to"; [$8e14] char [8e1c].byte $fe,"people."; [$8e1c] char [8e24].byte $fc,"You'll",$fd; [$8e24] char [8e2c].byte "only",$fd,"get"; [$8e2c] char [8e34].byte $fe,"frustra"; [$8e34] char [8e3c].byte "ted",$fe,"if",$fd,"y"; [$8e3c] char [8e44].byte "ou",$fd,"just",$fd; [$8e44] char [8e4c].byte "walkarou"; [$8e4c] char [8e54].byte "nd.",$ff; [$8e54] char [8e58]MESSAGE_DONT_TRY_TOO_HARD_2:; [$8e58] [8e58].byte "D"; Message 58 [8e59].byte "on't",$fd,"try"; [$8e59] char [8e61].byte $fe,"too",$fd,"har"; [$8e61] char [8e69].byte "d.",$ff; [$8e69] char [8e6c]MESSAGE_WELCOME_TO_APOLUNE:; [$8e6c] [8e6c].byte "W"; Message 59 [8e6d].byte "elcome",$fd,"t"; [$8e6d] char [8e75].byte "o",$fd,"the",$fe,"to"; [$8e75] char [8e7d].byte "wn",$fd,"of",$fd,"Ap"; [$8e7d] char [8e85].byte "olune.",$ff; [$8e85] char [8e8c]MESSAGE_DIRECTIONS_FOREPAW:; [$8e8c] [8e8c].byte "T"; Message 60 [8e8d].byte "here",$fd,"is",$fd; [$8e8d] char [8e95].byte "the",$fe,"town"; [$8e95] char [8e9d].byte $fd,"of",$fd,"Fore"; [$8e9d] char [8ea5].byte "paw",$fe,"ahea"; [$8ea5] char [8ead].byte "d",$fd,"of",$fd,"you"; [$8ead] char [8eb5].byte ".",$ff; [$8eb5] char [8eb7]MESSAGE_DIRECTIONS_TO_TRUNK:; [$8eb7] [8eb7].byte "T"; Message 61 [8eb8].byte "here",$fd,"are"; [$8eb8] char [8ec0].byte $fd,"Dwarfsa"; [$8ec0] char [8ec8].byte "ll",$fd,"over",$fd; [$8ec8] char [8ed0].byte "in",$fd,"the",$fe,"T"; [$8ed0] char [8ed8].byte "ower",$fd,"of",$fd; [$8ed8] char [8ee0].byte "Trunk.",$fc,"G"; [$8ee0] char [8ee8].byte "o",$fd,"out",$fd,"of"; [$8ee8] char [8ef0].byte $fd,"town,",$fe,"t"; [$8ef0] char [8ef8].byte "urn",$fd,"righ"; [$8ef8] char [8f00].byte "t",$fd,"and",$fe,"go"; [$8f00] char [8f08].byte $fd,"straigh"; [$8f08] char [8f10].byte "t,",$fc,"then",$fd; [$8f10] char [8f18].byte "you'll",$fd,"f"; [$8f18] char [8f20].byte "indthe",$fd,"T"; [$8f20] char [8f28].byte "ower",$fe,"of",$fd; [$8f28] char [8f30].byte "Trunk.",$ff; [$8f30] char [8f37]MESSAGE_GOOD_LUCK_2:; [$8f37] [8f37].byte "G"; Message 62 [8f38].byte "ood",$fd,"luck"; [$8f38] char [8f40].byte ".",$ff; [$8f40] char [8f42]MESSAGE_SHOULD_HAVE_SHIELD:; [$8f42] [8f42].byte "Y"; Message 63 [8f43].byte "ou",$fd,"shoul"; [$8f43] char [8f4b].byte "d",$fd,"have",$fe,"a"; [$8f4b] char [8f53].byte $fd,"shield."; [$8f53] char [8f5b].byte $fd,"It'll",$fe,"p"; [$8f5b] char [8f63].byte "rotect",$fd,"y"; [$8f63] char [8f6b].byte "ou",$fd,"fromD"; [$8f6b] char [8f73].byte "warf",$fd,"att"; [$8f73] char [8f7b].byte "acks.",$ff; [$8f7b] char [8f81]MESSAGE_MATTOCK_IN_TOWER:; [$8f81] [8f81].byte "T"; Message 64 [8f82].byte "he",$fd,"Matto"; [$8f82] char [8f8a].byte "ck",$fe,"shoul"; [$8f8a] char [8f92].byte "d",$fd,"be",$fd,"in",$fd; [$8f92] char [8f9a].byte "theTower"; [$8f9a] char [8fa2].byte ".",$fc,"You",$fd,"ca"; [$8fa2] char [8faa].byte "n",$fd,"get",$fd,"it"; [$8faa] char [8fb2].byte $fe,"by",$fd,"defe"; [$8fb2] char [8fba].byte "ating",$fd,"a",$fe; [$8fba] char [8fc2].byte "Dwarf.",$ff; [$8fc2] char [8fc9]MESSAGE_BLOCKED_PASSAGE:; [$8fc9] [8fc9].byte "W"; Message 65 [8fca].byte "e",$fd,"blocke"; [$8fca] char [8fd2].byte "d",$fd,"the",$fe,"pa"; [$8fd2] char [8fda].byte "ssage",$fd,"to"; [$8fda] char [8fe2].byte $fd,"the",$fe,"nex"; [$8fe2] char [8fea].byte "t",$fd,"town",$fd,"b"; [$8fea] char [8ff2].byte "y",$fe,"buildi"; [$8ff2] char [8ffa].byte "ng",$fd,"a",$fd,"wal"; [$8ffa] char [9002].byte "l,",$fc,"but",$fd,"t"; [$9002] char [900a].byte "he",$fd,"Dwarf"; [$900a] char [9012].byte "s",$fe,"keep",$fd,"c"; [$9012] char [901a].byte "oming.",$ff; [$901a] char [9021]MESSAGE_MATTOCK_BREAKS_WALL:; [$9021] [9021].byte "I"; Message 66 [9022].byte "f",$fd,"you",$fd,"ha"; [$9022] char [902a].byte "ve",$fd,"the",$fe,"M"; [$902a] char [9032].byte "attock,y"; [$9032] char [903a].byte "ou",$fd,"can",$fe,"b"; [$903a] char [9042].byte "reak",$fd,"the"; [$9042] char [904a].byte $fd,"wall,",$fc,"b"; [$904a] char [9052].byte "ut",$fd,"if",$fd,"yo"; [$9052] char [905a].byte "u",$fd,"don'th"; [$905a] char [9062].byte "ave",$fd,"it.."; [$9062] char [906a].byte ".",$ff; [$906a] char [906c]MESSAGE_YOU_NEED_KEY:; [$906c] [906c].byte "Y"; Message 67 [906d].byte "ou",$fd,"need",$fd; [$906d] char [9075].byte "a",$fd,"key.",$ff; [$9075] char [907c]MESSAGE_YOU_NEED_DIFFERENT_KEY:; [$907c] [907c].byte "Y"; Message 68 [907d].byte "ou",$fd,"need",$fd; [$907d] char [9085].byte "a",$fe,"differ"; [$9085] char [908d].byte "ent",$fd,"key."; [$908d] char [9095].byte $ff; [$9095] char [9096]MESSAGE_DOCTOR_CAN_HELP:; [$9096] [9096].byte "A"; Message 69 [9097].byte "re",$fd,"you",$fd,"h"; [$9097] char [909f].byte "urt?",$fe,"Our"; [$909f] char [90a7].byte $fd,"doctor",$fe; [$90a7] char [90af].byte "can",$fd,"help"; [$90af] char [90b7].byte ".",$ff; [$90b7] char [90b9]MESSAGE_POISON_IS_BAD:; [$90b9] [90b9].byte "W"; Message 70 [90ba].byte "atch",$fd,"out"; [$90ba] char [90c2].byte $fd,"for",$fe,"the"; [$90c2] char [90ca].byte $fd,"jar",$fd,"of",$fe; [$90ca] char [90d2].byte "poison.",$fc; [$90d2] char [90da].byte "The",$fd,"pois"; [$90da] char [90e2].byte "on",$fd,"will",$fe; [$90e2] char [90ea].byte "take",$fd,"you"; [$90ea] char [90f2].byte "r",$fd,"energy"; [$90f2] char [90fa].byte "away.",$ff; [$90fa] char [9100]MESSAGE_LEARN_MANTRAS:; [$9100] [9100].byte "D"; Message 71 [9101].byte "id",$fd,"you",$fd,"l"; [$9101] char [9109].byte "earn",$fe,"the"; [$9109] char [9111].byte $fd,"Guru's",$fe; [$9111] char [9119].byte "mantra?",$fc; [$9119] char [9121].byte "The",$fd,"mant"; [$9121] char [9129].byte "ra",$fd,"will",$fe; [$9129] char [9131].byte "return",$fd,"y"; [$9131] char [9139].byte "ou",$fd,"to",$fe,"th"; [$9139] char [9141].byte "is",$fd,"world"; [$9141] char [9149].byte ".",$fc,"Hold",$fd,"o"; [$9149] char [9151].byte "n",$fd,"to",$fd,"the"; [$9151] char [9159].byte $fe,"mantra."; [$9159] char [9161].byte $ff; [$9161] char [9162]MESSAGE_SECRET_GURU_IN_TOWER:; [$9162] [9162].byte "T"; Message 72 [9163].byte "here",$fd,"is",$fd; [$9163] char [916b].byte "a",$fe,"secret"; [$916b] char [9173].byte $fd,"Guru",$fd,"in"; [$9173] char [917b].byte $fe,"the",$fd,"Tow"; [$917b] char [9183].byte "er",$fd,"of",$fe,"Fo"; [$9183] char [918b].byte "rtress.",$fc; [$918b] char [9193].byte "You'll",$fd,"f"; [$9193] char [919b].byte "ind",$fe,"impo"; [$919b] char [91a3].byte "rtant",$fd,"in"; [$91a3] char [91ab].byte "for-mati"; [$91ab] char [91b3].byte "on",$fd,"and",$fe,"a"; [$91b3] char [91bb].byte $fd,"key",$fd,"the"; [$91bb] char [91c3].byte "re.",$ff; [$91c3] char [91c7]MESSAGE_CARRY_ITEMS:; [$91c7] [91c7].byte "Y"; Message 73 [91c8].byte "ou",$fd,"can",$fd,"c"; [$91c8] char [91d0].byte "arry",$fd,"8",$fe,"i"; [$91d0] char [91d8].byte "tems.",$fd,"Th"; [$91d8] char [91e0].byte "ey",$fd,"are",$fe,"a"; [$91e0] char [91e8].byte "ll",$fd,"impor"; [$91e8] char [91f0].byte "tant.",$fe,"Ch"; [$91f0] char [91f8].byte "oose",$fd,"wel"; [$91f8] char [9200].byte "l.",$ff; [$9200] char [9203]MESSAGE_WELCOME_TO_FOREPAW:; [$9203] [9203].byte "T"; Message 74 [9204].byte "his",$fd,"is",$fd,"t"; [$9204] char [920c].byte "he",$fd,"towno"; [$920c] char [9214].byte "f",$fd,"Forepa"; [$9214] char [921c].byte "w.",$ff; [$921c] char [921f]MESSAGE_FOUNTAIN_WILL_FLOW_TO_TOWN:; [$921f] [921f].byte "I"; Message 75 [9220].byte "f",$fd,"the",$fd,"fo"; [$9220] char [9228].byte "untain",$fe,"f"; [$9228] char [9230].byte "lows,wat"; [$9230] char [9238].byte "er",$fd,"willc"; [$9238] char [9240].byte "ome",$fd,"back"; [$9240] char [9248].byte $fd,"to",$fd,"thet"; [$9248] char [9250].byte "own.",$ff; [$9250] char [9255]MESSAGE_FIND_3_SPRINGS:; [$9255] [9255].byte "W"; Message 76 [9256].byte "ater",$fd,"fro"; [$9256] char [925e].byte "m",$fd,"3",$fe,"spri"; [$925e] char [9266].byte "ngs",$fd,"flow"; [$9266] char [926e].byte "s",$fe,"into",$fd,"t"; [$926e] char [9276].byte "he",$fe,"fount"; [$9276] char [927e].byte "ain.",$fc,"Fin"; [$927e] char [9286].byte "d",$fd,"the",$fd,"3",$fe; [$9286] char [928e].byte "springs",$fd; [$928e] char [9296].byte "and",$fe,"retu"; [$9296] char [929e].byte "rn",$fd,"the",$fd,"w"; [$929e] char [92a6].byte "aterto",$fd,"t"; [$92a6] char [92ae].byte "he",$fd,"fount"; [$92ae] char [92b6].byte "ain.",$ff; [$92b6] char [92bb]MESSAGE_WATER_IS_FLOWING:; [$92bb] [92bb].byte "W"; Message 77 [92bc].byte "ater",$fd,"is",$fd; [$92bc] char [92c4].byte "flowingi"; [$92c4] char [92cc].byte "n",$fd,"our",$fd,"fo"; [$92cc] char [92d4].byte "untain.T"; [$92d4] char [92dc].byte "hanks",$fd,"to"; [$92dc] char [92e4].byte $fe,"your",$fd,"he"; [$92e4] char [92ec].byte "lp.",$ff; [$92ec] char [92f0]MESSAGE_FOUNTAIN_IN_SKY:; [$92f0] [92f0].byte "I"; Message 78 [92f1].byte $fd,"hear",$fe,"qu"; [$92f1] char [92f9].byte "ite",$fd,"ofte"; [$92f9] char [9301].byte "n",$fe,"about",$fd; [$9301] char [9309].byte "a",$fd,"founta"; [$9309] char [9311].byte "inin",$fd,"the"; [$9311] char [9319].byte $fd,"sky.",$fc,"Wh"; [$9319] char [9321].byte "en",$fd,"you",$fd,"g"; [$9321] char [9329].byte "o",$fd,"downfr"; [$9329] char [9331].byte "om",$fd,"the",$fd,"t"; [$9331] char [9339].byte "own,",$fc,"you"; [$9339] char [9341].byte "'ll",$fd,"come"; [$9341] char [9349].byte $fd,"to",$fd,"apla"; [$9349] char [9351].byte "ce",$fd,"where"; [$9351] char [9359].byte $fd,"the",$fe,"sky"; [$9359] char [9361].byte $fd,"opens",$fd,"a"; [$9361] char [9369].byte "bove.",$fc,"Th"; [$9369] char [9371].byte "ey",$fd,"say",$fd,"a"; [$9371] char [9379].byte $fe,"fountai"; [$9379] char [9381].byte "n",$fd,"is",$fd,"up",$fe; [$9381] char [9389].byte "in",$fd,"the",$fd,"s"; [$9389] char [9391].byte "ky,",$fc,"but",$fd; [$9391] char [9399].byte "you",$fd,"need"; [$9399] char [93a1].byte $fe,"Wing",$fd,"Bo"; [$93a1] char [93a9].byte "ots...",$ff; [$93a9] char [93b0]MESSAGE_PUSH_FOUNTAIN_ROCK:; [$93b0] [93b0].byte "I"; Message 79 [93b1].byte "f",$fd,"you",$fd,"ca"; [$93b1] char [93b9].byte "n",$fd,"push",$fe,"t"; [$93b9] char [93c1].byte "he",$fd,"rock",$fd; [$93c1] char [93c9].byte "away",$fe,"fro"; [$93c9] char [93d1].byte "m",$fd,"the",$fe,"fo"; [$93d1] char [93d9].byte "untain,",$fc; [$93d9] char [93e1].byte "you'll",$fd,"f"; [$93e1] char [93e9].byte "ind",$fd,"the",$fe; [$93e9] char [93f1].byte "way",$fd,"to",$fd,"M"; [$93f1] char [93f9].byte "ascon.",$fc,"B"; [$93f9] char [9401].byte "ut,",$fd,"you",$fd; [$9401] char [9409].byte "can't",$fe,"mo"; [$9409] char [9411].byte "ve",$fd,"it",$fd,"wi"; [$9411] char [9419].byte "thout",$fe,"th"; [$9419] char [9421].byte "e",$fd,"Ring",$fd,"o"; [$9421] char [9429].byte "f",$fe,"Ruby.",$fc; [$9429] char [9431].byte "The",$fd,"old",$fd; [$9431] char [9439].byte "man",$fd,"of",$fe,"t"; [$9439] char [9441].byte "he",$fd,"sprin"; [$9441] char [9449].byte "g",$fd,"will",$fe,"h"; [$9449] char [9451].byte "ave",$fd,"it.",$fe; [$9451] char [9459].byte "Ask",$fd,"him."; [$9459] char [9461].byte $ff; [$9461] char [9462]MESSAGE_SPRING_IN_TOWER:; [$9462] [9462].byte "T"; Message 80 [9463].byte "here",$fd,"is",$fd; [$9463] char [946b].byte "a",$fe,"spring"; [$946b] char [9473].byte $fe,"in",$fd,"the",$fd; [$9473] char [947b].byte "tower",$fd,"of"; [$947b] char [9483].byte $fe,"Fortres"; [$9483] char [948b].byte "s.",$fc,"You'l"; [$948b] char [9493].byte "l",$fd,"find",$fd,"t"; [$9493] char [949b].byte "he",$fe,"dried"; [$949b] char [94a3].byte $fd,"up",$fe,"foun"; [$94a3] char [94ab].byte "tain",$fc,"and"; [$94ab] char [94b3].byte $fd,"the",$fd,"ent"; [$94b3] char [94bb].byte "ranceto",$fd; [$94bb] char [94c3].byte "the",$fd,"towe"; [$94c3] char [94cb].byte "r",$fe,"right",$fd; [$94cb] char [94d3].byte "above",$fe,"th"; [$94d3] char [94db].byte "is",$fd,"town."; [$94db] char [94e3].byte $fc,"So",$fd,"long"; [$94e3] char [94eb].byte ".",$ff; [$94eb] char [94ed]MESSAGE_WINGBOOTS_IN_TOWER:; [$94ed] [94ed].byte "T"; Message 81 [94ee].byte "he",$fd,"Dwarf"; [$94ee] char [94f6].byte $fe,"who",$fd,"liv"; [$94f6] char [94fe].byte "es",$fe,"in",$fd,"th"; [$94fe] char [9506].byte "e",$fd,"tower",$fe; [$9506] char [950e].byte "has",$fd,"Wing"; [$950e] char [9516].byte $fd,"boots.",$fc; [$9516] char [951e].byte "When",$fd,"you"; [$951e] char [9526].byte $fd,"get",$fe,"the"; [$9526] char [952e].byte "m,",$fd,"look",$fd; [$952e] char [9536].byte "for",$fe,"a",$fd,"fo"; [$9536] char [953e].byte "untain",$fe,"i"; [$953e] char [9546].byte "n",$fd,"the",$fd,"sk"; [$9546] char [954e].byte "y.",$ff; [$954e] char [9551]MESSAGE_DIRECTIONS_TO_MASCON:; [$9551] [9551].byte "W"; Message 82 [9552].byte "hen",$fd,"you",$fd; [$9552] char [955a].byte "push",$fe,"the"; [$955a] char [9562].byte $fd,"rock",$fe,"aw"; [$9562] char [956a].byte "ay",$fd,"from",$fd; [$956a] char [9572].byte "the",$fe,"foun"; [$9572] char [957a].byte "tain,",$fc,"yo"; [$957a] char [9582].byte "u'll",$fd,"fin"; [$9582] char [958a].byte "d",$fe,"the",$fd,"pa"; [$958a] char [9592].byte "ssage",$fe,"to"; [$9592] char [959a].byte $fd,"Mascon,"; [$959a] char [95a2].byte $fc,"but",$fd,"you"; [$95a2] char [95aa].byte $fd,"need",$fe,"th"; [$95aa] char [95b2].byte "e",$fd,"Ring",$fe,"o"; [$95b2] char [95ba].byte "f",$fd,"Ruby.",$ff; [$95ba] char [95c2]MESSAGE_LOOK_FOR_WINGBOOTS:; [$95c2] [95c2].byte "L"; Message 83 [95c3].byte "ook",$fd,"for",$fe; [$95c3] char [95cb].byte "Wing",$fd,"Boo"; [$95cb] char [95d3].byte "ts.",$ff; [$95d3] char [95d7]MESSAGE_FOUNTAIN_IN_SKY_HINT:; [$95d7] [95d7].byte "G"; Message 84 [95d8].byte "o",$fd,"below",$fd; [$95d8] char [95e0].byte "the",$fe,"blue"; [$95e0] char [95e8].byte $fd,"sky.",$fd,"Yo"; [$95e8] char [95f0].byte "u'llfind"; [$95f0] char [95f8].byte $fd,"a",$fd,"fount"; [$95f8] char [9600].byte "ain",$fe,"in",$fd,"t"; [$9600] char [9608].byte "he",$fd,"sky.",$ff; [$9608] char [9610]MESSAGE_USE_THIS_KEY_FOR_FIRST_SPRING:; [$9610] [9610].byte "U"; Message 85 [9611].byte "se",$fd,"this",$fd; [$9611] char [9619].byte "key",$fe,"to",$fd,"o"; [$9619] char [9621].byte "pen",$fd,"the",$fd; [$9621] char [9629].byte "doorbelo"; [$9629] char [9631].byte "w.",$fc,"You'l"; [$9631] char [9639].byte "l",$fd,"find",$fd,"t"; [$9639] char [9641].byte "he",$fe,"first"; [$9641] char [9649].byte $fd,"spring."; [$9649] char [9651].byte $ff; [$9651] char [9652]MESSAGE_GET_JOKER_OR_COME_BACK:; [$9652] [9652].byte "I"; Message 86 [9653].byte "f",$fd,"you",$fd,"do"; [$9653] char [965b].byte "n't",$fe,"have"; [$965b] char [9663].byte $fd,"a",$fd,"Joker"; [$9663] char [966b].byte $fe,"key,",$fe,"co"; [$966b] char [9673].byte "me",$fd,"back",$fd; [$9673] char [967b].byte "again.",$ff; [$967b] char [9682]MESSAGE_HO_HO_HO_ZZZ:; [$9682] [9682].byte "H"; Message 87 [9683].byte "o,",$fd,"ho,",$fd,"h"; [$9683] char [968b].byte "o.",$fe,"I'll",$fd; [$968b] char [9693].byte "tell",$fd,"you"; [$9693] char [969b].byte $fe,"about",$fd,"t"; [$969b] char [96a3].byte "he",$fd,"water"; [$96a3] char [96ab].byte $fe,"of",$fd,"the",$fd; [$96ab] char [96b3].byte "spring.",$fc; [$96b3] char [96bb].byte ".....",$fe,".."; [$96bb] char [96c3].byte "...",$fe,"Oops"; [$96c3] char [96cb].byte "!",$fe,"..fall"; [$96cb] char [96d3].byte "en",$fd,"aslee"; [$96d3] char [96db].byte "p.",$fc,"The",$fd,"w"; [$96db] char [96e3].byte "ater",$fd,"was"; [$96e3] char [96eb].byte $fe,"poisone"; [$96eb] char [96f3].byte "d.",$fc,"The",$fd,"p"; [$96f3] char [96fb].byte "osion",$fd,"is"; [$96fb] char [9703].byte $fe,"almost",$fd; [$9703] char [970b].byte "gone",$fd,"so",$fe; [$970b] char [9713].byte "it's",$fd,"all"; [$9713] char [971b].byte $fd,"right",$fe,"t"; [$971b] char [9723].byte "o",$fd,"wake",$fd,"h"; [$9723] char [972b].byte "im",$fd,"up.",$fc,"W"; [$972b] char [9733].byte "atch.",$fe,".."; [$9733] char [973b].byte "...",$fd,"...."; [$973b] char [9743].byte ".",$fe,"Someth"; [$9743] char [974b].byte "ing",$fd,"is",$fe,"w"; [$974b] char [9753].byte "rong...",$fc; [$9753] char [975b].byte "Oops!",$ff; [$975b] char [9761]MESSAGE_GET_KEY_FIND_FOUNTAIN:; [$9761] [9761].byte "G"; Message 88 [9762].byte "et",$fd,"the",$fd,"k"; [$9762] char [976a].byte "ey",$fd,"fromt"; [$976a] char [9772].byte "he",$fd,"Guri",$fd; [$9772] char [977a].byte "in",$fd,"the",$fe,"t"; [$977a] char [9782].byte "ower",$fd,"of",$fe; [$9782] char [978a].byte "Fortress"; [$978a] char [9792].byte $fd,"and",$fc,"sea"; [$9792] char [979a].byte "rch",$fd,"for",$fd; [$979a] char [97a2].byte "the",$fe,"undi"; [$97a2] char [97aa].byte "scovered"; [$97aa] char [97b2].byte $fe,"first",$fd,"f"; [$97b2] char [97ba].byte "ountain."; [$97ba] char [97c2].byte $ff; [$97c2] char [97c3]MESSAGE_THIS_IS_SPRING_OF_TRUNK_GET_ELIXIR:; [$97c3] [97c3].byte "Y"; Message 89 [97c4].byte "ou've",$fd,"do"; [$97c4] char [97cc].byte "ne",$fd,"wellt"; [$97cc] char [97d4].byte "o",$fd,"get",$fd,"he"; [$97d4] char [97dc].byte "re.",$fe,"This"; [$97dc] char [97e4].byte $fd,"is",$fd,"the",$fe; [$97e4] char [97ec].byte "spring",$fd,"o"; [$97ec] char [97f4].byte "f",$fd,"Trunk."; [$97f4] char [97fc].byte $fc,"You",$fd,"nee"; [$97fc] char [9804].byte "d",$fd,"Elixir"; [$9804] char [980c].byte $fe,"to",$fd,"revi"; [$980c] char [9814].byte "ve",$fd,"the",$fe,"s"; [$9814] char [981c].byte "pring.",$fc,"W"; [$981c] char [9824].byte "ill",$fd,"you",$fd; [$9824] char [982c].byte "give",$fd,"mey"; [$982c] char [9834].byte "our",$fd,"medi"; [$9834] char [983c].byte "cine?",$ff; [$983c] char [9842]MESSAGE_2_MORE_SPRINGS:; [$9842] [9842].byte "T"; Message 90 [9843].byte "his",$fd,"spri"; [$9843] char [984b].byte "ng",$fd,"willf"; [$984b] char [9853].byte "low",$fd,"agai"; [$9853] char [985b].byte "n.",$fe,"There"; [$985b] char [9863].byte $fd,"are",$fe,"two"; [$9863] char [986b].byte $fd,"more.",$fc,"Y"; [$986b] char [9873].byte "ou'd",$fd,"bet"; [$9873] char [987b].byte "ter",$fd,"go",$fe,"a"; [$987b] char [9883].byte "nd",$fd,"find",$fd; [$9883] char [988b].byte "them.",$ff; [$988b] char [9891]MESSAGE_COME_BACK_WITH_MEDICINE:; [$9891] [9891].byte "C"; Message 91 [9892].byte "ome",$fd,"back"; [$9892] char [989a].byte $fd,"with",$fe,"th"; [$989a] char [98a2].byte "e",$fd,"medici"; [$98a2] char [98aa].byte "ne.",$ff; [$98aa] char [98ae]MESSAGE_FIND_POISON_IN_MASCON:; [$98ae] [98ae].byte "A"; Message 92 [98af].byte "s",$fd,"soon",$fd,"a"; [$98af] char [98b7].byte "s",$fd,"waterf"; [$98b7] char [98bf].byte "lows",$fd,"in",$fd; [$98bf] char [98c7].byte "the",$fe,"foun"; [$98c7] char [98cf].byte "tain,",$fc,"go"; [$98cf] char [98d7].byte $fd,"to",$fd,"Masc"; [$98d7] char [98df].byte "on",$fd,"andfi"; [$98df] char [98e7].byte "nd",$fd,"the",$fd,"p"; [$98e7] char [98ef].byte "oison",$fe,"th"; [$98ef] char [98f7].byte "e",$fd,"Dwarfs"; [$98f7] char [98ff].byte $fd,"hide,",$fc,"o"; [$98ff] char [9907].byte "therwise"; [$9907] char [990f].byte $fd,"the",$fe,"Elv"; [$990f] char [9917].byte "es",$fd,"will",$fd; [$9917] char [991f].byte "be",$fe,"destr"; [$991f] char [9927].byte "oyed.",$ff; [$9927] char [992d]MESSAGE_WILL_REVIVE_SPRING:; [$992d] [992d].byte "T"; Message 93 [992e].byte "hank",$fd,"you"; [$992e] char [9936].byte $fd,"for",$fe,"com"; [$9936] char [993e].byte "ing.",$fc,"I",$fd,"w"; [$993e] char [9946].byte "ill",$fd,"revi"; [$9946] char [994e].byte "ve",$fe,"the",$fd,"s"; [$994e] char [9956].byte "pring",$fe,"ri"; [$9956] char [995e].byte "ght",$fd,"away"; [$995e] char [9966].byte ".",$ff; [$9966] char [9968]MESSAGE_GIVING_RING_OF_RUBY:; [$9968] [9968].byte "I"; Message 94 [9969].byte "'ll",$fd,"give"; [$9969] char [9971].byte $fd,"you",$fe,"the"; [$9971] char [9979].byte $fd,"Ring",$fd,"of"; [$9979] char [9981].byte $fe,"Ruby.",$fc,"N"; [$9981] char [9989].byte "ow,",$fd,"push"; [$9989] char [9991].byte $fd,"the",$fe,"roc"; [$9991] char [9999].byte "k",$fd,"away",$fd,"f"; [$9999] char [99a1].byte "rom",$fe,"the",$fd; [$99a1] char [99a9].byte "fountain"; [$99a9] char [99b1].byte ".",$ff; [$99b1] char [99b3]MESSAGE_TRUST_YOUR_POWER:; [$99b3] [99b3].byte "T"; Message 95 [99b4].byte "rust",$fe,"you"; [$99b4] char [99bc].byte "r",$fd,"power."; [$99bc] char [99c4].byte $fc,"You",$fd,"are"; [$99c4] char [99cc].byte $fd,"the",$fe,"cho"; [$99cc] char [99d4].byte "sen",$fd,"warr"; [$99d4] char [99dc].byte "ior",$fe,"to",$fd,"r"; [$99dc] char [99e4].byte "escue",$fe,"th"; [$99e4] char [99ec].byte "is",$fd,"world"; [$99ec] char [99f4].byte ".",$ff; [$99f4] char [99f6]MESSAGE_WELCOME_TO_MASCON:; [$99f6] [99f6].byte "W"; Message 96 [99f7].byte "hat",$fd,"busi"; [$99f7] char [99ff].byte "ness",$fd,"doy"; [$99ff] char [9a07].byte "ou",$fd,"have",$fd; [$9a07] char [9a0f].byte "here?",$fc,"Th"; [$9a0f] char [9a17].byte "is",$fd,"is",$fd,"th"; [$9a17] char [9a1f].byte "e",$fe,"misty",$fd; [$9a1f] char [9a27].byte "town",$fd,"of",$fe; [$9a27] char [9a2f].byte "Mascon.",$ff; [$9a2f] char [9a37]MESSAGE_PREPARE_BEFORE_FOREPAW:; [$9a37] [9a37].byte "T"; Message 97 [9a38].byte "he",$fd,"tower"; [$9a38] char [9a40].byte $fd,"of",$fe,"Fore"; [$9a40] char [9a48].byte "paw",$fd,"is",$fd,"s"; [$9a48] char [9a50].byte "tillfar",$fd; [$9a50] char [9a58].byte "away.",$fc,"Pr"; [$9a58] char [9a60].byte "epare",$fd,"we"; [$9a60] char [9a68].byte "ll",$fe,"and",$fd,"g"; [$9a68] char [9a70].byte "o.",$ff; [$9a70] char [9a73]MESSAGE_METEORITE_BECOMES_POISON:; [$9a73] [9a73].byte "W"; Message 98 [9a74].byte "hen",$fd,"the",$fd; [$9a74] char [9a7c].byte "meteor-i"; [$9a7c] char [9a84].byte "te",$fd,"is",$fd,"di"; [$9a84] char [9a8c].byte "ssolvedi"; [$9a8c] char [9a94].byte "n",$fd,"water,"; [$9a94] char [9a9c].byte $fc,"it",$fd,"beco"; [$9a9c] char [9aa4].byte "mes",$fe,"pois"; [$9aa4] char [9aac].byte "on",$fd,"which"; [$9aac] char [9ab4].byte $fe,"will",$fd,"br"; [$9ab4] char [9abc].byte "ing",$fe,"sick"; [$9abc] char [9ac4].byte "ness.",$fc,"It"; [$9ac4] char [9acc].byte $fd,"started"; [$9acc] char [9ad4].byte $fd,"when",$fe,"th"; [$9ad4] char [9adc].byte "e",$fd,"Dwarfs"; [$9adc] char [9ae4].byte $fe,"brought"; [$9ae4] char [9aec].byte $fd,"it",$fd,"into"; [$9aec] char [9af4].byte $fe,"the",$fd,"Wor"; [$9af4] char [9afc].byte "ld",$fd,"Tree."; [$9afc] char [9b04].byte $ff; [$9b04] char [9b05]MESSAGE_DID_YOU_GET_PENDANT:; [$9b05] [9b05].byte "D"; Message 99 [9b06].byte "id",$fd,"you",$fd,"g"; [$9b06] char [9b0e].byte "et",$fd,"the",$fe,"p"; [$9b0e] char [9b16].byte "endant?",$fd; [$9b16] char [9b1e].byte "It",$fd,"wills"; [$9b1e] char [9b26].byte "trengthe"; [$9b26] char [9b2e].byte "n",$fd,"your",$fe,"o"; [$9b2e] char [9b36].byte "ffense",$fd,"p"; [$9b36] char [9b3e].byte "ower.",$ff; [$9b3e] char [9b44]MESSAGE_STORES_OUTSIDE_TOWN:; [$9b44] [9b44].byte "T"; Message 100 [9b45].byte "here",$fd,"are"; [$9b45] char [9b4d].byte $fd,"storeso"; [$9b4d] char [9b55].byte "utside",$fd,"t"; [$9b55] char [9b5d].byte "own.",$fc,"The"; [$9b5d] char [9b65].byte "y",$fd,"sell",$fd,"u"; [$9b65] char [9b6d].byte "sefulite"; [$9b6d] char [9b75].byte "ms,",$fc,"thou"; [$9b75] char [9b7d].byte "gh",$fd,"it's",$fe; [$9b7d] char [9b85].byte "inconven"; [$9b85] char [9b8d].byte "ient",$fd,"to",$fe; [$9b8d] char [9b95].byte "get",$fd,"ther"; [$9b95] char [9b9d].byte "e.",$fc,"I",$fd,"won"; [$9b9d] char [9ba5].byte "der",$fd,"if",$fd,"y"; [$9ba5] char [9bad].byte "ou",$fe,"could"; [$9bad] char [9bb5].byte $fd,"find",$fd,"th"; [$9bb5] char [9bbd].byte "em.Look",$fd; [$9bbd] char [9bc5].byte "up",$fd,"while"; [$9bc5] char [9bcd].byte $fe,"you",$fd,"wal"; [$9bcd] char [9bd5].byte "k.",$ff; [$9bd5] char [9bd8]MESSAGE_THIS_IS_LARGE_SHIELD:; [$9bd8] [9bd8].byte "I"; Message 101 [9bd9].byte "t",$fd,"is",$fd,"a",$fd,"l"; [$9bd9] char [9be1].byte "arge",$fe,"and"; [$9be1] char [9be9].byte $fd,"beautif"; [$9be9] char [9bf1].byte "ul",$fe,"shiel"; [$9bf1] char [9bf9].byte "d.",$ff; [$9bf9] char [9bfc]MESSAGE_DIRECTIONS_TO_SUFFER:; [$9bfc] [9bfc].byte "T"; Message 102 [9bfd].byte "he",$fd,"meteo"; [$9bfd] char [9c05].byte "rite",$fd,"ism"; [$9c05] char [9c0d].byte "editated"; [$9c0d] char [9c15].byte $fd,"on",$fe,"at",$fd,"t"; [$9c15] char [9c1d].byte "he",$fd,"tower"; [$9c1d] char [9c25].byte $fd,"of",$fe,"Suff"; [$9c25] char [9c2d].byte "er.",$fc,"You'"; [$9c2d] char [9c35].byte "ll",$fd,"find",$fd; [$9c35] char [9c3d].byte "the",$fe,"Towe"; [$9c3d] char [9c45].byte "r",$fd,"above",$fd; [$9c45] char [9c4d].byte "a",$fe,"Guru.",$fe; [$9c4d] char [9c55].byte "Be",$fd,"caref"; [$9c55] char [9c5d].byte "ul.",$ff; [$9c5d] char [9c61]MESSAGE_NEED_WING_BOOTS_FOR_MIST:; [$9c61] [9c61].byte "Y"; Message 103 [9c62].byte "ou",$fd,"need",$fd; [$9c62] char [9c6a].byte "Wing",$fe,"Boo"; [$9c6a] char [9c72].byte "ts",$fc,"in",$fd,"or"; [$9c72] char [9c7a].byte "der",$fd,"to",$fd,"g"; [$9c7a] char [9c82].byte "et",$fe,"to",$fd,"th"; [$9c82] char [9c8a].byte "e",$fd,"misty",$fe; [$9c8a] char [9c92].byte "town",$fd,"of",$fd; [$9c92] char [9c9a].byte "Victim.",$fc; [$9c9a] char [9ca2].byte "Look",$fd,"for"; [$9ca2] char [9caa].byte $fd,"them",$fd,"in"; [$9caa] char [9cb2].byte "the",$fd,"Towe"; [$9cb2] char [9cba].byte "r",$fd,"of",$fe,"Suf"; [$9cba] char [9cc2].byte "fer.",$ff; [$9cc2] char [9cc7]MESSAGE_WELCOME_TO_MIST:; [$9cc7] [9cc7].byte "T"; Message 104 [9cc8].byte "his",$fd,"town"; [$9cc8] char [9cd0].byte $fd,"has",$fe,"bee"; [$9cd0] char [9cd8].byte "n",$fd,"covere"; [$9cd8] char [9ce0].byte "d",$fe,"with",$fd,"a"; [$9ce0] char [9ce8].byte $fd,"mist",$fd,"ev"; [$9ce8] char [9cf0].byte "er",$fc,"since"; [$9cf0] char [9cf8].byte $fd,"the",$fd,"met"; [$9cf8] char [9d00].byte "e-",$fe,"orite"; [$9d00] char [9d08].byte $fd,"hit",$fd,"the"; [$9d08] char [9d10].byte $fe,"town.",$fc,"S"; [$9d10] char [9d18].byte "ome",$fd,"area"; [$9d18] char [9d20].byte "s",$fe,"might",$fd; [$9d20] char [9d28].byte "still",$fe,"be"; [$9d28] char [9d30].byte $fd,"burning"; [$9d30] char [9d38].byte ".",$ff; [$9d38] char [9d3a]MESSAGE_HOUSE_OUTSIDE_ABANDONED:; [$9d3a] [9d3a].byte "T"; Message 105 [9d3b].byte "he",$fd,"house"; [$9d3b] char [9d43].byte $fe,"outside"; [$9d43] char [9d4b].byte $fd,"town",$fd,"wa"; [$9d4b] char [9d53].byte "sabandon"; [$9d53] char [9d5b].byte "ed",$fc,"and",$fd,"t"; [$9d5b] char [9d63].byte "he",$fd,"Dwarf"; [$9d63] char [9d6b].byte "s",$fe,"are",$fd,"li"; [$9d6b] char [9d73].byte "ving",$fe,"the"; [$9d73] char [9d7b].byte "re.",$fc,"Watc"; [$9d7b] char [9d83].byte "h",$fd,"out",$fd,"fo"; [$9d83] char [9d8b].byte "r",$fe,"them.",$ff; [$9d8b] char [9d93]MESSAGE_TOWER_OF_SUFFER_SOON:; [$9d93] [9d93].byte "Y"; Message 106 [9d94].byte "ou'll",$fd,"ge"; [$9d94] char [9d9c].byte "t",$fd,"to",$fe,"the"; [$9d9c] char [9da4].byte $fd,"Tower",$fd,"o"; [$9da4] char [9dac].byte "f",$fe,"Suffer"; [$9dac] char [9db4].byte $fd,"soon.",$ff; [$9db4] char [9dbb]MESSAGE_KEEP_PENDANT:; [$9dbb] [9dbb].byte "T"; Message 107 [9dbc].byte "he",$fd,"penda"; [$9dbc] char [9dc4].byte "nt",$fd,"has",$fe,"b"; [$9dc4] char [9dcc].byte "een",$fd,"a",$fd,"tr"; [$9dcc] char [9dd4].byte "easure",$fe,"o"; [$9dd4] char [9ddc].byte "f",$fd,"the",$fd,"to"; [$9ddc] char [9de4].byte "wn.",$fc,"But",$fd; [$9de4] char [9dec].byte "it",$fd,"is",$fd,"be"; [$9dec] char [9df4].byte "st",$fe,"for",$fd,"t"; [$9df4] char [9dfc].byte "he",$fd,"town",$fd; [$9dfc] char [9e04].byte "if",$fe,"you",$fd,"k"; [$9e04] char [9e0c].byte "eep",$fd,"it.",$ff; [$9e0c] char [9e14]MESSAGE_DWARVES_CHANTING:; [$9e14] [9e14].byte "T"; Message 108 [9e15].byte "he",$fd,"Dwarf"; [$9e15] char [9e1d].byte "s",$fd,"are",$fe,"ch"; [$9e1d] char [9e25].byte "anting",$fd,"t"; [$9e25] char [9e2d].byte "heir",$fe,"man"; [$9e2d] char [9e35].byte "tras",$fc,"to",$fd; [$9e35] char [9e3d].byte "a",$fd,"segmen"; [$9e3d] char [9e45].byte "t",$fd,"of",$fe,"the"; [$9e45] char [9e4d].byte $fd,"meteori"; [$9e4d] char [9e55].byte "te.",$fc,"They"; [$9e55] char [9e5d].byte $fd,"believe"; [$9e5d] char [9e65].byte $fd,"it",$fe,"has",$fd; [$9e65] char [9e6d].byte "special",$fe; [$9e6d] char [9e75].byte "cosmic",$fd,"p"; [$9e75] char [9e7d].byte "ower.",$ff; [$9e7d] char [9e83]MESSAGE_METEORITE_WAS_MOVED:; [$9e83] [9e83].byte "T"; Message 109 [9e84].byte "he",$fd,"meteo"; [$9e84] char [9e8c].byte "rite",$fe,"whi"; [$9e8c] char [9e94].byte "ch",$fd,"was",$fd,"i"; [$9e94] char [9e9c].byte "n",$fd,"theTow"; [$9e9c] char [9ea4].byte "er",$fd,"of",$fd,"Su"; [$9ea4] char [9eac].byte "ffer",$fc,"has"; [$9eac] char [9eb4].byte $fd,"been",$fd,"mo"; [$9eb4] char [9ebc].byte "ved",$fe,"to",$fd,"t"; [$9ebc] char [9ec4].byte "he",$fd,"Tower"; [$9ec4] char [9ecc].byte $fd,"of",$fe,"Mist"; [$9ecc] char [9ed4].byte ".",$fc,"The",$fd,"Dw"; [$9ed4] char [9edc].byte "arfs",$fd,"mus"; [$9edc] char [9ee4].byte "t",$fe,"have",$fd,"l"; [$9ee4] char [9eec].byte "earned",$fd,"o"; [$9eec] char [9ef4].byte "f",$fe,"your",$fd,"c"; [$9ef4] char [9efc].byte "oming.",$ff; [$9efc] char [9f03]MESSAGE_HOUR_GLASS:; [$9f03] [9f03].byte "T"; Message 110 [9f04].byte "hey",$fd,"say",$fd; [$9f04] char [9f0c].byte "the",$fe,"Hour"; [$9f0c] char [9f14].byte $fd,"Glass",$fd,"w"; [$9f14] char [9f1c].byte "ill",$fe,"enab"; [$9f1c] char [9f24].byte "le",$fd,"you",$fc,"t"; [$9f24] char [9f2c].byte "o",$fd,"move",$fd,"a"; [$9f2c] char [9f34].byte "round",$fe,"wh"; [$9f34] char [9f3c].byte "ile",$fd,"the",$fd; [$9f3c] char [9f44].byte "time",$fe,"sto"; [$9f44] char [9f4c].byte "ps.",$ff; [$9f4c] char [9f50]MESSAGE_HOUR_GLASS_USES_ENERGY:; [$9f50] [9f50].byte "T"; Message 111 [9f51].byte "he",$fd,"Hour",$fd; [$9f51] char [9f59].byte "Glass",$fe,"wi"; [$9f59] char [9f61].byte "ll",$fd,"exhau"; [$9f61] char [9f69].byte "st",$fe,"your",$fd; [$9f69] char [9f71].byte "energy,",$fc; [$9f71] char [9f79].byte "so",$fd,"be",$fd,"ca"; [$9f79] char [9f81].byte "reful",$fe,"wh"; [$9f81] char [9f89].byte "en",$fd,"you",$fd,"u"; [$9f89] char [9f91].byte "se",$fd,"it.",$ff; [$9f91] char [9f98]MESSAGE_WELCOME_TO_VICTIM:; [$9f98] [9f98].byte "W"; Message 112 [9f99].byte "elcome",$fd,"t"; [$9f99] char [9fa1].byte "o",$fd,"the",$fe,"To"; [$9fa1] char [9fa9].byte "wn",$fd,"of",$fd,"Vi"; [$9fa9] char [9fb1].byte "ctim.",$fc,"I",$fd; [$9fb1] char [9fb9].byte "have",$fd,"bee"; [$9fb9] char [9fc1].byte "n",$fe,"unable"; [$9fc1] char [9fc9].byte $fd,"to",$fd,"leav"; [$9fc9] char [9fd1].byte "e",$fe,"town.",$ff; [$9fd1] char [9fd9]MESSAGE_DANGEROUS_WITHOUT_MAGIC:; [$9fd9] [9fd9].byte "I"; Message 113 [9fda].byte "t",$fd,"is",$fd,"dan"; [$9fda] char [9fe2].byte "gerous",$fe,"t"; [$9fe2] char [9fea].byte "o",$fd,"leave",$fd; [$9fea] char [9ff2].byte "town",$fe,"unl"; [$9ff2] char [9ffa].byte "ess",$fd,"you",$fd; [$9ffa] char [a002].byte "have",$fe,"a",$fd,"m"; [$a002] char [a00a].byte "agic",$fd,"shi"; [$a00a] char [a012].byte "eld.",$ff; [$a012] char [a017]MESSAGE_MAGIC_HALL_OUTSIDE_TOWN:; [$a017] [a017].byte "T"; Message 114 [a018].byte "here",$fd,"is",$fd; [$a018] char [a020].byte "a",$fd,"magich"; [$a020] char [a028].byte "all",$fd,"outs"; [$a028] char [a030].byte "ide",$fe,"town"; [$a030] char [a038].byte ".",$ff; [$a038] char [a03a]MESSAGE_MAGIC_CANE:; [$a03a] [a03a].byte "T"; Message 115 [a03b].byte "here",$fd,"is",$fd; [$a03b] char [a043].byte "a",$fd,"magicc"; [$a043] char [a04b].byte "ane",$fd,"whic"; [$a04b] char [a053].byte "h",$fd,"will",$fe,"g"; [$a053] char [a05b].byte "ive",$fd,"you",$fd; [$a05b] char [a063].byte "magic",$fe,"po"; [$a063] char [a06b].byte "wer.",$ff; [$a06b] char [a070]MESSAGE_GO_TO_CAPITAL:; [$a070] [a070].byte "T"; Message 116 [a071].byte "he",$fd,"door",$fd; [$a071] char [a079].byte "to",$fd,"the",$fe,"C"; [$a079] char [a081].byte "apital",$fd,"t"; [$a081] char [a089].byte "own",$fe,"belo"; [$a089] char [a091].byte "w",$fd,"is",$fd,"ope"; [$a091] char [a099].byte "n.",$fe,"Go",$fd,"to"; [$a099] char [a0a1].byte $fd,"it",$fd,"now."; [$a0a1] char [a0a9].byte $ff; [$a0a9] char [a0aa]MESSAGE_GOT_ARMOR_FOR_BOTTLE:; [$a0aa] [a0aa].byte "I"; Message 117 [a0ab].byte "t",$fd,"was",$fd,"on"; [$a0ab] char [a0b3].byte "ly",$fd,"a",$fe,"rum"; [$a0b3] char [a0bb].byte "or.",$fd,"Sorr"; [$a0bb] char [a0c3].byte "y",$fe,"about",$fd; [$a0c3] char [a0cb].byte "that.",$fc,"I",$fd; [$a0cb] char [a0d3].byte "got",$fd,"this"; [$a0d3] char [a0db].byte $fd,"armorin"; [$a0db] char [a0e3].byte $fd,"exchang"; [$a0e3] char [a0eb].byte "e",$fd,"for",$fe,"a",$fd; [$a0eb] char [a0f3].byte "bottle.",$fc; [$a0f3] char [a0fb].byte "If",$fd,"you",$fd,"w"; [$a0fb] char [a103].byte "ish,",$fe,"you"; [$a103] char [a10b].byte $fd,"can",$fd,"hav"; [$a10b] char [a113].byte "e",$fd,"it.",$ff; [$a113] char [a119]MESSAGE_ILL_HAVE_DRINK:; [$a119] [a119].byte "I"; Message 118 [a11a].byte "'ll",$fd,"have"; [$a11a] char [a122].byte $fd,"a",$fe,"drink"; [$a122] char [a12a].byte ".",$fe,"Well.."; [$a12a] char [a132].byte ".",$fe,"not",$fd,"ye"; [$a132] char [a13a].byte "t.",$ff; [$a13a] char [a13d]MESSAGE_IM_LOST:; [$a13d] [a13d].byte "L"; Message 119 [a13e].byte "ooks",$fd,"lik"; [$a13e] char [a146].byte "e",$fe,"I'm",$fd,"lo"; [$a146] char [a14e].byte "st.",$ff; [$a14e] char [a152]MESSAGE_IM_LOST_MAGIC_DOES_NOT_WORK:; [$a152] [a152].byte "I"; Message 120 [a153].byte "'m",$fd,"lost."; [$a153] char [a15b].byte $fe,"My",$fd,"magi"; [$a15b] char [a163].byte "c",$fe,"does",$fd,"n"; [$a163] char [a16b].byte "ot",$fd,"work."; [$a16b] char [a173].byte $ff; [$a173] char [a174]MESSAGE_MAGIC_OF_JUSTICE_OR_DESTRUCTION:; [$a174] [a174].byte "I"; Message 121 [a175].byte "t",$fd,"can",$fd,"be"; [$a175] char [a17d].byte $fd,"magic",$fe,"o"; [$a17d] char [a185].byte "f",$fd,"justic"; [$a185] char [a18d].byte "e",$fe,"or",$fd,"a",$fd,"m"; [$a18d] char [a195].byte "agic",$fd,"of",$fe; [$a195] char [a19d].byte "destruct"; [$a19d] char [a1a5].byte "ion.",$fc,"It",$fd; [$a1a5] char [a1ad].byte "all",$fd,"depe"; [$a1ad] char [a1b5].byte "nds",$fe,"on",$fd,"w"; [$a1b5] char [a1bd].byte "ho",$fd,"uses",$fd; [$a1bd] char [a1c5].byte "it.",$ff; [$a1c5] char [a1c9]MESSAGE_MAGIC_INDIVIDUAL_POWERS:; [$a1c9] [a1c9].byte "M"; Message 122 [a1ca].byte "agics",$fd,"ha"; [$a1ca] char [a1d2].byte "ve",$fe,"indiv"; [$a1d2] char [a1da].byte "idual",$fe,"po"; [$a1da] char [a1e2].byte "wers.",$ff; [$a1e2] char [a1e8]MESSAGE_MAGIC_CONSUMES_POWER:; [$a1e8] [a1e8].byte "M"; Message 123 [a1e9].byte "agic",$fd,"of",$fd; [$a1e9] char [a1f1].byte "offencei"; [$a1f1] char [a1f9].byte "s",$fd,"effect"; [$a1f9] char [a201].byte "ive,",$fe,"but"; [$a201] char [a209].byte $fd,"it",$fd,"cons"; [$a209] char [a211].byte "umes",$fe,"pow"; [$a211] char [a219].byte "er.",$ff; [$a219] char [a21d]MESSAGE_METEORITE_BECOMES_BLACK_ONYX:; [$a21d] [a21d].byte "W"; Message 124 [a21e].byte "hen",$fd,"you",$fd; [$a21e] char [a226].byte "hold",$fe,"the"; [$a226] char [a22e].byte $fd,"Dwarf's"; [$a22e] char [a236].byte $fe,"meteori"; [$a236] char [a23e].byte "te",$fd,"in",$fe,"yo"; [$a23e] char [a246].byte "ur",$fd,"hand,"; [$a246] char [a24e].byte $fc,"it",$fd,"will"; [$a24e] char [a256].byte $fd,"become",$fe; [$a256] char [a25e].byte "Black",$fd,"On"; [$a25e] char [a266].byte "yx",$fd,"with",$fe; [$a266] char [a26e].byte "power",$fd,"in"; [$a26e] char [a276].byte "side.",$ff; [$a276] char [a27c]MESSAGE_DIRECTIONS_TO_TOWER_OF_MIST:; [$a27c] [a27c].byte "I"; Message 125 [a27d].byte "f",$fd,"you",$fd,"go"; [$a27d] char [a285].byte $fe,"straigh"; [$a285] char [a28d].byte "t",$fd,"ahead,"; [$a28d] char [a295].byte $fc,"you",$fd,"wil"; [$a295] char [a29d].byte "l",$fd,"get",$fd,"to"; [$a29d] char [a2a5].byte $fe,"the",$fd,"Tow"; [$a2a5] char [a2ad].byte "er",$fd,"of",$fe,"Mi"; [$a2ad] char [a2b5].byte "st.",$fc,"If",$fd,"y"; [$a2b5] char [a2bd].byte "ou",$fd,"defea"; [$a2bd] char [a2c5].byte "t",$fe,"the",$fd,"dw"; [$a2c5] char [a2cd].byte "arf",$fd,"who",$fe; [$a2cd] char [a2d5].byte "lives",$fd,"in"; [$a2d5] char [a2dd].byte $fd,"the",$fe,"Tow"; [$a2dd] char [a2e5].byte "er",$fc,"and",$fd,"g"; [$a2e5] char [a2ed].byte "et",$fd,"the",$fe,"m"; [$a2ed] char [a2f5].byte "eteorite"; [$a2f5] char [a2fd].byte ",",$fe,"come",$fd,"b"; [$a2fd] char [a305].byte "ack",$fd,"here"; [$a305] char [a30d].byte ".",$ff; [$a30d] char [a30f]MESSAGE_USE_KEY_FOR_CONFLATE:; [$a30f] [a30f].byte "A"; Message 126 [a310].byte "s",$fd,"long",$fd,"a"; [$a310] char [a318].byte "s",$fd,"therea"; [$a318] char [a320].byte "re",$fd,"craze"; [$a320] char [a328].byte "d",$fe,"Dwarfs"; [$a328] char [a330].byte ",",$fc,"the",$fd,"de"; [$a330] char [a338].byte "adly",$fe,"thr"; [$a338] char [a340].byte "eat",$fd,"of",$fd,"t"; [$a340] char [a348].byte "he",$fe,"meteo"; [$a348] char [a350].byte "rite",$fc,"wil"; [$a350] char [a358].byte "l",$fd,"loom",$fd,"o"; [$a358] char [a360].byte "ver",$fe,"the",$fd; [$a360] char [a368].byte "Elves.",$fc,"U"; [$a368] char [a370].byte "se",$fd,"this",$fd; [$a370] char [a378].byte "key",$fd,"to",$fe,"o"; [$a378] char [a380].byte "pen",$fd,"the",$fd; [$a380] char [a388].byte "next",$fe,"doo"; [$a388] char [a390].byte "r",$fd,"to",$fd,"get"; [$a390] char [a398].byte $fd,"to",$fe,"Conf"; [$a398] char [a3a0].byte "late.",$fc,"Fi"; [$a3a0] char [a3a8].byte "ght",$fd,"for",$fd; [$a3a8] char [a3b0].byte "the",$fe,"Elve"; [$a3b0] char [a3b8].byte "s.",$ff; [$a3b8] char [a3bb]MESSAGE_YOU_NEED_KEY_ACE:; [$a3bb] [a3bb].byte "I"; Message 127 [a3bc].byte $fd,"give",$fd,"ke"; [$a3bc] char [a3c4].byte "ys",$fd,"to",$fe,"tr"; [$a3c4] char [a3cc].byte "avelers",$fd; [$a3cc] char [a3d4].byte "like",$fe,"you"; [$a3d4] char [a3dc].byte "rself.",$fc,"Y"; [$a3dc] char [a3e4].byte "ou",$fd,"have",$fd; [$a3e4] char [a3ec].byte "an",$fe,"\"Ace\""; [$a3ec] char [a3f4].byte $fd,"key,",$fe,"do"; [$a3f4] char [a3fc].byte "n't",$fd,"you?"; [$a3fc] char [a404].byte $ff; [$a404] char [a405]MESSAGE_WELCOME_TO_CONFLATE:; [$a405] [a405].byte "T"; Message 128 [a406].byte "his",$fd,"is",$fd,"a"; [$a406] char [a40e].byte $fe,"trading"; [$a40e] char [a416].byte $fd,"town",$fe,"ca"; [$a416] char [a41e].byte "lled",$fe,"Con"; [$a41e] char [a426].byte "flate.",$ff; [$a426] char [a42d]MESSAGE_LEGENDARY_SHIELD_HELMET:; [$a42d] [a42d].byte "Y"; Message 129 [a42e].byte "ou'll",$fd,"fi"; [$a42e] char [a436].byte "nd",$fd,"the",$fe,"l"; [$a436] char [a43e].byte "egendary"; [$a43e] char [a446].byte $fd,"shielda"; [$a446] char [a44e].byte "nd",$fd,"helme"; [$a44e] char [a456].byte "t",$fc,"in",$fd,"the"; [$a456] char [a45e].byte $fd,"World",$fd,"o"; [$a45e] char [a466].byte "f",$fe,"Branch"; [$a466] char [a46e].byte ".",$ff; [$a46e] char [a470]MESSAGE_TOWN_SURROUNDED_BY_DOORS:; [$a470] [a470].byte "T"; Message 130 [a471].byte "he",$fd,"town",$fd; [$a471] char [a479].byte "is",$fe,"surro"; [$a479] char [a481].byte "unded",$fd,"by"; [$a481] char [a489].byte $fe,"doors",$fd,"f"; [$a489] char [a491].byte "or",$fe,"prote"; [$a491] char [a499].byte "ction.",$ff; [$a499] char [a4a0]MESSAGE_SEE_GURU_AFTER_SHIELD_HELMET:; [$a4a0] [a4a0].byte "W"; Message 131 [a4a1].byte "hen",$fd,"you",$fd; [$a4a1] char [a4a9].byte "get",$fd,"thes"; [$a4a9] char [a4b1].byte "hield",$fd,"an"; [$a4b1] char [a4b9].byte "d",$fe,"helmet"; [$a4b9] char [a4c1].byte ",",$fd,"go",$fd,"to",$fe; [$a4c1] char [a4c9].byte "see",$fd,"the",$fd; [$a4c9] char [a4d1].byte "Guru.",$ff; [$a4d1] char [a4d7]MESSAGE_GUARDIAN_OF_GURU:; [$a4d7] [a4d7].byte "I"; Message 132 [a4d8].byte $fd,"am",$fd,"a",$fd,"gu"; [$a4d8] char [a4e0].byte "ardian",$fe,"o"; [$a4e0] char [a4e8].byte "f",$fd,"the",$fd,"Gu"; [$a4e8] char [a4f0].byte "ru.",$fe,"He",$fd,"i"; [$a4f0] char [a4f8].byte "s",$fd,"an",$fd,"im-"; [$a4f8] char [a500].byte $fe,"portant"; [$a500] char [a508].byte $fd,"person."; [$a508] char [a510].byte $ff; [$a510] char [a511]MESSAGE_SOMETHING_YOU_CAN_GET:; [$a511] [a511].byte "T"; Message 133 [a512].byte "here",$fd,"sho"; [$a512] char [a51a].byte "uld",$fd,"be",$fe,"s"; [$a51a] char [a522].byte "omething"; [$a522] char [a52a].byte $fd,"you",$fe,"can"; [$a52a] char [a532].byte $fd,"get.",$ff; [$a532] char [a538]MESSAGE_DONT_RELY_ON_MAGIC_FINAL_BATTLE:; [$a538] [a538].byte "D"; Message 134 [a539].byte "on't",$fd,"rel"; [$a539] char [a541].byte "y",$fd,"on",$fe,"you"; [$a541] char [a549].byte "r",$fd,"magic",$fd; [$a549] char [a551].byte "power",$fc,"du"; [$a551] char [a559].byte "ring",$fd,"the"; [$a559] char [a561].byte $fd,"finalba"; [$a561] char [a569].byte "ttle",$fd,"wit"; [$a569] char [a571].byte "h",$fd,"the",$fe,"Dw"; [$a571] char [a579].byte "arfs.",$ff; [$a579] char [a57f]MESSAGE_USED_TO_TRADE_WITH_DWARVES:; [$a57f] [a57f].byte "T"; Message 135 [a580].byte "he",$fd,"town",$fd; [$a580] char [a588].byte "used",$fd,"top"; [$a588] char [a590].byte "rosper",$fd,"f"; [$a590] char [a598].byte "rom",$fe,"trad"; [$a598] char [a5a0].byte "ing",$fd,"with"; [$a5a0] char [a5a8].byte $fd,"theDwar"; [$a5a8] char [a5b0].byte "fs.",$ff; [$a5b0] char [a5b4]MESSAGE_USED_TO_BE_SKILLED:; [$a5b4] [a5b4].byte "T"; Message 136 [a5b5].byte "hey",$fd,"are",$fe; [$a5b5] char [a5bd].byte "terrible"; [$a5bd] char [a5c5].byte $fd,"now,",$fc,"bu"; [$a5c5] char [a5cd].byte "t",$fd,"they",$fd,"u"; [$a5cd] char [a5d5].byte "sed",$fd,"tobe"; [$a5d5] char [a5dd].byte $fd,"skilled"; [$a5dd] char [a5e5].byte $fe,"craftsm"; [$a5e5] char [a5ed].byte "en.",$ff; [$a5ed] char [a5f1]MESSAGE_USED_TO_VISIT_DWARVES:; [$a5f1] [a5f1].byte "I"; Message 137 [a5f2].byte $fd,"used",$fd,"to"; [$a5f2] char [a5fa].byte $fd,"go",$fd,"to",$fe,"t"; [$a5fa] char [a602].byte "he",$fd,"town",$fd; [$a602] char [a60a].byte "of",$fe,"Dwarf"; [$a60a] char [a612].byte "s",$fd,"quite",$fe; [$a612] char [a61a].byte "often",$fc,"wh"; [$a61a] char [a622].byte "en",$fd,"we",$fd,"ha"; [$a622] char [a62a].byte "d",$fe,"busine"; [$a62a] char [a632].byte "ss",$fd,"with",$fe; [$a632] char [a63a].byte "them.",$ff; [$a63a] char [a640]MESSAGE_I_AM_PICKPOCKET:; [$a640] [a640].byte "D"; Message 138 [a641].byte "o",$fd,"you",$fd,"wa"; [$a641] char [a649].byte "nt",$fd,"to",$fe,"kn"; [$a649] char [a651].byte "ow",$fd,"what",$fd; [$a651] char [a659].byte "I",$fd,"do?",$fc,"I",$fd; [$a659] char [a661].byte "am",$fe,"the",$fd,"p"; [$a661] char [a669].byte "ickpocke"; [$a669] char [a671].byte "t",$fe,"Gingi."; [$a671] char [a679].byte $fc,"I'm",$fd,"an",$fd; [$a679] char [a681].byte "importan"; [$a681] char [a689].byte "tperson",$fd; [$a689] char [a691].byte "around",$fe,"h"; [$a691] char [a699].byte "ere.",$ff; [$a699] char [a69e]MESSAGE_NEED_FINAL_WEAPON_ARMOR:; [$a69e] [a69e].byte "D"; Message 139 [a69f].byte "on't",$fd,"rel"; [$a69f] char [a6a7].byte "y",$fd,"on",$fe,"you"; [$a6a7] char [a6af].byte "r",$fd,"magic",$fd; [$a6af] char [a6b7].byte "power",$fc,"on"; [$a6b7] char [a6bf].byte "ly",$fd,"durin"; [$a6bf] char [a6c7].byte "g",$fd,"the",$fe,"fi"; [$a6c7] char [a6cf].byte "nal",$fd,"figh"; [$a6cf] char [a6d7].byte "t",$fe,"agains"; [$a6d7] char [a6df].byte "t",$fd,"the",$fe,"Dw"; [$a6df] char [a6e7].byte "arfs.",$fc,"Yo"; [$a6e7] char [a6ef].byte "u",$fd,"can",$fd,"we"; [$a6ef] char [a6f7].byte "ar",$fd,"theBa"; [$a6f7] char [a6ff].byte "ttle",$fd,"Hel"; [$a6ff] char [a707].byte "met",$fe,"and",$fd; [$a707] char [a70f].byte "Battle",$fd,"S"; [$a70f] char [a717].byte "uit",$fc,"only"; [$a717] char [a71f].byte $fd,"when",$fd,"yo"; [$a71f] char [a727].byte "u",$fe,"have",$fd,"t"; [$a727] char [a72f].byte "he",$fd,"Drago"; [$a72f] char [a737].byte "n",$fe,"Slayer"; [$a737] char [a73f].byte ".",$fc,"You",$fd,"wi"; [$a73f] char [a747].byte "ll",$fd,"not",$fd,"b"; [$a747] char [a74f].byte "e",$fe,"able",$fd,"t"; [$a74f] char [a757].byte "o",$fd,"return"; [$a757] char [a75f].byte $fe,"us",$fd,"the",$fd; [$a75f] char [a767].byte "Dragon",$fe,"S"; [$a767] char [a76f].byte "layer",$fc,"un"; [$a76f] char [a777].byte "til",$fd,"we",$fd,"h"; [$a777] char [a77f].byte "ave",$fe,"true"; [$a77f] char [a787].byte $fd,"peace",$fd,"h"; [$a787] char [a78f].byte "ere.",$ff; [$a78f] char [a794]MESSAGE_DIRECTIONS_DARTMORE:; [$a794] [a794].byte "D"; Message 140 [a795].byte "on't",$fd,"rel"; [$a795] char [a79d].byte "y",$fd,"on",$fe,"you"; [$a79d] char [a7a5].byte "r",$fd,"magic",$fd; [$a7a5] char [a7ad].byte "power",$fc,"al"; [$a7ad] char [a7b5].byte "one",$fd,"duri"; [$a7b5] char [a7bd].byte "ng",$fd,"thela"; [$a7bd] char [a7c5].byte "st",$fd,"fight"; [$a7c5] char [a7cd].byte $fe,"against"; [$a7cd] char [a7d5].byte $fd,"the",$fe,"Dwa"; [$a7d5] char [a7dd].byte "rfs.",$fc,"You"; [$a7dd] char [a7e5].byte $fd,"can",$fd,"wea"; [$a7e5] char [a7ed].byte "r",$fd,"theBat"; [$a7ed] char [a7f5].byte "tle",$fd,"Helm"; [$a7f5] char [a7fd].byte "et",$fe,"and",$fd,"B"; [$a7fd] char [a805].byte "attle",$fd,"Su"; [$a805] char [a80d].byte "it",$fc,"only",$fd; [$a80d] char [a815].byte "when",$fd,"you"; [$a815] char [a81d].byte $fe,"have",$fd,"th"; [$a81d] char [a825].byte "e",$fd,"Dragon"; [$a825] char [a82d].byte $fe,"Slayer."; [$a82d] char [a835].byte $fc,"You",$fd,"wil"; [$a835] char [a83d].byte "l",$fd,"not",$fd,"be"; [$a83d] char [a845].byte $fe,"able",$fd,"to"; [$a845] char [a84d].byte $fd,"return",$fe; [$a84d] char [a855].byte "us",$fd,"the",$fd,"D"; [$a855] char [a85d].byte "ragon",$fe,"Sl"; [$a85d] char [a865].byte "ayer",$fc,"unt"; [$a865] char [a86d].byte "il",$fd,"we",$fd,"ha"; [$a86d] char [a875].byte "ve",$fe,"true",$fd; [$a875] char [a87d].byte "peace",$fd,"he"; [$a87d] char [a885].byte "re.",$fc,"This"; [$a885] char [a88d].byte $fd,"ring",$fd,"wi"; [$a88d] char [a895].byte "ll",$fe,"open",$fd; [$a895] char [a89d].byte "the",$fd,"door"; [$a89d] char [a8a5].byte $fd,"toDartm"; [$a8a5] char [a8ad].byte "oor.",$fd,"Tak"; [$a8ad] char [a8b5].byte "e",$fe,"it",$fd,"wit"; [$a8b5] char [a8bd].byte "h",$fd,"you.",$ff; [$a8bd] char [a8c4]MESSAGE_DIRECTIONS_DAYBREAK:; [$a8c4] [a8c4].byte "D"; Message 141 [a8c5].byte "aydreak",$fd; [$a8c5] char [a8cd].byte "is",$fd,"a",$fe,"tow"; [$a8cd] char [a8d5].byte "n",$fd,"at",$fd,"the"; [$a8d5] char [a8dd].byte $fe,"border."; [$a8dd] char [a8e5].byte $ff; [$a8e5] char [a8e6]MESSAGE_FRIENDS_IN_DARTMOOR:; [$a8e6] [a8e6].byte "I"; Message 142 [a8e7].byte $fd,"have",$fd,"fr"; [$a8e7] char [a8ef].byte "iends",$fe,"in"; [$a8ef] char [a8f7].byte $fd,"Dartmoo"; [$a8f7] char [a8ff].byte "r",$fc,"which",$fd; [$a8ff] char [a907].byte "is",$fd,"known"; [$a907] char [a90f].byte $fe,"as",$fd,"an",$fd,"e"; [$a90f] char [a917].byte "vil",$fe,"plac"; [$a917] char [a91f].byte "e.",$ff; [$a91f] char [a922]MESSAGE_LOOK_FOR_BATTLE_SUIT:; [$a922] [a922].byte "L"; Message 143 [a923].byte "ook",$fd,"for",$fd; [$a923] char [a92b].byte "the",$fe,"Batt"; [$a92b] char [a933].byte "le",$fd,"Suit."; [$a933] char [a93b].byte $ff; [$a93b] char [a93c]MESSAGE_FIND_MAGIC_CANE:; [$a93c] [a93c].byte "D"; Message 144 [a93d].byte "id",$fd,"you",$fd,"f"; [$a93d] char [a945].byte "ind",$fd,"them"; [$a945] char [a94d].byte "agic",$fd,"can"; [$a94d] char [a955].byte "e?",$ff; [$a955] char [a958]MESSAGE_YOU_ARE_FAMOUS_GOOD_LOOKING:; [$a958] [a958].byte "Y"; Message 145 [a959].byte "ou",$fd,"are",$fd,"t"; [$a959] char [a961].byte "he",$fe,"famou"; [$a961] char [a969].byte "s",$fd,"warrio"; [$a969] char [a971].byte "r.",$fc,"You",$fd,"a"; [$a971] char [a979].byte "re",$fd,"as",$fd,"go"; [$a979] char [a981].byte "od",$fe,"looki"; [$a981] char [a989].byte "ng",$fd,"as",$fd,"I'"; [$a989] char [a991].byte "ve",$fe,"heard"; [$a991] char [a999].byte ".",$ff; [$a999] char [a99b]MESSAGE_AUTOGRAPH:; [$a99b] [a99b].byte "Y"; Message 146 [a99c].byte "ou",$fd,"are",$fd,"t"; [$a99c] char [a9a4].byte "he",$fe,"warri"; [$a9a4] char [a9ac].byte "or",$fd,"every"; [$a9ac] char [a9b4].byte "oneis",$fd,"ta"; [$a9b4] char [a9bc].byte "lking",$fe,"ab"; [$a9bc] char [a9c4].byte "out.",$fc,"Cou"; [$a9c4] char [a9cc].byte "ld",$fd,"I",$fd,"hav"; [$a9cc] char [a9d4].byte "e",$fe,"your",$fd,"a"; [$a9d4] char [a9dc].byte "utograph"; [$a9dc] char [a9e4].byte "?",$fc,"Are",$fd,"yo"; [$a9e4] char [a9ec].byte "u",$fd,"busy",$fe,"n"; [$a9ec] char [a9f4].byte "ow?",$fd,"Well"; [$a9f4] char [a9fc].byte ",",$fd,"will",$fe,"y"; [$a9fc] char [aa04].byte "ou",$fd,"come",$fd; [$aa04] char [aa0c].byte "to",$fe,"visit"; [$aa0c] char [aa14].byte $fd,"me?",$fc,"My",$fd; [$aa14] char [aa1c].byte "name",$fd,"is",$fd; [$aa1c] char [aa24].byte "Moto.Ple"; [$aa24] char [aa2c].byte "ase",$fd,"don'"; [$aa2c] char [aa34].byte "t",$fe,"forget"; [$aa34] char [aa3c].byte ".",$ff; [$aa3c] char [aa3e]MESSAGE_WHEN_TAKE_BATH:; [$aa3e] [aa3e].byte "L"; Message 147 [aa3f].byte "ook",$fd,"at",$fd,"y"; [$aa3f] char [aa47].byte "ou!",$fe,"When"; [$aa47] char [aa4f].byte $fd,"did",$fd,"you"; [$aa4f] char [aa57].byte $fe,"last",$fd,"ta"; [$aa57] char [aa5f].byte "ke",$fd,"a",$fe,"bat"; [$aa5f] char [aa67].byte "h?",$ff; [$aa67] char [aa6a]MESSAGE_GURU_CONFLATE_HAS_RING_DWARVES:; [$aa6a] [aa6a].byte "T"; Message 148 [aa6b].byte "he",$fd,"Guru",$fd; [$aa6b] char [aa73].byte "of",$fe,"Confl"; [$aa73] char [aa7b].byte "ate",$fd,"has",$fd; [$aa7b] char [aa83].byte "theRing",$fd; [$aa83] char [aa8b].byte "of",$fd,"Dwarf"; [$aa8b] char [aa93].byte "s.",$ff; [$aa93] char [aa96]MESSAGE_DID_YOU_GET_BATTLE_SUIT:; [$aa96] [aa96].byte "D"; Message 149 [aa97].byte "id",$fd,"you",$fd,"g"; [$aa97] char [aa9f].byte "et",$fd,"the",$fe,"B"; [$aa9f] char [aaa7].byte "attle",$fd,"Su"; [$aaa7] char [aaaf].byte "it?",$ff; [$aaaf] char [aab3]MESSAGE_DARTMORE_IS_MAZE:; [$aab3] [aab3].byte "T"; Message 150 [aab4].byte "he",$fd,"castl"; [$aab4] char [aabc].byte "e",$fd,"of",$fe,"Dar"; [$aabc] char [aac4].byte "tmoor",$fd,"is"; [$aac4] char [aacc].byte $fd,"a",$fe,"compl"; [$aacc] char [aad4].byte "ex",$fd,"maze."; [$aad4] char [aadc].byte $ff; [$aadc] char [aadd]MESSAGE_IS_FIRST_VISIT_TO_STORE:; [$aadd] [aadd].byte "I"; Message 151 [aade].byte "s",$fd,"this",$fd,"y"; [$aade] char [aae6].byte "our",$fe,"firs"; [$aae6] char [aaee].byte "t",$fd,"visit",$fd; [$aaee] char [aaf6].byte "to",$fe,"this",$fd; [$aaf6] char [aafe].byte "store?",$fe,"I"; [$aafe] char [ab06].byte "t",$fd,"is",$fd,"my",$fd; [$ab06] char [ab0e].byte "first.",$ff; [$ab0e] char [ab15]MESSAGE_MAGIC_CANE_ABOVE_TOWER:; [$ab15] [ab15].byte "H"; Message 152 [ab16].byte "ave",$fd,"not",$fd; [$ab16] char [ab1e].byte "seen",$fe,"you"; [$ab1e] char [ab26].byte $fd,"for",$fd,"a",$fd,"w"; [$ab26] char [ab2e].byte "hile.You"; [$ab2e] char [ab36].byte "'ll",$fd,"find"; [$ab36] char [ab3e].byte $fd,"a",$fe,"magic"; [$ab3e] char [ab46].byte $fd,"cane",$fc,"wh"; [$ab46] char [ab4e].byte "en",$fd,"you",$fd,"g"; [$ab4e] char [ab56].byte "et",$fe,"above"; [$ab56] char [ab5e].byte $fd,"the",$fd,"tow"; [$ab5e] char [ab66].byte "er",$fe,"of",$fd,"Pi"; [$ab66] char [ab6e].byte "llar.",$ff; [$ab6e] char [ab74]MESSAGE_DIRECTIONS_TO_FRATERNAL:; [$ab74] [ab74].byte "T"; Message 153 [ab75].byte "here",$fd,"is",$fd; [$ab75] char [ab7d].byte "the",$fe,"Cast"; [$ab7d] char [ab85].byte "le",$fd,"of",$fe,"Fr"; [$ab85] char [ab8d].byte "aternal",$fc; [$ab8d] char [ab95].byte "down",$fd,"bel"; [$ab95] char [ab9d].byte "ow",$fd,"the",$fe,"t"; [$ab9d] char [aba5].byte "own",$fd,"of",$fe,"D"; [$aba5] char [abad].byte "artmoor."; [$abad] char [abb5].byte $ff; [$abb5] char [abb6]MESSAGE_YOU_NEED_DEMONS_RING:; [$abb6] [abb6].byte "Y"; Message 154 [abb7].byte "ou",$fd,"need",$fd; [$abb7] char [abbf].byte "the",$fe,"Demo"; [$abbf] char [abc7].byte "n's",$fd,"Ring"; [$abc7] char [abcf].byte $fc,"to",$fd,"get",$fd; [$abcf] char [abd7].byte "into",$fd,"the"; [$abd7] char [abdf].byte $fe,"fortres"; [$abdf] char [abe7].byte "s",$fd,"of",$fe,"Zen"; [$abe7] char [abef].byte "is.",$ff; [$abef] char [abf3]MESSAGE_KING_GRIEVE_HAS_DRAGON_SLAYER:; [$abf3] [abf3].byte "D"; Message 155 [abf4].byte "ragon",$fd,"Sl"; [$abf4] char [abfc].byte "ayer",$fd,"isi"; [$abfc] char [ac04].byte "n",$fd,"the",$fd,"ha"; [$ac04] char [ac0c].byte "nds",$fd,"of",$fe,"k"; [$ac0c] char [ac14].byte "ing",$fd,"of",$fd,"t"; [$ac14] char [ac1c].byte "he",$fe,"Dwarf"; [$ac1c] char [ac24].byte "s.",$ff; [$ac24] char [ac27]MESSAGE_DEFEAT_EVIL_WITH_DRAGON_SLAYER:; [$ac27] [ac27].byte "D"; Message 156 [ac28].byte "efeat",$fd,"th"; [$ac28] char [ac30].byte "e",$fd,"Evil",$fe,"o"; [$ac30] char [ac38].byte "ne",$fd,"with",$fd; [$ac38] char [ac40].byte "Dragon",$fe,"S"; [$ac40] char [ac48].byte "layer.",$ff; [$ac48] char [ac4f]MESSAGE_GO_TO_FRATERNAL_GURU:; [$ac4f] [ac4f].byte "G"; Message 157 [ac50].byte "o",$fd,"to",$fd,"see"; [$ac50] char [ac58].byte $fd,"the",$fe,"Gur"; [$ac58] char [ac60].byte "u",$fd,"in",$fd,"the"; [$ac60] char [ac68].byte $fe,"Castle",$fd; [$ac68] char [ac70].byte "of",$fe,"Frate"; [$ac70] char [ac78].byte "rnal.",$ff; [$ac78] char [ac7e]MESSAGE_GURU_HAS_DEMONS_RING:; [$ac7e] [ac7e].byte "I"; Message 158 [ac7f].byte "f",$fd,"you",$fd,"se"; [$ac7f] char [ac87].byte "e",$fd,"the",$fe,"Gu"; [$ac87] char [ac8f].byte "ru,",$fd,"he'l"; [$ac8f] char [ac97].byte "l",$fd,"giveyo"; [$ac97] char [ac9f].byte "u",$fd,"the",$fd,"De"; [$ac9f] char [aca7].byte "mon's",$fe,"Ri"; [$aca7] char [acaf].byte "ng.",$ff; [$acaf] char [acb3]MESSAGE_SEARCH_CASTLE_FOR_GURU:; [$acb3] [acb3].byte "S"; Message 159 [acb4].byte "earch",$fd,"in"; [$acb4] char [acbc].byte "side",$fe,"the"; [$acbc] char [acc4].byte $fd,"castle."; [$acc4] char [accc].byte $fe,"You",$fd,"sho"; [$accc] char [acd4].byte "uld",$fd,"find"; [$acd4] char [acdc].byte $fe,"a",$fd,"Guru."; [$acdc] char [ace4].byte $ff; [$ace4] char [ace5]MESSAGE_EVIL_IMMUNE_TO_MAGIC:; [$ace5] [ace5].byte "T"; Message 160 [ace6].byte "he",$fd,"magic"; [$ace6] char [acee].byte $fd,"of",$fe,"offe"; [$acee] char [acf6].byte "nce",$fd,"does"; [$acf6] char [acfe].byte $fd,"notwork"; [$acfe] char [ad06].byte $fd,"against"; [$ad06] char [ad0e].byte $fd,"theEvil"; [$ad0e] char [ad16].byte $fd,"one.",$ff; [$ad16] char [ad1c]MESSAGE_METEORITE_EXPOSITION_2:; [$ad1c] [ad1c].byte "T"; Message 161 [ad1d].byte "he",$fd,"Dwarf"; [$ad1d] char [ad25].byte "s",$fd,"re-",$fe,"ga"; [$ad25] char [ad2d].byte "rd",$fd,"the",$fd,"m"; [$ad2d] char [ad35].byte "eteor-it"; [$ad35] char [ad3d].byte "e",$fd,"as",$fd,"a",$fd,"c"; [$ad3d] char [ad45].byte "osmic",$fe,"me"; [$ad45] char [ad4d].byte "ssenger."; [$ad4d] char [ad55].byte $fc,"It",$fd,"is",$fd,"a"; [$ad55] char [ad5d].byte $fd,"dreadfu"; [$ad5d] char [ad65].byte "lthing",$fd,"a"; [$ad65] char [ad6d].byte "s",$fd,"you",$fe,"al"; [$ad6d] char [ad75].byte "ready",$fd,"kn"; [$ad75] char [ad7d].byte "ow.",$fc,"It",$fd,"t"; [$ad7d] char [ad85].byte "urns",$fd,"int"; [$ad85] char [ad8d].byte "o",$fd,"a",$fe,"pois"; [$ad8d] char [ad95].byte "on",$fd,"when",$fe; [$ad95] char [ad9d].byte "dissolve"; [$ad9d] char [ada5].byte "d",$fd,"in",$fe,"wat"; [$ada5] char [adad].byte "er.",$fc,"It",$fd,"i"; [$adad] char [adb5].byte "s",$fd,"not",$fd,"in"; [$adb5] char [adbd].byte "con-ceiv"; [$adbd] char [adc5].byte "able",$fd,"tha"; [$adc5] char [adcd].byte "t",$fc,"you",$fd,"wo"; [$adcd] char [add5].byte "uld",$fd,"ex-",$fe; [$add5] char [addd].byte "perience"; [$addd] char [ade5].byte $fd,"mental",$fe; [$ade5] char [aded].byte "and",$fd,"phys"; [$aded] char [adf5].byte "ical",$fe,"cha"; [$adf5] char [adfd].byte "nges",$fc,"whe"; [$adfd] char [ae05].byte "n",$fd,"you",$fd,"ar"; [$ae05] char [ae0d].byte "e",$fe,"near",$fd,"o"; [$ae0d] char [ae15].byte "r",$fd,"touch",$fe; [$ae15] char [ae1d].byte "it.",$fc,"That"; [$ae1d] char [ae25].byte $fd,"is",$fd,"why",$fd; [$ae25] char [ae2d].byte "the",$fe,"Dwar"; [$ae2d] char [ae35].byte "fs",$fd,"have",$fe; [$ae35] char [ae3d].byte "changed",$fd; [$ae3d] char [ae45].byte "and",$fd,"gone"; [$ae45] char [ae4d].byte "crazy.",$ff; [$ae4d] char [ae54]MESSAGE_DEFEATED_KING_GRIEVE:; [$ae54] [ae54].byte "T"; Message 162 [ae55].byte "he",$fd,"monst"; [$ae55] char [ae5d].byte "er",$fe,"you'v"; [$ae5d] char [ae65].byte "e",$fd,"just",$fd,"d"; [$ae65] char [ae6d].byte "e-",$fe,"feate"; [$ae6d] char [ae75].byte "d",$fd,"is",$fd,"Kin"; [$ae75] char [ae7d].byte "g",$fe,"Grieve"; [$ae7d] char [ae85].byte ",",$fc,"the",$fd,"ki"; [$ae85] char [ae8d].byte "ng",$fd,"of",$fd,"th"; [$ae8d] char [ae95].byte "e",$fe,"Dwarfs"; [$ae95] char [ae9d].byte ".",$fd,"The",$fd,"Ev"; [$ae9d] char [aea5].byte "ilOne",$fd,"ch"; [$aea5] char [aead].byte "anged",$fd,"hi"; [$aead] char [aeb5].byte "s",$fe,"appear"; [$aeb5] char [aebd].byte "ance.",$fc,"Th"; [$aebd] char [aec5].byte "e",$fd,"king",$fd,"p"; [$aec5] char [aecd].byte "ro-",$fe,"tect"; [$aecd] char [aed5].byte "ed",$fd,"the",$fd,"s"; [$aed5] char [aedd].byte "wordfrom"; [$aedd] char [aee5].byte $fd,"the",$fd,"Evi"; [$aee5] char [aeed].byte "l",$fe,"One",$fc,"by"; [$aeed] char [aef5].byte $fd,"hiding",$fd; [$aef5] char [aefd].byte "it",$fe,"withi"; [$aefd] char [af05].byte "n",$fd,"his",$fd,"ow"; [$af05] char [af0d].byte "n",$fe,"body.",$fc; [$af0d] char [af15].byte "Use",$fd,"the",$fd; [$af15] char [af1d].byte "sword",$fd,"to"; [$af1d] char [af25].byte "defeat",$fd,"t"; [$af25] char [af2d].byte "he",$fd,"Evil",$fe; [$af2d] char [af35].byte "One",$fd,"in",$fd,"t"; [$af35] char [af3d].byte "he",$fe,"fortr"; [$af3d] char [af45].byte "ess.",$fc,"Thi"; [$af45] char [af4d].byte "s",$fd,"will",$fd,"o"; [$af4d] char [af55].byte "pen",$fe,"the",$fd; [$af55] char [af5d].byte "door",$fd,"to",$fd; [$af5d] char [af65].byte "the",$fe,"fort"; [$af65] char [af6d].byte "ress.",$ff; [$af6d] char [af73]MESSAGE_ILL_MEDITATE_FOR_YOU:; [$af73] [af73].byte "I"; Message 163 [af74].byte "'ll",$fd,"medi"; [$af74] char [af7c].byte "tate",$fe,"for"; [$af7c] char [af84].byte $fd,"you.",$ff; [$af84] char [af8a]MESSAGE_GLAD_YOURE_BACK:; [$af8a] [af8a].byte "G"; Message 164 [af8b].byte "lad",$fd,"to",$fd,"h"; [$af8b] char [af93].byte "ave",$fd,"youb"; [$af93] char [af9b].byte "ack",$fd,"safe"; [$af9b] char [afa3].byte "ly.",$fc,"It",$fd,"w"; [$afa3] char [afab].byte "ill",$fd,"take"; [$afab] char [afb3].byte $fe,"time,",$fe,"b"; [$afb3] char [afbb].byte "ut",$fd,"the",$fd,"E"; [$afbb] char [afc3].byte "lves",$fe,"and"; [$afc3] char [afcb].byte $fd,"the",$fd,"Dwa"; [$afcb] char [afd3].byte "rfs",$fc,"will"; [$afd3] char [afdb].byte $fd,"become",$fe; [$afdb] char [afe3].byte "friends",$fd; [$afe3] char [afeb].byte "and",$fd,"re-",$fe; [$afeb] char [aff3].byte "turn",$fd,"the"; [$aff3] char [affb].byte $fd,"peace",$fe,"t"; [$affb] char [b003].byte "o",$fd,"this",$fd,"l"; [$b003] char [b00b].byte "and",$fc,"as",$fd,"i"; [$b00b] char [b013].byte "t",$fd,"used",$fd,"t"; [$b013] char [b01b].byte "o",$fe,"be.",$fd,"I",$fd; [$b01b] char [b023].byte "understa"; [$b023] char [b02b].byte "ndyou",$fd,"wi"; [$b02b] char [b033].byte "ll",$fd,"leave"; [$b033] char [b03b].byte $fc,"to",$fd,"cont"; [$b03b] char [b043].byte "inue",$fd,"you"; [$b043] char [b04b].byte "rjourney"; [$b04b] char [b053].byte ".",$fe,"What",$fd,"a"; [$b053] char [b05b].byte $fd,"restles"; [$b05b] char [b063].byte "s",$fe,"guy!",$ff; [$b063] char [b06a]MESSAGE_MARK_OF_QUEEN:; [$b06a] [b06a].byte "T"; Message 165 [b06b].byte "here",$fd,"is",$fd; [$b06b] char [b073].byte "the",$fe,"mark"; [$b073] char [b07b].byte $fd,"of",$fd,"\"Que"; [$b07b] char [b083].byte "en\"",$fe,"by",$fd,"t"; [$b083] char [b08b].byte "he",$fd,"key",$fd,"h"; [$b08b] char [b093].byte "ole.",$ff; [$b093] char [b098]MESSAGE_MARK_OF_KING:; [$b098] [b098].byte "T"; Message 166 [b099].byte "here",$fd,"is",$fd; [$b099] char [b0a1].byte "the",$fe,"mark"; [$b0a1] char [b0a9].byte $fd,"of",$fd,"\"Kin"; [$b0a9] char [b0b1].byte "g\"",$fe,"by",$fd,"th"; [$b0b1] char [b0b9].byte "e",$fd,"key",$fd,"ho"; [$b0b9] char [b0c1].byte "le.",$ff; [$b0c1] char [b0c5]MESSAGE_MARK_OF_ACE:; [$b0c5] [b0c5].byte "T"; Message 167 [b0c6].byte "here",$fd,"is",$fd; [$b0c6] char [b0ce].byte "the",$fe,"mark"; [$b0ce] char [b0d6].byte $fd,"of",$fd,"\"Ace"; [$b0d6] char [b0de].byte "\"",$fe,"by",$fd,"the"; [$b0de] char [b0e6].byte $fd,"key",$fd,"hol"; [$b0e6] char [b0ee].byte "e.",$ff; [$b0ee] char [b0f1]MESSAGE_MARK_OF_JOKER:; [$b0f1] [b0f1].byte "T"; Message 168 [b0f2].byte "here",$fd,"is",$fd; [$b0f2] char [b0fa].byte "the",$fe,"mark"; [$b0fa] char [b102].byte $fd,"of",$fd,"\"Jok"; [$b102] char [b10a].byte "er\"",$fe,"by",$fd,"t"; [$b10a] char [b112].byte "he",$fd,"key",$fd,"h"; [$b112] char [b11a].byte "ole.",$ff; [$b11a] char [b11f]MESSAGE_NEED_RING_FOR_DOOR:; [$b11f] [b11f].byte "D"; Message 169 [b120].byte "o",$fd,"you",$fd,"ne"; [$b120] char [b128].byte "ed",$fe,"a",$fd,"rin"; [$b128] char [b130].byte "g",$fe,"to",$fd,"ope"; [$b130] char [b138].byte "n",$fd,"a",$fd,"door"; [$b138] char [b140].byte "?",$ff; [$b140] char [b142]MESSAGE_USED_RED_POTION:; [$b142] [b142].byte "I"; Message 170 [b143].byte "'ve",$fd,"used"; [$b143] char [b14b].byte $fe,"Red",$fd,"Pot"; [$b14b] char [b153].byte "ion.",$ff; [$b153] char [b158]MESSAGE_USED_MATTOCK:; [$b158] [b158].byte "I"; Message 171 [b159].byte "'ve",$fd,"used"; [$b159] char [b161].byte $fe,"Mattock"; [$b161] char [b169].byte ".",$ff; [$b169] char [b16b]MESSAGE_USED_HOURGLASS:; [$b16b] [b16b].byte "I"; Message 172 [b16c].byte "'ve",$fd,"used"; [$b16c] char [b174].byte $fe,"Hour",$fd,"Gl"; [$b174] char [b17c].byte "ass.",$ff; [$b17c] char [b181]MESSAGE_USED_WINGBOOTS:; [$b181] [b181].byte "I"; Message 173 [b182].byte "'ve",$fd,"used"; [$b182] char [b18a].byte $fe,"Wing",$fd,"Bo"; [$b18a] char [b192].byte "ots.",$ff; [$b192] char [b197]MESSAGE_USED_KEY:; [$b197] [b197].byte "I"; Message 174 [b198].byte "'ve",$fd,"used"; [$b198] char [b1a0].byte $fd,"key.",$ff; [$b1a0] char [b1a6]MESSAGE_USED_ELIXIR:; [$b1a6] [b1a6].byte "I"; Message 175 [b1a7].byte "'ve",$fd,"used"; [$b1a7] char [b1af].byte $fe,"Elixir."; [$b1af] char [b1b7].byte $ff; [$b1b7] char [b1b8]MESSAGE_HOLDING_ELIXIR:; [$b1b8] [b1b8].byte "I"; Message 176 [b1b9].byte "'m",$fd,"holdi"; [$b1b9] char [b1c1].byte "ng",$fe,"Elixi"; [$b1c1] char [b1c9].byte "r.",$ff; [$b1c9] char [b1cc]MESSAGE_HOLDING_RED_POTION:; [$b1cc] [b1cc].byte "I"; Message 177 [b1cd].byte "'m",$fd,"holdi"; [$b1cd] char [b1d5].byte "ng",$fe,"Red",$fd,"P"; [$b1d5] char [b1dd].byte "otion.",$ff; [$b1dd] char [b1e4]MESSAGE_HOLDING_MATTOCK:; [$b1e4] [b1e4].byte "I"; Message 178 [b1e5].byte "'m",$fd,"holdi"; [$b1e5] char [b1ed].byte "ng",$fe,"Matto"; [$b1ed] char [b1f5].byte "ck.",$ff; [$b1f5] char [b1f9]MESSAGE_HOLDING_WINGBOOTS:; [$b1f9] [b1f9].byte "I"; Message 179 [b1fa].byte "'m",$fd,"holdi"; [$b1fa] char [b202].byte "ng",$fe,"Wing",$fd; [$b202] char [b20a].byte "Boots.",$ff; [$b20a] char [b211]MESSAGE_HOLDING_HOURGLASS:; [$b211] [b211].byte "I"; Message 180 [b212].byte "'m",$fd,"holdi"; [$b212] char [b21a].byte "ng",$fe,"Hour",$fd; [$b21a] char [b222].byte "Glass.",$ff; [$b222] char [b229]MESSAGE_GOT_BATTLE_SUIT:; [$b229] [b229].byte "I"; Message 181 [b22a].byte "'ve",$fd,"got",$fe; [$b22a] char [b232].byte "the",$fd,"Batt"; [$b232] char [b23a].byte "le",$fd,"Suit."; [$b23a] char [b242].byte $ff; [$b242] char [b243]MESSAGE_GOT_BATTLE_HELMET:; [$b243] [b243].byte "I"; Message 182 [b244].byte "'ve",$fd,"got",$fd; [$b244] char [b24c].byte "the",$fe,"Batt"; [$b24c] char [b254].byte "le",$fd,"Helme"; [$b254] char [b25c].byte "t.",$ff; [$b25c] char [b25f]MESSAGE_GOT_DRAGON_SLAYER:; [$b25f] [b25f].byte "I"; Message 183 [b260].byte "'ve",$fd,"got",$fd; [$b260] char [b268].byte "the",$fe,"Drag"; [$b268] char [b270].byte "on",$fd,"Slaye"; [$b270] char [b278].byte "r.",$ff; [$b278] char [b27b]MESSAGE_GOT_BLACK_ONYX:; [$b27b] [b27b].byte "I"; Message 184 [b27c].byte "'ve",$fd,"got",$fe; [$b27c] char [b284].byte "the",$fd,"Blac"; [$b284] char [b28c].byte "k",$fd,"Onyx.",$ff; [$b28c] char [b294]MESSAGE_GOT_PENDANT:; [$b294] [b294].byte "I"; Message 185 [b295].byte "'ve",$fd,"got",$fe; [$b295] char [b29d].byte "the",$fd,"Pend"; [$b29d] char [b2a5].byte "ant.",$ff; [$b2a5] char [b2aa]MESSAGE_GOT_MAGICAL_ROD:; [$b2aa] [b2aa].byte "I"; Message 186 [b2ab].byte "'ve",$fd,"got",$fd; [$b2ab] char [b2b3].byte "the",$fe,"Magi"; [$b2b3] char [b2bb].byte "cal",$fd,"Rod."; [$b2bb] char [b2c3].byte $ff; [$b2c3] char [b2c4]MESSAGE_TOUCHED_POISON:; [$b2c4] [b2c4].byte "I"; Message 187 [b2c5].byte "'ve",$fd,"touc"; [$b2c5] char [b2cd].byte "hed",$fe,"Pois"; [$b2cd] char [b2d5].byte "on.",$ff; [$b2d5] char [b2d9]MESSAGE_GLOVE_INCREASES_POWER:; [$b2d9] [b2d9].byte "T"; Message 188 [b2da].byte "he",$fd,"glove"; [$b2da] char [b2e2].byte $fe,"increas"; [$b2e2] char [b2ea].byte "es",$fe,"offen"; [$b2ea] char [b2f2].byte "sive",$fd,"pow"; [$b2f2] char [b2fa].byte "er.",$ff; [$b2fa] char [b2fe]MESSAGE_POWER_GLOVE_IS_GONE:; [$b2fe] [b2fe].byte "T"; Message 189 [b2ff].byte "he",$fd,"power"; [$b2ff] char [b307].byte $fd,"of",$fe,"the",$fd; [$b307] char [b30f].byte "Glove",$fe,"is"; [$b30f] char [b317].byte $fd,"gone.",$ff; [$b317] char [b31e]MESSAGE_USED_OINTMENT:; [$b31e] [b31e].byte "I"; Message 190 [b31f].byte $fd,"am",$fd,"free"; [$b31f] char [b327].byte $fd,"from",$fe,"in"; [$b327] char [b32f].byte "jury",$fd,"bec"; [$b32f] char [b337].byte "ause",$fe,"of",$fd; [$b337] char [b33f].byte "the",$fd,"oint"; [$b33f] char [b347].byte "ment.",$ff; [$b347] char [b34d]MESSAGE_OINTMENT_GONE:; [$b34d] [b34d].byte "T"; Message 191 [b34e].byte "he",$fd,"power"; [$b34e] char [b356].byte $fd,"of",$fe,"the",$fd; [$b356] char [b35e].byte "ointment"; [$b35e] char [b366].byte $fe,"is",$fd,"gone"; [$b366] char [b36e].byte ".",$ff; [$b36e] char [b370]MESSAGE_WINGBOOTS_GONE:; [$b370] [b370].byte "T"; Message 192 [b371].byte "he",$fd,"power"; [$b371] char [b379].byte $fd,"of",$fe,"the",$fd; [$b379] char [b381].byte "Wing",$fd,"Boo"; [$b381] char [b389].byte "ts",$fe,"is",$fd,"go"; [$b389] char [b391].byte "ne.",$ff; [$b391] char [b395]MESSAGE_HOURGLASS_GONE:; [$b395] [b395].byte "T"; Message 193 [b396].byte "he",$fd,"power"; [$b396] char [b39e].byte $fd,"of",$fe,"the",$fd; [$b39e] char [b3a6].byte "Hour",$fd,"Gla"; [$b3a6] char [b3ae].byte "ss",$fe,"is",$fd,"go"; [$b3ae] char [b3b6].byte "ne.",$ff; [$b3b6] char [b3ba]EXTRA_TILE_GLYPH_END_DOUBLE_QUOTES:; [$b3ba] [b3ba].byte $00,$10,$48,$28,$20,$00,$00,$00; [$b3ba] byte [b3c2].byte $00,$00,$00,$00,$00,$00,$00,$00; [$b3c2] byte [b3ca].byte $00,$00,$00,$00,$00,$00,$00,$00; [$b3ca] byte [b3d2].byte $00,$00,$00,$00,$00,$00,$00,$00; [$b3d2] byte [b3da]EXTRA_TILE_GLYPH_SMALL_SQUARE:; [$b3da] [b3da].byte $00,$78,$48,$48,$78,$00,$00,$00; [$b3da] byte [b3e2].byte $00,$00,$00,$00,$00,$00,$00,$00; [$b3e2] byte [b3ea].byte $00,$00,$00,$00,$00,$00,$00,$00; [$b3ea] byte [b3f2].byte $00,$00,$00,$00,$00,$00,$00,$00; [$b3f2] byte [b3fa]EXTRA_TILE_GLYPH_LEFT_ARROW_TOP:; [$b3fa] [b3fa].byte $00,$00,$00,$00,$02,$06,$0e,$1f; [$b3fa] byte [b402]EXTRA_TILE_GLYPH_LEFT_ARROW_BOTTOM:; [$b402] [b402].byte $1f,$0e,$06,$02,$00,$00,$00,$00; [$b402] byte [b40a]EXTRA_TILE_GLYPH_EQUAL_TOP:; [$b40a] [b40a].byte $00,$00,$00,$00,$00,$00,$00,$fc; [$b40a] byte [b412]EXTRA_TILE_GLYPH_EQUAL_BOTTOM:; [$b412] [b412].byte $fc,$00,$00,$00,$00,$00,$00,$00; [$b412] byte [b41a]EXTRA_TILE_GLYPH_EQUAL2_TOP:; [$b41a] [b41a].byte $00,$00,$00,$00,$00,$00,$00,$1f; [$b41a] byte [b422]EXTRA_TILE_GLYPH_EQUAL2_BOTTOM:; [$b422] [b422].byte $1f,$00,$00,$00,$00,$00,$00,$00; [$b422] byte [b42a]EXTRA_TILE_GLYPH_RIGHT_ARROW_TOP:; [$b42a] [b42a].byte $00,$00,$00,$00,$20,$30,$38,$fc; [$b42a] byte [b432]EXTRA_TILE_GLYPH_RIGHT_ARROW_BOTTOM:; [$b432] [b432].byte $fc,$38,$30,$20,$00,$00,$00,$00; [$b432] byte [b43a]EXTRA_TILE_GLYPH_END1_TOP:; [$b43a] [b43a].byte $00,$00,$00,$7a,$42,$43,$42,$7a; [$b43a] byte [b442]EXTRA_TILE_GLYPH_END1_BOTTOM:; [$b442] [b442].byte $42,$42,$42,$7a,$00,$00,$00,$00; [$b442] byte [b44a]EXTRA_TILE_GLYPH_END2_TOP:; [$b44a] [b44a].byte $00,$00,$00,$2c,$2a,$29,$a9,$a9; [$b44a] byte [b452]EXTRA_TILE_GLYPH_END2_BOTTOM:; [$b452] [b452].byte $69,$29,$2a,$2c,$00,$00,$00,$00; [$b452] byte [b45a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b45a] undefined [b462].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b462] undefined [b46a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b46a] undefined [b472].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b472] undefined [b47a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b47a] undefined [b482].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b482] undefined [b48a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b48a] undefined [b492].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b492] undefined [b49a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b49a] undefined [b4a2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4a2] undefined [b4aa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4aa] undefined [b4b2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4b2] undefined [b4ba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4ba] undefined [b4c2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4c2] undefined [b4ca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4ca] undefined [b4d2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4d2] undefined [b4da].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4da] undefined [b4e2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4e2] undefined [b4ea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4ea] undefined [b4f2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4f2] undefined [b4fa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b4fa] undefined [b502].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b502] undefined [b50a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b50a] undefined [b512].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b512] undefined [b51a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b51a] undefined [b522].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b522] undefined [b52a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b52a] undefined [b532].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b532] undefined [b53a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b53a] undefined [b542].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b542] undefined [b54a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b54a] undefined [b552].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b552] undefined [b55a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b55a] undefined [b562].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b562] undefined [b56a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b56a] undefined [b572].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b572] undefined [b57a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b57a] undefined [b582].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b582] undefined [b58a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b58a] undefined [b592].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b592] undefined [b59a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b59a] undefined [b5a2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5a2] undefined [b5aa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5aa] undefined [b5b2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5b2] undefined [b5ba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5ba] undefined [b5c2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5c2] undefined [b5ca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5ca] undefined [b5d2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5d2] undefined [b5da].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5da] undefined [b5e2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5e2] undefined [b5ea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5ea] undefined [b5f2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5f2] undefined [b5fa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b5fa] undefined [b602].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b602] undefined [b60a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b60a] undefined [b612].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b612] undefined [b61a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b61a] undefined [b622].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b622] undefined [b62a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b62a] undefined [b632].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b632] undefined [b63a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b63a] undefined [b642].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b642] undefined [b64a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b64a] undefined [b652].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b652] undefined [b65a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b65a] undefined [b662].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b662] undefined [b66a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b66a] undefined [b672].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b672] undefined [b67a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b67a] undefined [b682].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b682] undefined [b68a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b68a] undefined [b692].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b692] undefined [b69a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b69a] undefined [b6a2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6a2] undefined [b6aa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6aa] undefined [b6b2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6b2] undefined [b6ba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6ba] undefined [b6c2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6c2] undefined [b6ca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6ca] undefined [b6d2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6d2] undefined [b6da].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6da] undefined [b6e2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6e2] undefined [b6ea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6ea] undefined [b6f2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6f2] undefined [b6fa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b6fa] undefined [b702].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b702] undefined [b70a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b70a] undefined [b712].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b712] undefined [b71a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b71a] undefined [b722].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b722] undefined [b72a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b72a] undefined [b732].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b732] undefined [b73a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b73a] undefined [b742].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b742] undefined [b74a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b74a] undefined [b752].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b752] undefined [b75a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b75a] undefined [b762].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b762] undefined [b76a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b76a] undefined [b772].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b772] undefined [b77a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b77a] undefined [b782].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b782] undefined [b78a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b78a] undefined [b792].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b792] undefined [b79a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b79a] undefined [b7a2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7a2] undefined [b7aa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7aa] undefined [b7b2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7b2] undefined [b7ba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7ba] undefined [b7c2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7c2] undefined [b7ca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7ca] undefined [b7d2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7d2] undefined [b7da].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7da] undefined [b7e2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7e2] undefined [b7ea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7ea] undefined [b7f2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7f2] undefined [b7fa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b7fa] undefined [b802].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b802] undefined [b80a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b80a] undefined [b812].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b812] undefined [b81a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b81a] undefined [b822].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b822] undefined [b82a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b82a] undefined [b832].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b832] undefined [b83a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b83a] undefined [b842].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b842] undefined [b84a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b84a] undefined [b852].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b852] undefined [b85a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b85a] undefined [b862].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b862] undefined [b86a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b86a] undefined [b872].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b872] undefined [b87a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b87a] undefined [b882].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b882] undefined [b88a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b88a] undefined [b892].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b892] undefined [b89a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b89a] undefined [b8a2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8a2] undefined [b8aa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8aa] undefined [b8b2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8b2] undefined [b8ba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8ba] undefined [b8c2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8c2] undefined [b8ca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8ca] undefined [b8d2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8d2] undefined [b8da].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8da] undefined [b8e2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8e2] undefined [b8ea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8ea] undefined [b8f2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8f2] undefined [b8fa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b8fa] undefined [b902].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b902] undefined [b90a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b90a] undefined [b912].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b912] undefined [b91a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b91a] undefined [b922].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b922] undefined [b92a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b92a] undefined [b932].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b932] undefined [b93a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b93a] undefined [b942].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b942] undefined [b94a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b94a] undefined [b952].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b952] undefined [b95a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b95a] undefined [b962].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b962] undefined [b96a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b96a] undefined [b972].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b972] undefined [b97a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b97a] undefined [b982].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b982] undefined [b98a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b98a] undefined [b992].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b992] undefined [b99a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b99a] undefined [b9a2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9a2] undefined [b9aa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9aa] undefined [b9b2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9b2] undefined [b9ba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9ba] undefined [b9c2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9c2] undefined [b9ca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9ca] undefined [b9d2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9d2] undefined [b9da].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9da] undefined [b9e2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9e2] undefined [b9ea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9ea] undefined [b9f2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9f2] undefined [b9fa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$b9fa] undefined [ba02].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba02] undefined [ba0a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba0a] undefined [ba12].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba12] undefined [ba1a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba1a] undefined [ba22].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba22] undefined [ba2a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba2a] undefined [ba32].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba32] undefined [ba3a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba3a] undefined [ba42].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba42] undefined [ba4a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba4a] undefined [ba52].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba52] undefined [ba5a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba5a] undefined [ba62].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba62] undefined [ba6a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba6a] undefined [ba72].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba72] undefined [ba7a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba7a] undefined [ba82].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba82] undefined [ba8a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba8a] undefined [ba92].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba92] undefined [ba9a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$ba9a] undefined [baa2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$baa2] undefined [baaa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$baaa] undefined [bab2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bab2] undefined [baba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$baba] undefined [bac2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bac2] undefined [baca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$baca] undefined [bad2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bad2] undefined [bada].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bada] undefined [bae2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bae2] undefined [baea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$baea] undefined [baf2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$baf2] undefined [bafa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bafa] undefined [bb02].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb02] undefined [bb0a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb0a] undefined [bb12].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb12] undefined [bb1a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb1a] undefined [bb22].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb22] undefined [bb2a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb2a] undefined [bb32].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb32] undefined [bb3a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb3a] undefined [bb42].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb42] undefined [bb4a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb4a] undefined [bb52].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb52] undefined [bb5a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb5a] undefined [bb62].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb62] undefined [bb6a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb6a] undefined [bb72].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb72] undefined [bb7a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb7a] undefined [bb82].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb82] undefined [bb8a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb8a] undefined [bb92].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb92] undefined [bb9a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bb9a] undefined [bba2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bba2] undefined [bbaa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbaa] undefined [bbb2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbb2] undefined [bbba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbba] undefined [bbc2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbc2] undefined [bbca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbca] undefined [bbd2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbd2] undefined [bbda].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbda] undefined [bbe2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbe2] undefined [bbea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbea] undefined [bbf2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbf2] undefined [bbfa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bbfa] undefined [bc02].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc02] undefined [bc0a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc0a] undefined [bc12].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc12] undefined [bc1a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc1a] undefined [bc22].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc22] undefined [bc2a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc2a] undefined [bc32].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc32] undefined [bc3a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc3a] undefined [bc42].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc42] undefined [bc4a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc4a] undefined [bc52].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc52] undefined [bc5a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc5a] undefined [bc62].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc62] undefined [bc6a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc6a] undefined [bc72].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc72] undefined [bc7a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc7a] undefined [bc82].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc82] undefined [bc8a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc8a] undefined [bc92].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc92] undefined [bc9a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bc9a] undefined [bca2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bca2] undefined [bcaa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcaa] undefined [bcb2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcb2] undefined [bcba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcba] undefined [bcc2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcc2] undefined [bcca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcca] undefined [bcd2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcd2] undefined [bcda].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcda] undefined [bce2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bce2] undefined [bcea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcea] undefined [bcf2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcf2] undefined [bcfa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bcfa] undefined [bd02].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd02] undefined [bd0a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd0a] undefined [bd12].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd12] undefined [bd1a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd1a] undefined [bd22].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd22] undefined [bd2a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd2a] undefined [bd32].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd32] undefined [bd3a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd3a] undefined [bd42].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd42] undefined [bd4a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd4a] undefined [bd52].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd52] undefined [bd5a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd5a] undefined [bd62].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd62] undefined [bd6a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd6a] undefined [bd72].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd72] undefined [bd7a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd7a] undefined [bd82].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd82] undefined [bd8a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd8a] undefined [bd92].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd92] undefined [bd9a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bd9a] undefined [bda2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bda2] undefined [bdaa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdaa] undefined [bdb2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdb2] undefined [bdba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdba] undefined [bdc2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdc2] undefined [bdca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdca] undefined [bdd2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdd2] undefined [bdda].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdda] undefined [bde2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bde2] undefined [bdea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdea] undefined [bdf2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdf2] undefined [bdfa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bdfa] undefined [be02].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be02] undefined [be0a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be0a] undefined [be12].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be12] undefined [be1a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be1a] undefined [be22].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be22] undefined [be2a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be2a] undefined [be32].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be32] undefined [be3a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be3a] undefined [be42].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be42] undefined [be4a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be4a] undefined [be52].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be52] undefined [be5a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be5a] undefined [be62].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be62] undefined [be6a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be6a] undefined [be72].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be72] undefined [be7a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be7a] undefined [be82].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be82] undefined [be8a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be8a] undefined [be92].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be92] undefined [be9a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$be9a] undefined [bea2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bea2] undefined [beaa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$beaa] undefined [beb2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$beb2] undefined [beba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$beba] undefined [bec2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bec2] undefined [beca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$beca] undefined [bed2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bed2] undefined [beda].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$beda] undefined [bee2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bee2] undefined [beea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$beea] undefined [bef2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bef2] undefined [befa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$befa] undefined [bf02].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf02] undefined [bf0a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf0a] undefined [bf12].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf12] undefined [bf1a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf1a] undefined [bf22].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf22] undefined [bf2a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf2a] undefined [bf32].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf32] undefined [bf3a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf3a] undefined [bf42].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf42] undefined [bf4a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf4a] undefined [bf52].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf52] undefined [bf5a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf5a] undefined [bf62].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf62] undefined [bf6a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf6a] undefined [bf72].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf72] undefined [bf7a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf7a] undefined [bf82].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf82] undefined [bf8a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf8a] undefined [bf92].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf92] undefined [bf9a].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bf9a] undefined [bfa2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfa2] undefined [bfaa].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfaa] undefined [bfb2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfb2] undefined [bfba].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfba] undefined [bfc2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfc2] undefined [bfca].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfca] undefined [bfd2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfd2] undefined [bfda].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfda] undefined [bfe2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfe2] undefined [bfea].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bfea] undefined [bff2].byte $ff,$ff,$ff,$ff,$ff,$ff,$ff,$ff; [$bff2] undefined [bffa].byte $ff,$ff,$ff,$ff,$ff,$ff; [$bffa] undefined