Labelling Sweet Scent.

This commit is contained in:
surskitty
2017-10-25 00:14:05 -04:00
parent f204a11274
commit 9a2b212ffd

View File

@@ -1,32 +1,32 @@
SweetScentFromMenu: ; 506bc SweetScentFromMenu: ; 506bc
ld hl, UnknownScript_0x506c8 ld hl, .SweetScent
call QueueScript call QueueScript
ld a, $1 ld a, $1
ld [wFieldMoveSucceeded], a ld [wFieldMoveSucceeded], a
ret ret
; 506c8 ; 506c8
UnknownScript_0x506c8: ; 0x506c8 .SweetScent: ; 0x506c8
reloadmappart reloadmappart
special UpdateTimePals special UpdateTimePals
callasm GetPartyNick callasm GetPartyNick
writetext UnknownText_0x50726 writetext UnknownText_0x50726
waitbutton waitbutton
callasm SweetScentEncounter callasm SweetScentEncounter
iffalse UnknownScript_0x506e9 iffalse SweetScentNothing
checkflag ENGINE_BUG_CONTEST_TIMER checkflag ENGINE_BUG_CONTEST_TIMER
iftrue UnknownScript_0x506e5 iftrue .BugCatchingContest
randomwildmon randomwildmon
startbattle startbattle
reloadmapafterbattle reloadmapafterbattle
end end
; 0x506e5 ; 0x506e5
UnknownScript_0x506e5: ; 0x506e5 .BugCatchingContest: ; 0x506e5
farjump BugCatchingContestBattleScript farjump BugCatchingContestBattleScript
; 0x506e9 ; 0x506e9
UnknownScript_0x506e9: ; 0x506e9 SweetScentNothing: ; 0x506e9
writetext UnknownText_0x5072b writetext UnknownText_0x5072b
waitbutton waitbutton
closetext closetext