├── .gitattributes ├── .gitignore ├── MAKE_HACK.cmd ├── MAKE_HACK_FULL.cmd ├── README.md ├── ROM_Buildfile.event ├── asm ├── assembleGBZ80.cmd ├── pokedex1.bin ├── pokedex1.s ├── pokedex2.bin ├── pokedex2.s ├── safari1.bin ├── safari1.s ├── safari2.bin ├── safari2.s └── strip.py ├── compress_graphics.py ├── compressed ├── main.map.bin ├── main.png ├── safari.map.bin ├── title.png └── titlegb.png ├── convert_graphics.py ├── dialogue_eng ├── 000.txt ├── 001.txt ├── 002.txt ├── 003.txt ├── 004.txt ├── 005.txt ├── 006.txt ├── 007.txt ├── 008.txt ├── 009.txt ├── 010.txt ├── 011.txt ├── 012.txt ├── 013.txt ├── 014.txt ├── 015.txt ├── 016.txt ├── 017.txt ├── 018.txt ├── 019.txt ├── 020.txt ├── 021.txt ├── 022.txt ├── 023.txt ├── 024.txt ├── 025.txt ├── 026.txt ├── 027.txt ├── 028.txt ├── 029.txt ├── 030.txt ├── 031.txt ├── 032.txt ├── 033.txt ├── 034.txt ├── 035.txt ├── 036.txt ├── 037.txt ├── 038.txt ├── 039.txt ├── 040.txt ├── 041.txt ├── 042.txt ├── 043.txt ├── 044.txt ├── 045.txt ├── 046.txt ├── 047.txt ├── 048.txt ├── 049.txt ├── 050.txt ├── 051.txt ├── 052.txt ├── 053.txt ├── 054.txt ├── 055.txt ├── 056.txt ├── 057.txt ├── 058.txt ├── 059.txt ├── 060.txt ├── 061.txt ├── 062.txt ├── 063.txt ├── 064.txt ├── 065.txt ├── 066.txt ├── 067.txt ├── 068.txt ├── 069.txt ├── 070.txt ├── 071.txt ├── 072.txt ├── 073.txt ├── 074.txt ├── 075.txt ├── 076.txt ├── 077.txt ├── 078.txt ├── 079.txt ├── 080.txt ├── 081.txt ├── 082.txt ├── 083.txt ├── 084.txt ├── 085.txt ├── 086.txt ├── 087.txt ├── 088.txt ├── 089.txt ├── 090.txt ├── 091.txt ├── 092.txt ├── 093.txt ├── 094.txt ├── 095.txt ├── 096.txt ├── 097.txt ├── 098.txt ├── 099.txt ├── 100.txt ├── 101.txt ├── 102.txt ├── 103.txt ├── 104.txt ├── 105.txt ├── 106.txt ├── 107.txt ├── 108.txt ├── 109.txt ├── 110.txt ├── 111.txt ├── 112.txt ├── 113.txt ├── 114.txt ├── 115.txt ├── 116.txt ├── 117.txt ├── 118.txt ├── 119.txt ├── 120.txt ├── 121.txt ├── 122.txt ├── 123.txt ├── 124.txt ├── 125.txt ├── 126.txt ├── 127.txt ├── 128.txt ├── 129.txt ├── 130.txt ├── 131.txt ├── 132.txt ├── 133.txt ├── 134.txt ├── 135.txt ├── 136.txt ├── 137.txt ├── 138.txt ├── 139.txt ├── 140.txt ├── 141.txt ├── 142.txt ├── 143.txt ├── 144.txt ├── 145.txt ├── 146.txt ├── 147.txt └── 148.txt ├── dump_text.py ├── font.png ├── graphics.event ├── graphics ├── 163000.png ├── 17CB50.png ├── 17CDB0.png ├── 17CEB0.png ├── 17DE00.png ├── 183000.png ├── 186F80.png ├── 18B000.png ├── 1E3000.png ├── lv1.png ├── lv10.png ├── lv2.png ├── lv9.png ├── par.png ├── pokedexnames.png └── safarinames.png ├── insert_font.py ├── insert_text.py ├── names_eng ├── 000.txt ├── 001.txt ├── 002.txt ├── 003.txt ├── 004.txt ├── 005.txt ├── 006.txt ├── 007.txt ├── 008.txt ├── 009.txt ├── 010.txt ├── 011.txt ├── 012.txt ├── 013.txt ├── 014.txt ├── 015.txt ├── 016.txt ├── 017.txt ├── 018.txt ├── 019.txt ├── 020.txt ├── 021.txt ├── 022.txt ├── 023.txt ├── 024.txt ├── 025.txt ├── 026.txt ├── 027.txt ├── 028.txt ├── 029.txt ├── 030.txt ├── 031.txt ├── 032.txt ├── 033.txt ├── 034.txt ├── 035.txt ├── 036.txt ├── 037.txt ├── 038.txt ├── 039.txt ├── 040.txt ├── 041.txt ├── 042.txt ├── 043.txt ├── 044.txt ├── 045.txt ├── 046.txt ├── 047.txt ├── 048.txt ├── 049.txt ├── 050.txt ├── 051.txt ├── 052.txt ├── 053.txt ├── 054.txt ├── 055.txt ├── 056.txt ├── 057.txt ├── 058.txt ├── 059.txt ├── 060.txt ├── 061.txt ├── 062.txt ├── 063.txt ├── 064.txt ├── 065.txt ├── 066.txt ├── 067.txt ├── 068.txt ├── 069.txt ├── 070.txt ├── 071.txt ├── 072.txt ├── 073.txt ├── 074.txt ├── 075.txt ├── 076.txt ├── 077.txt ├── 078.txt ├── 079.txt ├── 080.txt ├── 081.txt ├── 082.txt ├── 083.txt ├── 084.txt ├── 085.txt ├── 086.txt ├── 087.txt ├── 088.txt ├── 089.txt ├── 090.txt ├── 091.txt ├── 092.txt ├── 093.txt ├── 094.txt ├── 095.txt ├── 096.txt ├── 097.txt ├── 098.txt ├── 099.txt ├── 100.txt ├── 101.txt ├── 102.txt ├── 103.txt ├── 104.txt ├── 105.txt ├── 106.txt ├── 107.txt ├── 108.txt ├── 109.txt ├── 110.txt ├── 111.txt ├── 112.txt ├── 113.txt ├── 114.txt ├── 115.txt ├── 116.txt ├── 117.txt ├── 118.txt ├── 119.txt ├── 120.txt ├── 121.txt ├── 122.txt ├── 123.txt ├── 124.txt ├── 125.txt ├── 126.txt ├── 127.txt ├── 128.txt ├── 129.txt ├── 130.txt ├── 131.txt ├── 132.txt ├── 133.txt ├── 134.txt ├── 135.txt ├── 136.txt ├── 137.txt ├── 138.txt ├── 139.txt ├── 140.txt ├── 141.txt ├── 142.txt ├── 143.txt ├── 144.txt ├── 145.txt ├── 146.txt ├── 147.txt ├── 148.txt ├── 149.txt ├── 150.txt ├── 151.txt ├── 152.txt ├── 153.txt ├── 154.txt ├── 155.txt ├── 156.txt ├── 157.txt ├── 158.txt ├── 159.txt ├── 160.txt ├── 161.txt ├── 162.txt ├── 163.txt ├── 164.txt ├── 165.txt ├── 166.txt ├── 167.txt ├── 168.txt ├── 169.txt ├── 170.txt ├── 171.txt ├── 172.txt ├── 173.txt ├── 174.txt ├── 175.txt ├── 176.txt ├── 177.txt ├── 178.txt ├── 179.txt ├── 180.txt ├── 181.txt ├── 182.txt ├── 183.txt ├── 184.txt ├── 185.txt ├── 186.txt ├── 187.txt ├── 188.txt ├── 189.txt ├── 190.txt ├── 191.txt ├── 192.txt ├── 193.txt ├── 194.txt ├── 195.txt ├── 196.txt ├── 197.txt ├── 198.txt ├── 199.txt ├── 200.txt ├── 201.txt ├── 202.txt ├── 203.txt ├── 204.txt ├── 205.txt ├── 206.txt ├── 207.txt ├── 208.txt ├── 209.txt ├── 210.txt ├── 211.txt ├── 212.txt ├── 213.txt ├── 214.txt ├── 215.txt ├── 216.txt ├── 217.txt ├── 218.txt ├── 219.txt ├── 220.txt ├── 221.txt ├── 222.txt ├── 223.txt ├── 224.txt ├── 225.txt ├── 226.txt ├── 227.txt ├── 228.txt ├── 229.txt ├── 230.txt ├── 231.txt ├── 232.txt ├── 233.txt ├── 234.txt ├── 235.txt ├── 236.txt ├── 237.txt ├── 238.txt └── 239.txt ├── pokepicross.txt ├── savestates ├── 000_002_level1start.sna ├── 003_011_150puzzles.sna ├── 012_014_caughtmew.sna ├── 015_054_normaltutorial.sna ├── 055_081_safaritutorial.sna ├── 082_082_level10beat.sna ├── 083_088_level10start.sna ├── 089_091_level8start.sna ├── 092_094_level6start.sna ├── 095_098_level4start.sna ├── 099_103_level2start.sna ├── 104_104_caughtjigglypuff.sna ├── 105_105_caughtsquirtle.sna ├── 106_106_caughtclefairy.sna ├── 107_107_caughtcharmander.sna ├── 108_113_caughtbulbasaur.sna ├── 114_116_uncompletecreditsend.sna ├── 117_119_safaricreditsend.sna ├── 123_123_creditsend.sna ├── 124_126_zone4beat.sna ├── 127_145_level0start.sna ├── 147_148_level0beat.sna └── POKEPICROSS_ENG.sav ├── system_eng ├── 000.txt ├── 001.txt ├── 002.txt ├── 003.txt ├── 004.txt ├── 005.txt ├── 006.txt ├── 007.txt ├── 008.txt ├── 009.txt ├── 010.txt ├── 011.txt ├── 012.txt ├── 013.txt ├── 014.txt └── 015.txt ├── titlecolors.map ├── titlegb.map └── titletiles.map /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/.gitignore -------------------------------------------------------------------------------- /MAKE_HACK.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/MAKE_HACK.cmd -------------------------------------------------------------------------------- /MAKE_HACK_FULL.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/MAKE_HACK_FULL.cmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/README.md -------------------------------------------------------------------------------- /ROM_Buildfile.event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/ROM_Buildfile.event -------------------------------------------------------------------------------- /asm/assembleGBZ80.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/assembleGBZ80.cmd -------------------------------------------------------------------------------- /asm/pokedex1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/pokedex1.bin -------------------------------------------------------------------------------- /asm/pokedex1.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/pokedex1.s -------------------------------------------------------------------------------- /asm/pokedex2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/pokedex2.bin -------------------------------------------------------------------------------- /asm/pokedex2.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/pokedex2.s -------------------------------------------------------------------------------- /asm/safari1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/safari1.bin -------------------------------------------------------------------------------- /asm/safari1.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/safari1.s -------------------------------------------------------------------------------- /asm/safari2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/safari2.bin -------------------------------------------------------------------------------- /asm/safari2.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/safari2.s -------------------------------------------------------------------------------- /asm/strip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/asm/strip.py -------------------------------------------------------------------------------- /compress_graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/compress_graphics.py -------------------------------------------------------------------------------- /compressed/main.map.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/compressed/main.map.bin -------------------------------------------------------------------------------- /compressed/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/compressed/main.png -------------------------------------------------------------------------------- /compressed/safari.map.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/compressed/safari.map.bin -------------------------------------------------------------------------------- /compressed/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/compressed/title.png -------------------------------------------------------------------------------- /compressed/titlegb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/compressed/titlegb.png -------------------------------------------------------------------------------- /convert_graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/convert_graphics.py -------------------------------------------------------------------------------- /dialogue_eng/000.txt: -------------------------------------------------------------------------------- 1 | Let's give it all 2 | we've got, Pikachu! -------------------------------------------------------------------------------- /dialogue_eng/001.txt: -------------------------------------------------------------------------------- 1 | Pika~!! -------------------------------------------------------------------------------- /dialogue_eng/002.txt: -------------------------------------------------------------------------------- 1 | Alright!! 2 | I'll become a Pokémon Master! -------------------------------------------------------------------------------- /dialogue_eng/003.txt: -------------------------------------------------------------------------------- 1 | To celebrate this... -------------------------------------------------------------------------------- /dialogue_eng/004.txt: -------------------------------------------------------------------------------- 1 | I would like to invite you 2 | to vist the Safari Picross. -------------------------------------------------------------------------------- /dialogue_eng/005.txt: -------------------------------------------------------------------------------- 1 | In order to access 2 | the Safari Picross -------------------------------------------------------------------------------- /dialogue_eng/006.txt: -------------------------------------------------------------------------------- 1 | press right on the 2 | GAME “SELECT” screen. -------------------------------------------------------------------------------- /dialogue_eng/007.txt: -------------------------------------------------------------------------------- 1 | Since the rules for Safari 2 | Picross differ slightly -------------------------------------------------------------------------------- /dialogue_eng/008.txt: -------------------------------------------------------------------------------- 1 | you should make sure to check 2 | the Safari Picross tutorial. -------------------------------------------------------------------------------- /dialogue_eng/009.txt: -------------------------------------------------------------------------------- 1 | And now let's enjoy a 2 | trip down memory lane. -------------------------------------------------------------------------------- /dialogue_eng/010.txt: -------------------------------------------------------------------------------- 1 | Please, sit down and relax. -------------------------------------------------------------------------------- /dialogue_eng/011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/011.txt -------------------------------------------------------------------------------- /dialogue_eng/012.txt: -------------------------------------------------------------------------------- 1 | Congratulations! 2 | Let's reminisce about your journey. -------------------------------------------------------------------------------- /dialogue_eng/013.txt: -------------------------------------------------------------------------------- 1 | Please, sit down and relax. -------------------------------------------------------------------------------- /dialogue_eng/014.txt: -------------------------------------------------------------------------------- 1 | Incredible! You managed to 2 | catch all 151 Pokémon! -------------------------------------------------------------------------------- /dialogue_eng/015.txt: -------------------------------------------------------------------------------- 1 | Hello there. 2 | I will be teaching you how 3 | to play “Pokémon Picross”. -------------------------------------------------------------------------------- /dialogue_eng/016.txt: -------------------------------------------------------------------------------- 1 | The numbers on the top -------------------------------------------------------------------------------- /dialogue_eng/017.txt: -------------------------------------------------------------------------------- 1 | 2 | and on the left -------------------------------------------------------------------------------- /dialogue_eng/018.txt: -------------------------------------------------------------------------------- 1 | are hints. 2 | I will now chisel the 3 | blocks on this grid. -------------------------------------------------------------------------------- /dialogue_eng/019.txt: -------------------------------------------------------------------------------- 1 | If you chisel correctly... 2 | -------------------------------------------------------------------------------- /dialogue_eng/020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/020.txt -------------------------------------------------------------------------------- /dialogue_eng/021.txt: -------------------------------------------------------------------------------- 1 | Now, let's explain how 2 | to play Pokémon Picross. -------------------------------------------------------------------------------- /dialogue_eng/022.txt: -------------------------------------------------------------------------------- 1 | The numbers on the top -------------------------------------------------------------------------------- /dialogue_eng/023.txt: -------------------------------------------------------------------------------- 1 | 2 | represent the blocks to 3 | chisel on each column. -------------------------------------------------------------------------------- /dialogue_eng/024.txt: -------------------------------------------------------------------------------- 1 | For example, this “5” -------------------------------------------------------------------------------- /dialogue_eng/025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/025.txt -------------------------------------------------------------------------------- /dialogue_eng/026.txt: -------------------------------------------------------------------------------- 1 | The numbers on the left -------------------------------------------------------------------------------- /dialogue_eng/027.txt: -------------------------------------------------------------------------------- 1 | 2 | represent the blocks to 3 | chisel on each row. -------------------------------------------------------------------------------- /dialogue_eng/028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/028.txt -------------------------------------------------------------------------------- /dialogue_eng/029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/029.txt -------------------------------------------------------------------------------- /dialogue_eng/030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/030.txt -------------------------------------------------------------------------------- /dialogue_eng/031.txt: -------------------------------------------------------------------------------- 1 | 2 | the Pokémon will run away. -------------------------------------------------------------------------------- /dialogue_eng/032.txt: -------------------------------------------------------------------------------- 1 | If you get impatient and 2 | chisel the wrong block -------------------------------------------------------------------------------- /dialogue_eng/033.txt: -------------------------------------------------------------------------------- 1 | 2 | you will regret it, as the 3 | remaining time is reduced. -------------------------------------------------------------------------------- /dialogue_eng/034.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/034.txt -------------------------------------------------------------------------------- /dialogue_eng/035.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/035.txt -------------------------------------------------------------------------------- /dialogue_eng/036.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/036.txt -------------------------------------------------------------------------------- /dialogue_eng/037.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/037.txt -------------------------------------------------------------------------------- /dialogue_eng/038.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/038.txt -------------------------------------------------------------------------------- /dialogue_eng/039.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/039.txt -------------------------------------------------------------------------------- /dialogue_eng/040.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/040.txt -------------------------------------------------------------------------------- /dialogue_eng/041.txt: -------------------------------------------------------------------------------- 1 | 2 | pressing the “SELECT” button. -------------------------------------------------------------------------------- /dialogue_eng/042.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/042.txt -------------------------------------------------------------------------------- /dialogue_eng/043.txt: -------------------------------------------------------------------------------- 1 | Try it sometime. -------------------------------------------------------------------------------- /dialogue_eng/044.txt: -------------------------------------------------------------------------------- 1 | Oh! I forgot to explain 2 | what “PAR TIME” means! -------------------------------------------------------------------------------- /dialogue_eng/045.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/045.txt -------------------------------------------------------------------------------- /dialogue_eng/046.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/046.txt -------------------------------------------------------------------------------- /dialogue_eng/047.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/047.txt -------------------------------------------------------------------------------- /dialogue_eng/048.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/048.txt -------------------------------------------------------------------------------- /dialogue_eng/049.txt: -------------------------------------------------------------------------------- 1 | “PAR TIME” simply means 2 | a very fast time. -------------------------------------------------------------------------------- /dialogue_eng/050.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/050.txt -------------------------------------------------------------------------------- /dialogue_eng/051.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/051.txt -------------------------------------------------------------------------------- /dialogue_eng/052.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/052.txt -------------------------------------------------------------------------------- /dialogue_eng/053.txt: -------------------------------------------------------------------------------- 1 | Good luck! -------------------------------------------------------------------------------- /dialogue_eng/054.txt: -------------------------------------------------------------------------------- 1 | Hello there. 2 | I will be teaching you how 3 | to play “Pokémon Picross”. -------------------------------------------------------------------------------- /dialogue_eng/055.txt: -------------------------------------------------------------------------------- 1 | You are finally here! 2 | I've been waiting for you. 3 | People call me... Bill -------------------------------------------------------------------------------- /dialogue_eng/056.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/056.txt -------------------------------------------------------------------------------- /dialogue_eng/057.txt: -------------------------------------------------------------------------------- 1 | Here in the Safari rules 2 | are slightly different. -------------------------------------------------------------------------------- /dialogue_eng/058.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/058.txt -------------------------------------------------------------------------------- /dialogue_eng/059.txt: -------------------------------------------------------------------------------- 1 | That part is just like 2 | in Pokémon Picross. -------------------------------------------------------------------------------- /dialogue_eng/060.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/060.txt -------------------------------------------------------------------------------- /dialogue_eng/061.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/061.txt -------------------------------------------------------------------------------- /dialogue_eng/062.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/062.txt -------------------------------------------------------------------------------- /dialogue_eng/063.txt: -------------------------------------------------------------------------------- 1 | This will without a doubt 2 | make puzzles much harder. -------------------------------------------------------------------------------- /dialogue_eng/064.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/064.txt -------------------------------------------------------------------------------- /dialogue_eng/065.txt: -------------------------------------------------------------------------------- 1 | So... -------------------------------------------------------------------------------- /dialogue_eng/066.txt: -------------------------------------------------------------------------------- 1 | If you are having issues 2 | press the “START” button 3 | and a menu will appear. -------------------------------------------------------------------------------- /dialogue_eng/067.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/067.txt -------------------------------------------------------------------------------- /dialogue_eng/068.txt: -------------------------------------------------------------------------------- 1 | Use “?START” and try 2 | chiseling blocks. -------------------------------------------------------------------------------- /dialogue_eng/069.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/069.txt -------------------------------------------------------------------------------- /dialogue_eng/070.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/070.txt -------------------------------------------------------------------------------- /dialogue_eng/071.txt: -------------------------------------------------------------------------------- 1 | It can be hard to 2 | figure out which 3 | block to chisel. -------------------------------------------------------------------------------- /dialogue_eng/072.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/072.txt -------------------------------------------------------------------------------- /dialogue_eng/073.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/073.txt -------------------------------------------------------------------------------- /dialogue_eng/074.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/074.txt -------------------------------------------------------------------------------- /dialogue_eng/075.txt: -------------------------------------------------------------------------------- 1 | The blocks you marked 2 | will be automatically 3 | chiseled in for you. -------------------------------------------------------------------------------- /dialogue_eng/076.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/076.txt -------------------------------------------------------------------------------- /dialogue_eng/077.txt: -------------------------------------------------------------------------------- 1 | You might even get 2 | a “GAME OVER” so you 3 | have to be careful. -------------------------------------------------------------------------------- /dialogue_eng/078.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/078.txt -------------------------------------------------------------------------------- /dialogue_eng/079.txt: -------------------------------------------------------------------------------- 1 | Just choose “CANCEL”. -------------------------------------------------------------------------------- /dialogue_eng/080.txt: -------------------------------------------------------------------------------- 1 | The blocks you marked 2 | will return to their 3 | regular state. -------------------------------------------------------------------------------- /dialogue_eng/081.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/081.txt -------------------------------------------------------------------------------- /dialogue_eng/082.txt: -------------------------------------------------------------------------------- 1 | Huh?! 2 | What's that!!!? -------------------------------------------------------------------------------- /dialogue_eng/083.txt: -------------------------------------------------------------------------------- 1 | Oh! A Jigglypuff! -------------------------------------------------------------------------------- /dialogue_eng/084.txt: -------------------------------------------------------------------------------- 1 | Puff~! -------------------------------------------------------------------------------- /dialogue_eng/085.txt: -------------------------------------------------------------------------------- 1 | Hahaha, so you also 2 | want to be friends? -------------------------------------------------------------------------------- /dialogue_eng/086.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/086.txt -------------------------------------------------------------------------------- /dialogue_eng/087.txt: -------------------------------------------------------------------------------- 1 | Alright, let's chase after 2 | the Pokémon Master title -------------------------------------------------------------------------------- /dialogue_eng/088.txt: -------------------------------------------------------------------------------- 1 | together!! -------------------------------------------------------------------------------- /dialogue_eng/089.txt: -------------------------------------------------------------------------------- 1 | Huh? If it isn't a Clefairy! 2 | You want to tag along, too? -------------------------------------------------------------------------------- /dialogue_eng/090.txt: -------------------------------------------------------------------------------- 1 | Cleffa~!! -------------------------------------------------------------------------------- /dialogue_eng/091.txt: -------------------------------------------------------------------------------- 1 | Alright! 2 | I'll take good care of you! -------------------------------------------------------------------------------- /dialogue_eng/092.txt: -------------------------------------------------------------------------------- 1 | That's a Squirtle, right? 2 | Do you want to come with me? -------------------------------------------------------------------------------- /dialogue_eng/093.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/093.txt -------------------------------------------------------------------------------- /dialogue_eng/094.txt: -------------------------------------------------------------------------------- 1 | Stay with me, then! -------------------------------------------------------------------------------- /dialogue_eng/095.txt: -------------------------------------------------------------------------------- 1 | Huh!? A charmander? 2 | You also want to join me? -------------------------------------------------------------------------------- /dialogue_eng/096.txt: -------------------------------------------------------------------------------- 1 | Char Char~! -------------------------------------------------------------------------------- /dialogue_eng/097.txt: -------------------------------------------------------------------------------- 1 | Okay, Charmander... -------------------------------------------------------------------------------- /dialogue_eng/098.txt: -------------------------------------------------------------------------------- 1 | Go, Poké Ball! -------------------------------------------------------------------------------- /dialogue_eng/099.txt: -------------------------------------------------------------------------------- 1 | Huh? A Bulbasaur! -------------------------------------------------------------------------------- /dialogue_eng/100.txt: -------------------------------------------------------------------------------- 1 | Why is this wild Bulbasaur 2 | following me around? -------------------------------------------------------------------------------- /dialogue_eng/101.txt: -------------------------------------------------------------------------------- 1 | Could it be you want 2 | to come with me? -------------------------------------------------------------------------------- /dialogue_eng/102.txt: -------------------------------------------------------------------------------- 1 | Saur~! -------------------------------------------------------------------------------- /dialogue_eng/103.txt: -------------------------------------------------------------------------------- 1 | We'll go together 2 | then, Bulbasaur! -------------------------------------------------------------------------------- /dialogue_eng/104.txt: -------------------------------------------------------------------------------- 1 | I caught a Jigglypuff! -------------------------------------------------------------------------------- /dialogue_eng/105.txt: -------------------------------------------------------------------------------- 1 | I caught a Squirtle! -------------------------------------------------------------------------------- /dialogue_eng/106.txt: -------------------------------------------------------------------------------- 1 | I caught a Clefairy! -------------------------------------------------------------------------------- /dialogue_eng/107.txt: -------------------------------------------------------------------------------- 1 | I did it! 2 | I caught a Charmander! -------------------------------------------------------------------------------- /dialogue_eng/108.txt: -------------------------------------------------------------------------------- 1 | Alright! -------------------------------------------------------------------------------- /dialogue_eng/109.txt: -------------------------------------------------------------------------------- 1 | I caught a Bulbasaur! -------------------------------------------------------------------------------- /dialogue_eng/110.txt: -------------------------------------------------------------------------------- 1 | Let me explain to you how 2 | Pokémon partners work. -------------------------------------------------------------------------------- /dialogue_eng/111.txt: -------------------------------------------------------------------------------- 1 | Press “START” to bring up 2 | the menu while doing a puzzle -------------------------------------------------------------------------------- /dialogue_eng/112.txt: -------------------------------------------------------------------------------- 1 | then choose “BGM” and 2 | select from the symbols. -------------------------------------------------------------------------------- /dialogue_eng/113.txt: -------------------------------------------------------------------------------- 1 | The music and background will 2 | change to match that Pokémon! -------------------------------------------------------------------------------- /dialogue_eng/114.txt: -------------------------------------------------------------------------------- 1 | Did you enjoy the 2 | Safari Picross? -------------------------------------------------------------------------------- /dialogue_eng/115.txt: -------------------------------------------------------------------------------- 1 | Hmm... It seems there are still 2 | unsolved Pokémon Picross puzzles. -------------------------------------------------------------------------------- /dialogue_eng/116.txt: -------------------------------------------------------------------------------- 1 | Try your best and 2 | take on the challenge! -------------------------------------------------------------------------------- /dialogue_eng/117.txt: -------------------------------------------------------------------------------- 1 | Congratulations! You are 2 | finally a Pokémon Master! -------------------------------------------------------------------------------- /dialogue_eng/118.txt: -------------------------------------------------------------------------------- 1 | Or rather... 2 | A Pokémon Picross Master! -------------------------------------------------------------------------------- /dialogue_eng/119.txt: -------------------------------------------------------------------------------- 1 | Thanks for playing. -------------------------------------------------------------------------------- /dialogue_eng/120.txt: -------------------------------------------------------------------------------- 1 | Congratulations! You are 2 | finally a Pokémon Master! -------------------------------------------------------------------------------- /dialogue_eng/121.txt: -------------------------------------------------------------------------------- 1 | Or rather... 2 | A Pokémon Picross Master! -------------------------------------------------------------------------------- /dialogue_eng/122.txt: -------------------------------------------------------------------------------- 1 | Thanks for playing. -------------------------------------------------------------------------------- /dialogue_eng/123.txt: -------------------------------------------------------------------------------- 1 | Go complete Safari 2 | Picross as well! -------------------------------------------------------------------------------- /dialogue_eng/124.txt: -------------------------------------------------------------------------------- 1 | Congratulations! Let's immerse 2 | in the memories of your journey. -------------------------------------------------------------------------------- /dialogue_eng/125.txt: -------------------------------------------------------------------------------- 1 | Please, sit down and relax. -------------------------------------------------------------------------------- /dialogue_eng/126.txt: -------------------------------------------------------------------------------- 1 | You finally completed 2 | all of the Safari! -------------------------------------------------------------------------------- /dialogue_eng/127.txt: -------------------------------------------------------------------------------- 1 | Let's give it all 2 | we've got, Pikachu! -------------------------------------------------------------------------------- /dialogue_eng/128.txt: -------------------------------------------------------------------------------- 1 | Pika~!! -------------------------------------------------------------------------------- /dialogue_eng/129.txt: -------------------------------------------------------------------------------- 1 | Alright!! 2 | I'll become a Pokémon Master! -------------------------------------------------------------------------------- /dialogue_eng/130.txt: -------------------------------------------------------------------------------- 1 | Is it your first time 2 | playing Pokémon Picross? 3 | -------------------------------------------------------------------------------- /dialogue_eng/131.txt: -------------------------------------------------------------------------------- 1 | Then I'll give you 2 | a few good pointers. -------------------------------------------------------------------------------- /dialogue_eng/132.txt: -------------------------------------------------------------------------------- 1 | Normally, when you clear a puzzle -------------------------------------------------------------------------------- /dialogue_eng/133.txt: -------------------------------------------------------------------------------- 1 | 2 | a Poké Ball symbol will show up. -------------------------------------------------------------------------------- /dialogue_eng/134.txt: -------------------------------------------------------------------------------- 1 | However, if you are under par -------------------------------------------------------------------------------- /dialogue_eng/135.txt: -------------------------------------------------------------------------------- 1 | 2 | a Great Ball symbol appears instead. -------------------------------------------------------------------------------- /dialogue_eng/136.txt: -------------------------------------------------------------------------------- 1 | Once you have 8 Great Balls -------------------------------------------------------------------------------- /dialogue_eng/137.txt: -------------------------------------------------------------------------------- 1 | 2 | a hidden puzzle will... -------------------------------------------------------------------------------- /dialogue_eng/138.txt: -------------------------------------------------------------------------------- 1 | Pop up! -------------------------------------------------------------------------------- /dialogue_eng/139.txt: -------------------------------------------------------------------------------- 1 | If your goal is to become 2 | a Pokémon Picross Master -------------------------------------------------------------------------------- /dialogue_eng/140.txt: -------------------------------------------------------------------------------- 1 | you will have to complete all 2 | hidden puzzles, understand? -------------------------------------------------------------------------------- /dialogue_eng/141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/141.txt -------------------------------------------------------------------------------- /dialogue_eng/142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/142.txt -------------------------------------------------------------------------------- /dialogue_eng/143.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dialogue_eng/143.txt -------------------------------------------------------------------------------- /dialogue_eng/144.txt: -------------------------------------------------------------------------------- 1 | and go back to complete 2 | all puzzles under par. -------------------------------------------------------------------------------- /dialogue_eng/145.txt: -------------------------------------------------------------------------------- 1 | Well... Do your best! -------------------------------------------------------------------------------- /dialogue_eng/146.txt: -------------------------------------------------------------------------------- 1 | If you want to become a 2 | Pokémon Picross Master. -------------------------------------------------------------------------------- /dialogue_eng/147.txt: -------------------------------------------------------------------------------- 1 | Congratulations on beating 2 | all of Easy Picross. -------------------------------------------------------------------------------- /dialogue_eng/148.txt: -------------------------------------------------------------------------------- 1 | Next up is Pokémon Picross. 2 | Take up the challenge. -------------------------------------------------------------------------------- /dump_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/dump_text.py -------------------------------------------------------------------------------- /font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/font.png -------------------------------------------------------------------------------- /graphics.event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics.event -------------------------------------------------------------------------------- /graphics/163000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/163000.png -------------------------------------------------------------------------------- /graphics/17CB50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/17CB50.png -------------------------------------------------------------------------------- /graphics/17CDB0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/17CDB0.png -------------------------------------------------------------------------------- /graphics/17CEB0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/17CEB0.png -------------------------------------------------------------------------------- /graphics/17DE00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/17DE00.png -------------------------------------------------------------------------------- /graphics/183000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/183000.png -------------------------------------------------------------------------------- /graphics/186F80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/186F80.png -------------------------------------------------------------------------------- /graphics/18B000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/18B000.png -------------------------------------------------------------------------------- /graphics/1E3000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/1E3000.png -------------------------------------------------------------------------------- /graphics/lv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/lv1.png -------------------------------------------------------------------------------- /graphics/lv10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/lv10.png -------------------------------------------------------------------------------- /graphics/lv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/lv2.png -------------------------------------------------------------------------------- /graphics/lv9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/lv9.png -------------------------------------------------------------------------------- /graphics/par.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/par.png -------------------------------------------------------------------------------- /graphics/pokedexnames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/pokedexnames.png -------------------------------------------------------------------------------- /graphics/safarinames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/graphics/safarinames.png -------------------------------------------------------------------------------- /insert_font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/insert_font.py -------------------------------------------------------------------------------- /insert_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/insert_text.py -------------------------------------------------------------------------------- /names_eng/000.txt: -------------------------------------------------------------------------------- 1 | Pokédex -------------------------------------------------------------------------------- /names_eng/001.txt: -------------------------------------------------------------------------------- 1 | Town Map -------------------------------------------------------------------------------- /names_eng/002.txt: -------------------------------------------------------------------------------- 1 | Slot Machine -------------------------------------------------------------------------------- /names_eng/003.txt: -------------------------------------------------------------------------------- 1 | Rare Candy -------------------------------------------------------------------------------- /names_eng/004.txt: -------------------------------------------------------------------------------- 1 | PC -------------------------------------------------------------------------------- /names_eng/005.txt: -------------------------------------------------------------------------------- 1 | Repel -------------------------------------------------------------------------------- /names_eng/006.txt: -------------------------------------------------------------------------------- 1 | Silph Scope -------------------------------------------------------------------------------- /names_eng/007.txt: -------------------------------------------------------------------------------- 1 | Poké Doll -------------------------------------------------------------------------------- /names_eng/008.txt: -------------------------------------------------------------------------------- 1 | Gold Teeth -------------------------------------------------------------------------------- /names_eng/009.txt: -------------------------------------------------------------------------------- 1 | Jigglypuff's Mic -------------------------------------------------------------------------------- /names_eng/010.txt: -------------------------------------------------------------------------------- 1 | Super Rod -------------------------------------------------------------------------------- /names_eng/011.txt: -------------------------------------------------------------------------------- 1 | Poké Flute -------------------------------------------------------------------------------- /names_eng/012.txt: -------------------------------------------------------------------------------- 1 | Balloons -------------------------------------------------------------------------------- /names_eng/013.txt: -------------------------------------------------------------------------------- 1 | Bicycle -------------------------------------------------------------------------------- /names_eng/014.txt: -------------------------------------------------------------------------------- 1 | Hat -------------------------------------------------------------------------------- /names_eng/015.txt: -------------------------------------------------------------------------------- 1 | Diglett -------------------------------------------------------------------------------- /names_eng/016.txt: -------------------------------------------------------------------------------- 1 | Gastly -------------------------------------------------------------------------------- /names_eng/017.txt: -------------------------------------------------------------------------------- 1 | Omanyte -------------------------------------------------------------------------------- /names_eng/018.txt: -------------------------------------------------------------------------------- 1 | Muk -------------------------------------------------------------------------------- /names_eng/019.txt: -------------------------------------------------------------------------------- 1 | Kabuto -------------------------------------------------------------------------------- /names_eng/020.txt: -------------------------------------------------------------------------------- 1 | Rattata -------------------------------------------------------------------------------- /names_eng/021.txt: -------------------------------------------------------------------------------- 1 | Jigglypuff -------------------------------------------------------------------------------- /names_eng/022.txt: -------------------------------------------------------------------------------- 1 | Mankey -------------------------------------------------------------------------------- /names_eng/023.txt: -------------------------------------------------------------------------------- 1 | Slowpoke -------------------------------------------------------------------------------- /names_eng/024.txt: -------------------------------------------------------------------------------- 1 | Poliwag -------------------------------------------------------------------------------- /names_eng/025.txt: -------------------------------------------------------------------------------- 1 | Parasect -------------------------------------------------------------------------------- /names_eng/026.txt: -------------------------------------------------------------------------------- 1 | Venonat -------------------------------------------------------------------------------- /names_eng/027.txt: -------------------------------------------------------------------------------- 1 | Poliwhirl -------------------------------------------------------------------------------- /names_eng/028.txt: -------------------------------------------------------------------------------- 1 | Dragonair -------------------------------------------------------------------------------- /names_eng/029.txt: -------------------------------------------------------------------------------- 1 | Charizard -------------------------------------------------------------------------------- /names_eng/030.txt: -------------------------------------------------------------------------------- 1 | Chansey -------------------------------------------------------------------------------- /names_eng/031.txt: -------------------------------------------------------------------------------- 1 | Porygon -------------------------------------------------------------------------------- /names_eng/032.txt: -------------------------------------------------------------------------------- 1 | Gengar -------------------------------------------------------------------------------- /names_eng/033.txt: -------------------------------------------------------------------------------- 1 | Ditto -------------------------------------------------------------------------------- /names_eng/034.txt: -------------------------------------------------------------------------------- 1 | Bellsprout -------------------------------------------------------------------------------- /names_eng/035.txt: -------------------------------------------------------------------------------- 1 | Haunter -------------------------------------------------------------------------------- /names_eng/036.txt: -------------------------------------------------------------------------------- 1 | Koffing -------------------------------------------------------------------------------- /names_eng/037.txt: -------------------------------------------------------------------------------- 1 | Pinsir -------------------------------------------------------------------------------- /names_eng/038.txt: -------------------------------------------------------------------------------- 1 | Horsea -------------------------------------------------------------------------------- /names_eng/039.txt: -------------------------------------------------------------------------------- 1 | Nidoran♀ -------------------------------------------------------------------------------- /names_eng/040.txt: -------------------------------------------------------------------------------- 1 | Dratini -------------------------------------------------------------------------------- /names_eng/041.txt: -------------------------------------------------------------------------------- 1 | Weepinbell -------------------------------------------------------------------------------- /names_eng/042.txt: -------------------------------------------------------------------------------- 1 | Staryu -------------------------------------------------------------------------------- /names_eng/043.txt: -------------------------------------------------------------------------------- 1 | Dugtrio -------------------------------------------------------------------------------- /names_eng/044.txt: -------------------------------------------------------------------------------- 1 | Venusaur -------------------------------------------------------------------------------- /names_eng/045.txt: -------------------------------------------------------------------------------- 1 | Drowzee -------------------------------------------------------------------------------- /names_eng/046.txt: -------------------------------------------------------------------------------- 1 | Seadra -------------------------------------------------------------------------------- /names_eng/047.txt: -------------------------------------------------------------------------------- 1 | Nidoran♂ -------------------------------------------------------------------------------- /names_eng/048.txt: -------------------------------------------------------------------------------- 1 | Wigglytuff -------------------------------------------------------------------------------- /names_eng/049.txt: -------------------------------------------------------------------------------- 1 | Magmar -------------------------------------------------------------------------------- /names_eng/050.txt: -------------------------------------------------------------------------------- 1 | Ivysaur -------------------------------------------------------------------------------- /names_eng/051.txt: -------------------------------------------------------------------------------- 1 | Kakuna -------------------------------------------------------------------------------- /names_eng/052.txt: -------------------------------------------------------------------------------- 1 | Clefairy -------------------------------------------------------------------------------- /names_eng/053.txt: -------------------------------------------------------------------------------- 1 | Spearow -------------------------------------------------------------------------------- /names_eng/054.txt: -------------------------------------------------------------------------------- 1 | Starmie -------------------------------------------------------------------------------- /names_eng/055.txt: -------------------------------------------------------------------------------- 1 | Zubat -------------------------------------------------------------------------------- /names_eng/056.txt: -------------------------------------------------------------------------------- 1 | Voltorb -------------------------------------------------------------------------------- /names_eng/057.txt: -------------------------------------------------------------------------------- 1 | Cloyster -------------------------------------------------------------------------------- /names_eng/058.txt: -------------------------------------------------------------------------------- 1 | Exeggutor -------------------------------------------------------------------------------- /names_eng/059.txt: -------------------------------------------------------------------------------- 1 | Magikarp -------------------------------------------------------------------------------- /names_eng/060.txt: -------------------------------------------------------------------------------- 1 | Seel -------------------------------------------------------------------------------- /names_eng/061.txt: -------------------------------------------------------------------------------- 1 | Shellder -------------------------------------------------------------------------------- /names_eng/062.txt: -------------------------------------------------------------------------------- 1 | Meowth -------------------------------------------------------------------------------- /names_eng/063.txt: -------------------------------------------------------------------------------- 1 | Fearow -------------------------------------------------------------------------------- /names_eng/064.txt: -------------------------------------------------------------------------------- 1 | Weedle -------------------------------------------------------------------------------- /names_eng/065.txt: -------------------------------------------------------------------------------- 1 | Magnemite -------------------------------------------------------------------------------- /names_eng/066.txt: -------------------------------------------------------------------------------- 1 | Scyther -------------------------------------------------------------------------------- /names_eng/067.txt: -------------------------------------------------------------------------------- 1 | Vulpix -------------------------------------------------------------------------------- /names_eng/068.txt: -------------------------------------------------------------------------------- 1 | Metapod -------------------------------------------------------------------------------- /names_eng/069.txt: -------------------------------------------------------------------------------- 1 | Venomoth -------------------------------------------------------------------------------- /names_eng/070.txt: -------------------------------------------------------------------------------- 1 | Electabuzz -------------------------------------------------------------------------------- /names_eng/071.txt: -------------------------------------------------------------------------------- 1 | Tangela -------------------------------------------------------------------------------- /names_eng/072.txt: -------------------------------------------------------------------------------- 1 | Goldeen -------------------------------------------------------------------------------- /names_eng/073.txt: -------------------------------------------------------------------------------- 1 | Nidoqueen -------------------------------------------------------------------------------- /names_eng/074.txt: -------------------------------------------------------------------------------- 1 | Gyarados -------------------------------------------------------------------------------- /names_eng/075.txt: -------------------------------------------------------------------------------- 1 | Persian -------------------------------------------------------------------------------- /names_eng/076.txt: -------------------------------------------------------------------------------- 1 | Dodrio -------------------------------------------------------------------------------- /names_eng/077.txt: -------------------------------------------------------------------------------- 1 | Jolteon -------------------------------------------------------------------------------- /names_eng/078.txt: -------------------------------------------------------------------------------- 1 | Golduck -------------------------------------------------------------------------------- /names_eng/079.txt: -------------------------------------------------------------------------------- 1 | Mr. Mime -------------------------------------------------------------------------------- /names_eng/080.txt: -------------------------------------------------------------------------------- 1 | Butterfree -------------------------------------------------------------------------------- /names_eng/081.txt: -------------------------------------------------------------------------------- 1 | Graveler -------------------------------------------------------------------------------- /names_eng/082.txt: -------------------------------------------------------------------------------- 1 | Raticate -------------------------------------------------------------------------------- /names_eng/083.txt: -------------------------------------------------------------------------------- 1 | Alakazam -------------------------------------------------------------------------------- /names_eng/084.txt: -------------------------------------------------------------------------------- 1 | Kangaskhan -------------------------------------------------------------------------------- /names_eng/085.txt: -------------------------------------------------------------------------------- 1 | Gloom -------------------------------------------------------------------------------- /names_eng/086.txt: -------------------------------------------------------------------------------- 1 | Ponyta -------------------------------------------------------------------------------- /names_eng/087.txt: -------------------------------------------------------------------------------- 1 | Nidorino -------------------------------------------------------------------------------- /names_eng/088.txt: -------------------------------------------------------------------------------- 1 | Nidoking -------------------------------------------------------------------------------- /names_eng/089.txt: -------------------------------------------------------------------------------- 1 | Blastoise -------------------------------------------------------------------------------- /names_eng/090.txt: -------------------------------------------------------------------------------- 1 | Primeape -------------------------------------------------------------------------------- /names_eng/091.txt: -------------------------------------------------------------------------------- 1 | Machoke -------------------------------------------------------------------------------- /names_eng/092.txt: -------------------------------------------------------------------------------- 1 | Rapidash -------------------------------------------------------------------------------- /names_eng/093.txt: -------------------------------------------------------------------------------- 1 | Grimer -------------------------------------------------------------------------------- /names_eng/094.txt: -------------------------------------------------------------------------------- 1 | Onix -------------------------------------------------------------------------------- /names_eng/095.txt: -------------------------------------------------------------------------------- 1 | Machamp -------------------------------------------------------------------------------- /names_eng/096.txt: -------------------------------------------------------------------------------- 1 | Vileplume -------------------------------------------------------------------------------- /names_eng/097.txt: -------------------------------------------------------------------------------- 1 | Paras -------------------------------------------------------------------------------- /names_eng/098.txt: -------------------------------------------------------------------------------- 1 | Lapras -------------------------------------------------------------------------------- /names_eng/099.txt: -------------------------------------------------------------------------------- 1 | Bulbasaur -------------------------------------------------------------------------------- /names_eng/100.txt: -------------------------------------------------------------------------------- 1 | Machop -------------------------------------------------------------------------------- /names_eng/101.txt: -------------------------------------------------------------------------------- 1 | Magneton -------------------------------------------------------------------------------- /names_eng/102.txt: -------------------------------------------------------------------------------- 1 | Seaking -------------------------------------------------------------------------------- /names_eng/103.txt: -------------------------------------------------------------------------------- 1 | Squirtle -------------------------------------------------------------------------------- /names_eng/104.txt: -------------------------------------------------------------------------------- 1 | Dragonite -------------------------------------------------------------------------------- /names_eng/105.txt: -------------------------------------------------------------------------------- 1 | Omastar -------------------------------------------------------------------------------- /names_eng/106.txt: -------------------------------------------------------------------------------- 1 | Growlithe -------------------------------------------------------------------------------- /names_eng/107.txt: -------------------------------------------------------------------------------- 1 | Vaporeon -------------------------------------------------------------------------------- /names_eng/108.txt: -------------------------------------------------------------------------------- 1 | Farfetch'd -------------------------------------------------------------------------------- /names_eng/109.txt: -------------------------------------------------------------------------------- 1 | Beedrill -------------------------------------------------------------------------------- /names_eng/110.txt: -------------------------------------------------------------------------------- 1 | Golem -------------------------------------------------------------------------------- /names_eng/111.txt: -------------------------------------------------------------------------------- 1 | Flareon -------------------------------------------------------------------------------- /names_eng/112.txt: -------------------------------------------------------------------------------- 1 | Charmander -------------------------------------------------------------------------------- /names_eng/113.txt: -------------------------------------------------------------------------------- 1 | Krabby -------------------------------------------------------------------------------- /names_eng/114.txt: -------------------------------------------------------------------------------- 1 | Cubone -------------------------------------------------------------------------------- /names_eng/115.txt: -------------------------------------------------------------------------------- 1 | Arbok -------------------------------------------------------------------------------- /names_eng/116.txt: -------------------------------------------------------------------------------- 1 | Rhyhorn -------------------------------------------------------------------------------- /names_eng/117.txt: -------------------------------------------------------------------------------- 1 | Ninetales -------------------------------------------------------------------------------- /names_eng/118.txt: -------------------------------------------------------------------------------- 1 | Abra -------------------------------------------------------------------------------- /names_eng/119.txt: -------------------------------------------------------------------------------- 1 | Mewtwo -------------------------------------------------------------------------------- /names_eng/120.txt: -------------------------------------------------------------------------------- 1 | Rhydon -------------------------------------------------------------------------------- /names_eng/121.txt: -------------------------------------------------------------------------------- 1 | Raichu -------------------------------------------------------------------------------- /names_eng/122.txt: -------------------------------------------------------------------------------- 1 | Tauros -------------------------------------------------------------------------------- /names_eng/123.txt: -------------------------------------------------------------------------------- 1 | Hitmonlee -------------------------------------------------------------------------------- /names_eng/124.txt: -------------------------------------------------------------------------------- 1 | Clefable -------------------------------------------------------------------------------- /names_eng/125.txt: -------------------------------------------------------------------------------- 1 | Lickitung -------------------------------------------------------------------------------- /names_eng/126.txt: -------------------------------------------------------------------------------- 1 | Eevee -------------------------------------------------------------------------------- /names_eng/127.txt: -------------------------------------------------------------------------------- 1 | Pikachu -------------------------------------------------------------------------------- /names_eng/128.txt: -------------------------------------------------------------------------------- 1 | Caterpie -------------------------------------------------------------------------------- /names_eng/129.txt: -------------------------------------------------------------------------------- 1 | Nidorina -------------------------------------------------------------------------------- /names_eng/130.txt: -------------------------------------------------------------------------------- 1 | Marowak -------------------------------------------------------------------------------- /names_eng/131.txt: -------------------------------------------------------------------------------- 1 | Arcanine -------------------------------------------------------------------------------- /names_eng/132.txt: -------------------------------------------------------------------------------- 1 | Kadabra -------------------------------------------------------------------------------- /names_eng/133.txt: -------------------------------------------------------------------------------- 1 | Victreebel -------------------------------------------------------------------------------- /names_eng/134.txt: -------------------------------------------------------------------------------- 1 | Moltres -------------------------------------------------------------------------------- /names_eng/135.txt: -------------------------------------------------------------------------------- 1 | Doduo -------------------------------------------------------------------------------- /names_eng/136.txt: -------------------------------------------------------------------------------- 1 | Jynx -------------------------------------------------------------------------------- /names_eng/137.txt: -------------------------------------------------------------------------------- 1 | Golbat -------------------------------------------------------------------------------- /names_eng/138.txt: -------------------------------------------------------------------------------- 1 | Sandslash -------------------------------------------------------------------------------- /names_eng/139.txt: -------------------------------------------------------------------------------- 1 | Tentacruel -------------------------------------------------------------------------------- /names_eng/140.txt: -------------------------------------------------------------------------------- 1 | Pidgeot -------------------------------------------------------------------------------- /names_eng/141.txt: -------------------------------------------------------------------------------- 1 | Dewgong -------------------------------------------------------------------------------- /names_eng/142.txt: -------------------------------------------------------------------------------- 1 | Kingler -------------------------------------------------------------------------------- /names_eng/143.txt: -------------------------------------------------------------------------------- 1 | Snorlax -------------------------------------------------------------------------------- /names_eng/144.txt: -------------------------------------------------------------------------------- 1 | Exeggcute -------------------------------------------------------------------------------- /names_eng/145.txt: -------------------------------------------------------------------------------- 1 | Weezing -------------------------------------------------------------------------------- /names_eng/146.txt: -------------------------------------------------------------------------------- 1 | Electrode -------------------------------------------------------------------------------- /names_eng/147.txt: -------------------------------------------------------------------------------- 1 | Aerodactyl -------------------------------------------------------------------------------- /names_eng/148.txt: -------------------------------------------------------------------------------- 1 | Wartortle -------------------------------------------------------------------------------- /names_eng/149.txt: -------------------------------------------------------------------------------- 1 | Articuno -------------------------------------------------------------------------------- /names_eng/150.txt: -------------------------------------------------------------------------------- 1 | Hitmonchan -------------------------------------------------------------------------------- /names_eng/151.txt: -------------------------------------------------------------------------------- 1 | Slowbro -------------------------------------------------------------------------------- /names_eng/152.txt: -------------------------------------------------------------------------------- 1 | Pidgeotto -------------------------------------------------------------------------------- /names_eng/153.txt: -------------------------------------------------------------------------------- 1 | Hypno -------------------------------------------------------------------------------- /names_eng/154.txt: -------------------------------------------------------------------------------- 1 | Kabutops -------------------------------------------------------------------------------- /names_eng/155.txt: -------------------------------------------------------------------------------- 1 | Sandshrew -------------------------------------------------------------------------------- /names_eng/156.txt: -------------------------------------------------------------------------------- 1 | Ekans -------------------------------------------------------------------------------- /names_eng/157.txt: -------------------------------------------------------------------------------- 1 | Poliwrath -------------------------------------------------------------------------------- /names_eng/158.txt: -------------------------------------------------------------------------------- 1 | Charmeleon -------------------------------------------------------------------------------- /names_eng/159.txt: -------------------------------------------------------------------------------- 1 | Psyduck -------------------------------------------------------------------------------- /names_eng/160.txt: -------------------------------------------------------------------------------- 1 | Oddish -------------------------------------------------------------------------------- /names_eng/161.txt: -------------------------------------------------------------------------------- 1 | Tentacool -------------------------------------------------------------------------------- /names_eng/162.txt: -------------------------------------------------------------------------------- 1 | Pidgey -------------------------------------------------------------------------------- /names_eng/163.txt: -------------------------------------------------------------------------------- 1 | Geodude -------------------------------------------------------------------------------- /names_eng/164.txt: -------------------------------------------------------------------------------- 1 | Zapdos -------------------------------------------------------------------------------- /names_eng/165.txt: -------------------------------------------------------------------------------- 1 | Mew -------------------------------------------------------------------------------- /names_eng/166.txt: -------------------------------------------------------------------------------- 1 | Togepi -------------------------------------------------------------------------------- /names_eng/167.txt: -------------------------------------------------------------------------------- 1 | Haunter -------------------------------------------------------------------------------- /names_eng/168.txt: -------------------------------------------------------------------------------- 1 | Mew & Mewtwo -------------------------------------------------------------------------------- /names_eng/169.txt: -------------------------------------------------------------------------------- 1 | Staring Contest -------------------------------------------------------------------------------- /names_eng/170.txt: -------------------------------------------------------------------------------- 1 | Lapras & Pikachu -------------------------------------------------------------------------------- /names_eng/171.txt: -------------------------------------------------------------------------------- 1 | Surfing Pikachu -------------------------------------------------------------------------------- /names_eng/172.txt: -------------------------------------------------------------------------------- 1 | Starmie & Staryu -------------------------------------------------------------------------------- /names_eng/173.txt: -------------------------------------------------------------------------------- 1 | Seel Show -------------------------------------------------------------------------------- /names_eng/174.txt: -------------------------------------------------------------------------------- 1 | Pikachu & Poké Ball -------------------------------------------------------------------------------- /names_eng/175.txt: -------------------------------------------------------------------------------- 1 | Porygon & Blocks -------------------------------------------------------------------------------- /names_eng/176.txt: -------------------------------------------------------------------------------- 1 | Magikarp Streamer -------------------------------------------------------------------------------- /names_eng/177.txt: -------------------------------------------------------------------------------- 1 | Krabby & Rice ball -------------------------------------------------------------------------------- /names_eng/178.txt: -------------------------------------------------------------------------------- 1 | Magnemite Swarm -------------------------------------------------------------------------------- /names_eng/179.txt: -------------------------------------------------------------------------------- 1 | Transformed Ditto -------------------------------------------------------------------------------- /names_eng/180.txt: -------------------------------------------------------------------------------- 1 | Squirtle Squad -------------------------------------------------------------------------------- /names_eng/181.txt: -------------------------------------------------------------------------------- 1 | Pidgeot Family -------------------------------------------------------------------------------- /names_eng/182.txt: -------------------------------------------------------------------------------- 1 | Juggling Mr. Mime -------------------------------------------------------------------------------- /names_eng/183.txt: -------------------------------------------------------------------------------- 1 | Charmander & Squirtle -------------------------------------------------------------------------------- /names_eng/184.txt: -------------------------------------------------------------------------------- 1 | Pinsir & Metapod -------------------------------------------------------------------------------- /names_eng/185.txt: -------------------------------------------------------------------------------- 1 | Nap Time -------------------------------------------------------------------------------- /names_eng/186.txt: -------------------------------------------------------------------------------- 1 | Good Old Psyduck -------------------------------------------------------------------------------- /names_eng/187.txt: -------------------------------------------------------------------------------- 1 | Blissful Moment -------------------------------------------------------------------------------- /names_eng/188.txt: -------------------------------------------------------------------------------- 1 | Sharing a Meal -------------------------------------------------------------------------------- /names_eng/189.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/names_eng/189.txt -------------------------------------------------------------------------------- /names_eng/190.txt: -------------------------------------------------------------------------------- 1 | Doodling Pikachu -------------------------------------------------------------------------------- /names_eng/191.txt: -------------------------------------------------------------------------------- 1 | Rainy Day -------------------------------------------------------------------------------- /names_eng/192.txt: -------------------------------------------------------------------------------- 1 | Arm Wrestling -------------------------------------------------------------------------------- /names_eng/193.txt: -------------------------------------------------------------------------------- 1 | Horsea & Shellder -------------------------------------------------------------------------------- /names_eng/194.txt: -------------------------------------------------------------------------------- 1 | Double Slap -------------------------------------------------------------------------------- /names_eng/195.txt: -------------------------------------------------------------------------------- 1 | Jigglypuff Chorus -------------------------------------------------------------------------------- /names_eng/196.txt: -------------------------------------------------------------------------------- 1 | Group Photo -------------------------------------------------------------------------------- /names_eng/197.txt: -------------------------------------------------------------------------------- 1 | Pokémon Battle -------------------------------------------------------------------------------- /names_eng/198.txt: -------------------------------------------------------------------------------- 1 | Sea Bathing -------------------------------------------------------------------------------- /names_eng/199.txt: -------------------------------------------------------------------------------- 1 | Butterfree -------------------------------------------------------------------------------- /names_eng/200.txt: -------------------------------------------------------------------------------- 1 | Thunder Shock -------------------------------------------------------------------------------- /names_eng/201.txt: -------------------------------------------------------------------------------- 1 | Eating Contest -------------------------------------------------------------------------------- /names_eng/202.txt: -------------------------------------------------------------------------------- 1 | Fun in the Snow -------------------------------------------------------------------------------- /names_eng/203.txt: -------------------------------------------------------------------------------- 1 | Fossil Pokémon -------------------------------------------------------------------------------- /names_eng/204.txt: -------------------------------------------------------------------------------- 1 | Whac-A-Mole -------------------------------------------------------------------------------- /names_eng/205.txt: -------------------------------------------------------------------------------- 1 | Legendary Pokémon -------------------------------------------------------------------------------- /names_eng/206.txt: -------------------------------------------------------------------------------- 1 | Exeggcute & Togepi -------------------------------------------------------------------------------- /names_eng/207.txt: -------------------------------------------------------------------------------- 1 | Cubone & Butterfree -------------------------------------------------------------------------------- /names_eng/208.txt: -------------------------------------------------------------------------------- 1 | Pokémon Race -------------------------------------------------------------------------------- /names_eng/209.txt: -------------------------------------------------------------------------------- 1 | Slowbro & Psyduck -------------------------------------------------------------------------------- /names_eng/210.txt: -------------------------------------------------------------------------------- 1 | Slowpoke & Slowbro -------------------------------------------------------------------------------- /names_eng/211.txt: -------------------------------------------------------------------------------- 1 | Monkey-Crab Battle -------------------------------------------------------------------------------- /names_eng/212.txt: -------------------------------------------------------------------------------- 1 | Starter Pokémon -------------------------------------------------------------------------------- /names_eng/213.txt: -------------------------------------------------------------------------------- 1 | Gloom -------------------------------------------------------------------------------- /names_eng/214.txt: -------------------------------------------------------------------------------- 1 | Team Rocket -------------------------------------------------------------------------------- /names_eng/215.txt: -------------------------------------------------------------------------------- 1 | Pikachu & Togepi -------------------------------------------------------------------------------- /names_eng/216.txt: -------------------------------------------------------------------------------- 1 | Hidden Village Pokémon -------------------------------------------------------------------------------- /names_eng/217.txt: -------------------------------------------------------------------------------- 1 | Snowmen -------------------------------------------------------------------------------- /names_eng/218.txt: -------------------------------------------------------------------------------- 1 | Pikachu Forest -------------------------------------------------------------------------------- /names_eng/219.txt: -------------------------------------------------------------------------------- 1 | Poké Ball -------------------------------------------------------------------------------- /names_eng/220.txt: -------------------------------------------------------------------------------- 1 | Pikachu -------------------------------------------------------------------------------- /names_eng/221.txt: -------------------------------------------------------------------------------- 1 | Old Amber -------------------------------------------------------------------------------- /names_eng/222.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/223.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/224.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/225.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/226.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/227.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/228.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/229.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/230.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/231.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/232.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/233.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/234.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/235.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/236.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/237.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/238.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /names_eng/239.txt: -------------------------------------------------------------------------------- 1 | MissingNo. -------------------------------------------------------------------------------- /pokepicross.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/pokepicross.txt -------------------------------------------------------------------------------- /savestates/000_002_level1start.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/000_002_level1start.sna -------------------------------------------------------------------------------- /savestates/003_011_150puzzles.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/003_011_150puzzles.sna -------------------------------------------------------------------------------- /savestates/012_014_caughtmew.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/012_014_caughtmew.sna -------------------------------------------------------------------------------- /savestates/015_054_normaltutorial.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/015_054_normaltutorial.sna -------------------------------------------------------------------------------- /savestates/055_081_safaritutorial.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/055_081_safaritutorial.sna -------------------------------------------------------------------------------- /savestates/082_082_level10beat.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/082_082_level10beat.sna -------------------------------------------------------------------------------- /savestates/083_088_level10start.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/083_088_level10start.sna -------------------------------------------------------------------------------- /savestates/089_091_level8start.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/089_091_level8start.sna -------------------------------------------------------------------------------- /savestates/092_094_level6start.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/092_094_level6start.sna -------------------------------------------------------------------------------- /savestates/095_098_level4start.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/095_098_level4start.sna -------------------------------------------------------------------------------- /savestates/099_103_level2start.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/099_103_level2start.sna -------------------------------------------------------------------------------- /savestates/104_104_caughtjigglypuff.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/104_104_caughtjigglypuff.sna -------------------------------------------------------------------------------- /savestates/105_105_caughtsquirtle.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/105_105_caughtsquirtle.sna -------------------------------------------------------------------------------- /savestates/106_106_caughtclefairy.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/106_106_caughtclefairy.sna -------------------------------------------------------------------------------- /savestates/107_107_caughtcharmander.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/107_107_caughtcharmander.sna -------------------------------------------------------------------------------- /savestates/108_113_caughtbulbasaur.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/108_113_caughtbulbasaur.sna -------------------------------------------------------------------------------- /savestates/114_116_uncompletecreditsend.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/114_116_uncompletecreditsend.sna -------------------------------------------------------------------------------- /savestates/117_119_safaricreditsend.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/117_119_safaricreditsend.sna -------------------------------------------------------------------------------- /savestates/123_123_creditsend.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/123_123_creditsend.sna -------------------------------------------------------------------------------- /savestates/124_126_zone4beat.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/124_126_zone4beat.sna -------------------------------------------------------------------------------- /savestates/127_145_level0start.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/127_145_level0start.sna -------------------------------------------------------------------------------- /savestates/147_148_level0beat.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/147_148_level0beat.sna -------------------------------------------------------------------------------- /savestates/POKEPICROSS_ENG.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/savestates/POKEPICROSS_ENG.sav -------------------------------------------------------------------------------- /system_eng/000.txt: -------------------------------------------------------------------------------- 1 | The Game Boy Printer's 2 | batteries are empty. -------------------------------------------------------------------------------- /system_eng/001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/system_eng/001.txt -------------------------------------------------------------------------------- /system_eng/002.txt: -------------------------------------------------------------------------------- 1 | The printer's paper 2 | needs to be changed. -------------------------------------------------------------------------------- /system_eng/003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/system_eng/003.txt -------------------------------------------------------------------------------- /system_eng/004.txt: -------------------------------------------------------------------------------- 1 | The Universal Game Link 2 | Cable is not connected. -------------------------------------------------------------------------------- /system_eng/005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/system_eng/005.txt -------------------------------------------------------------------------------- /system_eng/006.txt: -------------------------------------------------------------------------------- 1 | The printer's paper 2 | needs to be changed. -------------------------------------------------------------------------------- /system_eng/007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/system_eng/007.txt -------------------------------------------------------------------------------- /system_eng/008.txt: -------------------------------------------------------------------------------- 1 | The Game Boy Printer's 2 | batteries are empty. -------------------------------------------------------------------------------- /system_eng/009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/system_eng/009.txt -------------------------------------------------------------------------------- /system_eng/010.txt: -------------------------------------------------------------------------------- 1 | The printer's paper 2 | needs to be changed. -------------------------------------------------------------------------------- /system_eng/011.txt: -------------------------------------------------------------------------------- 1 | The Game Boy Printer's 2 | batteries are empty. -------------------------------------------------------------------------------- /system_eng/012.txt: -------------------------------------------------------------------------------- 1 | The Universal Game Link 2 | Cable is not connected. -------------------------------------------------------------------------------- /system_eng/013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/system_eng/013.txt -------------------------------------------------------------------------------- /system_eng/014.txt: -------------------------------------------------------------------------------- 1 | The printer's paper 2 | needs to be changed. -------------------------------------------------------------------------------- /system_eng/015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/system_eng/015.txt -------------------------------------------------------------------------------- /titlecolors.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/titlecolors.map -------------------------------------------------------------------------------- /titlegb.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/titlegb.map -------------------------------------------------------------------------------- /titletiles.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonarthCG/POKEPICROSS_Translation/HEAD/titletiles.map --------------------------------------------------------------------------------