diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-16 21:57:42 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-16 21:57:42 -0500 |
commit | 7203e9d2cc757a95bac02ec019ffa094f516c9dd (patch) | |
tree | e9cffc2a3d71ac4797600d05be242d740a90885f /predef/sgb.asm | |
parent | 879b430fce7d2ad470512a21183586c78b81535f (diff) |
Map script and color shenanigans
Diffstat (limited to 'predef/sgb.asm')
-rw-r--r-- | predef/sgb.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/predef/sgb.asm b/predef/sgb.asm index c10e84d1e..471eeea39 100644 --- a/predef/sgb.asm +++ b/predef/sgb.asm @@ -114,7 +114,7 @@ endr ld bc, $0010 call CopyBytes - call Function9729 + call GetBattlemonBackpicPalettePointer ld a, [hli] ld [wcda9 + $13], a @@ -124,7 +124,7 @@ endr ld [wcda9 + $15], a ld a, [hl] ld [wcda9 + $16], a - call Function973a + call GetEnemyFrontpicPalettePointer ld a, [hli] ld [wcda9 + $19], a ld a, [hli] @@ -190,7 +190,7 @@ endr ld [wcda9 + 6], a ld a, [CurPartySpecies] ld bc, wd10e + 21 - call Function974b + call GetPlayerOrMonPalettePointer ld a, [hli] ld [wcda9 + 9], a ld a, [hli] @@ -224,7 +224,7 @@ endr inc hl ld [hl], $19 ld a, [CurPartySpecies] - call Function9775 + call GetMonPalettePointer_ ld a, [hli] ld [wcda9 + 9], a ld a, [hli] @@ -253,7 +253,7 @@ endr ld [hl], $19 ld a, [CurPartySpecies] ld bc, wd10e + 21 - call Function974b + call GetPlayerOrMonPalettePointer ld a, [hli] ld [wcda9 + 9], a ld a, [hli] @@ -410,7 +410,7 @@ endr ld c, l ld b, h ld a, [PlayerHPPal] - call Function974b + call GetPlayerOrMonPalettePointer ld a, [hli] ld [wcda9 + 3], a ld a, [hli] @@ -515,7 +515,7 @@ endr call CopyBytes ld a, [CurPartySpecies] ld bc, wd10e + 21 - call Function974b + call GetPlayerOrMonPalettePointer ld a, [hli] ld [wcda9 + 3], a ld a, [hli] @@ -542,7 +542,7 @@ endr call CopyBytes ld a, [CurPartySpecies] ld bc, wd10e + 21 - call Function9764 + call GetFrontpicPalettePointer ld a, [hli] ld [wcda9 + 3], a ld a, [hli] |