diff options
Diffstat (limited to 'agbx/source/bs/set.s')
-rw-r--r-- | agbx/source/bs/set.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agbx/source/bs/set.s b/agbx/source/bs/set.s index 18e7218..1719be6 100644 --- a/agbx/source/bs/set.s +++ b/agbx/source/bs/set.s @@ -1,6 +1,6 @@ @ Copyright 2022 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. -@ If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. +@ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. .syntax unified @@ -15,7 +15,7 @@ .thumb_func ax_set10: - strh r1,[r0] @ *(ax_i10 *)addr = val; + strh r1,[r0] @ *(ax_i01 *)addr = val; bx lr @ return; .endfunc @@ -24,7 +24,7 @@ ax_set10: .thumb_func ax_set20: - str r1,[r0] @ *(ax_i20 *)addr = val; + str r1,[r0] @ *(ax_i02 *)addr = val; bx lr @ return; .endfunc |