blob: a8d342cff4b639110651a2d75e89a873628dd5d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.include "asm/macros.inc"
.include "global.inc"
.section .text
arm_func_start NNS_G2dGetPaletteTableValue
NNS_G2dGetPaletteTableValue: ; 0x020B10B0
mov r1, r1, lsl #0x1
ldrh r0, [r0, r1]
bx lr
arm_func_end NNS_G2dGetPaletteTableValue
|