You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -2407,7 +2407,7 @@ Pokedex_LoadSelectedMonTiles: ; 4143b
|
||||
predef GetFrontpic
|
||||
ret
|
||||
|
||||
.QuestionMark
|
||||
.QuestionMark:
|
||||
ld a, BANK(sScratch)
|
||||
call GetSRAMBank
|
||||
callba LoadQuestionMarkPic
|
||||
@@ -2481,12 +2481,12 @@ Pokedex_LoadGFX: ; 414b7
|
||||
callba LoadSGBPokedexGFX
|
||||
jr .LoadPokedexSlowpokeLZ
|
||||
|
||||
.LoadPokedexLZ
|
||||
.LoadPokedexLZ:
|
||||
ld hl, PokedexLZ
|
||||
ld de, VTiles2 tile $31
|
||||
call Decompress
|
||||
|
||||
.LoadPokedexSlowpokeLZ
|
||||
.LoadPokedexSlowpokeLZ:
|
||||
ld hl, PokedexSlowpokeLZ
|
||||
ld de, VTiles0
|
||||
call Decompress
|
||||
@@ -2614,7 +2614,7 @@ Pokedex_SetBGMapMode_3ifDMG_4ifCGB: ; 41aeb (10:5aeb)
|
||||
and a
|
||||
jr z, .DMG
|
||||
call Pokedex_SetBGMapMode4
|
||||
.DMG
|
||||
.DMG:
|
||||
call Pokedex_SetBGMapMode3
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user