summaryrefslogtreecommitdiff
path: root/asm/overworld.s
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-20 17:16:56 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-20 17:16:56 +0100
commitb615af4184108b83227a24aac1eff7ec0a0cc749 (patch)
treeb74e22f9c574a7e690c2f239f63d1f39f2f3614f /asm/overworld.s
parentcb229f56e8951e3f9efc35516447a54e18e8fef0 (diff)
parent7e6a68a99a832383e7cbf3c91aef321dd46ed61f (diff)
fix pokeblock merge conflicts
Diffstat (limited to 'asm/overworld.s')
-rw-r--r--asm/overworld.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/overworld.s b/asm/overworld.s
index 739c10ed6..f86097ce9 100644
--- a/asm/overworld.s
+++ b/asm/overworld.s
@@ -2856,8 +2856,8 @@ sav1_map_get_name: @ 8085C58
.pool
thumb_func_end sav1_map_get_name
- thumb_func_start sav1_map_get_battletype
-sav1_map_get_battletype: @ 8085C80
+ thumb_func_start GetCurrentMapBattleScene
+GetCurrentMapBattleScene: @ 8085C80
push {lr}
ldr r0, =gSaveBlock1Ptr
ldr r1, [r0]
@@ -2875,7 +2875,7 @@ sav1_map_get_battletype: @ 8085C80
pop {r1}
bx r1
.pool
- thumb_func_end sav1_map_get_battletype
+ thumb_func_end GetCurrentMapBattleScene
thumb_func_start overworld_bg_setup
@ void overworld_bg_setup()