You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
No more ItemFragment
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user