Skip to content

Commit

Permalink
oxide progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Apr 17, 2024
1 parent 976b5b0 commit fb67722
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion decompile/General/233/233_37_40_CS_Garage.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void DECOMP_CS_Garage_MenuProc(void)
MDC = &data.MetaDataCharacters[gGarage.unusedFrameCount];
nameIndex = MDC->name_LNG_long;

DecalFont_DrawLine
DECOMP_DecalFont_DrawLine
(
"PRESS L1 OR R1 TO SWAP",
0x100, // midpoint
Expand Down
2 changes: 1 addition & 1 deletion decompile/General/AltMods/Mods1.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ void Oxide_HookAppendLoadingQueue()
int loop;
struct LoadQueueSlot* lqs_next;
struct LoadQueueSlot* lqs_curr;
int packIndex = LOAD_GetAdvPackIndex();
int packIndex = DECOMP_LOAD_GetAdvPackIndex();

// set pointers
lqs_curr = &sdata->queueSlots[sdata->queueLength-1];
Expand Down
3 changes: 2 additions & 1 deletion rebuild_PS1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,4 +557,5 @@

#include "../decompile/General/232/232_Block1.c"

#include "../decompile/General/233/233_37_40_CS_Garage.c"
#include "../decompile/General/233/233_37_40_CS_Garage.c"
#include "../decompile/General/233/233_zGlobal_gGarage.c"

0 comments on commit fb67722

Please sign in to comment.