Prof. 9

Results 21 comments of Prof. 9

> For example, this line of Z80 code doesn't compile. The following compiles fine for me: ``` .z80 .create "output.bin",0 ld (0xC115),hl .close ``` Which outputs `22 15 C1` as...

I'll just add that if a warning is added for unaligned data values, it would be great to have a way to turn that on/off for when you *do* want...

Pokémon Black, White, Black 2 and White 2 use the same ROM file for the North American and English European version cartridges. So, a code generated for White 2 US...

Have you tried the troubleshooting steps listed [here](https://github.com/polaris-/dwc_network_server_emulator/wiki/Troubleshooting)? 20100 can also mean that you haven't set the DNS settings correctly.

Glad to hear you got your issue resolved. I wasn't aware that not setting up port forwarding properly could lead to a 20100 error. As for your friend, was he...

Adding a domain to the code would make it considerably longer, as now the entire domain would need to be included in the code. And what about games that connect...

I've tried Pearl (EU) with a WfcReplay code using akmenu and it worked perfectly. Are you still having this issue? What region are your Pokémon games and which codes did...

I don't have this game. Can someone corroborate this issue?

I took a closer look at this game and it looks like it copies part of the arm9 binary to ITCM, the hook in particular gets copied to 01FFA3C4. Unfortunately...

This is a bit difficult to do because TextPet uses a Regex-based tokenizer for TPL. However, .NET's Regex facilities do not record line/column numbers for matches. Therefore the easiest way...