diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-07-03 20:31:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 20:31:48 -0500 |
commit | 169dc3d8fdd5603efd1766acd9ad1b8c23093e7f (patch) | |
tree | f11717e83ab1105378698de708280988a6e8995c /src/engine/effect_functions.asm | |
parent | 779b0ff472edeff7b0bbb36970cb342c17613f12 (diff) | |
parent | d27fb4554dda2b858b2fb3c0ea8585a2e782c0e6 (diff) |
Merge pull request #43 from xCrystal/master
Disassembly and documentation of code related to text engine, menus and lists, and retreating Pokemon cards in a duel
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 |