Baekalfen / PyBoy

Game Boy emulator written in Python
Other
4.64k stars 476 forks source link

Move hook initialization #310

Closed NicoleFaye closed 9 months ago

NicoleFaye commented 9 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 9 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 :)