diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-16 12:41:13 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-16 12:41:13 -0500 |
commit | d4bd4c393e59bb66a8d4f69f23dce694982723e1 (patch) | |
tree | 5662604cdd2c87ecfb6d5c72332df1486889f6ce /asm | |
parent | 9000ea3277d7c030e5830f5ca5206665b1c5be25 (diff) |
more labeling and use static
Diffstat (limited to 'asm')
-rw-r--r-- | asm/pokenav.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokenav.s b/asm/pokenav.s index e12e9801c..cb6a40450 100644 --- a/asm/pokenav.s +++ b/asm/pokenav.s @@ -14321,7 +14321,7 @@ sub_80F2DD8: @ 80F2DD8 push {lr} movs r0, 0x7 movs r1, 0x7 - bl CreateRegionMapCursorIcon + bl CreateRegionMapCursor movs r0, 0x8 movs r1, 0x8 bl CreateRegionMapPlayerIcon |