diff options
author | YamaArashi <shadow962@live.com> | 2015-10-12 21:35:15 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-12 21:35:15 -0700 |
commit | f381883b5de5970365b29d9d9edbadbf39bf8bff (patch) | |
tree | 4d52fbc58d8ecda5e8b15ead9a1c72998534dfb8 /data | |
parent | 79f2988694dc91bc11eb5d656470c8346b4af7b0 (diff) |
Documented the name stored in an egg's data.
The Japanese word for egg is stored in an egg's name field when it's
created, but the name is not shown.
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index a3644e1a5..0116298ea 100644 --- a/data/data2.s +++ b/data/data2.s @@ -1768,8 +1768,11 @@ gUnknown_0832B6E0: ; 832B6E0 gUnknown_0832B6F8: ; 832B6F8 .incbin "base_emerald.gba", 0x32b6f8, 0x10 -gUnknown_0832B708: ; 832B708 - .incbin "base_emerald.gba", 0x32b708, 0x8dc +gEggName: ; 832B708 + .charmapstr "タマゴ$" ; "tamago" ("egg" in Japanese) + +; 832B70C + .incbin "base_emerald.gba", 0x32b70c, 0x8d8 gUnknown_0832BFE4: ; 832BFE4 .incbin "base_emerald.gba", 0x32bfe4, 0x8 |