From c6f9e03cbeb4f2a4aa14a53b4b0762cd56b1fbf4 Mon Sep 17 00:00:00 2001 From: d_m Date: Sun, 28 Jul 2024 00:40:03 -0400 Subject: [PATCH] only dump state on return key --- README.md | 4 ++++ kodiak.rom | Bin 10923 -> 10933 bytes kodiak.tal | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) 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 001fb940a6c278cf07ce96f9a2f82e1b016a9e20..8176869d1b12e09cbb8d95e79df237ed29495f13 100644 GIT binary patch delta 265 zcmZ1-x;1oy0^`z+iY1JUlP6DO^kbCR{FHGiBjf$a-OSP=Hxd{G9N2a`hRNQ=(MU#cMp;@efms5d( zCE@$AoXL!ws*I+S)j1usO&2gSSTyLEH}od_UzpP%2GS`57i>%T-vbroF`Yb#(^JOO zVgbVei~NNDyA&80a~3ctSmY=rE#NT)u_niIi8INVP8Q&jWHq$}8Z%js%N=M>8CR*6 vp{eZx9z)X{AYr1`5MXb&fXCQG4J4%2z-Vu$qSnA{Z)XP-Fy1W6Jxv|}0G3Uy delta 270 zcmdlQx;k`%0^{tBiY1JUos*|A`Z4lte#*F%k@4!}Zf0qba|sLr4s08l99VBQ*vlj^ zFgvi>P2R45%;ebVc!v9?g z42(Go7!)jWl#&(zCI52D$ZIcPX0Wix2Z~x*tOps|mhkUY!v7Yayd}`o$rfDhKx-Sg xO10EYZ5QyUo8|xs6Sal_d%FcZnkH%>A+-iZdpi}i24;IZJD`B(W_j*u@&M&nQ-}Zn 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^ )