Merge pull request #122 from mrshigure/thp
Matched thpmain, THPSimple, and THPDraw
This commit is contained in:
commit
af807c2085
8 changed files with 1121 additions and 9 deletions
|
|
@ -6288,7 +6288,7 @@ AudioSystem = .sbss:0x801D3E40; // type:object size:0x4 scope:local data:4byte
|
|||
bufIdx = .sbss:0x801D3E44; // type:object size:0x4 scope:local data:4byte
|
||||
CurAudioBuffer = .sbss:0x801D3E48; // type:object size:0x4 scope:local data:4byte
|
||||
LastAudioBuffer = .sbss:0x801D3E4C; // type:object size:0x4 scope:local data:4byte
|
||||
SoundBufferIndex = .sbss:0x801D3E50; // type:object size:0x8 scope:local data:4byte
|
||||
SoundBufferIndex = .sbss:0x801D3E50; // type:object size:0x4 scope:local data:4byte
|
||||
THPProc = .sbss:0x801D3E58; // type:object size:0x4 data:4byte
|
||||
THPStart = .sbss:0x801D3E5C; // type:object size:0x2 scope:local data:2byte
|
||||
THPFrame = .sbss:0x801D3E60; // type:object size:0x4 scope:local data:4byte
|
||||
|
|
@ -6297,7 +6297,7 @@ THPLoopF = .sbss:0x801D3E66; // type:object size:0x2 scope:local data:2byte
|
|||
decodeThread = .sbss:0x801D3E68; // type:object size:0x4 scope:local data:4byte
|
||||
decodeStackP = .sbss:0x801D3E6C; // type:object size:0x4 scope:local data:4byte
|
||||
decodeRate = .sbss:0x801D3E70; // type:object size:0x4 scope:local data:4byte
|
||||
audioTrack = .sbss:0x801D3E74; // type:object size:0xC scope:local data:4byte
|
||||
audioTrack = .sbss:0x801D3E74; // type:object size:0x8 scope:local data:4byte
|
||||
lbl_801D3E80 = .sbss:0x801D3E80; // type:object size:0x4
|
||||
lbl_801D3E84 = .sbss:0x801D3E84; // type:object size:0x4
|
||||
lbl_801D3E88 = .sbss:0x801D3E88; // type:object size:0x4 data:4byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue