Today, we’re learning all about lists in C#. We’ll look at the definition of lists on the Microsoft Docs Site.
Then we’re straight into the code Ace, looking at as many of the methods assotiated with the list class in C#.
We’ll see the Add, Remo...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I was able to get Gary Linscott’s C# GBA Emulator working, with a lot of help from Gary himself 😊
I go through mine and Gary’s emails, showcasing some of the minor issues I had ge...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I wanted to see if I could get a C# GBA Emulator.
I came across forum posts about it when I was researching an unrelated topic Ace, and I figure, if we can get a C# GBA Emulator, we coul...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I finally changed the title screen text… well, sort of Ace (running into a theme with these videos)
I was able to change the title screen text image, but I couldn’t make the colors li...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I attempted to complete the Spherical Ice title screen tutorial, and I finally changed it Ace… well sort of.
I successfully wrote the same title screen logo to the Rom and changed the o...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I really wanted to get a win under my belt Ace, since there has been so much failure with the previous episodes 😊
In this episode, I create a Little Endian Hex Converter. If you rememb...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I once again fail in my attempt to change the Pokémon text on the title.
In this episode, we look at Spherical Ice’s tutorial on the Pokecommunity website.
This one features logging ...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I attempt to change the Pokémon text on the title… And fail epically Ace.
I was following another tutorial by PJMOR, showing all the software that we needed.
I don’t know Ace… ma...
From RetroTK2
Today, we’re back developing our Pokémon Rom Hack. In this episode, I want to take a look at a number of comments from a Youtuber called Sagiri.
We’ll look at all the software he recommends using, talk about creating back ups of our roms using versi...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. Last time, I attempted to change the title screen sprite of Charizard to Mew Two, and failed epically Ace.
In this episode, I successfully change it, but I still feel like I don’t fully understand all t...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack, after a very long hiatus. In this episode, I attempt to change the title screen sprite of Charizard to Mew Two.
I follow a tutorial by PJMOR, showing all the software that needs to be downloaded, with al...
From RetroTK2
Today, we’re learning all about generics in C#. We’ll go into the definition, outlined on the Microsoft Docs Site.
Then we are into the code Ace, looking at a simple example in C#, featuring lambda expressions and constraints
As always Ace, I want t...
From RetroTK2
Today, we are looking at the const keyword in C#. We’ll look at the Microsoft Docs definition of the const keyword, look at the differences between it and the readonly keyword, and take a look at some examples in unity
As always Ace, I want to thank yo...
From RetroTK2
Today, we have a tutorial about the static keyword in C#
We’ll look at an explanation of the static keyword, then we’ll look at static variables, fields, properties, classes, methods and constructors.
As always Ace, I want to thank you so much for ...
From RetroTK2
Today, we’re learning all about Lambda expressions in C#
We’ll look at the definition on the Microsoft docs and look at some examples of them in action.
As a bonus, I’ll also show you Anonymous Methods, which have been superseded by Lambdas as of...
From RetroTK2
Today, we’re looking at Actions & Funcs in C#
We’ll look at the definition of both Actions & Funcs according to MSDN, and look at some examples of them in action.
As always Ace, I want to thank you so much for your continued support, with your comm...
From RetroTK2
Today, we’re learning all about events in C#
We’ll look at the definition of events according to the Microsoft docs, and look at the differences between them and delegates.
As always Ace, I want to thank you so much for your continued support, with...
From RetroTK2
Today, we’re learning about delegates in C#
We’ll look at the definition of delegates according to the Microsoft docs, and look at some examples of delegates.
We will be looking at events next episode Ace, so be sure to check out that
As always Ac...
From RetroTK2
Today, we’re learning about the Readonly Keyword in C#
We’ll see how to declare a readonly variable, and how to initialize it within a constructor
Super basic video today Ace, so hopefully it won’t keep you for too long
As always Ace, I want to t...
From RetroTK2
Today, we’re learning about the Partial Keyword in C#
We’ll see how to declare a partial class, and we’ll also see how to define a partial method
As always Ace, I want to thank you so much for your continued support, with your comments, ratings an...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, we are learning all about assembly language.
We’ll define exactly what assembly language is and we’ll see how it uses the 16 registries of the Game Boy Advance
As always Ace, I want ...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I want to show you how to download and install VBA-SDL-H.
This awesome program, allows us to ‘break’ into our executing rom. Basically, with this program, we can pause our game at the...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I want to show you how to find cheats for Pokemon Leaf Green or Fire Red using Visual Boy Advance.
Using this method allows us to see which memory addresses correspond to which in-game va...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I want to explore the Safari Zone Ace, or at least the code that drives the mini game.
Here I create a lot of exploratory code, to see how to activate the Safari Zone, and to also see if...
From RetroTK2
Today we’re looking at Interfaces in C#. I’ll take your through the Microsoft Docs definition of them, and give you a few examples of them in action
Because of the previous videos on Abstract Classes and Polymorphism, this video doesn’t require as ...
From RetroTK2
Today, I’ve got a tutorial all about Abstract Classes in C#.
I’ll give you the full definition of the Abstract keyword that appears on the Microsoft Docs.
Then we’ll talk about defining abstract methods in our abstract base class and override the...
From RetroTK2
Today, we’re back making our Pokémon Rom Hack. In this episode, I finally get started with our scripting Ace, but it doesn’t go completely according to plan.
I briefly explain the dynamic offset Ace, but a lot of this is covered in the exceptional ...
From RetroTK2