colission hex data
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
colission hex data
where is the hex address that affects the bouncing distance from a bumper?
wizzrobemaster- Ganon
- Since : 2015-01-04
Re: colission hex data
Again: check qwerty modos link to MoN's documentation and check:
Zelda_3_RAM.log
Here you find the following entries, which you only need to trace in Geiger, where the hex origin is in the rom (pixels added/substracted from current position).
Zelda_3_RAM.log
Here you find the following entries, which you only need to trace in Geiger, where the hex origin is in the rom (pixels added/substracted from current position).
$20[0x02] - (Player)
Link's Y-Coordinate (mirrored at $0FC4)
$22[0x02] - (Player)
Link's X-Coordinate (mirrored at $0FC2)
Conn- Since : 2013-06-30
Re: colission hex data
I figured there was going to be two directions. when i edited Link's movement, diagonal speed was unaffected.
wizzrobemaster- Ganon
- Since : 2015-01-04
Re: colission hex data
The speed movement is a different algorithm of course, but the results will be sent eventually to the coordinate, $20 and $22 as well.
This may help for diagonal speed
https://www.zeldix.net/t862-adjust-speed-in-dependence-of-an-item
This may help for diagonal speed
https://www.zeldix.net/t862-adjust-speed-in-dependence-of-an-item
So snes adress 87e228 is diagonal speed. I do not have lunar address on my mobile but am sure you can calculate corresponding pc address yourself
Speed table starts at
$87E227,x
; increase speed if you have the Book Mudora equipped
; find the adjustable table at the end of this code
; db (0) $18: - Horizontal and vertical walking speed (Default = 18)
; db (1) $10 - Diagonal walking speed (Default = 10)
; db (2) $0a - Stairs walking speed (Default = 0A)
; db (0c) $14 - walking through heavy grass speed (also shallow water) (Default = 14)
; db (0d) $0d - walking diagonally through heavy grass speed (also shallow water) (Default = 0D)
; db (10) $40 - Pegasus boots speed (Default = 40)
Conn- Since : 2013-06-30
Re: colission hex data
I looked up the values on the compendium. unfortunately some of the values are unknown as to what they change. as for Geiger, is Zophar safe to download from it or is there a better side to get it?
wizzrobemaster- Ganon
- Since : 2015-01-04
Similar topics
» Zelda 1 Hex data
» Overworld Holes Data
» enemy sprite data
» Karkat's randomizer data
» Transfer sprite hex data Asm
» Overworld Holes Data
» enemy sprite data
» Karkat's randomizer data
» Transfer sprite hex data Asm
Zeldix :: Zelda III Hacking :: Requests
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum