AdvSkel65 progress report but bug still there

2 posts / 0 new
Last post
Offline
Last seen: 1 day 17 hours ago
Joined: Nov 12 2022 - 16:50
Posts: 201
AdvSkel65 progress report but bug still there

Hi!  I just replaced the version of printtok used with AdvSkel65's no hidden memory C64 port with a newer version of printtok, disabled some at-first-unneeded code and bought .11k.  I need to continue upgrading AdvSkel65 now.  But the bug is still there.  :(  BTW, I am using an old version with Smir 3, 1.  It's going to take a lot of effort to upgrade Smir 3, 1, as the whole mechanism with handling tokens changed.  :(  Now, tokens are in the range 0x80-0xFF, while in older versions, some tokens start with a '%' and are followed by a letter or a number.  I'm using Notepad++ on a Win11/64 laptop at home and a Win7/64 one at a day program.  Is there a quick way to do this?  I can use the Search and Replace feature but am worried about messing up calculations using '%', as the code to display the player's money uses the % operator.

Offline
Last seen: 1 day 17 hours ago
Joined: Nov 12 2022 - 16:50
Posts: 201
I removed unneccesary support

I removed unneccesary support from printtok and tokenized some strings and cut the no-hidden-memory C64 version from (I believe) 3.13k to 2.97k.  :)

Log in or register to post comments