diff options
| author | yenatch <yenatch@gmail.com> | 2014-06-16 13:03:05 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-06-16 13:03:05 -0700 |
| commit | 35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8 (patch) | |
| tree | 22edd68ca5b17147a1733a1781e9eaf78f379e2f /engine/overworld/item.asm | |
| parent | Remove generated "indirect jump" comments. (diff) | |
| download | pokeyellow-35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8.tar.gz pokeyellow-35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8.tar.xz pokeyellow-35f2bb90d4a8f8e4dcac3fbab7d89cbc590285e8.zip | |
Rename predef functions so they aren't excessive in length.
This is mostly because of an rgbasm bug that prevents macro arguments
from exceeding 16 characters, but the names were bad anyway.
Diffstat (limited to 'engine/overworld/item.asm')
| -rw-r--r-- | engine/overworld/item.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/item.asm b/engine/overworld/item.asm index c66fc143..a75c393c 100644 --- a/engine/overworld/item.asm +++ b/engine/overworld/item.asm @@ -32,7 +32,7 @@ PickupItem: ld a, [$ffdb] ld [wcc4d], a - ld a, $11 ; RemoveMissableObject + ld a, $11 ; HideObject call Predef ld a, 1 ld [wcc3c], a |
