diff options
author | YamaArashi <shadow962@live.com> | 2016-03-26 15:12:38 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-03-26 15:12:38 -0700 |
commit | 268c5e5bdaf2dc11f66ef4cf87d88eb1dbad44e9 (patch) | |
tree | d060f3f19878ebe592af6103d5ec5241a206bffd /engine/bg_map_attributes.asm | |
parent | 48426f71c39c4b89ff5fc4d1cab9f271bdfe8230 (diff) | |
parent | d8975211f543432565270379a0b4ebf277318b38 (diff) |
Merge pull request #7 from YamaArashi/master
GBC palette code
Diffstat (limited to 'engine/bg_map_attributes.asm')
-rw-r--r-- | engine/bg_map_attributes.asm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/engine/bg_map_attributes.asm b/engine/bg_map_attributes.asm index 5adfd038..c8076728 100644 --- a/engine/bg_map_attributes.asm +++ b/engine/bg_map_attributes.asm @@ -106,19 +106,19 @@ LoadBGMapAttributes:: ; bf450 (2f:7450) ret BGMapAttributesPointers: ; bf4de (2f:74de) - dw BGMapAttributes1 - dw BGMapAttributes2 - dw BGMapAttributes3 - dw BGMapAttributes4 - dw BGMapAttributes5 - dw BGMapAttributes6 - dw BGMapAttributes7 - dw BGMapAttributes8 - dw BGMapAttributes9 - dw BGMapAttributes10 - dw BGMapAttributes11 - dw BGMapAttributes12 - dw BGMapAttributes13 + dw BGMapAttributes_Unknown1 + dw BGMapAttributes_Unknown2 + dw BGMapAttributes_GameFreakIntro + dw BGMapAttributes_TrainerCard + dw BGMapAttributes_PartyMenu + dw BGMapAttributes_NidorinoIntro + dw BGMapAttributes_TitleScreen + dw BGMapAttributes_Slots + dw BGMapAttributes_Pokedex + dw BGMapAttributes_StatusScreen + dw BGMapAttributes_Battle + dw BGMapAttributes_WholeScreen + dw BGMapAttributes_Unknown13 HandleBadgeFaceAttributes: ; bf4f8 (2f:74f8) ; zero out the attributes if the player doesn't have the respective badge |