diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-15 10:55:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-15 10:55:56 -0500 |
commit | bb2aba7da172f8ede8c3eb6f3602f62eff4d55be (patch) | |
tree | fad111d96257f01b40f56c58e2355fcbd7885d6f /engine/events.asm | |
parent | 6e257bc7cdab3249cc8fbdf4c808f0ebc442022e (diff) |
No more ItemFragment
Diffstat (limited to 'engine/events.asm')
-rw-r--r-- | engine/events.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events.asm b/engine/events.asm index d78a0a333..02381bbc3 100644 --- a/engine/events.asm +++ b/engine/events.asm @@ -641,7 +641,7 @@ TryObjectEvent: ; 969b5 .pointers dbw PERSONTYPE_SCRIPT, .script - dbw PERSONTYPE_ITEMFRAGMENT, .itemfragment + dbw PERSONTYPE_ITEMBALL, .itemball dbw PERSONTYPE_TRAINER, .trainer ; the remaining four are dummy events dbw PERSONTYPE_3, .three @@ -662,7 +662,7 @@ TryObjectEvent: ; 969b5 ret ; 96a12 -.itemfragment ; 96a12 +.itemball ; 96a12 ld hl, MAPOBJECT_SCRIPT_POINTER add hl, bc ld a, [hli] |