Start decompiling board/space.c
This commit is contained in:
parent
ce59e5a3d7
commit
4ef79abcb5
2 changed files with 310 additions and 9 deletions
|
|
@ -1385,22 +1385,22 @@ BoardSpaceFlagGet = .text:0x80074138; // type:function size:0x48
|
|||
BoardSpaceTypeGet = .text:0x80074180; // type:function size:0x48
|
||||
BoardSpaceTypeSet = .text:0x800741C8; // type:function size:0x48
|
||||
BoardSpacePosGet = .text:0x80074210; // type:function size:0x8C
|
||||
BoardSpaceDirPosGet = .text:0x8007429C; // type:function size:0x2C8
|
||||
BoardSpaceCornerPosGet = .text:0x8007429C; // type:function size:0x2C8
|
||||
BoardSpaceRotGet = .text:0x80074564; // type:function size:0x8C
|
||||
BoardSpaceFlagSearch = .text:0x800745F0; // type:function size:0xA0
|
||||
BoardSpaceFlagPosGet = .text:0x80074690; // type:function size:0x134
|
||||
BoardSpaceLinkFlagSearch = .text:0x800747C4; // type:function size:0x134
|
||||
BoardSpaceLinkGet = .text:0x800748F8; // type:function size:0x148
|
||||
BoardSpaceLinkTargetGet = .text:0x80074A40; // type:function size:0x104
|
||||
BoardSpaceLinkSearch = .text:0x80074B44; // type:function size:0x110
|
||||
BoardSpaceTransformGet = .text:0x80074C54; // type:function size:0x1FC
|
||||
BoardSpaceLinkTypeListGet = .text:0x800748F8; // type:function size:0x148
|
||||
BoardSpaceLinkTargetListGet = .text:0x80074A40; // type:function size:0x104
|
||||
BoardSpaceLinkTypeSearch = .text:0x80074B44; // type:function size:0x110
|
||||
BoardSpaceLinkTransformGet = .text:0x80074C54; // type:function size:0x1FC
|
||||
BoardSpaceStarSet = .text:0x80074E50; // type:function size:0x1BC
|
||||
BoardSpaceStarSetIndex = .text:0x8007500C; // type:function size:0x4AC
|
||||
BoardSpaceStarNextGet = .text:0x800754B8; // type:function size:0x344
|
||||
BoardSpaceStarRandomGet = .text:0x800757FC; // type:function size:0x9C
|
||||
BoardSpaceStarGetNext = .text:0x800754B8; // type:function size:0x344
|
||||
BoardSpaceStarGetRandom = .text:0x800757FC; // type:function size:0x9C
|
||||
BoardSpaceStarMove = .text:0x80075898; // type:function size:0xF0
|
||||
BoardSpaceStarGet = .text:0x80075988; // type:function size:0x1C
|
||||
BoardSpaceStarCurrGet = .text:0x800759A4; // type:function size:0x3C
|
||||
BoardSpaceStarGetCurr = .text:0x800759A4; // type:function size:0x3C
|
||||
BoardSpaceStarCheck = .text:0x800759E0; // type:function size:0x110
|
||||
BoardSpaceLandExec = .text:0x80075AF0; // type:function size:0x474
|
||||
BoardSpaceWalkExec = .text:0x80075F64; // type:function size:0x2A4
|
||||
|
|
@ -5533,7 +5533,7 @@ winInsertMesTbl = .bss:0x8019D998; // type:object size:0x20 scope:local
|
|||
choiceDisableTbl = .bss:0x8019D9B8; // type:object size:0x40 scope:local
|
||||
lbl_8019D9F8 = .bss:0x8019D9F8; // type:object size:0xC data:float
|
||||
lbl_8019DA04 = .bss:0x8019DA04; // type:object size:0xC data:4byte
|
||||
SpaceData = .bss:0x8019DA10; // type:object size:0x7000 scope:local data:float
|
||||
spaceData = .bss:0x8019DA10; // type:object size:0x7000 scope:local data:float
|
||||
boardSpaceStarTbl = .bss:0x801A4A10; // type:object size:0x10
|
||||
spaceTex = .bss:0x801A4A20; // type:object size:0x20 scope:local
|
||||
spaceHiliteTex = .bss:0x801A4A40; // type:object size:0x20 scope:local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue