]> Shamusworld >> Repos - thunder/blobdiff - src/resource.asm
Fixes to makefile, file permissions.
[thunder] / src / resource.asm
old mode 100755 (executable)
new mode 100644 (file)
index 1464e53..57c9492
@@ -58,11 +58,11 @@ sunknown     DD  sunknownlen+4
 scya         DD  scyalen+4
 scamera      DD  scameralen+4
 
-sunknownlen
+sunknownlen:
     incbin "unknown.wav", 54   ; Skip header, keep length
-scyalen
+scyalen:
     incbin "cya.wav", 54       ; Skip header, keep length
-scameralen
+scameralen:
     incbin "camera.wav", 54    ; Skip header, keep length
 
 ; Graphics
@@ -107,79 +107,80 @@ idstext10    DD  fdstext10
 idstext11    DD  fdstext11
 idstext12    DD  fdstext12
 
-fnoguib
+fnoguib:
     incbin "noguib.raw"        ; 44x44
-fdipswb
+fdipswb:
     incbin "dipswb.raw"        ; 42x34
-fpl1stb
+fpl1stb:
     incbin "pl1stb.raw"        ; 50x33
-fpl2stb
+fpl2stb:
     incbin "pl2stb.raw"        ; 52x29 [Light green: 125]
-fi30hzb
+fi30hzb:
     incbin "i30hzb.raw"        ; 58x40
-fi60hzb
+fi60hzb:
     incbin "i60hzb.raw"        ; 58x40
-fcoinub
+fcoinub:
     incbin "coinub.raw"        ; 58x40
-fsnapsb
+fsnapsb:
     incbin "snapsb.raw"        ; 58x40
-fresetb
+fresetb:
     incbin "resetb.raw"        ; 58x40
-fbyebyb
+fbyebyb:
     incbin "byebyb.raw"        ; 58x40
-fkeycnb
+fkeycnb:
     incbin "keycnb.raw"        ; 58x40
 
-fnoguis
+fnoguis:
     incbin "noguis.raw"        ; 44x44
-fdipsws
+fdipsws:
     incbin "dipsws.raw"        ; 42x34
-fpl1sts
+fpl1sts:
     incbin "pl1sts.raw"        ; 50x33
-fpl2sts
+fpl2sts:
     incbin "pl2sts.raw"        ; 52x29 [Light green: 125]
-fi30hzs
+fi30hzs:
     incbin "i30hzs.raw"        ; 58x40
-fi60hzs
+fi60hzs:
     incbin "i60hzs.raw"        ; 58x40
-fcoinus
+fcoinus:
     incbin "coinus.raw"        ; 58x40
-fsnapss
+fsnapss:
     incbin "snapss.raw"        ; 58x40
-fresets
+fresets:
     incbin "resets.raw"        ; 58x40
-fbyebys
+fbyebys:
     incbin "byebys.raw"        ; 58x40
-fkeycns
+fkeycns:
     incbin "keycns.raw"        ; 58x40
-fchecks
+fchecks:
     incbin "checks.raw"        ; 58x40
 
-fdswitch
+fdswitch:
     incbin "dswitch.raw"       ; 26x65
-fdsbutton
+fdsbutton:
     incbin "dsbutton.raw"      ; 4x4
-fdstext1
+fdstext1:
     incbin "dstext1.raw"       ; 48x7
-fdstext2
+fdstext2:
     incbin "dstext2.raw"       ; 80x9
-fdstext3
+fdstext3:
     incbin "dstext3.raw"       ; 96x7
-fdstext4
+fdstext4:
     incbin "dstext4.raw"       ; 82x9
-fdstext5
+fdstext5:
     incbin "dstext5.raw"       ; 60x7
-fdstext6
+fdstext6:
     incbin "dstext6.raw"       ; 76x7
-fdstext7
+fdstext7:
     incbin "dstext7.raw"       ; 57x7
-fdstext8
+fdstext8:
     incbin "dstext8.raw"       ; 33x7
-fdstext9
+fdstext9:
     incbin "dstext9.raw"       ; 50x9
-fdstext10
+fdstext10:
     incbin "dstext10.raw"       ; 62x7
-fdstext11
+fdstext11:
     incbin "dstext11.raw"       ; 65x9
-fdstext12
+fdstext12:
     incbin "dstext12.raw"       ; 63x7
+