diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 14:58:50 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 14:58:50 -0500 |
| commit | 8431fa7756dace97413f4c35aaa44cd92cf5b6df (patch) | |
| tree | 802f3dff92983b1655c9de5f5f75b4b3844bdb84 /scripts/route16house.asm | |
| parent | Rename/organize part 4 of 4 (diff) | |
| download | pokeyellow-8431fa7756dace97413f4c35aaa44cd92cf5b6df.tar.gz pokeyellow-8431fa7756dace97413f4c35aaa44cd92cf5b6df.tar.xz pokeyellow-8431fa7756dace97413f4c35aaa44cd92cf5b6df.zip | |
TX_ASM
Diffstat (limited to 'scripts/route16house.asm')
| -rwxr-xr-x | scripts/route16house.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route16house.asm b/scripts/route16house.asm index a3d61281..5035b190 100755 --- a/scripts/route16house.asm +++ b/scripts/route16house.asm @@ -6,7 +6,7 @@ Route16HouseTextPointers: ; 1e5fb (7:65fb) dw Route16HouseText2 Route16HouseText1: ; 1e5ff (7:65ff) - db $08 ; asm + TX_ASM ld a, [wd7e0] bit 6, a ld hl, HM02ExplanationText @@ -43,7 +43,7 @@ HM02NoRoomText: ; 1e63b (7:663b) db "@" Route16HouseText2: ; 1e640 (7:6640) - db $08 ; asm + TX_ASM ld hl, Route16HouseText_1e652 call PrintText ld a, FEAROW |
