Help with Gateshark conditions and other formulas

Nojtuag

Well-Known Member
OP
Newcomer
Joined
Jun 1, 2020
Messages
45
Trophies
0
Age
43
XP
215
Country
United States
I need some Gateshark Guru to help with these questions. The code works, but only works at the stage selection screen. If it moves away from this screen then the code no longer works.

Let's play with Kirby Triple Deluxe

Here's the code from the database:
Code:
[99 Lives]
D3000000 10000000
24000088 00000063

Link to the structure

If we look at D3 structure:
0xD3D3000000YYYYYYYYSets the offset to YYYYYYYY


This makes no sense at all. So we're setting the offset which is 24000088 to 10000000 which that should equal to 34000088?

Questions:
1. Besides, this code only triggers if you're at the stage selection where you can walk back between stages. How do we make it so that it stays infinitive regardless which screen you're on?
2. 0xC = Repeat the following block YYYYYYYY times; which value would indicate an infinite loop? 00000000? How would we use it to do the loops?
3. How does the button trigger code works?
0xDDDD000000YYYYYYYYGATEWAY ONLY: Activates with the button code YYYYYYYY


I tried:
[Press A to activate the code]
DD000000 00000001
24000088 00000063

or

DD000000 00000001
D3000000 10000000
24000088 00000063

4. Would it be possible to set a condition to reactivate the codes every 3 seconds since 0xD0 = Ends the last conditional block?
 

Nojtuag

Well-Known Member
OP
Newcomer
Joined
Jun 1, 2020
Messages
45
Trophies
0
Age
43
XP
215
Country
United States
nvm; I think I know how the code works... took me awhile, but I did it :D

[Press A to gain 99 stars each time you collects]

DD000000 00000001 //joker command - press A (Enable this code only if you want to enable button press for the action to happen)

C0000000 FFFFFFFF - //loop how many times; All 'F' means Infinite.

D3000000 10000000 - Increase offset by YYYYYYYYY

25AA5EC0 00000063 - Offsets + value

D0000000 00000000 - Stop loop once once loop value reached (I believe this line can be remove, but I keep it just incase game crashes)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: im back