Compare commits
No commits in common. "2cc5be0297dc737986c8dbb31dd4e9b7f8c7112e" and "9fa81ccb384e6ef3cc180edbf998e77d98445af9" have entirely different histories.
2cc5be0297
...
9fa81ccb38
2 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,6 @@
|
|||
#INCLUDE <c64start.c65>
|
||||
#INCLUDE <c64defs.c65>
|
||||
|
||||
#PRAGMA _P_USE_IMMUTABLE_CODE 1
|
||||
#PRAGMA _P_REMOVE_UNUSED 1
|
||||
|
||||
//#DEFINE MOUSE_NO_SMOOTHING 1
|
||||
|
||||
// Enable test game setups (comment out for release build)
|
||||
|
|
|
|||
|
|
@ -530,6 +530,7 @@ FEND
|
|||
// ============================================================================
|
||||
FUNC render_pile_by_id({BYTE pile_id})
|
||||
WORD pile_ptr @ $92
|
||||
WORD screen_offset
|
||||
|
||||
pile_id_to_pointer(pile_id, pile_ptr)
|
||||
IF pile_ptr == 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue