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 /main.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 'main.asm')
-rwxr-xr-x | main.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6717,3 +6717,5 @@ SECTION "Pics 6", ROMX, BANK[PICS_6] LeafeonPicFront:: INCBIN "pic/bmon/leafeon.pic" LeafeonPicBack:: INCBIN "pic/monback/leafeonb.pic" +GlaceonPicFront:: INCBIN "pic/bmon/glaceon.pic" +GlaceonPicBack:: INCBIN "pic/monback/glaceonb.pic" |