Jump to content
IGNORED

Track & Field PAL60 hack?


Retrofan

Recommended Posts

Completed. I also seperated the player colors from all others (and from each other). Not sure what "face" was, tho (the javalin?). A color shift might crop up in events of those types...I suck royally at this game.

 

Keep in mind that the color chosen for legs/torso, etc is shared with onscreen obstacles at the same scanline heights...such as hurdles...because they are made out of missile sprites.

 

 

Binary+Disassembly:

Track_Field_PAL60_.zip

Link to comment
Share on other sites

It was trivial to convert the colors in this game after it was disassembled, as everything is loaded either in immediate mode (i.e. #$xx color values existing right near the "COLU" store instructions), or using only 2 indirect pointers (most largish games have more). One thing I wasn't sure about was the javelin and hammer events, since they use independant objects. Give a yell if either of them are discolored when thrown and I'll continue searching.

Link to comment
Share on other sites

Found an easy way to increase speed (cheat)...

 

LB3B2:
   lda	#$B7				   ;2
   sta	$82					;3
   sta	$84					;3
   lda	LB7CD,Y				;4
   sta	$81					;3
   lda	LB7D5,Y				;4
   sta	$83					;3
   lda	$8D					;3
   jsr	LBC2D				  ;6
   tay						   ;2
   lda	($83),Y				;5
   clc						   ;2
   ldy	$8E					;3
   adc	($81),Y				;5
   adc	$C4,X				  ;4
   sta	$C4,X				  ;4
   lda	$C2,X				  ;4
;;	   adc	#$00				   ;2
   adc	#$01				   ;2 <- faster speed

 

Turns out that the javelin (FACE) color and disc color are correct in the conversion 8)

 

 

Note about the above...

The speed increase bumps up the default speed automatically for BOTH players on every frame (so you'd want to run it with a slowdown in effect...say, -r10 for Z26). Pity that the game doesn't allow more than 99.99 meters for distance, since they are BCD counters that roll over :(

 

< threw a javelin 290+ meters

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...