summaryrefslogtreecommitdiff
path: root/include/link.h
diff options
context:
space:
mode:
authorGarak <garakmon@gmail.com>2018-08-07 22:21:10 -0400
committerGitHub <noreply@github.com>2018-08-07 22:21:10 -0400
commit96ab357bedfb7d4e07a52b518e2bd02375b1f5f5 (patch)
tree92c8775f554e682a05c5995c7baa2d130ebd8aa3 /include/link.h
parent1ab872c68e951837b6925dbbdf25c4e8d0b63c82 (diff)
parent85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff)
Merge pull request #3 from pret/master
syncing with source repo
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h
index afc5008e6..b1b5a6d04 100644
--- a/include/link.h
+++ b/include/link.h
@@ -122,7 +122,7 @@ struct LinkPlayer
/* 0x08 */ u8 name[11];
/* 0x13 */ u8 gender;
/* 0x14 */ u32 linkType;
- /* 0x18 */ u16 lp_field_18; // battle bank in battles
+ /* 0x18 */ u16 id; // battler id in battles
/* 0x1A */ u16 language;
};