diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 19:51:13 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 19:51:13 -0500 |
| commit | 8fb01de917b040e4e5d7f392c5b01f33a1341033 (patch) | |
| tree | 13a9febbaf2c2a7aa48ab447e6a6167e83bfe012 /event | |
| parent | b1e63485d8747ef4946b56a5d0c07c4fdfaf7186 (diff) | |
No more DefaultFlypoint
Diffstat (limited to 'event')
| -rw-r--r-- | event/kurt.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/event/kurt.asm b/event/kurt.asm index 9d87430d3..63e5d4284 100644 --- a/event/kurt.asm +++ b/event/kurt.asm @@ -233,7 +233,7 @@ Kurt_GiveUpSelectedQuantityOfSelectedApricorn: ; 88161 xor a ld [ItemCountBuffer], a ld a, -1 - ld [MiscBuffer2], a + ld [wd002], a ; Search for [CurItem] in the bag. .loop1 @@ -253,7 +253,7 @@ Kurt_GiveUpSelectedQuantityOfSelectedApricorn: ; 88161 ; Increment the result counter and store the bag index of the match. ld d, $0 push hl - ld hl, MiscBuffer2 + ld hl, wd002 add hl, de inc e ld a, [ItemCountBuffer] @@ -271,7 +271,7 @@ Kurt_GiveUpSelectedQuantityOfSelectedApricorn: ; 88161 jr z, .done dec a jr z, .OnlyOne - ld hl, MiscBuffer2 + ld hl, wd002 .loop2 ld a, [hl] @@ -316,7 +316,7 @@ Kurt_GiveUpSelectedQuantityOfSelectedApricorn: ; 88161 jr nz, .loop2 .OnlyOne - ld hl, MiscBuffer2 + ld hl, wd002 .loop4 ld a, [hl] cp -1 |
