diff options
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 28 |
1 files changed, 10 insertions, 18 deletions
@@ -1430,15 +1430,12 @@ wExpAmountGained:: ; cf4b ; 2-byte big-endian number ; the total amount of exp a mon gained - ds 2 +wcf50:: ds 2 ; storage buffer for various strings wGainBoostedExp:: ; cf4d ds 1 -wcf4d:: ds 2 ; storage buffer for various strings - - -wcf50:: ds 15 ; storage buffer for various strings + ds 17 wGymCityName:: ; cf5f ds 17 @@ -1581,9 +1578,9 @@ wPlayerMoveMaxPP:: ; cfd7 wEnemyMonSpecies2:: ; cfd8 ds 1 wBattleMonSpecies2:: ; cfd9 - ds 6 + ds 1 -wEnemyMonNick:: ds 6 ; cfdf +wEnemyMonNick:: ds NAME_LENGTH ; cfda wEnemyMon:: ; cfe5 ; The wEnemyMon struct reaches past 0xcfff, @@ -1648,7 +1645,7 @@ wTrainerBaseMoney:: ; d046 wMissableObjectCounter:: ; d048 ds 1 - ds 6 + ds 1 wTrainerName:: ; d04a ; 13 bytes for the letters of the opposing trainer @@ -2681,9 +2678,7 @@ wNumHoFTeams:: ; d5a2 wUnusedD5A3:: ; d5a3 ds 1 - ds 5 - -wPlayerCoins:: ; d5a9 +wPlayerCoins:: ; d5a4 ds 2 ; BCD wMissableObjectFlags:: ; d5a6 @@ -2691,7 +2686,7 @@ wMissableObjectFlags:: ; d5a6 ds 32 wMissableObjectFlagsEnd:: - ds 2 + ds 7 wd5cd:: ds 1 ; temp copy of c1x2 (sprite facing/anim) @@ -3128,15 +3123,13 @@ wEventFlags:: ; d747 wLinkEnemyTrainerName:: ; d887 ; linked game's trainer name -; ds 5 - -wGrassRate:: ; d88c +wGrassRate:: ; d887 ds 1 wGrassMons:: ; d888 ;ds 20 - ds 6 + ds 11 ; Overload wGrassMons wSerialEnemyDataBlock:: ; d893 ds 9 @@ -3222,8 +3215,7 @@ wBoxMon1:: box_struct wBoxMon1 ; da96 wBoxMon2:: ds box_struct_length * (MONS_PER_BOX + -1) ; dab7 wBoxMonOT:: ds NAME_LENGTH * MONS_PER_BOX ; dd2a - ds 5 -wBoxMonNicks:: ds NAME_LENGTH * MONS_PER_BOX ; de0b +wBoxMonNicks:: ds NAME_LENGTH * MONS_PER_BOX ; de06 wBoxMonNicksEnd:: ; dee2 wBoxDataEnd:: |