mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
match: set_ghost_position_and_rotation & promote func_80027568 to non matching (#634)
* match: set_ghost_position_and_rotation & promote func_80027568 to non matching * fix: linting + jp match of set_ghost_position_and_rotation * fix: set_ghost_position_and_rotation for v79+ * refac: use OBJ_EMIT_NONE instead of 0, rename pad var to temp * refac: rename set_ghost_position_and_rotation to timetrial_ghost_read --------- Co-authored-by: Dominik Peters <dominik.peters@committance.com>
This commit is contained in:
co-authored by
Dominik Peters
parent
37454869ed
commit
4cbea1aca0
@@ -744,7 +744,7 @@ timetrial_free_staff_ghost = 0x80059B5C;
|
||||
timetrial_write_player_ghost = 0x80059B8C;
|
||||
timetrial_ghost_write = 0x80059C00;
|
||||
timetrial_ghost_full = 0x80059E30;
|
||||
set_ghost_position_and_rotation = 0x80059E50;
|
||||
timetrial_ghost_read = 0x80059E50;
|
||||
disable_racer_input = 0x8005A3DC;
|
||||
racer_set_dialogue_camera = 0x8005A3EC;
|
||||
drm_checksum_balloon = 0x8005A3FC;
|
||||
|
||||
@@ -744,7 +744,7 @@ timetrial_free_staff_ghost = 0x80059B4C;
|
||||
timetrial_write_player_ghost = 0x80059B7C;
|
||||
timetrial_ghost_write = 0x80059BF0;
|
||||
timetrial_ghost_full = 0x80059E20;
|
||||
set_ghost_position_and_rotation = 0x80059E40;
|
||||
timetrial_ghost_read = 0x80059E40;
|
||||
disable_racer_input = 0x8005A3B0;
|
||||
racer_set_dialogue_camera = 0x8005A3C0;
|
||||
drm_checksum_balloon = 0x8005A3D0;
|
||||
|
||||
@@ -732,7 +732,7 @@ timetrial_free_staff_ghost = 0x80059B9C;
|
||||
timetrial_write_player_ghost = 0x80059BCC;
|
||||
timetrial_ghost_write = 0x80059C40;
|
||||
timetrial_ghost_full = 0x80059E70;
|
||||
set_ghost_position_and_rotation = 0x80059E90; // has a diff from v1
|
||||
timetrial_ghost_read = 0x80059E90; // has a diff from v1
|
||||
disable_racer_input = 0x8005A41C;
|
||||
racer_set_dialogue_camera = 0x8005A42C;
|
||||
drm_checksum_balloon = 0x8005A43C;
|
||||
|
||||
@@ -744,7 +744,7 @@ timetrial_free_staff_ghost = 0x80059B4C;
|
||||
timetrial_write_player_ghost = 0x80059B7C;
|
||||
timetrial_ghost_write = 0x80059BF0;
|
||||
timetrial_ghost_full = 0x80059E20;
|
||||
set_ghost_position_and_rotation = 0x80059E40;
|
||||
timetrial_ghost_read = 0x80059E40;
|
||||
disable_racer_input = 0x8005A3B0;
|
||||
racer_set_dialogue_camera = 0x8005A3C0;
|
||||
drm_checksum_balloon = 0x8005A3D0;
|
||||
|
||||
@@ -732,7 +732,7 @@ timetrial_free_staff_ghost = 0x80059B9C;
|
||||
timetrial_write_player_ghost = 0x80059BCC;
|
||||
timetrial_ghost_write = 0x80059C40;
|
||||
timetrial_ghost_full = 0x80059E70;
|
||||
set_ghost_position_and_rotation = 0x80059E90; // has a diff from v1
|
||||
timetrial_ghost_read = 0x80059E90; // has a diff from v1
|
||||
disable_racer_input = 0x8005A41C;
|
||||
racer_set_dialogue_camera = 0x8005A42C;
|
||||
drm_checksum_balloon = 0x8005A43C;
|
||||
|
||||
Reference in New Issue
Block a user