diff --git a/README.md b/README.md index 7845aec..9f514f6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ lower screen resolution, such as the Nintendo DS. That isn't a question. (Also, sorry!) +**Why did a bunch of weird numbers appeared in the console?** + +Currently hitting *Return* will dump the internal state of the game for debugging purposes. This produces a lot of output but doesn't otherwise affect the game. + **Will you add support for my preferred solitaire variant?** Probably not, but maybe. diff --git a/kodiak.rom b/kodiak.rom index 001fb94..8176869 100644 Binary files a/kodiak.rom and b/kodiak.rom differ diff --git a/kodiak.tal b/kodiak.tal index a9e1d18..25fa22e 100644 --- a/kodiak.tal +++ b/kodiak.tal @@ -5,7 +5,7 @@ ( * automatically moving safe cards to foundation? ) ( * music? ) ( * save game file? stats? ) -( * animations? ) +( * animations? flash stock when clicked? ) ( * moving/drawing near boundaries is weird ) ( * sometimes movement feels stutter-y ) @@ -578,7 +578,7 @@ &start POP !draw-cards ) @on-press ( -> ) - dump-state + .Controller/key DEI #0d NEQ ?{ dump-state JMP2r } JMP2r ( .Controller/button DEI ( button^ ) .prev/button LDZ #ff EOR AND ( press^ )