diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
| commit | f66a74b9fcb762d693e89415836386bcad2475b5 (patch) | |
| tree | c7fc925c3be341491ebe75aa8bcda83d5e6dee3a /engine/HoF_room_pc.asm | |
| parent | menu wram variable names (diff) | |
| download | pokeyellow-f66a74b9fcb762d693e89415836386bcad2475b5.tar.gz pokeyellow-f66a74b9fcb762d693e89415836386bcad2475b5.tar.xz pokeyellow-f66a74b9fcb762d693e89415836386bcad2475b5.zip | |
comment slot machine
Diffstat (limited to 'engine/HoF_room_pc.asm')
| -rwxr-xr-x | engine/HoF_room_pc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/HoF_room_pc.asm b/engine/HoF_room_pc.asm index 14382288..7a2226be 100755 --- a/engine/HoF_room_pc.asm +++ b/engine/HoF_room_pc.asm @@ -77,7 +77,7 @@ DisplayCreditsMon: ; 740cb (1d:40cb) call Func_74164 call FillMiddleOfScreenWithWhite ld a,$FC - ld [$FF47],a + ld [rBGP],a ld bc,7 .next call Func_74140 @@ -94,7 +94,7 @@ DisplayCreditsMon: ; 740cb (1d:40cb) xor a ld [hWY],a ld a,$C0 - ld [$FF47],a + ld [rBGP],a ret INCLUDE "data/credit_mons.asm" |
