diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-04-05 18:41:42 -0700 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2018-04-05 18:41:42 -0700 |
| commit | 66367c82ef07c10957d45ce7f0f776a178454e18 (patch) | |
| tree | 0dd4fcd5cce3ef14dae4fc9ae91e54c6e070eef6 /include/shop.h | |
| parent | 171dd32df8a56e1f10956be8b944cb216edb8f9d (diff) | |
| parent | 781d0ca44c8eab2b7751fe8f337d6acde7fe8582 (diff) | |
Merge remote-tracking branch 'upstream/master' into btl_attrs
Diffstat (limited to 'include/shop.h')
| -rw-r--r-- | include/shop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shop.h b/include/shop.h index 80602e26c..347d46d3c 100644 --- a/include/shop.h +++ b/include/shop.h @@ -28,7 +28,7 @@ enum struct MartInfo { /* 0x0 */ void (* callback) (void); - /* 0x4 */ u16 *itemList; + /* 0x4 */ const u16 *itemList; /* 0x8 */ u8 itemCount; // how many unique items are there for sale? /* 0x9 */ u8 cursor; // this shows the on-screen true index of the cursor and not the current item selected. /* 0xA */ u8 numChoices; // how many options does the mart have? can be either 2 or 1 (BUY/SELL vs BUY) |
