remove decompression heap (#660)

This commit is contained in:
Fazana
2023-08-29 13:55:21 +01:00
committed by GitHub
parent 1fd8930881
commit ca0e373a2c
5 changed files with 1 additions and 42 deletions

View File

@@ -310,7 +310,7 @@ static void level_cmd_load_mario_head(void) {
}
static void level_cmd_load_yay0_texture(void) {
load_segment_decompress_heap(CMD_GET(s16, 2), CMD_GET(void *, 4), CMD_GET(void *, 8));
load_segment_decompress(CMD_GET(s16, 2), CMD_GET(void *, 4), CMD_GET(void *, 8));
sCurrentCmd = CMD_NEXT;
}