src/core1: improvments and renamings on various files, added some header files
neue Datei: include/core1/eeprom.h neue Datei: include/core1/pfsmanager.h neue Datei: include/core1/ucode.h umbenannt: src/core1/code_18110.c -> src/core1/eeprom.c umbenannt: src/core1/code_10A00.c -> src/core1/pfsmanager.c umbenannt: src/core1/code_13640.c -> src/core1/stub_13640.c umbenannt: src/core1/code_1D590.c -> src/core1/stub_1D590.c umbenannt: src/core1/code_18210.c -> src/core1/ucode.c umbenannt: src/core1/code_EAF0.c -> src/core1/viewport.c
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "core1/ucode.h"
|
||||
|
||||
|
||||
f32 time_getDelta(void);
|
||||
@@ -59,7 +60,7 @@ s32 item_adjustByDiff(enum item_e item, s32 diff, s32 no_hud){
|
||||
|
||||
oldVal = D_80385F30[item];
|
||||
|
||||
if(func_80255D04())
|
||||
if(ucode_stub3())
|
||||
diff = 0;
|
||||
|
||||
if(diff < 0){
|
||||
|
Reference in New Issue
Block a user