diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-11-14 22:28:20 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-14 19:28:20 -0800 |
commit | a07e8aa2f473ffe4217e0d48c20c14c67b9e9d99 (patch) | |
tree | cbf6e3e9bb51a3495df47a93ebb8dbb0bf744e4d /shared_syms.txt | |
parent | c293f7966e4e991e404631dd445d29ce1f43542b (diff) |
Start decompiling battle_ai.c cmd functions (#100)
* begin decompiling battle AI macros
* decompile more battle AI macros
* nonmatching function
* decompile BattleAICmd_get_ability
* current nonmatching work
* get BattleAICmd_unk_30 a bit closer
* get battle_ai.c into a mergable state.
Diffstat (limited to 'shared_syms.txt')
-rw-r--r-- | shared_syms.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared_syms.txt b/shared_syms.txt index bc187a1ea..b85cd1f76 100644 --- a/shared_syms.txt +++ b/shared_syms.txt @@ -1,4 +1,6 @@ unk_2000000 = 0x2000000; +ewram = 0x2000000; + unk_2004000 = 0x2004000; unk_2007800 = 0x2007800; @@ -6,6 +8,8 @@ unk_2007900 = 0x2007900; unk_2008000 = 0x2008000; +unk_2016000 = 0x2016000; + unk_20160BC = 0x20160BC; unk_2016800 = 0x2016800; |