Define relationship between map_object and object_events (#1054)

This commit is contained in:
vulcandth
2023-08-14 09:19:25 -05:00
committed by GitHub
parent 6926900f0f
commit e07a1e7773
2 changed files with 3 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ DEF RELATIVE_ATTRIBUTES EQU 1 << RELATIVE_ATTRIBUTES_F
DEF ABSOLUTE_TILE_ID EQU 1 << ABSOLUTE_TILE_ID_F
; map_object struct members (see macros/ram.asm)
; struct initialized by object_event macro (see macros/scripts/maps.asm)
rsreset
DEF MAPOBJECT_OBJECT_STRUCT_ID rb ; 0
DEF MAPOBJECT_SPRITE rb ; 1