You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Simplify comments per Rangi's rec.
This commit is contained in:
@@ -178,7 +178,7 @@ UnownPrinter: ; 16be4
|
||||
hlcoord 1, 9
|
||||
ld de, UnownDexVacantString
|
||||
call PlaceString
|
||||
xor a ; effectively ld a, BANK(sScratch)
|
||||
xor a ; sScratch
|
||||
call GetSRAMBank
|
||||
ld hl, sScratch
|
||||
ld bc, $31 tiles
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
RotateUnownFrontpic: ; e0000
|
||||
; something to do with Unown printer
|
||||
push de
|
||||
xor a ; effectively ld a, BANK(sScratch)
|
||||
xor a ; sScratch
|
||||
call GetSRAMBank
|
||||
ld hl, sScratch
|
||||
ld bc, 0
|
||||
|
||||
Reference in New Issue
Block a user