diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-22 13:49:27 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-22 13:49:27 +0100 |
commit | d543a896fd381046dee795f3020237d6da623a9e (patch) | |
tree | fd6bb143c4a40fa85ab11e8bb1a43004c289e9d5 /src/engine/effect_functions.asm | |
parent | 2e1d018a7a95880a36f3935307aeb76875797ae4 (diff) |
CARD_DATA_* constants and more labeling and disasm
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r-- | src/engine/effect_functions.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm index 1d49838..22d7cec 100644 --- a/src/engine/effect_functions.asm +++ b/src/engine/effect_functions.asm @@ -99,12 +99,12 @@ CommentedOut_2c086: ; 2c086 (b:4086) Func_2c087: ; 2c087 (b:4087) xor a - jr asm_2c08c + jr Func_2c08c Func_2c08a: ; 2c08a (b:408a) ld a, $1 -asm_2c08c +Func_2c08c: push de push af ld a, $11 |