~rabbits/nasu

cc3a89fe742fd4bc2c9d723bf2c616451051a943 — neauoire 11 months ago 6818145
Renamed to nasu.tal
2 files changed, 4 insertions(+), 5 deletions(-)

M build.sh
R src/{main.tal => nasu.tal}
M build.sh => build.sh +1 -1
@@ 5,7 5,7 @@ rm -rf bin
mkdir bin

echo "Assembling.."
uxnasm src/main.tal bin/nasu.rom 
uxnasm src/nasu.tal bin/nasu.rom 

echo "Installing.."
if [ -d "$HOME/roms" ] && [ -e ./bin/nasu.rom ]

R src/main.tal => src/nasu.tal +3 -4
@@ 71,11 71,8 @@
	.frame/x1 LDZ2 #008f ADD2 .frame/y1 LDZ2 #0020 #0028 ;blendview ;set-size JSR2
	.frame/x1 LDZ2 #00bf ADD2 .frame/y1 LDZ2 #0048 #0020 ;dataview ;set-size JSR2
	.tileview/x1 LDZ2 .tileview/y2 LDZ2 #0008 ADD2 #0100 #0008 ;toolview ;set-size JSR2
	( let's begin! )
	( static drawings )
	;load-theme JSR2
	;new-file JSR2
	( vertical line )
	.frame/x1 LDZ2 #0080 ADD2 .tileview/y1 LDZ2 #0f ;line-ver-dashed JSR2
	.frame/x1 LDZ2 #0009 SUB2 .frame/y1 LDZ2 #0028 ADD2 #20 #10 ;frame-icns ;draw-frame JSR2
	( spacers )
	;spacer-icn .Screen/addr DEO2


@@ 87,6 84,8 @@
	.frame/y1 LDZ2 #00b0 ADD2 .Screen/y DEO2
	#21 .Screen/sprite DEO
	#00 .Screen/auto DEO
	( let's begin! )
	;new-file JSR2

BRK