Remove all address comments
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
SweetScentFromMenu: ; 506bc
|
||||
SweetScentFromMenu:
|
||||
ld hl, .SweetScent
|
||||
call QueueScript
|
||||
ld a, $1
|
||||
ld [wFieldMoveSucceeded], a
|
||||
ret
|
||||
; 506c8
|
||||
|
||||
.SweetScent: ; 0x506c8
|
||||
reloadmappart
|
||||
@@ -33,7 +32,7 @@ SweetScentNothing: ; 0x506e9
|
||||
end
|
||||
; 0x506ef
|
||||
|
||||
SweetScentEncounter: ; 506ef
|
||||
SweetScentEncounter:
|
||||
farcall CanUseSweetScent
|
||||
jr nc, .no_battle
|
||||
ld hl, wStatusFlags2
|
||||
@@ -60,7 +59,6 @@ SweetScentEncounter: ; 506ef
|
||||
ld [wScriptVar], a
|
||||
ld [wBattleType], a
|
||||
ret
|
||||
; 50726
|
||||
|
||||
UnknownText_0x50726: ; 0x50726
|
||||
; used SWEET SCENT!
|
||||
|
Reference in New Issue
Block a user