Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Thu Mar 28, 2024 8:58 am

All times are UTC - 8 hours [ DST ]


Forum rules





Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sat Jun 09, 2007 8:43 pm 
This game uses the Zelda Keycode

By Viper

Activator 1 P1
D0014DC4 00??
Activator 2 P1
D0014DC5 00??
Dual Activator P1
D1014DC4 ????
Activator 1 P2
D0014DCC 00??
Activator 2 P2
D0014DCD 00??
Dual Activator P2
D1014DCC ????
Activator 1 P3
D0014DD4 00??
Activator 2 P3
D0014DD5 00??
Dual Activator P3
D1014DD4 ????
Activator 1 P4
D0014DDC 00??
Activator 2 P4
D0014DDD 00??
Dual Activator P4
D1014DDC ????
Activator 1 P1 #2
D07ECD10 00??
Activator 2 P1 #2
D07ECD11 00??
Dual Activator P1 #2
D17ECD10 ????
Activator 1 P2 #2
D07ECD16 00??
Activator 2 P2 #2
D07ECD17 00??
Dual Activator P2 #2
D17ECD16 ????
Activator 1 P3 #2
D07ECD1C 00??
Activator 2 P3 #2
D07ECD1D 00??
Dual Activator P3 #2
D17ECD1C ????
Activator 1 P4 #2
D07ECD22 00??
Activator 2 P4 #2
D07ECD23 00??
Dual Activator P4 #2
D17ECD22 ????
Activator 1 P1 #3
D07ECD58 00??
Activator 2 P1 #3
D07ECD59 00??
Dual Activator P1 #3
D17ECD58 ????
Activator 1 P1 #4
D07ECD60 00??
Activator 2 P1 #4
D07ECD61 00??
Dual Activator P1 #4
D17ECD60 ????
Control Stick Activator 1 P1
D0014DC6 00??
Control Stick Activator 2 P1
D0014DC7 00??
Dual Control Stick Activator P1
D1014DC6 ????
Control Stick Activator 1 P2
D0014DCE 00??
Control Stick Activator 2 P2
D0014DCF 00??
Dual Control Stick Activator P2
D1014DCE ????
Control Stick Activator 1 P3
D0014DD6 00??
Control Stick Activator 2 P3
D0014DD7 00??
Dual Control Stick Activator P3
D1014DD6 ????
Control Stick Activator 1 P4
D0014DDE 00??
Control Stick Activator 2 P4
D0014DDF 00??
Dual Control Stick Activator P4
D1014DDE ????
Control Stick Activator 1 P1 #2
D07ECD12 00??
Control Stick Activator 2 P1 #2
D07ECD13 00??
Dual Control Stick Activator P1 #2
D17ECD12 ????
Control Stick Activator 1 P2 #2
D07ECD18 00??
Control Stick Activator 2 P2 #2
D07ECD19 00??
Dual Control Stick Activator P2 #2
D17ECD18 ????
Control Stick Activator 1 P3 #2
D07ECD1E 00??
Control Stick Activator 2 P3 #2
D07ECD1F 00??
Dual Control Stick Activator P3 #2
D17ECD1E ????
Control Stick Activator 1 P4 #2
D07ECD24 00??
Control Stick Activator 2 P4 #2
D07ECD25 00??
Dual Control Stick Activator P4 #2
D17ECD24 ????
Control Stick Activator 1 P1 #3
D07ECD5A 00??
Control Stick Activator 2 P1 #3
D07ECD5B 00??
Dual Control Stick Activator P1 #3
D17ECD5A ????
Control Stick Activator 1 P1 #4
D07ECD62 00??
Control Stick Activator 2 P1 #4
D07ECD63 00??
Dual Control Stick Activator P1 #4
D17ECD62 ????


Top
  
Reply with quote  
PostPosted: Mon Dec 13, 2010 12:24 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
I do not know if the code at these addresses is always there, but I would be surprised if it wasn't. This information was determined by attaching Cheat Engine to Project 64 because this game doesn't run in Nemu for me (or anyone? I don't know!):

These read Y positions:

0x806319A4
Affects where character is rendered (outside of water at least)
0x80665FD4
Affects where character is rendered
(twitching occurs if NOP'd but otherwise it is an invisibility code)
0x80722348
Shading related
0x806313AC
Better invisibility code if NOP'd
(works during dying, but does not work on things like attached jet pack)
0x8072EB4C
THIS is a make shift "use jet pack anywhere" code if NOP'd.
It could use some work, but it gets the job done.
HOWEVER NOP'ing this instruction also makes it impossible to use doors, at least as intended.
0x80624548
Affects camera
0x80806314
How is this address possible to write to/read from?

About the "Jet Pack Anywhere" hack - my plans were to log the return addresses of the function that instruction was found in and determine which calling function was the one which should be modified so that doors could be used while retaining the effects of the hack, which since it simply works by giving the game garbage data to work with for your Y position could still potentially fail to work.

As for the weird address, I think I raise a valid question...how the fuck is the game reading from (and writing to?) 0x80806314?

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Mon Aug 01, 2011 8:36 am 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
Code:
8168B254 2400

The above code lets you use your jet pack, Rambi and Enguarde anywhere. Anytime you would lose the power up, hear K. Rool laugh and see a "(/)" over the screen, this code will prevent that and let you keep the power up instead, but apparently only for those 3 (the animals and the jet pack).

Code:
8168B498 2400

This code lets you keep Tiny, Donkey and Chunky Kong's abilities through barriers similarly.

Video of both codes.

_________________
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 181 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group