diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-22 15:57:02 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-22 15:57:02 -0400 |
commit | c8960dd2c8043d9a10e961379996fa18fef34033 (patch) | |
tree | 7103b7349bc60badb883fb9385c213bcdfcad71b /home/palettes.asm | |
parent | d5ddd9e54ec2422d6f1cd7c561c1750512d0a81d (diff) |
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.
Diffstat (limited to 'home/palettes.asm')
-rw-r--r-- | home/palettes.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/palettes.asm b/home/palettes.asm index 1a24fbe89..333ae78fe 100644 --- a/home/palettes.asm +++ b/home/palettes.asm @@ -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) |