mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Updated Newly Identified Fields (markdown)
@@ -15,6 +15,6 @@ game flag 0x20h is a check for the tree height. 68b9b7 checks for this, and if s
|
||||
|
||||
0x0138B616 is a store for `i`, which increments from 0 to MAX_RIDES in the update_ride_measurements function. i is stored and then retrieved after some work is done in that register
|
||||
|
||||
97E050 is a jump table where excitement gets set for different types of rides. Not sure how things are indexed into the jump table, but every subroutine from there ends up setting excitement near the bottom - see calls to edi+140h, edi+142h, edi+144h near the bottom of every subroutine there.
|
||||
97E050 is a jump table where excitement gets set for different types of rides. The jump table corresponds to the list of ride types here: http://freerct.github.io/RCTTechDepot-Archive/rideCodes.html, but seems to end at 0x4f, where the ride type list goes to 0x5a. but every subroutine from there ends up setting excitement near the bottom - see calls to edi+140h, edi+142h, edi+144h near the bottom of every subroutine there.
|
||||
|
||||
13628f9 is a way to index into the rides array at the ride subtype, and so on, and so forth with the other indexes there. 0x01362941 is a way to index and get the ride status
|
||||
Reference in New Issue
Block a user