From 6d1b7f28c8987be16b05e8c68f7f50eb357b7cc5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 9 Jan 2016 16:28:22 -0500 Subject: Split base stats --- main.asm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'main.asm') 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 -- cgit v1.2.3