From 4cb785e0db4adb727ac1b92115ad3f74e414867f Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 22 Nov 2015 16:47:06 -0500 Subject: bg_map_attributes.asm --- wram.asm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index ae605e84..4de02c97 100755 --- a/wram.asm +++ b/wram.asm @@ -517,7 +517,9 @@ wNPCMovementDirections:: ; cc5b wDexRatingNumMonsOwned:: ; cc5c ds 1 + wDexRatingText:: ; cc5d +wTrainerCardBadgeAttributes:: ; cc5d ds 1 wSlotMachineSavedROMBank:: ; cc5e @@ -1355,7 +1357,9 @@ wPalPacket:: ; cf2d wPartyMenuBlkPacket:: ; cf2e ; $30 bytes - ds 29 + ds 9 +wPartyHPBarAttributes:: ; cf36 + ds 20 wExpAmountGained:: ; cf4b ; 2-byte big-endian number -- cgit v1.3.1-sl0p