remove some print statements

This commit is contained in:
scawful
2024-07-07 00:23:12 -04:00
parent 18ec996f33
commit c8fe30c8dd
5 changed files with 3 additions and 14 deletions

View File

@@ -231,7 +231,3 @@ db $00 ; End
.subA01 .subA01
db Rest db Rest
db $00 ; End db $00 ; End
print pc

View File

@@ -249,7 +249,3 @@ db $00 ; End
.subA01 .subA01
db Tie db Tie
db $00 ; End db $00 ; End
print pc

View File

@@ -114,16 +114,16 @@ namespace Oracle
print "" print ""
incsrc "Music/lost_woods_v2.asm" incsrc "Music/lost_woods_v2.asm"
print "End of Music/lost_woods_v2.asm ", pc print "End of Music/lost_woods_v2.asm ", pc
incsrc "Music/color_dungeon_theme.asm" incsrc "Music/color_dungeon_theme.asm"
print "End of Music/color_dungeon_theme.asm ", pc print "End of color_dungeon_theme.asm ", pc
incsrc "Music/stone_tower_temple_v2.asm" incsrc "Music/stone_tower_temple_v2.asm"
print "End of stone_tower_temple.asm ", pc print "End of stone_tower_temple.asm ", pc
incsrc "Music/song_of_healing.asm" incsrc "Music/song_of_healing.asm"
print "End of Music/song_of_healing.asm ", pc print "End of Music/song_of_healing.asm ", pc
print "" print ""

View File

@@ -214,7 +214,6 @@ FindEntrance:
STZ.b $11 : STZ.b $B0 STZ.b $11 : STZ.b $B0
.no_entrance_found .no_entrance_found
print pc
SEP #$30 SEP #$30
RTL RTL

View File

@@ -386,8 +386,6 @@ FixMaskPaletteOnExit:
RTL RTL
} }
print pc
warnpc $0AC387 warnpc $0AC387
org $0ABC76 org $0ABC76