Jump to content
IGNORED

Berzerk - Exterminate ! Exterminate! Exterminate !


Kirmo

Recommended Posts

Has promise, the Dalek animation is nicely down. However, you've got a couple glitches that need to be fixed.

 

1) The daleks sometimes shoot themselves when firing left/right, so their initial shot position needs to be tweaked. If you look at the source you can see a couple tables that should help fix that:

 

InitRobotMissileYOffset
  .byte 0						  ; not moving
  .byte 7						  ; missile traveling right
  .byte 7						  ; missile traveling left
  .byte 0						  ; left and right (IMPOSSIBLE)
  .byte 6						  ; missile traveling south
  .byte 6						  ; south and right
  .byte 0						  ; south and left
  .byte 0						  ; south and left and right (IMPOSSIBLE)
  .byte 1						  ; missile traveling north
  .byte 6						  ; north and right
  .byte 0						  ; north and left
  
InitRobotMissileXOffset
  .byte 3						  ; not moving
  .byte 9						  ; traveling right
  .byte 3						  ; traveling left
  .byte 3						  ; left and right (IMPOSSIBLE)
  .byte 4						  ; traveling south
  .byte 10						 ; south and right
  .byte 3						  ; south and left
  .byte 3						  ; south and left and right (IMPOSSIBLE)
  .byte 4						  ; traveling north
  .byte 3						  ; north and right
  .byte 3						  ; north and left

 

They start at FC91 and FC9C in your ROM. I'd start by changing the 9 to 10 for "traveling right", as well as 3 to 2 for "traveling left". If that doesn't fix it then try 11 and 1 and so on. If your hack tool is using HEX then use 0a for 10, 0b for 11. While I doubt you'll need it, -1 is the same as 255, or if you need to use HEX then use FF. -2 = 254 = FE.

 

Also the cyberman graphic "bleeds" 3 lines down the screen. The 3 lines will destroy any daleks they come in contact with.

 

post-3056-0-41602400-1335985585_thumb.png

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...