Skip to content

Commit

Permalink
Update ex_002.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattuna15 committed Feb 20, 2020
1 parent 4302332 commit 2b5e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ex_002.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ That should be it for our Imageset import! As before, let's run the `asm` comman

```.sh
aloevera -p project.av asm ./output/
aloevera -p project.av asm -f basic./output/
aloevera -p project.av asm -f basic ./output/
```

Since the X16 starts up in Mode 0, i.e. 1BPP Tiled-Text Mode, we should just be able to replace the cold-boot tileset data with our assembled data and watch the font change. Code to do this is found in the [tile_text sample](../samples/tile_text), and the results are as follows:
Expand Down

0 comments on commit 2b5e770

Please sign in to comment.