diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-04 00:44:12 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-04 00:47:29 -0500 |
| commit | f702fc7840e30f00c840ce619a1ea15d763438de (patch) | |
| tree | e28c8b27278228f95139f7a73daf214ac680014e /scripts/pallettown.asm | |
| parent | More TX_ASM (diff) | |
| download | pokeyellow-f702fc7840e30f00c840ce619a1ea15d763438de.tar.gz pokeyellow-f702fc7840e30f00c840ce619a1ea15d763438de.tar.xz pokeyellow-f702fc7840e30f00c840ce619a1ea15d763438de.zip | |
Start using text predef macros
also sprite direction constants
Diffstat (limited to 'scripts/pallettown.asm')
| -rwxr-xr-x | scripts/pallettown.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pallettown.asm b/scripts/pallettown.asm index c05b87c1..d625a7be 100755 --- a/scripts/pallettown.asm +++ b/scripts/pallettown.asm @@ -97,7 +97,7 @@ PalletTownScript3: ; 18f12 (6:4f12) ld a,[wd730] bit 0,a ret nz - xor a + xor a ; ld a, SPRITE_FACING_DOWN ld [wSpriteStateData1 + 9],a ld a,1 ld [wcf0d],a |
