diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-06 12:22:02 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-06 12:22:02 -0400 |
commit | a79708eaf77db829aa6f2e89fd3b22e898e5d365 (patch) | |
tree | e6093ff5e21faef1374a77f5135abafa2dfd8908 /scripts | |
parent | 12e6d18486bff5831de2f327a44fd4f351b8e47e (diff) |
Update copycatshouse2f.asm
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copycatshouse2f.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/copycatshouse2f.asm b/scripts/copycatshouse2f.asm index b7a1255c..ed4e9a4f 100755 --- a/scripts/copycatshouse2f.asm +++ b/scripts/copycatshouse2f.asm @@ -30,7 +30,7 @@ CopycatsHouse2FText1: ; 5cc82 (17:4c82) ld hl, ReceivedTM31Text call PrintText ld a, POKE_DOLL - ldh [$db], a + ld [$ffdb], a callba RemoveItemByID ld hl, wd7af set 0, [hl] |