mirror of
https://github.com/n64decomp/mk64
synced 2026-09-02 17:42:54 -04:00
Give names to some Grand Prix related variables (#67)
* Give names to some Grand Prix related variables Namely variables related to points and standings Also added some observational comments to a function or two Signed-off-by: Taggerung <tyler.taggerung@gmail.com> * Add defines for character IDs Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -5380,13 +5380,13 @@ glabel D_800F0B10
|
||||
.asciiz " th"
|
||||
|
||||
.balign 4
|
||||
glabel D_800F0B18
|
||||
glabel gGP1stPlaceReward
|
||||
.byte 0x09
|
||||
glabel D_800F0B19
|
||||
glabel gGP2ndPlaceReward
|
||||
.byte 0x06
|
||||
glabel D_800F0B1A
|
||||
glabel gGP3rdPlaceReward
|
||||
.byte 0x03
|
||||
glabel D_800F0B1B
|
||||
glabel gGP4thPlaceReward
|
||||
.byte 0x01
|
||||
|
||||
glabel D_800F0B1C
|
||||
|
||||
Reference in New Issue
Block a user