From edf42a54d5b95780725e50605672fec29a9936f1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 7 Oct 2015 13:19:41 -0400 Subject: More labels, including fns responsible for partymon generation --- misc/mobile_40.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/mobile_40.asm') diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index fa3490f82..3fcd0969a 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -407,10 +407,10 @@ Function1002c9: ; 1002c9 Function1002dc: ; 1002dc ld a, $f8 - ld [$ff9f], a + ld [hMapEntryMethod], a callba RunMapSetupScript xor a - ld [$ff9f], a + ld [hMapEntryMethod], a call Functione51 ret ; 1002ed -- cgit v1.2.3 From d42330ed8b591db79c43ef680edc5965d6a7b14b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 10 Oct 2015 17:03:04 -0400 Subject: Annotation of PrintNum arguments in bc, and radio functions --- misc/mobile_40.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/mobile_40.asm') diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 3fcd0969a..f60ce3bd1 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -1097,7 +1097,7 @@ Function100697: ; 100697 ret .asm_1006b4 - ld bc, $8102 + lb bc, PRINTNUM_LEADINGZEROS | 1, 2 call PrintNum ret @@ -1484,7 +1484,7 @@ Function100902: ; 100902 hlcoord 4, 11 call PlaceString hlcoord 8, 11 - ld bc, $0102 + lb bc, 1, 2 ld de, StringBuffer2 call PrintNum ld de, SFX_TWO_PC_BEEPS -- cgit v1.2.3 From 327faac497b4195dbf1d3c8dbfeb2adcda9deb27 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 11 Oct 2015 12:15:03 -0400 Subject: Magikarp functions moved to event/magikarp.asm --- misc/mobile_40.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/mobile_40.asm') diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index f60ce3bd1..3e000c054 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -1843,7 +1843,7 @@ Function100b9f: ; 100b9f callba Function3e786 ret z call Function100dd8 - jp c, Function2ec8 + jp c, xor_a_dec_a call Function100e72 call Function100bc2 push af -- cgit v1.2.3 From 88bc86b0bba2e789955d644fd26ae5b57bc85880 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 13 Oct 2015 12:46:40 -0400 Subject: Replace Functionfb8 with FillBoxWithByte --- misc/mobile_40.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/mobile_40.asm') diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 3e000c054..64608d2a8 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -7557,7 +7557,7 @@ Function1034e0: ; 1034e0 add hl, bc pop bc ld a, $6 - call Functionfb8 + call FillBoxWithByte ret ; 1034f1 -- cgit v1.2.3