diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-01 13:42:08 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-01 13:42:08 -0500 |
commit | 7be1223fc140d824d32100c00db356a195711cb2 (patch) | |
tree | 511576c1eee904730551eff27872a15f42b0bb1c /wram.asm | |
parent | a75527df250d7ea5fa35630eab711bf4eeef9a02 (diff) |
Identify wLinkBattleRNPreamble
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1934,7 +1934,8 @@ wEvolutionCanceled:: db NEXTU ; link ds 9 -wd0dc:: ds 1 +wLinkBattleRNPreamble:: ds SERIAL_RN_PREAMBLE_LENGTH +wLinkBattleRNs:: ds SERIAL_RNS_LENGTH NEXTU ; miscellaneous @@ -1945,10 +1946,6 @@ wOtherDecoration:: db wCurEnemyItem:: db ENDU - ds 3 - -wLinkBattleRNs:: ds 10 - wTempEnemyMonSpecies:: db wTempBattleMonSpecies:: db |