diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 10:55:45 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 10:55:45 -0400 |
| commit | 2792f51d733df0d0b6ee21fec72623c2a4235e5a (patch) | |
| tree | 16005a683821c9972be334ede8aafdc3b8324d09 /scripts/viridianforest2.asm | |
| parent | More Bill's House text scripts (diff) | |
| download | pokeyellow-2792f51d733df0d0b6ee21fec72623c2a4235e5a.tar.gz pokeyellow-2792f51d733df0d0b6ee21fec72623c2a4235e5a.tar.xz pokeyellow-2792f51d733df0d0b6ee21fec72623c2a4235e5a.zip | |
Another chunk of bank 3c
Diffstat (limited to 'scripts/viridianforest2.asm')
| -rwxr-xr-x | scripts/viridianforest2.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/viridianforest2.asm b/scripts/viridianforest2.asm index 41c81218..489db39c 100755 --- a/scripts/viridianforest2.asm +++ b/scripts/viridianforest2.asm @@ -43,3 +43,11 @@ Text_f255f: TX_FAR _ViridianForestText13 db "@" +Func_f2564: + ld hl, ViridianForestText_f256b + call PrintText + ret + +ViridianForestText_f256b: + TX_FAR _ViridianForestText14 + db "@" |
