diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-08-08 14:22:18 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-08-08 14:22:18 -0500 |
commit | 33ea880aa4f408624b967d4ab811c477e6a76784 (patch) | |
tree | 4498627a74bec31397c076c92d5db70c2565a450 /engine/menu/party_menu.asm | |
parent | c7ce0a95184784f029779426611324ff84f2ef12 (diff) |
Adding Glaceon test
An example to show adding a second new Pokemon and a new evolution item in pokered
Diffstat (limited to 'engine/menu/party_menu.asm')
-rwxr-xr-x | engine/menu/party_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/party_menu.asm b/engine/menu/party_menu.asm index a35524ed..5988f7e5 100755 --- a/engine/menu/party_menu.asm +++ b/engine/menu/party_menu.asm @@ -148,11 +148,11 @@ RedrawPartyMenu_: ld a,[hli] ld h,[hl] ld l,a - ld de,wcd6d + ld de,wEvolutionData ld a,BANK(EvosMovesPointerTable) ld bc,Mon133_EvosEnd - Mon133_EvosMoves call FarCopyData - ld hl,wcd6d + ld hl,wEvolutionData ld de,.notAbleToEvolveText ; loop through the pokemon's evolution entries .checkEvolutionsLoop |