From cac3ecf4ef801a33ed8ede1420d1080ed4300355 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 29 Jun 2023 19:26:36 -0500 Subject: [PATCH] Using new overflow GFX slot and redraw after item get --- keydrop/dynamic_si_vram.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/keydrop/dynamic_si_vram.asm b/keydrop/dynamic_si_vram.asm index 085a0fa..c0857f1 100644 --- a/keydrop/dynamic_si_vram.asm +++ b/keydrop/dynamic_si_vram.asm @@ -243,7 +243,8 @@ FreeUWGraphics: dw $9DC0>>1 ; add new slots above this line .end - dw $9CE0>>1 + dw $0000 ; overflow slot, intentionally blank + dw $9CE0>>1 ; Triforce ; above this line, add slots that we want to draw to specific slots FreeOWGraphics: @@ -255,7 +256,8 @@ FreeOWGraphics: ;dw $9DC0>>1 ; Whirlpool ; add new slots above this line .end - dw $9CE0>>1 + dw $0000 ; overflow slot, intentionally blank + dw $9CE0>>1 ; Triforce ; above this line, add slots that we want to draw to specific slots ;===================================================================================================