Fix m434Dll
This commit is contained in:
parent
4ea1862300
commit
fda482e3ed
4 changed files with 9 additions and 8 deletions
|
|
@ -303,9 +303,9 @@ lbl_1_data_1DC = .data:0x000001DC; // type:object size:0x8
|
|||
lbl_1_data_1E4 = .data:0x000001E4; // type:object size:0x18
|
||||
lbl_1_data_1FC = .data:0x000001FC; // type:object size:0x28
|
||||
lbl_1_data_224 = .data:0x00000224; // type:object size:0x90
|
||||
lbl_1_data_2B4 = .data:0x000002B4; // type:object size:0x3 data:string
|
||||
lbl_1_data_2B7 = .data:0x000002B7; // type:object size:0x3 data:string
|
||||
lbl_1_data_2BA = .data:0x000002BA; // type:object size:0x3 data:string
|
||||
lbl_1_data_2B4 = .data:0x000002B4; // type:object size:0x3 scope:local data:string
|
||||
lbl_1_data_2B7 = .data:0x000002B7; // type:object size:0x3 scope:local data:string
|
||||
lbl_1_data_2BA = .data:0x000002BA; // type:object size:0x3 scope:local data:string
|
||||
lbl_1_data_2C0 = .data:0x000002C0; // type:object size:0x8
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x4 data:float
|
||||
lbl_1_bss_4 = .bss:0x00000004; // type:object size:0x4 data:4byte
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ lbl_1_rodata_238 = .rodata:0x00000238; // type:object size:0x8 scope:local data:
|
|||
lbl_1_rodata_240 = .rodata:0x00000240; // type:object size:0x8 scope:local data:double
|
||||
lbl_1_rodata_248 = .rodata:0x00000248; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_24C = .rodata:0x0000024C; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_250 = .rodata:0x00000250; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_250 = .rodata:0x00000250; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_254 = .rodata:0x00000254; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_258 = .rodata:0x00000258; // type:object size:0x4 scope:local data:float
|
||||
lbl_1_rodata_25C = .rodata:0x0000025C; // type:object size:0x4 scope:local data:float
|
||||
|
|
@ -300,9 +300,9 @@ lbl_1_data_1DC = .data:0x000001DC; // type:object size:0x8
|
|||
lbl_1_data_1E4 = .data:0x000001E4; // type:object size:0x18
|
||||
lbl_1_data_1FC = .data:0x000001FC; // type:object size:0x28
|
||||
lbl_1_data_224 = .data:0x00000224; // type:object size:0x90
|
||||
lbl_1_data_2B4 = .data:0x000002B4; // type:object size:0x3 data:string
|
||||
lbl_1_data_2B7 = .data:0x000002B7; // type:object size:0x3 data:string
|
||||
lbl_1_data_2BA = .data:0x000002BA; // type:object size:0x3 data:string
|
||||
lbl_1_data_2B4 = .data:0x000002B4; // type:object size:0x3 scope:local data:string
|
||||
lbl_1_data_2B7 = .data:0x000002B7; // type:object size:0x3 scope:local data:string
|
||||
lbl_1_data_2BA = .data:0x000002BA; // type:object size:0x3 scope:local data:string
|
||||
lbl_1_data_2C0 = .data:0x000002C0; // type:object size:0x8
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x4 data:float
|
||||
lbl_1_bss_4 = .bss:0x00000004; // type:object size:0x4 data:4byte
|
||||
|
|
|
|||
|
|
@ -1131,7 +1131,7 @@ config.libs = [
|
|||
objects={
|
||||
Object(Matching, "REL/m434Dll/main.c"),
|
||||
Object(Matching, "REL/m434Dll/map.c"),
|
||||
Object(NonMatching, "REL/m434Dll/player.c"),
|
||||
Object(Matching, "REL/m434Dll/player.c"),
|
||||
Object(Matching, "REL/m434Dll/fish.c"),
|
||||
},
|
||||
),
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "game/audio.h"
|
||||
#include "game/chrman.h"
|
||||
#include "game/hsfman.h"
|
||||
#include "game/hsfdraw.h"
|
||||
#include "game/hsfmotion.h"
|
||||
#include "game/object.h"
|
||||
#include "game/objsub.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue