commit
77dc2338b4
3 changed files with 1283 additions and 35 deletions
|
|
@ -1921,7 +1921,7 @@ KillHost = .text:0x800A9C68; // type:function size:0xA4 scope:local
|
|||
Last5Main = .text:0x800A9D0C; // type:function size:0xCC0 scope:local
|
||||
CheckJump = .text:0x800AA9CC; // type:function size:0xA4 scope:local
|
||||
CreateLotteryDrawWheel = .text:0x800AAA70; // type:function size:0x1FC scope:local
|
||||
CreateBlock = .text:0x800AAC6C; // type:function size:0xD4 scope:local
|
||||
CreateLotteryDraw = .text:0x800AAC6C; // type:function size:0xD4 scope:local
|
||||
UpdateLotteryDraw = .text:0x800AAD40; // type:function size:0x170 scope:local
|
||||
SetLotteryDrawState = .text:0x800AAEB0; // type:function size:0x88 scope:local
|
||||
GetLotteryDrawState = .text:0x800AAF38; // type:function size:0x20 scope:local
|
||||
|
|
@ -1947,7 +1947,7 @@ SetLast5RouletteState = .text:0x800AD194; // type:function size:0x38 scope:local
|
|||
GetLast5RouletteState = .text:0x800AD1CC; // type:function size:0x38 scope:local
|
||||
GetLast5RouletteResult = .text:0x800AD204; // type:function size:0x44 scope:local
|
||||
CreateTeamResult = .text:0x800AD248; // type:function size:0x2B4 scope:local
|
||||
CreateTeamResultSprite = .text:0x800AD4FC; // type:function size:0x340 scope:local
|
||||
CreateTeamResultWork = .text:0x800AD4FC; // type:function size:0x340 scope:local
|
||||
SetTeamResultTarget = .text:0x800AD83C; // type:function size:0x58 scope:local
|
||||
GetTeamResultTarget = .text:0x800AD894; // type:function size:0x58 scope:local
|
||||
KillTeamResult = .text:0x800AD8EC; // type:function size:0x38 scope:local
|
||||
|
|
@ -5322,15 +5322,16 @@ hostMotTbl = .data:0x8013B0D8; // type:object size:0x120 scope:local
|
|||
messBaseTbl = .data:0x8013B1F8; // type:object size:0x24 scope:local
|
||||
playerOfsTbl = .data:0x8013B21C; // type:object size:0x18 scope:local
|
||||
plateObjNameTbl = .data:0x8013B234; // type:object size:0x10 scope:local
|
||||
hiliteObjNameTbl = .data:0x8013B244; // type:object size:0x20 scope:local
|
||||
hiliteObjNameTbl = .data:0x8013B244; // type:object size:0x10 scope:local
|
||||
faceObjNameTbl = .data:0x8013B254; // type:object size:0x10 scope:local
|
||||
resultRankFX12Tbl = .data:0x8013B264; // type:object size:0x20 scope:local
|
||||
resultRankFX3Tbl = .data:0x8013B284; // type:object size:0x20 scope:local
|
||||
resultRankFX4Tbl = .data:0x8013B2A4; // type:object size:0x20 scope:local
|
||||
impactFXTbl = .data:0x8013B2C4; // type:object size:0x20 scope:local
|
||||
lotteryWheelMdlTbl = .data:0x8013B2E4; // type:object size:0x20 scope:local
|
||||
lotterySprPrioTbl = .data:0x8013B304; // type:object size:0x1E scope:local
|
||||
lotterySprTbl = .data:0x8013B324; // type:object size:0x34 scope:local
|
||||
lotterySprPosTbl = .data:0x8013B358; // type:object size:0x78 scope:local
|
||||
teamSprPrioTbl = .data:0x8013B304; // type:object size:0x1E scope:local
|
||||
teamSprTbl = .data:0x8013B324; // type:object size:0x34 scope:local
|
||||
teamSprPosTbl = .data:0x8013B358; // type:object size:0x78 scope:local
|
||||
teamCharSprTbl = .data:0x8013B3D0; // type:object size:0x20 scope:local
|
||||
boxModelID = .data:0x8013B3F0; // type:object size:0x10 scope:local data:2byte
|
||||
boxPosTbl = .data:0x8013B400; // type:object size:0x40 scope:local data:float
|
||||
|
|
|
|||
|
|
@ -393,7 +393,7 @@ config.libs = [
|
|||
Object(NonMatching, "game/board/mg_setup.c"),
|
||||
Object(NonMatching, "game/board/boo_house.c"),
|
||||
Object(NonMatching, "game/board/start.c"),
|
||||
Object(NonMatching, "game/board/last5.c"),
|
||||
Object(Matching, "game/board/last5.c"),
|
||||
Object(Matching, "game/board/pause.c"),
|
||||
Object(Matching, "game/board/com_path.c"),
|
||||
Object(Matching, "game/board/tutorial.c"),
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue