X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fresource.asm;h=57c949214e1e7daf930db979a6781f8217c77b4d;hb=757714edd1100cfbe4dd5c46e4eff480ee25dd3d;hp=1464e53ad5e202d966df3cf424509eb378e087af;hpb=a82cb4de3c1820fe8a9a8185e55eef94a9f4b079;p=thunder diff --git a/src/resource.asm b/src/resource.asm old mode 100755 new mode 100644 index 1464e53..57c9492 --- a/src/resource.asm +++ b/src/resource.asm @@ -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 +