Prev: 40192 Up: Map Next: 40320
40254: Graphic layout data: Coloured creatures (level 3)
Red
40254 DEFB 244,10 Set current graphic set to 10
40256 DEFB 246,4,5,3 Decrease timer value (initially 4) and if now zero then reset to 5 and load one of the 3 following values at random into the attribute field of the next instruction
40260 DEFB 66,66,1
40263 DEFB 51,66,31
40266 DEFB 248,104,157 Jump to 40296
Yellow
40269 DEFB 244,10 Set current graphic set to 10
40271 DEFB 246,4,5,3 Decrease timer value (initially 4) and if now zero then reset to 5 and load one of the 3 following values at random into the attribute field of the next instruction
40275 DEFB 70,70,1
40278 DEFB 51,70,31
40281 DEFB 248,104,157 Jump to 40296
White
40284 DEFB 244,10 Set current graphic set to 10
40286 DEFB 246,4,5,3 Decrease timer value (initially 4) and if now zero then reset to 5 and load one of the 3 following values at random into the attribute field of the next instruction
40290 DEFB 71,71,1
40293 DEFB 51,71,31
40296 DEFB 52,6,33
40299 DEFB 53,69,33
40302 DEFB 52,134,31
40305 DEFB 236,2,54,70 Modify following instruction to display graphic of random index, chosen from 54 and 70
40309 DEFB 54,69,32
40312 DEFB 236,2,55,71 Modify following instruction to display graphic of random index, chosen from 55 and 71
40316 DEFB 55,69,33
40319 DEFB 255 End marker
Prev: 40192 Up: Map Next: 40320