diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-12 14:01:08 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-12 14:28:15 -0700 |
commit | 6dac87abfd2bea0ddf126cdc1e9c31757c8fee36 (patch) | |
tree | 0903be154cad977e80ad7637dc09fc626e874b5c /asm | |
parent | b40957c09b0fdebae2923b9080e1a08d92ad0812 (diff) |
Cleanup and document learn_move
Diffstat (limited to 'asm')
-rw-r--r-- | asm/learn_move.s | 8 | ||||
-rw-r--r-- | asm/pokenav.s | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/asm/learn_move.s b/asm/learn_move.s deleted file mode 100644 index 2428f2984..000000000 --- a/asm/learn_move.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop. diff --git a/asm/pokenav.s b/asm/pokenav.s index c9fe787e0..250eca0f2 100644 --- a/asm/pokenav.s +++ b/asm/pokenav.s @@ -22585,7 +22585,7 @@ sub_81D2ACC: @ 81D2ACC push {r7} sub sp, 0xC adds r4, r0, 0 - bl sub_816137C + bl ShowHideHearts movs r0, 0x1 movs r1, 0x11 bl FillWindowPixelBuffer |