Compare commits

...

2 commits

2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,9 @@
#INCLUDE <c64start.c65> #INCLUDE <c64start.c65>
#INCLUDE <c64defs.c65> #INCLUDE <c64defs.c65>
#PRAGMA _P_USE_IMMUTABLE_CODE 1
#PRAGMA _P_REMOVE_UNUSED 1
//#DEFINE MOUSE_NO_SMOOTHING 1 //#DEFINE MOUSE_NO_SMOOTHING 1
// Enable test game setups (comment out for release build) // Enable test game setups (comment out for release build)

View file

@ -530,7 +530,6 @@ FEND
// ============================================================================ // ============================================================================
FUNC render_pile_by_id({BYTE pile_id}) FUNC render_pile_by_id({BYTE pile_id})
WORD pile_ptr @ $92 WORD pile_ptr @ $92
WORD screen_offset
pile_id_to_pointer(pile_id, pile_ptr) pile_id_to_pointer(pile_id, pile_ptr)
IF pile_ptr == 0 IF pile_ptr == 0