mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
Some checks are pending
build / build (push) Waiting to run
* CheckPartyHasFatefulEncounterRegigigas * SetPartyGiratinaForm * WaitCry * GetUnownFormsSeenCount * CheckPartyCombeeGenderCount * GetHour * Review changes
47 lines
687 B
ArmAsm
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
|