From: sparky4 Date: Mon, 15 Feb 2016 17:08:52 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=db874cecd0f4e7b77bf9a260a97e8f949ae188af;p=plz.git wwww --- diff --git a/asmyt.o b/asmyt.o new file mode 100755 index 0000000..cccfe42 Binary files /dev/null and b/asmyt.o differ diff --git a/makefile b/makefile index 6f3b820..a9adedd 100755 --- a/makefile +++ b/makefile @@ -65,13 +65,13 @@ EXEC = plzpart.exe all: $(EXEC) -#copper.$(OBJ) tweak.$(OBJ) asmyt.$(OBJ) +#asmyt.$(OBJ) # #game and bakapi executables # -plzpart.exe: plzpart.$(OBJ) copper.$(OBJ) tweak.$(OBJ) asmyt.$(OBJ) plz.$(OBJ) - wcl $(FLAGS) $(PLZFLAGS) plzpart.$(OBJ) copper.$(OBJ) tweak.$(OBJ) asmyt.$(OBJ) plz.$(OBJ) -fm=plzpart.map +plzpart.exe: plzpart.$(OBJ) copper.$(OBJ) tweak.$(OBJ) plz.$(OBJ) + wcl $(FLAGS) $(PLZFLAGS) plzpart.$(OBJ) copper.$(OBJ) tweak.$(OBJ) plz.$(OBJ) -fm=plzpart.map # @@ -92,8 +92,8 @@ copper.$(OBJ): copper.h copper.asm wcl $(AFLAGS) -zcm=tasm -c copper.asm # tweak.$(OBJ): tweak.h tweak.asm # wcl $(AFLAGS) -zcm=tasm -c tweak.asm -asmyt.$(OBJ): asmyt.h asmyt.asm - wcl $(AFLAGS) -zcm=tasm -c asmyt.asm +#asmyt.$(OBJ): asmyt.h asmyt.asm +# wcl $(AFLAGS) -zcm=tasm -c asmyt.asm # #other~ diff --git a/plz.c b/plz.c index 4b1091e..b25327e 100755 --- a/plz.c +++ b/plz.c @@ -123,7 +123,7 @@ void plz(){ for(y=0;y void tw_opengraph2(); //void tw_setrgbpalette(byte *p); -void tw_setrgbpalette(int r, int g, int b); +void tw_setrgbpalette(int a, int r, int g, int b); #define PAL_READ_REG 0x03C7 /* Color register, read address */ #define PAL_WRITE_REG 0x03C8 /* Color register, write address */ diff --git a/tweak.o b/tweak.o index cb1fe33..77a9ada 100755 Binary files a/tweak.o and b/tweak.o differ