diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-08 14:57:26 -0700 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-08 14:57:26 -0700 |
commit | 78df16e7989be5142ed0d1fd01c4ece6483f0571 (patch) | |
tree | 91eece8d4d3d45eb284afa00dac175ece512ae8e /data | |
parent | 673d64c35b21ebb8f3c6fc8b547c7f736fa4f593 (diff) |
Through sub_809746C; enums for PC storage actions
Diffstat (limited to 'data')
-rw-r--r-- | data/pokemon_storage_system.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s index b9b18e707..4340301ba 100644 --- a/data/pokemon_storage_system.s +++ b/data/pokemon_storage_system.s @@ -98,7 +98,7 @@ gSpriteTemplate_83B6DDC:: @ 83B6DDC spr_template 2, 56007, gOamData_83B6EAC, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 -gUnknown_083B6DF4:: @ 83B6DF4 +gPCStorageActionTexts:: @ 83B6DF4 .4byte PCText_ExitBox, 0 .4byte PCText_WhatYouDo, 0 .4byte PCText_PickATheme, 0 |