moar comments, moar constants

This commit is contained in:
2021-11-30 22:58:01 +01:00
parent 0a2eef8336
commit bab32fa68d
2 changed files with 15 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ BitsSet:
EXPORT DefaultMap
SECTION "Default Map", ROM0, ALIGN[8]
DefaultMap:
; 32x18 map matching the startup nintendo logo
; 32x18 game of life map matching the startup nintendo logo
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0