diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-03 13:22:50 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-03 13:22:50 +0200 |
commit | 7fe9f49ccabcc33ce6ab988e605352df2e8837ce (patch) | |
tree | 0929158e48ea213ff2b1e85aebc605d03ba88e06 /src/engine/effect_functions.asm | |
parent | d201196bea11e71887a826b5b364d2d11f94abc9 (diff) |
Misc bank 1 stuff
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r-- | src/engine/effect_functions.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm index 0d7a910..0f9bd72 100644 --- a/src/engine/effect_functions.asm +++ b/src/engine/effect_functions.asm @@ -97,14 +97,14 @@ CommentedOut_2c086: ; 2c086 (b:4086) ret ; 0x2c087 -Func_2c087: ; 2c087 (b:4087) +PlaceTextItems7: ; 2c087 (b:4087) xor a - jr Func_2c08c + jr PlaceTextItemsc -Func_2c08a: ; 2c08a (b:408a) +PlaceTextItemsa: ; 2c08a (b:408a) ld a, $1 -Func_2c08c: +PlaceTextItemsc: push de push af ld a, $11 |