diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-12 13:05:36 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-12 13:05:36 -0400 |
| commit | 2cf4efe15c50e84824bad8420b16009e6fa066c3 (patch) | |
| tree | 116e2fb232f85208892d47360e044e6eccfb4c20 /engine/hall_of_fame.asm | |
| parent | Merge pull request #3 from PikalaxALT/master (diff) | |
| download | pokeyellow-2cf4efe15c50e84824bad8420b16009e6fa066c3.tar.gz pokeyellow-2cf4efe15c50e84824bad8420b16009e6fa066c3.tar.xz pokeyellow-2cf4efe15c50e84824bad8420b16009e6fa066c3.zip | |
Rename some palette labels.
Also add replace.sh
Diffstat (limited to 'engine/hall_of_fame.asm')
| -rwxr-xr-x | engine/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index d8ca2d2b..cf7a3caa 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -121,7 +121,7 @@ HoFShowMonOrPlayer: ; 702a2 (1c:42a2) call RunPaletteCommand ld a, %11100100 ld [rBGP], a - call Func_3021 + call UpdateGBCPal_BGP ld c, $31 ; back pic call HoFLoadMonPlayerPicTileIDs ld d, $a0 |
