mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-07-19 08:53:15 -05:00
use db instead of item_frag on ItemFragment remote chunks
original-commit-id: a049ef74f88a98a0925f5b918578608945445c8e
This commit is contained in:
parent
97c5e9c136
commit
6459f0195c
|
|
@ -3267,7 +3267,7 @@ class ItemFragment(Command):
|
|||
"""used by ItemFragmentParam and PeopleEvent
|
||||
(for items placed on a map)"""
|
||||
size = 2
|
||||
macro_name = "item_frag"
|
||||
macro_name = "db"
|
||||
base_label = "ItemFragment_"
|
||||
override_byte_check = True
|
||||
param_types = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user