Further WRAM organization

This commit is contained in:
Remy Oukaour
2017-12-09 15:14:51 -05:00
parent 5a5df2ab87
commit e3c686f6df
13 changed files with 211 additions and 323 deletions

View File

@@ -42,10 +42,10 @@ ENDM
LoadSpawnPoint: ; 1531f
; loads the spawn point in wd001
; loads the spawn point in DefaultSpawnpoint
push hl
push de
ld a, [wd001]
ld a, [DefaultSpawnpoint]
cp SPAWN_N_A
jr z, .spawn_n_a
ld l, a