Match much of process.c
This commit is contained in:
parent
41f0ffb565
commit
015fbf39b1
5 changed files with 261 additions and 35 deletions
|
|
@ -47,6 +47,9 @@ game/decode.c:
|
|||
game/font.c:
|
||||
.data start:0x8011FE00 end:0x80121E00
|
||||
|
||||
game/jmp.c:
|
||||
.text start:0x8000A464 end:0x8000A558
|
||||
|
||||
game/malloc.c:
|
||||
.text start:0x8000A558 end:0x8000A938
|
||||
.data start:0x80121F50 end:0x80121FC8
|
||||
|
|
|
|||
|
|
@ -99,8 +99,8 @@ fn_80009FF8 = .text:0x80009FF8; // type:function size:0xE4
|
|||
fn_8000A0DC = .text:0x8000A0DC; // type:function size:0xC8
|
||||
fn_8000A1A4 = .text:0x8000A1A4; // type:function size:0x6C
|
||||
fn_8000A210 = .text:0x8000A210; // type:function size:0x254
|
||||
fn_8000A464 = .text:0x8000A464; // type:function size:0x74
|
||||
fn_8000A4D8 = .text:0x8000A4D8; // type:function size:0x80
|
||||
gcsetjmp = .text:0x8000A464; // type:function size:0x74
|
||||
gclongjmp = .text:0x8000A4D8; // type:function size:0x80
|
||||
HuMemInitAll = .text:0x8000A558; // type:function size:0x12C
|
||||
HuMemInit = .text:0x8000A684; // type:function size:0x30
|
||||
HuMemDCFlushAll = .text:0x8000A6B4; // type:function size:0x2C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue