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:
@@ -188,7 +188,7 @@ endr
|
||||
; e12d9
|
||||
|
||||
.Jumptable: ; e12d9
|
||||
|
||||
|
||||
dw .Function
|
||||
; e12db
|
||||
|
||||
@@ -321,7 +321,7 @@ UnownPuzzle_A: ; e1376
|
||||
ld [wHoldingUnownPuzzlePiece], a
|
||||
ret
|
||||
|
||||
.TryPlacePiece
|
||||
.TryPlacePiece:
|
||||
call UnownPuzzle_CheckCurrentTileOccupancy
|
||||
and a
|
||||
jr nz, UnownPuzzle_InvalidAction
|
||||
@@ -546,7 +546,7 @@ RedrawUnownPuzzlePieces: ; e14d9
|
||||
ld hl, .OAM_HoldingPiece
|
||||
jr .load
|
||||
|
||||
.NoPiece
|
||||
.NoPiece:
|
||||
ld hl, .OAM_NotHoldingPiece
|
||||
|
||||
.load
|
||||
|
||||
Reference in New Issue
Block a user