oracles-disasm
oracles-disasm copied to clipboard
Disassembly of Oracle of Ages and Seasons
[include/wram.s]: .ifdef ROM_SEASONS wPirateSkullRandomNumber: ; $ccc1 ; Set to a random number from $01-$04 from var38 of INTERACID_PIRATE_SKULL ; Bit 7 set if INTERACID_QUICKSAND subid matches ; Used to determine...
In [music.s](https://github.com/Drenn1/ages-disasm/blob/master/constants/music.s#L243), this sound is the sound played when you are healed at a fairy fountain. At least, that's what it is in Seasons. I'm not sure if it's the...
this fixes the following error: `code/bank1.s:4375: COMPUTE_STACK: Multiply is missing an operand.` which occurs on the current version of `wla-gb` 10.2
The documentation above mapMenu_dungeonEntranceText needs to be changed. ; This table changes the text of a tile on a map depending on if a dungeon has been ; entered. ;...
When I set the Makefile to BUILD_VANILLA=true, I get the following error: MEM_INSERT: Origin ($4000) overflows from bank (1). ^ code/ages/garbage/bank01End.s:17: Writing a byte I'm using your fork of wla-dx,...
that's not smog :P
https://github.com/Stewmath/oracles-disasm/blob/vwf/code/textbox.s#L2822-L2823 Name printing code should look like this: ``` call vwfAddCharToTextBuffer ; call setLineTextBuffers ; call retrieveTextCharacter jr -- ``` EDIT: There's also an updated Seasons text file https://github.com/d0k3/oracles-disasm/commit/47303dec126aeff8f73a5458eac2af598b68d1b8