You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
fix spacing in main.asm
This commit is contained in:
6
main.asm
6
main.asm
@@ -695,8 +695,8 @@ SpecialsPointers: ; 0xc029
|
|||||||
|
|
||||||
INCBIN "baserom.gbc",$c224,$c644 - $c224
|
INCBIN "baserom.gbc",$c224,$c644 - $c224
|
||||||
|
|
||||||
; prints a leading zero unless they are turned off in the flags
|
|
||||||
PrintNumber_PrintLeadingZero: ; c644
|
PrintNumber_PrintLeadingZero: ; c644
|
||||||
|
; prints a leading zero unless they are turned off in the flags
|
||||||
bit 7, d ; print leading zeroes?
|
bit 7, d ; print leading zeroes?
|
||||||
ret z
|
ret z
|
||||||
ld [hl], "0"
|
ld [hl], "0"
|
||||||
@@ -704,10 +704,6 @@ PrintNumber_PrintLeadingZero: ; c644
|
|||||||
|
|
||||||
INCBIN "baserom.gbc",$c64a,$ffff - $c64a
|
INCBIN "baserom.gbc",$c64a,$ffff - $c64a
|
||||||
|
|
||||||
;UnknownText_0xffff: ; 0xffff
|
|
||||||
; db $0, $21, "ふまひ?へKぷへ", $57
|
|
||||||
;; 0x1000a
|
|
||||||
|
|
||||||
SECTION "bank4",DATA,BANK[$4]
|
SECTION "bank4",DATA,BANK[$4]
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$10000,$14000 - $10000
|
INCBIN "baserom.gbc",$10000,$14000 - $10000
|
||||||
|
Reference in New Issue
Block a user