mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
23 lines
519 B
ArmAsm
23 lines
519 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
#include "res/text/bank/route_216.h"
|
|
|
|
|
|
ScriptEntry Route216_CantRideBike_Unused
|
|
ScriptEntry Route216_ArrowSignpostMtCoronet
|
|
ScriptEntry Route216_SignboardSnowboundLodge
|
|
ScriptEntryEnd
|
|
|
|
Route216_CantRideBike_Unused:
|
|
NPCMessage Route216_Text_CantRideBikeOnSnow
|
|
End
|
|
|
|
Route216_ArrowSignpostMtCoronet:
|
|
ShowArrowSign Route216_Text_SignMtCoronet
|
|
End
|
|
|
|
Route216_SignboardSnowboundLodge:
|
|
ShowLandmarkSign Route216_Text_SignSnowboundLodge
|
|
End
|
|
|
|
.balign 4, 0
|