diff options
Diffstat (limited to 'scripts/CeladonCity_2.asm')
| -rw-r--r-- | scripts/CeladonCity_2.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/CeladonCity_2.asm b/scripts/CeladonCity_2.asm new file mode 100644 index 00000000..d2c1c4a3 --- /dev/null +++ b/scripts/CeladonCity_2.asm @@ -0,0 +1,8 @@ +CeladonCityPrintTrainerTips1Text:: + ld hl, .text + call PrintText + ret + +.text + text_far _CeladonCityTrainerTips1Text + text_end |
