diff --git a/Masks/bunny_hood.asm b/Masks/bunny_hood.asm index a63f4ba..68c77d3 100644 --- a/Masks/bunny_hood.asm +++ b/Masks/bunny_hood.asm @@ -46,6 +46,8 @@ bunny_palette: dw #$6565, #$7271, #$2AB7, #$477E, #$1997, #$14B5, #$459B, #$69F2 dw #$7AB8, #$2609, #$19D8, #$3D95, #$567C, #$1890, #$52F6, #$2357, #$0000 +print "End of Bunny Hood GFX ", pc + ; ============================================================================= ; Bunny Hood Speed Modification diff --git a/Masks/deku_mask.asm b/Masks/deku_mask.asm index c12e3c0..cabc5b8 100644 --- a/Masks/deku_mask.asm +++ b/Masks/deku_mask.asm @@ -1,12 +1,11 @@ -; ============================================================================= +; ========================================================= ; Deku Mask -; ============================================================================= +; ========================================================= org $358000 incbin gfx/deku_link.bin -; ============================================================================= - +; ========================================================= org $07B0AB LinkItem_EvaluateMagicCost: @@ -69,6 +68,7 @@ LinkState_UsingQuake: } warnpc $07A779 + org $318000 ; org $07A013 ; JSL LinkItem_SlingshotPrepare @@ -149,8 +149,7 @@ LinkItem_SlingshotPrepare: } - -; ============================================================================= +; ========================================================= org $07811A JSR Link_HandleDekuTransformation diff --git a/Masks/mask_routines.asm b/Masks/mask_routines.asm index 5128a9a..d37acc0 100644 --- a/Masks/mask_routines.asm +++ b/Masks/mask_routines.asm @@ -86,7 +86,7 @@ StartupMasks: ForceResetWorldMap: { - LDA $7EF280 : BNE .openMap + LDA $7EF280 : BNE .openMap PLA : PLA : PLA ; Pop the RTL JML $02A571 ; check select button @@ -279,4 +279,7 @@ LinkItem_CheckForSwordSwing_Masks: RTL } +print "End of mask_routines.asm ", pc + + ; ============================================================================= diff --git a/Masks/minish_form.asm b/Masks/minish_form.asm index 93e8ef6..a3336ed 100644 --- a/Masks/minish_form.asm +++ b/Masks/minish_form.asm @@ -7,6 +7,8 @@ org $398000 incbin gfx/minish_link.4bpp +print "End of Minish Form GFX ", pc + ; ========================================================= org $07DA2A TileDetection_OverworldAttributeJumpTable: diff --git a/Masks/wolf_mask.asm b/Masks/wolf_mask.asm index 1ab21a7..0e40f63 100644 --- a/Masks/wolf_mask.asm +++ b/Masks/wolf_mask.asm @@ -59,7 +59,7 @@ LinkItem_ShovelAndFlute: ; Bank 07 Free Space pullpc -print pc + LinkItem_WolfMask: { ; SEP #$30 diff --git a/Masks/zora_mask.asm b/Masks/zora_mask.asm index c7e62c4..f6d4713 100644 --- a/Masks/zora_mask.asm +++ b/Masks/zora_mask.asm @@ -79,7 +79,6 @@ LinkItem_ZoraMask: CLC RTS } -print pc, " ==> LinkItem_ZoraMask ", pc warnpc $07A5CE @@ -271,7 +270,6 @@ pullpc LDA #$06 : STA $5D ; Set Link to Recoil State RTS } -print "==> LinkState_UsingZoraMask ", pc ; =============================================================================