summaryrefslogtreecommitdiff
path: root/home/region.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-06-24 16:09:41 +0200
committermid-kid <esteve.varela@gmail.com>2018-06-24 16:13:22 +0200
commit1d9a68dbdd0132035f1fc7b7ea8f7fdc24741507 (patch)
tree3af0a92f5f7dc10f32eed04d9daae52749fc33c2 /home/region.asm
parent131875d3e37044ec995287af7c93decd86a0d659 (diff)
Remove all address comments
Diffstat (limited to 'home/region.asm')
-rw-r--r--home/region.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/region.asm b/home/region.asm
index 00fe1dd47..4cb3d4768 100644
--- a/home/region.asm
+++ b/home/region.asm
@@ -1,4 +1,4 @@
-IsInJohto:: ; 2f17
+IsInJohto::
; Return 0 if the player is in Johto, and 1 in Kanto.
ld a, [wMapGroup]
@@ -30,4 +30,3 @@ IsInJohto:: ; 2f17
.Kanto:
ld a, 1
ret
-; 2f3e