Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -26,31 +26,27 @@ ItemFinder:
|
||||
jr nz, .sfx_loop
|
||||
ret
|
||||
|
||||
.Script_FoundSomething: ; 0x125ad
|
||||
.Script_FoundSomething:
|
||||
reloadmappart
|
||||
special UpdateTimePals
|
||||
callasm .ItemfinderSound
|
||||
writetext .Text_FoundSomething
|
||||
closetext
|
||||
end
|
||||
; 0x125ba
|
||||
|
||||
.Script_FoundNothing: ; 0x125ba
|
||||
.Script_FoundNothing:
|
||||
reloadmappart
|
||||
special UpdateTimePals
|
||||
writetext .Text_FoundNothing
|
||||
closetext
|
||||
end
|
||||
; 0x125c3
|
||||
|
||||
.Text_FoundSomething: ; 0x125c3
|
||||
.Text_FoundSomething:
|
||||
; Yes! ITEMFINDER indicates there's an item nearby.
|
||||
text_jump UnknownText_0x1c0a77
|
||||
db "@"
|
||||
; 0x125c8
|
||||
|
||||
.Text_FoundNothing: ; 0x125c8
|
||||
.Text_FoundNothing:
|
||||
; Nope! ITEMFINDER isn't responding.
|
||||
text_jump UnknownText_0x1c0aa9
|
||||
db "@"
|
||||
; 0x125cd
|
||||
|
Reference in New Issue
Block a user