mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-15 14:07:16 +00:00
25 lines
267 B
Plaintext
25 lines
267 B
Plaintext
|
.scope Main
|
||
|
.zeropage
|
||
|
.code
|
||
|
Room_fgcolor_b0:
|
||
|
.byte 12
|
||
|
.byte 12
|
||
|
Room_bgcolor_b0:
|
||
|
.byte 18
|
||
|
.byte 18
|
||
|
Room_north_b0:
|
||
|
.byte 0
|
||
|
.byte 0
|
||
|
Room_east_b0:
|
||
|
.byte 1
|
||
|
.byte 0
|
||
|
Room_south_b0:
|
||
|
.byte 0
|
||
|
.byte 0
|
||
|
Room_west_b0:
|
||
|
.byte 0
|
||
|
.byte 1
|
||
|
__Start:
|
||
|
|
||
|
.endscope
|
||
|
Main__Start = Main::__Start
|