Labeled every function in ROM0 that's referenced in the source

This commit is contained in:
pikalaxalt
2016-05-10 12:31:49 -04:00
parent e95d42e0af
commit ae36ef2c7f
86 changed files with 554 additions and 512 deletions

View File

@@ -472,9 +472,9 @@ AnimateWaterTile: ; fc402
and 3 << 1
; 2 x 8 = 16 bytes per tile
rept 3
add a
endr
add a
add a
add WaterTileFrames % $100
ld l, a
@@ -511,9 +511,9 @@ ForestTreeLeftAnimation: ; fc45c
.asm_fc46c
ld a, [TileAnimationTimer]
call GetForestTreeFrame
rept 3
add a
endr
add a
add a
add ForestTreeLeftFrames % $100
ld l, a
ld a, 0
@@ -553,9 +553,9 @@ ForestTreeRightAnimation: ; fc4c4
.asm_fc4d4
ld a, [TileAnimationTimer]
call GetForestTreeFrame
rept 3
add a
endr
add a
add a
add ForestTreeLeftFrames % $100
ld l, a
ld a, 0
@@ -589,9 +589,9 @@ ForestTreeLeftAnimation2: ; fc4f2
ld a, [TileAnimationTimer]
call GetForestTreeFrame
xor 2
rept 3
add a
endr
add a
add a
add ForestTreeLeftFrames % $100
ld l, a
ld a, 0
@@ -621,9 +621,9 @@ ForestTreeRightAnimation2: ; fc51c
ld a, [TileAnimationTimer]
call GetForestTreeFrame
xor 2
rept 3
add a
endr
add a
add a
add ForestTreeLeftFrames % $100
ld l, a
ld a, 0
@@ -734,9 +734,9 @@ SafariFountainAnim2: ; fc5eb
ld c, l
ld a, [TileAnimationTimer]
and 6
rept 3
add a
endr
add a
add a
ld e, a
ld d, 0
ld hl, SafariFountainFrames