summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-25 23:34:33 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-25 23:34:33 -0500
commit7683b78fb41cbcd89608b88796b902fd140a2749 (patch)
tree9699874eb70c2fdcd8b2b20a9262917b9fb1440f /wram.asm
parenta5e928eb984d8995d17e42d415f687f5affb2935 (diff)
Labels relating to odd egg
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm13
1 files changed, 11 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 1e563ece8..0947bba20 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1367,8 +1367,15 @@ wccba:: ds 102
SECTION "Video", WRAM0
CreditsPos::
-BGMapBuffer:: ; cd20
-wcd20:: ds 1
+BGMapBuffer::
+wMobileMonSpeciesPointerBuffer:: dw
+wMobileMonStructurePointerBuffer:: dw
+wMobileMonOTNamePointerBuffer:: dw
+wMobileMonNicknamePointerBuffer:: dw
+wMobileMonMailPointerBuffer:: dw
+ ds CreditsPos - @
+
+wcd20:: ds 1 ; cd20
wcd21:: ds 1
wcd22::
CreditsTimer:: ; cd22
@@ -1381,7 +1388,9 @@ wcd26:: ds 1
wcd27:: ds 1
wcd28:: ds 1
wcd29:: ds 1
+wMobileMonSpeciesBuffer::
wcd2a:: ds 1
+wTempOddEggNickname::
wcd2b:: ds 1
wcd2c:: ds 1
wcd2d:: ds 1