summaryrefslogtreecommitdiff
path: root/data/maps/objects/Office1.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-09-22 14:32:37 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-09-22 14:44:22 -0400
commite6a99b8f9e20f7058a140fe7f0668b17ce49c6eb (patch)
tree2081afd14167056953c8140699d35532d236938d /data/maps/objects/Office1.asm
parent5e70f4cb51843ce2d40579ff272d375b9fa9aa26 (diff)
Port updated map event macros
Diffstat (limited to 'data/maps/objects/Office1.asm')
-rw-r--r--data/maps/objects/Office1.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/objects/Office1.asm b/data/maps/objects/Office1.asm
index ae45362..a284e8d 100644
--- a/data/maps/objects/Office1.asm
+++ b/data/maps/objects/Office1.asm
@@ -7,11 +7,11 @@ SECTION "data/maps/objects/Office1.asm", ROMX
Office1_MapEvents::
dw $0 ; unknown
- db 0 ; warp events
+ def_warp_events
- db 0 ; bg events
+ def_bg_events
- db 0 ; person events
+ def_object_events
Office1_Blocks::
INCBIN "maps/Office1.blk"