diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-05 17:39:26 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-05 17:39:26 +0100 |
commit | ae8e89a10ddfb736afc23a2477c20b6897b0313d (patch) | |
tree | 03ead636462c868b93cad1046867ac338f9788b0 /asm/pokemon_1.s | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
move some pokemon data to c
Diffstat (limited to 'asm/pokemon_1.s')
-rw-r--r-- | asm/pokemon_1.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokemon_1.s b/asm/pokemon_1.s index 15b4af009..71f8fd516 100644 --- a/asm/pokemon_1.s +++ b/asm/pokemon_1.s @@ -827,7 +827,7 @@ _08068BE0: ldrb r0, [r1, 0x13] lsls r0, 3 orrs r2, r0 - ldr r1, =gTrainerClassToNameIndex + ldr r1, =gFacilityClassToTrainerClass ldr r0, =gUnknown_08329D54 lsls r2, 1 adds r2, r0 |