![]() |
Game status buffer |
| Prev: EDD2 | Up: Map | Next: EE61 |
|
|
||||
| GameOver_X_Offset | EDEF | DEFB $00 | ||
| GameOver_Y_Offset | EDF0 | DEFB $00 | ||
|
Draw the "G".
|
||||
| GameOver_Data | EDF1 | DEFW $58C5 | Attribute buffer starting point. | |
| EDF3 | DEFB $03,$02 | Draw: left x 03 times. | ||
| EDF5 | DEFB $05,$04 | Draw: down x 05 times. | ||
| EDF7 | DEFB $03,$01 | Draw: right x 03 times. | ||
| EDF9 | DEFB $02,$08 | Draw: up x 02 times. | ||
| EDFB | DEFB $01,$02 | Draw: left x 1 time. | ||
|
Draw the "A".
|
||||
| EDFD | DEFW $5967 | Attribute buffer starting point. | ||
| EDFF | DEFB $05,$08 | Draw: up x 05 times. | ||
| EE01 | DEFB $02,$01 | Draw: right x 02 times. | ||
| EE03 | DEFB $05,$04 | Draw: down x 05 times. | ||
| EE05 | DEFB $02,$08 | Draw: up x 02 times. | ||
| EE07 | DEFB $01,$02 | Draw: left x 1 time. | ||
|
Draw the "M".
|
||||
| EE09 | DEFW $596B | Attribute buffer starting point. | ||
| EE0B | DEFB $05,$08 | Draw: up x 05 times. | ||
| EE0D | DEFB $02,$01 | Draw: right x 02 times. | ||
| EE0F | DEFB $05,$04 | Draw: down x 05 times. | ||
| EE11 | DEFW $58CE | Attribute buffer starting point. | ||
| EE13 | DEFB $01,$01 | Draw: right x 1 time. | ||
| EE15 | DEFB $05,$04 | Draw: down x 05 times. | ||
|
Draw the "E".
|
||||
| EE17 | DEFW $58D3 | Attribute buffer starting point. | ||
| EE19 | DEFB $02,$02 | Draw: left x 02 times. | ||
| EE1B | DEFB $02,$04 | Draw: down x 02 times. | ||
| EE1D | DEFB $01,$01 | Draw: right x 1 time. | ||
| EE1F | DEFB $01,$04 | Draw: down x 1 time. | ||
| EE21 | DEFB $01,$02 | Draw: left x 1 time. | ||
| EE23 | DEFB $02,$04 | Draw: down x 02 times. | ||
| EE25 | DEFB $02,$01 | Draw: right x 02 times. | ||
|
Draw the "O".
|
||||
| EE27 | DEFW $59C5 | Attribute buffer starting point. | ||
| EE29 | DEFB $03,$02 | Draw: left x 03 times. | ||
| EE2B | DEFB $05,$04 | Draw: down x 05 times. | ||
| EE2D | DEFB $03,$01 | Draw: right x 03 times. | ||
| EE2F | DEFB $04,$08 | Draw: up x 04 times. | ||
|
Draw the "V".
|
||||
| EE31 | DEFW $59C7 | Attribute buffer starting point. | ||
| EE33 | DEFB $04,$04 | Draw: down x 04 times. | ||
| EE35 | DEFW $5A68 | Attribute buffer starting point. | ||
| EE37 | DEFB $01,$01 | Draw: right x 1 time. | ||
| EE39 | DEFW $5A4A | Attribute buffer starting point. | ||
| EE3B | DEFB $04,$08 | Draw: up x 04 times. | ||
|
Draw the "E".
|
||||
| EE3D | DEFW $59CE | Attribute buffer starting point. | ||
| EE3F | DEFB $02,$02 | Draw: left x 02 times. | ||
| EE41 | DEFB $02,$04 | Draw: down x 02 times. | ||
| EE43 | DEFB $01,$01 | Draw: right x 1 time. | ||
| EE45 | DEFB $01,$04 | Draw: down x 1 time. | ||
| EE47 | DEFB $01,$02 | Draw: left x 1 time. | ||
| EE49 | DEFB $02,$04 | Draw: down x 02 times. | ||
| EE4B | DEFB $02,$01 | Draw: right x 02 times. | ||
|
Draw the "R".
|
||||
| EE4D | DEFW $5A70 | Attribute buffer starting point. | ||
| EE4F | DEFB $05,$08 | Draw: up x 05 times. | ||
| EE51 | DEFB $03,$01 | Draw: right x 03 times. | ||
| EE53 | DEFB $02,$04 | Draw: down x 02 times. | ||
| EE55 | DEFB $02,$02 | Draw: left x 02 times. | ||
| EE57 | DEFB $01,$01 | Draw: right x 1 time. | ||
| EE59 | DEFB $01,$04 | Draw: down x 1 time. | ||
| EE5B | DEFW $5A53 | Attribute buffer starting point. | ||
| EE5D | DEFB $01,$04 | Draw: down x 1 time. | ||
| EE5F | DEFB $00,$00 | Terminator. | ||
| Prev: EDD2 | Up: Map | Next: EE61 |