Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wrulfy committed Apr 26, 2023
1 parent 4de94c9 commit 91b4202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gfx/tilesets.o

carminered_obj := $(rom_obj:.o=_red.o)
#pokeblue_obj := $(rom_obj:.o=_blue.o)
pokeblue_debug_obj := $(rom_obj:.o=_blue_debug.o)
#pokeblue_debug_obj := $(rom_obj:.o=_blue_debug.o)

### Build tools

Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**v1.0.1**

Fixed sleep lasting exactly 3 turns, now it last 1 to 3 turns (plus the turn where you wake up)
Fixed the game corner's floor coins giving an unintended large amount of coins

______________________

Expand Down

0 comments on commit 91b4202

Please sign in to comment.