diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
commit | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (patch) | |
tree | ca189f210cb5f404d4791ace04fcd70de6b3a642 /scripts/copycatshouse1f.asm | |
parent | 42a9f7e8fd9f2f56a271cd5378467bb6a0f5bd21 (diff) |
Part 1 of syncing with pokered.
Diffstat (limited to 'scripts/copycatshouse1f.asm')
-rwxr-xr-x | scripts/copycatshouse1f.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/copycatshouse1f.asm b/scripts/copycatshouse1f.asm index bc76da1a..25cd0fc2 100755 --- a/scripts/copycatshouse1f.asm +++ b/scripts/copycatshouse1f.asm @@ -1,20 +1,20 @@ -CopycatsHouse1FScript: ; 75ec3 (1d:5ec3) +CopycatsHouse1FScript: jp EnableAutoTextBoxDrawing -CopycatsHouse1FTextPointers: ; 75ec6 (1d:5ec6) +CopycatsHouse1FTextPointers: dw CopycatsHouse1FText1 dw CopycatsHouse1FText2 dw CopycatsHouse1FText3 -CopycatsHouse1FText1: ; 75ecc (1d:5ecc) +CopycatsHouse1FText1: TX_FAR _CopycatsHouse1FText1 db "@" -CopycatsHouse1FText2: ; 75ed1 (1d:5ed1) +CopycatsHouse1FText2: TX_FAR _CopycatsHouse1FText2 db "@" -CopycatsHouse1FText3: ; 75ed6 (1d:5ed6) +CopycatsHouse1FText3: TX_FAR _CopycatsHouse1FText3 TX_ASM ld a, CHANSEY |