Document constants with comments, actual names, and more thorough usage

This commit is contained in:
Remy Oukaour
2017-12-09 00:50:59 -05:00
parent 89b9292db0
commit 512863989f
86 changed files with 2222 additions and 1980 deletions

View File

@@ -50,9 +50,8 @@ LoadSpawnPoint: ; 1531f
jr z, .spawn_n_a
ld l, a
ld h, 0
rept 2 ; multiply hl by 4
add hl,hl
endr
add hl, hl
add hl, hl
ld de, SpawnPoints
add hl, de
ld a, [hli]