Skip to content

Commit

Permalink
update sample images and code
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jun 15, 2020
1 parent f2f6c56 commit f8552be
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified samples/tile_wall/tile_wall-imageset-4bpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified samples/tile_wall/tile_wall-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion samples/tile_wall/tile_wall.bas
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
420 REM POKE IMAGESET DATA INTO TILE BASE
430 PRINT "POKING TILESET"
500 POKE $9F20,0:POKE $9F21,$A8:POKE $9F22,$11
600 FOR I = 0 TO 2175
600 FOR I = 0 TO 2303
700 READ A:POKE $9F23,A:NEXT I

704 REM CLEAR TILEMAP MEMORY
Expand Down
2 changes: 1 addition & 1 deletion samples/tile_wall/tile_wall.s
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jmp start
v_address_set $1A800, 1
set_const_16 $00, imageset

TARGET = 2176 ;loop until size reached
TARGET = 2304 ;loop until size reached

loop:
lda ($00),y
Expand Down

0 comments on commit f8552be

Please sign in to comment.