diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 12:15:03 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 12:26:39 -0400 |
commit | 327faac497b4195dbf1d3c8dbfeb2adcda9deb27 (patch) | |
tree | c081ba04287f441383f32d18ee0bd2ecafbfc184 /wram.asm | |
parent | d42330ed8b591db79c43ef680edc5965d6a7b14b (diff) |
Magikarp functions moved to event/magikarp.asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1191,6 +1191,7 @@ CurSpecies:: ; cf60 wcf61:: ds 2 wcf63:: ds 1 wNrOfBeatenBattleTowerTrainers:: +wMomBankDigitCursorPosition:: wcf64:: ds 1 IF !DEF(CRYSTAL11) wPokedexStatus:: @@ -2579,9 +2580,9 @@ wdfe4:: ds 1 wdfe5:: ds 1 wdfe6:: ds 1 wdfe7:: ds 1 -wdfe8:: ds 1 -wdfe9:: ds 1 - ds 1 +wBestMagikarpLengthFeet:: ds 1 +wBestMagikarpLengthInches:: ds 1 +wMagikarpRecordHoldersName:: ds 1 ds 1 wdfec:: ds 1 ds 3 |