Skip to content

Commit

Permalink
Tiny program changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoinutilis committed Aug 3, 2017
1 parent 26a3952 commit b4356bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions programs/gamepad.nx
@@ -1,5 +1,5 @@
COPY START(1),LENGTH(1) TO $8000
COPY START(2),32 TO $FF00
COPY START(2),LENGTH(2) TO $FF00

REM INIT SPRITES
SPRITE.A 0,(6,,,,1)
Expand Down Expand Up @@ -184,5 +184,5 @@ B0 A0 82 06 06 86 00 00 40 50 F0 F8 F8 78 00 00
FC FC F8 FC FC 0C 1C 1E FC DC 80 F0 28 FC E0 00

#2: COLOR PALETTES
07 10 24 38 00 04 08 0C 00 07 0B 0F 00 1B 2F 3F 00 34 38 3C 00 10 20 30 00 10 30 39 00 3F 00 00
07 07 0B 0F 00 0B 0F 0F 00 0B 0F 0F 00 0F 0F 0F 00 0B 0F 0F 00 07 07 07 00 00 00 00 00 00 00 00
07 10 24 38 00 04 08 0C 00 07 0B 0F 00 1B 2F 3F
00 34 38 3C 00 10 20 30 00 10 30 39 00 3F 00 00
3 changes: 2 additions & 1 deletion programs/touch.nx
Expand Up @@ -182,4 +182,5 @@ B0 A0 82 06 06 86 00 00 40 50 F0 F8 F8 78 00 00
FC FC F8 FC FC 0C 1C 1E FC DC 80 F0 28 FC E0 00

#2: COLOR PALETTES
07 10 24 38 00 04 08 0C 00 07 0B 0F 00 1B 2F 3F 00 34 38 3C 00 10 20 30 00 10 30 39 00 3F 00 00
07 10 24 38 00 04 08 0C 00 07 0B 0F 00 1B 2F 3F
00 34 38 3C 00 10 20 30 00 10 30 39 00 3F 00 00

0 comments on commit b4356bc

Please sign in to comment.