shithub: pokecrystal

Download patch

ref: 1c41b2e579315ca582157fb3c824bda8ce4ecbbe
parent: 77803f571fed52bfce19b60ddafd98019c113e99
author: mid-kid <esteve.varela@gmail.com>
date: Sun Nov 17 14:47:42 EST 2019

Fix some mobile-related things

--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -1091,9 +1091,9 @@
 	ld [de], a
 	ret
 
-Function1006fd:
-	ld a, $04
-	ld hl, $a800
+MobileBattleResetTimer:
+	ld a, BANK(sMobileBattleTimer)
+	ld hl, sMobileBattleTimer
 	call GetSRAMBank
 	xor a
 	ld [hli], a
@@ -1274,7 +1274,7 @@
 .asm_100830
 	ld [hld], a
 	ccf
-	ld a, [wBGMapBufferPtrs]
+	ld a, [wcd70]
 	adc [hl]
 	sub $3c
 	jr nc, .asm_10083c
@@ -7551,7 +7551,7 @@
 	ld a, c
 	and a
 	ret z
-	farcall Function1006fd
+	farcall MobileBattleResetTimer
 	ret
 
 .failed_to_save
--- a/sram.asm
+++ b/sram.asm
@@ -218,7 +218,7 @@
 sBTMonPrevPrevTrainer3:: db
 
 
-SECTION "Boxes 1-7",  SRAM, BANK [2]
+SECTION "Boxes 1-7", SRAM
 
 sBox1::  box sBox1
 sBox2::  box sBox2
@@ -260,7 +260,7 @@
 
 	ds $1f0
 
-sMobileBattleTimer:: ds 3
+sMobileBattleTimer:: ds 3 ; a800
 
 
 SECTION "SRAM Mobile 2", SRAM
--- a/wram.asm
+++ b/wram.asm
@@ -1288,7 +1288,8 @@
 wcd6c:: ds 1
 wcd6d:: ds 1
 wcd6e:: ds 1
-wcd6f:: ds 2
+wcd6f:: ds 1
+wcd70:: ds 1
 wcd71:: ds 1
 wcd72:: ds 1
 wcd73:: ds 1