diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-05-16 23:53:04 -0400 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-16 20:53:04 -0700 |
commit | 7acc54c6bc00a248399ac14cc3abcf8db6d7c797 (patch) | |
tree | 7e1b29c8339404234c0b1ffa4016fe19c317eca4 /asm | |
parent | 1879d0883eabde11644db73cc070ce4bca8b0de5 (diff) |
add dumped pokedex entries (#3)
* dump pokedex entries
* account for newline on new file
Diffstat (limited to 'asm')
-rw-r--r-- | asm/rom5.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/rom5.s b/asm/rom5.s index b59a80abd..12612b7c4 100644 --- a/asm/rom5.s +++ b/asm/rom5.s @@ -41978,7 +41978,7 @@ _0808F50C: bl gpu_pal_apply b _0808F67C .align 2, 0 -_0808F524: .4byte gUnknown_083A05F8 +_0808F524: .4byte gPokedexEntries _0808F528: .4byte 0x0202eaca _0808F52C: ldr r0, _0808F56C |