-
Posts
5,285 -
Joined
-
Last visited
Everything posted by Spider
-
Its the start of the higher memory area aka 32768 up (uncontended) but I don't really know the specifics other than lower memory timing is 'shared'. This is why things like special funky loaders have to live in higher (uncontended) memory so they can guarantee they will be 'active' when tape data is arriving.
-
The idea I had of that was to simply move it down to where it was reachable :) rather than move it elsewhere. I remember a discussion about where it could live if the same co-ordinates were kept and there were not a lot of sensible places.
-
I think that was a 'quick fix' a bit like moving the 'invisible' object from First Landing to The Hall (as its still invisible)
-
That looks good. :) I spent quite a bit of time originally comparing various platforms 'layout' of this (in both JSW1 and JSW2) 'back then' to decide how / what to do with the 'Bug Fixed' version.
-
Done. 'Contributors' should not have mod queue though :unsure: in that area. Its only 'checked' in advance as its mainly for external links, its only meant to effect regular 'members' not trusted groups. I'll take a look at that tomorrow. Fixed :)
-
Great thank you! :D
-
As they say "all good things come to those who wait" :)
-
That's very useful to know. :) It also explains my thoughts about it only being even numbers, but I see now it has to be divisible properly its not just even. :)
-
The carry flag is cleared I think. I could be wrong but something tells me this tend to work um 'better' if an even value instead of an odd (use say 192 or 194 instead of 193) one. http://z80-heaven.wikidot.com/instructions-set:and and also http://z80-heaven.wikidot.com/flags-and-bit-level-instructions#toc7 I think its operating on its actual 'binary' value ie the eight bits rather than the 'sum' itself. :unsure:
-
I think ( ? ) that one was originally put as 'make walls act as a lift, sucked up walls' or suchlike. It was not terribly reliable though unfortunately and you could suddenly fall through a floor for instance too it seemed. Mine (I'm not blowing my own trumpet honest!) does seem to work reasonably well, it does not always work I'll admit for climbing at least but you can pass through walls and usually climb them, if you get stuck simply move a fraction left or right and re-try jumping.
-
Great. :)
-
I don't want to derail the topic but there was the 'Rope Height' bug too IIRC. I was not sure if you'd decided on a suitable value for it (seemed the easy and least messy way of 'fixing') or something else. :)
-
This is the 'fix' of the check for his head being in the way of an earth cell when moving/jumping yes ? :)
-
It might not tested. :) 255 / #FF is very slow though I think ? :unsure:
-
OK sorted this, not quite as I wanted but... 35680 LD BC,3 Init duration delay counter Change BC value to 255 As that screws the sound up a bit ( ! ) you need to disable it: 35683, 35684, both 0 to remove the OUT (254) , A instruction. Summary: POKE 35681,255 or #8B61,#FF POKE 35683,0 or #8B63,#00 POKE 35684,0 or #8B64,#00 Adjust 35681 / #8B61 to adjust the um, 'speed' Toggling in game music on / off will turn this effect on or off. It only slows down when the in game music is "playing" (although you cannot hear it) Jumping sound not effected. :)
-
I tried a few methods, mainly a call at 35343 to 65000 so I could safely have enough space to put some code but I could not get it to work properly even when preserving the registers: org 65000 MAIN: ld c, 3 looper2: ld b, 127 looper: push bc ld hl, 0 ld de, 1 ld (hl), b ld bc, 767 ldir ld a, 5 loopy halt djnz loopy pop bc djnz looper dec c jr nz, looper2 ret hmm :unsure:
-
Emulators will usually run at about 60% without issue, any slower and you get odd effects. The one sensible place I guess would be 35343 (remove the jump there) and then you have a few bytes available. Let me take a look at this later if you are not able to come up with anything.
-
I've always judged CALL as 'GOSUB' and 'JP' as 'GOTO' :) as there is no RET 'RETURN' from a 'GOTO/JP'
-
You can edit the title by clicking 'Use Full Editor' when you edit it. :) Ensure it is the first post in the topic you are editing if you want to change the title of it. Just tell me if you want any deleting or merging together, or click 'report' and tell me there.
-
It should (in theory) although I've not tried it. It will *only* work if you can get an original unaltered version as the ones that were erm "modified" have this removed or overwritten afaik. :)
-
They are 'treated' the same as Water cells usually :) At least as far as I read the code regarding "passing through things"
-
Yes useful for non standard games. :) An alternative would be to make a few 'gaps' where appropriate. Screens such as 'The Vat' might need more work though. :)
-
I've not checked, but it (could) cause problems for instance Central Cavern you'd not be able to get down from the top platform if nothing was crumbly :D
-
[File] Jet Set Willy: The Nightmare Edition
Spider replied to Spider's topic in Download Discussions
Regarding Danny's post above, I'd agree. :) Congrats from me too. I think I can say if you enjoyed playing it half as much as we did constructing it we've done well. :D -
:) Not just yet. There will be soon though but I have slightly limited online time at the moment so it may be a couple of weeks (unfortunately) I use it quite a lot so I tend to fall from platforms (East Wall etc) quite a lot :( :D