summaryrefslogtreecommitdiff
path: root/predef
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-10 12:31:49 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-10 12:31:49 -0400
commitae36ef2c7fb722b7480d73c7a95a5d1e2ece7831 (patch)
treec6cfbfa143807b10f3baf86eeed3ff6275237c72 /predef
parente95d42e0af1921f516c1fd4269024aa3f586514f (diff)
Labeled every function in ROM0 that's referenced in the source
Diffstat (limited to 'predef')
-rwxr-xr-xpredef/crystal.asm4
-rw-r--r--predef/sgb.asm4
2 files changed, 4 insertions, 4 deletions
diff --git a/predef/crystal.asm b/predef/crystal.asm
index c006a96e0..52c859bb6 100755
--- a/predef/crystal.asm
+++ b/predef/crystal.asm
@@ -554,9 +554,9 @@ _InitMG_Mobile_LinkTradePalMap: ; 49797
hlcoord 2, 16, AttrMap
ld [hli], a
ld a, $7
-rept 3
ld [hli], a
-endr
+ ld [hli], a
+ ld [hli], a
ld a, $2
ld [hl], a
hlcoord 2, 17, AttrMap
diff --git a/predef/sgb.asm b/predef/sgb.asm
index f9e8348d9..c2a04478e 100644
--- a/predef/sgb.asm
+++ b/predef/sgb.asm
@@ -472,9 +472,9 @@ endr
ld a, [CurPartySpecies]
ld l, a
ld h, 0
-rept 3
add hl, hl
-endr
+ add hl, hl
+ add hl, hl
ld de, PokemonPalettes
add hl, de
ld a, [wcf65]