Commit Graph

142 Commits

Author SHA1 Message Date
cdbda98f23 word chime
also fix end of zonk 1
2024-02-18 22:44:18 -08:00
1aef8a5c51 bad splashy sounds
also simplify psound
2024-02-18 22:38:33 -08:00
979e093e6d consent and start game beeps 2024-02-18 21:15:17 -08:00
c34208225b this notably improves compression 2024-02-18 20:59:45 -08:00
55fdc61868 fix splash, boot chime parody
deliberately not a gb chime, it's a call-forward to a sound I use elsewhere
2024-02-18 20:57:55 -08:00
d1d937e411 many abbreviations
saves 80 bytes
2024-02-18 20:11:50 -08:00
15d2ede2f6 rename update to u
saves 14 chars
2024-02-18 19:46:34 -08:00
bece54a09f inline wordsets, remove optional csv-ing, arcade 3 2024-02-18 19:29:55 -08:00
45f94ed9b8 confirm-but-don't-advance sounds weird without reverb 2024-02-18 12:55:50 -08:00
50c0fb47c0 fix autoconfirm rest, make breath bloops zonky 2024-02-18 12:55:03 -08:00
bd03f0ad5c suppress next-pane sound on autoconfirm
if the sound was whooshier I'd keep it in the autoadvancing breathers,
but it's a computerized bloop and I can't make it whooshy, so now I
am distinctly recognizing autoconfirm so I can suppress it. yay
2024-02-18 12:38:52 -08:00
14e4f5f5ed abbreviate "center" as "c"
saving a grand total of 24 compressed bytes. yaaaay
2024-02-18 12:35:20 -08:00
26a2752b73 fix missing text box placement 2024-02-18 12:32:40 -08:00
4a31be9837 reverb, not distort 2024-02-18 12:24:57 -08:00
2bd46a29e4 zonk bleeps 2024-02-18 12:23:14 -08:00
0fa889356d text bleeps and psound improvements - not enabled yet 2024-02-18 12:12:54 -08:00
54385ed211 usplit is also unused 2024-02-18 02:17:49 -08:00
19983db995 fix "WIDE AWAKE!" centering 2024-02-18 02:05:56 -08:00
3d9fd1f439 when I inlined next_row I forgot to delete it 2024-02-18 02:00:33 -08:00
94e2d99feb trim out weak writing
I'm going to have to minify to hit the compressed token limit anyway,
so I intend to be aggressive about trimming out things that seem like
they aren't accomplishing much.
2024-02-18 01:53:30 -08:00
dcb53b93cd zonk script stage 2 - convincer, safety, basic TF 2024-02-18 01:33:47 -08:00
0597ee6860 psound -- priority-aware channel-3-only sfx playback 2024-02-17 23:30:45 -08:00
8d24c6a0a9 fix pattern breaking 2024-02-16 19:46:37 -08:00
2e7fbb9fd4 fix bad y offset after file change
carryover from the original y-position bug
2024-02-16 19:28:02 -08:00
96a76b1620 mild rewrite, centering 2024-02-16 19:26:40 -08:00
c7f3552d9f minor orca animation changes 2024-02-16 19:23:09 -08:00
f4459ded0d fix mild display bugs
also improves the throbber
2024-02-16 19:06:42 -08:00
37d39dc6b8 transition into the stage less abruptly 2024-02-16 18:34:35 -08:00
3de43bf2ea mild vibe adjustments 2024-02-16 18:08:15 -08:00
f4e102009c fix dist/wait confusion; slow end of sentence 2024-02-16 18:01:29 -08:00
a9f93cb8f5 fix scripting bugs 2024-02-16 18:00:45 -08:00
8d1b1da458 text segment 2: induction 2024-02-16 17:43:58 -08:00
0dd7f03f2c fix off-center text block 2024-02-12 23:14:31 -08:00
9b121ba7f0 add a level after induction, also using the basic word set
not sure about level length, will tweak later
2024-02-12 23:13:41 -08:00
964714e67f tinker with display timings, use keyboard button names
The "X button" and "O button" characters look really awful in Monogram
with the shadow treatment I'm giving them, so let's not.
2024-02-12 23:12:23 -08:00
0f30f5baf6 intro text 2024-02-12 23:05:03 -08:00
87d2f5634a not using wave offset, remove it 2024-02-11 23:41:51 -08:00
07ea9b405a delete old fast awakener placeholder
this compressed notably badly too!
2024-02-11 23:40:19 -08:00
f91fc76b1d evict very long palette info comment to text file
trying to get compressed space back!
2024-02-11 23:37:58 -08:00
4466a04340 adjust stuff to compress better 2024-02-11 23:34:10 -08:00
5a3ee678db text entry speed being affected by word length actually feels bad 2024-02-11 23:31:18 -08:00
356ef82817 trim comments, shorten things that compress badly 2024-02-11 23:19:18 -08:00
7a2b0f022b I am not likely to use global functions from the parser 2024-02-11 23:08:45 -08:00
9a5a1fba3c remove unused locals
the "harder" params to the splash draw functions will be used to pick sfx
2024-02-11 21:46:46 -08:00
0c083fb0fb remove unnecessary clip window workaround.
also fixes a bug in the ending call
2024-02-11 21:37:45 -08:00
0bf07e1558 remove gratuitous comments and unused view clip 2024-02-11 21:31:51 -08:00
7be4792771 end-of-game screen 2024-02-11 21:26:41 -08:00
2ed036efc0 implement safeword 2024-02-11 19:47:18 -08:00
ab370c9489 add "awaken now" to menu 2024-02-11 18:35:27 -08:00
d4b1dc4c35 it's implemented, normal awakener is now not the first thing 2024-02-11 18:33:08 -08:00