summaryrefslogtreecommitdiff
path: root/engine/hidden_object_functions7.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-08 00:35:33 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-08 00:35:33 -0400
commit5da4ad3d5c62292f062d4f7b4382e6c09b7faaea (patch)
tree97319f45578efa0901fb1986678c16bbdeda6bcc /engine/hidden_object_functions7.asm
parente181c27c5e396aea254b471b182df3237eeb03ce (diff)
parent2bb64d11e6015e39e934e7359697c08636645994 (diff)
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'engine/hidden_object_functions7.asm')
-rwxr-xr-xengine/hidden_object_functions7.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm
index c49c04bd..6e232664 100755
--- a/engine/hidden_object_functions7.asm
+++ b/engine/hidden_object_functions7.asm
@@ -161,7 +161,7 @@ CinnabarGymQuiz: ; 1e3be (7:63be)
CinnabarGymQuizDummyIntroText: ; 1e401 (7:6401)
TX_FAR _CinnabarGymQuizDummyIntroText
db "@"
-
+
CinnabarGymQuizIntroText: ; 1e406 (7:6406)
TX_FAR _CinnabarGymQuizIntroText
db "@"
@@ -169,7 +169,7 @@ CinnabarGymQuizIntroText: ; 1e406 (7:6406)
CinnabarGymQuizShortIntroText: ; 1e40b (7:640b)
TX_FAR _CinnabarGymQuizShortIntroText
db "@"
-
+
CinnabarQuizQuestions: ; 1e410 (7:6410)
dw CinnabarQuizQuestionsText1
dw CinnabarQuizQuestionsText2
@@ -327,7 +327,7 @@ CinnabarGymGateCoords: ; 1e503 (7:6503)
db $02,$06,$54,$00
db $02,$03,$54,$00
-
+
CinnabarGym_ReplaceTileBlock: ; 1e51b (7:651b)
; basically a copy of the first half of ReplaceTileBlock
; before checking if it is necessary to redraw the map view