Baekalfen / PyBoy

Game Boy emulator written in Python
Other
4.57k stars 472 forks source link

Move hook initialization #310

Closed NicoleFaye closed 6 months ago

NicoleFaye commented 6 months ago

This adjusts the initialization to be before the plugin manager as well. I made a mistake in my last PR and didn't move it to the right line, my apologies.

Baekalfen commented 6 months ago

I'll fix this up for you, but I think you should look at Git rebase. It's a good way to avoid merge commits, and it's a really effective tool if you get comfortable using it. Definitely worth the effort :)