You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Correct some filename comments
This commit is contained in:
@@ -1152,7 +1152,7 @@ INCBIN "gfx/icons/mail_big.2bpp"
|
||||
call .PlaceMailCharset
|
||||
ret
|
||||
|
||||
; called from engine/sprite_anims.asm
|
||||
; called from engine/gfx/sprite_anims.asm
|
||||
|
||||
ComposeMail_AnimateCursor:
|
||||
call .GetDPad
|
||||
|
||||
@@ -204,7 +204,7 @@ HandleMapTimeAndJoypad:
|
||||
ret
|
||||
|
||||
HandleMapObjects:
|
||||
farcall HandleNPCStep ; engine/map_objects.asm
|
||||
farcall HandleNPCStep
|
||||
farcall _HandlePlayerStep
|
||||
call _CheckObjectEnteringVisibleRange
|
||||
ret
|
||||
|
||||
@@ -1365,7 +1365,7 @@ INCBIN "gfx/pokegear/clock.tilemap.rle"
|
||||
_UpdateRadioStation:
|
||||
jr UpdateRadioStation
|
||||
|
||||
; called from engine/sprite_anims.asm
|
||||
; called from engine/gfx/sprite_anims.asm
|
||||
|
||||
AnimateTuningKnob:
|
||||
push bc
|
||||
|
||||
@@ -36,7 +36,7 @@ InitPartyMenuLayout:
|
||||
|
||||
LoadPartyMenuGFX:
|
||||
call LoadFontsBattleExtra
|
||||
callfar InitPartyMenuPalettes ; engine/color.asm
|
||||
callfar InitPartyMenuPalettes
|
||||
callfar ClearSpriteAnims2
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user