diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index 66f2fc0..3e96baa 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -240,7 +240,7 @@ warnpc $B1A000 org $B1A000 GFX_HUD_Items: -incbin "data/c2807_v4.gfx" +incbin "menu/drsheetdc.2bppc" warnpc $B1A800 org $B1A800 diff --git a/keydrop/standing_items.asm b/keydrop/standing_items.asm index 4b42477..5d6f081 100644 --- a/keydrop/standing_items.asm +++ b/keydrop/standing_items.asm @@ -424,9 +424,7 @@ RevealSpriteDrop: JMP DoNormalDrop CheckIfDropValid: - LDA.w SprItemFlags, X : BIT.b #$80 : BNE .do_the_drop ; it's a minor item JSR CheckIfDropsInThisLocation : BCC DoNormalDrop - .do_the_drop ;This section sets up the drop LDA.b #$02 : STA.w SpawnedItemFlag STX.w SpawnedItemIndex diff --git a/menu/drfont.2bpp b/menu/drfont.2bpp new file mode 100644 index 0000000..4e8e30e Binary files /dev/null and b/menu/drfont.2bpp differ diff --git a/menu/drfont.png b/menu/drfont.png new file mode 100644 index 0000000..4705ca7 Binary files /dev/null and b/menu/drfont.png differ diff --git a/menu/drsheetdc.2bppc b/menu/drsheetdc.2bppc new file mode 100644 index 0000000..7385a9b Binary files /dev/null and b/menu/drsheetdc.2bppc differ diff --git a/menu/drsheetdc.png b/menu/drsheetdc.png new file mode 100644 index 0000000..1597d57 Binary files /dev/null and b/menu/drsheetdc.png differ diff --git a/menu/hudalpha.asm b/menu/hudalpha.asm index 238bb07..5d6b736 100644 --- a/menu/hudalpha.asm +++ b/menu/hudalpha.asm @@ -20,4 +20,4 @@ UploadMenuOnlyIcons: RTL MenuOnlyIcons: -incbin "menuonly.2bpp" \ No newline at end of file +incbin "drfont.2bpp" \ No newline at end of file diff --git a/menu/menuonly.2bpp b/menu/menuonly.2bpp deleted file mode 100644 index f9be7f6..0000000 Binary files a/menu/menuonly.2bpp and /dev/null differ