diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:18:22 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:18:22 -0400 |
| commit | 06db7ec55bbc87ed18db72a53fb20fa7b4da9b29 (patch) | |
| tree | d9631415d7640c39b8883766fa5209f92912c95c /scripts/WardensHouse.asm | |
| parent | Use ASCII quotes in comments (diff) | |
| download | pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.gz pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.xz pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.zip | |
callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar
Diffstat (limited to 'scripts/WardensHouse.asm')
| -rwxr-xr-x | scripts/WardensHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/WardensHouse.asm b/scripts/WardensHouse.asm index 1cb68cf9..6705a450 100755 --- a/scripts/WardensHouse.asm +++ b/scripts/WardensHouse.asm @@ -33,7 +33,7 @@ FuchsiaHouse2Text1: call PrintText ld a, GOLD_TEETH ldh [hItemToRemoveID], a - callba RemoveItemByID + farcall RemoveItemByID SetEvent EVENT_GAVE_GOLD_TEETH .asm_60cba ld hl, WardenThankYouText |
