Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Zero's Wall of Ramblings

Forum Index > PokéFarm > Journals >

Pages: 123··· 14151617

Zerø's AvatarZerø
Zerø's Avatar
Not long till Christmas now! I remember as a child the days leading up to the 25th seemed to drag on forever but it also felt so magical seeing all the decorations and the last few weeks where teachers let us watch movies or enjoy festive crafts was always fun, I personally always enjoyed the latter activities as watching four movies in a row got dull fast. Even something as simple as making paper chains or paper tree decorations was way more fun! As an adult working a part time job though, the days just fly by. At least my job encourages us to wear festive jumpers and silly hats, so I can enjoy some of that magic that makes Christmas special. But I have to say the little chocolates in Advent calendars were way more impressive as a kid, I guess that's why adult calendars usually have things like candles, cheese etc. XD
  • Featured PKMN
  • Site Events
  • Links etc.
Lv. 51 — 7,586 / 7,957
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryCheri Berry
Cheri Berry (SPICY)
Chesto BerryChesto Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Sweet food
BugFlying
Happiness 27%
Hasty nature
0 x 5 × 2985 Current Chain: 1/306
Artwork made by Cabbaccino.
Check out my trade Shop, I'm buying Shiny Pokémon for my Shiny Living dex! My first field has free Pokémon, just drop me a PM with who you want!
Zerø's AvatarZerø
Zerø's Avatar
Whoops I should really make a post so this doesn't get deleted again. Honestly I haven't been that active, so I don't have anything to say.
Zerø's AvatarZerø
Zerø's Avatar
(Wishforge Progress)
× 2985 /12500
Recently got enough gems to level up my Normal badge again, this is gonna take a while... XD Gonna slap my gem progress bar code here too so I can grab it when needed.
Zerø's AvatarZerø
Zerø's Avatar
It's fun seeing the new Pokémon from Paldea slowly appear on site! It's making me debate trying to trade for their shiny forms while there's probably a lot being hunted or if I focus on the older regions. Values have changed so much I gave up running a shop because I didn't know what to charge/offer for Shiny Pokémon. XD
Zerø's AvatarZerø
Zerø's Avatar
Oh hey did I mention I moved house? Well I have! It's been so much fun finally having the freedom to be as creative as I want. I've got plants on my windowsill (including a strawberry plant that I think is growing its first berry!) and I can set up my paints for my craft projects whenever I please, it's awesome! I do think I'll set up a proper craft station in my bedroom eventually, I have to focus on the important stuff like flooring, buying an oven etc. first. I'll probably be offering commissions here soon enough!
Zerø's AvatarZerø
Zerø's Avatar
My little flat is getting there slowly and I might even have a little puppy living with me by the end of the year, I'd certainly appreciate the company! :3 I also harvested tomatoes from my plant, they're only little ones but considering my plants were infested with gnats only a week or two ago it's done great and I'm very proud of it. Even though the pest control spray I was using was plant friendly, I'm still a little dubious about eating the tomatoes haha!
Zerø's AvatarZerø
Zerø's Avatar
I've found the CSS for highlighting eggs in the shelter is gone again. Nobody seems to have updated the Type Race skins. So I'm gonna put the code here for my own use but anyone passing by is welcome to use it as well. (This is currently a WIP, there's a lot of code to add and update!)

Base code

/* hide common eggs */ img[src*=""],{opacity: .3;} /* highlight 24 common type eggs */ img[src*=""],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;} /* highlight highest exp eggs */ img[src*=""],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px #e300ff;} /* highlight legendary eggs */ img[src*=""],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px #faff00;} /* rare pokemon shelter code */ #shelterarea .pokemon+.tooltip_content { display:block; visibility:hidden } #shelterarea .pokemon.lock+.tooltip_content, #shelterarea .pokemon:hover+.tooltip_content { visibility:visible; } #shelterarea:not(.selected) .pokemon+.tooltip_content img:not([src*=gender]) { visibility:visible; float:left; transform:scale(15); opacity:.75; transform-origin:bottom left; -ms-interpolation-mode:nearest-neighbor; image-rendering:-moz-crisp-edges; image-rendering:pixelated; touch-action:none; pointer-events:none; }

Normal

/* hide 363 common eggs */ img[src*=""],img[src*="pkmn/n/u/5.png"],img[src*="pkmn/c/0/7.png"],img[src*="pkmn/f/d/w.png"],img[src*="pkmn/l/w/s.png"],img[src*="pkmn/j/n/z.png"],img[src*="pkmn/a/1.png"],img[src*="pkmn/b/y.png"],img[src*="pkmn/5/j/w.png"],img[src*="pkmn/s/y/w/b.png"],img[src*="pkmn/i/m/r.png"],img[src*="pkmn/n/q/8.png"],img[src*="pkmn/g/s/8.png"],img[src*="pkmn/1/i/1.png"],img[src*="pkmn/r/2/t/g.png"],img[src*="pkmn/1/8/7.png"],img[src*="pkmn/g/i/1.png"],img[src*="pkmn/7/z/0.png"],img[src*="pkmn/b/y/1/6.png"],img[src*="pkmn/m/n/s.png"],img[src*="pkmn/7/s/7.png"],img[src*="pkmn/g/s/n.png"],img[src*="pkmn/d/m/w.png"],img[src*="pkmn/i/i/f.png"],img[src*="pkmn/6/1/e.png"],img[src*="pkmn/p/p/g/x.png"],img[src*="pkmn/o/r/x.png"],img[src*="pkmn/9/v/c/y.png"],img[src*="pkmn/3/z/u.png"],img[src*="pkmn/t/j.png"],img[src*="pkmn/k/n/x.png"],img[src*="pkmn/l/m/7.png"],img[src*="pkmn/4/y/r.png"],img[src*="pkmn/a/2/d.png"],img[src*="pkmn/l/t/r.png"],img[src*="pkmn/d/6/h.png"],img[src*="pkmn/1/y/t.png"],img[src*="pkmn/i/y/y/3.png"],img[src*="pkmn/6/6/5.png"],img[src*="pkmn/c/1/y.png"],img[src*="pkmn/9/g/4.png"],img[src*="pkmn/h/d.png"],img[src*="pkmn/5/b/1.png"],img[src*="pkmn/9/5/7.png"],img[src*="pkmn/n/a/i.png"],img[src*="pkmn/8/s/i/r.png"],img[src*="pkmn/3/1/u.png"],img[src*="pkmn/f/b/0.png"],img[src*="pkmn/6/d/s.png"],img[src*="pkmn/b/v/d.png"],img[src*="pkmn/b/f/k.png"],img[src*="pkmn/j/p/g.png"],img[src*="pkmn/n/k/h.png"],img[src*="pkmn/h/6/b.png"],img[src*="pkmn/c/8/n.png"],img[src*="pkmn/b/d/m.png"],img[src*="pkmn/9/b/0.png"],img[src*="pkmn/k/b/3.png"],img[src*="pkmn/d/5/0.png"],img[src*="pkmn/q/8.png"],img[src*="pkmn/l/k/a.png"],img[src*="pkmn/l/r/1.png"],img[src*="pkmn/m/q/k.png"],img[src*="pkmn/q/6/d/0.png"],img[src*="pkmn/7/9/t.png"],img[src*="pkmn/o/b/7.png"],img[src*="pkmn/b/x/s.png"],img[src*="pkmn/d/q/n.png"],img[src*="pkmn/8/r/q.png"],img[src*="pkmn/h/h/h.png"],img[src*="pkmn/3/e/l.png"],img[src*="pkmn/1/5/l.png"],img[src*="pkmn/6/n/4.png"],img[src*="pkmn/5/d/f.png"],img[src*="pkmn/4/u/j.png"],img[src*="pkmn/8/t/3/u.png"],img[src*="pkmn/a/x/w.png"],img[src*="pkmn/c/z/0.png"],img[src*="pkmn/4/2/a.png"],img[src*="pkmn/4/3/r.png"],img[src*="pkmn/h/j/d.png"],img[src*="pkmn/m/f/t.png"],img[src*="pkmn/p/6/f.png"],img[src*="pkmn/2/6.png"],img[src*="pkmn/d/9/6.png"],img[src*="pkmn/c/a/a.png"],img[src*="pkmn/2/h/q.png"],img[src*="pkmn/3/2/r.png"],img[src*="pkmn/g/i/c.png"],img[src*="pkmn/b/2/f/n.png"],img[src*="pkmn/o/8/a.png"],img[src*="pkmn/a/6/6/v.png"],img[src*="pkmn/o/l/o.png"],img[src*="pkmn/g/d/0.png"],img[src*="pkmn/b/b/e.png"],img[src*="pkmn/d/q/b.png"],img[src*="pkmn/2/v/k.png"],img[src*="pkmn/i/h/o.png"],img[src*="pkmn/6/u/u.png"],img[src*="pkmn/e/p/g.png"],img[src*="pkmn/r/t.png"],img[src*="pkmn/d/n/x.png"],img[src*="pkmn/o/0/q.png"],img[src*="pkmn/m/3/m.png"],img[src*="pkmn/5/8/4.png"],img[src*="pkmn/h/q/c.png"],img[src*="pkmn/l/5/e.png"],img[src*="pkmn/j/x/b.png"],img[src*="pkmn/h/p/h.png"],img[src*="pkmn/8/2/i.png"],img[src*="pkmn/f/f/i.png"],img[src*="pkmn/j/z/s.png"],img[src*="pkmn/f/o/v.png"],img[src*="pkmn/m/x/3.png"],img[src*="pkmn/d/z/3.png"],img[src*="pkmn/2/v/d.png"],img[src*="pkmn/a/8/b.png"],img[src*="pkmn/i/1/e.png"],img[src*="pkmn/a/y/f.png"],img[src*="pkmn/6/5/i.png"],img[src*="pkmn/h/5/v.png"],img[src*="pkmn/7/2/l.png"],img[src*="pkmn/c/w/w.png"],img[src*="pkmn/i/4/2.png"],img[src*="pkmn/l/z/2.png"],img[src*="pkmn/i/0/k.png"],img[src*="pkmn/8/v/w.png"],img[src*="pkmn/b/5/9.png"],img[src*="pkmn/m/f/c.png"],img[src*="pkmn/j/9/n.png"],img[src*="pkmn/8/b/v.png"],img[src*="pkmn/8/a/n.png"],img[src*="pkmn/m/z/8.png"],img[src*="pkmn/m/x/d.png"],img[src*="pkmn/j/c/2.png"],img[src*="pkmn/m/u/8.png"],img[src*="pkmn/1/9/q.png"],img[src*="pkmn/8/b/g.png"],img[src*="pkmn/f/w/s.png"],img[src*="pkmn/n/y/x.png"],img[src*="pkmn/n/d/x.png"],img[src*="pkmn/l/6/d.png"],img[src*="pkmn/b/l/l.png"],img[src*="pkmn/h/n/8.png"],img[src*="pkmn/s/5.png"],img[src*="pkmn/8/7/x.png"],img[src*="pkmn/i/o/3.png"],img[src*="pkmn/7/d/y.png"],img[src*="pkmn/7/7/x.png"],img[src*="pkmn/m/v/v.png"],img[src*="pkmn/2/g/h.png"],img[src*="pkmn/b/5/8.png"],img[src*="pkmn/h/a/c.png"],img[src*="pkmn/a/q/1.png"],img[src*="pkmn/g/g/v.png"],img[src*="pkmn/e/1/3.png"],img[src*="pkmn/k/7/e.png"],img[src*="pkmn/e/9/e.png"],img[src*="pkmn/4/q/o.png"],img[src*="pkmn/l/1/7.png"],img[src*="pkmn/1/i/7.png"],img[src*="pkmn/7/1/v.png"],img[src*="pkmn/6/l/n.png"],img[src*="pkmn/l/x/b.png"],img[src*="pkmn/b/m/6.png"],img[src*="pkmn/i/i/g.png"],img[src*="pkmn/a/g/q.png"],img[src*="pkmn/a/v/p.png"],img[src*="pkmn/c/q.png"],img[src*="pkmn/a/q/0.png"],img[src*="pkmn/y/r.png"],img[src*="pkmn/4/n/g.png"],img[src*="pkmn/i/3/m.png"],img[src*="pkmn/n/3/p.png"],img[src*="pkmn/7/x/q.png"],img[src*="pkmn/c/g/k.png"],img[src*="pkmn/6/8/0.png"],img[src*="pkmn/8/q/y.png"],img[src*="pkmn/j/3/7.png"],img[src*="pkmn/d/j/y/x.png"],img[src*="pkmn/j/o/e.png"],img[src*="pkmn/8/w/9.png"],img[src*="pkmn/3/t/b/5.png"],img[src*="pkmn/7/t/f.png"],img[src*="pkmn/x/2.png"],img[src*="pkmn/h/1/5.png"],img[src*="pkmn/o/9/f.png"],img[src*="pkmn/u/n.png"],img[src*="pkmn/n/9/6.png"],img[src*="pkmn/i/k/7.png"],img[src*="pkmn/6/t/u.png"],img[src*="pkmn/g/h/g.png"],img[src*="pkmn/7/p/8.png"],img[src*="pkmn/5/3/y.png"],img[src*="pkmn/h/i/m.png"],img[src*="pkmn/n/j/v.png"],img[src*="pkmn/j/w/f.png"],img[src*="pkmn/m/2/2.png"],img[src*="pkmn/q/m/6/n.png"],img[src*="pkmn/1/f/5.png"],img[src*="pkmn/c/u/5.png"],img[src*="pkmn/h/l/1.png"],img[src*="pkmn/n/m/e.png"],img[src*="pkmn/r/k.png"],img[src*="pkmn/4/4/t.png"],img[src*="pkmn/k/t/f.png"],img[src*="pkmn/5/d/m.png"],img[src*="pkmn/l/l/q.png"],img[src*="pkmn/m/j/c.png"],img[src*="pkmn/i/1/4.png"],img[src*="pkmn/h/m/b.png"],img[src*="pkmn/a/a/c.png"],img[src*="pkmn/l/v/b.png"],img[src*="pkmn/k/8/c/u.png"],img[src*="pkmn/9/7/w.png"],img[src*="pkmn/m/m/g.png"],img[src*="pkmn/1/s/6.png"],img[src*="pkmn/d/w/5.png"],img[src*="pkmn/k/y/r.png"],img[src*="pkmn/l/t/c.png"],img[src*="pkmn/4/2/5.png"],img[src*="pkmn/h/5/x.png"],img[src*="pkmn/c/e/z.png"],img[src*="pkmn/j/3/8.png"],img[src*="pkmn/d/h/7/w.png"],img[src*="pkmn/n/u/c.png"],img[src*="pkmn/b/q/s.png"],img[src*="pkmn/h/h/6.png"],img[src*="pkmn/2/b/o.png"],img[src*="pkmn/i/4.png"],img[src*="pkmn/h/j/1.png"],img[src*="pkmn/g/2/t.png"],img[src*="pkmn/9/6/3.png"],img[src*="pkmn/h/1/j.png"],img[src*="pkmn/2/l/p.png"],img[src*="pkmn/p/0/e.png"],img[src*="pkmn/n/s/g.png"],img[src*="pkmn/9/d/l.png"],img[src*="pkmn/9/0/8.png"],img[src*="pkmn/h/p/m.png"],img[src*="pkmn/m/t/p.png"],img[src*="pkmn/g/z/8.png"],img[src*="pkmn/c/6/t.png"],img[src*="pkmn/b/x/z.png"],img[src*="pkmn/a/v/v.png"],img[src*="pkmn/6/3/e.png"],img[src*="pkmn/m/h/g.png"],img[src*="pkmn/j/o/4.png"],img[src*="pkmn/h/w/i.png"],img[src*="pkmn/l/f/b.png"],img[src*="pkmn/1/q/3.png"],img[src*="pkmn/h/y/x.png"],img[src*="pkmn/i/4/g.png"],img[src*="pkmn/l/m/m.png"],img[src*="pkmn/h/d/l.png"],img[src*="pkmn/1/0.png"],img[src*="pkmn/5/r/3.png"],img[src*="pkmn/5/c/f.png"],img[src*="pkmn/7/6/1.png"],img[src*="pkmn/b/d/u.png"],img[src*="pkmn/n/m/q.png"],img[src*="pkmn/f/j/2.png"],img[src*="pkmn/a/5/8.png"],img[src*="pkmn/9/u/9.png"],img[src*="pkmn/a/h/s.png"],img[src*="pkmn/j/b/e.png"],img[src*="pkmn/i/v/v.png"],img[src*="pkmn/6/t/t.png"],img[src*="pkmn/2/f/z.png"],img[src*="pkmn/c/w/4.png"],img[src*="pkmn/6/7/q.png"],img[src*="pkmn/5/k/q.png"],img[src*="pkmn/h/r/h.png"],img[src*="pkmn/j/w/r.png"],img[src*="pkmn/4/b/8.png"],img[src*="pkmn/e/u/j.png"],img[src*="pkmn/h/9/i.png"],img[src*="pkmn/i/i/t.png"],img[src*="pkmn/n/p/4.png"],img[src*="pkmn/g/t/s.png"],img[src*="pkmn/i/m/9.png"],img[src*="pkmn/a/e/e.png"],img[src*="pkmn/6/t/r.png"],img[src*="pkmn/n/3/k.png"],img[src*="pkmn/5/m/0.png"],img[src*="pkmn/9/k/0.png"],img[src*="pkmn/j/h/y.png"],img[src*="pkmn/5/8/6.png"],img[src*="pkmn/n/w/g.png"],img[src*="pkmn/a/k/y.png"],img[src*="pkmn/o/6/l.png"],img[src*="pkmn/m/e/4.png"],img[src*="pkmn/i/a/w.png"],img[src*="pkmn/1/f/b.png"],img[src*="pkmn/l/m/v.png"],img[src*="pkmn/e/d/q.png"],img[src*="pkmn/2/c/0.png"],img[src*="pkmn/v/o.png"],img[src*="pkmn/j/2/a.png"],img[src*="pkmn/f/4/h.png"],img[src*="pkmn/f/n/h.png"],img[src*="pkmn/u/v/g.png"],img[src*="pkmn/j/t/g.png"],img[src*="pkmn/2/q/q.png"],img[src*="pkmn/f/5/c.png"],img[src*="pkmn/u/6/z.png"],img[src*="pkmn/s/j/m.png"],img[src*="pkmn/e/2/4.png"],img[src*="pkmn/7/f.png"],img[src*="pkmn/a/5/o.png"],img[src*="pkmn/6/p/n.png"],img[src*="pkmn/k/3/1.png"],img[src*="pkmn/n/x/e.png"],img[src*="pkmn/6/5/9.png"],img[src*="pkmn/j/u/m.png"],img[src*="pkmn/r/h/6.png"],img[src*="pkmn/g/4/b.png"],img[src*="pkmn/p/5/7.png"],img[src*="pkmn/v/0/1.png"],img[src*="pkmn/2/h/9.png"],img[src*="pkmn/k/l/k.png"],img[src*="pkmn/2/o/m.png"],img[src*="pkmn/d/k/d.png"],img[src*="pkmn/v/3/3.png"],img[src*="pkmn/v/5/e.png"],img[src*="pkmn/m/q/f.png"],img[src*="pkmn/m/q/c.png"],img[src*="pkmn/8/f/n.png"],img[src*="pkmn/y/x.png"],img[src*="pkmn/9/y/7.png"],img[src*="pkmn/h/w/j.png"],img[src*="pkmn/k/8/t/9.png"],img[src*="pkmn/4/z/d/i.png"],img[src*="pkmn/b/o/e/9.png"],img[src*="pkmn/t/3/n/j.png"],img[src*="pkmn/k/x/0/r.png"],img[src*="pkmn/3/b/v/m.png"],img[src*="pkmn/c/w/0/j.png"],img[src*="pkmn/6/1/4/3.png"],img[src*="pkmn/i/h/d/v.png"],img[src*="pkmn/2/o/2.png"],img[src*="pkmn/e/7/2/t.png"],img[src*="pkmn/w/i/r/f.png"],img[src*="pkmn/l/t/7/0.png"],img[src*="pkmn/3/g/w/n.png"],img[src*="pkmn/g/9/w/3.png"],img[src*="pkmn/5/5/7/6.png"],img[src*="pkmn/y/t/n/f.png"],img[src*="pkmn/m/z/n.png"],img[src*="pkmn/q/p/t/n.png"],img[src*="pkmn/3/p/o/k.png"],img[src*="pkmn/o/a/r/f.png"],img[src*="pkmn/5/r/3/2.png"],img[src*="pkmn/v/5/u/1.png"],img[src*="pkmn/l/1/p/i.png"],img[src*="pkmn/k/5/c/t.png"],img[src*="pkmn/a/d/q/3.png"],img[src*="pkmn/s/v/v/x.png"],img[src*="pkmn/2/t/n.png"],img[src*="pkmn/t/c/n/o.png"],img[src*="pkmn/s/j/7/m.png"],img[src*="pkmn/4/x/r/y.png"],img[src*="pkmn/f/q/s/j.png"],img[src*="pkmn/5/g/a.png"],img[src*="pkmn/o/w/f/s.png"],{opacity: .3;} /* highlight 63 common normal eggs */ img[src*=""],img[src*="pkmn/n/u/5.png"],img[src*="pkmn/b/y.png"],img[src*="pkmn/5/j/w.png"],img[src*="pkmn/s/y/w/b.png"],img[src*="pkmn/i/m/r.png"],img[src*="pkmn/m/n/s.png"],img[src*="pkmn/o/r/x.png"],img[src*="pkmn/h/d.png"],img[src*="pkmn/5/b/1.png"],img[src*="pkmn/c/8/n.png"],img[src*="pkmn/d/5/0.png"],img[src*="pkmn/d/q/n.png"],img[src*="pkmn/3/e/l.png"],img[src*="pkmn/4/u/j.png"],img[src*="pkmn/8/t/3/u.png"],img[src*="pkmn/h/j/d.png"],img[src*="pkmn/m/f/t.png"],img[src*="pkmn/g/i/c.png"],img[src*="pkmn/g/d/0.png"],img[src*="pkmn/r/t.png"],img[src*="pkmn/o/0/q.png"],img[src*="pkmn/8/2/i.png"],img[src*="pkmn/a/y/f.png"],img[src*="pkmn/6/5/i.png"],img[src*="pkmn/i/4/2.png"],img[src*="pkmn/j/9/n.png"],img[src*="pkmn/m/x/d.png"],img[src*="pkmn/f/w/s.png"],img[src*="pkmn/n/d/x.png"],img[src*="pkmn/h/n/8.png"],img[src*="pkmn/l/1/7.png"],img[src*="pkmn/6/l/n.png"],img[src*="pkmn/l/x/b.png"],img[src*="pkmn/n/3/p.png"],img[src*="pkmn/7/x/q.png"],img[src*="pkmn/5/3/y.png"],img[src*="pkmn/h/i/m.png"],img[src*="pkmn/m/j/c.png"],img[src*="pkmn/i/1/4.png"],img[src*="pkmn/l/v/b.png"],img[src*="pkmn/k/8/c/u.png"],img[src*="pkmn/9/7/w.png"],img[src*="pkmn/b/q/s.png"],img[src*="pkmn/9/6/3.png"],img[src*="pkmn/h/1/j.png"],img[src*="pkmn/h/p/m.png"],img[src*="pkmn/a/v/v.png"],img[src*="pkmn/j/b/e.png"],img[src*="pkmn/6/7/q.png"],img[src*="pkmn/5/k/q.png"],img[src*="pkmn/h/r/h.png"],img[src*="pkmn/1/f/b.png"],img[src*="pkmn/l/m/v.png"],img[src*="pkmn/2/q/q.png"],img[src*="pkmn/f/5/c.png"],img[src*="pkmn/s/j/m.png"],img[src*="pkmn/6/p/n.png"],img[src*="pkmn/2/h/9.png"],img[src*="pkmn/t/3/n/j.png"],img[src*="pkmn/k/x/0/r.png"],img[src*="pkmn/m/z/n.png"],img[src*="pkmn/o/a/r/f.png"],img[src*="pkmn/s/v/v/x.png"],img[src*="pkmn/f/q/s/j.png"],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
Zerø's AvatarZerø
Zerø's Avatar
Giving this a little boop for activity. I think I'm at a point where I'm not using this journal anymore but I need to find the time to save some of the more memorable posts I've made, like when I documented my dog having puppies, there's precious memories in this little journal I don't want to loose. :D
Zerø's AvatarZerø
Zerø's Avatar
Took a little break over the festive season, just adding a little bump for activity. There's a lot of stuff in this journal I don't want to loose.
Zerø's AvatarZerø
Zerø's Avatar
Welp with the possible image limit on posts I'm going to have to edit my dex trackers. Though admittedly I haven't really been updating them. I'll maybe focus on instead listing what I need only rather than everything. At least I can screenshot how it looks and share it that way because I really do like what I made. :D

Pages: 123··· 14151617

Cannot post: Please log in to post

© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page