diff --git a/kfest2018/COMPILED.BIN b/kfest2018/COMPILED.BIN index 89d4096..4e4e923 100644 Binary files a/kfest2018/COMPILED.BIN and b/kfest2018/COMPILED.BIN differ diff --git a/kfest2018/FASTEST.BIN b/kfest2018/FASTEST.BIN index 2bfc311..abf0c2b 100644 Binary files a/kfest2018/FASTEST.BIN and b/kfest2018/FASTEST.BIN differ diff --git a/kfest2018/NORMAL.BIN b/kfest2018/NORMAL.BIN index 49c2f73..d9508d1 100644 Binary files a/kfest2018/NORMAL.BIN and b/kfest2018/NORMAL.BIN differ diff --git a/kfest2018/NORMALAL31.BIN b/kfest2018/NORMALAL31.BIN index 8d3af5a..d91cfbf 100644 Binary files a/kfest2018/NORMALAL31.BIN and b/kfest2018/NORMALAL31.BIN differ diff --git a/kfest2018/NORMALINCFONT.BIN b/kfest2018/NORMALINCFONT.BIN index 05b546b..3c9b789 100644 Binary files a/kfest2018/NORMALINCFONT.BIN and b/kfest2018/NORMALINCFONT.BIN differ diff --git a/kfest2018/NORMALSMC.BIN b/kfest2018/NORMALSMC.BIN index e5445e3..8a9e46a 100644 Binary files a/kfest2018/NORMALSMC.BIN and b/kfest2018/NORMALSMC.BIN differ diff --git a/kfest2018/driver.s b/kfest2018/driver.s index 3d1ce3e..60df2e9 100644 --- a/kfest2018/driver.s +++ b/kfest2018/driver.s @@ -1,11 +1,15 @@ - *= $00bf + *= $0006 FIRST_CHAR_OF_SCREEN .ds 1 FIRST_CHAR_OF_LINE .ds 1 CURRENT_CHAR .ds 1 FRAME_COUNT .ds 1 + + *= $00eb hgr_ptr .ds 2 font_ptr .ds 2 + + *= $00fa scratch_0 .ds 1 scratch_x .ds 1 scratch_y .ds 1