]> Shamusworld >> Repos - thunder/blobdiff - src/resource.asm
Added save states; updated application icon.
[thunder] / src / resource.asm
old mode 100755 (executable)
new mode 100644 (file)
index 1464e53..b0fa8b8
@@ -1,8 +1,8 @@
 ;
 ; Thunder GUI resources
 ;
-; by Jimmy Hamm
-; (C) 1998 Underground Software
+; by James Hammons
+; (C) 1998, 2014 Underground Software
 ;
 [SECTION .data]
 [GLOBAL sunknown]
 
 ; Sounds
 
-sunknown     DD  sunknownlen+4
-scya         DD  scyalen+4
-scamera      DD  scameralen+4
+sunknown     DQ  sunknownlen+4
+scya         DQ  scyalen+4
+scamera      DQ  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
 
-inoguib      DD  fnoguib
-idipswb      DD  fdipswb
-ipl1stb      DD  fpl1stb
-ipl2stb      DD  fpl2stb
-ii30hzb      DD  fi30hzb
-ii60hzb      DD  fi60hzb
-icoinub      DD  fcoinub
-isnapsb      DD  fsnapsb
-iresetb      DD  fresetb
-ibyebyb      DD  fbyebyb
-ikeycnb      DD  fkeycnb
+inoguib      DQ  fnoguib
+idipswb      DQ  fdipswb
+ipl1stb      DQ  fpl1stb
+ipl2stb      DQ  fpl2stb
+ii30hzb      DQ  fi30hzb
+ii60hzb      DQ  fi60hzb
+icoinub      DQ  fcoinub
+isnapsb      DQ  fsnapsb
+iresetb      DQ  fresetb
+ibyebyb      DQ  fbyebyb
+ikeycnb      DQ  fkeycnb
 
-inoguis      DD  fnoguis
-idipsws      DD  fdipsws
-ipl1sts      DD  fpl1sts
-ipl2sts      DD  fpl2sts
-ii30hzs      DD  fi30hzs
-ii60hzs      DD  fi60hzs
-icoinus      DD  fcoinus
-isnapss      DD  fsnapss
-iresets      DD  fresets
-ibyebys      DD  fbyebys
-ikeycns      DD  fkeycns
-ichecks      DD  fchecks
+inoguis      DQ  fnoguis
+idipsws      DQ  fdipsws
+ipl1sts      DQ  fpl1sts
+ipl2sts      DQ  fpl2sts
+ii30hzs      DQ  fi30hzs
+ii60hzs      DQ  fi60hzs
+icoinus      DQ  fcoinus
+isnapss      DQ  fsnapss
+iresets      DQ  fresets
+ibyebys      DQ  fbyebys
+ikeycns      DQ  fkeycns
+ichecks      DQ  fchecks
 
-idswitch     DD  fdswitch
-idsbutton    DD  fdsbutton
-idstext1     DD  fdstext1
-idstext2     DD  fdstext2
-idstext3     DD  fdstext3
-idstext4     DD  fdstext4
-idstext5     DD  fdstext5
-idstext6     DD  fdstext6
-idstext7     DD  fdstext7
-idstext8     DD  fdstext8
-idstext9     DD  fdstext9
-idstext10    DD  fdstext10
-idstext11    DD  fdstext11
-idstext12    DD  fdstext12
+idswitch     DQ  fdswitch
+idsbutton    DQ  fdsbutton
+idstext1     DQ  fdstext1
+idstext2     DQ  fdstext2
+idstext3     DQ  fdstext3
+idstext4     DQ  fdstext4
+idstext5     DQ  fdstext5
+idstext6     DQ  fdstext6
+idstext7     DQ  fdstext7
+idstext8     DQ  fdstext8
+idstext9     DQ  fdstext9
+idstext10    DQ  fdstext10
+idstext11    DQ  fdstext11
+idstext12    DQ  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
+