diff options
author | camthesaxman <cameronghall@cox.net> | 2017-01-22 23:22:12 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-01-22 23:22:12 -0600 |
commit | b1925402a0c7ffa4ca9470ef2ad9afc9a1baaf06 (patch) | |
tree | 26e398e725f4bb49e1930b5511cf853daa8fc535 /include/asm.inc.h | |
parent | ef82a98a1525f58d3a6c56194a42f7660cfc923b (diff) |
start decompiling naming_screen
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index bfc902ffb..79bb4ae4f 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -288,7 +288,7 @@ bool8 sub_80B58C4(u16, u8, u8); void *picbox_close(void); // asm/naming_screen.o -void DoNamingScreen(u8 r0, struct SaveBlock2 *r1, u16 r2, u16 r3, u8 s0, MainCallback s4); +void DoNamingScreen(u8 r0, u8 *r1, u16 r2, u16 r3, u32 s0, MainCallback s4); // asm/secret_base.o void sub_80BB5B4(void); |