aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SaffronPidgeyHouse.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
committerdannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
commit5647ca687b92954dcf37a6ea6bfbc9a341c32de4 (patch)
treedde1937a1bfdb3a835f4155e1c2eb8f1aaf86f63 /scripts/SaffronPidgeyHouse.asm
parentMerge pull request #55 from Deokishisu/patch-1 (diff)
downloadpokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.tar.gz
pokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.tar.xz
pokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.zip
Sync with pokered
Diffstat (limited to 'scripts/SaffronPidgeyHouse.asm')
-rwxr-xr-xscripts/SaffronPidgeyHouse.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/SaffronPidgeyHouse.asm b/scripts/SaffronPidgeyHouse.asm
index f38fbfdb..90078e81 100755
--- a/scripts/SaffronPidgeyHouse.asm
+++ b/scripts/SaffronPidgeyHouse.asm
@@ -8,20 +8,20 @@ SaffronPidgeyHouse_TextPointers:
dw SaffronHouse1Text4
SaffronHouse1Text1:
- TX_FAR _SaffronHouse1Text1
- db "@"
+ text_far _SaffronHouse1Text1
+ text_end
SaffronHouse1Text2:
- TX_FAR _SaffronHouse1Text2
- TX_ASM
+ text_far _SaffronHouse1Text2
+ text_asm
ld a, PIDGEY
call PlayCry
jp TextScriptEnd
SaffronHouse1Text3:
- TX_FAR _SaffronHouse1Text3
- db "@"
+ text_far _SaffronHouse1Text3
+ text_end
SaffronHouse1Text4:
- TX_FAR _SaffronHouse1Text4
- db "@"
+ text_far _SaffronHouse1Text4
+ text_end