You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Labeled every function in ROM0 that's referenced in the source
This commit is contained in:
@@ -550,9 +550,9 @@ _Get1bpp:: ; 1042b2
|
||||
ld a, b
|
||||
ld l, c
|
||||
ld h, $0
|
||||
rept 3
|
||||
add hl, hl ; multiply by 8
|
||||
endr
|
||||
add hl, hl ; multiply by 8
|
||||
add hl, hl ; multiply by 8
|
||||
ld c, l
|
||||
ld b, h
|
||||
ld h, d
|
||||
|
||||
Reference in New Issue
Block a user