diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-15 16:59:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 18:59:55 -0500 |
commit | f402e46cd3c8b7236673d6edbae77903a7cc0618 (patch) | |
tree | 37a19f3ab35a73c29d4d6da565741beaf7bb547f /sym_ewram.txt | |
parent | f65dee5a143bd543c74c010d7252eb76893ee243 (diff) |
Sese's April/May Dump (#37)
* splitting lots of pokemon square and labeling lots of other things
* actually commit this stuff
* more moving data and things
* more screen work
* split out some pokemon dungeon data
* lots of data work
* push more data work
* split kecleon, decomp another kanghaskhan func, and try to doc UpdateBGControl more
* lots of item work
* label more item things
* subtype -> category and doc types/category
Diffstat (limited to 'sym_ewram.txt')
-rw-r--r-- | sym_ewram.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sym_ewram.txt b/sym_ewram.txt index a34a8e0..503fc68 100644 --- a/sym_ewram.txt +++ b/sym_ewram.txt @@ -329,10 +329,10 @@ gBG2Control = .; /* 202D6A8 */ gBG3Control = .; /* 202D6B0 */ . += 0x8; -gUnknown_202D6B8 = .; /* 202D6B8 */ +gBldAlpha_CoeffA = .; /* 202D6B8 */ . += 0x1; -gUnknown_202D6B9 = .; /* 202D6B9 */ +gBldAlpha_CoeffB = .; /* 202D6B9 */ . += 0x141; gBldAlpha = .; /* 202D7FA */ @@ -885,7 +885,7 @@ gMonsterParametersFile = .; /* 202F3E4 */ gUnknown_202F3E8 = .; /* 202F3E8 */ . += 0x18; -gUnknown_202F400 = .; /* 202F400 */ +gRecruitedPokemon = .; /* 202F400 */ . += 0x90E8; gLevelCurrentPokeId = .; /* 20384E8 */ @@ -895,7 +895,10 @@ gLevelCurrentData = .; /* 20384F0 */ . += 0x4B0; gItemParametersFile = .; /* 20389A0 */ - . += 0x8; + . += 0x4; + +gItemParametersData = .; /* 20389A4 */ + . += 0x4; gUnknown_20389A8 = .; /* 20389A8 */ . += 0x268; |