diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-15 13:50:23 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-15 13:50:23 +0200 |
commit | ff13cb63520d58951c6d7fcbb026b1f1beb21ae8 (patch) | |
tree | 188c972b29f15af20d8f9e2434e00e9c19f7c329 /src/rom_8034C54.c | |
parent | b8c9d9a980303d4bcd1cfd9400926736363d1df9 (diff) |
decompile cable car util which has nothing to do with actual cable car
Diffstat (limited to 'src/rom_8034C54.c')
-rw-r--r-- | src/rom_8034C54.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rom_8034C54.c b/src/rom_8034C54.c index da18c330c..1ef223c69 100644 --- a/src/rom_8034C54.c +++ b/src/rom_8034C54.c @@ -431,9 +431,9 @@ static bool32 SharesPalWithAnyActive(u32 id) return FALSE; } -u8 sub_80355F8(u32 arg0, u32 arg1) +u8 sub_80355F8(u32 shape, u32 size) { - return gUnknown_082FF1C8[arg0][arg1]; + return gUnknown_082FF1C8[shape][size]; } static void sub_8035608(void) |