summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm27
1 files changed, 16 insertions, 11 deletions
diff --git a/wram.asm b/wram.asm
index b65954c79..74eb9999d 100644
--- a/wram.asm
+++ b/wram.asm
@@ -432,12 +432,16 @@ TileMapEnd::
SECTION "Battle", WRAM0
+ party_struct OddEgg
+wOddEggName:: ds PKMN_NAME_LENGTH
+wOddEggOTName:: ds PKMN_NAME_LENGTH
+ ds -70
wMisc::
wBattle::
+wc608::
wBT_OTTempCopy:: ; used to copy the data of the BattleTower-Trainer and the 3 Pkmn
-wc608::
wEnemyMoveStruct:: ds MOVE_LENGTH ; c608
wc60f::
wPlayerMoveStruct:: ds MOVE_LENGTH ; c60f
@@ -1035,7 +1039,7 @@ OverworldMapEnd::
SECTION "Video", WRAM0
CreditsPos::
BGMapBuffer:: ; cd20
- ds 1
+wcd20:: ds 1
wcd21:: ds 1
wcd22::
CreditsTimer:: ; cd22
@@ -1235,7 +1239,7 @@ wMenuBorderRightCoord:: ds 1
wcf86:: ds 1
wcf87:: ds 1
-wPocketCursorBuffer:: ds 2
+wMenuCursorBuffer:: ds 2
wcf8a:: ds 7 ; menu data 2 bank?
wcf91:: ds 1
@@ -1511,8 +1515,8 @@ wd0e1:: ds 1
wd0e2:: ds 1
wd0e3:: ds 1
wd0e4:: ds 4
-wd0e8:: ds 1
-wd0e9:: ds 2
+wQueuedScriptBank:: ds 1
+wQueuedScriptAddr:: ds 2
wd0eb:: ds 1
wd0ec:: ds 1
@@ -1557,8 +1561,8 @@ CurPartyMon:: ; d109
wd10a:: ds 1
wd10b:: ds 1
-wd10c:: ds 1
-wd10d:: ds 1
+wItemQuantityChangeBuffer:: ds 1
+wItemQuantityBuffer:: ds 1
wd10e::
TempMon::
@@ -1606,6 +1610,7 @@ wd182:: ds 1
wd191:: ds 1
wd192:: ds 1
wd193:: ds 1
+UsedSpritesEnd::
wd194:: ds 1
wd195:: ds 1
wd196:: ds 1
@@ -1644,9 +1649,9 @@ NorthConnectionStripPointer:: ; d1ab
ds 2
NorthConnectionStripLocation:: ; d1ad
ds 2
-NorthConnectionStripLength:: ; d1af
+NorthMapObjectIndexBuffer1:: ; d1af
ds 1
-NorthConnectedMapWidth:: ; d1b0
+NorthMapObjectIndexBuffer2:: ; d1b0
ds 1
NorthConnectionStripYOffset:: ; d1b1
ds 1
@@ -1664,9 +1669,9 @@ SouthConnectionStripPointer:: ; d1b7
ds 2
SouthConnectionStripLocation:: ; d1b9
ds 2
-SouthConnectionStripLength:: ; d1bb
+SouthMapObjectIndexBuffer1:: ; d1bb
ds 1
-SouthConnectedMapWidth:: ; d1bc
+SouthMapObjectIndexBuffer2:: ; d1bc
ds 1
SouthConnectionStripYOffset:: ; d1bd
ds 1