diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-01 17:44:51 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-01 17:44:51 -0800 |
commit | ba656daee4be340170b38e0e60be8523a8948cd0 (patch) | |
tree | 00c9bccd0f59972b5937107316073852776f02be /main.asm | |
parent | 68f4c6e10201dbd8d9df3f891fe044287caaebc8 (diff) |
Add label for key config mappings in wram.
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4001,7 +4001,7 @@ Func_82a8: ; 0x82a8 call Func_54f .asm_82de ld hl, $a244 - ld de, $d948 + ld de, wKeyConfigs ld bc, $000e call Func_f0c jr c, .asm_82f6 |