Update Sprites and Items

- Add the Portal Rod item (WIP)
- Add Twinrova Boss Sprite
- Update the Minecart Sprite
- Fix the HUD magic meter draw
- Fix some Zora Mask bugs (WIP)
- General housekeeping
This commit is contained in:
scawful
2023-09-13 23:01:16 -04:00
parent 00c700c31d
commit 9e0ee96943
27 changed files with 2562 additions and 457 deletions

View File

@@ -26,10 +26,9 @@ org $068365
JSL LinkItem_SecretsBook ; overwrite it (originally JSL $099F91)
; =============================================================================
; go to expanded space to write our routine
; (keep EveryFrame.asm in mind for the right adresses)
; org $3CA600
org $2B8000
pullpc
LinkItem_SecretsBook:
{
LDA $1B ; load data that tells us whether we are in a building or not
@@ -57,6 +56,8 @@ LinkItem_SecretsBook:
JSL $099F91 ; at least execute original code
RTL
}
print "End of Items/book_of_secrets.asm ", pc
pushpc