1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Updated Newly Identified Fields (markdown)

Kevin Burke
2014-05-17 20:39:17 -07:00
parent 01840967e7
commit 2a7f1a811f

@@ -11,4 +11,6 @@ The following is a list of fields and addresses whose meaning has been identifie
dword_1358830 seems to store the upper boundary of the map? sub_68B93A checks whether coordinates ax and cx are on or off of the map and errors if they are.
game flag 0x20h is a check for the tree height. 68b9b7 checks for this, and if so, rides can't be taller than 0x12 units, of something.
game flag 0x20h is a check for the tree height. 68b9b7 checks for this, and if so, rides can't be taller than 0x12 units, of something.
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