Fix triple newlines left over from removing address comments

This commit is contained in:
Rangi
2018-06-24 23:22:50 -04:00
parent 91f914718a
commit 67d1364c7a
193 changed files with 3 additions and 1965 deletions

View File

@@ -427,7 +427,6 @@ DexEntryScreen_ArrowCursorData:
dwcoord 11, 17 ; CRY
dwcoord 15, 17 ; PRNT
DexEntryScreen_MenuActionJumptable:
dw Pokedex_Page
dw .Area
@@ -1069,7 +1068,6 @@ Pokedex_FillColumn:
pop de
ret
Pokedex_DrawMainScreenBG:
; Draws the left sidebar and the bottom bar on the main screen.
hlcoord 0, 17
@@ -1416,7 +1414,6 @@ Pokedex_PlaceString:
ld [hli], a
jr .loop
Pokedex_PlaceBorder:
push hl
ld a, $33
@@ -1460,7 +1457,6 @@ Pokedex_PlaceBorder:
dec e
jr .row_loop
Pokedex_PrintListing:
; Prints the list of Pokémon on the main Pokédex screen.
@@ -1578,7 +1574,6 @@ Pokedex_DrawFootprint:
ld [hl], a
ret
Pokedex_GetSelectedMon:
; Gets the species of the currently selected Pokémon. This corresponds to the
; position of the cursor in the main listing, but this function can be used
@@ -1594,7 +1589,6 @@ Pokedex_GetSelectedMon:
ld [wd265], a
ret
Pokedex_CheckCaught:
push de
push hl
@@ -1605,7 +1599,6 @@ Pokedex_CheckCaught:
pop de
ret
Pokedex_CheckSeen:
push de
push hl
@@ -1617,7 +1610,6 @@ Pokedex_CheckSeen:
ret
Pokedex_OrderMonsByMode:
ld hl, wPokedexOrder
ld bc, wPokedexOrderEnd - wPokedexOrder
@@ -1711,12 +1703,10 @@ Pokedex_ABCMode:
.doneabc
ret
INCLUDE "data/pokemon/dex_order_alpha.asm"
INCLUDE "data/pokemon/dex_order_new.asm"
Pokedex_DisplayModeDescription:
xor a
ld [hBGMapMode], a
@@ -2349,7 +2339,6 @@ Pokedex_ApplyUsualPals:
call DmgToCgbObjPal0
ret
Pokedex_LoadPointer:
ld e, a
ld d, 0
@@ -2387,7 +2376,6 @@ Pokedex_LoadSelectedMonTiles:
call CloseSRAM
ret
Pokedex_LoadCurrentFootprint:
call Pokedex_GetSelectedMon
@@ -2431,7 +2419,6 @@ Pokedex_LoadAnyFootprint:
ret
Pokedex_LoadGFX:
call DisableLCD
ld hl, vTiles2
@@ -2561,7 +2548,6 @@ _NewPokedexEntry:
call PlayMonCry
ret
Pokedex_SetBGMapMode3:
ld a, $3
ld [hBGMapMode], a
@@ -2585,7 +2571,6 @@ Pokedex_SetBGMapMode_3ifDMG_4ifCGB:
call Pokedex_SetBGMapMode3
ret
Pokedex_ResetBGMapMode:
xor a
ld [hBGMapMode], a

View File

@@ -46,5 +46,4 @@ PrintUnownWord:
ld [hli], a
jr .loop
INCLUDE "data/pokemon/unown_words.asm"