Prev: E440 Up: Map Next: EB51
EA39: wizard data
The first two names memory in the released tape were obviously written over existing strings. Based on Gollop's blog post about the origins of Chaos they were most likely JEVARELL and LARGEFART.
This data is overwritten during character creation at the start of the game
wizard_0 EA39 DEFM "JULIANLL " Wizard 0: JULIAN
EA46 DEFB $01,$00,$00,$01,$01,$03,$07,$0B,$00,$1E Combat=1, Ranged combat=0, Range=0, Defence=1, Movement allowance=1, Manoeuvre rating=3, Magic resistance=7, Spells=11, Ability=0, Animation delay=30
EA50 DEFW character_1_sprite wizard0coloured
EA52 DEFB $42
EA53 DEFW character_1_sprite
EA55 DEFB $42
EA56 DEFW character_1_sprite
EA58 DEFB $42
EA59 DEFW character_1_sprite
EA5B DEFB $42
wizard_1 EA5C DEFM "GANDALFRT " Wizard 1: GANDALF
EA69 DEFB $01,$00,$00,$01,$01,$03,$06,$0F,$00,$1E Combat=1, Ranged combat=0, Range=0, Defence=1, Movement allowance=1, Manoeuvre rating=3, Magic resistance=6, Spells=15, Ability=0, Animation delay=30
EA73 DEFW character_2_sprite wizard1coloured
EA75 DEFB $43
EA76 DEFW character_2_sprite
EA78 DEFB $43
EA79 DEFW character_2_sprite
EA7B DEFB $43
EA7C DEFW character_2_sprite
EA7E DEFB $43
wizard_2 EA7F DEFM "GREATFOGEY " Wizard 2: GREATFOGEY
EA8C DEFB $03,$00,$00,$03,$01,$05,$06,$00,$00,$1E Combat=3, Ranged combat=0, Range=0, Defence=3, Movement allowance=1, Manoeuvre rating=5, Magic resistance=6, Spells=0, Ability=0, Animation delay=30
EA96 DEFW character_3_sprite wizard2coloured
EA98 DEFB $44
EA99 DEFW character_3_sprite
EA9B DEFB $44
EA9C DEFW character_3_sprite
EA9E DEFB $44
EA9F DEFW character_3_sprite
EAA1 DEFB $44
wizard_3 EAA2 DEFM "DYERARTI " Wizard 3: DYERARTI
EAAF DEFB $01,$00,$00,$02,$01,$06,$07,$00,$00,$1E Combat=1, Ranged combat=0, Range=0, Defence=2, Movement allowance=1, Manoeuvre rating=6, Magic resistance=7, Spells=0, Ability=0, Animation delay=30
EAB9 DEFW character_4_sprite wizard3coloured
EABB DEFB $45
EABC DEFW character_4_sprite
EABE DEFB $45
EABF DEFW character_4_sprite
EAC1 DEFB $45
EAC2 DEFW character_4_sprite
EAC4 DEFB $45
wizard_4 EAC5 DEFM "GOWIN " Wizard 4: GOWIN
EAD2 DEFB $02,$00,$00,$02,$01,$05,$00,$00,$00,$1E Combat=2, Ranged combat=0, Range=0, Defence=2, Movement allowance=1, Manoeuvre rating=5, Magic resistance=0, Spells=0, Ability=0, Animation delay=30
EADC DEFW character_5_sprite wizard4coloured
EADE DEFB $46
EADF DEFW character_5_sprite
EAE1 DEFB $46
EAE2 DEFW character_5_sprite
EAE4 DEFB $46
EAE5 DEFW character_5_sprite
EAE7 DEFB $46
wizard_5 EAE8 DEFM "MERLIN " Wizard 5: MERLIN
EAF5 DEFB $01,$00,$00,$04,$01,$04,$00,$00,$00,$1E Combat=1, Ranged combat=0, Range=0, Defence=4, Movement allowance=1, Manoeuvre rating=4, Magic resistance=0, Spells=0, Ability=0, Animation delay=30
EAFF DEFW character_6_sprite wizard5coloured
EB01 DEFB $47
EB02 DEFW character_6_sprite
EB04 DEFB $47
EB05 DEFW character_6_sprite
EB07 DEFB $47
EB08 DEFW character_6_sprite
EB0A DEFB $47
wizard_6 EB0B DEFM "ILIAN RANE " Wizard 6: ILIAN RANE
EB18 DEFB $01,$00,$00,$02,$01,$04,$00,$00,$00,$1E Combat=1, Ranged combat=0, Range=0, Defence=2, Movement allowance=1, Manoeuvre rating=4, Magic resistance=0, Spells=0, Ability=0, Animation delay=30
EB22 DEFW character_7_sprite wizard6coloured
EB24 DEFB $06
EB25 DEFW character_7_sprite
EB27 DEFB $06
EB28 DEFW character_7_sprite
EB2A DEFB $06
EB2B DEFW character_7_sprite
EB2D DEFB $06
wizard_7 EB2E DEFM "ASIMONO ZARK " Wizard 7: ASIMONO ZARK
EB3B DEFB $03,$00,$00,$02,$01,$06,$00,$00,$00,$1E Combat=3, Ranged combat=0, Range=0, Defence=2, Movement allowance=1, Manoeuvre rating=6, Magic resistance=0, Spells=0, Ability=0, Animation delay=30
EB45 DEFW character_8_sprite wizard7coloured
EB47 DEFB $05
EB48 DEFW character_8_sprite
EB4A DEFB $05
EB4B DEFW character_8_sprite
EB4D DEFB $05
EB4E DEFW character_8_sprite
EB50 DEFB $05
Prev: E440 Up: Map Next: EB51