This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 
                    mario_golf:resource_table [2018/04/21 16:49] miles created  | 
                
                    mario_golf:resource_table [2023/11/22 03:15] (current) hesher [Player Data]  | 
            ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| * [[mario_golf:height_data_info]] | * [[mario_golf:height_data_info]] | ||
| - | ====== ====== Temporary Notes ====== ====== | + | ====== ====== Temporary Notes ============ | 
| Here's some notes about the level data that aren't 100% verified or tested, but should be fairly close to the truth. | Here's some notes about the level data that aren't 100% verified or tested, but should be fairly close to the truth. | ||
| + | ====== Player Data ====== | ||
| + | |||
| + | These are the addresses that hold the current shot data of the player. Updates in real time. | ||
| + | It is assumed that these values are added/subtracted to the values of the club data stored on the ROM. | ||
| + | |||
| + | <code> | ||
| + | 80227150 - Shot Angle | ||
| + | 800FBE57 - Current Shot Type (2 = Blue, 1 = Yellow, 0 = Red) | ||
| + | 80227163 - Current SpinY | ||
| + | 80227167 - Current SpinX</code> | ||
| ====== Object List ====== | ====== Object List ====== | ||