Various annotations

Annotated the SGB functions in predef/sgb.asm, and some of the map scripts.  Renamed several functions in home.  Renamed six WRAM addresses corresponding to party icon animations, and renamed several others relative to these.
This commit is contained in:
PikalaxALT
2015-07-22 15:57:02 -04:00
parent d5ddd9e54e
commit c8960dd2c8
43 changed files with 3252 additions and 3160 deletions

View File

@@ -323,7 +323,7 @@ Special_ReloadSpritesNoPalettes:: ; d91
; db1
Functiondb1:: ; db1
FarCallFunction4c000:: ; db1
ld a, [hROMBank]
push af
ld a, BANK(Function4c000)
@@ -334,7 +334,7 @@ Functiondb1:: ; db1
ret
; dbd
Functiondbd:: ; dbd
FarCallFunction4c03f:: ; dbd
ld a, [hROMBank]
push af
ld a, BANK(Function4c03f)