diff options
Diffstat (limited to 'scripts/pewtermart.asm')
-rwxr-xr-x | scripts/pewtermart.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/pewtermart.asm b/scripts/pewtermart.asm index d5281704..64915563 100755 --- a/scripts/pewtermart.asm +++ b/scripts/pewtermart.asm @@ -14,6 +14,7 @@ PewterMartText2: ld hl, .Text call PrintText jp TextScriptEnd + .Text TX_FAR _PewterMartText2 db "@" @@ -23,6 +24,7 @@ PewterMartText3: ld hl, .Text call PrintText jp TextScriptEnd + .Text TX_FAR _PewterMartText3 db "@" |