Skip to content

Commit

Permalink
Update maze example for tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
pubby committed Mar 9, 2023
1 parent 5d36094 commit 174a3ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/maze/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Maze Example

This example is part of the [Maze Tutorial](https://pubby.games/nesfab/maze_tutorial.html).
2 changes: 1 addition & 1 deletion examples/maze/tutorial_steps/step5.fab
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mode main()
update_pads()
move_player()
update_sprites()
nmi
nmi // Wait for the next NMI

fn update_sprites()
// Our stack index into OAM:
Expand Down

0 comments on commit 174a3ef

Please sign in to comment.