diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 12:47:43 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 12:47:43 -0400 |
| commit | f508b9263752d7c5a53999811f51d1cc0b2b1ed4 (patch) | |
| tree | f70a55b2f98654819a17647351f9d44c52c18de6 /scripts/celadoncity2.asm | |
| parent | Route 6 scripts (diff) | |
| download | pokeyellow-f508b9263752d7c5a53999811f51d1cc0b2b1ed4.tar.gz pokeyellow-f508b9263752d7c5a53999811f51d1cc0b2b1ed4.tar.xz pokeyellow-f508b9263752d7c5a53999811f51d1cc0b2b1ed4.zip | |
How did I forget to set tracking on these?
Diffstat (limited to 'scripts/celadoncity2.asm')
| -rwxr-xr-x | scripts/celadoncity2.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/celadoncity2.asm b/scripts/celadoncity2.asm new file mode 100755 index 00000000..12f7b366 --- /dev/null +++ b/scripts/celadoncity2.asm @@ -0,0 +1,8 @@ +Func_f1ac6: + ld hl, Text_f1acd + call PrintText + ret + +Text_f1acd: + TX_FAR _CeladonCityText10 + db "@" |
