mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Correct some filename comments
This commit is contained in:
parent
9b3c45b14d
commit
97e981985b
@ -84,7 +84,7 @@
|
||||
|
||||
; Actual characters (from other graphics files)
|
||||
|
||||
; needed for _LoadFontsExtra1 (see engine/load_font.asm)
|
||||
; needed for _LoadFontsExtra1 (see engine/gfx/load_font.asm)
|
||||
charmap "■", $60 ; gfx/font/black.2bpp
|
||||
charmap "▲", $61 ; gfx/font/up_arrow.png
|
||||
charmap "☎", $62 ; gfx/font/phone_icon.2bpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
; WritePartyMenuTilemap.Jumptable indexes (see engine/party_menu.asm)
|
||||
; WritePartyMenuTilemap.Jumptable indexes (see engine/pokemon/party_menu.asm)
|
||||
const_def
|
||||
const PARTYMENUQUALITY_NICKNAMES
|
||||
const PARTYMENUQUALITY_HP_BAR
|
||||
|
@ -1,4 +1,4 @@
|
||||
; see engine/naming_screen.asm
|
||||
; see engine/menus/naming_screen.asm
|
||||
|
||||
MailEntry_Uppercase:
|
||||
db "A B C D E F G H I J"
|
||||
|
@ -1,4 +1,4 @@
|
||||
; see engine/naming_screen.asm
|
||||
; see engine/menus/naming_screen.asm
|
||||
|
||||
NameInputLower:
|
||||
db "a b c d e f g h i"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user