You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Labelling Sweet Scent.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user