diff options
Diffstat (limited to 'src/engine/duel')
| -rw-r--r-- | src/engine/duel/core.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/engine/duel/core.asm b/src/engine/duel/core.asm index 3b4b95c..acf5add 100644 --- a/src/engine/duel/core.asm +++ b/src/engine/duel/core.asm @@ -8066,16 +8066,16 @@ Func_7338: ret Func_7344: - push af - ld a, [wSerialFlags] - or a - jr nz, .asm_734d - pop af - ret + push af + ld a, [wSerialFlags] + or a + jr nz, .asm_734d + pop af + ret .asm_734d - call Func_3b31 - call DuelTransmissionError - ret + call Func_3b31 + call DuelTransmissionError + ret BuildVersion: db "VER 12/20 09:36", TX_END |
