diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-18 00:54:18 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-18 00:54:18 +0200 |
commit | 63cbc8f3ccb11b05c627717a2de82d3134d599d9 (patch) | |
tree | 9199547ac3c787167be9cb93c05953fc4b480084 /asm/easy_chat.s | |
parent | 7669a94f0d01c0a825d2ae48c12adef0be445d81 (diff) |
battle dome - a couple more functions
Diffstat (limited to 'asm/easy_chat.s')
-rw-r--r-- | asm/easy_chat.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/easy_chat.s b/asm/easy_chat.s index 276267043..768311639 100644 --- a/asm/easy_chat.s +++ b/asm/easy_chat.s @@ -2706,7 +2706,7 @@ _0811C044: movs r0, 0x3 movs r2, 0 movs r3, 0 - bl copy_decompressed_tile_data_to_vram_autofree + bl DecompressAndLoadBgGfxUsingHeap ldr r1, =gEasyChatWindow_Tilemap movs r0, 0x3 movs r2, 0 @@ -2732,7 +2732,7 @@ _0811C090: movs r0, 0x1 movs r2, 0 movs r3, 0 - bl copy_decompressed_tile_data_to_vram_autofree + bl DecompressAndLoadBgGfxUsingHeap movs r0, 0x1 bl CopyBgTilemapBufferToVram b _0811C124 |