mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
16 lines
347 B
ArmAsm
16 lines
347 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/great_marsh_2.h"
|
|
|
|
|
|
ScriptEntry GreatMarsh2_ParasolLady
|
|
ScriptEntry GreatMarsh2_SignboardArea2
|
|
ScriptEntryEnd
|
|
|
|
GreatMarsh2_ParasolLady:
|
|
NPCMessage GreatMarsh2_Text_PokemonDifferDayToDay
|
|
End
|
|
|
|
GreatMarsh2_SignboardArea2:
|
|
ShowLandmarkSign GreatMarsh2_Text_SignArea2
|
|
End
|