summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-09 16:28:22 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-09 16:52:34 -0500
commit6d1b7f28c8987be16b05e8c68f7f50eb357b7cc5 (patch)
treeb4b100bbfe54511540136e9c35ecb2eee572aafb /main.asm
parentf14562da4b066a80af3edfc5171e083f63532109 (diff)
Split base stats
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm7
1 files changed, 3 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index 00cf73453..3447ca781 100644
--- a/main.asm
+++ b/main.asm
@@ -2525,7 +2525,7 @@ UsedSurfScript: ; c986
waitbutton
closetext
- callasm Functionc9a2 ; empty function
+ callasm .empty_fn ; empty function
copybytetovar Buffer2
writevarcode VAR_MOVEMENT
@@ -2537,7 +2537,7 @@ UsedSurfScript: ; c986
applymovement PLAYER, MovementBuffer ; PLAYER, MovementBuffer
end
-Functionc9a2: ; c9a2
+.empty_fn: ; c9a2
callba MobileFn_1060bb ; empty
ret
@@ -5124,7 +5124,6 @@ INCLUDE "engine/pack.asm"
INCLUDE "engine/time.asm"
INCLUDE "engine/tmhm.asm"
INCLUDE "engine/namingscreen.asm"
-INCLUDE "engine/compose_mail.asm"
Script_AbortBugContest: ; 0x122c1
checkflag ENGINE_BUG_CONTEST_TIMER
@@ -5414,7 +5413,7 @@ Pokepic:: ; 244e3
call MenuBox
call UpdateSprites
call ApplyTilemap
- ld b, SCGB_12
+ ld b, SCGB_POKEPIC
call GetSGBLayout
xor a
ld [hBGMapMode], a