diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 16:16:29 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 16:16:29 -0400 |
| commit | 36f8cd1477b8ebe0537e99abd3ba53471a2e16c4 (patch) | |
| tree | 4a1c0294193a497e15ec8e6be59390eb1f84b5d3 /home.asm | |
| parent | Verify that rgbds is at least verson 0.4.0 (diff) | |
| download | pokeyellow-36f8cd1477b8ebe0537e99abd3ba53471a2e16c4.tar.gz pokeyellow-36f8cd1477b8ebe0537e99abd3ba53471a2e16c4.tar.xz pokeyellow-36f8cd1477b8ebe0537e99abd3ba53471a2e16c4.zip | |
UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET_PAL_DEFAULT
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1654,7 +1654,7 @@ GBPalWhiteOut:: ret RunDefaultPaletteCommand:: - ld b, $ff + ld b, SET_PAL_DEFAULT RunPaletteCommand:: ld a, [wOnSGB] and a |
