aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/diploma2.asm2
-rw-r--r--engine/events/hidden_objects/cinnabar_gym_quiz.asm6
2 files changed, 4 insertions, 4 deletions
diff --git a/engine/events/diploma2.asm b/engine/events/diploma2.asm
index 75ac104a..efc3b9cd 100644
--- a/engine/events/diploma2.asm
+++ b/engine/events/diploma2.asm
@@ -1,4 +1,4 @@
-CIRCLE_TILE_ID EQU $10
+DEF CIRCLE_TILE_ID EQU $10
_DisplayDiploma:
call GBPalWhiteOutWithDelay3
diff --git a/engine/events/hidden_objects/cinnabar_gym_quiz.asm b/engine/events/hidden_objects/cinnabar_gym_quiz.asm
index da550c76..629f2dce 100644
--- a/engine/events/hidden_objects/cinnabar_gym_quiz.asm
+++ b/engine/events/hidden_objects/cinnabar_gym_quiz.asm
@@ -201,12 +201,12 @@ UpdateCinnabarGymGateTileBlocks_::
callfar RedrawMapView
ret
-gym_gate_coord: MACRO
+MACRO gym_gate_coord
db \1, \2, \3, 0
ENDM
-HORIZONTAL_GATE_BLOCK EQU $54
-VERTICAL_GATE_BLOCK EQU $5f
+DEF HORIZONTAL_GATE_BLOCK EQU $54
+DEF VERTICAL_GATE_BLOCK EQU $5f
CinnabarGymGateCoords:
; x coord, y coord, block id