diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 22:49:20 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 22:49:20 -0500 |
| commit | bc6f0bc08a73a4afafc24d5349d56108d3971e2a (patch) | |
| tree | ab137388ede9e79dc489271fec17e4692b81e17e /scripts/pallettown.asm | |
| parent | Merge pull request #98 from dannye/master (diff) | |
| download | pokeyellow-bc6f0bc08a73a4afafc24d5349d56108d3971e2a.tar.gz pokeyellow-bc6f0bc08a73a4afafc24d5349d56108d3971e2a.tar.xz pokeyellow-bc6f0bc08a73a4afafc24d5349d56108d3971e2a.zip | |
More TX_ASM
Diffstat (limited to 'scripts/pallettown.asm')
| -rwxr-xr-x | scripts/pallettown.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pallettown.asm b/scripts/pallettown.asm index c615107c..c05b87c1 100755 --- a/scripts/pallettown.asm +++ b/scripts/pallettown.asm @@ -166,7 +166,7 @@ PalletTownTextPointers: ; 18f88 (6:4f88) dw PalletTownText7 PalletTownText1: ; 18f96 (6:4f96) - db 8 + TX_ASM ld a,[wcf0d] and a jr nz,.next @@ -182,7 +182,7 @@ PalletTownText1: ; 18f96 (6:4f96) OakAppearsText: ; 18fb0 (6:4fb0) TX_FAR _OakAppearsText - db 8 + TX_ASM ld c,10 call DelayFrames xor a |
