diff options
author | yenatch <yenatch@gmail.com> | 2018-01-01 16:54:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 16:54:45 -0500 |
commit | f27f79488a460f0a89670f3611e1e9e175baf5d6 (patch) | |
tree | 92134b1da650d7894a2fde59e0048f75d36c7dbf /mobile/fixed_words.asm | |
parent | 8c3905c4cdb4f24810473da51d52cc3e16062173 (diff) | |
parent | e5fa3f9a11fb6936709cd0c36e945bd6e018cb37 (diff) |
Merge pull request #455 from xCrystal/master
Use more palette(s) constants, rename BG/OBP wram addresses, and rBGPI+rOBPI auto-increment constants (from Rangi)
Diffstat (limited to 'mobile/fixed_words.asm')
-rwxr-xr-x | mobile/fixed_words.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm index b3f33fafe..a1ddb5ad2 100755 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -2921,7 +2921,7 @@ Function11d323: ; 11d323 ld a, $5 ld [rSVBK], a ld hl, Palette_11d33a - ld de, UnknBGPals + ld de, wBGPals1 ld bc, 16 palettes call CopyBytes pop af |