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:
@@ -167,7 +167,7 @@ endr
|
||||
and a
|
||||
jr z, .getvar
|
||||
inc hl
|
||||
|
||||
|
||||
.getvar
|
||||
; var id
|
||||
ld a, [hl]
|
||||
@@ -182,9 +182,9 @@ endr
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
|
||||
|
||||
ld a, [hl]
|
||||
|
||||
|
||||
pop bc
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user