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/rockethideout3.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/rockethideout3.asm')
| -rwxr-xr-x | scripts/rockethideout3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rockethideout3.asm b/scripts/rockethideout3.asm index f94438e9..e7a7b63b 100755 --- a/scripts/rockethideout3.asm +++ b/scripts/rockethideout3.asm @@ -175,7 +175,7 @@ RocketHideout3TrainerHeader2: ; 4530e (11:530e) db $ff RocketHideout3Text1: ; 4531b (11:531b) - db $08 ; asm + TX_ASM ld hl, RocketHideout3TrainerHeader0 call TalkToTrainer jp TextScriptEnd @@ -193,7 +193,7 @@ RocketHideout3AfterBattleTxt2: ; 4532f (11:532f) db "@" RocketHideout3Text2: ; 45334 (11:5334) - db $08 ; asm + TX_ASM ld hl, RocketHideout3TrainerHeader2 call TalkToTrainer jp TextScriptEnd |
