mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-15 22:04:57 -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
45 lines
677 B
ArmAsm
45 lines
677 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/route_221.h"
|
|
|
|
.data
|
|
|
|
ScriptEntry _002E
|
|
ScriptEntry _0041
|
|
ScriptEntry _0054
|
|
ScriptEntry _0012
|
|
ScriptEntryEnd
|
|
|
|
_0012:
|
|
GetNationalDexEnabled VAR_MAP_LOCAL_0
|
|
GoToIfEq VAR_MAP_LOCAL_0, 0, _002C
|
|
SetFlag FLAG_UNK_0x027F
|
|
SetFlag FLAG_UNK_0x0280
|
|
_002C:
|
|
End
|
|
|
|
_002E:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 0
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0041:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
Message 1
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0054:
|
|
ShowLandmarkSign 2
|
|
End
|
|
|
|
.byte 0
|