mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-15 13:54:02 -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
719 B
ArmAsm
45 lines
719 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/eterna_forest_outside.h"
|
|
|
|
.data
|
|
|
|
ScriptEntry _0012
|
|
ScriptEntry _0058
|
|
ScriptEntry _006F
|
|
ScriptEntry _0018
|
|
ScriptEntryEnd
|
|
|
|
_0012:
|
|
SetFlag FLAG_UNK_0x09C4
|
|
End
|
|
|
|
_0018:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
GoToIfSet FLAG_UNK_0x012A, _004D
|
|
SetVar VAR_0x8004, ACCESSORY_BIG_TREE
|
|
BufferAccessoryName 0, VAR_0x8004
|
|
Message 0
|
|
SetVar VAR_0x8005, 1
|
|
CallCommonScript 0x7DF
|
|
SetFlag FLAG_UNK_0x012A
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_004D:
|
|
Message 1
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
_0058:
|
|
ShowLandmarkSign 2
|
|
End
|
|
|
|
_006F:
|
|
ShowScrollingSign 3
|
|
End
|