05-26-2022, 07:18 AM
https://www.youtube.com/watch?v=b-TzeTd6yAg
I don't want to make the jump effect appear all the time like this video.
In other words, I don't like the state where jumps continue endlessly.
The game is set so that you can only jump once in the air, so I'd like to change that, but I have no idea how to find the address.
Even if you search for a value with 0 or 1, there are countless numbers and it is very impossible.
What I want is code that allows you to jump anywhere, anytime, once.
So I thought I could jump infinitely if I jumped and then returned to the state before the jump.
However, when I executed the command to return the value immediately after jumping and before jumping, the effect when jumping disappeared or did not jump. (I don't have this because I erased the code)
And after trying various things, I made a code that returns to the state before jumping when using a star (a code that allows you to jump again if you use a star after jumping)
NTSC-U
04579A8C 5400002E
NTSC-J
0457FC70 5400002E
I used auto porter because I usually use NTSC-J. Maybe it's ported properly.
Cleared the value added when jumping with the rlwinm command.
I gave up about a month ago, but I still want to make it.
You know I've been to this site an unusual number of times. I am embarrassed.
I may not be able to make it with my ability.
It may be easy to make for the talented people who are here
at the head of Vega.
I saw a lot of incomprehensible and difficult code here
Would you please make it?
If it ’s impossible, it ’s okay.
Then I will give up completely.
I don't want to make the jump effect appear all the time like this video.
In other words, I don't like the state where jumps continue endlessly.
The game is set so that you can only jump once in the air, so I'd like to change that, but I have no idea how to find the address.
Even if you search for a value with 0 or 1, there are countless numbers and it is very impossible.
What I want is code that allows you to jump anywhere, anytime, once.
So I thought I could jump infinitely if I jumped and then returned to the state before the jump.
However, when I executed the command to return the value immediately after jumping and before jumping, the effect when jumping disappeared or did not jump. (I don't have this because I erased the code)
And after trying various things, I made a code that returns to the state before jumping when using a star (a code that allows you to jump again if you use a star after jumping)
NTSC-U
04579A8C 5400002E
NTSC-J
0457FC70 5400002E
I used auto porter because I usually use NTSC-J. Maybe it's ported properly.
Cleared the value added when jumping with the rlwinm command.
I gave up about a month ago, but I still want to make it.
You know I've been to this site an unusual number of times. I am embarrassed.
I may not be able to make it with my ability.
It may be easy to make for the talented people who are here
at the head of Vega.
I saw a lot of incomprehensible and difficult code here
Would you please make it?
If it ’s impossible, it ’s okay.
Then I will give up completely.