diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-25 23:34:33 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-25 23:34:33 -0500 |
commit | 7683b78fb41cbcd89608b88796b902fd140a2749 (patch) | |
tree | 9699874eb70c2fdcd8b2b20a9262917b9fb1440f /wram.asm | |
parent | a5e928eb984d8995d17e42d415f687f5affb2935 (diff) |
Labels relating to odd egg
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |