mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-17 22:58:12 -05:00
Some checks failed
build / build (push) Has been cancelled
* Messages * scrcmd_amity_square * BufferItemNamePlural * BufferAccessoryName * CanFitAccessory * FLAG_AMITY_SQUARE_MAN_GIFT_RECEIVED * VAR_FOLLOWER_MON_PARTY_ID * VAR_AMITY_SQUARE_GIFT_ID * VAR_FOLLOWER_MON_SPECIES * VAR_FOLLOWER_MON_NEXT_PICKUP_TYPE * VAR_FOLLOWER_MON_PICKUP_ITEM_ID * Organized sMonFindableAccessories * VAR_FOLLOWER_MON_PICKUP_ACCESSORY_ID * LOCALID_HAS_NATIONAL_DEX * LOCALID_ITEM_OR_ACCESSORY_ID * LOCALID_COUNT * PICKUP_TYPE_ITEM * PICKUP_TYPE_ACCESORY * Gift Man * Species-specific cases * Static NPCs * Party has species * Follower messages * Follower Pickup * Receptionists * GetSetNationalDexEnabled * VAR_FOLLOWER_MON_ACTIVE * Triggers * National dex macros
41 lines
632 B
ArmAsm
41 lines
632 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/victory_road_1f.h"
|
|
|
|
.data
|
|
|
|
ScriptEntry _000A
|
|
ScriptEntry _0031
|
|
ScriptEntryEnd
|
|
|
|
_000A:
|
|
SetFlag FLAG_UNK_0x09CA
|
|
GoToIfUnset FLAG_GAME_COMPLETED, _002F
|
|
GetNationalDexEnabled VAR_MAP_LOCAL_0
|
|
GoToIfEq VAR_MAP_LOCAL_0, 0, _002F
|
|
SetFlag FLAG_UNK_0x027E
|
|
_002F:
|
|
End
|
|
|
|
_0031:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
GoToIfSet FLAG_GAME_COMPLETED, _004F
|
|
Message 0
|
|
GoTo _005A
|
|
End
|
|
|
|
_004F:
|
|
Message 1
|
|
GoTo _005A
|
|
End
|
|
|
|
_005A:
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
.byte 0
|
|
.byte 0
|