diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 16:28:22 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 16:52:34 -0500 |
commit | 6d1b7f28c8987be16b05e8c68f7f50eb357b7cc5 (patch) | |
tree | b4b100bbfe54511540136e9c35ecb2eee572aafb /main.asm | |
parent | f14562da4b066a80af3edfc5171e083f63532109 (diff) |
Split base stats
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |