summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home.asm b/home.asm
index 77e1e05c..c1caab75 100644
--- a/home.asm
+++ b/home.asm
@@ -475,7 +475,7 @@ HandlePartyMenuInput::
jr nz, .asm_1258
ld a, [wCurrentMenuItem]
ld [wWhichPokemon], a
- callab IsThisPartymonStarterPikachu_Party ; 3f:4e18
+ callab IsThisPartymonStarterPikachu_Party
jr nc, .asm_1258
call CheckPikachuFollowingPlayer
jr nz, .asm_128f
@@ -536,7 +536,7 @@ HandlePartyMenuInput::
jp HandlePartyMenuInput
PartyMenuText_12cc::
- TX_FAR _SleepingPikachuText1 ; 28:411b
+ TX_FAR _SleepingPikachuText1
db "@"
DrawPartyMenu::
@@ -977,7 +977,7 @@ INCLUDE "home/lcdc.asm"
IsTilePassable::
; sets carry if tile is passable, resets carry otherwise
- homecall_sf _IsTilePassable ; 1:4aaa
+ homecall_sf _IsTilePassable
ret
INCLUDE "home/copy2.asm"
@@ -1001,7 +1001,7 @@ UpdateSprites::
switchbank _UpdateSprites
ld a, $ff
ld [wUpdateSpritesEnabled], a
- call _UpdateSprites ; 1:4bb7
+ call _UpdateSprites
ld a, $1
ld [wUpdateSpritesEnabled], a
pop af
@@ -1115,7 +1115,7 @@ FadeOutAudio::
jp PlaySound
UnknownText_2812::
- TX_FAR _PokemonText ; 2c:749a
+ TX_FAR _PokemonText
db "@"
; this function is used to display sign messages, sprite dialog, etc.
@@ -1348,7 +1348,7 @@ RepelWoreOffText::
db "@"
DisplayPikachuEmotion::
- callab TalkToPikachu ; 3f:5004
+ callab TalkToPikachu
jp CloseTextDisplay
INCLUDE "engine/menu/start_menu.asm"