diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2017-09-26 12:02:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-26 12:02:00 -0500 |
| commit | dcbeb6b641f97a7840ad18c76e3aec1089d184d5 (patch) | |
| tree | 9ade0c53b1a5e11e059e7be6d44e35eb13e6c4f5 /engine/slot_machine.asm | |
| parent | Add Gen 3 disassemblies. (diff) | |
| parent | Fix warnings about deprecated mnemonics on newer builds of rgbds (diff) | |
| download | pokeyellow-dcbeb6b641f97a7840ad18c76e3aec1089d184d5.tar.gz pokeyellow-dcbeb6b641f97a7840ad18c76e3aec1089d184d5.tar.xz pokeyellow-dcbeb6b641f97a7840ad18c76e3aec1089d184d5.zip | |
Merge pull request #26 from Pokechu22/mnemonic-warnings
Fix warnings about deprecated mnemonics on newer builds of rgbds
Diffstat (limited to 'engine/slot_machine.asm')
| -rwxr-xr-x | engine/slot_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 769a3f37..292bb809 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -452,7 +452,7 @@ SlotMachine_CheckForMatches: pop hl ld de, .flashScreenLoop push de - jp [hl] + jp hl .flashScreenLoop ld a, [rBGP] |
