so i have a problem for pokemon snap (TID:0100F4300BF2C000 BID:B8301424493B656B)
i found the distance travel address for the neo-one here:
Code:
580F0000 01317E78
580F1000 00000048
580F1000 00000028
580F1000 00000028
780F0000 00000070
this was my "hold in place" code:
Code:
[R to hold in place]
80000080
580F0000 01317E78
580F1000 00000048
580F1000 00000028
580F1000 00000028
780F0000 00000070
989EF000
540E1000 00000000
941EE100 XXXXXXXX
A4EF0000
20000000
its in float, but i cant figure out a way to lock it without
a specific value. i tried to use AMS math codetypes, but the subtraction value appears to differ each launch. by that i mean, one launch the subtraction value was around 4000, then another launch it was around 6000.
some quick notes:
address is the current distance on the track.
address+4 is the total "traveled distance" (which i dont know if the game has a check for <if total distance == course distance then end level>)
address+C appears to be a backup of address as its the same value as address