aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokemon/bills_pc.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-27Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb1-2/+2
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi1-7/+7
2025-09-10Misc. naming and cleanup (#139)Narishma-gb1-5/+5
* Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
2025-09-03Label and constant cleanup (#528)Narishma-gb1-2/+3
* Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi1-5/+5
2025-05-25Use more ldpikacrydannye1-3/+3
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie1-3/+3
2024-07-16Identify various flag labels and bit constants (#454)Sylvie1-10/+10
2021-11-05Refactorize check button pressed (#340)Yoann Fievez1-3/+3
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi1-5/+5
Fixes #319
2021-04-08Trim extra newlines from some filesRangi1-1/+0
2021-04-08Trim extra newlines from some filesRangi1-1/+0
2020-11-04Sync with pokereddannye1-81/+76
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-554/+0
2020-06-23Move more tables from engine/ to data/Rangi1-4/+4
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2020-05-24Misc minor clean updannye1-1/+1
spotted by comparing against pokeyellow
2020-05-20Sync with pokereddannye1-2/+2
2019-04-21A few missed SFX constant IDsdannye1-2/+2
2018-11-18Rename spritestatedata structs.luckytyphlosion1-3/+3
2018-04-01fix some constantsyenatch1-1/+1
2016-06-12sync engine code with pokeyellowYamaArashi1-1/+1
2016-06-12Remove the last address commentsdannye1-13/+13
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11sync engine code with pokeredYamaArashi1-2/+3
2016-06-11remove address commentsYamaArashi1-34/+34
2016-06-11remove address commentsYamaArashi1-17/+17
2016-06-07Printer labelspikalaxalt1-1/+1
2016-06-06Split out pikachu engine functions; sprite state data macrospikalaxalt1-3/+3
2016-06-06Clean up white spacedannye1-3/+3
2016-05-31Vermilion Fan Clubpikalaxalt1-1/+1
2016-05-29Pewter Pokecenterpikalaxalt1-1/+1
2016-03-22Clean up more Yellow ifdefs.IIMarckus1-3/+0
2015-12-29More BankF documentationluckytyphlosion1-4/+4
Also introduce bit direction constants and setpal macros
2015-11-08DisplayTextIDInit and DrawStartMenuluckytyphlosion1-6/+3
Also re-add event_macros.asm
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion1-2/+2
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-10-26Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion1-3/+3
functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
2015-10-25Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion1-3/+3
functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
2015-10-24data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion1-3/+3
misc functions Also rename pcm-related functions.
2015-10-18Complete documentation of bank3luckytyphlosion1-5/+5
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-10-11more annotations on ModifyPikachuHappinessPikalaxALT1-5/+5
2015-10-04Some bank3 documentationluckytyphlosion1-4/+1
2015-09-27Bank8 audio.luckytyphlosion1-57/+105
todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
2015-08-30No more W_dannye1-7/+7
2015-08-12commented SGB palette stuffYamaArashi1-1/+1
2015-08-05Use more lbdannye1-1/+1
and other clean up
2015-08-01Build only YellowU-Daniel-PC\Daniel1-2/+0
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
2015-07-21named most of the used eventsYamaArashi1-1/+1
2015-07-20enumerate eventsYamaArashi1-6/+3
2015-07-18Consolidate coord macrosdannye1-19/+19
2015-07-16Swap trade center and battle centerdannye1-2/+2
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
2015-07-15menu stuffYamaArashi1-153/+156