summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-04 16:14:27 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-04 16:14:27 -0500
commit7fd20e63223e777872618b3eac7cf49f8b105fec (patch)
tree0f06f9805b84653c173d130147f41ca08477e33a /engine
parent95cb4636af8e19922922f4d183edaea20a56596c (diff)
home/copy.asm completely labeled
Diffstat (limited to 'engine')
-rw-r--r--engine/map_setup.asm2
-rw-r--r--engine/pokedex.asm6
-rw-r--r--engine/specials.asm2
3 files changed, 5 insertions, 5 deletions
diff --git a/engine/map_setup.asm b/engine/map_setup.asm
index 7d0a9affb..957747406 100644
--- a/engine/map_setup.asm
+++ b/engine/map_setup.asm
@@ -343,7 +343,7 @@ Function154f7: ; 154f7
jr c, .ok
ret
.ok
- call Special_ReplaceKrisSprite
+ call ReplaceKrisSprite
ret
Function1550c: ; 1550c (5:550c)
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index dd58e940d..005129f5f 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -838,7 +838,7 @@ Function405df: ; 405df (10:45df)
ld hl, PokedexLZ
ld de, VTiles2 tile $31
lb bc, BANK(PokedexLZ), $3a
- call Functione73
+ call DecompressRequest2bpp
.asm_4060f
ret
@@ -2487,7 +2487,7 @@ Function414b7: ; 414b7
xor a
call ByteFill
call Function414fb
- call Functione5f
+ call LoadFontsExtra
ld hl, VTiles2 tile $60
ld bc, $0200
call Function41504
@@ -2511,7 +2511,7 @@ Function414b7: ; 414b7
ret
Function414fb: ; 414fb
- call Functione51
+ call LoadStandardFont
ld hl, VTiles1
ld bc, $0800
diff --git a/engine/specials.asm b/engine/specials.asm
index 0dc12a542..931a59078 100644
--- a/engine/specials.asm
+++ b/engine/specials.asm
@@ -76,7 +76,7 @@ SpecialsPointers:: ; c029
add_special UpdateTimePals
add_special ClearTileMap
add_special UpdateSprites
- add_special Special_ReplaceKrisSprite
+ add_special ReplaceKrisSprite
add_special Special_GameCornerPrizeMonCheckDex
add_special SpecialSeenMon
add_special WaitSFX