mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-16 06:09:46 -05:00
16 lines
330 B
ArmAsm
16 lines
330 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/great_marsh_3.h"
|
|
|
|
|
|
ScriptEntry GreatMarsh3_Collector
|
|
ScriptEntry GreatMarsh3_SignboardArea3
|
|
ScriptEntryEnd
|
|
|
|
GreatMarsh3_Collector:
|
|
NPCMessage GreatMarsh3_Text_WhatToDo
|
|
End
|
|
|
|
GreatMarsh3_SignboardArea3:
|
|
ShowLandmarkSign GreatMarsh3_Text_SignArea3
|
|
End
|