pokeplatinum/res/field/scripts/scripts_route_228.s
Eduardo Quezada 4dc33aeff4
Some checks are pending
build / build (push) Waiting to run
Document multiple map scripts commands (#469)
* CheckPartyHasFatefulEncounterRegigigas

* SetPartyGiratinaForm

* WaitCry

* GetUnownFormsSeenCount

* CheckPartyCombeeGenderCount

* GetHour

* Review changes
2025-04-12 12:30:17 -07:00

47 lines
687 B
ArmAsm

#include "macros/scrcmd.inc"
.data
ScriptEntry _007B
ScriptEntry _0092
ScriptEntry _0012
ScriptEntry _0047
ScriptEntryEnd
_0012:
CallIfNe 0x406B, 0x122, _003F
CheckPartyHasFatefulEncounterRegigigas 0x4001
GoToIfEq 0x4001, 0, _0067
GoToIfEq 0x4001, 1, _0071
End
_003F:
SetVar 0x406B, 0
Return
_0047:
CheckPartyHasFatefulEncounterRegigigas 0x4001
GoToIfEq 0x4001, 0, _0067
GoToIfEq 0x4001, 1, _0071
End
_0067:
SetWarpEventPos 5, 0x30F, 0x153
End
_0071:
SetWarpEventPos 4, 0x30F, 0x153
End
_007B:
ShowArrowSign 0
End
_0092:
ShowArrowSign 1
End
.byte 0
.byte 0
.byte 0