mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
44 lines
1.3 KiB
ArmAsm
44 lines
1.3 KiB
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/eterna_forest_outside.h"
|
|
|
|
|
|
ScriptEntry EternaForestOutside_OnTransition
|
|
ScriptEntry EternaForestOutside_Unused2
|
|
ScriptEntry EternaForestOutside_Unused3
|
|
ScriptEntry EternaForestOutside_PokemonBreederF
|
|
ScriptEntryEnd
|
|
|
|
EternaForestOutside_OnTransition:
|
|
SetFlag FLAG_FIRST_ARRIVAL_ETERNA_FOREST
|
|
End
|
|
|
|
EternaForestOutside_PokemonBreederF:
|
|
PlayFanfare SEQ_SE_CONFIRM
|
|
LockAll
|
|
FacePlayer
|
|
GoToIfSet FLAG_OBTAINED_ETERNA_FOREST_OUTSIDE_ACCESSORY_BIG_TREE, EternaForestOutside_ICollectBerriesAndTradeThemForAccessoriesInFloaromaTown
|
|
SetVar VAR_0x8004, ACCESSORY_BIG_TREE
|
|
BufferAccessoryName 0, VAR_0x8004
|
|
Message EternaForestOutside_Text_OhAreYouCollectingAccessoriesIveGotSomethingForYou
|
|
SetVar VAR_0x8005, 1
|
|
Common_GiveAccessoryWaitForConfirm
|
|
SetFlag FLAG_OBTAINED_ETERNA_FOREST_OUTSIDE_ACCESSORY_BIG_TREE
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
EternaForestOutside_ICollectBerriesAndTradeThemForAccessoriesInFloaromaTown:
|
|
Message EternaForestOutside_Text_ICollectBerriesAndTradeThemForAccessoriesInFloaromaTown
|
|
WaitABXPadPress
|
|
CloseMessage
|
|
ReleaseAll
|
|
End
|
|
|
|
EternaForestOutside_Unused2:
|
|
ShowLandmarkSign EternaForestOutside_Text_Dummy2
|
|
End
|
|
|
|
EternaForestOutside_Unused3:
|
|
ShowScrollingSign EternaForestOutside_Text_Dummy3
|
|
End
|