You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -33,7 +33,6 @@ LoadMenuMonIcon:
|
||||
ld l, a
|
||||
jp hl
|
||||
|
||||
|
||||
.Jumptable:
|
||||
dw PartyMenu_InitAnimatedMonIcon ; party menu
|
||||
dw NamingScreen_InitAnimatedMonIcon ; naming screen
|
||||
@@ -263,7 +262,6 @@ GetSpeciesIcon:
|
||||
call GetIconGFX
|
||||
ret
|
||||
|
||||
|
||||
FlyFunction_GetMonIcon:
|
||||
push de
|
||||
ld a, [wd265]
|
||||
@@ -449,7 +447,6 @@ ReadMonMenuIcon:
|
||||
ld a, ICON_EGG
|
||||
ret
|
||||
|
||||
|
||||
INCLUDE "data/pokemon/menu_icons.asm"
|
||||
|
||||
INCLUDE "data/icon_pointers.asm"
|
||||
|
||||
Reference in New Issue
Block a user